@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font-size */
/* ============================================ */
/* font-family */
/* ============================================ */
/* top */
/* ============================================ */
.top-mainvisual {
  padding: 4vw 0 30vw;
  background: url("../images/top/mainvisual.jpg") center bottom/cover no-repeat;
  position: relative;
}
@media all and (max-width: 896px) {
  .top-mainvisual {
    padding: 12vw 0 78vw;
    background-image: url("../images/top/mainvisual_sp.jpg");
  }
}
@media all and (max-width: 896px) {
  .top-mainvisual::before {
    content: "";
    display: block;
    width: 100%;
    height: 20%;
    background: linear-gradient(180deg, #fff 0%, transparent 100%);
    position: absolute;
    top: 0;
    left: 0;
  }
}
.top-mainvisual__wrapper {
  position: relative;
  z-index: 10;
}
.top-mainvisual__ttl {
  width: 44vw;
  margin-inline: auto;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.2)) drop-shadow(0 0 3px rgba(0, 0, 0, 0.6));
}
@media all and (max-width: 896px) {
  .top-mainvisual__ttl {
    width: 91.28vw;
  }
}
.top-mainvisual__ttl img {
  width: 100%;
  max-width: none;
}

.top-info {
  margin-top: -2vw;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 896px) {
  .top-info {
    margin-top: 8px;
  }
}
.top-info__wrapper {
  container-type: inline-size;
  max-width: 1800px;
}
.top-info__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px 1.66cqw;
}
@media all and (max-width: 1367px) {
  .top-info__container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.top-info__inner {
  flex-grow: 1;
  max-width: 815px;
}
@media all and (max-width: 1367px) {
  .top-info__inner {
    width: 100%;
  }
}
.top-info__important {
  padding: 24px;
  background: #FFE156;
  border-radius: 64px;
  display: flex;
  align-items: center;
  gap: 8px 1.66cqw;
  position: relative;
}
@media all and (max-width: 896px) {
  .top-info__important {
    padding: 16px;
    border-radius: 16px;
    flex-direction: column;
  }
}
.top-info__important__ttl {
  flex-shrink: 0;
  font-size: clamp(1rem, 0.9309rem + 0.2837vw, 1.25rem);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.top-info__important__ttl::before {
  content: "";
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  background: url("../images/common/icon_info.svg") center center/contain no-repeat;
}
.top-info__important__block {
  flex-grow: 1;
}
@media all and (max-width: 1367px) {
  .top-info__important__block {
    width: 100%;
  }
}
.top-info__important__link {
  width: 100%;
  font-size: clamp(0.875rem, 0.8404rem + 0.1418vw, 1rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
@media all and (max-width: 896px) {
  .top-info__important__link {
    gap: 12px;
  }
}
.top-info__important__link::after {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 27px;
  height: 27px;
  background: url("../images/common/circle_arrow_right.svg") center center/contain no-repeat;
}
@media all and (max-width: 896px) {
  .top-info__important__link::after {
    width: 20px;
    height: 20px;
  }
}
.top-info__weather {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
}
@media all and (max-width: 600px) {
  .top-info__weather {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
}
.top-info__weather .--none {
  display: none;
}
.top-info__weather__inner {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding-right: 16px;
}
@media all and (max-width: 896px) {
  .top-info__weather__inner {
    gap: 12px;
    padding-right: 12px;
  }
}
@media all and (max-width: 600px) {
  .top-info__weather__inner {
    width: 100%;
    padding-right: 0;
  }
}
.top-info__weather__data {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  white-space: nowrap;
  line-height: 1;
}
.top-info__weather__data__year {
  padding: 0.2em 1em;
  background: #2F2F2F;
  border-radius: 9999px;
  font-size: 1.5rem;
  color: #fff;
}
@media all and (max-width: 896px) {
  .top-info__weather__data__year {
    font-size: 1.0625rem;
  }
}
.top-info__weather__data__block {
  display: flex;
  gap: 0.8cqw;
  position: relative;
}
.top-info__weather__data__block::after {
  content: "";
  display: inline-block;
  width: 34%;
  height: 100%;
  background: #2F2F2F;
  -webkit-clip-path: polygon(calc(100% - 2px) 0, 100% 0, 2px 100%, 0 100%);
          clip-path: polygon(calc(100% - 2px) 0, 100% 0, 2px 100%, 0 100%);
  position: absolute;
  top: 0;
  left: 12%;
}
.top-info__weather__data__month {
  width: 56px;
  font-size: 2.25rem;
}
@media all and (max-width: 896px) {
  .top-info__weather__data__month {
    width: 40px;
    font-size: 1.625rem;
  }
}
.top-info__weather__data__box {
  width: 96px;
}
@media all and (max-width: 896px) {
  .top-info__weather__data__box {
    width: 72px;
  }
}
.top-info__weather__data__day {
  font-size: 4.25rem;
}
@media all and (max-width: 896px) {
  .top-info__weather__data__day {
    font-size: 3.125rem;
  }
}
.top-info__weather__data__week {
  font-size: 1.5rem;
  margin-top: 2px;
}
@media all and (max-width: 896px) {
  .top-info__weather__data__week {
    font-size: 1.0625rem;
  }
}
.top-info__weather__about {
  text-align: center;
  width: 128px;
}
@media all and (max-width: 896px) {
  .top-info__weather__about {
    width: 100px;
  }
}
.top-info__weather__about__img {
  width: 100px;
}
@media all and (max-width: 896px) {
  .top-info__weather__about__img {
    width: 80px;
  }
}
.top-info__weather__about__txt {
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 4px;
}
@media all and (max-width: 896px) {
  .top-info__weather__about__txt {
    font-size: 0.875rem;
    margin-top: 2px;
  }
}
.top-info__weather__detail {
  padding-left: 32px;
  border-left: 2px solid #2F2F2F;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 896px) {
  .top-info__weather__detail {
    padding-left: 24px;
  }
}
@media all and (max-width: 600px) {
  .top-info__weather__detail {
    width: 100%;
    padding-left: 0;
    border-left: none;
    margin-top: 20px;
  }
}
.top-info__weather__detail__block {
  white-space: nowrap;
  display: flex;
  justify-content: center;
}
.top-info__weather__detail__box {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  padding-left: 20px;
  margin-left: 20px;
  border-left: 2px solid #2F2F2F;
}
@media all and (max-width: 896px) {
  .top-info__weather__detail__box {
    gap: 12px;
    padding-left: 16px;
    margin-left: 16px;
  }
}
.top-info__weather__detail__box:first-of-type {
  padding-left: 0;
  margin-left: 0;
  border-left: none;
}
.top-info__weather__detail__box dt {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2;
}
@media all and (max-width: 896px) {
  .top-info__weather__detail__box dt {
    font-size: 0.875rem;
  }
}
.top-info__weather__detail__box dd {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1;
}
@media all and (max-width: 896px) {
  .top-info__weather__detail__box dd {
    font-size: 1.5rem;
  }
}
.top-info__weather__detail__box dd .txt_number {
  font-size: 1.8em;
}
.top-info__weather__btn {
  text-align: center;
  width: 100%;
  margin-top: 24px;
}
@media all and (max-width: 896px) {
  .top-info__weather__btn {
    margin-top: 16px;
  }
}
.top-info__weather__btn__link {
  display: block;
  padding: 0.9em 2.8em;
  border: 1px solid #fff;
  border-radius: 9999px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  background: #4EBDD2;
  position: relative;
}
@media all and (max-width: 896px) {
  .top-info__weather__btn__link {
    font-size: 1.25rem;
  }
}
.top-info__weather__btn__link::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 0.9em;
  background: url("../images/common/icon_blank_white.svg") center center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 1.2em;
  translate: 0 -50%;
}

.top-ship {
  padding: 130px 0;
  background: #fff;
  border-radius: 0 0 0 80px;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 896px) {
  .top-ship {
    padding: 72px 0;
    border-radius: 0 0 0 40px;
  }
}
.top-ship__wrapper {
  container-type: inline-size;
}
@media all and (max-width: 896px) {
  .top-ship__wrapper {
    width: 100%;
  }
}
.top-ship__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 2.98cqw;
}
@media all and (max-width: 896px) {
  .top-ship__container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.top-ship__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}
.top-ship__item.--wakasagi .top-ship__inner {
  border-color: #EC6D81;
  box-shadow: 4px 4px 0 #EC6D81;
}
.top-ship__item.--wakasagi .top-ship__ttl:first-letter {
  color: #EC6D81;
}
.top-ship__item.--wakasagi .top-ship__btn {
  background: #EC6D81;
}
.top-ship__item.--cruising .top-ship__inner {
  border-color: #EE9002;
  box-shadow: 4px 4px 0 #EE9002;
}
.top-ship__item.--cruising .top-ship__ttl:first-letter {
  color: #EE9002;
}
.top-ship__item.--cruising .top-ship__btn {
  background: #EE9002;
}
.top-ship__link {
  display: inherit;
  grid-template-rows: inherit;
  grid-row: inherit;
  gap: inherit;
}
@media (hover: hover) {
  .top-ship__link:hover {
    opacity: 1;
  }
}
.top-ship__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 420/258;
}
@media all and (max-width: 600px) {
  .top-ship__img img {
    aspect-ratio: 390/240;
  }
}
.top-ship__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - 5.22cqw);
  padding: 16px 24px;
  margin-inline: auto;
  margin-top: -1.79cqw;
  background: #fff;
  border: 2px solid #0097E0;
  border-radius: 8px;
  box-shadow: 4px 4px 0 #0097E0;
  position: relative;
}
@media all and (max-width: 896px) {
  .top-ship__inner {
    width: calc(100% - 17.95cqw);
    margin-top: -5.13cqw;
  }
}
.top-ship__ttl {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}
.top-ship__ttl:first-letter {
  color: #0097E0;
}
.top-ship__txt {
  font-size: 0.875rem;
  line-height: 1.85;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  margin-top: 10px;
}
.top-ship__btn {
  text-align: center;
  width: 100%;
  max-width: 236px;
  margin-inline: auto;
  margin-top: 12px;
  padding: 6px 36px;
  border-radius: 9999px;
  background: #0097E0;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  position: relative;
}
.top-ship__btn::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("../images/common/circle_arrow_right_white.svg") center center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 14px;
  translate: 0 -50%;
}

.top-movie {
  margin-top: 100px;
}
@media all and (max-width: 896px) {
  .top-movie {
    margin-top: 64px;
  }
}
.top-movie__contents iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}

.top-news {
  padding: 80px 0;
  margin-top: -80px;
  color: #fff;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
@media all and (max-width: 896px) {
  .top-news {
    padding: 40px 0;
    margin-top: -40px;
  }
}
.top-news::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100vh;
  background: url("../images/common/bg_water.png") center center/cover no-repeat, #0081B9;
}
.top-news__wrapper {
  padding: 140px 0;
  position: relative;
}
@media all and (max-width: 896px) {
  .top-news__wrapper {
    padding: 64px 0;
  }
}
.top-news__wrapper::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: url("../images/common/bg_radius_tr.svg") center center/contain no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}
@media all and (max-width: 896px) {
  .top-news__wrapper::before {
    width: 40px;
    height: 40px;
  }
}
.top-news__wrapper::after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: url("../images/common/bg_radius_rb.svg") center center/contain no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media all and (max-width: 896px) {
  .top-news__wrapper::after {
    width: 40px;
    height: 40px;
  }
}
.top-news__container {
  container-type: inline-size;
}
.top-news__inner {
  display: flex;
  gap: 0 8.657cqw;
}
@media all and (max-width: 1025px) {
  .top-news__inner {
    flex-direction: column;
  }
}
.top-news__block {
  flex-shrink: 0;
}
@media all and (max-width: 1025px) {
  .top-news__block {
    display: contents;
  }
}
.top-news__contents {
  flex-grow: 1;
}
@media all and (max-width: 1025px) {
  .top-news__contents {
    width: 100%;
    margin-top: 64px;
  }
}
@media all and (max-width: 896px) {
  .top-news__contents {
    margin-top: 48px;
  }
}
.top-news__btn {
  margin-top: 48px;
}
@media all and (max-width: 1025px) {
  .top-news__btn {
    order: 1;
  }
}
@media all and (max-width: 896px) {
  .top-news__btn {
    margin-top: 40px;
  }
}
.top-news__btn__link {
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media all and (max-width: 1025px) {
  .top-news__btn__link {
    justify-content: center;
  }
}
.top-news__btn__link::after {
  content: "";
  display: inline-block;
  width: 27px;
  height: 27px;
  background: url("../images/common/circle_arrow_right_white.svg") center center/contain no-repeat;
}
.top-news__list {
  margin-top: -32px;
}
@media all and (max-width: 896px) {
  .top-news__list {
    margin-top: -18px;
  }
}
.top-news__list__item {
  border-bottom: 1px solid #fff;
}
.top-news__list__item.--news .top-news__list__category {
  color: #0097E0;
}
.top-news__list__item.--sightseeing .top-news__list__category {
  color: #3E965C;
}
.top-news__list__item.--operation .top-news__list__category {
  color: #D17100;
}
.top-news__list__item.--fishing .top-news__list__category {
  color: #8C5E99;
}
.top-news__list__item.--blog .top-news__list__category {
  color: #D8B000;
}
.top-news__list__item.--fireworks .top-news__list__category {
  color: #EC6D81;
}
.top-news__list__link {
  padding: 32px 92px 32px 24px;
  display: flex;
  align-items: center;
  gap: 12px 2.99cqw;
  position: relative;
}
@media all and (max-width: 896px) {
  .top-news__list__link {
    padding: 18px 40px 18px 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
.top-news__list__link::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/common/circle_arrow_right_white.svg") center center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 24px;
  translate: 0 -50%;
}
@media all and (max-width: 896px) {
  .top-news__list__link::after {
    width: 20px;
    height: 20px;
    right: 0;
  }
}
.top-news__list__block {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 2.99cqw;
}
@media all and (max-width: 896px) {
  .top-news__list__block {
    flex-wrap: wrap;
    gap: 12px 2.56cqw;
  }
}
.top-news__list__category {
  text-align: center;
  width: 148px;
  padding: 4px 10px;
  border-radius: 9999px;
  background: #fff;
  color: #0097E0;
  border: 2px solid currentColor;
  font-size: 1rem;
}
@media all and (max-width: 896px) {
  .top-news__list__category {
    width: 120px;
    font-size: 0.875rem;
  }
}
.top-news__list__data {
  width: 100px;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1rem;
}
.top-news__list__ttl {
  flex-grow: 1;
  font-size: 1rem;
  font-weight: 500;
}
@media all and (max-width: 896px) {
  .top-news__list__ttl {
    font-size: 0.875rem;
  }
}

.top-schedule {
  padding-top: 130px;
  margin-top: -80px;
  border-radius: 80px 0 0 0;
  background: #fff;
  position: relative;
}
@media all and (max-width: 896px) {
  .top-schedule {
    padding-top: 72px;
    margin-top: -40px;
    border-radius: 40px 0 0 0;
  }
}
.top-schedule__wrapper {
  container-type: inline-size;
}
.top-schedule__container {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.99cqw;
}
@media all and (max-width: 896px) {
  .top-schedule__container {
    gap: 30px;
  }
}
@media all and (max-width: 600px) {
  .top-schedule__container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.top-schedule__ttl {
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 24px;
}
@media all and (max-width: 896px) {
  .top-schedule__ttl {
    font-size: 1rem;
    margin-top: 20px;
  }
}
.top-schedule__list {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 8px;
}
@media all and (max-width: 896px) {
  .top-schedule__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.top-schedule__list__item {
  padding: 16px;
  background: #DAF9FF;
}
.top-schedule__list__second {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 8px;
}
.top-schedule__list__second__item {
  padding: 16px;
  background: #DAF9FF;
}
.top-schedule__detail {
  font-size: clamp(0.9375rem, 0.8605rem + 0.3158vw, 1.125rem);
  border-top: 1px solid #DADADA;
  border-left: 1px solid #DADADA;
  margin-top: 8px;
}
.top-schedule__detail__item {
  display: flex;
}
.top-schedule__detail__item dt {
  text-align: center;
  padding: 12px;
  background: #F5F5F5;
  width: 150px;
  flex-shrink: 0;
  font-weight: 700;
  border-right: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
}
@media all and (max-width: 896px) {
  .top-schedule__detail__item dt {
    width: 100px;
  }
}
.top-schedule__detail__item dd {
  text-align: center;
  padding: 12px;
  background: #fff;
  flex-grow: 1;
  border-right: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
}
.top-schedule__note {
  margin-top: 8px;
}
.top-schedule__note > li {
  padding-left: 1.1em;
  position: relative;
}
.top-schedule__note > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.top-charge {
  padding-top: 160px;
}
@media all and (max-width: 896px) {
  .top-charge {
    padding-top: 72px;
  }
}
.top-charge__wrapper {
  container-type: inline-size;
}
.top-charge__container {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.99cqw;
}
@media all and (max-width: 896px) {
  .top-charge__container {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 30px;
  }
}
.top-charge__table {
  margin-top: 8px;
}
.top-charge__table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.top-charge__table table th, .top-charge__table table td {
  padding: 12px;
  vertical-align: middle;
  border: 1px solid #DADADA;
}
.top-charge__table table th {
  text-align: center;
  background: #F5F5F5;
}
.top-charge__table table td {
  text-align: center;
  background: #fff;
}
.top-charge__table .txt_small {
  font-size: 0.86em;
}
.top-charge__note {
  margin-top: 8px;
}
.top-charge__note > li {
  padding-left: 1.1em;
  position: relative;
}
.top-charge__note > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.top-enjoy {
  padding: 140px 0;
  border-radius: 0 0 0 80px;
  background: url("../images/common/bg_blue.jpg") top center/100% auto no-repeat, #fff;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 896px) {
  .top-enjoy {
    padding: 64px 0 40px;
    border-radius: 0 0 0 40px;
    background: url("../images/common/bg_blue.jpg") top center/200% auto no-repeat, #fff;
  }
}
.top-enjoy__wrapper {
  container-type: inline-size;
}
.top-enjoy__catch {
  margin-top: 56px;
  margin-bottom: -4.48cqw;
  width: 31.94cqw;
}
@media all and (max-width: 896px) {
  .top-enjoy__catch {
    margin-top: 32px;
    margin-bottom: 12px;
    width: 47.91cqw;
  }
}
.top-enjoy__list {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.99cqw;
}
@media all and (max-width: 896px) {
  .top-enjoy__list {
    margin-top: 24px;
    gap: 40px 4%;
  }
}
@media all and (max-width: 600px) {
  .top-enjoy__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.top-enjoy__list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 650/420;
  border-radius: 8px;
}
@media all and (max-width: 896px) {
  .top-enjoy__list__img img {
    aspect-ratio: 312/300;
  }
}
.top-enjoy__list__ttl {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 8px;
}
.top-enjoy__list__txt {
  font-size: 1rem;
  margin-top: 4px;
}
.top-enjoy__check {
  margin-top: 80px;
  text-align: center;
}
.top-enjoy__check__inner {
  padding: 4.17cqw 0 2.99cqw;
  background: url("../images/top/enjoy_bg.webp") center center/cover no-repeat;
  position: relative;
}
@media all and (max-width: 896px) {
  .top-enjoy__check__inner {
    padding: 15.38vw calc(50vw - 50%) 10.26vw;
    margin-inline: calc(50% - 50vw);
  }
}
.top-enjoy__check__inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #fff 15%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0.1) 60%, #fff 90%);
  position: absolute;
  top: 0;
  left: 0;
}
.top-enjoy__check__circle {
  position: absolute;
  z-index: 10;
}
.top-enjoy__check__circle.--right {
  width: 21.27cqw;
  top: 0;
  right: -26px;
}
@media all and (max-width: 896px) {
  .top-enjoy__check__circle.--right {
    width: 34vw;
    right: -3.33vw;
  }
}
.top-enjoy__check__circle.--left {
  width: 19.19cqw;
  top: 11.94cqw;
  left: -20px;
}
@media all and (max-width: 896px) {
  .top-enjoy__check__circle.--left {
    width: 29vw;
    top: 20vw;
    left: -4.87vw;
  }
}
.top-enjoy__check__circle img {
  width: 100%;
  max-width: none;
}
.top-enjoy__check__contents {
  position: relative;
  z-index: 20;
}
.top-enjoy__check__catch {
  width: 39.55cqw;
  margin-inline: auto;
}
@media all and (max-width: 896px) {
  .top-enjoy__check__catch {
    width: 69.49vw;
  }
}
.top-enjoy__check__catch img {
  width: 100%;
  max-width: none;
}
.top-enjoy__check__ttl {
  margin-top: 2.6cqw;
  margin-bottom: 16.94cqw;
  color: #EC6D81;
  font-size: clamp(1rem, 0.6921rem + 1.2632vw, 1.75rem);
  font-weight: 700;
  text-shadow: -4px -2px 0 #fff, -4px -1px 0 #fff, -4px 0 0 #fff, -4px 1px 0 #fff, -4px 2px 0 #fff, -3px -3px 0 #fff, -3px -2px 0 #fff, -3px -1px 0 #fff, -3px 0 0 #fff, -3px 1px 0 #fff, -3px 2px 0 #fff, -3px 3px 0 #fff, -2px -4px 0 #fff, -2px -3px 0 #fff, -2px -2px 0 #fff, -2px -1px 0 #fff, -2px 0 0 #fff, -2px 1px 0 #fff, -2px 2px 0 #fff, -2px 3px 0 #fff, -2px 4px 0 #fff, -1px -4px 0 #fff, -1px -3px 0 #fff, -1px -2px 0 #fff, -1px -1px 0 #fff, -1px 0 0 #fff, -1px 1px 0 #fff, -1px 2px 0 #fff, -1px 3px 0 #fff, -1px 4px 0 #fff, 0 -4px 0 #fff, 0 -3px 0 #fff, 0 -2px 0 #fff, 0 -1px 0 #fff, 0 0 0 #fff, 0 1px 0 #fff, 0 2px 0 #fff, 0 3px 0 #fff, 0 4px 0 #fff, 1px -4px 0 #fff, 1px -3px 0 #fff, 1px -2px 0 #fff, 1px -1px 0 #fff, 1px 0 0 #fff, 1px 1px 0 #fff, 1px 2px 0 #fff, 1px 3px 0 #fff, 1px 4px 0 #fff, 2px -4px 0 #fff, 2px -3px 0 #fff, 2px -2px 0 #fff, 2px -1px 0 #fff, 2px 0 0 #fff, 2px 1px 0 #fff, 2px 2px 0 #fff, 2px 3px 0 #fff, 2px 4px 0 #fff, 3px -3px 0 #fff, 3px -2px 0 #fff, 3px -1px 0 #fff, 3px 0 0 #fff, 3px 1px 0 #fff, 3px 2px 0 #fff, 3px 3px 0 #fff, 4px -2px 0 #fff, 4px -1px 0 #fff, 4px 0 0 #fff, 4px 1px 0 #fff, 4px 2px 0 #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
@media all and (max-width: 896px) {
  .top-enjoy__check__ttl {
    margin-top: 22.56vw;
    margin-bottom: 20px;
    text-shadow: -3px -2px 0 #fff, -3px -1px 0 #fff, -3px 0 0 #fff, -3px 1px 0 #fff, -3px 2px 0 #fff, -2px -3px 0 #fff, -2px -2px 0 #fff, -2px -1px 0 #fff, -2px 0 0 #fff, -2px 1px 0 #fff, -2px 2px 0 #fff, -2px 3px 0 #fff, -1px -3px 0 #fff, -1px -2px 0 #fff, -1px -1px 0 #fff, -1px 0 0 #fff, -1px 1px 0 #fff, -1px 2px 0 #fff, -1px 3px 0 #fff, 0 -3px 0 #fff, 0 -2px 0 #fff, 0 -1px 0 #fff, 0 0 0 #fff, 0 1px 0 #fff, 0 2px 0 #fff, 0 3px 0 #fff, 1px -3px 0 #fff, 1px -2px 0 #fff, 1px -1px 0 #fff, 1px 0 0 #fff, 1px 1px 0 #fff, 1px 2px 0 #fff, 1px 3px 0 #fff, 2px -3px 0 #fff, 2px -2px 0 #fff, 2px -1px 0 #fff, 2px 0 0 #fff, 2px 1px 0 #fff, 2px 2px 0 #fff, 2px 3px 0 #fff, 3px -2px 0 #fff, 3px -1px 0 #fff, 3px 0 0 #fff, 3px 1px 0 #fff, 3px 2px 0 #fff;
  }
}
.top-enjoy__check__ttl::before, .top-enjoy__check__ttl::after {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 3px;
  height: 1.4em;
  background: #fff;
}
.top-enjoy__check__ttl::before {
  rotate: -30deg;
}
.top-enjoy__check__ttl::after {
  rotate: 30deg;
}

.top-access {
  padding: 80px 0;
  margin-top: -80px;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
@media all and (max-width: 896px) {
  .top-access {
    padding: 40px 0;
    margin-top: -40px;
  }
}
.top-access::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100vh;
  background: url("../images/top/access_bg.webp") center center/cover no-repeat;
}
.top-access__wrapper {
  padding: 100px 0;
  position: relative;
}
@media all and (max-width: 896px) {
  .top-access__wrapper {
    padding: 64px 0;
  }
}
.top-access__wrapper::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: url("../images/common/bg_radius_tr.svg") center center/contain no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}
@media all and (max-width: 896px) {
  .top-access__wrapper::before {
    width: 40px;
    height: 40px;
  }
}
.top-access__wrapper::after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: url("../images/common/bg_radius_rb.svg") center center/contain no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media all and (max-width: 896px) {
  .top-access__wrapper::after {
    width: 40px;
    height: 40px;
  }
}
.top-access__inner {
  container-type: inline-size;
  position: relative;
  z-index: 10;
}
.top-access__inner::after {
  content: "";
  display: block;
  width: 47vw;
  height: 47vw;
  background: radial-gradient(#fff 0%, transparent 50%);
  position: absolute;
  top: 0;
  left: 0;
  translate: -45% -45%;
  z-index: -10;
}
.top-access__contents {
  display: flex;
  gap: 40px 2.99cqw;
  margin-top: 48px;
}
@media all and (max-width: 1025px) {
  .top-access__contents {
    flex-direction: column;
  }
}
@media all and (max-width: 896px) {
  .top-access__contents {
    gap: 20px;
  }
}
.top-access__map {
  flex-grow: 1;
}
@media all and (max-width: 1025px) {
  .top-access__map {
    width: 100%;
  }
}
.top-access__map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 765/485;
}
.top-access__block {
  flex-shrink: 0;
  width: 40%;
}
@media all and (max-width: 1025px) {
  .top-access__block {
    width: 100%;
  }
}
.top-access__box {
  padding: 32px 40px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}
@media all and (max-width: 896px) {
  .top-access__box {
    padding: 24px;
    text-align: center;
  }
}
.top-access__box__txt {
  font-size: clamp(0.875rem, 0.7211rem + 0.6316vw, 1.25rem);
  font-weight: 700;
}
.top-access__box__ttl {
  font-size: clamp(1.625rem, 1.2658rem + 1.4737vw, 2.5rem);
  font-weight: 700;
  line-height: 1.4;
  margin-top: 4px;
}
.top-access__box__address {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #fff;
  font-size: clamp(0.875rem, 0.7211rem + 0.6316vw, 1.25rem);
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .top-access__box__address {
    margin-top: 16px;
    padding-top: 16px;
  }
}

.top-faq {
  padding: 140px 0;
  background: #fff;
  border-radius: 80px 0 0 0;
  margin-top: -80px;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 896px) {
  .top-faq {
    padding: 64px 0;
    border-radius: 40px 0 0 0;
    margin-top: -40px;
  }
}
.top-faq__wrapper {
  container-type: inline-size;
}
.top-faq__list {
  margin-top: 48px;
}
@media all and (max-width: 896px) {
  .top-faq__list {
    margin-top: 32px;
  }
}
.top-faq__list__item {
  border: 6px solid #F5F5F5;
  padding: 30px 3.73cqw;
  margin-top: 24px;
}
@media all and (max-width: 896px) {
  .top-faq__list__item {
    padding: 20px;
  }
}
.top-faq__list__item:first-of-type {
  margin-top: 0;
}
.top-faq__list__item dt {
  font-size: clamp(1rem, 0.8974rem + 0.4211vw, 1.25rem);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 1.79cqw;
}
@media all and (max-width: 896px) {
  .top-faq__list__item dt {
    gap: 16px;
  }
}
.top-faq__list__item dt::before {
  flex-shrink: 0;
  text-align: center;
  width: 42px;
  content: "Q";
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #4EBDD2;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
@media all and (max-width: 896px) {
  .top-faq__list__item dt::before {
    width: 32px;
    font-size: 2.375rem;
  }
}
.top-faq__list__item dd {
  font-size: clamp(0.875rem, 0.7724rem + 0.4211vw, 1.125rem);
  display: flex;
  align-items: center;
  gap: 1.79cqw;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #E3E3E3;
}
@media all and (max-width: 896px) {
  .top-faq__list__item dd {
    margin-top: 16px;
    padding-top: 16px;
    gap: 16px;
  }
}
.top-faq__list__item dd::before {
  flex-shrink: 0;
  text-align: center;
  width: 42px;
  content: "A";
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #DADADA;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
@media all and (max-width: 896px) {
  .top-faq__list__item dd::before {
    width: 32px;
    font-size: 2.375rem;
  }
}
.top-faq .common-btn {
  margin-top: 72px;
}
@media all and (max-width: 896px) {
  .top-faq .common-btn {
    margin-top: 40px;
  }
}

.top-credit {
  padding: 100px 0;
}
@media all and (max-width: 896px) {
  .top-credit {
    padding: 64px 0;
  }
}
.top-credit__wrapper {
  container-type: inline-size;
}
.top-credit__txt {
  text-align: center;
  font-size: clamp(1.25rem, 1.0447rem + 0.8421vw, 1.75rem);
  font-weight: 700;
  display: flex;
  justify-content: center;
  gap: 1em;
}
.top-credit__txt::before, .top-credit__txt::after {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 2px;
  height: 1.4em;
  background: #2F2F2F;
}
.top-credit__txt::before {
  rotate: -30deg;
}
.top-credit__txt::after {
  rotate: 30deg;
}
.top-credit__list {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.99cqw;
}
@media all and (max-width: 896px) {
  .top-credit__list {
    margin-top: 24px;
    flex-wrap: wrap;
    gap: 24px;
  }
}
@media all and (max-width: 896px) {
  .top-credit__list__item.--visa img {
    width: 92px;
  }
}
@media all and (max-width: 896px) {
  .top-credit__list__item.--orico img {
    width: 80px;
  }
}
@media all and (max-width: 896px) {
  .top-credit__list__item.--jcb img {
    width: 52px;
  }
}
@media all and (max-width: 896px) {
  .top-credit__list__item.--amex img {
    width: 64px;
  }
}
@media all and (max-width: 896px) {
  .top-credit__list__item.--diners img {
    width: 64px;
  }
}
@media all and (max-width: 896px) {
  .top-credit__list__item.--discover img {
    width: 76.8px;
  }
}