@charset "UTF-8";
/*
Theme Name:年間パスポートLP
Version: 1.1
Last updated: 2026-09-01
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --color-base: #00569b;
  --color-base-2nd: #222222;
  --color-link: #00569b;
  --color-link-hover: #007b43;
  --color-link-2nd: #007b43;
  --color-link-2nd-hover: #00569b;
  --color-border: #d7d8d4;
  --color-border-light: #f2f7f4;
  --color-border-dark: #b2c4b8;
  --color-btn: #007b43;
  --color-btn-hover: #568e35;
  --color-btn02: #2f8c59;
  --color-btn02-hover: #82ba9b;
  --color-btn03: #9f82f6;
  --color-btn03-hover: #d9cdfb;
  --color-navy: #053785;
  --color-accent-1: #007b43;
  --color-accent-2: #9f82f6;
  --color-accent-3: #c8e7e9;
  --color-accent-4: #fbebec;
  --color-accent-5: #eff3c0;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-red: #ff0000;
  --color-box: rgb(241, 243, 254);
  --color-gray: #dadad8;
  --color-gray-2: #d4e9df;
  --color-gray-3: #bebeba;
  --color-gray-4: #787871;
  --color-gray-5: #f2f8f6;
}

:root {
  font-family: "Noto Sans JP", "Noto Sans Japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
}

/*
Theme Name:年間パスポートLP
Version: 1.1
Last updated: 2026-09-01
*/
.LP_wrapper {
  max-width: 2560px;
  margin-inline: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hidden-svg {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

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

@media (max-width: 781px) {
  .not_pc {
    display: none !important;
  }
}

.not_tab {
  display: none !important;
}
@media (max-width: 781px) {
  .not_tab {
    display: block !important;
  }
}
@media (max-width: 440px) {
  .not_tab {
    display: none !important;
  }
}

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

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

.grecaptcha-badge {
  display: none !important;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  overflow-y: visible;
}

body {
  color: var(--color-base);
  line-height: 1.5;
  letter-spacing: 0;
  overflow-x: hidden;
  background-color: #fff;
  font-family: "Noto Sans JP", "Noto Sans Japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 20px;
  font-size: 1.25rem;
  font-size: clamp(16px, 0.7476635514vw + 12.8224299065px, 20px);
}
@media (max-width: 440px) {
  body {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 2;
  }
}

header#header {
  height: 68px;
  padding-bottom: 0;
  background-image: none;
  background-color: #fff;
}

#container {
  margin-top: 0;
}

p {
  font-family: "Noto Sans JP", "Noto Sans Japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  color: var(--color-base);
  line-height: 1.5;
  letter-spacing: 0;
}
@media (max-width: 440px) {
  p {
    line-height: 2;
  }
}

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

h2 {
  font-family: "Noto Sans JP", "Noto Sans Japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
  font-size: clamp(20px, 5.2336448598vw + -2.2429906542px, 48px);
}
@media (max-width: 440px) {
  h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  h2.oneline img {
    height: 1em;
    width: auto;
    max-width: unset;
  }
}

h3 {
  font-family: "Noto Sans JP", "Noto Sans Japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
  font-size: clamp(16px, 0.3738317757vw + 14.4112149533px, 18px);
}
@media (max-width: 440px) {
  h3 {
    margin-top: 1.3em;
    margin-bottom: 1.3em;
    font-size: 16px;
    font-size: 1rem;
  }
  h3.oneline img {
    height: 1.25em;
    width: auto;
    max-width: unset;
  }
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover img {
  opacity: 0.7;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

main {
  margin-inline: auto;
  position: relative;
}

#inner-content {
  margin-top: unset;
  padding-top: unset;
  background-image: none;
}

.main-contents_wrapper {
  max-width: 1340px;
  width: unset;
}
@media (max-width: 1340px) {
  .main-contents_wrapper {
    padding: 0 32px;
  }
}
@media (max-width: 980px) {
  .main-contents_wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 440px) {
  .main-contents_wrapper {
    padding: 0 16px;
  }
}

a.btn {
  background: unset;
  background-position: unset;
  background-size: unset;
  background-color: #00569b;
  color: #fff;
}
a.btn:hover {
  background-color: #00569b;
  color: #7faacd !important;
}
a.btn::after {
  display: none;
  content: none;
}

.nav-toggle {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 300;
  width: 56px;
  height: 56px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.nav-toggle img {
  width: 56px;
  height: 56px;
}
@media (max-width: 440px) {
  .nav-toggle {
    top: 14px;
    right: 14px;
  }
}

.info-table {
  width: auto;
  max-width: 752px;
  margin: 0 auto 0px;
  border-collapse: separate;
  border-spacing: 0px 14px;
  font-family: "Noto Sans JP", "Noto Sans Japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0;
  font-size: clamp(16px, 1.4953271028vw + 9.6448598131px, 24px);
  position: relative;
  z-index: 2;
}
@media (max-width: 440px) {
  .info-table {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2.25;
    width: 100%;
    border-spacing: 0px;
  }
}
.info-table th,
.info-table td {
  font-family: "Noto Sans JP", "Noto Sans Japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  padding: 10px 0px;
  vertical-align: top;
}
.info-table th {
  font-family: "Noto Sans JP", "Noto Sans Japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  min-width: 256px;
  text-align: center;
}
.info-table th strong {
  font-family: "Noto Sans JP", "Noto Sans Japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  display: block;
  width: 100%;
  border-radius: 20px;
  padding: 5px 10px;
  background: var(--color-accent-5);
  white-space: nowrap;
}
.info-table td {
  padding: 20px 0px 20px 40px;
}
.info-table td small {
  font-family: "Noto Sans JP", "Noto Sans Japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (max-width: 440px) {
  .info-table td small {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.info-table td .price-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
@media (max-width: 440px) {
  .info-table td .price-row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.5em;
  }
}
.info-table td .price-row span:last-child {
  white-space: nowrap;
}
@media (max-width: 440px) {
  .info-table td .price-row small {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media (max-width: 781px) {
  .info-table {
    max-width: unset;
  }
  .info-table th,
  .info-table td {
    display: block;
    width: 100%;
    text-align: center;
  }
  .info-table td {
    padding: 0;
  }
}

.note {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  max-width: 752px;
  margin: 0 auto;
  line-height: 1.55;
  font-size: clamp(14px, 0.7476635514vw + 10.8224299065px, 18px);
}
@media (max-width: 440px) {
  .note {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.75;
  }
}

.place-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  font-size: 13px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.place-label {
  background: var(--color-accent-5);
  border: 1px solid #b8ddf0;
  padding: 5px 14px;
  border-radius: 4px;
  font-weight: 700;
  white-space: nowrap;
}

/*
Theme Name:年間パスポートLP
Version: 1.1
Last updated: 2026-09-01
*/
/* ─── メインビジュアル ───────────────────────────────── */
.p-mainvisual {
  width: 100%;
  max-width: 1680px;
  margin-inline: auto;
  position: relative;
  aspect-ratio: 1680/660;
  background-image: url("asset/images/top/back_mainvisual.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--color-white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 781px) {
  .p-mainvisual {
    aspect-ratio: unset;
    min-height: calc(100dvh - var(--header-height-tab));
    background-image: url("asset/images/top/back_mainvisual_tab.jpg");
    padding-top: 0;
    padding-bottom: 0;
    background-position: center center;
  }
}
.p-mainvisual_wrapper {
  width: 100%;
  background-color: #e8f5e9;
}
.p-mainvisual > .wp-block-group__inner-container {
  width: 100%;
}
.p-mainvisual__navi {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2% !important;
}
@media (max-width: 1680px) {
  .p-mainvisual__navi {
    width: 96%;
  }
}
.p-mainvisual__navi .wp-block-column {
  color: var(--color-accent-1);
  text-align: center;
  line-height: 1.35;
  background-color: rgba(255, 255, 255, 0.8);
  aspect-ratio: 1/1;
  border-radius: 50%;
  max-width: 300px;
  -webkit-flex-basis: 300px !important;
      -ms-flex-preferred-size: 300px !important;
          flex-basis: 300px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-mainvisual__navi .wp-block-column img {
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
.p-mainvisual__navi .wp-block-column p {
  font-size: 24px;
  font-size: 1.5rem;
}
.p-mainvisual__navi .wp-block-column:hover {
  color: var(--color-white);
  background-color: var(--color-accent-1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-mainvisual__navi .wp-block-column:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media (max-width: 1280px) {
  .p-mainvisual__navi {
    width: 96%;
  }
  .p-mainvisual__navi .wp-block-column {
    max-width: 200px;
    -webkit-flex-basis: 200px !important;
        -ms-flex-preferred-size: 200px !important;
            flex-basis: 200px !important;
  }
  .p-mainvisual__navi .wp-block-column p {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .p-mainvisual__navi .wp-block-column .wp-block-image img {
    width: 100px;
  }
}
@media (max-width: 440px) {
  .p-mainvisual__navi {
    width: 96%;
    margin-bottom: 58px !important;
  }
  .p-mainvisual__navi .wp-block-column {
    max-width: 157px;
    -webkit-flex-basis: 157px !important;
        -ms-flex-preferred-size: 157px !important;
            flex-basis: 157px !important;
  }
  .p-mainvisual__navi .wp-block-column .wp-block-image img {
    width: 70px;
  }
}

.mainvisual {
  position: relative;
  aspect-ratio: 1680/860;
  background-image: url(assets/images/main-visual.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 440px) {
  .mainvisual {
    aspect-ratio: 390/844;
    background-image: url(assets/images/main-visual-sp.jpg);
  }
}

.mainvisual-catch {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
  z-index: 1;
}

.lead-section {
  position: relative;
  text-align: center;
  aspect-ratio: 1680/675;
  background-image: url(assets/svg/lead.svg);
  background-size: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  margin-top: -2%;
}
@media (max-width: 1280px) {
  .lead-section {
    background-image: url(assets/svg/lead-xl.svg);
  }
}
@media (max-width: 1024px) {
  .lead-section {
    margin-top: -2.5%;
    background-image: url(assets/svg/lead-md.svg);
  }
}
@media (max-width: 980px) {
  .lead-section {
    background-image: url(assets/svg/lead-sm.svg);
  }
}
@media (max-width: 781px) {
  .lead-section {
    margin-top: -4%;
    aspect-ratio: 781/470;
    background-image: url(assets/svg/lead-tab.svg);
  }
}
@media (max-width: 440px) {
  .lead-section {
    margin-top: -6.5%;
    aspect-ratio: 390/686;
    background-image: url(assets/svg/lead-xs.svg);
  }
}

.lead-inner {
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px;
  width: 100%;
  height: 100%;
  background-image: url(assets/images/lead-back.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 781px) {
  .lead-inner {
    background-image: url(assets/images/lead-back-tab.png);
  }
}
@media (max-width: 440px) {
  .lead-inner {
    background-image: url(assets/images/lead-back-sp.png);
    background-position: center bottom 16px;
    background-size: contain;
  }
}

.lead-heading {
  line-height: 1.75;
  color: var(--color-base);
  margin-bottom: 1.8em;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", "Noto Sans Japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 38px;
  font-size: 2.375rem;
  font-size: clamp(33px, 0.762195122vw + 25.1951219512px, 38px);
}
@media (max-width: 1024px) {
  .lead-heading {
    font-size: 33px;
    font-size: 2.0625rem;
    font-size: clamp(30px, 1.2345679012vw + 20.3580246914px, 33px);
    margin-bottom: 1em;
  }
}
@media (max-width: 781px) {
  .lead-heading {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.5;
    font-size: clamp(25px, 1.4662756598vw + 18.5483870968px, 30px);
  }
}
@media (max-width: 440px) {
  .lead-heading {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 2;
  }
}

.lead-body {
  line-height: 2;
  letter-spacing: 0.05em;
  color: var(--color-base);
  font-family: "Noto Sans JP", "Noto Sans Japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 20px;
  font-size: 1.25rem;
  font-size: clamp(16px, 0.6097560976vw + 9.756097561px, 20px);
}
@media (max-width: 1024px) {
  .lead-body {
    font-size: 16px;
    font-size: 1rem;
    font-size: clamp(15px, 0.4115226337vw + 11.7860082305px, 16px);
  }
}
@media (max-width: 781px) {
  .lead-body {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}

.wave-outer-wrapper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.wave-outer-wrapper.spring {
  background-color: #fff;
}
.wave-outer-wrapper.spring.is-active {
  background-image: url(assets/images/season/spring_back.png);
}
.wave-outer-wrapper.summer {
  background-image: url(assets/images/season/summer_back.png);
}
.wave-outer-wrapper.autumn {
  background-image: url(assets/images/season/autumn_back.png);
}
.wave-outer-wrapper.winter {
  background-image: url(assets/images/season/winter_back.png);
}
.wave-outer-wrapper.room {
  background-image: url(assets/images/season/shark_back.png);
}
.wave-outer-wrapper.iwashi {
  background-color: #fff;
}
.wave-outer-wrapper.iwashi.is-active {
  background-image: url(assets/images/season/iwashi_back.png);
}

.wave-outer {
  position: relative;
}
.wave-outer.imgs-1 {
  height: 200vh;
}
.wave-outer.imgs-2 {
  height: 300vh;
}
.wave-outer.imgs-4 {
  height: 500vh;
}
.wave-outer .wave-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
}
.wave-outer .wave-sticky .split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  overflow: hidden;
  -webkit-clip-path: url(#wave-clip);
          clip-path: url(#wave-clip);
}
@media (max-width: 1280px) {
  .wave-outer .wave-sticky .split {
    -webkit-clip-path: url(#wave-clip-xl);
            clip-path: url(#wave-clip-xl);
  }
}
@media (max-width: 1024px) {
  .wave-outer .wave-sticky .split {
    -webkit-clip-path: url(#wave-clip-md);
            clip-path: url(#wave-clip-md);
  }
}
@media (max-width: 980px) {
  .wave-outer .wave-sticky .split {
    -webkit-clip-path: url(#wave-clip-sm);
            clip-path: url(#wave-clip-sm);
  }
}
@media (max-width: 781px) {
  .wave-outer .wave-sticky .split {
    -webkit-clip-path: url(#wave-clip-tab);
            clip-path: url(#wave-clip-tab);
  }
}
@media (max-width: 440px) {
  .wave-outer .wave-sticky .split {
    -webkit-clip-path: url(#wave-clip-xs);
            clip-path: url(#wave-clip-xs);
  }
}
@media (max-width: 600px) {
  .wave-outer .wave-sticky .split {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.wave-outer .wave-sticky .fullscreen-stage {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  -webkit-clip-path: url(#wave-clip);
          clip-path: url(#wave-clip);
}
@media (max-width: 1280px) {
  .wave-outer .wave-sticky .fullscreen-stage {
    -webkit-clip-path: url(#wave-clip-xl);
            clip-path: url(#wave-clip-xl);
  }
}
@media (max-width: 1024px) {
  .wave-outer .wave-sticky .fullscreen-stage {
    -webkit-clip-path: url(#wave-clip-md);
            clip-path: url(#wave-clip-md);
  }
}
@media (max-width: 980px) {
  .wave-outer .wave-sticky .fullscreen-stage {
    -webkit-clip-path: url(#wave-clip-sm);
            clip-path: url(#wave-clip-sm);
  }
}
@media (max-width: 781px) {
  .wave-outer .wave-sticky .fullscreen-stage {
    -webkit-clip-path: url(#wave-clip-tab);
            clip-path: url(#wave-clip-tab);
  }
}
@media (max-width: 440px) {
  .wave-outer .wave-sticky .fullscreen-stage {
    -webkit-clip-path: url(#wave-clip-xs);
            clip-path: url(#wave-clip-xs);
  }
}
.wave-outer .wave-sticky .fullscreen-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 50;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.4)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%);
  pointer-events: none;
}
.wave-outer .wave-sticky .fullscreen-stage .img-slide {
  position: absolute;
  inset: 0;
  will-change: transform;
}
.wave-outer .wave-sticky .fullscreen-stage .img-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.wave-outer .wave-sticky .text-overlay {
  position: absolute;
  inset: 0;
  z-index: 60;
  pointer-events: none;
}
.wave-outer .wave-sticky .text-slide {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0 24px;
  opacity: 0;
  will-change: opacity;
}
.wave-outer .wave-sticky .text-slide:first-child {
  opacity: 1;
}
.wave-outer .wave-sticky .text-slide img {
  width: 100%;
  height: auto;
  -webkit-filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.4));
}
.wave-outer.sec-0 .wave-sticky .split,
.wave-outer.sec-0 .wave-sticky .fullscreen-stage, .wave-outer.sec-1 .wave-sticky .split,
.wave-outer.sec-1 .wave-sticky .fullscreen-stage, .wave-outer.sec-2 .wave-sticky .split,
.wave-outer.sec-2 .wave-sticky .fullscreen-stage, .wave-outer.sec-3 .wave-sticky .split,
.wave-outer.sec-3 .wave-sticky .fullscreen-stage, .wave-outer.sec-4 .wave-sticky .split,
.wave-outer.sec-4 .wave-sticky .fullscreen-stage, .wave-outer.sec-5 .wave-sticky .split,
.wave-outer.sec-5 .wave-sticky .fullscreen-stage {
  -webkit-clip-path: url(#wave-clip-inside);
          clip-path: url(#wave-clip-inside);
}
@media (max-width: 1280px) {
  .wave-outer.sec-0 .wave-sticky .split,
  .wave-outer.sec-0 .wave-sticky .fullscreen-stage, .wave-outer.sec-1 .wave-sticky .split,
  .wave-outer.sec-1 .wave-sticky .fullscreen-stage, .wave-outer.sec-2 .wave-sticky .split,
  .wave-outer.sec-2 .wave-sticky .fullscreen-stage, .wave-outer.sec-3 .wave-sticky .split,
  .wave-outer.sec-3 .wave-sticky .fullscreen-stage, .wave-outer.sec-4 .wave-sticky .split,
  .wave-outer.sec-4 .wave-sticky .fullscreen-stage, .wave-outer.sec-5 .wave-sticky .split,
  .wave-outer.sec-5 .wave-sticky .fullscreen-stage {
    -webkit-clip-path: url(#wave-clip-inside-xl);
            clip-path: url(#wave-clip-inside-xl);
  }
}
@media (max-width: 1024px) {
  .wave-outer.sec-0 .wave-sticky .split,
  .wave-outer.sec-0 .wave-sticky .fullscreen-stage, .wave-outer.sec-1 .wave-sticky .split,
  .wave-outer.sec-1 .wave-sticky .fullscreen-stage, .wave-outer.sec-2 .wave-sticky .split,
  .wave-outer.sec-2 .wave-sticky .fullscreen-stage, .wave-outer.sec-3 .wave-sticky .split,
  .wave-outer.sec-3 .wave-sticky .fullscreen-stage, .wave-outer.sec-4 .wave-sticky .split,
  .wave-outer.sec-4 .wave-sticky .fullscreen-stage, .wave-outer.sec-5 .wave-sticky .split,
  .wave-outer.sec-5 .wave-sticky .fullscreen-stage {
    -webkit-clip-path: url(#wave-clip-inside-md);
            clip-path: url(#wave-clip-inside-md);
  }
}
@media (max-width: 980px) {
  .wave-outer.sec-0 .wave-sticky .split,
  .wave-outer.sec-0 .wave-sticky .fullscreen-stage, .wave-outer.sec-1 .wave-sticky .split,
  .wave-outer.sec-1 .wave-sticky .fullscreen-stage, .wave-outer.sec-2 .wave-sticky .split,
  .wave-outer.sec-2 .wave-sticky .fullscreen-stage, .wave-outer.sec-3 .wave-sticky .split,
  .wave-outer.sec-3 .wave-sticky .fullscreen-stage, .wave-outer.sec-4 .wave-sticky .split,
  .wave-outer.sec-4 .wave-sticky .fullscreen-stage, .wave-outer.sec-5 .wave-sticky .split,
  .wave-outer.sec-5 .wave-sticky .fullscreen-stage {
    -webkit-clip-path: url(#wave-clip-inside-sm);
            clip-path: url(#wave-clip-inside-sm);
  }
}
@media (max-width: 781px) {
  .wave-outer.sec-0 .wave-sticky .split,
  .wave-outer.sec-0 .wave-sticky .fullscreen-stage, .wave-outer.sec-1 .wave-sticky .split,
  .wave-outer.sec-1 .wave-sticky .fullscreen-stage, .wave-outer.sec-2 .wave-sticky .split,
  .wave-outer.sec-2 .wave-sticky .fullscreen-stage, .wave-outer.sec-3 .wave-sticky .split,
  .wave-outer.sec-3 .wave-sticky .fullscreen-stage, .wave-outer.sec-4 .wave-sticky .split,
  .wave-outer.sec-4 .wave-sticky .fullscreen-stage, .wave-outer.sec-5 .wave-sticky .split,
  .wave-outer.sec-5 .wave-sticky .fullscreen-stage {
    -webkit-clip-path: url(#wave-clip-inside-tab);
            clip-path: url(#wave-clip-inside-tab);
  }
}
@media (max-width: 440px) {
  .wave-outer.sec-0 .wave-sticky .split,
  .wave-outer.sec-0 .wave-sticky .fullscreen-stage, .wave-outer.sec-1 .wave-sticky .split,
  .wave-outer.sec-1 .wave-sticky .fullscreen-stage, .wave-outer.sec-2 .wave-sticky .split,
  .wave-outer.sec-2 .wave-sticky .fullscreen-stage, .wave-outer.sec-3 .wave-sticky .split,
  .wave-outer.sec-3 .wave-sticky .fullscreen-stage, .wave-outer.sec-4 .wave-sticky .split,
  .wave-outer.sec-4 .wave-sticky .fullscreen-stage, .wave-outer.sec-5 .wave-sticky .split,
  .wave-outer.sec-5 .wave-sticky .fullscreen-stage {
    -webkit-clip-path: url(#wave-clip-inside-xs);
            clip-path: url(#wave-clip-inside-xs);
  }
}
.wave-outer.reverse .split {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 600px) {
  .wave-outer.reverse .split {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.wave-outer .panel-img {
  position: relative;
  width: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: hidden;
}
@media (max-width: 600px) {
  .wave-outer .panel-img {
    width: 100%;
    height: 50%;
  }
}
.wave-outer .panel-img .img-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  will-change: transform;
}
.wave-outer .panel-img .img-slide:nth-child(1) {
  z-index: 2;
}
.wave-outer .panel-img .img-slide:nth-child(1) img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.wave-outer .panel-img .img-slide:nth-child(2) {
  z-index: 1;
}
.wave-outer .panel-img .img-slide:nth-child(2) img {
  width: 100%;
  height: 102%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.wave-outer .panel-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4%;
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 600px) {
  .wave-outer .panel-text {
    background-size: cover 80%;
  }
}
.wave-outer .t-heading {
  font-size: 50px;
  font-size: 3.125rem;
  font-size: clamp(38px, 1.3636363636vw + 15.0909090909px, 50px);
  font-family: "Noto Sans JP", "Noto Sans Japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: var(--color-base);
  margin-bottom: 0.8em;
  text-align: left;
}
.wave-outer .t-heading br.block {
  display: none;
}
@media (max-width: 1680px) {
  .wave-outer .t-heading {
    font-size: 38px;
    font-size: 2.375rem;
    font-size: clamp(37px, 0.25vw + 33.8px, 38px);
  }
}
@media (max-width: 1280px) {
  .wave-outer .t-heading {
    font-size: 37px;
    font-size: 2.3125rem;
    font-size: clamp(30px, 2.734375vw + 2px, 37px);
  }
}
@media (max-width: 1024px) {
  .wave-outer .t-heading {
    font-size: 30px;
    font-size: 1.875rem;
    font-size: clamp(28px, 4.5454545455vw + -16.5454545455px, 30px);
  }
}
@media (max-width: 980px) {
  .wave-outer .t-heading {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .wave-outer .t-heading br.block {
    display: block;
  }
}
.wave-outer .t-body {
  font-size: 32px;
  font-size: 2rem;
  font-size: clamp(20px, 1.3636363636vw + -2.9090909091px, 32px);
  font-family: "Noto Sans JP", "Noto Sans Japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
  line-height: 2;
  color: var(--color-base);
  margin-bottom: 0;
  text-align: left;
}
.wave-outer .t-body br.block {
  display: none;
}
@media (max-width: 1680px) {
  .wave-outer .t-body {
    font-size: 20px;
    font-size: 1.25rem;
    font-size: clamp(18px, 0.5vw + 11.6px, 20px);
  }
}
@media (max-width: 1280px) {
  .wave-outer .t-body {
    font-size: 18px;
    font-size: 1.125rem;
    font-size: clamp(17px, 0.390625vw + 13px, 18px);
  }
}
@media (max-width: 1024px) {
  .wave-outer .t-body {
    font-size: 17px;
    font-size: 1.0625rem;
    font-size: clamp(16px, 2.2727272727vw + -6.2727272727px, 17px);
  }
}
@media (max-width: 980px) {
  .wave-outer .t-body {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.025em;
  }
  .wave-outer .t-body br.block {
    display: block;
  }
}
@media (max-width: 781px) {
  .wave-outer .t-body {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.wave-outer .t-img {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 2em;
}
.wave-outer .t-img img {
  width: 100%;
  height: auto;
}

.sec-1,
.sec-2,
.sec-3,
.sec-4,
.sec-5 {
  margin-top: -2%;
}
@media (max-width: 1280px) {
  .sec-1,
  .sec-2,
  .sec-3,
  .sec-4,
  .sec-5 {
    margin-top: -2%;
  }
}
@media (max-width: 1024px) {
  .sec-1,
  .sec-2,
  .sec-3,
  .sec-4,
  .sec-5 {
    margin-top: -2%;
  }
}
@media (max-width: 980px) {
  .sec-1,
  .sec-2,
  .sec-3,
  .sec-4,
  .sec-5 {
    margin-top: -3%;
  }
}
@media (max-width: 781px) {
  .sec-1,
  .sec-2,
  .sec-3,
  .sec-4,
  .sec-5 {
    margin-top: -4%;
  }
}
@media (max-width: 440px) {
  .sec-1,
  .sec-2,
  .sec-3,
  .sec-4,
  .sec-5 {
    margin-top: -6.5%;
  }
}

.sec-0 .panel-img {
  background: #110d20;
}
.sec-0 .panel-text {
  background-image: -webkit-gradient(linear, left top, right top, from(#f8eaf6), to(#de96d4));
  background-image: -webkit-linear-gradient(left, #f8eaf6 0%, #de96d4);
  background-image: linear-gradient(90deg, #f8eaf6 0%, #de96d4);
  background-image: url(assets/images/season/spring_text_back.jpg);
}
.sec-0 .panel-text .t-heading,
.sec-0 .panel-text .t-body {
  color: #99536e;
}
.sec-1 {
  z-index: 1;
}
.sec-1 .panel-img {
  background: #061830;
}
.sec-1 .panel-text {
  background-image: -webkit-gradient(linear, left top, right top, from(#e0edf8), to(#66a3da));
  background-image: -webkit-linear-gradient(left, #e0edf8 0%, #66a3da);
  background-image: linear-gradient(90deg, #e0edf8 0%, #66a3da);
  background-image: url(assets/images/season/summer_text_back.jpg);
}
.sec-1 .panel-text .t-heading,
.sec-1 .panel-text .t-body {
  color: #2e58a7;
}
.sec-2 {
  z-index: 2;
}
.sec-2 .panel-img {
  background: #1a0e00;
}
.sec-2 .panel-text {
  background-image: -webkit-gradient(linear, left top, right top, from(#fcf6e8), to(#eed48d));
  background-image: -webkit-linear-gradient(left, #fcf6e8 0%, #eed48d);
  background-image: linear-gradient(90deg, #fcf6e8 0%, #eed48d);
  background-image: url(assets/images/season/autumn_text_back.jpg);
}
.sec-2 .panel-text .t-heading,
.sec-2 .panel-text .t-body {
  color: #d47628;
}
.sec-3 {
  z-index: 3;
}
.sec-3 .panel-img {
  background: #010c1a;
}
.sec-3 .panel-text {
  background-image: -webkit-gradient(linear, left top, right top, from(#eff5f8), to(#adcfdd));
  background-image: -webkit-linear-gradient(left, #eff5f8 0%, #adcfdd);
  background-image: linear-gradient(90deg, #eff5f8 0%, #adcfdd);
  background-image: url(assets/images/season/winter_text_back.jpg);
}
.sec-3 .panel-text .t-heading,
.sec-3 .panel-text .t-body {
  color: #64748d;
}
/* 5: ROOM */
.sec-4 {
  z-index: 4;
}
.sec-4 .panel-img {
  background: #0f1a0f;
}
.sec-4 .panel-text {
  background: #00569b;
}
.sec-4 .panel-text .t-heading,
.sec-4 .panel-text .t-body {
  color: #fff;
}
@media (max-width: 600px) {
  .sec-4 .tab_column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
  }
  .sec-4 .tab_column .t-img {
    margin-top: 0;
  }
}

/* 6: IWASHI */
.sec-5 {
  z-index: 5;
}

#main-contents details.wp-block-details[id^=tokuten_]::before, #main-contents .tokuten_wrapper .tokuten_contents .tokuten_photo::before {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  background-image: url(assets/images/tokuten_back.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  font-family: "Noto Sans JP", "Noto Sans Japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  padding-bottom: 14px;
  z-index: 1;
  aspect-ratio: 1/1;
  width: 100px;
  height: 100px;
}
@media (max-width: 600px) {
  #main-contents details.wp-block-details[id^=tokuten_]::before, #main-contents .tokuten_wrapper .tokuten_contents .tokuten_photo::before {
    font-size: 25px;
    font-size: 1.5625rem;
    padding-bottom: 12px;
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 440px) {
  #main-contents details.wp-block-details[id^=tokuten_]::before, #main-contents .tokuten_wrapper .tokuten_contents .tokuten_photo::before {
    font-size: 17px;
    font-size: 1.0625rem;
    padding-bottom: 8px;
    width: 52px;
    height: 52px;
  }
}

#main-contents .contents_catchcopy {
  font-size: 38px;
  font-size: 2.375rem;
  font-family: "Noto Sans JP", "Noto Sans Japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
  line-height: 1.75;
  color: var(--color-base);
}
@media (max-width: 781px) {
  #main-contents .contents_catchcopy {
    font-size: 37px;
    font-size: 2.3125rem;
    font-size: clamp(27px, 2.9325513196vw + 14.0967741935px, 37px);
  }
}
@media (max-width: 440px) {
  #main-contents .contents_catchcopy {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
#main-contents .tokuten_wrapper {
  counter-reset: tokuten;
  gap: 3em 2em;
}
#main-contents .tokuten_wrapper .tokuten_contents {
  counter-increment: tokuten;
  color: #374051;
}
#main-contents .tokuten_wrapper .tokuten_contents h4 {
  margin: 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Noto Sans JP", "Noto Sans Japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  color: var(--color-base);
  line-height: 1.6;
  padding: unset;
  border-bottom: 0px none;
  letter-spacing: 0.025em;
}
@media (max-width: 781px) {
  #main-contents .tokuten_wrapper .tokuten_contents h4 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
#main-contents .tokuten_wrapper .tokuten_contents p {
  font-size: 17px;
  font-size: 1.0625rem;
  font-family: "Noto Sans JP", "Noto Sans Japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0em;
  color: #374051;
  margin-bottom: 0;
}
@media (max-width: 781px) {
  #main-contents .tokuten_wrapper .tokuten_contents p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
#main-contents .tokuten_wrapper .tokuten_contents .tokuten_photo {
  position: relative;
}
#main-contents .tokuten_wrapper .tokuten_contents .tokuten_photo::before {
  content: counter(tokuten);
  top: -48px;
  left: -18px;
}
@media (max-width: 600px) {
  #main-contents .tokuten_wrapper .tokuten_contents .tokuten_photo::before {
    top: -38px;
    left: -14px;
  }
}
@media (max-width: 440px) {
  #main-contents .tokuten_wrapper .tokuten_contents .tokuten_photo::before {
    top: -38px;
    left: -14px;
  }
}
#main-contents details.wp-block-details[id^=tokuten_] {
  position: relative;
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
  min-height: 120px;
  border-radius: 0px;
  border-bottom-color: var(--color-base);
}
@media (max-width: 600px) {
  #main-contents details.wp-block-details[id^=tokuten_] {
    min-height: 80px;
    margin-bottom: 14px;
  }
}
@media (max-width: 440px) {
  #main-contents details.wp-block-details[id^=tokuten_] {
    min-height: 60px;
    margin-bottom: 14px;
  }
}
#main-contents details.wp-block-details[id^=tokuten_]::before {
  content: attr(data-tokuten-num);
  top: 0;
  left: 0;
}
#main-contents details.wp-block-details[id^=tokuten_] summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  list-style: none;
  padding: 14px 60px 18px 128px;
  margin: 0;
  border-bottom: none 0px;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Noto Sans JP", "Noto Sans Japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  color: var(--color-base);
  line-height: 1.6;
  letter-spacing: 0.025em;
}
@media (max-width: 600px) {
  #main-contents details.wp-block-details[id^=tokuten_] summary {
    padding: 6px 30px 16px 96px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media (max-width: 440px) {
  #main-contents details.wp-block-details[id^=tokuten_] summary {
    padding: 6px 0px 16px 60px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.35;
  }
}
#main-contents details.wp-block-details[id^=tokuten_] summary::-webkit-details-marker {
  display: none;
}
#main-contents details.wp-block-details[id^=tokuten_] summary::marker {
  content: "";
}
#main-contents details.wp-block-details[id^=tokuten_] summary::after {
  content: "";
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 28px;
  height: 28px;
  background-image: url(assets/images/icon_plus.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#main-contents details.wp-block-details[id^=tokuten_].is-open summary::after {
  background-image: url(assets/images/icon_minus.png);
}
#main-contents details.wp-block-details[id^=tokuten_] .tokuten_details-content {
  max-height: 0;
  overflow: hidden;
  padding: 0px 88px 0px 128px;
  -webkit-transition: max-height 0.35s ease;
  transition: max-height 0.35s ease;
}
@media (max-width: 600px) {
  #main-contents details.wp-block-details[id^=tokuten_] .tokuten_details-content {
    padding: 0px 30px 0px 96px;
  }
}
@media (max-width: 440px) {
  #main-contents details.wp-block-details[id^=tokuten_] .tokuten_details-content {
    padding: 0px 0px 0px 0px;
  }
  #main-contents details.wp-block-details[id^=tokuten_] .tokuten_details-content > .wp-block-columns {
    gap: 0.5em 2em;
  }
}
#main-contents details.wp-block-details[id^=tokuten_] .tokuten_details-content p {
  margin: 0 0 1em;
  line-height: 1.8;
  font-size: 15px;
  font-size: 0.9375rem;
  color: var(--color-base-2nd);
}
#main-contents details.wp-block-details[id^=tokuten_] .tokuten_details-content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 440px) {
  #main-contents details.wp-block-details[id^=tokuten_] .tokuten_details-content p {
    line-height: 1.35;
  }
}
#main-contents details.wp-block-details[id^=tokuten_] .tokuten_details-content figure {
  margin: 1em 0 1.5em;
}
#main-contents details.wp-block-details[id^=tokuten_] .tokuten_details-content figure img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}
#main-contents details.wp-block-details[id^=tokuten_].is-open .tokuten_details-content {
  padding-bottom: 24px;
}
@media (max-width: 600px) {
  #main-contents details.wp-block-details[id^=tokuten_].is-open .tokuten_details-content {
    padding-bottom: 18px;
  }
}
@media (max-width: 440px) {
  #main-contents details.wp-block-details[id^=tokuten_].is-open .tokuten_details-content {
    padding-bottom: 18px;
  }
}

#main-contents h2.section_title {
  letter-spacing: 0;
  font-family: "Noto Sans JP", "Noto Sans Japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 41px;
  font-size: 2.5625rem;
  line-height: 1.5;
}
@media (max-width: 781px) {
  #main-contents h2.section_title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.5;
    font-size: clamp(29px, 3.2258064516vw + 14.8064516129px, 40px);
  }
}
@media (max-width: 440px) {
  #main-contents h2.section_title {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 2;
  }
}
#main-contents .wp-block-vk-blocks-button i.fa-solid.fa-circle-right.vk_button_link_after:before {
  content: url(assets/images/icon_arrow.png);
  display: block;
  width: 30px;
  height: 30px;
}
@media (max-width: 440px) {
  #main-contents .vk_button.vk_button-align-wide,
  #main-contents .editor-styles-wrapper .vk_button.vk_button-align-wide {
    max-width: unset;
  }
}
#main-contents .link_btn a {
  position: relative;
}
#main-contents .link_btn a:after {
  content: url(assets/images/icon_arrow.png);
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
}
#main-contents .link_btn a:hover:after {
  opacity: 0.8;
}
#main-contents .link_btn a:hover {
  opacity: 0.8;
}

#passport_issue {
  background-image: url(https://www.aquaworld-oarai.com/cms/wp-content/themes/aqua_hmr/images/deco/wave_white_bottom.png);
  background-repeat: repeat-x;
  background-position: center top;
  padding-top: 20px;
  padding-bottom: 21px;
  background-color: var(--color-base);
  color: var(--color-white);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  position: relative;
}
#passport_issue::after {
  content: "";
  width: 100%;
  height: 21px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--color-base);
  background-image: url(https://www.aquaworld-oarai.com/cms/wp-content/themes/aqua_hmr/images/deco/wave_white_top.png);
  background-repeat: repeat-x;
  background-position: center bottom;
}
@media (max-width: 980px) {
  #passport_issue .koushin_contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#passport_issue .wp-block-flexible-table-block-table {
  letter-spacing: 0;
  font-family: "Noto Sans JP", "Noto Sans Japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media (max-width: 781px) {
  #passport_issue .wp-block-flexible-table-block-table {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media (max-width: 440px) {
  #passport_issue .wp-block-flexible-table-block-table {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 375px) {
  #passport_issue .wp-block-flexible-table-block-table {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
#passport_issue .wp-block-flexible-table-block-table td {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 781px) {
  #passport_issue .wp-block-flexible-table-block-table td {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
@media (max-width: 440px) {
  #passport_issue .wp-block-flexible-table-block-table td {
    padding-left: 0.3em;
    padding-right: 0.3em;
  }
}
#passport_issue .wp-block-flexible-table-block-table tbody td.price {
  white-space: no-wrap;
}
#passport_issue .wp-block-flexible-table-block-table tbody td.price strong {
  font-size: 34px;
  font-size: 2.125rem;
}
@media (max-width: 781px) {
  #passport_issue .wp-block-flexible-table-block-table tbody td.price strong {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.5;
    font-size: clamp(31px, 0.8797653959vw + 27.1290322581px, 34px);
  }
}
@media (max-width: 440px) {
  #passport_issue .wp-block-flexible-table-block-table tbody td.price strong {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 2;
  }
}