@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: inherit;
  -webkit-font-variant-ligatures: inherit;
          font-variant-ligatures: inherit;
  font-variant-caps: inherit;
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-variant-alternates: inherit;
  font-variant-position: inherit;
  font-variant-emoji: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  line-height: inherit;
  font-family: inherit;
  font-optical-sizing: inherit;
  font-size-adjust: inherit;
  -webkit-font-kerning: inherit;
          font-kerning: inherit;
  -webkit-font-feature-settings: inherit;
          font-feature-settings: inherit;
  vertical-align: baseline;
  text-shadow: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

a[href^="x-apple-data-detectors:"] {
  color: inherit;
  text-decoration: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "FakePearl";
  src: url(https://cdn.jsdelivr.net/gh/max32002/FakePearl@1.1/webfont/FakePearl-Light.woff2) format("woff2"), url(https://cdn.jsdelivr.net/gh/max32002/FakePearl@1.1/webfont/FakePearl-Light.woff) format("woff");
  font-display: swap;
  font-weight: 300;
}
@font-face {
  font-family: "FakePearl";
  src: url(https://cdn.jsdelivr.net/gh/max32002/FakePearl@1.1/webfont/FakePearl-Regular.woff2) format("woff2"), url(https://cdn.jsdelivr.net/gh/max32002/FakePearl@1.1/webfont/FakePearl-Regular.woff) format("woff");
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: "FakePearl";
  src: url(https://cdn.jsdelivr.net/gh/max32002/FakePearl@1.1/webfont/FakePearl-SemiBold.woff2) format("woff2"), url(https://cdn.jsdelivr.net/gh/max32002/FakePearl@1.1/webfont/FakePearl-SemiBold.woff) format("woff");
  font-display: swap;
  font-weight: 600;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  position: relative;
}

body {
  scroll-behavior: smooth;
  font-size: 20px;
  width: 100%;
  font-family: "FakePearl", "noto-sans", sans-serif;
  position: relative;
  line-height: 1.4;
  color: #666;
}
@media (max-width: 1024px) {
  body {
    font-size: 16px;
  }
}

.freeze {
  overflow: hidden;
  height: 100vh;
}

* {
  -webkit-transition: 0.1 ease;
  transition: 0.1 ease;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  outline: unset;
  border: unset;
  background-color: unset;
}

.parallax-target {
  /* 提前告訴瀏覽器這個元素會改變位移，強制啟動 GPU 硬體加速 */
  will-change: transform;
}

.section__title {
  text-align: center;
  font-size: clamp(24px, 2vw, 48px);
  width: 50%;
  margin: 0 auto;
  padding-bottom: 20px;
  max-width: 500px;
}
.section__title img {
  width: 100%;
}
@media (max-width: 1024px) {
  .section__title {
    width: 60%;
  }
}

.section__subtitle {
  position: relative;
  font-size: clamp(16px, 2vw, 36px);
  text-align: center;
  width: 320px;
  margin: 0 auto;
  margin-bottom: 32px;
  border-radius: 30px;
  line-height: 2;
  color: white;
  background-image: url("./../src/deco/flower-3.svg");
  background-repeat: no-repeat;
  background-size: 18% auto;
  background-position: right top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgb(41, 181, 178);
  -webkit-box-shadow: 0 0 0 1px white inset, 0 0 0 2px rgb(41, 181, 178), 0 0 12px 3px rgba(255, 255, 255, 0.2);
          box-shadow: 0 0 0 1px white inset, 0 0 0 2px rgb(41, 181, 178), 0 0 12px 3px rgba(255, 255, 255, 0.2);
}
@media (max-width: 1024px) {
  .section__subtitle {
    font-size: 1.2rem;
    width: 256px;
  }
}
.section__subtitle:before {
  content: "";
  display: block;
  position: absolute;
  width: 48px;
  top: -8px;
  pointer-events: none;
  bottom: -16px;
  left: -2%;
  background-image: url("./../src/deco/flower-2.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.section__subtitle.book {
  background-color: #748ec7;
  -webkit-box-shadow: 0 0 0 1px white inset, 0 0 0 2px #748ec7, 0 0 12px 3px rgba(255, 255, 255, 0.2);
          box-shadow: 0 0 0 1px white inset, 0 0 0 2px #748ec7, 0 0 12px 3px rgba(255, 255, 255, 0.2);
}
.section__subtitle.route {
  background-color: #7d71b1;
  -webkit-box-shadow: 0 0 0 1px white inset, 0 0 0 2px #7d71b1, 0 0 12px 3px rgba(255, 255, 255, 0.2);
          box-shadow: 0 0 0 1px white inset, 0 0 0 2px #7d71b1, 0 0 12px 3px rgba(255, 255, 255, 0.2);
}

@-webkit-keyframes rotate-infinite {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-infinite {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.is-rotating {
  -webkit-animation: rotate-infinite 2s linear infinite;
          animation: rotate-infinite 2s linear infinite;
}
.is-rotating:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.full {
  width: 100%;
}

.text-color {
  color: #b8407a;
}

.text-purple {
  color: #9485d3;
}

.text-primary {
  color: rgb(41, 181, 178);
}
.text-primary .underline::after {
  background-color: rgb(41, 181, 178);
}

.text-primary-A {
  color: #448381;
}
.text-primary-A .underline::after {
  background-color: #448381;
}

.text-primary-AA {
  color: #305655;
}
.text-primary-AA .underline::after {
  background-color: #305655;
}

.text-primary-AAA {
  color: #273A39;
}
.text-primary-AAA .underline::after {
  background-color: #273A39;
}

.underline {
  position: relative;
}
.underline::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -0.2em;
  width: 100%;
  left: 0;
  right: 0;
  height: 0.1em;
  background-color: #ccc;
}

[class*=ani-] {
  opacity: 0;
  will-change: transform, opacity;
}

.ani-fade-left {
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}

.ani-bounce-in {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.ani-flower-bloom {
  -webkit-transform: scale(0) rotate(-15deg);
          transform: scale(0) rotate(-15deg);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.site-header__inner {
  padding: 4px 32px;
  padding-right: 0;
  height: 48px;
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1024px) {
  .site-header__inner {
    padding: 0px 8px;
    padding-right: 0;
    height: 40px;
  }
}

.site-logo {
  display: inline-block;
  width: 120px;
  font-size: 0;
  padding-top: 8px;
}
@media (max-width: 1024px) {
  .site-logo {
    width: 100px;
  }
}

.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  gap: 20px;
}
.header-nav__list {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-nav__item {
  display: block;
  background-color: white;
}
.header-nav__item + .header-nav__item {
  position: relative;
}
.header-nav__item + .header-nav__item:before {
  content: "|";
  position: absolute;
  opacity: 0.5;
  top: 0;
  bottom: 0;
}
.header-nav__link {
  display: block;
  font-size: 1rem;
  padding: 4px 12px;
  font-weight: bold;
  color: #305655;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 1024px) {
  .header-nav__link {
    font-size: 14px;
    padding: 4px 8px;
  }
}
.header-nav__link:hover {
  color: #448381;
}

.header-nav .nav-toggle-mobile {
  height: 50px;
  width: 50px;
  background: transparent;
  background-image: url("./../src/svg/menu.svg");
  background-repeat: no-repeat;
  background-position: center;
  border: unset;
  outline: unset;
  cursor: pointer;
  display: none;
}

.loading-wrap {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  background-image: url("./../src/banner/hero_blur@2x.png");
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.loading-img {
  width: 64px;
}
.loading-img img {
  width: 100%;
  -webkit-animation: rotate-infinite 2s linear infinite;
          animation: rotate-infinite 2s linear infinite;
}

.loading-text {
  color: rgb(241, 177, 186);
}

.go-top {
  position: fixed;
  bottom: 64px;
  right: 24px;
  width: 48px;
  height: 48px;
  z-index: 2;
  background-image: url("./../src/go-top.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  cursor: pointer;
}

.footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
  padding: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 48px;
}
@media (max-width: 1024px) {
  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}

.bookcopyright {
  font-size: 12px;
}

.sns-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  .sns-wrap {
    margin-bottom: 1rem;
    gap: 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.sns-btn {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 36px;
  background-color: rgb(41, 181, 178);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sns-btn img {
  width: 50%;
}
@media (max-width: 1024px) {
  .sns-btn {
    width: 36px;
    height: 36px;
  }
}

.footer__copryright {
  text-align: right;
  color: #0d3837;
}
@media (max-width: 1024px) {
  .footer__copryright {
    text-align: center;
  }
}

.banner-wrap {
  position: relative;
  aspect-ratio: 0.8139041967;
}

.banner-effects {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 3;
}

.effect-halo {
  position: absolute;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

.effect-petal {
  position: absolute;
  width: 15px;
  height: 20px;
  background: #fff;
  border-radius: 150% 0 150% 0;
  opacity: 0.8;
}

.banner__bg {
  background-image: url("./../src/banner/hero_blur@2x.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .banner__bg {
    background-image: url("./../src/banner/hero_blur.png");
  }
}
.banner__bg img {
  width: 100%;
}
.banner__bg .flower {
  position: relative;
  z-index: 2;
}
.banner__bg .char,
.banner__bg .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.banner__bg .char {
  z-index: 1;
}

.char,
.flower,
.banner__bg .bg {
  visibility: hidden;
  opacity: 0;
}

.title-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* 2. 關鍵：讓滑鼠/手指可以穿透這個透明殼，去捲動底下的圖片 */
  pointer-events: none;
  z-index: 10;
}
@media (max-width: 1024px) {
  .title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.title-sticky-container {
  /* 3. 真正的吸附邏輯：在 100% 高度的殼子裡滑動 */
  position: sticky;
  bottom: 50px;
  top: calc(100vh - 500px);
  /* 4. 恢復內部內容的點擊/觸控能力 */
  pointer-events: auto;
  width: 60%;
  margin-left: 38%;
  margin-right: 2%;
}
@media (max-width: 1024px) {
  .title-sticky-container {
    width: 80%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    bottom: 0;
    top: unset;
    height: 100;
  }
}

.title__main img {
  width: 100%;
}
.title__slogan {
  position: absolute;
  top: 0;
  left: 0;
}
.title__slogan img {
  width: 100%;
}

.deco-wrap {
  background-color: RGBA(41, 181, 178, 1);
  min-height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(41, 181, 178, 0.8)), color-stop(40%, rgba(41, 181, 178, 0))), -webkit-gradient(linear, left bottom, left top, from(rgba(41, 181, 178, 0.8)), color-stop(40%, rgba(41, 181, 178, 0))), url("./../src/deco/flower-shower.png"), url("./../src/deco/plaid.png");
  background-image: linear-gradient(to bottom, rgba(41, 181, 178, 0.8) 0%, rgba(41, 181, 178, 0) 40%), linear-gradient(to top, rgba(41, 181, 178, 0.8) 0%, rgba(41, 181, 178, 0) 40%), url("./../src/deco/flower-shower.png"), url("./../src/deco/plaid.png");
  background-attachment: fixed;
  position: relative;
}
.deco-wrap__type2 {
  background-color: RGBA(116, 142, 199, 1);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(116, 142, 199, 0.8)), color-stop(40%, rgba(116, 142, 199, 0))), -webkit-gradient(linear, left bottom, left top, from(rgba(116, 142, 199, 0.8)), color-stop(40%, rgba(116, 142, 199, 0))), url("./../src/deco/flower-shower.png"), url("./../src/deco/plaid-2.png");
  background-image: linear-gradient(to bottom, rgba(116, 142, 199, 0.8) 0%, rgba(116, 142, 199, 0) 40%), linear-gradient(to top, rgba(116, 142, 199, 0.8) 0%, rgba(116, 142, 199, 0) 40%), url("./../src/deco/flower-shower.png"), url("./../src/deco/plaid-2.png");
}
.deco-wrap__type3 {
  background-color: RGBA(125, 113, 177, 1);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(125, 113, 177, 0.8)), color-stop(40%, rgba(125, 113, 177, 0))), -webkit-gradient(linear, left bottom, left top, from(rgba(125, 113, 177, 0.8)), color-stop(40%, rgba(125, 113, 177, 0))), url("./../src/deco/flower-shower.png"), url("./../src/deco/plaid-3.png");
  background-image: linear-gradient(to bottom, rgba(125, 113, 177, 0.8) 0%, rgba(125, 113, 177, 0) 40%), linear-gradient(to top, rgba(125, 113, 177, 0.8) 0%, rgba(125, 113, 177, 0) 40%), url("./../src/deco/flower-shower.png"), url("./../src/deco/plaid-3.png");
}

.deco-top,
.deco-bottom {
  position: sticky;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  height: 84px;
  width: 100%;
  background-image: url("./../src/deco/bg-frame-top.png");
  background-repeat: repeat-x;
  background-size: 70px auto;
  background-position: top center;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .deco-top,
.deco-bottom {
    background-size: 52.5px auto;
    height: 60px;
  }
}

.deco-bottom {
  top: calc(100vh - 84px + 1px);
  background-image: url("./../src/deco/bg-frame-bottom.png");
  background-repeat: repeat-x;
  background-position: bottom center;
}
@media (max-width: 1024px) {
  .deco-bottom {
    top: calc(100vh - 60px + 1px);
  }
}

.content-wrap {
  width: 100%;
  padding: 84px 24px;
  padding-top: 0;
  padding-bottom: 128px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .content-wrap {
    padding: 16px 16px;
    padding-top: 0;
    padding-bottom: 128px;
  }
}

@-webkit-keyframes pulse-soft {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulse-soft {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.cta {
  width: 70%;
  display: block;
  max-width: 320px;
  border-radius: 24px;
  background-color: white;
  margin: 0 auto;
  font-size: 2rem;
  color: #e3007f;
  text-align: center;
  line-height: 2;
  border: 3px solid rgba(227, 0, 127, 0.4);
  -webkit-box-shadow: 0 0 0 4px white, 0 0 0 6px white, 0 0 12px 0 #e3007f;
          box-shadow: 0 0 0 4px white, 0 0 0 6px white, 0 0 12px 0 #e3007f;
  position: relative;
  -webkit-animation: pulse-soft 2s ease-in-out infinite;
          animation: pulse-soft 2s ease-in-out infinite;
  font-weight: 600;
}
.cta:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.cta::before, .cta::after {
  content: "";
  display: block;
  position: absolute;
  width: 72px;
  top: 16px;
  left: -28px;
  bottom: -28px;
  background-image: url("./../src/deco/flower-1.svg");
  background-repeat: no-repeat;
  pointer-events: none;
  background-size: contain;
}
.cta::after {
  left: unset;
  width: 48px;
  right: -24px;
  top: -24px;
  bottom: -8px;
  background-image: url("./../src/deco/flower-2.svg");
}

.content__desc {
  width: 80%;
  margin-top: -8%;
  margin: 0 auto;
  margin-bottom: 2rem;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1024px) {
  .content__desc {
    width: 100%;
  }
}
.content__desc p {
  font-size: 1.25rem;
  line-height: 1.4;
  text-shadow: 0 0.1em rgba(255, 255, 255, 0.5);
  font-weight: bold;
}
.content__desc .date {
  font-size: 1.5em;
}

.rule-wrap {
  padding: 0;
  padding-top: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 2rem;
  font-size: 1.2em;
  line-height: 1.5;
  color: #125150;
}
@media (max-width: 1024px) {
  .rule-wrap {
    padding: 0 1rem;
    margin-bottom: 1rem;
  }
}
.rule-wrap p {
  margin-bottom: 0.5rem;
  text-align: justify;
}
.rule-wrap .caption {
  margin-bottom: 0;
}

.caption {
  font-size: 0.85em;
  margin-bottom: 0;
  opacity: 0.9;
}

.gallery-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin: 0 auto;
  margin-bottom: 4rem;
  width: 80%;
  max-width: 1680px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1024px) {
  .gallery-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
    gap: 48px;
  }
}
.gallery-wrap .gallery-left {
  min-width: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 33%;
  min-width: 320px;
}
@media (max-width: 1024px) {
  .gallery-wrap .gallery-left {
    width: 90%;
    margin: 0 auto;
    min-width: unset;
  }
}
.gallery-wrap .gallery-left .main-swiper {
  border-radius: 20px;
}
.gallery-wrap .gallery-left .main-swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gallery-wrap .gallery-left .main-swiper .swiper-slide img {
  width: 100%;
  -webkit-filter: drop-shadow(0 3px 12px rgb(255, 255, 255));
          filter: drop-shadow(0 3px 12px rgb(255, 255, 255));
}
.gallery-wrap .gallery-left .main-swiper .swiper-button-next,
.gallery-wrap .gallery-left .main-swiper .swiper-button-prev {
  color: white;
  background-color: #ff9fb2;
  width: 40px;
  height: 40px;
  border-radius: 40px;
}
.gallery-wrap .gallery-left .main-swiper .swiper-button-next::after,
.gallery-wrap .gallery-left .main-swiper .swiper-button-prev::after {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .gallery-wrap .gallery-right {
    width: 100%;
    height: auto;
  }
}

.thumbs__grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  width: 100%;
}
@media (max-width: 1024px) {
  .thumbs__grid {
    max-width: 320px;
    margin: 0 auto;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}

.thumb-btn {
  cursor: pointer;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  background: #eeeeee;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  aspect-ratio: 1;
  opacity: 0.6;
  padding: 4px;
  box-sizing: border-box;
  position: relative;
}
.thumb-btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  -webkit-filter: grayscale(60%);
          filter: grayscale(60%);
}
.thumb-btn.is-active, .thumb-btn:hover {
  opacity: 1;
  background-color: white;
  border-color: rgb(41, 181, 178);
}
.thumb-btn.is-active img, .thumb-btn:hover img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.special-stamp {
  position: absolute;
  z-index: 3;
  top: 5px;
  left: 12px;
  width: 72px;
  height: 72px;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgb(41, 181, 178);
  border: 1px solid white;
  border-radius: 50%;
  line-height: 1.25;
  color: white;
  text-align: center;
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
}

.thumb-stamp {
  background: rgb(41, 181, 178);
  border: 1px solid white;
  border-radius: 50%;
  font-size: 12px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
  bottom: -6px;
  text-align: center;
  line-height: 1;
  color: white;
  right: -6px;
  width: 32px;
  height: 32px;
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
}

.event-info-title {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.4;
  color: #b8407a;
  text-shadow: 0 0.1em rgba(255, 255, 255, 0.5);
  font-weight: bold;
}
@media (max-width: 1024px) {
  .event-info-title {
    margin-bottom: 1rem;
  }
}

.dot {
  padding-left: 2rem;
}
.dot p {
  margin-left: -2rem;
}
.dot li {
  list-style: disc;
}

.section-deco-frame {
  background-color: white;
  border-radius: 24px;
  -webkit-box-shadow: 0 0px 0 3px #459eb8, 0 0px 0 8px #fff4c3;
          box-shadow: 0 0px 0 3px #459eb8, 0 0px 0 8px #fff4c3;
  padding: 24px;
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  .section-deco-frame {
    padding: 24px 12px;
    border-radius: 16px;
    margin-bottom: 2rem;
  }
}

@media (max-width: 1024px) {
  .event-info-wrap,
#rules {
    padding: 0 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.event-info-wrap .section-deco-frame {
  padding: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 80%;
  max-width: 1440px;
  margin: 0 auto;
  margin-bottom: 2rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .event-info-wrap .section-deco-frame {
    width: 100%;
    padding: 24px 1rem;
  }
}

.event-info__title {
  border-radius: 30px;
  border: 2px solid rgb(41, 181, 178);
  margin-bottom: 1rem;
  color: rgb(41, 181, 178);
  font-size: 1.25em;
  display: inline-block;
  padding: 0 2em;
}
.event-info__text {
  color: #305655;
  margin-bottom: 1rem;
}

.notice-wrap {
  width: 80%;
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 4rem;
  color: #448381;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .notice-wrap {
    width: 90%;
    padding-right: 5%;
  }
}

.step-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  .step-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
  }
}

.step {
  background-color: #fff4c3;
  color: #448381;
  width: 200px;
  height: 200px;
  text-align: center;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media (max-width: 1024px) {
  .step {
    width: 180px;
    height: 180px;
    font-size: 1.2rem;
  }
}
.step:before {
  content: "1";
  position: absolute;
  left: 16px;
  top: 16px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #2ecac6;
  color: #fff4c3;
  border-radius: 50%;
  display: block;
  border: 1px solid white;
  -webkit-box-shadow: 0 0 0 4px #31d0cd;
          box-shadow: 0 0 0 4px #31d0cd;
}
.step:nth-child(2)::before {
  content: "2";
}
.step:nth-child(3)::before {
  content: "3";
}
.step__link {
  background-color: white;
  display: inline-block;
  padding: 0 1rem;
  line-height: 1.5;
  color: #e3007f;
  margin-top: 0.5rem;
  border-radius: 35px;
  -webkit-animation: pulse-soft 2s ease-in-out infinite;
          animation: pulse-soft 2s ease-in-out infinite;
  -webkit-box-shadow: 0 0 0 3px white;
          box-shadow: 0 0 0 3px white;
  border: 2px solid rgba(227, 0, 127, 0.4);
  position: relative;
}
.step__link::after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: -8px;
  left: -12px;
  background-image: url("./../src/deco/flower-4.svg");
  background-repeat: no-repeat;
  pointer-events: none;
  background-size: contain;
  -webkit-animation: rotate-infinite 2s linear infinite;
          animation: rotate-infinite 2s linear infinite;
}

.demo-img-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  width: 80%;
  max-width: 768px;
  gap: 1rem;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .demo-img-wrap {
    -ms-grid-columns: 1fr 0.5rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}

.demo-img {
  display: inline-block;
}
.demo-img img {
  width: 100%;
}

.card-wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 64px;
}
.card-wrap.special {
  padding-bottom: 84px;
}
@media (max-width: 1024px) {
  .card-wrap.special {
    padding-bottom: 64px;
  }
}
@media (max-width: 1024px) {
  .card-wrap {
    padding-bottom: 48px;
  }
}

.special-card__grid {
  display: -ms-grid;
  display: grid;
  max-width: 1680px;
  -ms-grid-columns: 1fr 2% 1fr 2% 1fr 2% 1fr;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 64px 2%;
}

.special-card__grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.special-card__grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.special-card__grid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.special-card__grid > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
@media (max-width: 1024px) {
  .special-card__grid {
    -ms-grid-columns: 1fr 8px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 8px;
    max-width: 630px;
    margin: 0 auto;
  }
}
.special-card__item {
  padding: 2%;
  border-radius: 4px;
  background-color: white;
}
@media (max-width: 1024px) {
  .special-card__item {
    padding-bottom: 8px;
  }
}
.special-card__img {
  position: relative;
}
.special-card__img img {
  width: 100%;
}
.special-card__content {
  padding: 0 0.5rem;
}
.special-card__title {
  margin-bottom: 0.25em;
  font-weight: bold;
  color: #748ec7;
}
.special-card__info {
  font-size: 0.8em;
  color: #748ec7;
}

.book-nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: repeat(6, 1fr);
  padding-bottom: 1.5rem;
  gap: 1rem;
}
@media (max-width: 1024px) {
  .book-nav {
    max-width: 480px;
    padding: 0 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-bottom: 0;
    gap: 1rem 0.5rem;
    margin: 0 auto;
    -ms-grid-columns: 1fr 0.5rem 1fr 0.5rem 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
.book-nav__item {
  width: 100%;
  text-align: center;
  line-height: 2;
  border-radius: 12px;
  color: #748ec7;
  background-color: white;
  -webkit-box-shadow: 0 0 0 2px white inset, 0 0 0 4px #748ec7 inset, 0 2px 0px 2px rgba(116, 142, 199, 0.8);
          box-shadow: 0 0 0 2px white inset, 0 0 0 4px #748ec7 inset, 0 2px 0px 2px rgba(116, 142, 199, 0.8);
  cursor: pointer;
}
.book-nav__item.is-active {
  background-color: #748ec7;
  color: white;
}

.book-card__grid {
  display: -ms-grid;
  display: grid;
  max-width: 1680px;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(8, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 32px 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.book-card__grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.book-card__grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.book-card__grid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.book-card__grid > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

.book-card__grid > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}

.book-card__grid > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
}

.book-card__grid > *:nth-child(7) {
  -ms-grid-row: 1;
  -ms-grid-column: 13;
}

.book-card__grid > *:nth-child(8) {
  -ms-grid-row: 1;
  -ms-grid-column: 15;
}
@media (max-width: 1024px) {
  .book-card__grid {
    -ms-grid-columns: 1fr 4px 1fr 4px 1fr;
    grid-template-columns: repeat(3, 1fr);
    padding: 32px 8px;
    gap: 16px 4px;
    max-width: 630px;
    margin: 0 auto;
  }
}
.book-card__item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.book-card__img {
  position: relative;
  overflow: hidden;
  border: 1px solid white;
  background-color: white;
  margin-bottom: 8px;
}
.book-card__img img {
  display: block;
  font-size: 0;
  aspect-ratio: 256/365;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.book-card__tag {
  font-size: 12px;
  padding: 0 4px;
  line-height: 24px;
  color: #3d4b68;
}
.book-card__floatTag {
  position: absolute;
  z-index: 2;
  bottom: 24px;
  right: 0;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  line-height: 1.5;
  background: #748ec7;
  color: white;
}
.book-card__title {
  font-size: 16px;
  margin-bottom: 0.25em;
  font-weight: bold;
  color: #3d4b68;
}
.book-card__info {
  font-size: 12px;
  color: #3d4b68;
  opacity: 0.8;
}

@media (max-width: 1024px) {
  .route-wrap {
    padding-bottom: 128px;
  }
}

.route {
  text-align: center;
}
.route__grid {
  display: -ms-grid;
  display: grid;
  padding: 2rem 4rem;
  padding-bottom: 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 1.5rem 1rem;
  max-width: 1280px;
  margin: 0 auto;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .route__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    padding: 2rem;
    padding-top: 0;
    gap: 8px;
    justify-items: center;
  }
}
.route__item {
  display: block;
  background-color: white;
  border-radius: 32px;
  padding: 8px 16px;
  height: 4rem;
  text-align: center;
  -webkit-box-shadow: 0 0 8px rgba(125, 113, 177, 0.4), inset 0 0 0 3px white, inset 0 0 0 5px #7d71b1;
          box-shadow: 0 0 8px rgba(125, 113, 177, 0.4), inset 0 0 0 3px white, inset 0 0 0 5px #7d71b1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}
@media (max-width: 1024px) {
  .route__item {
    max-width: 320px;
    width: 100%;
  }
}
.route__item img {
  width: auto;
  height: 100%;
}
.route__item:after {
  pointer-events: none;
  content: "";
  position: absolute;
  right: 0;
  top: 16px;
}
.route__item:hover, .route__item:active, .route__item:focus {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.route__btn {
  display: block;
  text-align: center;
  width: 360px;
  margin: 0 auto;
}

#route, #book, #rules {
  margin-top: -96px;
  padding-top: 96px;
}
@media (max-width: 1024px) {
  #route, #book, #rules {
    margin-top: -64px;
    padding-top: 64px;
  }
}