@charset "UTF-8";
/* Scss Document */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-x: hidden;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

body {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-feature-settings: "halt" on;
  font-weight: 500;
  font-size: 1.6rem;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 0.1em;
  overflow-y: hidden;
  position: relative;
}
@media only screen and (max-width: 640px) {
  body {
    min-width: 100%;
    font-size: 3.75vw;
  }
}

.scroll-left {
  content: "";
  position: absolute;
  background: url("../img/bg02.png") repeat-y left top;
  width: calc(60 / 1200 * 100vw);
  height: 100%;
  background-size: 100% auto;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 640px) {
  .scroll-left {
    display: none;
  }
}

.scroll-right {
  position: absolute;
  background: url(../img/logo01.png) repeat-y center top;
  width: calc(28 / 1920 * 100vw);
  height: 100%;
  /* 背景が途切れないように倍に */
  background-size: contain;
  top: calc(29 / 1920 * 100vw);
  right: calc(17 / 1920 * 100vw);
  z-index: -1;
  /* 背景のように見せる */
}
@media only screen and (max-width: 1200px) {
  .scroll-right {
    width: calc(28 / 1200 * 100vw);
    top: calc(29 / 1200 * 100vw);
    right: calc(17 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .scroll-right {
    display: none;
  }
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.6;
  transition: 0.5s;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  vertical-align: bottom;
}

section {
  scroll-margin-top: 80px;
}
@media only screen and (max-width: 640px) {
  section {
    scroll-margin-top: calc(70 / 400 * 100vw);
  }
}

.inner {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 60px 0 90px;
}
@media only screen and (max-width: 640px) {
  .inner {
    width: 100%;
    min-width: 100%;
    padding: 0 calc(40 / 400 * 100vw);
  }
}
.inner._w {
  max-width: 1920px;
  padding: 0 40px;
}
@media only screen and (max-width: 640px) {
  .inner._w {
    max-width: 100%;
    padding: 0 calc(30 / 400 * 100vw);
  }
}
.inner._m {
  max-width: 1600px;
  padding: 0 40px;
}
@media only screen and (max-width: 640px) {
  .inner._m {
    max-width: 100%;
    padding: 0 calc(30 / 400 * 100vw);
  }
}
.inner._s {
  max-width: 1200px;
  padding: 0 30px;
}
@media only screen and (max-width: 640px) {
  .inner._s {
    max-width: 100%;
    padding: 0 calc(30 / 400 * 100vw);
  }
}

@media only screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }
}

.tab {
  display: none !important;
}
@media only screen and (max-width: 1200px) {
  .tab {
    display: block !important;
  }
}

.sp {
  display: none !important;
}
@media only screen and (max-width: 640px) {
  .sp {
    display: block !important;
  }
}

.c-title-en {
  font-family: Afacad;
  font-size: 4.6rem;
  font-weight: 600;
  line-height: 0.52;
}
@media only screen and (max-width: 640px) {
  .c-title-en {
    font-size: 3.2rem;
  }
}

.c-title-ja {
  color: #00B5CD;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.4px;
}
@media only screen and (max-width: 640px) {
  .c-title-ja {
    font-size: 1.5rem;
    line-height: 2.13;
    letter-spacing: 0.3px;
  }
}
.c-title-ja.l-mp {
  margin-top: 2rem;
}
@media only screen and (max-width: 640px) {
  .c-title-ja.l-mp {
    margin-top: 1rem;
  }
}

.header {
  position: fixed;
  width: 100%;
  z-index: 1000;
}
@media only screen and (max-width: 640px) {
  .header {
    background: url("../img/logo01-sp.png") repeat-x left 14%;
    background-size: contain;
  }
}
.header .header__inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 2.1rem;
  margin: 2.1rem 0 0 0;
  z-index: 999;
}
@media only screen and (max-width: 640px) {
  .header .header__inner {
    padding: 0 10px;
  }
}

.btn-buy {
  margin-right: 2rem;
}
@media only screen and (max-width: 640px) {
  .btn-buy {
    display: none;
  }
}
.btn-buy.active {
  display: none;
}
.btn-buy a {
  color: #00B5CD;
  text-align: center;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.8px;
  padding: 1.2rem 2.6rem 1.4rem;
  border-radius: 23px;
  border: 1px solid #00B5CD;
  background: #fff;
}

.btn-link {
  margin-top: 1.4em;
}
.btn-link a {
  color: #00B5CD;
  text-align: center;
  line-height: normal;
  letter-spacing: 0.16px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: 1rem;
  text-underline-position: from-font;
  display: block;
  font-weight: 700;
}
@media only screen and (max-width: 1200px) {
  .btn-link a {
    font-size: calc(16 / 1200 * 100vw);
    margin-top: calc(42 / 1200 * 100vw);
    margin-bottom: calc(59 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .btn-link a {
    font-size: calc(14 / 400 * 100vw);
    letter-spacing: 0.15px;
    text-underline-offset: 66.667%;
    margin-top: calc(15 / 400 * 100vw);
    margin-bottom: calc(46 / 400 * 100vw);
  }
}

.drawer-icon {
  margin-right: 1.1%;
}
@media only screen and (max-width: 640px) {
  .drawer-icon {
    width: calc(48 / 400 * 100vw);
    margin-right: 0;
    margin-top: calc(18 / 400 * 100vw);
  }
}
.drawer-icon .close-icon {
  display: none;
}
@media only screen and (max-width: 640px) {
  .drawer-icon .close-icon {
    display: none !important;
  }
}
.drawer-icon.active .open-icon {
  display: none;
}
@media only screen and (max-width: 640px) {
  .drawer-icon.active .open-icon {
    display: none !important;
  }
}
.drawer-icon.active .close-icon {
  display: inline;
}
@media only screen and (max-width: 640px) {
  .drawer-icon.active .close-icon.sp {
    display: inline !important;
  }
}

.drawer-content {
  padding-right: 2.5%;
  background: url("../img/bg06.png") no-repeat right top;
  background-size: cover;
  width: 100%;
  height: 101vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  overflow: auto;
  transform: translateX(-110%);
  transition: transform 0.5s ease-in-out;
}
.drawer-content.open {
  transform: translateX(0);
}
@media only screen and (max-width: 640px) {
  .drawer-content {
    background: url("../img/bg07.png") no-repeat center top;
    background-size: cover;
    width: 100%;
    transform: translateY(110%);
  }
}

.drawer-content__menu {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-top: 9rem;
}
@media only screen and (max-width: 1200px) {
  .drawer-content__menu {
    padding-top: calc(90 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .drawer-content__menu {
    padding-top: calc(133 / 400 * 100vw);
  }
}

.drawer-content__logo {
  margin: 0 auto 8.1rem;
  width: 240px;
}
@media only screen and (max-width: 640px) {
  .drawer-content__logo {
    width: calc(160 / 400 * 100vw);
    margin: 0 auto calc(51 / 400 * 100vw);
  }
}

.drawer-content__link {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.6px;
}
@media only screen and (max-width: 640px) {
  .drawer-content__link {
    font-size: calc(16 / 400 * 100vw);
    line-height: 1.25;
    letter-spacing: 1.28px;
  }
}

.drawer-content__link + .drawer-content__link {
  margin-top: 4rem;
}
@media only screen and (max-width: 640px) {
  .drawer-content__link + .drawer-content__link {
    margin-top: calc(40 / 400 * 100vw);
  }
}

.drawer-content__btn-buy {
  margin: 5rem auto;
}

.button-white {
  display: block;
  background: #fff;
  color: #00B5CD;
  font-size: 2rem;
  line-height: 2.4;
  letter-spacing: 1.6px;
  width: 34rem;
  height: 6rem;
  border-radius: 3rem;
  padding: 0.6rem 6.3rem 0.6rem 5rem;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .button-white {
    width: calc(320 / 400 * 100vw);
    height: calc(50 / 400 * 100vw);
    font-size: calc(16 / 400 * 100vw);
    font-weight: 700;
    line-height: calc(50 / 400 * 100vw);
    letter-spacing: 1.44px;
    padding: 0 calc(48 / 400 * 100vw) 0 calc(36 / 400 * 100vw);
  }
}
.button-white::after {
  content: "";
  position: absolute;
  background: url("../img/icon-arrow02.png") no-repeat center center;
  background-size: contain;
  width: 2.2rem;
  height: 2.1rem;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
}

@media only screen and (max-width: 640px) {
  .mv {
    padding-top: calc(102 / 400 * 100vw);
    padding-bottom: calc(58 / 400 * 100vw);
  }
}

.mv-container {
  display: flex;
  margin-right: calc(40 / 1200 * 100vw);
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .mv-container {
    margin-right: 0;
  }
}

.mv-image {
  width: 51.7380759903%;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .mv-image {
    display: none;
  }
}

.mv-img-wrap {
  position: fixed;
  top: 0;
  left: 0;
  transition: transform 0.5s ease-out;
  width: 51.7380759903%;
}

.mv__img {
  background: url(../img/bg04.png) repeat-y right top;
  width: 100%;
  height: 100vh;
  background-size: 100% auto;
}

.swiper {
  width: 80%;
  overflow: visible;
}
@media only screen and (max-width: 640px) {
  .swiper {
    width: 100%;
  }
}
.swiper.pc {
  position: absolute;
  top: 171px;
  left: 8%;
  z-index: 10;
  width: 80%;
}

.swiper-wrapper {
  padding-bottom: 5rem;
}

.swiper-slide img {
  width: 100%;
}

.swiper-pagination-bullet {
  background: #fff !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background: #000 !important;
}

.swiper.swiper-sp {
  margin-top: 2.5rem;
  display: none;
}
@media only screen and (max-width: 640px) {
  .swiper.swiper-sp {
    display: block;
    z-index: -1;
  }
}
.swiper.swiper-sp .swiper-pagination-bullet {
  background: #00b5cd !important;
  opacity: 1 !important;
}
.swiper.swiper-sp .swiper-pagination-bullet-active {
  background: #000 !important;
}

.mv__img01 {
  position: absolute;
  top: calc(200 / 1600 * 100vw);
  right: calc(-40 / 1600 * 100vw);
  width: calc(201 / 1600 * 100vw);
  z-index: 10;
}
@media only screen and (max-width: 1600px) {
  .mv__img01 {
    width: calc(201 / 1600 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .mv__img01 {
    top: calc(272 / 1200 * 100vw);
    right: calc(-45 / 1200 * 100vw);
    width: calc(201 / 1200 * 100vw);
  }
}

.mv__img02 {
  position: absolute;
  top: calc(650 / 1600 * 100vw);
  width: calc(280 / 1600 * 100vw);
  left: calc(-4 / 1600 * 100vw);
  width: 280px;
  z-index: 10;
}
@media only screen and (max-width: 1600px) {
  .mv__img02 {
    width: calc(280 / 1600 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .mv__img02 {
    width: calc(230 / 1200 * 100vw);
  }
}

.mv__img03 {
  position: absolute;
  top: calc(40 / 1600 * 100vw);
  left: calc(167 / 1600 * 100vw);
  width: calc(151 / 1600 * 100vw);
  z-index: 10;
}
@media only screen and (max-width: 1600px) {
  .mv__img03 {
    width: calc(151 / 1600 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .mv__img03 {
    top: calc(80 / 1200 * 100vw);
    left: calc(110 / 1200 * 100vw);
    width: calc(151 / 1200 * 100vw);
  }
}

.mv__img04 {
  position: absolute;
  top: calc(760 / 1600 * 100vw);
  left: calc(542 / 1600 * 100vw);
  width: calc(190 / 1600 * 100vw);
  z-index: 10;
}
@media only screen and (max-width: 1600px) {
  .mv__img04 {
    width: calc(190 / 1600 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .mv__img04 {
    top: calc(620 / 1200 * 100vw);
    left: calc(400 / 1200 * 100vw);
    width: calc(149 / 1200 * 100vw);
  }
}

.mv__body {
  flex: 1;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .mv__body {
    padding: 0 4rem;
  }
}

.mv__body-wrap {
  margin: 0 auto;
  width: 400px;
  padding-top: 14rem;
}
@media only screen and (max-width: 640px) {
  .mv__body-wrap {
    width: 100%;
    padding-top: 0;
  }
}

.mv__logo {
  width: 85%;
  padding-left: 21px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .mv__logo {
    width: 56.25%;
    padding-left: 0;
  }
}
.mv__logo img {
  width: 100%;
}

.event-day {
  margin-top: 7.1rem;
}
@media only screen and (max-width: 640px) {
  .event-day {
    margin-top: calc(33 / 400 * 100vw);
  }
}

.event-day__ttl {
  border-radius: 5px;
  background: #00B5CD;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 1.5px;
  display: inline-block;
  padding: 3px 13px 5px 14px;
}
@media only screen and (max-width: 640px) {
  .event-day__ttl {
    font-size: calc(14 / 400 * 100vw);
    padding: 2px 12px 2px 11px;
  }
}

.event-day__date {
  color: #000;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 3px;
  margin-top: 1.4rem;
}
@media only screen and (max-width: 1200px) {
  .event-day__date {
    font-size: calc(20 / 1200 * 100vw);
    letter-spacing: normal;
  }
}
@media only screen and (max-width: 640px) {
  .event-day__date {
    font-size: calc(16 / 400 * 100vw);
    line-height: 0.53;
    letter-spacing: 1.92px;
    margin-top: 0.3rem;
  }
}
.event-day__date span {
  font-family: Afacad;
  font-size: 2.4rem;
  line-height: 1.25;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1200px) {
  .event-day__date span {
    font-size: calc(24 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .event-day__date span {
    font-size: calc(20 / 400 * 100vw);
    line-height: 1.5;
    letter-spacing: 1px;
  }
}
.event-day__date .number {
  font-family: Afacad;
  font-size: 4rem;
  line-height: 0.75;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1200px) {
  .event-day__date .number {
    font-size: calc(40 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .event-day__date .number {
    font-size: calc(32 / 400 * 100vw);
    line-height: 0.93;
    letter-spacing: 2px;
  }
}

.mv__ttl {
  display: inline-block;
  color: #000;
  font-size: 3rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 3px;
  margin-top: 5.3rem;
}
@media only screen and (max-width: 1200px) {
  .mv__ttl {
    font-size: calc(30 / 1200 * 100vw);
    margin-top: calc(53 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .mv__ttl {
    font-size: calc(18 / 400 * 100vw);
    font-weight: 700;
    line-height: 2.66;
    letter-spacing: 1px;
    margin-top: calc(39 / 400 * 100vw);
    display: block;
    text-align: center;
  }
}
.mv__ttl .txt-base {
  border-bottom: 1px solid #000;
  padding-bottom: 0.5rem;
}
.mv__ttl .txt-blue {
  color: #00B5CD;
  border-bottom: 1px solid #00B5CD;
  line-height: 2;
  padding-bottom: 0.5rem;
}
.mv__ttl .txt-s {
  font-size: 2.2rem;
}
@media only screen and (max-width: 1200px) {
  .mv__ttl .txt-s {
    font-size: calc(22 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .mv__ttl .txt-s {
    font-size: calc(14 / 400 * 100vw);
  }
}

.mv__txt {
  color: #000;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.36px;
  margin-top: 3.8rem;
}
@media only screen and (max-width: 1200px) {
  .mv__txt {
    font-size: calc(18 / 1200 * 100vw);
    margin-top: calc(38 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .mv__txt {
    font-size: 1.5rem;
    line-height: 1.86;
    letter-spacing: 0.3px;
    margin-top: 2.4rem;
  }
}

.fun {
  margin-top: 7.7rem;
  scroll-margin-top: 9rem;
}
@media only screen and (max-width: 1200px) {
  .fun {
    margin-top: calc(77 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .fun {
    margin-top: calc(75 / 400 * 100vw);
  }
}

.fun-list {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media only screen and (max-width: 1200px) {
  .fun-list {
    gap: calc(50 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .fun-list {
    gap: calc(50 / 400 * 100vw);
  }
}

.fun__mttl {
  display: flex;
  align-items: center;
}
.fun__mttl .fun__mttl-block {
  color: #00B5CD;
}
.fun__mttl .fun__mttl-block .fun__mttl-s {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 1.4px;
  padding-bottom: 3px;
  border-bottom: 1px dotted #00B5CD;
}
@media only screen and (max-width: 1200px) {
  .fun__mttl .fun__mttl-block .fun__mttl-s {
    font-size: calc(14 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .fun__mttl .fun__mttl-block .fun__mttl-s {
    font-size: calc(13 / 400 * 100vw);
    line-height: 1.38;
    letter-spacing: 1.3px;
    padding-bottom: 4px;
  }
}
.fun__mttl .fun__mttl-block .fun__mttl-l {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.8px;
  border-bottom: 1px dotted #00B5CD;
  margin-top: 7px;
  padding-bottom: 7px;
}
@media only screen and (max-width: 1200px) {
  .fun__mttl .fun__mttl-block .fun__mttl-l {
    font-size: calc(18 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .fun__mttl .fun__mttl-block .fun__mttl-l {
    font-size: calc(16 / 400 * 100vw);
    line-height: 1.12;
    letter-spacing: 1.6px;
    margin-top: 5px;
    padding-bottom: 6px;
  }
}

.fun__mttl-img {
  margin-right: 1.7rem;
  width: 30%;
}
@media only screen and (max-width: 1200px) {
  .fun__mttl-img {
    margin-right: calc(17 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .fun__mttl-img {
    width: calc(108 / 400 * 100vw);
    margin-right: calc(20 / 400 * 100vw);
  }
}

.fun__ttl {
  color: #000;
  font-size: 2rem;
  letter-spacing: 2px;
  margin-top: 2.7rem;
}
@media only screen and (max-width: 1200px) {
  .fun__ttl {
    font-size: calc(20 / 1200 * 100vw);
    margin-top: calc(27 / 1200 * 100vw);
    letter-spacing: 1.8px;
  }
}
@media only screen and (max-width: 640px) {
  .fun__ttl {
    font-size: calc(18 / 400 * 100vw);
    letter-spacing: 1.4px;
    margin-top: calc(22 / 400 * 100vw);
  }
}

.fun__txt {
  letter-spacing: 0.32px;
  margin-top: 1.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 1200px) {
  .fun__txt {
    margin-top: calc(16 / 1200 * 100vw);
    font-size: calc(16 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .fun__txt {
    font-size: calc(15 / 400 * 100vw);
    margin-top: calc(16 / 400 * 100vw);
  }
}

.area-info .content {
  margin-top: 10.7rem;
}
@media only screen and (max-width: 1200px) {
  .area-info .content {
    margin-top: calc(107 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .area-info .content {
    margin-top: 0;
  }
}

.area-info__img {
  margin-top: 8.3rem;
  margin-bottom: 1em;
}
@media only screen and (max-width: 1200px) {
  .area-info__img {
    margin-top: calc(83 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .area-info__img {
    margin-top: calc(73 / 400 * 100vw);
  }
}
.area-info__img iframe {
  border-radius: 10px;
}
@media only screen and (max-width: 640px) {
  .area-info__img iframe {
    width: 100%;
  }
}

.boarding .content {
  padding-top: 9.3rem;
}
@media only screen and (max-width: 1200px) {
  .boarding .content {
    padding-top: calc(93 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .boarding .content {
    padding-top: calc(83 / 400 * 100vw);
  }
}

.boarding__img {
  width: 100%;
  margin-top: 8.3rem;
}
@media only screen and (max-width: 1200px) {
  .boarding__img {
    margin-top: calc(83 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .boarding__img {
    margin-top: 5rem;
  }
}
.boarding__img img {
  width: 100%;
  height: auto;
}

.boarding__photo-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.5rem 2rem;
  margin-top: 8rem;
}
@media only screen and (max-width: 1200px) {
  .boarding__photo-list {
    margin-top: calc(80 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .boarding__photo-list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 5.4rem;
    gap: 2.6rem 2rem;
  }
}

@media only screen and (max-width: 640px) {
  .boarding__photo-card:nth-child(2) .card-desc {
    margin-top: calc(31 / 400 * 100vw);
  }
}

.card-ttl {
  color: #333;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.4px;
  margin-top: 1em;
}
@media only screen and (max-width: 1200px) {
  .card-ttl {
    font-size: calc(24 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .card-ttl {
    font-size: calc(16 / 400 * 100vw);
    letter-spacing: 0.32px;
    margin-top: calc(11 / 400 * 100vw);
    font-weight: 700;
  }
}

.card-txt {
  color: #00B5CD;
  font-family: Afacad;
  line-height: 1.5;
  letter-spacing: 0.8px;
  margin-top: 1rem;
}
@media only screen and (max-width: 640px) {
  .card-txt {
    font-size: calc(14 / 400 * 100vw);
    line-height: 1.71;
    letter-spacing: 0.7px;
    margin-top: calc(1 / 400 * 100vw);
  }
}

.card-desc {
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.42;
  margin-top: 2rem;
}
@media only screen and (max-width: 1200px) {
  .card-desc {
    font-size: calc(14 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .card-desc {
    font-size: calc(13 / 400 * 100vw);
    line-height: 1.53;
    margin-top: calc(15 / 400 * 100vw);
  }
}

.boat {
  display: flex;
  background: #f2f2f2;
  padding: 3rem 4.3rem 3.4rem 3rem;
  border-radius: 1rem;
  margin-top: 5.7rem;
}
@media only screen and (max-width: 1200px) {
  .boat {
    margin-top: calc(57 / 1200 * 100vw);
    padding: calc(30 / 1200 * 100vw) calc(30 / 1200 * 100vw) calc(34 / 1200 * 100vw) calc(30 / 1200 * 100vw);
    align-items: center;
  }
}
@media only screen and (max-width: 640px) {
  .boat {
    flex-direction: column;
    padding: calc(20 / 400 * 100vw) calc(20 / 400 * 100vw) calc(22 / 400 * 100vw) calc(20 / 400 * 100vw);
    margin-top: calc(37 / 400 * 100vw);
  }
}

.boat__img {
  width: 40.9924487594%;
  margin-right: 4.7rem;
}
@media only screen and (max-width: 1200px) {
  .boat__img {
    margin-right: calc(30 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .boat__img {
    width: 100%;
    margin-right: 0;
  }
}

.boat__txtarea {
  flex: 1;
}

.boat__name {
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.4px;
  margin-top: 7px;
}
@media only screen and (max-width: 1200px) {
  .boat__name {
    font-size: calc(20 / 1200 * 100vw);
    margin-top: calc(7 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .boat__name {
    font-size: calc(18 / 400 * 100vw);
    line-height: 1.33;
    letter-spacing: 0.36px;
    margin-top: calc(17 / 400 * 100vw);
  }
}

.boat__txt {
  font-weight: 400;
  line-height: 1.5;
  margin-top: 2.1rem;
  letter-spacing: normal;
}
@media only screen and (max-width: 1200px) {
  .boat__txt {
    font-size: calc(16 / 1200 * 100vw);
    margin-top: calc(21 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .boat__txt {
    font-size: calc(15 / 400 * 100vw);
    font-weight: 400;
    line-height: 1.6;
    margin-top: calc(13 / 400 * 100vw);
  }
}

.boat__note {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.42;
  margin-top: 1.6rem;
  letter-spacing: normal;
}
@media only screen and (max-width: 1200px) {
  .boat__note {
    font-size: calc(14 / 1200 * 100vw);
    margin-top: calc(16 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .boat__note {
    font-size: calc(13 / 400 * 100vw);
    margin-top: calc(22 / 400 * 100vw);
  }
}

.schedule .content {
  padding-top: 12.6rem;
}
@media only screen and (max-width: 1200px) {
  .schedule .content {
    padding-top: calc(126 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .schedule .content {
    padding-top: calc(77 / 400 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .schedule .inner {
    /*
    padding-right: 0;
    */
  }
}
@media only screen and (max-width: 640px) {
  .schedule .caution {
    /*
    margin-right: sppx(40);
    */
  }
}

.schedule__date {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.4px;
  margin-top: 4.3rem;
}
@media only screen and (max-width: 1200px) {
  .schedule__date {
    font-size: calc(20 / 1200 * 100vw);
    margin-top: calc(43 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .schedule__date {
    margin-top: 3.7rem;
    font-size: 2rem;
  }
}

.schedule__date + .schedule__date {
  margin-top: 4.9rem;
}
@media only screen and (max-width: 1200px) {
  .schedule__date + .schedule__date {
    margin-top: calc(49 / 1200 * 100vw);
  }
}

.schedule__date-img {
  margin-top: 1.9rem;
}
@media only screen and (max-width: 1200px) {
  .schedule__date-img {
    margin-top: calc(19 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .schedule__date-img {
    overflow-x: auto;
    max-width: 100%;
  }
  .schedule__date-img img {
    display: block;
    width: 980px;
    max-width: none;
  }
}

@media only screen and (max-width: 640px) {
  .schedule__date-img-s img {
    width: 860px;
  }
}

.schedule__txt {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-top: 3.8rem;
}
@media only screen and (max-width: 1200px) {
  .schedule__txt {
    font-size: calc(15 / 1200 * 100vw);
    margin-top: calc(38 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .schedule__txt {
    font-size: 1.4rem;
    margin-top: calc(40 / 400 * 100vw);
    letter-spacing: normal;
    /* white-space: nowrap; */
  }
}

.schedule__container {
  margin-top: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  .schedule__container {
    flex-direction: column;
    justify-content: space-between;
    margin-top: calc(32 / 400 * 100vw);
  }
}

.schedule__map-img {
  width: 620px;
}
@media only screen and (max-width: 640px) {
  .schedule__map-img {
    width: 100%;
  }
}

.schedule__map-img-s {
  width: 400px;
}
@media only screen and (max-width: 640px) {
  .schedule__map-img-s {
    margin-top: 2em;
    width: 60%;
    height: auto;
  }
}

.caution {
  background: #f2f2f2;
  margin-top: 5.7rem;
  padding: 2.6rem 3rem 3.6rem 3rem;
}
@media only screen and (max-width: 1200px) {
  .caution {
    margin-top: calc(57 / 1200 * 100vw);
    padding: calc(26 / 1200 * 100vw) calc(30 / 1200 * 100vw) calc(36 / 1200 * 100vw) calc(30 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .caution {
    margin-top: calc(48 / 400 * 100vw);
    padding: calc(22 / 400 * 100vw) calc(20 / 400 * 100vw) calc(30 / 400 * 100vw) calc(20 / 400 * 100vw);
  }
}

.caution__ttl {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: normal;
}
@media only screen and (max-width: 1200px) {
  .caution__ttl {
    font-size: calc(18 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .caution__ttl {
    font-size: calc(16 / 400 * 100vw);
    line-height: 2;
  }
}

.caution__list {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-left: 2.3rem;
}
@media only screen and (max-width: 1200px) {
  .caution__list {
    margin-top: calc(20 / 1200 * 100vw);
    gap: calc(10 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .caution__list {
    margin-top: calc(17 / 400 * 100vw);
    gap: calc(7 / 400 * 100vw);
  }
}
.caution__list li {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: normal;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .caution__list li {
    font-size: calc(15 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .caution__list li {
    font-size: calc(14 / 400 * 100vw);
    line-height: 1.42;
  }
}
.caution__list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: -20px;
}
@media only screen and (max-width: 640px) {
  .caution__list li::before {
    left: calc(-20 / 400 * 100vw);
  }
}

.fare .content {
  padding-top: 12rem;
}
@media only screen and (max-width: 1200px) {
  .fare .content {
    padding-top: calc(120 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .fare .content {
    padding-top: 8rem;
  }
}

.button {
  display: block;
  width: 400px;
  color: #fff;
  font-weight: 700;
  line-height: normal;
  background-color: #00B5CD;
  border-radius: 100vw;
  padding-top: 2.1rem;
  padding-bottom: 2.2rem;
  padding-left: 3.7rem;
  position: relative;
}
.button::after {
  content: "";
  position: absolute;
  background: url("../img/icon-arrow.png") no-repeat center center;
  background-size: contain;
  width: 2.2rem;
  height: 2.2rem;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1200px) {
  .button {
    margin-top: calc(38 / 1200 * 100vw);
    font-size: calc(18 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .button {
    width: 100%;
    font-size: calc(16 / 400 * 100vw);
    margin-top: calc(20 / 400 * 100vw);
  }
}

.fare__price {
  display: flex;
  justify-content: space-between;
  margin-top: 4.8rem;
}
@media only screen and (max-width: 1200px) {
  .fare__price {
    margin-top: calc(48 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .fare__price {
    flex-direction: column;
    gap: calc(20 / 400 * 100vw);
    margin-top: calc(36 / 400 * 100vw);
  }
}

.fare__price-item {
  width: calc((100% - 4rem) / 2);
  background: #daf5f9;
  border-radius: 1rem;
  padding: 2.8rem 3.3rem 3.1rem 4rem;
}
@media only screen and (max-width: 1200px) {
  .fare__price-item {
    padding: calc(28 / 1200 * 100vw) calc(33 / 1200 * 100vw) calc(31 / 1200 * 100vw) calc(40 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .fare__price-item {
    width: 100%;
    padding: calc(28 / 400 * 100vw) calc(19 / 400 * 100vw) calc(23 / 400 * 100vw) calc(20 / 400 * 100vw);
  }
}

.fare__price-category {
  color: #00B5CD;
  text-align: center;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.4px;
}
@media only screen and (max-width: 1200px) {
  .fare__price-category {
    font-size: calc(20 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .fare__price-category {
    font-size: calc(18 / 400 * 100vw);
    line-height: 1.77;
    letter-spacing: 0.36px;
  }
}

.fare__price-value {
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.14;
  letter-spacing: 0.56px;
  margin-top: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .fare__price-value {
    font-size: calc(28 / 1200 * 100vw);
    margin-top: calc(18 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .fare__price-value {
    font-size: calc(22 / 400 * 100vw);
    line-height: 1.33;
    letter-spacing: 0.48px;
    margin-top: calc(14 / 400 * 100vw);
  }
}
.fare__price-value span {
  font-size: 1.8rem;
  letter-spacing: 0.36px;
}
@media only screen and (max-width: 1200px) {
  .fare__price-value span {
    font-size: calc(18 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .fare__price-value span {
    font-size: calc(16 / 400 * 100vw);
    letter-spacing: 0.32px;
  }
}

.fare__price-txt {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.3px;
  margin-top: 2.5rem;
}
@media only screen and (max-width: 1200px) {
  .fare__price-txt {
    font-size: calc(15 / 1200 * 100vw);
    margin-top: calc(25 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .fare__price-txt {
    font-size: calc(14 / 400 * 100vw);
    line-height: 1.42;
    letter-spacing: 0.28px;
    margin-top: calc(21 / 400 * 100vw);
  }
}

.fare__note {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.3px;
  margin-top: 1.2rem;
  margin-top: 4rem;
}
@media only screen and (max-width: 1200px) {
  .fare__note {
    font-size: calc(15 / 1200 * 100vw);
    margin-top: calc(40 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .fare__note {
    font-size: calc(14 / 400 * 100vw);
    letter-spacing: 0.28px;
  }
}

.fare__note-s {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.3px;
  margin-top: 0.5em;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .fare__note-s {
    font-size: calc(14 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .fare__note-s {
    font-size: calc(12 / 400 * 100vw);
    letter-spacing: 0.28px;
  }
}

.ticket .content {
  padding-top: 15.5rem;
}
@media only screen and (max-width: 1200px) {
  .ticket .content {
    padding-top: calc(155 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .ticket .content {
    padding-top: calc(80 / 400 * 100vw);
  }
}

.ticket__txt {
  line-height: 2;
  letter-spacing: 0.32px;
  margin-top: 4.5rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 1200px) {
  .ticket__txt {
    font-size: calc(18 / 1200 * 100vw);
    margin-top: calc(45 / 1200 * 100vw);
    margin-bottom: calc(40 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .ticket__txt {
    font-size: calc(15 / 400 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.3px;
    margin-top: calc(40 / 400 * 100vw);
    margin-bottom: calc(17 / 400 * 100vw);
  }
}

.button-ticket {
  display: flex;
  gap: 2rem;
}
@media only screen and (max-width: 640px) {
  .button-ticket {
    flex-direction: column;
  }
}

.button-ticket .fukidashi {
  margin-bottom: 0.5em;
  text-align: center;
  color: #E32A3A;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  .button-ticket .fukidashi {
    margin-bottom: 0.25em;
  }
}

.button-ticket .button {
  margin-top: 0;
}

.ticket__seat {
  margin-top: 4.5rem;
}
@media only screen and (max-width: 640px) {
  .ticket__seat {
    margin-top: calc(60 / 400 * 100vw);
  }
}

@media only screen and (max-width: 640px) {
  .zoomable-image {
    cursor: pointer;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.8);
}

.modal-content {
  position: absolute;
  margin: auto;
  display: block;
  width: 200%;
  max-width: 900px;
  top: 30%;
}

.modal-close {
  position: absolute;
  position: fixed;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 4rem;
  font-weight: bold;
  cursor: pointer;
}

.ticket__detail {
  display: flex;
  gap: 2rem;
  margin-top: 4.5rem;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 640px) {
  .ticket__detail {
    flex-direction: column;
    margin-top: calc(45 / 400 * 100vw);
    margin-bottom: calc(19 / 400 * 100vw);
    gap: calc(20 / 400 * 100vw);
  }
}

.ticket__detail-content {
  border-radius: 1rem;
  background: #faede1;
  padding: 2.7rem 3rem 3.4rem 3rem;
  width: calc(50% - 1rem);
}
@media only screen and (max-width: 640px) {
  .ticket__detail-content {
    width: 100%;
    padding: calc(23 / 400 * 100vw) calc(20 / 400 * 100vw) calc(29 / 400 * 100vw) calc(20 / 400 * 100vw);
  }
}
.ticket__detail-content._r {
  background: #def3e3;
}
.ticket__detail-content._r .ticket__detail-ttl {
  color: #24b246;
}
.ticket__detail-content ul {
  margin-top: 2.4rem;
  padding-left: 2.5rem;
}
@media only screen and (max-width: 640px) {
  .ticket__detail-content ul {
    margin-top: calc(16 / 400 * 100vw);
    padding-left: calc(25 / 400 * 100vw);
  }
}
.ticket__detail-content li + li {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 640px) {
  .ticket__detail-content li + li {
    margin-top: calc(10 / 400 * 100vw);
  }
}
.ticket__detail-content li {
  list-style: disc;
}

.ticket__detail-ttl {
  color: #dc8836;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  padding-bottom: 2rem;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 640px) {
  .ticket__detail-ttl {
    font-size: calc(18 / 400 * 100vw);
    line-height: 1.333;
    padding-bottom: calc(18 / 400 * 100vw);
  }
}

.ticket__detail-txt {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: normal;
}
@media only screen and (max-width: 640px) {
  .ticket__detail-txt {
    font-size: calc(15 / 400 * 100vw);
    line-height: 1.6;
  }
}

.ticket__detail-note {
  font-size: 1.5rem;
  line-height: 1.333;
  margin-top: 0.5rem;
  letter-spacing: normal;
}
@media only screen and (max-width: 640px) {
  .ticket__detail-note {
    font-size: calc(14 / 400 * 100vw);
    line-height: 1.42;
    margin-top: calc(5 / 400 * 100vw);
  }
}

.ticket__detail-desc {
  font-size: 1.5rem;
  line-height: 1.333;
  letter-spacing: 0.3px;
}
@media only screen and (max-width: 640px) {
  .ticket__detail-desc {
    font-size: calc(14 / 400 * 100vw);
    line-height: 1.42;
    letter-spacing: 0.28px;
  }
}

.caution-ticket {
  margin-top: 4.5rem;
}
@media only screen and (max-width: 1200px) {
  .caution-ticket {
    margin-top: calc(45 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .caution-ticket {
    margin-top: calc(36 / 400 * 100vw);
  }
}

.ticket__note {
  font-size: 1.4rem;
  line-height: 1.42;
  margin-top: 2rem;
}
@media only screen and (max-width: 1200px) {
  .ticket__note {
    font-size: calc(14 / 1200 * 100vw);
    margin-top: calc(20 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .ticket__note {
    font-size: calc(13 / 400 * 100vw);
    line-height: 1.53;
    margin-top: calc(26 / 400 * 100vw);
  }
}

.contact .content {
  padding-top: 15.5rem;
}
@media only screen and (max-width: 1200px) {
  .contact .content {
    padding-top: calc(155 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .contact .content {
    padding-top: calc(80 / 400 * 100vw);
  }
}

.contact__ttl {
  color: #000;
  font-size: 2rem;
  letter-spacing: 2px;
  margin-top: 2.7rem;
}
@media only screen and (max-width: 1200px) {
  .contact__ttl {
    font-size: calc(20 / 1200 * 100vw);
    margin-top: calc(27 / 1200 * 100vw);
    letter-spacing: 1.8px;
  }
}
@media only screen and (max-width: 640px) {
  .contact__ttl {
    font-size: calc(18 / 400 * 100vw);
    letter-spacing: 1.4px;
    margin-top: calc(22 / 400 * 100vw);
  }
}

.contact__txt {
  line-height: 2;
  letter-spacing: 0.32px;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 1200px) {
  .contact__txt {
    font-size: calc(18 / 1200 * 100vw);
    margin-top: calc(25 / 1200 * 100vw);
    margin-bottom: calc(25 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .contact__txt {
    font-size: calc(15 / 400 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.3px;
    margin-top: calc(20 / 400 * 100vw);
    margin-bottom: calc(20 / 400 * 100vw);
  }
}

.contact__note {
  font-size: 1.4rem;
  line-height: 1.42;
  margin-top: 2rem;
}
@media only screen and (max-width: 1200px) {
  .contact__note {
    font-size: calc(14 / 1200 * 100vw);
    margin-top: calc(20 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .contact__note {
    font-size: calc(13 / 400 * 100vw);
    line-height: 1.53;
    margin-top: calc(26 / 400 * 100vw);
  }
}

.coming-soon {
  margin-top: 1em;
  font-size: calc(48 / 1920 * 100vw);
  font-family: Afacad;
  color: #00B5CD;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .coming-soon {
    font-size: calc(36 / 400 * 100vw);
  }
}

.footer .content {
  padding-top: 14.6rem;
  padding-bottom: 6.6rem;
}
@media only screen and (max-width: 1200px) {
  .footer .content {
    padding-top: calc(146 / 1200 * 100vw);
    padding-bottom: calc(66 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .footer .content {
    padding-top: calc(70 / 400 * 100vw);
    padding-bottom: calc(162 / 400 * 100vw);
  }
}

.footer__logo-top {
  text-align: center;
}
.footer__logo-top img {
  width: 255px;
}
@media only screen and (max-width: 640px) {
  .footer__logo-top img {
    width: 62.5%;
    margin: 0 auto;
  }
}

.footer__logo-text {
  margin: 2.5em auto;
}
.footer__logo-text span {
  font-size: 1.3rem;
}

.policy {
  color: #00B5CD;
  text-align: center;
  line-height: normal;
  letter-spacing: 0.16px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: 1rem;
  text-underline-position: from-font;
  display: block;
  margin-top: 4.2rem;
  margin-bottom: 5.9rem;
}
@media only screen and (max-width: 1200px) {
  .policy {
    font-size: calc(16 / 1200 * 100vw);
    margin-top: calc(42 / 1200 * 100vw);
    margin-bottom: calc(59 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .policy {
    font-size: calc(15 / 400 * 100vw);
    letter-spacing: 0.15px;
    text-underline-offset: 66.667%;
    margin-top: calc(15 / 400 * 100vw);
    margin-bottom: calc(46 / 400 * 100vw);
  }
}

.footer__bottom {
  padding-top: 2.3rem;
  padding-bottom: 3.1rem;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
@media only screen and (max-width: 1200px) {
  .footer__bottom {
    padding-top: calc(23 / 1200 * 100vw);
    padding-bottom: calc(31 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .footer__bottom {
    padding: calc(30 / 400 * 100vw) 0;
  }
}

.footer__logo {
  display: flex;
  gap: 3rem;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1200px) {
  .footer__logo {
    gap: calc(30 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .footer__logo {
    gap: calc(15 / 400 * 100vw);
  }
}

@media only screen and (max-width: 640px) {
  .footer__logo-l {
    width: 40%;
  }
  .footer__logo-l img {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .footer__logo-r {
    width: 49.0625%;
  }
  .footer__logo-r img {
    width: 100%;
  }
}

.footer__txt {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.84;
  letter-spacing: 0.26px;
  margin-top: 1.2rem;
}
@media only screen and (max-width: 1200px) {
  .footer__txt {
    font-size: calc(13 / 1200 * 100vw);
    margin-top: calc(12 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .footer__txt {
    margin-top: calc(12 / 400 * 100vw);
    line-height: 1.53;
    font-size: calc(13 / 400 * 100vw);
    font-weight: 700;
  }
}

.footer__copyright {
  display: block;
  color: #000;
  text-align: center;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.6px;
  margin-top: 3.6rem;
}
@media only screen and (max-width: 1200px) {
  .footer__copyright {
    font-size: calc(12 / 1200 * 100vw);
    margin-top: calc(36 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .footer__copyright {
    margin-top: calc(17 / 400 * 100vw);
    font-size: calc(11 / 400 * 100vw);
    font-weight: 700;
  }
}

.btn-ticket-fixed {
  display: none;
}
@media only screen and (max-width: 640px) {
  .btn-ticket-fixed {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .btn-ticket-fixed a {
    background: url("../img/bg05.png") no-repeat center center;
    background-size: cover;
    display: block;
    width: 100%;
    aspect-ratio: 400/160;
    color: #fff;
    font-size: calc(20 / 400 * 100vw);
    font-weight: 700;
    line-height: 2.4;
    letter-spacing: 1.6px;
    text-align: center;
    padding-top: calc(80 / 400 * 100vw);
    position: relative;
    padding-right: calc(42 / 400 * 100vw);
  }
  .btn-ticket-fixed a::after {
    content: "";
    position: absolute;
    background: url("../img/icon-arrow.png") no-repeat center center;
    background-size: contain;
    width: calc(22 / 400 * 100vw);
    height: calc(22 / 400 * 100vw);
    top: calc(95 / 400 * 100vw);
    right: calc(79 / 400 * 100vw);
  }
}

.fancybox-slide {
  padding: 5vw 10vw;
}

.fancybox-button {
  background: #00B5CD;
}
@media only screen and (max-width: 640px) {
  .fancybox-button {
    top: calc(25 / 400 * 100vw);
  }
}

.fancybox-toolbar {
  top: calc(40 / 1920 * 100vw);
}/*# sourceMappingURL=style.css.map */