@charset "UTF-8";
html {
  scrollbar-width: none;
}
html::-webkit-scrollbar {
  display: none;
}
a:hover {
	opacity: .5;
}

.mincho {
  font-family: "Shippori Mincho", serif;
}

.en {
  font-family: Galvji, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.masthead {
  position: fixed;
  z-index: 999;
  width: 15rem;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .masthead {
    bottom: 4.8rem;
    left: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .masthead {
    top: 2.5rem;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 10rem;
  }
}
.masthead a {
  display: block;
  transform: translateY(100%);
  transition: 600ms transform 3800ms cubic-bezier(0.86, 0, 0.07, 1);
}
.masthead.animate a {
  transform: translateY(0%);
}

.desc {
  position: fixed;
  color: #fff;
  z-index: 99;
  text-align: center;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .desc {
    width: calc((100% - 65rem) / 2);
    top: 50%;
    left: calc(50% + 32.5rem);
    transform: translate(0%, -50%);
  }
}
@media only screen and (max-width: 767px) {
  .desc {
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
  }
}
.desc span {
  font-weight: bold;
  font-size: 1.8rem;
  display: block;
  transform: translateY(101%);
  transition: 600ms transform 3800ms cubic-bezier(0.86, 0, 0.07, 1);
}
@media only screen and (max-width: 767px) {
  .desc span {
    font-size: 1.2rem;
  }
}
.desc.animate span {
  transform: translateY(0%);
}

.top-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background-image: url(../img/top-bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: cover;
  min-height: 108rem;
}
.top-bg .hide-bg, .top-bg .hide-bg-right, .top-bg .hide-bg-left {
  display: block;
  background: #0D1215;
  height: 100%;
  opacity: 1;
  z-index: 0;
}
@media only screen and (min-width: 768px) {
  .top-bg .hide-bg, .top-bg .hide-bg-right, .top-bg .hide-bg-left {
    width: calc((100% - 65rem) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .top-bg .hide-bg, .top-bg .hide-bg-right, .top-bg .hide-bg-left {
    display: none;
  }
}
.top-bg .hide-bg-left {
  position: fixed;
  top: 0;
  left: 0;
}
.top-bg .hide-bg-right {
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(0%);
}
.top-bg .hide-bg-right.animate {
  transform: translateX(100%);
}
.top-bg img {
  display: block;
  width: 100vw;
  height: 100%;
  min-height: 108rem;
}
.top-bg .top-bg--left {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc((100% - 65rem) / 2);
  overflow: hidden;
  z-index: 9;
  transform: translateX(100%);
  transition: 600ms transform 2500ms cubic-bezier(0.86, 0, 0.07, 1);
}
@media only screen and (max-width: 767px) {
  .top-bg .top-bg--left {
    display: none;
  }
}
.top-bg .top-bg--left img {
  display: block;
  width: 100vw;
  min-width: 192rem;
  height: 100%;
  min-height: 108rem;
  position: absolute;
  top: 0%;
  right: -128.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-bg .top-bg--right {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: calc((100% - 65rem) / 2);
  overflow: hidden;
  z-index: 9;
  transform: translateX(-100%);
  transition: 600ms transform 2500ms cubic-bezier(0.86, 0, 0.07, 1);
}
@media only screen and (max-width: 767px) {
  .top-bg .top-bg--right {
    display: none;
  }
}
.top-bg .top-bg--right img {
  display: block;
  width: 100vw;
  min-width: 192rem;
  height: 100%;
  min-height: 108rem;
  position: absolute;
  top: 0%;
  left: -128.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-bg.animate .top-bg--left {
  transform: translateX(0%);
}
.top-bg.animate .top-bg--right {
  transform: translateX(0%);
}

.video {
  z-index: 9;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .video {
    width: 65rem;
  }
}
@media only screen and (max-width: 767px) {
  .video {
    width: 100%;
  }
}
.video video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 108rem;
  position: absolute;
  top: 0%;
  left: 0%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contents-bg {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  max-width: 65rem;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
}
.contents-bg .img {
  height: 100vh;
  overflow: hidden;
  position: absolute;
  transition: 800ms 3000ms cubic-bezier(0.86, 0, 0.07, 1);
}
@media only screen and (min-width: 768px) {
  .contents-bg .img {
    width: 65rem;
  }
}
@media only screen and (max-width: 767px) {
  .contents-bg .img {
    width: 100%;
  }
}
.contents-bg .img img {
  display: block;
  width: 100vw;
  height: 100%;
  min-height: 108rem;
  position: absolute;
  top: 0%;
  left: 0%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .contents-bg .img img {
    min-height: 76rem;
  }
}
.contents-bg .img.animate {
  opacity: 0;
  visibility: hidden;
}

.scroll-contents {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .scroll-contents {
    z-index: 99;
  }
}
.scroll-contents-inner {
  height: 100vh;
  max-width: 65.1rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scroll-contents-inner::-webkit-scrollbar {
  display: none;
}
.scroll-contents .sideline {
  display: block;
  width: 3rem;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: stretch;
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  .scroll-contents .sideline {
    width: 2rem;
  }
}
.scroll-contents .sideline-wrap {
  position: fixed;
  top: 0;
  height: 100%;
  pointer-events: none;
  z-index: 999;
}
@media only screen and (min-width: 768px) {
  .scroll-contents .sideline-wrap {
    width: 65.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .scroll-contents .sideline-wrap {
    width: 100%;
  }
}
.scroll-contents .sideline-wrap.black .white {
  opacity: 0;
}
.scroll-contents .sideline-wrap.white {
  mix-blend-mode: screen;
}
.scroll-contents .sideline-wrap.white .black {
  opacity: 0;
}
.scroll-contents .sideline .black {
  background: #0D1215;
  min-height: 40rem;
  width: 100%;
  text-align: right;
  color: #447779;
  display: flex;
  flex-flow: row wrap;
}
@media only screen and (max-width: 767px) {
  .scroll-contents .sideline .black {
    min-height: 30rem;
  }
}
.scroll-contents .sideline .black img {
  width: 1rem;
}
@media only screen and (max-width: 767px) {
  .scroll-contents .sideline .black img {
    width: 0.675rem;
  }
}
.scroll-contents .sideline .white {
  background: #447779;
  opacity: 0.7;
  flex: 1;
  width: 100%;
  mix-blend-mode: screen;
}
.scroll-contents .sideline--left {
  position: absolute;
  top: 0;
  left: 0;
}
.scroll-contents .sideline--left .black {
  padding-top: 3rem;
  justify-content: center;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .scroll-contents .sideline--left .black {
    padding-top: 2rem;
  }
}
.scroll-contents .sideline--right {
  position: absolute;
  top: 0;
  right: 0;
  flex-flow: column-reverse;
}
.scroll-contents .sideline--right .black {
  padding-bottom: 3rem;
  justify-content: center;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .scroll-contents .sideline--right .black {
    padding-bottom: 2rem;
  }
}
.scroll-contents .fv-block {
  position: relative;
  height: 100dvh;
  display: flex;
  flex-flow: row;
  justify-content: stretch;
  align-items: stretch;
  padding: 8rem;
}
@media only screen and (max-width: 767px) {
  .scroll-contents .fv-block {
    padding: 4.5rem;
  }
}
.scroll-contents .fv-block-inner {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10em;
  transition: 1200ms 3800ms;
}
@media only screen and (max-width: 767px) {
  .scroll-contents .fv-block-inner {
    padding-top: 15em;
  }
}
.scroll-contents .fv-block-inner.animate {
  opacity: 0;
  visibility: hidden;
}
.scroll-contents .fv-block .color-bg span {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: 400ms 200ms;
}
.scroll-contents .fv-block .color-bg.animate {
  opacity: 0;
  transition: 800ms 3000ms cubic-bezier(0.86, 0, 0.07, 1);
}
.scroll-contents .fv-block .fv-logo {
  width: 100%;
  text-align: center;
  opacity: 0;
  transform: translateY(0.5rem);
  transition: 1000ms 800ms;
}
.scroll-contents .fv-block .fv-logo img {
  width: 100%;
  max-width: 42rem;
}
.scroll-contents .fv-block .text {
  color: #fff;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
  margin-top: 4em;
}
@media only screen and (max-width: 767px) {
  .scroll-contents .fv-block .text {
    margin-top: 6.5em;
    gap: 1.3em;
  }
}
.scroll-contents .fv-block .text span {
  display: block;
  line-height: 1;
  opacity: 0;
  transform: translateY(1rem);
  transition: 1000ms;
}
@media only screen and (max-width: 767px) {
  .scroll-contents .fv-block .text span {
    font-size: 1rem;
    letter-spacing: 0;
  }
}
.scroll-contents .fv-block.animate .color-bg span {
  width: calc(100% - 10rem);
  height: calc(100% - 4rem);
}
@media only screen and (max-width: 767px) {
  .scroll-contents .fv-block.animate .color-bg span {
    width: calc(100% - 6rem);
  }
}
.scroll-contents .fv-block.animate .fv-logo {
  opacity: 1;
  transform: translateY(0);
}
.scroll-contents .fv-block.animate .text span {
  opacity: 1;
  transform: translateY(0);
}
.scroll-contents .fv-block.animate .text span:nth-of-type(1) {
  transition-delay: 1200ms;
}
.scroll-contents .fv-block.animate .text span:nth-of-type(2) {
  transition-delay: 1300ms;
}
.scroll-contents .fv-block.animate .text span:nth-of-type(3) {
  transition-delay: 1400ms;
}
.scroll-contents .fv-block.animate .text span:nth-of-type(4) {
  transition-delay: 1500ms;
}

.main-contents {
  position: relative;
  margin-top: 63rem;
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  .main-contents {
    margin-top: 29.2rem;
  }
}
.main-contents .images {
  position: relative;
}
.main-contents .images.multiply img {
  position: relative;
  z-index: 1;
}
.main-contents .images.multiply .images-group {
  position: relative;
}
.main-contents .images.multiply .images-group::before {
  content: "";
  display: block;
  width: calc(100% - 10.8rem);
  height: 100%;
  background: rgba(13, 18, 21, 0.7);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .main-contents .images.multiply .images-group::before {
    width: calc(100% - 6rem);
  }
}
.main-contents .images.multiply .images-group .img span {
  display: block;
  overflow: hidden;
  transition: 5000ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-clip-path: polygon(0% 100%, 0% 100%, 0% 100%);
          clip-path: polygon(0% 100%, 0% 100%, 0% 100%);
}
.main-contents .images.multiply .images-group .img span img {
  display: block;
  transform: scale(1.5);
  transition: transform 2000ms cubic-bezier(0.23, 1, 0.32, 1), filter 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  filter: blur(10px);
}
.main-contents .images.multiply .images-group .img.animate span {
  -webkit-clip-path: polygon(0% -200rem, 0% 100%, 300rem 100%);
          clip-path: polygon(0% -200rem, 0% 100%, 300rem 100%);
}
.main-contents .images.multiply .images-group .img.animate span img {
  transform: scale(1);
  filter: blur(0);
}
.main-contents .images-group {
  padding: 7rem 0;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  gap: 4rem;
}
@media only screen and (max-width: 767px) {
  .main-contents .images-group {
    padding: 3.8rem 0;
    gap: 2.2rem;
  }
}
.main-contents .images-group:not(:last-of-type) {
  margin-bottom: 65rem;
}
@media only screen and (max-width: 767px) {
  .main-contents .images-group:not(:last-of-type) {
    margin-bottom: 30rem;
  }
}
.main-contents .youtube {
  aspect-ratio: 458/815;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .main-contents .youtube {
    margin-top: -4rem;
  }
}
.main-contents .youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.site-footer {
  background: #0D1215;
  padding: 16rem 0;
  min-height: 100vh;
  display: flex;
  flex-flow: row wrap;
  justify-content: stretch;
  align-items: stretch;
  margin-top: -0.5rem;
}
@media only screen and (max-width: 767px) {
  .site-footer {
    padding: 6.7rem 3.5rem;
  }
}
.site-footer-inner {
  max-width: 41.4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 7.5rem;
}
@media only screen and (max-width: 767px) {
  .site-footer-inner {
    gap: 3.4rem;
  }
}
.site-footer .title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #447779;
}
.site-footer .names {
  font-size: 1.2rem;
  color: #aaa;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .site-footer .names {
    font-size: 1rem;
  }
}
.site-footer .italic {
  margin-top: 1.5rem;
}
.site-footer .italic i {
  color: #AAAAAA;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: inline-block;
}
.site-footer .inview {
  opacity: 0;
  transform: translateY(3rem);
  transition: 400ms;
}
.site-footer .inview.animate {
  opacity: 1;
  transform: translateY(0);
}

.entry {
  font-weight: 400;
  letter-spacing: 0;
}
.entry > * {
  margin: 2.4rem 0;
}
@media only screen and (max-width: 767px) {
  .entry > * {
    margin: 1.6rem 0;
  }
}
.entry > *:first-child {
  margin-top: 0;
}
.entry > *:last-child {
  margin-bottom: 0;
}
.entry.small > *:first-child {
  margin-top: -2em;
}
.entry small {
  font-size: 0.935em;
}
.entry img {
  display: block;
}
.entry a {
  text-decoration: underline;
  color: var(--themeColor);
}
@media only screen and (min-width: 768px) {
  .entry a:hover {
    text-decoration: none;
  }
}
.entry strong.bold {
  border-bottom: 4px solid #FFD800;
}
.entry ul {
  padding-left: 1em;
}
.entry ul li:not(:last-of-type) {
  margin-bottom: 1.6rem;
}
.entry ul li::before {
  margin-left: -1em;
  display: inline-block;
  content: "・";
}
.entry ul.color {
  padding-left: 1.5em;
}
.entry ul.color li:not(:last-of-type) {
  margin-bottom: 1.6rem;
}
.entry ul.color li::before {
  margin-left: -1.5em;
  display: inline-block;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50vw;
  background: var(--themeColor);
  margin-right: 1.5rem;
}
.entry ol {
  padding-left: 1.5em;
}
.entry ol li {
  counter-increment: entry-ol;
}
.entry ol li:not(:last-of-type) {
  margin-bottom: 1.6rem;
}
.entry ol li::before {
  text-indent: -1.5em;
  display: inline-block;
  content: counter(entry-ol);
  font-size: 1em;
  color: var(--themeColor);
  font-weight: 700;
}
.entry ol.def li::before {
  color: #333;
  font-weight: normal;
}

.headline-2,
.entry h2 {
  font-size: 3.6rem;
  font-weight: 700;
  margin: 4.8rem 0 2.4rem;
  border-bottom: 4px solid #CCCCCC;
  position: relative;
  padding-bottom: 1rem;
  letter-spacing: 0;
  line-height: 1.4 !important;
}
@media only screen and (max-width: 767px) {
  .headline-2,
.entry h2 {
    font-size: 2.2rem;
    margin: 3.6rem 0 1.6rem;
  }
}
.headline-2::after,
.entry h2::after {
  content: "";
  display: block;
  width: 4rem;
  height: 0.4rem;
  background: var(--themeColor);
  position: absolute;
  bottom: -0.4rem;
  left: 0;
}

.headline-3,
.entry h3 {
  font-size: 3rem;
  font-weight: 700;
  margin: 4.8rem 0 2.4rem;
  border-left: 0.4rem solid var(--themeColor);
  padding-bottom: 0.5rem;
  padding-left: 1.6rem;
  line-height: 1.4 !important;
}
@media only screen and (max-width: 767px) {
  .headline-3,
.entry h3 {
    font-size: 1.8rem;
    border-width: 0.3rem;
    padding-left: 1rem;
    padding-bottom: 0.3rem;
    line-height: 1.3;
    margin-bottom: 1.6rem;
  }
}

.headline-2 + .headline-3 {
  margin: 2.4rem 0;
}

.headline-4,
.entry h4 {
  font-size: 2.6rem;
  font-weight: 700;
  margin: 4.8rem 0 2.4rem;
  position: relative;
  padding-left: 2.4rem;
  line-height: 1.4 !important;
}
@media only screen and (max-width: 767px) {
  .headline-4,
.entry h4 {
    font-size: 1.6rem;
    padding-left: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.headline-4::before,
.entry h4::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 0.2rem;
  background: var(--themeColor);
  position: absolute;
  top: 2rem;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .headline-4::before,
.entry h4::before {
    top: 1.2rem;
    width: 1rem;
  }
}

.headline-5,
.entry h5 {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 1em 0 0.7em;
  line-height: 1.4 !important;
}
@media only screen and (max-width: 767px) {
  .headline-5,
.entry h5 {
    font-size: 1.5rem;
  }
}
.headline-5 + p,
.entry h5 + p {
  margin-top: -1rem;
}

.headline-6,
.entry h6 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 1em 0 0.5em;
  line-height: 1.4 !important;
}
@media only screen and (max-width: 767px) {
  .headline-6,
.entry h6 {
    font-size: 1.4rem;
  }
}
.headline-6 + p,
.entry h6 + p {
  margin-top: 0;
}

.table-main,
.entry table {
  width: 100%;
  border-collapse: collapse;
}
@media only screen and (max-width: 767px) {
  .table-main,
.entry table {
    display: block;
    overflow: auto;
    width: 100%;
  }
}
.table-main.bg-none tbody tr,
.entry table.bg-none tbody tr {
  background: none !important;
}
@media only screen and (min-width: 768px) {
  .table-main.fixed,
.entry table.fixed {
    table-layout: fixed;
  }
}
.table-main.fixed tr > *:first-child,
.entry table.fixed tr > *:first-child {
  width: 13.8rem;
}
.table-main.equal tr > *:first-child,
.entry table.equal tr > *:first-child {
  width: auto;
}
.table-main.sp-nowrap,
.entry table.sp-nowrap {
  min-width: 24rem;
}
@media only screen and (max-width: 767px) {
  .table-main.sp-nowrap,
.entry table.sp-nowrap {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 767px) {
  .table-main.sp-nowrap tbody td,
.entry table.sp-nowrap tbody td {
    min-width: auto;
  }
}
.table-main tr > *:first-child,
.entry table tr > *:first-child {
  padding-left: 2.4rem;
  padding-right: 1.2rem;
}
.table-main tr > *:last-child,
.entry table tr > *:last-child {
  padding-right: 2.4rem;
  padding-left: 1.2rem;
}
.table-main thead th,
.entry table thead th {
  text-align: left;
  padding: 2.4rem 1.8rem;
  background: #333;
  color: #fff;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .table-main thead th,
.entry table thead th {
    padding: 1rem;
  }
}
.table-main thead + tbody,
.entry table thead + tbody {
  border-top: none;
}
@media only screen and (max-width: 767px) {
  .table-main thead + tbody,
.entry table thead + tbody {
    display: table-row-group;
  }
}
.table-main tbody,
.entry table tbody {
  border-top: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
  .table-main tbody,
.entry table tbody {
    display: table;
    width: 100%;
  }
}
.table-main tbody tr,
.entry table tbody tr {
  border-bottom: 1px solid #ccc;
}
.table-main tbody tr:nth-of-type(even),
.entry table tbody tr:nth-of-type(even) {
  background: #F1EFE8;
}
.table-main tbody th,
.entry table tbody th {
  vertical-align: top;
  text-align: left;
  padding: 2.4rem 1.8rem;
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  .table-main tbody th,
.entry table tbody th {
    width: 13.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .table-main tbody th,
.entry table tbody th {
    padding: 1rem;
    white-space: nowrap;
  }
}
.table-main tbody td,
.entry table tbody td {
  padding: 2.4rem 1.8rem;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .table-main tbody td,
.entry table tbody td {
    padding: 1rem;
    min-width: 18rem;
  }
}
@media only screen and (max-width: 767px) {
  .table-main tbody td:last-of-type,
.entry table tbody td:last-of-type {
    width: 100%;
  }
}
.table-main tbody td > *:first-child,
.entry table tbody td > *:first-child {
  margin-top: 0;
}
.table-main tbody td > *:last-child,
.entry table tbody td > *:last-child {
  margin-bottom: 0;
}
.table-main tbody td a,
.entry table tbody td a {
  color: var(--themeColor);
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .table-main tbody td a:hover,
.entry table tbody td a:hover {
    text-decoration: none;
  }
}
.table-main tbody td ul,
.entry table tbody td ul {
  padding-left: 1em;
}
.table-main tbody td ul li,
.entry table tbody td ul li {
  padding-left: 0;
}
.table-main tbody td ul li::before,
.entry table tbody td ul li::before {
  content: "・";
  display: inline-block;
  text-indent: -1em;
  margin-left: 0;
  width: auto;
  height: auto;
  border-radius: 50vw;
  background: none;
  margin-right: 0;
}

.soundBtn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
  font-family: inherit;
  font-size: 1em;
  color: inherit;
  font-size: 1.4rem;
  color: #000;
  background: #fff;
  font-style: italic;
  font-weight: bold;
  width: 2.4rem;              
  height: 2.4rem;
  background-color: rgba(0, 0, 0, 0.5); 
	border-radius: 50%; 
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
}
.soundBtn::after {
  content: "";
  display: block;
  width: 1.2rem;               
  height: 1.2rem;
  background-image: url("../img/volume-xmark-solid-full.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;     
}
.soundBtn:hover {
	opacity: .5;
}
.soundBtn.is-active {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5); 
}
.soundBtn.is-active::after {
  background-image: url("../img/volume-high-solid-full.png");
}

.soundBtn-right {
  position: fixed;
  top:1rem;
  right: 1rem;
  z-index: 9999;
}

.audio-block {
  padding: 1rem;
  position: fixed;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8);
  width: 42rem;
  height: 15rem;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: 200ms;
  z-index: 99999;
}
@media only screen and (max-width: 767px) {
  .audio-block {
    bottom: auto;
    top: 15%;
    width: 80%;
  }
}
.audio-block.is-hide {
  opacity: 0;
  visibility: hidden;
}
.audio-block .close {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.audio-block .close::before, .audio-block .close::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.audio-block .close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.audio-block .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.audio-block .audio-title {
  font-size: 1.2rem;
  color: #aaa;
}
.audio-block .soundBtn {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.audio-block .small {
  font-size: 1rem;
  color: #555;
  text-align: center;
}