body {
  background-color: #0096F0;
}

.mv {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.mv-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
}
.mv-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (orientation: portrait) {
  .mv-bg video.landscape {
    display: none;
  }
}
.mv-bg video.portrait {
  display: none;
}
@media screen and (orientation: portrait) {
  .mv-bg video.portrait {
    display: block;
  }
}
.mv-bg.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.mv-bg {
  /* HTML: <div class="loader"></div> */
}
.mv-bg .loader {
  position: absolute;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
  z-index: -1;
  width: 50px;
  aspect-ratio: 1;
  --_c:no-repeat radial-gradient(farthest-side,#fff 92%,#0000);
  background: var(--_c) top, var(--_c) left, var(--_c) right, var(--_c) bottom;
  background-size: 12px 12px;
  animation: l7 1s infinite;
}
@keyframes l7 {
  to {
    transform: rotate(0.5turn);
  }
}
.mv-inner {
  position: relative;
  height: 100%;
  display: grid;
  place-items: center;
  z-index: 5;
}

.mv_img {
  width: 100%;
  height: 100svh;
  background-color: #0096F0;
  padding-top: 80px;
  padding-bottom: 70px;
}
@media screen and (max-width: 960px) {
  .mv_img {
    padding-top: 65px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 668px) {
  .mv_img {
    padding-top: 50px;
  }
}
.mv_img span {
  height: 100%;
  display: block;
  background-image: url(../movie/mainvisual_movie.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (orientation: portrait) {
  .mv_img span {
    background-image: url(../movie/mainvisual_movie_sp.jpg);
  }
}

#contents {
  background-color: transparent;
  pointer-events: auto;
}
#contents .titleEn {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 6.4rem;
}
@media screen and (max-width: 1200px) {
  #contents .titleEn {
    font-size: clamp(40px, 5.3333333333vw, 100px);
  }
}
#contents .titleJp {
  font-size: 1.6rem;
}
@media screen and (max-width: 1200px) {
  #contents .titleJp {
    font-size: clamp(14px, 1.3333333333vw, 100px);
  }
}
#contents .titleJp {
  font-weight: 700;
}
#contents .scroll {
  position: absolute;
  top: -80px;
  z-index: 5;
  width: 100%;
}
@media screen and (orientation: portrait) {
  #contents .scroll {
    top: -60px;
  }
}
#contents .scroll span {
  display: block;
  position: relative;
  text-align: center;
  z-index: 1;
  color: #fff;
  letter-spacing: 2px;
  height: 150px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
}
@media screen and (orientation: portrait) {
  #contents .scroll span {
    height: 90px;
  }
}
#contents .scroll span::before, #contents .scroll span::after {
  display: block;
  content: "";
  height: 120px;
  margin: 10px auto 0;
  position: absolute;
  left: 50%;
  bottom: 0;
}
@media screen and (orientation: portrait) {
  #contents .scroll span::before, #contents .scroll span::after {
    height: 60px;
  }
}
#contents .scroll span::before {
  border-left: 1px solid #fff;
  animation: scrollmove 2s ease-in-out infinite;
  opacity: 0;
}
@media screen and (orientation: portrait) {
  #contents .scroll span::before {
    animation: scrollmove_sp 2s ease-in-out infinite;
  }
}
#contents .scroll span::after {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
@keyframes scrollmove {
  0% {
    height: 60px;
    bottom: 62px;
    opacity: 0;
    @media screen and (orientation: portrait) {
      #contents .scroll span {
        height: 30px;
        bottom: 32px;
      }
    }
  }
  30% {
    height: 60px;
    opacity: 1;
    @media screen and (orientation: portrait) {
      #contents .scroll span {
        height: 30px;
      }
    }
  }
  100% {
    height: 0;
    bottom: 0;
    opacity: 0;
  }
}
@keyframes scrollmove_sp {
  0% {
    height: 30px;
    bottom: 32px;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    bottom: 0;
    opacity: 0;
  }
}
#contents .area__about {
  padding: clamp(70px, 10vw, 120px) max(5vw, 25px) clamp(30px, 6vw, 100px);
  background-color: #001E30;
}
#contents .area__about__inner {
  color: #fff;
  max-width: 960px;
  margin: 0 auto;
}
#contents .area__about__inner > section:first-child {
  margin-bottom: clamp(40px, 5vw, 90px);
}
#contents .area__about__inner > section h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 120%;
}
@media screen and (max-width: 1200px) {
  #contents .area__about__inner > section h2 {
    font-size: clamp(20px, 3vw, 100px);
  }
}
#contents .area__about__inner > section h2 {
  margin-bottom: max(2vw, 15px);
}
#contents .area__about__inner > section p {
  font-size: 1.8rem;
}
@media screen and (max-width: 1200px) {
  #contents .area__about__inner > section p {
    font-size: clamp(14px, 1.5vw, 100px);
  }
}
#contents .area__about__inner > section p {
  line-height: 200%;
}
#contents .area__about__inner > section ul {
  display: flex;
  flex-wrap: wrap;
}
#contents .area__about__inner > section ul li a {
  display: block;
  font-size: 1.8rem;
}
@media screen and (max-width: 1200px) {
  #contents .area__about__inner > section ul li a {
    font-size: clamp(14px, 1.5vw, 100px);
  }
}
#contents .area__about__inner > section ul li a {
  margin: 0 max(1.8vw, 20px) max(1vw, 15px) 0;
}
#contents .area__about__inner > section ul li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
#contents .area__about__inner > section ul li a:hover {
  transform: translateY(0);
}
#contents .area__about__inner > section ul li a:hover::after {
  transform: scale(1, 1);
}
#contents .area__highlight {
  padding: max(6vw, 40px) max(5vw, 25px) max(8vw, 40px);
  background: url(../images/common/bg_blue_pc.png) repeat-y center top/100% auto;
}
@media screen and (orientation: portrait) {
  #contents .area__highlight {
    background: url(../images/common/bg_blue_sp.png) repeat-y center top/100% auto;
  }
}
#contents .area__highlight__inner {
  max-width: 1440px;
  margin: 0 auto;
  color: #fff;
}
#contents .area__highlight__inner .highlightTit {
  margin: 0 max(5vw, 25px) 60px 0;
}
@media screen and (max-width: 668px) {
  #contents .area__highlight__inner .highlightTit {
    margin-bottom: 30px;
  }
}
#contents .area__highlight__inner .highlightTit .titleJp {
  margin-bottom: 40px;
}
@media screen and (max-width: 668px) {
  #contents .area__highlight__inner .highlightTit .titleJp {
    margin-bottom: 20px;
  }
}
#contents .area__highlight__inner .highlightTit .text {
  font-size: 1.8rem;
}
@media screen and (max-width: 1200px) {
  #contents .area__highlight__inner .highlightTit .text {
    font-size: clamp(14px, 1.5vw, 100px);
  }
}
#contents .area__highlight__inner .highlightTit .text {
  line-height: 200%;
}
#contents .area__highlight__inner .highlightTit .text strong {
  font-size: 1.1em;
  font-weight: 700;
}
#contents .area__highlight__inner .highlightMain {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 48px;
}
@media screen and (max-width: 960px) {
  #contents .area__highlight__inner .highlightMain {
    gap: 50px 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .area__highlight__inner .highlightMain {
    gap: 40px 0;
  }
}
#contents .area__highlight__inner .highlightMain > section {
  width: calc((100% - 96px) / 3);
}
@media screen and (max-width: 960px) {
  #contents .area__highlight__inner .highlightMain > section {
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .area__highlight__inner .highlightMain > section {
    width: 100%;
  }
}
@media screen and (max-width: 668px) {
  #contents .area__highlight__inner .highlightMain > section.pcDomino {
    display: none;
  }
}
#contents .area__highlight__inner .highlightMain > section.spDomino {
  display: none;
}
@media screen and (max-width: 668px) {
  #contents .area__highlight__inner .highlightMain > section.spDomino {
    display: flex;
  }
}
#contents .area__highlight__inner .highlightMain > section a {
  display: block;
  color: #fff;
}
#contents .area__highlight__inner .highlightMain > section a h3 {
  font-size: 2.4rem;
  line-height: 120%;
}
@media screen and (max-width: 1200px) {
  #contents .area__highlight__inner .highlightMain > section a h3 {
    font-size: clamp(20px, 2vw, 100px);
  }
}
#contents .area__highlight__inner .highlightMain > section a h3 {
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #contents .area__highlight__inner .highlightMain > section a h3 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .area__highlight__inner .highlightMain > section a h3 {
    margin-bottom: 10px;
  }
}
#contents .area__highlight__inner .highlightMain > section a figure img {
  display: block;
}
#contents .area__highlight__inner .highlightMain > section a figure figcaption {
  font-size: 1.25rem;
  line-height: 130%;
  letter-spacing: 0.07em;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#contents .area__highlight__inner .highlightMain > section a figure figcaption strong,
#contents .area__highlight__inner .highlightMain > section a figure figcaption span.copy {
  display: block;
  line-height: 130%;
}
#contents .area__highlight__inner .highlightMain > section a figure figcaption strong {
  font-size: 1.6rem;
}
#contents .area__highlight__inner .highlightMain > section a figure figcaption span.copy {
  font-size: 1rem;
}
#contents .area__audio {
  background-color: #E4F5FF;
  padding: max(7vw, 40px) max(5vw, 25px);
}
#contents .area__audio__inner {
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
}
#contents .area__audio__inner .titleEn {
  color: #0096F0;
}
#contents .area__audio__inner .titleJp {
  margin-bottom: 40px;
}
#contents .area__audio__inner .guideText {
  font-size: 1.8rem;
}
@media screen and (max-width: 1200px) {
  #contents .area__audio__inner .guideText {
    font-size: clamp(14px, 1.5vw, 100px);
  }
}
#contents .area__audio__inner .guideText {
  line-height: 200%;
  margin-bottom: 40px;
}
#contents .area__audio__inner .icon {
  position: absolute;
  right: 0;
  top: max(1vw, 5px);
}
#contents .area__audio__inner .icon a {
  background-color: #fff;
  border-radius: 50%;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contents .area__audio__inner .icon a img {
  width: 34px;
}
#contents .area__audio__inner__profile {
  margin-top: clamp(30px, 7vw, 100px);
}
#contents .area__audio__inner__profile .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 960px) {
  #contents .area__audio__inner__profile .box {
    align-items: flex-start;
  }
}
#contents .area__audio__inner__profile .box .photo {
  width: 27%;
}
@media screen and (max-width: 960px) {
  #contents .area__audio__inner__profile .box .photo {
    width: 35%;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .area__audio__inner__profile .box .photo {
    width: 50%;
    margin: 0 auto 20px;
  }
}
#contents .area__audio__inner__profile .box .text {
  width: 66%;
}
@media screen and (max-width: 960px) {
  #contents .area__audio__inner__profile .box .text {
    width: calc(65% - 30px);
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .area__audio__inner__profile .box .text {
    width: 100%;
  }
}
#contents .area__audio__inner__profile .box .text > div h4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .area__audio__inner__profile .box .text > div h4 {
    display: block;
    text-align: center;
  }
}
#contents .area__audio__inner__profile .box .text > div h4 strong {
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
}
#contents .area__audio__inner__profile .box .text > div h4 span {
  display: block;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  font-size: 2rem;
  color: #0096F0;
  letter-spacing: 0.2em;
}
#contents .area__audio__inner__profile .box .text > div p {
  font-size: 1.8rem;
}
@media screen and (max-width: 1200px) {
  #contents .area__audio__inner__profile .box .text > div p {
    font-size: clamp(14px, 1.5vw, 100px);
  }
}
#contents .area__audio__inner__profile .box .text > div p {
  line-height: 200%;
}
#contents .area__audio__obj {
  opacity: 0.4;
  z-index: -1;
  width: max(30%, 350px);
}
@media screen and (max-width: 960px) {
  #contents .area__audio__obj {
    width: 270px;
  }
}
#contents .area__audio__obj img {
  filter: brightness(0.7);
}
#contents .area__audio__obj.lt {
  left: -11%;
  top: 20px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .area__audio__obj.lt {
    left: auto;
    right: -10%;
  }
}
#contents .area__audio__obj.rb {
  right: -12%;
  bottom: -20%;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .area__audio__obj.rb {
    right: auto;
    left: -10%;
  }
}
#contents .area__event {
  background-color: #fff;
  padding: max(6vw, 40px) max(5vw, 25px) max(8vw, 40px);
}
#contents .area__event__inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  #contents .area__event__inner {
    flex-wrap: wrap;
  }
}
#contents .area__event__inner__tit {
  margin-right: 25px;
}
@media screen and (max-width: 960px) {
  #contents .area__event__inner__tit {
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
  }
}
#contents .area__event__inner__tit .titleEn {
  color: #0096F0;
}
#contents .area__event__inner__main {
  width: 65%;
}
@media screen and (max-width: 960px) {
  #contents .area__event__inner__main {
    width: 100%;
  }
}
#contents .area__event__inner__main article:first-child a {
  border-top: 1px solid #c2c2c2;
}
#contents .area__event__inner__main article a {
  display: block;
  border-bottom: 1px solid #c2c2c2;
  padding: max(2.5vw, 25px) max(4vw, 40px) max(2.5vw, 25px) max(3vw, 10px);
  position: relative;
}
#contents .area__event__inner__main article a span.cate,
#contents .area__event__inner__main article a span.date {
  display: inline-block;
  font-size: 1.4rem;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .area__event__inner__main article a span.cate,
  #contents .area__event__inner__main article a span.date {
    letter-spacing: 0.05em;
  }
}
#contents .area__event__inner__main article a span.cate {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  background-color: rgba(0, 150, 240, 0.7);
  color: #fff;
  width: 6em;
  padding: 5px 0;
  margin-right: 10px;
  line-height: 100%;
  text-align: center;
}
#contents .area__event__inner__main article a span.date {
  line-height: 100%;
  color: rgba(34, 34, 34, 0.7);
}
#contents .area__event__inner__main article a h3 {
  margin-top: 10px;
  font-size: 2rem;
}
@media screen and (max-width: 1200px) {
  #contents .area__event__inner__main article a h3 {
    font-size: clamp(14px, 1.6666666667vw, 100px);
  }
}
#contents .area__event__inner__main article a h3 {
  font-weight: 500;
  line-height: 140%;
}
#contents .area__event__inner__main article a::after {
  content: "";
  display: block;
  background: url(../images/common/icon_arrow.svg) no-repeat center/contain;
  width: 18px;
  height: 18px;
  position: absolute;
  right: max(3vw, 15px);
  top: calc(50% - 7px);
  transition: 0.3s;
  filter: brightness(0);
}
#contents .area__event__inner__main article a:hover {
  transform: translateY(0);
  background-color: #F8F8F8;
}
#contents .area__event__inner__main article a:hover::after {
  right: max(2.5vw, 10px);
}
#contents .area__event__obj {
  left: -3%;
  bottom: -15%;
  opacity: 0.4;
  z-index: -1;
  width: max(40%, 350px);
}
@media screen and (max-width: 960px) {
  #contents .area__event__obj {
    width: 300px;
    left: auto;
    right: -150px;
    bottom: auto;
    top: 10px;
  }
}
#contents .area__event__obj img {
  filter: brightness(0.7);
}
#contents .area__overview {
  background-color: #F2F2F2;
  padding: max(8vw, 40px) max(5vw, 25px);
}
#contents .area__overview__inner {
  max-width: 1440px;
  margin: 0 auto;
}
#contents .area__overview__inner .titleEn {
  color: #0096F0;
}
#contents .area__overview__inner .titleJp {
  margin-bottom: 60px;
}
#contents .area__overview__inner > table {
  border-collapse: collapse;
}
#contents .area__overview__inner > table > tbody > tr > th,
#contents .area__overview__inner > table > tbody > tr > td {
  border-bottom: 1px solid #d8d8d8;
  font-size: 1.6rem;
}
@media screen and (max-width: 1200px) {
  #contents .area__overview__inner > table > tbody > tr > th,
  #contents .area__overview__inner > table > tbody > tr > td {
    font-size: clamp(14px, 1.3333333333vw, 100px);
  }
}
#contents .area__overview__inner > table > tbody > tr > th,
#contents .area__overview__inner > table > tbody > tr > td {
  text-align: left;
  padding: 25px 35px;
  vertical-align: middle;
}
#contents .area__overview__inner > table > tbody > tr > th.vtop,
#contents .area__overview__inner > table > tbody > tr > td.vtop {
  vertical-align: top;
}
@media screen and (max-width: 1367px) {
  #contents .area__overview__inner > table > tbody > tr > th,
  #contents .area__overview__inner > table > tbody > tr > td {
    padding: 20px 0;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .area__overview__inner > table > tbody > tr > th,
  #contents .area__overview__inner > table > tbody > tr > td {
    display: block;
    padding: 15px 10px;
  }
}
#contents .area__overview__inner > table > tbody > tr > th {
  font-weight: 700;
  width: 230px;
}
@media screen and (max-width: 1367px) {
  #contents .area__overview__inner > table > tbody > tr > th {
    width: auto;
    white-space: nowrap;
    padding-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .area__overview__inner > table > tbody > tr > th {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
#contents .area__overview__inner > table > tbody > tr > td {
  padding-left: 0;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .area__overview__inner > table > tbody > tr > td {
    padding-top: 5px;
  }
}
#contents .area__overview__inner > table > tbody > tr > td ul {
  margin-left: 20px;
}
#contents .area__overview__inner > table > tbody > tr > td ul li {
  list-style: disc;
}
#contents .area__overview__inner > table > tbody > tr > td strong {
  font-size: 1.05em;
  font-weight: 500;
}
#contents .area__overview__inner > table > tbody > tr > td .spScroll {
  padding: 40px 0 0;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .area__overview__inner > table > tbody > tr > td .spScroll {
    overflow-x: auto;
    width: calc(100vw - 50px);
    padding: 20px 0;
  }
}
#contents .area__overview__inner > table > tbody > tr > td .spScroll table.ticket {
  border-collapse: collapse;
  line-height: 110%;
  width: 100%;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .area__overview__inner > table > tbody > tr > td .spScroll table.ticket {
    width: 550px;
  }
}
#contents .area__overview__inner > table > tbody > tr > td .spScroll table.ticket tr th, #contents .area__overview__inner > table > tbody > tr > td .spScroll table.ticket tr td {
  font-size: 1.8rem;
}
@media screen and (max-width: 1200px) {
  #contents .area__overview__inner > table > tbody > tr > td .spScroll table.ticket tr th, #contents .area__overview__inner > table > tbody > tr > td .spScroll table.ticket tr td {
    font-size: clamp(14px, 1.5vw, 100px);
  }
}
#contents .area__overview__inner > table > tbody > tr > td .spScroll table.ticket tr th, #contents .area__overview__inner > table > tbody > tr > td .spScroll table.ticket tr td {
  padding: 25px 10px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #d8d8d8;
}
#contents .area__overview__inner > table > tbody > tr > td .spScroll table.ticket tr th:not(:first-child), #contents .area__overview__inner > table > tbody > tr > td .spScroll table.ticket tr td:not(:first-child) {
  width: 28%;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .area__overview__inner > table > tbody > tr > td .spScroll table.ticket tr th, #contents .area__overview__inner > table > tbody > tr > td .spScroll table.ticket tr td {
    padding: 10px 5px;
  }
}
#contents .area__overview__inner > table > tbody > tr > td .spScroll table.ticket tr th {
  background-color: #222;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  #contents .area__overview__inner > table > tbody > tr > td .spScroll table.ticket tr th {
    letter-spacing: 0.03em;
  }
}
#contents .area__overview__inner > table > tbody > tr > td .spScroll table.ticket tr th small {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0;
  margin-top: 5px;
}
#contents .area__overview__inner > table > tbody > tr > td .spScroll table.ticket tr th.none {
  background-color: transparent;
  border: 0;
}
#contents .area__overview__inner > table > tbody > tr > td .spScroll table.ticket tr td {
  font-weight: 700;
  letter-spacing: 0;
  width: 27%;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  #contents .area__overview__inner > table > tbody > tr > td .spScroll table.ticket tr td {
    width: auto;
  }
}
@media screen and (max-width: 668px) {
  #contents .area__overview__inner > table > tbody > tr > td .spScroll table.ticket tr td span.spbr {
    display: block;
  }
}
#contents .area__overview__inner .sub {
  margin: 40px 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#contents .area__overview__inner .sub .text {
  width: calc(100% - max(17vw, 320px));
  font-size: 1.8rem;
}
@media screen and (max-width: 1200px) {
  #contents .area__overview__inner .sub .text {
    font-size: clamp(14px, 1.5vw, 100px);
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .area__overview__inner .sub .text {
    width: 100%;
    margin-bottom: 15px;
  }
}
#contents .area__overview__inner .sub .text h3 {
  font-size: 2.2rem;
}
@media screen and (max-width: 1200px) {
  #contents .area__overview__inner .sub .text h3 {
    font-size: clamp(14px, 1.8333333333vw, 100px);
  }
}
#contents .area__overview__inner .sub .text h3 {
  font-weight: 700;
  margin-bottom: 15px;
}
#contents .area__overview__inner .sub .photo {
  width: 300px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .area__overview__inner .sub .photo {
    width: 100%;
    margin-bottom: 20px;
  }
}
#contents .area__overview__inner .btnBlack {
  margin: 0 auto;
}
#contents .area__overview__obj {
  right: 20px;
  top: 50px;
  opacity: 0.4;
  z-index: -1;
  width: max(33%, 300px);
}
@media screen and (max-width: 960px) {
  #contents .area__overview__obj {
    width: 300px;
    right: -5%;
    top: 20px;
  }
}
#contents .area__overview__obj img {
  filter: brightness(0.7);
}
#contents .area__access {
  background-color: #222;
  padding: max(8vw, 40px) max(5vw, 25px);
  color: #fff;
}
#contents .area__access__inner {
  max-width: 1070px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
#contents .area__access__inner__text {
  width: calc(58% - max(3.5vw, 25px));
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .area__access__inner__text {
    width: 100%;
    margin-bottom: 20px;
  }
}
#contents .area__access__inner__text .titleEn {
  margin-bottom: 10px;
}
#contents .area__access__inner__text h2.titleJp {
  margin-bottom: 80px;
}
@media screen and (max-width: 668px) {
  #contents .area__access__inner__text h2.titleJp {
    margin-bottom: 40px;
  }
}
#contents .area__access__inner__text section {
  margin-bottom: 40px;
}
#contents .area__access__inner__text section h3 {
  font-size: 2.4rem;
}
@media screen and (max-width: 1200px) {
  #contents .area__access__inner__text section h3 {
    font-size: clamp(14px, 2vw, 100px);
  }
}
#contents .area__access__inner__text section address {
  font-size: 1.4rem;
}
@media screen and (max-width: 1200px) {
  #contents .area__access__inner__text section address {
    font-size: clamp(14px, 1.1666666667vw, 100px);
  }
}
#contents .area__access__inner__text section address {
  font-style: normal;
}
#contents .area__access__inner__text ul li {
  font-size: 1.8rem;
}
@media screen and (max-width: 1200px) {
  #contents .area__access__inner__text ul li {
    font-size: clamp(14px, 1.5vw, 100px);
  }
}
#contents .area__access__inner__text ul li {
  margin-bottom: 5px;
}
#contents .area__access__inner__map {
  width: 42%;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .area__access__inner__map {
    width: 100%;
  }
}
#contents .area__access__inner__map iframe {
  width: 100%;
  height: 470px;
  filter: grayscale(1);
}
@media screen and (max-width: 960px) {
  #contents .area__access__inner__map iframe {
    height: 380px;
  }
}
#contents .area__access__obj {
  right: 7%;
  top: 7%;
  opacity: 0.4;
  z-index: -1;
  width: max(24%, 350px);
}
@media screen and (max-width: 960px) {
  #contents .area__access__obj {
    width: max(35%, 200px);
    right: -5%;
    top: 2%;
  }
}
#contents .area__end {
  background-color: #F2F2F2;
  padding: max(5vw, 25px);
  display: flex;
  justify-content: center;
}
#contents .area__end__inner > section {
  font-size: 2.4rem;
}
@media screen and (max-width: 1200px) {
  #contents .area__end__inner > section {
    font-size: clamp(14px, 2vw, 100px);
  }
}
#contents .area__end__inner > section {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  display: flex;
  margin-bottom: 8px;
}
#contents .area__end__inner > section h5 {
  width: 4em;
}

.fancybox__caption {
  max-width: 800px !important;
  margin: 0 auto;
}
.fancybox__caption .cap-copy {
  text-align: right;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 5px;
}
.fancybox__caption .cap-title {
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 668px) {
  .fancybox__caption .cap-title {
    font-size: 20px;
  }
}
.fancybox__caption .cap-caption {
  text-align: left;
  font-size: 15px;
  font-weight: 300;
  line-height: 170%;
}