@charset "UTF-8";
html {
  font-family: "Noto Serif TC", serif;
  scroll-behavior: auto;
}

html {
  font-size: clamp(10px, 0.83vw, 32px);
}

@media screen and (max-width: 1014.98px) {
  html {
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 767.98px) {
  html {
    font-size: clamp(16px, 4.4vw, 24px);
  }
}
button,
input,
optgroup,
select,
textarea {
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border: none;
  color: inherit;
  font: inherit;
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: auto;
}

.no-scroll {
  overflow: hidden;
}

input[type=checkbox] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
       appearance: none !important;
}

:root {
  --f1cj66n5-0: url(../images/index/bg_faq.jpg);
  --i-tit-line: url(../images/common/headline_deco.svg);
  --i-search: url(../images/common/search.svg);
  --i-music-off: url(../images/common/musicoff.svg);
  --i-music-on: url(../images/common/musicon.svg);
  --i-arrow: url(../images/common/angledown.svg);
  --i-gotop: url(../images/common/mothercrystal.svg);
  --i-meun: url(../images/common/menu.svg);
  --i-close: url(../images/common/close.svg);
  --red-icon: url(../images/faq/reference.svg);
  --i-check: url(../images/common/checkcircle.svg);
  --i-frame: url(../images/common/ornament_cornercrystal.svg);
  --i-subnav: url(../images/common/subnavtoggle.svg);
  --i-sub-icon: url(../images/common/ornament_crystal.svg);
  --i-list-f: url(../images/common/reference.svg);
  --i-check-c: url(../images/common/checkcircle.svg);
  --i-arrow-r: url(../images/common/arrowright.svg);
  --i-angle-r: url(../images/common/angleright.svg);
  --i-window: url(../images/common/newwindow.svg);
  --i-info: url(../images/common/information.svg);
}

#go_top_embed{
  display: none;
}

#page-metadata {
  display: none;
}

body{
  font-family: "Noto Serif TC", serif;
  color:#000;
}
@media screen and (min-width: 1014.99px) {
  .hidden-desktop {
    display: none !important;
  }
}
@media screen and (max-width: 1014.98px) {
  .hidden-mobile {
    display: none !important;
  }
  .mobile-margin-t-1 {
    margin-top: 0.5rem;
  }
  .mobile-margin-b-1 {
    margin-bottom: 0.5rem;
  }
}
#eternalbond-main {
  width: 100%;
  overflow-x: hidden;
}

main {
  background-color: #f9f9f9;
  transition: opacity 0.5s ease;
}



/* icon -------------------------------------------------------- */
.icon_pic {
  display: block;
  height: 1em;
  width: 1em;
  cursor: pointer;
}
.map .icon_pic {
  cursor: default;
}
.icon_pic span {
  background-color: currentColor;
  display: block;
  height: 100%;
  -webkit-mask-image: var(--i-arrow);
  mask-image: var(--i-arrow);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  width: 100%;
}

/* menu -------------------------------------------------------------- */
.header_menu {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  z-index: 9998;
  width: 100%;
  margin-top: calc(var(--header-height) *1.5);
  transition: transform 0.3s ease-in-out;
}
.header_menu.fixed {
  position: fixed;
}
.header_menu.hide {
  transform: translateY(-160%);
}


.header_menu .menu_con {
  align-items: center;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0.8), rgba(239, 255, 255, 0.8) 10%, hsla(0, 0%, 100%, 0.8) 50%, rgba(237, 255, 250, 0.8) 90%, hsla(0, 0%, 100%, 0.8));
  border: 1px solid hsla(0, 0%, 100%, 0.85);
  border-radius: 2.5rem;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  display: flex;
  height: 5rem;
  justify-content: space-between;
  padding: 0 3rem;
  position: relative;
  width: calc(100% - 8rem);
  z-index: 101;
  /* margin-top: 44px; */
}
.header_menu .menu_con .btn-menu {
  font-size: 1.875rem;
  padding: 0.375rem;
}
.header_menu .menu_con .btn-menu .icon span {
  -webkit-mask-image: var(--i-meun);
  mask-image: var(--i-meun);
}
.header_menu .menu_con .menu_main {
  align-items: center;
  display: flex;
  justify-content: center;
}
.header_menu .menu_con .menu_main .link-top {
  color: #bf0000;
  display: block;
  width: 13.25rem;
}
.header_menu .menu_con .menu_main .link-top .site-logo,.header_menu .menu_con .menu_main .link-top .site-logo picture{
  /* position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;*/
  width: 100%;
  display: flex;
  align-items: center;
}

@media (max-width: 1014.98px) {
  .header_menu .menu_con .menu_main .link-top .site-logo {
    max-width: 424px;
  }
}
  

.header_menu .menu_con .menu_main .link-top .site-logo img {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-width: none;
  padding: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header_menu .mainnav {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  gap: 2rem;
  height: 5rem;
  justify-content: space-between;
  margin-left: 18.25rem;
  padding: 0 3rem 0 0;
  position: absolute;
  top: 0;
  width: calc(100% - 26.25rem);
  z-index: 101;
}
.header_menu .mainnav .nav_con {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.header_menu .mainnav .nav_con .item_con {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
}
.header_menu .mainnav .nav_con .item_con .sub-nav-wrapper {  
  left: -0.5rem;
  min-width: calc(100% + 1rem);
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: calc(100% - 1.25rem);
  transition: opacity 0.25s;
}
@media (min-width: 1014.99px) {
  .header_menu .mainnav .nav_con .item_con .sub-nav-wrapper {
      pointer-events: none;
  }  
}
.header_menu .mainnav .nav_con .item_con .sub-nav-wrapper .sub_nav_con {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background: hsla(0, 0%, 100%, 0.8);
  border: 1px solid hsla(0, 0%, 100%, 0.85);
  border-radius: 0.5rem;
  box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.16), 0 4px 12px -4px rgba(0, 0, 0, 0.12), 0 0 18px -4px rgba(0, 0, 0, 0.06);
  margin: 0.5rem;
  min-width: calc(100% - 1rem);
  padding: 0.5rem 0;
}
.header_menu .mainnav .nav_con .item_con .sub-nav-wrapper .sub_nav_con .link-sub {
  color: #000;
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5em;
  padding: 0.5rem;
  text-align: left;
  -webkit-text-decoration: none;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}
@media (max-width: 1014.98px) {
  .header_menu .mainnav .nav_con .item_con .sub-nav-wrapper .sub_nav_con .link-sub {
    border-radius: 9999px;
  }
  
}

.header_menu .mainnav .nav_con .item_con .sub-nav-wrapper .sub_nav_con .link-sub .lbl-text {
  margin: 0 0.625rem;
  transition: color 0.15s ease, text-shadow 0.15s ease;
}
.header_menu .mainnav .nav_con .item_con .sub-nav-wrapper .sub_nav_con .link-sub:hover {
  background: hsla(0, 0%, 100%, 0.6);
  box-shadow: 0 0 4px -2px rgba(0, 0, 0, 0.05);
  color: #1e8582;
}
.header_menu .mainnav .nav_con .item_con .sub-nav-wrapper .sub_nav_con .link-sub:active {
  background: rgba(49, 190, 186, 0.65);
}
.header_menu .mainnav .nav_con .item_con .sub-nav-wrapper .sub_nav_con .link-sub.current {
  background: rgba(39, 161, 158, 0.65);
  color: #f1f1f1;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.03);
}
.header_menu .mainnav .nav_con .item_con .item_btn a {
  border-radius: 1.25rem;
  color: #000;
  display: flex;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.5em;
  padding: 0.5rem;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}
.header_menu .mainnav .nav_con .item_con .item_btn a .lbl-text {
  margin: 0 0.625rem;
  transition: color 0.15s ease, text-shadow 0.15s ease;
}
.header_menu .mainnav .nav_con .item_con .item_btn:hover a {
  background-color: hsla(0, 0%, 100%, 0.6);
  box-shadow: 0 0 4px -2px rgba(0, 0, 0, 0.05);
  color: #1e8582;
}
.header_menu .mainnav .nav_con .item_con .item_btn a:active {
  background: rgba(49, 190, 186, 0.65);
}
.header_menu .mainnav .nav_con .item_con .item_btn a:active .lbl-text {
  color: #f1f1f1;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.03);
}
.header_menu .mainnav .nav_con .item_con .item_btn a.current {
  background-color: rgba(39, 161, 158, 0.65);
}
.header_menu .mainnav .nav_con .item_con .item_btn a.current .lbl-text {
  color: #f1f1f1;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.03);
}
.header_menu .mainnav .nav_con .item_con .item_btn a + .icon {
  color: #edfdfc;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.03);
}

.header_menu .mainnav .nav_con .item_con.open.anim .item_btn.hvSubnav .icon {
  transform: rotate(180deg);
}

.header_menu .mainnav .nav_con .item_con .item_btn.hvSubnav button {
  cursor: pointer;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
.header_menu .mainnav .nav_con .item_con .item_btn.hvSubnav .icon {
  color: #77777b;
  font-size: 1.5rem;
  height: 1.5rem;
  transition: transform 0.3s ease-in-out;
  width: 1.5rem;
}
.header_menu .mainnav .nav_con .item_con .item_btn.hvSubnav a {
  padding-right: 2.125rem;
}
.header_menu .mainnav .nav_con .item_con .item_btn.hvSubnav a.current + button .icon {
  color: #edfdfc;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.03);
}
.header_menu .menu_right {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: center;
}
.header_menu .menu_right .wrapper-cta {
  width: 12rem;
}
.header_menu .menu_right .wrapper-cta .crystal-button {
  width: 100%;
}
.header_menu .menu_right .nav_btn_r {
  align-items: center;
  background-color: transparent;
  border-radius: 9999px;
  color: #000;
  cursor: pointer;
  display: flex;
  font-size: 1.5rem;
  height: 2rem;
  justify-content: center;
  position: relative;
  width: 2rem;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.header_menu .menu_right .nav_btn_r:hover {
  background: hsla(0, 0%, 100%, 0.6);
  box-shadow: 0 0 4px -2px rgba(0, 0, 0, 0.05);
  color: #1e8582;
}
.header_menu .menu_right .nav_btn_r:active {
  background: rgba(49, 190, 186, 0.65);
  color: #f1f1f1;
}
.header_menu .menu_right .nav_btn_r .icon span {
  -webkit-mask-image: var(--i-search);
  mask-image: var(--i-search);
}
.header_menu .menu_right .music_con .music_btn.nav_btn_r {
  position: relative;
}
.header_menu .menu_right .music_con .music_btn.nav_btn_r .icon {
  left: 0.25rem;
  opacity: 0;
  opacity: 1;
  position: absolute;
  top: 0.25rem;
}
.header_menu .menu_right .music_con .music_btn.nav_btn_r .icon.icon-on {
  opacity: 0;
}
.header_menu .menu_right .music_con .music_btn.nav_btn_r .icon.icon-on span {
  -webkit-mask-image: var(--i-music-on);
  mask-image: var(--i-music-on);
}
.header_menu .menu_right .music_con .music_btn.nav_btn_r .icon.icon-off span {
  -webkit-mask-image: var(--i-music-off);
  mask-image: var(--i-music-off);
}
.header_menu .menu_right .music_con .music_btn.nav_btn_r.isPlaying .icon-on {
  opacity: 1;
}
.header_menu .menu_right .music_con .music_btn.nav_btn_r.isPlaying .icon-off {
  opacity: 0;
}

@media screen and (max-width: 1014.98px) and (min-width: 768px) {
  .menu_right {
    max-width: 22.5rem;
  }
  .menu_right .wrapper-cta {
    max-width: 22.5rem;
  }
}
@media screen and (min-width: 1014.99px) {
  .header_menu .mainnav .nav_con .item_con.open .sub-nav-wrapper {
    display: block;
    pointer-events: auto;
  }
  .header_menu .mainnav .nav_con .item_con.anim .sub-nav-wrapper {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (max-width: 1014.98px) {
  .header_menu .menu_con {
    border-radius: 2rem;
    height: 4rem;
    padding: 0 1.75rem;
    width: calc(100% - 2.25rem);
    z-index: 100;
  }
  .header_menu .menu_con .menu_main .link-top {
    width: 11rem;
  }
  .header_menu .mainnav {
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
    background: transparent;
    height: 100%;
    left: 0;
    margin-left: 0;
    overflow: hidden;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    /* transform: translateX(100%);*/
    pointer-events: none;
    transition: backdrop-filter 0.5s;
  }
  .header_menu .mainnav.open.anim{
    pointer-events: auto;
  }

  .header_menu .mainnav .nav_con {
    align-items: flex-start;
    background: hsla(0, 0%, 100%, 0.85);
    flex-direction: column;
    height: calc(100% - 8.5rem);
    justify-content: flex-start;
    overflow: auto;
    padding: 1rem 1.125rem;
    position: fixed;
    right: 0;
    top: 4rem;
    width: 100vw;
    z-index: 900;
    transform: translateX(100%);    
  }

  .header_menu .mainnav.mobile .nav_con {
    transition: transform 0.5s ease-in-out;
  }

  .header_menu .mainnav.open.anim .nav_con {
    transform: translateX(0);
  }

  .header_menu .mainnav .nav_con .item_con {
    align-items: flex-start;
    flex-direction: column;
    height: auto;
    justify-content: flex-start;
    width: 100%;
  }
  .header_menu .mainnav .nav_con .item_con .sub-nav-wrapper {
    display: grid;
    grid-template-rows: 0fr;
    left: auto;
    max-height: none;
    min-width: 0;
    position: relative;
    top: auto;
    transition: grid-template-rows 0.25s ease;
    width: 100%;
  }
  .header_menu .mainnav .nav_con .item_con .sub-nav-wrapper .wrapper {
    overflow: hidden;
  }
  .header_menu .mainnav .nav_con .item_con .sub-nav-wrapper .sub_nav_con {
    background: rgba(0, 0, 0, 0.05);
    border: none;
    border-radius: 1.375rem;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    margin: 0.125rem 0 0;
    overflow: hidden;
    padding: 0.25rem;
  }
  .header_menu .mainnav .nav_con .item_con.anim .sub-nav-wrapper {
    grid-template-rows: 1fr;
    opacity: 1;
  }
  .header_menu .mainnav .nav_con .item_con :hover .sub-nav-wrapper {
    max-height: none;
    transition: grid-template-rows 0.25s ease;
  }
  .header_menu .mainnav .nav_con .item_con .item_btn {
    border-radius: 9999px;
    font-size: 1rem;
    height: auto;
    position: relative;
    width: 100%;
  }
  .header_menu .mainnav .nav_con .item_con .item_btn a {
    border-radius: 9999px;
    font-size: 1rem;
    height: auto;
    position: relative;
    width: 100%;
  }
  .header_menu .mainnav .nav_con .item_con .item_btn a .lbl-text {
    margin: 0 0.625rem;
  }
  .header_menu .mainnav .nav_con .item_con .item_btn a .icon {
    font-size: 1.5rem;
    height: 1.5rem;
    width: 1.5rem;
  }
  .header_menu .mainnav .nav_con .item_con .item_btn.hvSubnav a {
    padding-right: 2.5rem;
    position: relative;
    z-index: 0;
  }
  .header_menu .mainnav.open {
    transform: translateX(0%);
  }
  .header_menu .mainnav.open.anim {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background: hsla(0, 0%, 100%, 0.2);
  }
  .header_menu .menu_right {
    background: #f9f9f9;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    height: 4rem;
    justify-content: flex-end;
    padding: var(--header-height) 1.125rem 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: 80;
    transform: translateX(100%);
  }

  .header_menu .mobile .menu_right {
    transition: transform 0.5s ease-in-out;
  }

   .header_menu .open.anim .menu_right {
    transform: translateX(0);
   }

  .header_menu .menu_right .wrapper-cta {
    background: #f9f9f9;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
    height: 4.5rem;
    padding: 1rem 1.125rem;
    position: absolute;
    right: 0;
    top: calc(100dvh - 4.5rem);
    width: 100vw;
  }
  .header_menu .menu_right .nav_btn_r {
    font-size: 1.25rem;
    height: 1.625rem;
    width: 1.625rem;
  }
  .header_menu .menu_right .nav_btn_r.btn-close {
    font-size: 1.875rem;
    height: 2rem;
    margin-left: 0.5rem;
    width: 2rem;
  }
  .header_menu .menu_right .nav_btn_r.btn-close .icon span {
    -webkit-mask-image: var(--i-close);
    mask-image: var(--i-close);
  }
}
@media screen and (max-width: 1014.98px) and (min-width: 768px) {
  .header_menu .mainnav .nav_con {
    max-width: 22.5rem;
  }
}
@media screen and (max-width: 330px) {
  .header_menu .menu_con .menu_main .link-top {
    width: 50vw;
  }
  .header_menu .menu_con {
    padding: 0 10vw;
    width: 96%;
  }
}
/* header_con -------------------------------------------------------- */
.header_con {
  height: calc(100vh - 4.5vw);
  max-height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.header_con::before {
  background: linear-gradient(180deg, rgba(9, 38, 37, 0), rgba(9, 38, 37, 0.35));
  bottom: 0;
  content: "";
  display: block;
  height: 34rem;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.header_con .wrapper-text {
  align-items: center;
  bottom: 9rem;
  display: flex;
  flex-direction: column;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 81rem;
  z-index: 5;
}
.header_con .wrapper-text .label {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background: rgba(49, 190, 186, 0.65);
  border: 1px solid rgba(67, 220, 215, 0.65);
  border-radius: 1.25rem;
  box-shadow: 0 0 1px 0 rgba(30, 133, 130, 0.5), 0 0 4px 0 rgba(49, 190, 186, 0.5), 0 0 20px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2rem;
  padding: 0 1.5rem;
}
.header_con .wrapper-text .title {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #e8fdfc, #fff 50.96%, #e8fdfc);
  background-clip: text;
  -webkit-background-clip: text;
  position: relative;
  text-align: center;
  font-size: 4.25rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.085rem;
  line-height: 7rem;
  overflow-wrap: anywhere;
  word-break: keep-all;
}
.header_con .wrapper-text .title .shadow {
  font-size: 4.25rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.085rem;
  line-height: 7rem;
  overflow-wrap: anywhere;
  word-break: keep-all;
  color: transparent;
  height: 100%;
  left: 0;
  position: absolute;
  text-shadow: 0 0 5px rgba(30, 133, 130, 0.5), 0 0 10px rgba(49, 190, 186, 0.5), 0 0 20px var(--Eternal-Default-10, #69f9f4), 0 0 20px rgba(0, 0, 0, 0.1);
  top: 0;
  width: 100%;
  z-index: -1;
}
.header_con .wrapper-text .line {
  height: 1.5625rem;
  margin-top: -0.5625rem;
  position: relative;
  width: 39rem;
}
.header_con .wrapper-text .line svg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.header_con .wrapper-image {
  height: 100%;
  width: 100%;
}
.header_con .wrapper-image .gatsby-image-wrapper {
  height: 100%;
  width: 100%;
}
.header_con .wrapper-image .gatsby-image-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.header_con .blind {
  bottom: 0;
  left: -1%;
  padding-top: 3.3333333%;
  position: absolute;
  /* right: 0; */
  width: 102%;
  z-index: 3;
}
.header_con .blind svg {
  display: none;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.header_con .blind::before, .header_con .blind::after {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.header_con .blind::before {
  background: #f9f9f9;
  clip-path: polygon(50% 12.5%, 50% 12.5%, 55.057% 13.405%, 60.102% 16.106%, 65.134% 20.584%, 70.154% 26.819%, 75.162% 34.79%, 80.156% 44.479%, 85.137% 55.863%, 90.105% 68.925%, 95.06% 83.644%, 100% 100%, 0 100%, 0 100%, 4.941% 83.643%, 9.895% 68.923%, 14.863% 55.861%, 19.844% 44.476%, 24.839% 34.788%, 29.846% 26.817%, 34.866% 20.583%, 39.898% 16.106%, 44.943% 13.405%, 50% 12.5%);
  z-index: 2;
}
.header_con .blind::after {
  background: #31beba;
  bottom: 1px;
  clip-path: polygon(50% 0, 50% 0, 55.057% 1.034%, 60.102% 4.122%, 65.134% 9.239%, 70.154% 16.365%, 75.162% 25.475%, 80.156% 36.547%, 85.137% 49.558%, 90.105% 64.486%, 95.06% 81.308%, 100% 100%, 0 100%, 0 100%, 4.941% 81.306%, 9.895% 64.483%, 14.863% 49.555%, 19.844% 36.544%, 24.839% 25.472%, 29.846% 16.362%, 34.866% 9.238%, 39.898% 4.121%, 44.943% 1.034%, 50% 0);
}
.header_con.theme-standard, .header_con.theme-gold, .header_con.theme-platinum {
  height: 50rem;
}

.header_con.theme-standard .wrapper-text .label {
  background: hsla(0, 0%, 100%, 0.85);
  border-color: hsla(0, 0%, 100%, 0.85);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5), 0 0 4px 0 rgba(0, 0, 0, 0.3), 0 0 20px 0 rgba(0, 0, 0, 0.1);
  color: #1e8582;
}
.header_con.theme-standard .wrapper-text .title {
  -webkit-text-fill-color: inherit;
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  color: #fff;
}
.header_con.theme-standard .wrapper-text .title .shadow {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5), 0 0 10px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.1);
}
.header_con.theme-standard .wrapper-subnav {
  border-color: #65b3b1;
}
.header_con.theme-standard::before {
  display: none;
}
.header_con.theme-gold .wrapper-text .label {
  background: hsla(0, 0%, 100%, 0.85);
  border-color: hsla(0, 0%, 100%, 0.85);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5), 0 0 4px 0 rgba(0, 0, 0, 0.3), 0 0 20px 0 rgba(0, 0, 0, 0.1);
  color: #b8a561;
}
.header_con.theme-gold .wrapper-text .title {
  -webkit-text-fill-color: inherit;
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  color: #fff;
}
.header_con.theme-gold .wrapper-text .title .shadow {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5), 0 0 10px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.1);
}
.header_con.theme-gold .wrapper-subnav {
  border-color: #b8a561;
}
.header_con.theme-gold .wrapper-subnav a.current {
  background: #b8a561;
}
.header_con.theme-gold::before {
  display: none;
}
.header_con.theme-gold .blind::after {
  background-color: transparent;
  background-image: linear-gradient(88.09deg, #c5b26d 25%, #b8a561 50%, #c0af72 75%, #b0a34f);
}
.header_con.theme-platinum .wrapper-text .label {
  background: hsla(0, 0%, 100%, 0.85);
  border-color: hsla(0, 0%, 100%, 0.85);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5), 0 0 4px 0 rgba(0, 0, 0, 0.3), 0 0 20px 0 rgba(0, 0, 0, 0.1);
  color: #848494;
}
.header_con.theme-platinum .wrapper-text .title {
  -webkit-text-fill-color: inherit;
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  color: #fff;
}
.header_con.theme-platinum .wrapper-text .title .shadow {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5), 0 0 10px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.1);
}
.header_con.theme-platinum .wrapper-subnav {
  border-color: #848494;
}
.header_con.theme-platinum .wrapper-subnav a.current {
  background: #848494;
}
.header_con.theme-platinum::before {
  display: none;
}
.header_con.theme-platinum .blind::after {
  background-color: transparent;
  background-image: linear-gradient(88.09deg, #9d9daa 25.0881%, #848494 50.1762%, #9292a0 75.0881%, #787788);
}
.header_con .wrapper-subnav {
  background: #f9f9f9;
  border: 2px solid #27a19e;
  border-radius: 9999px;
  bottom: 2.25rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08), 0 4px 8px -4px rgba(0, 0, 0, 0.04);
  left: 50%;
  padding: 0.5rem;
  position: absolute;
  transform: translateX(-50%);
  z-index: 6;
}
.header_con .wrapper-subnav nav {
  display: flex;
  gap: 2rem;
}
.header_con .wrapper-subnav .link {
  position: relative;
}
.header_con .wrapper-subnav .link::before {
  background: #c6c6c8;
  border-radius: 9999px;
  content: "";
  height: 0.6875rem;
  position: absolute;
  right: -1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}

.header_con .wrapper-subnav .link:last-of-type::before {
  display: none;
}
.header_con .wrapper-subnav a {
  border-radius: 9999px;
  color: #262627;
  display: block;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.02rem;
  line-height: 1.5rem;
  padding: 0.5rem 1.125rem;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-shadow: 1px 1px 0 hsla(0, 0%, 100%, 0.1);
  white-space: nowrap;
  transition: all .2s;
}

.header_con .wrapper-subnav a:hover {
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 4px -2px rgba(0, 0, 0, 0.05);
  color: #1e8582;
}
.header_con .wrapper-subnav a:active {
  background: rgba(39, 161, 158, 0.65);
  color: #f9f9f9;
}
.header_con .wrapper-subnav a.current {
  background: #31beba;
  color: #f9f9f9;
}

@media screen and (max-width: 1800px) {
  .header_con .blind {
    bottom: -1px;
  }
  .header_con .blind svg {
    width: calc(100% + 1px);
  }
}
@media screen and (max-width: 1014.98px) {
  .header_con {
    height: 177vw;
    min-height: 100vw;
  }
  .header_con::before {
    height: 14.25rem;
  }
  .header_con .wrapper-text {
    bottom: 3rem;
    max-width: 22.5rem;
    padding: 6rem 1rem 0;
    width: 100%;
  }
  .header_con .wrapper-text .label {
    font-size: 0.75rem;
    line-height: 1.25rem;
    padding: 0 0.75rem;
  }
  .header_con .wrapper-text .title {
    font-size: 2rem;
    letter-spacing: 0;
    line-height: 3.25rem;
  }
  .header_con .wrapper-text .title .shadow {
    font-size: 2rem;
    letter-spacing: 0;
    line-height: 3.25rem;
  }
  .header_con .wrapper-text .line {
    height: 0.75rem;
    margin-top: 0;
    width: 7.625rem;
  }
  .header_con.theme-gold, .header_con.theme-platinum, .header_con.theme-standard {
    height: 100vw;
    min-height: 100vw;
  }
  .header_con .blind {
    padding-top: 2rem;
  }
  .header_con .blind::before {
    clip-path: polygon(50% 6.25%, 50% 6.25%, 55.057% 6.702%, 60.101% 8.053%, 65.134% 10.292%, 70.154% 13.41%, 75.161% 17.395%, 80.156% 22.239%, 85.137% 27.932%, 90.105% 34.463%, 95.059% 41.822%, 100% 50%, 100% 100%, 0 100%, 0 50%, 0 50%, 4.941% 41.821%, 9.895% 34.461%, 14.863% 27.93%, 19.844% 22.238%, 24.839% 17.394%, 29.846% 13.409%, 34.866% 10.292%, 39.898% 8.053%, 44.943% 6.702%, 50% 6.25%);
  }
  .header_con .blind::after {
    clip-path: polygon(50% 0, 50% 0, 55.057% 0.517%, 60.101% 2.061%, 65.134% 4.62%, 70.154% 8.182%, 75.161% 12.737%, 80.156% 18.273%, 85.137% 24.779%, 90.105% 32.243%, 95.059% 40.654%, 100% 50%, 100% 100%, 0 100%, 0 50%, 0 50%, 4.941% 40.653%, 9.895% 32.242%, 14.863% 24.777%, 19.844% 18.272%, 24.839% 12.736%, 29.846% 8.181%, 34.866% 4.619%, 39.898% 2.06%, 44.943% 0.517%, 50% 0);
  }
  .header_con .wrapper-subnav {
    bottom: 0.5rem;
    max-width: 100%;
    max-width: 20rem;
    overflow: hidden;
    padding: 0;
  }
  .header_con .wrapper-subnav .scroller-subnav {
    overflow: auto;
  }
  .header_con .wrapper-subnav .scroller-subnav::after, .header_con .wrapper-subnav .scroller-subnav::before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 1rem;
    z-index: 0;
    pointer-events: none;
    transition: opacity 0.3s;
    opacity: 0;
  }
  .header_con .wrapper-subnav .scroller-subnav::before {
    left: 0;
  }
  .header_con .wrapper-subnav .scroller-subnav::after {
    right: 0;
  }
  .header_con .wrapper-subnav.scrolled-right .scroller-subnav::before {
    background: linear-gradient(90deg,rgba(0,0,0,.1),transparent);
    opacity: 1;
  }
  .header_con .wrapper-subnav.scrolled-left .scroller-subnav::after {
    background: linear-gradient(90deg,transparent,rgba(0,0,0,.1));
    opacity: 1;
  }
  .header_con .wrapper-subnav .scroller-subnav nav {
    gap: 1rem;
    padding: 0.25rem 0;
    position: relative;
    z-index: 1;
  }
  .header_con .wrapper-subnav .scroller-subnav .link::before {
    height: 0.5rem;
    right: -0.5rem;
  }
  .header_con .wrapper-subnav .scroller-subnav .link:first-of-type {
    padding-left: 0.25rem;
  }
  .header_con .wrapper-subnav .scroller-subnav .link:last-of-type {
    padding-right: 0.25rem;
  }
  .header_con .wrapper-subnav .scroller-subnav a {
    font-size: 0.6875rem;
    line-height: 1rem;
    padding: 0.25rem 0.625rem;
    white-space: nowrap;
  }

  .header_con .wrapper-subnav a {
    font-size: 1rem;
  }
}
/* wrapper-pageNavigation -------------------------------------------- */
.wrapper-pageNavigation {
  justify-content: center;
  margin-top: -1px;
  padding-top: 1rem;
  position: relative;
  text-align: center;
  z-index: 3;
  align-items: center;
  background: #f9f9f9;
  display: flex;
}
.wrapper-pageNavigation nav {
  align-items: center;
  background: #f9f9f9;
  display: flex;
  border: 1px solid #fff;
  border-radius: 9999px;
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
  gap: 0.125rem;
  margin: 0 auto;
  padding: 0.375rem;
}
.wrapper-pageNavigation nav a {
  border-radius: 9999px;
  color: #262627;
  cursor: pointer;
  display: block;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.02rem;
  line-height: 1.5rem;
  padding: 0.5rem 1.125rem;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-shadow: 1px 1px 0 hsla(0, 0%, 100%, 0.1);
  transition: all 0.2s;
}
.wrapper-pageNavigation nav a:hover {
  background-color: #fff;
  background: hsla(0, 0%, 100%, 0.6);
  box-shadow: 0 0 4px -2px rgba(0, 0, 0, 0.05);
  color: #1e8582;
}
.wrapper-pageNavigation nav a:active {
  background: rgba(39, 161, 158, 0.65);
  color: #f9f9f9;
}
.wrapper-pageNavigation nav a.current {
  background: #31beba;
  color: #f9f9f9;
}

@media screen and (max-width: 1014.98px) {
  .wrapper-pageNavigation {
    justify-content: flex-end;
    padding: 0.75rem 1.125rem 0;
    width: 100%;
    z-index: 10;
  }
  .wrapper-pageNavigation .toggle {
    align-items: center;
    background: #f9f9f9;
    border: 1px solid #fff;
    border-radius: 9999px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08), 0 2px 4px -2px rgba(0, 0, 0, 0.04);
    color: #262627;
    cursor: pointer;
    display: flex;
    font-size: 1.25rem;
    height: 2.5rem;
    justify-content: center;
    width: 2.5rem;
    box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, .05);
    transition: box-shadow 0.2s;
  }
  .wrapper-pageNavigation.active .toggle,
  .wrapper-pageNavigation .toggle:hover {
     box-shadow: none;
  }
    
  .wrapper-pageNavigation .toggle .icon_pic span {
    -webkit-mask-image: var(--i-subnav);
    mask-image: var(--i-subnav);
  }
  .wrapper-pageNavigation nav {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background: hsla(0, 0%, 100%, 0.8);
    border-radius: 0.75rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08), 0 8px 16px -8px rgba(0, 0, 0, 0.04);
    display: none;
    flex-direction: column;
    gap: 0.125rem;
    left: 1.125rem;
    opacity: 0;
    padding: 0.375rem;
    position: absolute;
    top: 0.75rem;
    transition: opacity 0.3s ease-in-out;
    width: calc(100% - 5.25rem);
  }
  .wrapper-pageNavigation nav a {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.375rem 0.875rem;
    text-align: left;
    width: 100%;
  }
}
.wrapper-pageNavigation.active nav {
  display: flex;
}
.wrapper-pageNavigation.anim nav {
  opacity: 1;
}

/* section_con -------------------------------------------------------- */
.section_con {
  align-items: center;
  background: transparent;
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
  justify-content: center;
  overflow: hidden;
  padding: 9rem 0;
  position: relative;
  width: 100%;
}
/* .section_con.oneday, .section_con#caution, .section_con#hair-catalog {
  margin: 0;
  padding: 9rem 0;
} */

.section_con .wrapper-bg {
  background-color: #f1f1f1;
  clip-path: polygon(74.534% 0, 74.534% 0, 77.846% 0.71%, 81.252% 2.639%, 84.648% 5.481%, 87.93% 8.931%, 90.994% 12.687%, 93.734% 16.442%, 96.047% 19.893%, 97.829% 22.734%, 98.974% 24.663%, 99.379% 25.373%, 99.379% 71.642%, 99.379% 71.642%, 99.017% 72.31%, 97.983% 74.125%, 96.35% 76.8%, 94.196% 80.048%, 91.595% 83.582%, 88.624% 87.116%, 85.356% 90.364%, 81.868% 93.039%, 78.236% 94.854%, 74.534% 95.522%, 74.534% 95.522%, 70.832% 94.854%, 67.2% 93.039%, 63.712% 90.364%, 60.445% 87.116%, 57.473% 83.582%, 54.872% 80.048%, 52.718% 76.8%, 51.086% 74.125%, 50.051% 72.31%, 49.689% 71.642%, 49.689% 71.642%, 49.4% 71.131%, 48.572% 69.72%, 47.268% 67.592%, 45.552% 64.93%, 43.485% 61.915%, 41.131% 58.73%, 38.551% 55.558%, 35.809% 52.581%, 32.967% 49.983%, 30.086% 47.944%, 30.086% 47.944%, 33.168% 46.099%, 36.127% 43.679%, 38.916% 40.867%, 41.489% 37.842%, 43.796% 34.786%, 45.79% 31.88%, 47.425% 29.305%, 48.651% 27.241%, 49.422% 25.87%, 49.689% 25.373%, 49.689% 25.373%, 50.094% 24.663%, 51.24% 22.734%, 53.021% 19.893%, 55.334% 16.442%, 58.075% 12.687%, 61.138% 8.931%, 64.42% 5.481%, 67.816% 2.639%, 71.222% 0.71%, 74.534% 0, 0 25.373%, 0 71.642%, 0.29% 71.131%, 1.118% 69.72%, 2.421% 67.592%, 4.137% 64.93%, 6.204% 61.915%, 8.558% 58.73%, 11.138% 55.558%, 13.88% 52.582%, 16.723% 49.983%, 19.603% 47.945%, 19.603% 47.945%, 16.522% 46.099%, 13.563% 43.68%, 10.773% 40.867%, 8.201% 37.842%, 5.894% 34.786%, 3.899% 31.88%, 2.265% 29.305%, 1.038% 27.241%, 0.268% 25.87%, 0 25.373%, 0 25.373%);
  height: 13.333vw;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100vw;
}
.section_con.section-bg-start,.section_con.section-bg-end {
  padding: 4.5rem 0;
}

.section_con .wrapper-btn {
  -webkit-box-flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.section_con .btn-simple {
  min-width: 16rem;
}
.section_con .sec_con {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
  max-width: 81rem;
  position: relative;
  width: 100%;
  z-index: 2;
}
.section_con .section-heading {
  -webkit-box-flex-wrap: wrap;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 2.25rem;
  justify-content: center;
  overflow: hidden;
  text-align: center;
}
.section_con .section-heading.align-left {
  justify-content: flex-start;
  text-align: left;
}
.section_con .section-heading.align-left .con_tit {
  margin: 0;
}
.section_con .section-heading.align-right {
  justify-content: flex-end;
  text-align: right;
}
.section_con .section-heading.align-right .con_tit {
  margin: 0;
}
.section_con .section-heading .subtitle {
  color: #31beba;
  display: block;
  flex: 1 1 100%;
  font-family: "Noto Serif TC", serif;
  font-size: 1.5rem;
  line-height: 2rem;
}
.section_con .section-heading .title_line_con {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  flex-direction: row;
  height: 5.25rem;
}
.section_con .section-heading .title_line_con .icon {
  color: #EEEBE5;
  font-size: 7.75rem;
  height: 1rem;
  transform: rotate(180deg);
  width: 7.75rem;
}
.section_con .section-heading .title_line_con .icon.title-line span {
  -webkit-mask-image: var(--i-tit-line);
  mask-image: var(--i-tit-line);
}
.section_con .section-heading .title_line_con[dir=right] {
  transform: rotate(180deg);
}
.section_con .section-heading .title_line_con::before {
  background-color: #EEEBE5;
  content: "";
  display: block;
  height: 0.1875rem;
  width: calc(100% - 7.75rem);
}
.section_con .section-heading .con_tit {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #0a3735, #227f8d);
  background-clip: text;
  -webkit-background-clip: text;
  display: block;
  flex-basis: content;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 5.25rem;
  margin: 0 auto;
  max-width: 53rem;
  overflow-wrap: anywhere;
  word-break: keep-all;
}
.section_con .section-heading .con_tit span {
  display: inline-block;
}
.section_con .section-heading .con_tit span.size-s {
  display: block;
  font-size: 2rem;
  line-height: 2.75rem;
}
.section_con .section-heading .type-simple .con_tit {
  flex-basis: content;
  max-width: 100%;
  white-space: normal;
  width: 100%;
}
.section_con .section-heading.theme-dark .subtitle {
  color: #c7fbf8;
}
.section_con .section-heading.theme-dark .con_tit {
  -webkit-text-fill-color: inherit;
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  color: #f9f9f9;
}
.section_con .txt_con {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1.25rem;
  line-height: 1.6em;
  color: #5e5e62;
}
.section_con .txt_con a {
  color: #5e5e62;
  text-decoration: underline;
}
.section_con .txt_con:last-of-type {
  margin-bottom: 0;
}
.section_con .txt_con.align-left {
  text-align: left;
}
.section_con .txt_con.align-right {
  text-align: right;
}
.section_con .txt_con.align-center {
  text-align: center;
}
.section_con .txt_con.size-s {
  font-size: 1rem;
  line-height: 1.75em;
}
.section_con .txt_con.theme-dark {
  color: #f1f1f1;
}
.section_con .gp-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.section_con .sub_title_s {
  position: relative;
}
.section_con .sub_title_s.align-left {
  text-align: left;
}
.section_con .sub_title_s.align-right {
  text-align: right;
}
.section_con .sub_title_s.align-center {
  text-align: center;
}
.section_con .sub_title_s .title {
  color: #0e504e;
  display: block;
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 4.5rem;
}
.section_con .sub_title_s .icon {
  color: #31beba;
  font-size: 1.125rem;
  left: -2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.section_con .sub_title_s .icon span {
  -webkit-mask-image: var(--i-sub-icon);
  mask-image: var(--i-sub-icon);
}
.section_con .sub_title_s span.label {
  color: #27a19e;
  display: block;
  font-size: 1.5rem;
  line-height: 2.5rem;
}
.section_con .sub_title_s.type-step::before {
  background: #e2e2e3;
  content: "";
  left: -1.5rem;
  position: absolute;
  top: 2.0625rem;
  width: 2px;
}
.section_con .sub_title_s.type-step.last::before {
  display: none;
}
.section_con .sub_title_s.type-step span.label {
  background: #27a19e;
  border-radius: 9999px;
  color: #f9f9f9;
  display: inline-block;
  font-size: 0.875rem;
  letter-spacing: 0.035em;
  line-height: 1.25rem;
  padding: 0.375rem 0.875rem;
}
.section_con .sub_title_s.type-step .icon {
  top: 1rem;
}
.section_con .step_tt {
  position: relative;
}
.section_con .step_tt.align-left {
  text-align: left;
}
.section_con .step_tt.align-right {
  text-align: right;
}
.section_con .step_tt.align-center {
  text-align: center;
}
.section_con .step_tt .title {
  color: #0e504e;
  display: block;
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 4.5rem;
  
}
.section_con .step_tt .icon {
  color: #31beba;
  font-size: 1.125rem;
  left: -2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.section_con .step_tt span.label {
  color: #27a19e;
  display: block;
  font-size: 1.5rem;
  line-height: 2.5rem;
}
.section_con .step_tt.type-step::before {
  background: #e2e2e3;
  content: "";
  left: -1.5rem;
  position: absolute;
  top: 2.0625rem;
  width: 2px;
}
.section_con .step_tt.type-step.last::before {
  display: none;
}
.section_con .step_tt.type-step span.label {
  background: #27a19e;
  border-radius: 9999px;
  color: #f9f9f9;
  display: inline-block;
  font-size: 0.875rem;
  letter-spacing: 0.035em;
  line-height: 1.25rem;
  padding: 0.375rem 0.875rem;
}
.section_con .step_tt.type-step .icon {
  top: 1rem;
}
.section_con .step_tt.type-step .icon span {
  -webkit-mask-image: var(--i-sub-icon);
  mask-image: var(--i-sub-icon);
}
.section_con .step_con {
  -webkit-box-flex-wrap: wrap;
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3rem;
  max-width: 81rem;
  position: relative;
  width: 100%;
}
.section_con .step_con.type-step::before {
  background: #e2e2e3;
  content: "";
  left: -1.5rem;
  position: absolute;
  top: 0;
  width: 2px;
}
.section_con .page_txt_con {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  width: calc((100% - 6rem) / 3 * 2 + 3rem);
}
.section_con .page_txt_con.type-step::before {
  background: #e2e2e3;
  content: "";
  left: -1.5rem;
  position: absolute;
  top: 0;
  width: 2px;
}
.section_con .page_txt_con .wrapper-btn {
  -webkit-box-flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: flex-start;
}
.section_con .type-step::before {
  height: calc(100% + 2.25rem);
}
.section_con .tag_con {
  -webkit-box-flex-wrap: wrap;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  width: 100%;
}
.section_con .tag_con .wrapper-tag {
  align-items: center;
  display: flex;
  gap: 1rem;
  text-align: center;
}
.section_con .tag_con .wrapper-tag .caption {
  color: #5e5e62;
  font-size: 1rem;
  line-height: 1.75rem;
}
.section_con .tag_con.align-left {
  justify-content: flex-start;
}
.section_con .tag_con.align-right {
  justify-content: flex-end;
}
.section_con .tag_con.size-s {
  gap: 0.5rem;
}
.section_con .tag_con.size-s .tag_box {
  font-size: 1rem;
  line-height: 1rem;
  min-width: 5rem;
}
.section_con .tag_con.size-l {
  gap: 1rem;
}
.section_con .tag_con.size-l .wrapper-tag {
  gap: 1rem;
  margin: 0 1rem;
}
.section_con .tag_con.size-l .wrapper-tag .caption {
  font-size: 1.2rem;
  line-height: 1.75rem;
}
.section_con .tag_con.size-l .tag_box {
  /* font-size: 0.875rem;
  line-height: 1.25rem;*/
  min-width: 7.5rem;
}
.section_con .tag_con .tag_box {
  border: 1px solid #c6c6c8;
  border-radius: 9999px;
  color: #f9f9f9;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.0275rem;
  line-height: 1.1rem;
  min-width: 6rem;
  padding: 0.25rem;
  text-align: center;
  text-shadow: -0.5px -0.5px 0 rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
.section_con .tag_con .tag_box.standard {
  background-color: #65b3b1;
  border-color: #478583;
}
.section_con .tag_con .tag_box.gold {
  background-color: #b8a561;
  border-color: #9e9347;
}
.section_con .tag_con .tag_box.platinum {
  background-color: #848494;
  border-color: #757589;
}
.section_con .tag_con .tag_box.pink {
  background-color: #F8DCD8;
  border-color: #F8DCD8;
}
.section_con .art_con {
  -webkit-box-flex-wrap: wrap;
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3rem;
  max-width: 81rem;
  position: relative;
  width: 100%;
}
.section_con .art_con.type-step::before {
  background: #e2e2e3;
  content: "";
  left: -1.5rem;
  position: absolute;
  top: 0;
  width: 2px;
}
.section_con .art_con .art_txt {
  color: #f1f1f1;
  font-size: 3rem;
  height: 0;
  left: -4rem;
  line-height: 5rem;
  width: 0;
  position: absolute;
  top: 50%;
}
.section_con .art_con .art_txt span {
  position: absolute;
  top: 50%;
  display: block;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  transform-origin: 50% 50%;
  white-space: nowrap;
}
.section_con .item_con {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  width: calc((100% - 3rem) / 2);
}
.section_con .item_con.day, .section_con .item_con.decor {
  width: 100%;
}

.art_con.radio_js .item_con {
  gap: 2rem;
}

.section_con .item_con.type-step::before {
  background: #e2e2e3;
  content: "";
  left: -1.5rem;
  position: absolute;
  top: 0;
  width: 2px;
}
.section_con .item_con .item_tit,
.wrapper-content .item_tit {
  color: #1b1b1d;
  font-size: 1.35rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2rem;
  text-align: center;
}
.section_con .item_con .item_tit.align-left,
.wrapper-content .item_tit.align-left {
  text-align: left;
}
.section_con .item_con .item_tit.align-right,
.wrapper-content .item_tit.align-right {
  text-align: right;
}
.section_con .item_con .wrapper-btn {
  -webkit-box-flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: flex-start;
}
.section_con .item_img_con {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  position: relative;
}
.section_con .item_img_con .wrapper-images {
  position: relative;
  background-color: #ffffff;
}
.section_con .item_img_con .wrapper-images .image-item {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.5s ease-in-out;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;/* 不攔截事件 */
}
.section_con .item_img_con .wrapper-images .image-item::before {
  display: none;
}
.section_con .item_img_con .wrapper-images .image-item.active {
  opacity: 1;
  position: relative;
  z-index: 2;
  pointer-events: auto;
}
.section_con .item_img_con .wrapper-thumbnails {
  position: relative;
}
.section_con .item_img_con .wrapper-thumbnails .wrapper-thumbnails-inner {
  display: flex;
  gap: 1rem;
}
.section_con .item_img_con .wrapper-thumbnails .wrapper-thumbnails-inner .img_tb_btn {
  cursor: pointer;
  position: relative;
}
.section_con .item_img_con .wrapper-thumbnails .wrapper-thumbnails-inner .img_tb_btn.square {
  height: 5rem;
  width: 5rem;
}
.section_con .item_img_con .wrapper-thumbnails .wrapper-thumbnails-inner .img_tb_btn.portrait {
  height: 7rem;
  width: 5rem;
}
.section_con .item_img_con .wrapper-thumbnails .wrapper-thumbnails-inner .img_tb_btn::before, .section_con .item_img_con .wrapper-thumbnails .wrapper-thumbnails-inner .img_tb_btn::after {
  content: "";
  display: block;
  position: absolute;
}
.section_con .item_img_con .wrapper-thumbnails .wrapper-thumbnails-inner .img_tb_btn::before {
  background: #fff;
  border-radius: 0.3125rem;
  bottom: -0.25rem;
  box-shadow: 0p 4px 8px 0 rgba(0, 0, 0, 0.08), 0 8px 16px -8px rgba(0, 0, 0, 0.04);
  left: -0.25rem;
  opacity: 0;
  right: -0.25rem;
  top: -0.25rem;
}
.section_con .item_img_con .wrapper-thumbnails .wrapper-thumbnails-inner .img_tb_btn::after {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.1875rem;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
}
.section_con .item_img_con .wrapper-thumbnails .wrapper-thumbnails-inner .img_tb_btn .gatsby-image-wrapper {
  border-radius: 0.1875rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08), 0 4px 8px -4px rgba(0, 0, 0, 0.04);
  height: 100%;
  position: relative;
  width: 100%;
}
.section_con .item_img_con .wrapper-thumbnails .wrapper-thumbnails-inner .img_tb_btn .gatsby-image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.section_con .item_img_con .wrapper-thumbnails .wrapper-thumbnails-inner .img_tb_btn .gatsby-image-wrapper::before {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 0.1875rem;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.section_con .item_img_con .wrapper-thumbnails .wrapper-thumbnails-inner .img_tb_btn.current::before {
  opacity: 1;
}
.section_con .item_img_con .wrapper-thumbnails .wrapper-thumbnails-inner .img_tb_btn.current::after {
  border-color: #43dcd7;
}
.section_con .item_img_con .wrapper-thumbnails .wrapper-thumbnails-inner .img_tb_btn.current .gatsby-image-wrapper::before {
  opacity: 0;
}
.section_con .img_box {
  position: relative;
}
.section_con .img_box.link {
  cursor: pointer;
}
.section_con .img_box::before, .section_con .img_box::after {
  content: "";
  display: block;
  position: absolute;
}
.section_con .img_box::before {
  background: #f1f1f1;
  border: 1px solid #fff;
  border-radius: 0.3125rem;
  bottom: -0.5rem;
  box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.1);
  left: -0.5rem;
  right: -0.5rem;
  top: -0.5rem;
}
.section_con .img_box::after {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.1875rem;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
}
.section_con .img_box .gatsby-image-wrapper {
  border-radius: 0.1875rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08), 0 4px 8px -4px rgba(0, 0, 0, 0.04);
  position: relative;
  width: 100%;
}
.section_con .img_box .wrapper-caption {
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.35));
  border-radius: 0 0 0.1875rem 0.1875rem;
  bottom: 0;
  color: #fff;
  font-size: 1rem;
  left: 0;
  line-height: 1.75rem;
  padding: 3rem 1.5rem 1.5rem;
  position: absolute;
  right: 0;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5), 0 0 8px rgba(0, 0, 0, 0.5), 0 0 16px rgba(0, 0, 0, 0.5), 0 0 8px rgba(0, 0, 0, 0.5);
  z-index: 3;
}
.section_con img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.section_con .annotation-list {
  display: flex;
  flex-direction: column;
}
.section_con .list_txt {
  display: flex;
  gap: 0.25rem;
  justify-content: center;
}
.section_con .list_txt > .icon {
  color: #909094;
  font-size: 1.25rem;
  height: 1.75rem;
  padding: 0.25rem;
  width: 1.75rem;
}
.section_con .list_txt > .icon span {
  -webkit-mask-image: var(--i-list-f);
  mask-image: var(--i-list-f);
}
.section_con .list_txt .text {
  color: #77777b;
  font-size: 1rem;
  line-height: 1.75rem;
  width: auto;
}
.section_con .list_txt .text a {
  color: #77777b;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.section_con .list_txt.align-left {
  justify-content: flex-start;
}
.section_con .list_txt.align-left:not(.icon-none) .text {
  width: calc(100% - 2rem);
}
.section_con .list_txt.align-center {
  justify-content: center;
}
.section_con .list_txt.align-right {
  justify-content: flex-end;
}
.section_con .color-red .text {
  color: #851a1a;
}
.section_con .color-red .text a {
  color: #851a1a;
}
.section_con .color-red > .icon {
  color: #851a1a;
}
.section_con .label_con {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-family: "Noto Sans TC", sans-serif;
}
.section_con .label_con label {
  color: #5e5e62;
  font-size: 1rem;
  line-height: 1.75rem;
  padding-left: 2rem;
  position: relative;
}
.section_con .label_con label input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 1px solid #ababad;
  border-radius: 0.1875rem;
  height: 1rem;
  left: 0.375rem;
  position: absolute;
  top: 0.375rem;
  width: 1rem;
}
.section_con .label_con label input:checked::after {
  background-color: #5e5e62;
  clip-path: polygon(74.211% 35.424%, 74.211% 35.424%, 74.517% 35.83%, 74.748% 36.268%, 74.904% 36.729%, 74.986% 37.204%, 74.995% 37.684%, 74.93% 38.159%, 74.793% 38.621%, 74.584% 39.06%, 74.303% 39.468%, 73.951% 39.836%, 45.826% 64.836%, 45.826% 64.836%, 45.437% 65.131%, 45.018% 65.357%, 44.576% 65.514%, 44.12% 65.603%, 43.658% 65.624%, 43.198% 65.576%, 42.748% 65.461%, 42.317% 65.278%, 41.911% 65.027%, 41.54% 64.71%, 25.915% 49.085%, 25.915% 49.085%, 25.586% 48.697%, 25.33% 48.274%, 25.146% 47.822%, 25.037% 47.353%, 25% 46.875%, 25.037% 46.397%, 25.146% 45.928%, 25.33% 45.476%, 25.586% 45.053%, 25.915% 44.665%, 25.915% 44.665%, 26.303% 44.336%, 26.726% 44.08%, 27.177% 43.897%, 27.647% 43.787%, 28.125% 43.75%, 28.603% 43.787%, 29.073% 43.897%, 29.524% 44.08%, 29.947% 44.336%, 30.335% 44.665%, 43.876% 58.207%, 69.799% 35.164%, 69.799% 35.164%, 70.205% 34.858%, 70.643% 34.627%, 71.104% 34.471%, 71.579% 34.389%, 72.059% 34.38%, 72.534% 34.445%, 72.996% 34.582%, 73.435% 34.792%, 73.843% 35.072%, 74.211% 35.424%);
  content: "";
  height: 1rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1rem;
}
.section_con .icon_box_frame {
  align-items: flex-start;
  max-width: 81rem;
  display: flex;
  position: relative;
  width: 100%;
}
.section_con .icon_box_frame .wrapper-content {
  display: flex;
  position: relative;
  width: 100%;
  background: #f9f9f9;
  border: 2px solid #e6e2dc;
  border-radius: 0.75rem;
  flex-direction: column;
  gap: 1.25rem;
  padding: 2rem;
}
.section_con .icon_box_frame .wrapper-content .wrapper-icon {
  left: -1rem;
  position: absolute;
  top: 2rem;
}
.section_con .icon_box_frame .wrapper-content .wrapper-icon .icon {
  align-items: center;
  background: #aeaa9a;
  border-radius: 50%;
  color: #f9f9f9;
  display: flex;
  font-size: 1.5rem;
  height: 2rem;
  justify-content: center;
  padding: 0.25rem;
  width: 2rem;
}
.section_con .icon_box_frame .wrapper-content .wrapper-icon .icon span {
  -webkit-mask-image: var(--i-check-c);
  mask-image: var(--i-check-c);
}
.section_con .icon_box_frame .wrapper-content .wrapper-icon .gatsby-image-wrapper {
  width: 2rem;
}
.section_con .icon_box_frame .wrapper-map {
  height: 16rem;
  margin-left: -3rem;
  position: relative;
  width: 16rem;
}
.section_con .icon_box_frame .wrapper-map .map {
  background: #e6e3dc;
  border-radius: 50%;
  box-sizing: border-box;
  height: 15rem;
  margin-top: 0;
  overflow: hidden;
  position: relative;
  width: 15rem;
}
.section_con .icon_box_frame .wrapper-map .map::before {
  border: 0.5rem solid #e6e2dc;
  border-radius: 50%;
  bottom: 0;
  box-shadow: inset 0 0 24px 0 rgba(0, 0, 0, 0.15);
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.section_con .icon_box_frame .wrapper-map .map .gatsby-image-wrapper {
  border-radius: 50%;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.section_con .icon_box_frame .wrapper-map .map .icon {
  color: #fff;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.25)) drop-shadow(0 0 8px rgba(255, 32, 32, 0.25)) drop-shadow(0 0 4px rgba(255, 32, 32, 0.25));
  font-size: 1.6rem;
  height: 1.6rem;
  left: 50%;
  position: absolute;
  top: 6rem;
  transform: translateX(-50%);
  z-index: 2;
}
.section_con .icon_box_frame .wrapper-map .npc {
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08), 0 8px 16px -8px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  height: 5rem;
  overflow: hidden;
  width: 5rem;
  border-radius: 50%;
  bottom: 0;
  position: absolute;
  right: 0;
  z-index: 2;
}
.section_con .icon_box_frame .wrapper-map .npc::before {
  border-radius: 50%;
  bottom: 0;
  position: absolute;
  right: 0;
  z-index: 2;
  border: 0.25rem solid #fff;
  content: "";
  display: block;
  left: 0;
  top: 0;
}
.section_con .icon_box_frame .wrapper-map .npc .gatsby-image-wrapper {
  border-radius: 50%;
  bottom: 1px;
  left: 1px;
  overflow: hidden;
  position: absolute;
  right: 1px;
  top: 1px;
  z-index: 1;
}
.section_con .icon_box_frame.map .wrapper-content {
  padding-right: 4.5rem;
  width: calc(100% - 13rem);
}
.section_con .icon_box_frame.theme-light .wrapper-content {
  background-color: #f8f5ed;
  border-color: #aeaa9a;
}
.section_con .icon_box_frame.theme-light.icon-quest .wrapper-content {
  border-color: #85725e;
}
.section_con .ul_con {
  color: #5e5e62;
  font-size: 1.25rem;
  line-height: 1.6em;
  margin-bottom: 1.25rem;
  padding-left: 1.5rem;
  font-family: "Noto Sans TC", sans-serif;
}
.section_con .ul_con:last-of-type {
  margin-bottom: 0;
}
.section_con .ul_con.align-left {
  text-align: left;
}
.section_con .ul_con.align-right {
  text-align: right;
}
.section_con .ul_con.align-center {
  text-align: center;
}
.section_con .ul_con.size-s {
  font-size: 1rem;
  line-height: 1.75rem;
}
.section_con .ul_con.theme-dark {
  color: #f1f1f1;
}
.section_con .ul_con.type-ul {
  list-style-type: none;
}
.section_con .ul_con.type-ul li {
  position: relative;
}
.section_con .ul_con.type-ul li::before {
  width: 0.25rem;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #5e5e62;
  border-radius: 50%;
  content: "";
  left: -0.875rem;
  position: absolute;
  top: 1rem;
}
.section_con .ul_con.type-ul.size-s li::before {
  height: 0.2rem;
  left: -0.9rem;
  top: 0.8rem;
  width: 0.2rem;
}
.section_con .ul_con.type-ol {
  list-style-type: decimal;
}
.section_con .bgm_con {
  background-color: #f5f1ee;
  border: 0.5rem solid #c5b8ad;
  border-radius: 0.5rem;
  overflow: hidden;
  padding: 2.5rem 4rem;
  position: relative;
  width: 100%;
}
.section_con .bgm_con .wrapper-frame {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.section_con .bgm_con .wrapper-frame .deco {
  height: 0;
  position: absolute;
  width: 100%;
}
.section_con .bgm_con .wrapper-frame .deco.top {
  top: -0.125rem;
}
.section_con .bgm_con .wrapper-frame .deco.bottom {
  bottom: -0.125rem;
}
.section_con .bgm_con .wrapper-frame .deco::before, .section_con .bgm_con .wrapper-frame .deco::after {
  background-color: #c5b8ad;
  border-radius: 50%;
  content: "";
  height: 2.25rem;
  position: absolute;
  top: -1.125rem;
  width: 2.5rem;
}
.section_con .bgm_con .wrapper-frame .deco::before {
  left: -1.25rem;
}
.section_con .bgm_con .wrapper-frame .deco::after {
  right: -1.25rem;
}
.section_con .bgm_con .wrapper-list ol {
  -webkit-box-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 3rem;
}
.section_con .bgm_con .wrapper-list ol li {
  color: #5e5e62;
  display: flex;
  font-size: 1rem;
  gap: 1rem;
  line-height: 1.75rem;
  width: calc(25% - 2.25rem);
}
.section_con .bgm_con .wrapper-list ol li .index {
  align-items: center;
  background-color: #c5b8ac;
  border-radius: 100%;
  color: #f9f9f9;
  display: flex;
  height: 1.75rem;
  justify-content: center;
  width: 1.75rem;
}
.section_con .pic_txt_box {
  align-items: center;
  background: #f2f0e7;
  border: 1px solid #fff;
  border-radius: 0.375rem;
  box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  gap: 2rem;
  padding: 1rem;
}
.section_con .pic_txt_box .gatsby-image-wrapper {
  border-radius: 0.1875rem;
  position: relative;
  width: 15rem;
}
.section_con .pic_txt_box .gatsby-image-wrapper::before {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.1875rem;
  bottom: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08), 0 4px 8px -4px rgba(0, 0, 0, 0.04);
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.section_con .pic_txt_box .wrapper-caption {
  color: #5e5e62;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: calc(100% - 17rem);
}
.section_con .pic_txt_box .wrapper-caption .title {
  font-size: 1.25rem;
  line-height: 2rem;
}
.section_con .pic_txt_box .wrapper-caption .label {
  font-size: 1rem;
  line-height: 1.75rem;
}
.section_con .item_pic_box {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.section_con .free_txt {
  --font-size-price: 3rem;
  background: #f9f9f9;
  border: 1px solid #fff;
  border-radius: 0.75rem;
  box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.1);
  color: #5e5e62;
  display: block;
  font-size: var(--font-size-price);
  font-weight: 700;
  padding: 2rem 3rem;
  text-align: right;
  width: 100%;
}
.section_con .free_txt .annotation {
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
}

.annotation{
  font-family: "Noto Sans TC", sans-serif;
}

.free_txt .price.crystal{
  color: #076acb;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.price.crystal:before {
  content: "";
  width: auto;
  height: clamp(1rem, 4vw, var(--font-size-price));
  aspect-ratio: 155 / 200;
  background: url(../../../store/images/common/crystal.png) no-repeat center center / auto 100%;
  margin-right: calc(var(--font-size-price) * .18);
  display: inline-block;
}

@media screen and (max-width: 1014.98px) {
  .section_con {
    gap: 2rem;
    padding: 1.5rem 0;
    /* title */
    /* font */
    /* sub_title */
    /* step_tt */
    /* step_con */
    /* tag */
    /* item */
    /* img */
    /* 背景音樂*/
  }
  .section_con.section-bg-start {
    padding-bottom: 1.5rem;
  }
  .section_con.section-bg-end {
    padding-top: 1.5rem;
  }
  .section_con .sec_con {
    gap: 0.75rem;
    max-width: 20.25rem;
    padding: 0;
    width: 100%;
  }
  .section_con .sec_con.mobile-gap-wide {
    gap: 1.5rem;
  }
  .section_con .section-heading {
    gap: 0.375rem 0;
  }
  .section_con .section-heading.mobile-center, .section_con .section-heading.type-simple.align-left, .section_con .section-heading.type-simple.align-right {
    justify-content: center;
    text-align: center;
  }
  .section_con .section-heading.mobile-left {
    justify-content: flex-start !important;
    text-align: left !important;
  }
  .section_con .section-heading .subtitle {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .section_con .section-heading .title_line_con {
    display: none;
  }
  .section_con .section-heading .con_tit {
    flex-basis: unset;
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .section_con .section-heading .con_tit span.size-s {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .section_con .section-heading .type-simple .con_tit {
    flex-basis: unset;
  }
  .section_con .txt_con {
    font-size: 0.8rem;
    line-height: 1.5em;
  }
  .section_con .txt_con.mobile-center {
    text-align: center;
  }
  .section_con .txt_con.size-s {
    font-size: 0.8rem;
    line-height: 1.5em;
  }
  .section_con .gp-content {
    gap: 0.5rem;
  }
  .section_con.mobile-order-reverse {
    flex-direction: column-reverse;
  }
  .section_con .sub_title_s .title {
    font-size: 1.25rem;
    line-height: 2rem;
  }
  .section_con .sub_title_s .icon {
    font-size: 0.5rem;
    left: -0.875rem;
  }
  .section_con .sub_title_s span.label {
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 1.5rem;
  }
  .section_con .sub_title_s.type-step:not(:first-of-type) {
    margin-top: 0.5rem;
  }
  .section_con .sub_title_s.type-step:not(:first-of-type) .icon, .section_con .sub_title_s.type-step:not(:first-of-type)::before {
    display: none;
  }
  .section_con .sub_title_s.type-step:not(:first-of-type) span.label {
    font-size: 0.75rem;
    letter-spacing: 0;
    line-height: 1.25rem;
    padding: 0.25rem 0.625rem;
  }
  .section_con .step_tt .title {
    font-size: 1.25rem;
    line-height: 2rem;
  }
  .section_con .step_tt .icon {
    font-size: 0.5rem;
    left: -0.875rem;
  }
  .section_con .step_tt span.label {
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 1.5rem;
  }
  .section_con .step_tt.type-step:not(:first-of-type) {
    margin-top: 0.5rem;
  }
  .section_con .step_tt.type-step span.label {
    font-size: 0.75rem;
    letter-spacing: 0;
    line-height: 1.25rem;
    padding: 0.25rem 0.625rem;
  }
  .section_con .step_tt.type-step::before, .section_con .step_tt.type-step .icon {
    display: none;
  }
  .section_con .step_con {
    gap: 1.5rem;
    max-width: 20.25rem;
    padding: 0;
    width: 100%;
  }
  .section_con .step_con.mobile-gap-wide {
    gap: 1.5rem;
  }
  .section_con .step_con.mobile-order-reverse {
    flex-direction: column-reverse;
  }
  .section_con .page_txt_con {
    gap: 1rem;
    width: 100%;
  }
  .section_con .page_txt_con.type-step::before {
    background: #e2e2e3;
    content: "";
    left: -1.5rem;
    position: absolute;
    top: 0;
    width: 2px;
  }
  .section_con .page_txt_con .wrapper-btn {
    -webkit-box-flex-wrap: wrap;
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: flex-start;
  }
  .section_con .tag_con {
    gap: 0.5rem;
  }
  .section_con .tag_con.size-s {
    gap: 0.5rem;
  }
  .section_con .tag_con.size-l {
    gap: 0.5rem;
  }
  .section_con .tag_con.size-l .tag_box {
    font-size: 0.625rem;
    line-height: 0.875rem;
    min-width: 5rem;
    padding: 0.1875rem;
  }
  .section_con .tag_con.size-l .wrapper-tag {
    gap: 1rem;
    margin: 0 1rem;
  }
  .section_con .tag_con.size-l .wrapper-tag .caption {
    font-size: 0.75rem;
    line-height: 1.25rem;
    text-align: left;
    width: 7.5rem;
  }
  .section_con .tag_con .tag_box {
    font-size: 0.625rem;
    line-height: 0.875rem;
    min-width: 5rem;
    padding: 0.1875rem;
  }
  .section_con .tag_con.mobile-center {
    justify-content: center;
  }
  .section_con .art_con {
    gap: 1.5rem;
    max-width: 20.25rem;
    padding: 0;
    width: 100%;
  }
  .section_con .art_con.mobile-gap-wide {
    gap: 1.5rem;
  }
  .section_con .art_con.mobile-order-reverse {
    flex-direction: column-reverse;
  }
  .section_con .art_con .art_txt {
    display: none;
  }
  .section_con .item_con {
    gap: 1rem;
    width: 100%;
  }
  .section_con .item_con.type-step::before {
    display: none;
  }
  .section_con .item_con.mobile-gap-wide {
    gap: 1.5rem;
  }
  .section_con .item_con.mobile-order-1 {
    order: 1;
  }
  .section_con .item_con.mobile-order-2 {
    order: 2;
  }
  .section_con .item_con.mobile-order-3 {
    order: 3;
  }
  .section_con .item_con.mobile-order-4 {
    order: 4;
  }
  .section_con .item_con .wrapper-btn {
    gap: 0.5rem;
  }
  .section_con .item_con.mobile-expand-clear {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .section_con .item_con.mobile-no-of-blocks-3 {
    width: calc(33.33333% - 0.5rem);
  }
  .section_con .item_con .item_tit {
    font-size: 1rem;
    line-height: 1.75rem;
  }
  .section_con .item_img_con {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    position: relative;
  }
  .section_con .item_img_con .wrapper-images {
    position: relative;
    background-color: #ffffff;
  }
  .section_con .item_img_con .wrapper-images .image-item {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.5s ease-in-out;
    inset: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.4s ease-in-out;
    pointer-events: none;/* 不攔截事件 */
  }
  .section_con .item_img_con .wrapper-images .image-item::before {
    display: none;
  }
  .section_con .item_img_con .wrapper-images .image-item.active {
    opacity: 1;
    z-index: 2;
    pointer-events: auto;
  }
  .section_con .item_img_con .wrapper-thumbnails .wrapper-thumbnails-inner .img_tb_btn {
    cursor: pointer;
    position: relative;
  }
  .section_con .item_img_con .wrapper-thumbnails .wrapper-thumbnails-inner .img_tb_btn.square {
    height: 3rem;
    width: 3rem;
  }
  .section_con .item_img_con .wrapper-thumbnails .wrapper-thumbnails-inner .img_tb_btn.portrait {
    height: 4.25rem;
    width: 3rem;
  }
  .section_con .img_box {
    position: relative;
  }
  .section_con .img_box.link {
    cursor: pointer;
  }
  .section_con .img_box::before, .section_con .img_box::after {
    content: "";
    display: block;
    position: absolute;
  }
  .section_con .img_box::before {
    background: #f1f1f1;
    border: 1px solid #fff;
    border-radius: 0.3125rem;
    bottom: -0.5rem;
    box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.1);
    left: -0.5rem;
    right: -0.5rem;
    top: -0.5rem;
  }
  .section_con .img_box::after {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.1875rem;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .section_con .img_box .gatsby-image-wrapper {
    border-radius: 0.1875rem;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08), 0 4px 8px -4px rgba(0, 0, 0, 0.04);
    position: relative;
    width: 100%;
  }
  .section_con .img_box .wrapper-caption {
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.35));
    border-radius: 0 0 0.1875rem 0.1875rem;
    bottom: 0;
    color: #fff;
    font-size: 1rem;
    left: 0;
    line-height: 1.75rem;
    padding: 3rem 1.5rem 1.5rem;
    position: absolute;
    right: 0;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5), 0 0 8px rgba(0, 0, 0, 0.5), 0 0 16px rgba(0, 0, 0, 0.5), 0 0 8px rgba(0, 0, 0, 0.5);
    z-index: 3;
  }
  .section_con .list_txt {
    gap: 0.25rem;
  }
  .section_con .list_txt .text {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
  .section_con .list_txt > .icon {
    font-size: 1rem;
    height: 1.5rem;
    padding: 0.25rem 0.125rem;
    width: 1.25rem;
  }
  .section_con .list_txt.align-left:not(.icon-none) .text {
    width: calc(100% - 1.625rem);
  }
  .section_con:last-child {
    padding: 3rem 5%;
  }
  .section_con .label_con label {
    font-size: 0.875rem;
    line-height: 1.5rem;
    padding-left: 1.625rem;
  }
  .section_con .label_con label input {
    left: 0.25rem;
    top: 0.3125rem;
    height: 0.875rem;
    width: 0.875rem;
  }
  .section_con .label_con label input:checked::after {
    height: 0.875rem;
    width: 0.875rem;
  }
  .section_con .icon_box_frame {
    align-items: center;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 20.25rem;
    padding: 0;
    width: 100%;
  }
  .section_con .icon_box_frame .wrapper-content {
    border-radius: 0.75rem;
    gap: 1rem;
    padding: 1.375rem;
  }
  .section_con .icon_box_frame .wrapper-content .wrapper-icon {
    left: -1rem;
    top: 1.375rem;
  }
  .section_con .icon_box_frame .wrapper-content .wrapper-icon .icon {
    font-size: 1.5rem;
    height: 2rem;
    padding: 0.25rem;
    width: 2rem;
  }
  .section_con .icon_box_frame .wrapper-content .wrapper-icon .gatsby-image-wrapper {
    width: 1.5rem;
  }
  .section_con .icon_box_frame .wrapper-map {
    margin-left: 0;
    height: 15rem;
    width: 15rem;
  }
  .section_con .icon_box_frame .wrapper-map .map {
    height: 15rem;
    width: 15rem;
  }
  .section_con .icon_box_frame .wrapper-map .map .icon {
    top: 6rem;
  }
  .section_con .icon_box_frame .wrapper-map .npc {
    bottom: 0;
    height: 5rem;
    right: 0;
    width: 5rem;
  }
  .section_con .icon_box_frame.map .wrapper-content {
    padding-right: 1.5rem;
    width: 100%;
  }
  .section_con .icon_box_frame.q8keii4.mobile-order-reverse {
    flex-direction: column-reverse;
  }
  .section_con .ul_con {
    font-size: 0.875rem;
    line-height: 1.5em;
    padding-left: 1rem;
  }
  .section_con .ul_con.type-ul li::before {
    width: 0.2rem;
    left: -0.6rem;
    top: 0.6rem;
  }
  .section_con .ul_con.type-ul.size-s li::before {
    height: 0.2rem;
    left: -0.9rem;
    top: 0.65rem;
    width: 0.2rem;
  }
  .section_con .ul_con.size-s {
    font-size: 0.875rem;
    line-height: 1.5em;
  }
  .section_con .ul_con.mobile-center {
    text-align: center;
  }
  .section_con .bgm_con {
    margin-top: 0.5rem;
    padding: 1.5rem;
  }
  .section_con .bgm_con .wrapper-list ol {
    gap: 0.75rem;
  }
  .section_con .bgm_con .wrapper-list ol li {
    font-size: 0.875rem;
    gap: 0.5rem;
    line-height: 1.5rem;
    width: 100%;
  }
  .section_con .bgm_con .wrapper-list ol li .index {
    height: 1.5rem;
    width: 1.5rem;
  }
  .section_con .pic_txt_box {
    border-radius: 0.375rem;
    gap: 0.75rem;
    padding: 0.5rem;
  }
  .section_con .pic_txt_box .gatsby-image-wrapper {
    border-radius: 0.1875rem;
    width: 5.75rem;
  }
  .section_con .pic_txt_box .wrapper-caption {
    gap: 0.25rem;
    width: calc(100% - 6.5rem);
  }
  .section_con .pic_txt_box .wrapper-caption .title {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
  .section_con .pic_txt_box .wrapper-caption .label {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
  .section_con .item_pic_box {
    gap: 0.25rem;
  }
  .section_con .free_txt {
    --font-size-price: 1.25rem;
    padding: var(--font-size-price);
    text-align: center;
  }
  .section_con .free_txt .annotation {
    font-size: 0.75rem;
    line-height: 1.5rem;
  }
  .section_con .btn-simple {
    min-width: 0;
  }
}
/* btn */
.btn_box {
  align-items: center;
  border: 2px solid transparent;
  border-radius: 9999px;
  cursor: pointer;
  display: flex;
  font-size: 1.3rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.4em;
  padding: 0.5625rem;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.btn_box .lbl-text {
  padding: 0 0.75rem;
  text-align: center;
}
.btn_box .icon {
  font-size: 1.4em;
}
.btn_box.theme-light {
  background-color: transparent;
  border-color: #464649;
  color: #464649;
  transition: all .15s;
}
.btn_box.theme-light:hover {
  background-color: #464649;
  border-color: #464649;
  color: #f9f9f9;
}
.btn_box.theme-light:active {
  background-color: #27a19e;
  border-color: #27a19e;
  color: #f9f9f9;
}
.btn_box.theme-dark {
  background-color: transparent;
  border-color: #f9f9f9;
  color: #f9f9f9;
  transition: all .15s;
}
.btn_box.theme-dark:hover {
  background-color: #f9f9f9;
  border-color: #f9f9f9;
  color: #1b1b1d;
}
.btn_box.theme-dark:active {
  background-color: #31beba;
  border-color: #31beba;
  color: #edfdfc;
}
.btn_box.theme-light-solid {
  background-color: #262627;
  border-color: #262627;
  color: #f1f1f1;
}
.btn_box.theme-light-solid:hover {
  background-color: #464649;
  border-color: #464649;
  color: #f9f9f9;
}
.btn_box.theme-light-solid:active {
  background-color: #27a19e;
  border-color: #27a19e;
  color: #f9f9f9;
}
.btn_box.theme-dark-solid {
  background-color: #69f9f4;
  border-color: #69f9f4;
  color: #262627;
}
.btn_box.theme-dark-solid:hover {
  background-color: #f9f9f9;
  border-color: #f9f9f9;
  color: #1b1b1d;
}
.btn_box.theme-dark-solid:active {
  background-color: #31beba;
  border-color: #31beba;
  color: #f9f9f9;
}

@media screen and (max-width: 1014.98px) {
  .btn_box {
    font-size: 0.875rem;
    padding: 0.25rem;
  }
  .btn_box .lbl-text {
    padding: 0 0.625rem;
  }
  .btn_box .icon {
    font-size: 1.4em;
  }
  .btn_box.mobile-full-width {
    justify-content: space-between;
    width: 100%;
  }
  .btn_box.mobile-icon-left {
    display: grid;
    grid-template-columns: 1.375em 1fr;
    width: 100%;
  }
  .btn_box.mobile-icon-right {
    display: grid;
    grid-template-columns: 1fr 1.375em;
    width: 100%;
  }
}
.link_box {
  color: #f9f9f9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  transition: box-shadow 0.3s ease-in-out;
  width: 100%;
  border-radius: 1.25rem;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.link_box::after {
  border-radius: 1.25rem;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: hsla(0, 0%, 100%, 0.1);
  background: #f1f1f1;
  border: 1px solid #fff;
  border-radius: 1.5rem;
  bottom: -0.5rem;
  box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.1);
  content: "";
  left: -0.5rem;
  position: absolute;
  right: -0.5rem;
  top: -0.5rem;
  z-index: 2;
  z-index: 0;
}
.link_box .wrapper-image {
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
.link_box .wrapper-image::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.link_box .wrapper-image::after {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 1.25rem;
  content: "";
  height: calc(100% - 4px);
  left: 0;
  position: absolute;
  top: 0;
  width: calc(100% - 4px);
}
.link_box .wrapper-image .gatsby-image-wrapper {
  position: relative;
  transition: transform 0.3s ease-in-out;
  z-index: 1;
}
.link_box .wrapper-text {
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.35));
  border-radius: 0 0 1.25rem 1.25rem;
  bottom: 0;
  left: 0;
  padding: 6rem 3rem 3rem;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.link_box .wrapper-text .label {
  color: #69f9f4;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.03rem;
  line-height: 2rem;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5), 0 0 8px rgba(0, 0, 0, 0.5), 0 0 16px rgba(0, 0, 0, 0.5), 0 0 8px rgba(0, 0, 0, 0.5);
}
.link_box .wrapper-text .title {
  color: #f9f9f9;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.06rem;
  line-height: 4.25rem;
  text-shadow: 0 0 5px rgba(30, 133, 130, 0.5), 0 0 10px rgba(49, 190, 186, 0.5), 0 0 20px #69f9f4, 0 0 20px rgba(0, 0, 0, 0.1);
}
.link_box .wrapper-text .desc {
  color: #fff;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin-top: 1rem;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5), 0 0 8px rgba(0, 0, 0, 0.5), 0 0 16px rgba(0, 0, 0, 0.5), 0 0 8px rgba(0, 0, 0, 0.5);
}
.link_box .wrapper-arrow {
  align-items: center;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background: rgba(49, 190, 186, 0.65);
  border: 1px solid #43dcd7;
  border-radius: 100%;
  bottom: -1rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08), 0 4px 8px -4px rgba(0, 0, 0, 0.04);
  display: flex;
  font-size: 3rem;
  height: 4rem;
  justify-content: center;
  opacity: 0;
  position: absolute;
  right: -1rem;
  transform: translateX(-2rem);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  width: 4rem;
  z-index: 4;
}
.link_box .wrapper-arrow span span {
  -webkit-mask-image: var(--i-arrow-r);
  mask-image: var(--i-arrow-r);
}
.link_box .deco {
  bottom: 0;
  left: 0;
  opacity: 0.5;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.link_box .deco .line {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.link_box .deco .line::after, .link_box .deco .line::before {
  background: #fff;
  content: "";
  height: 1px;
  left: 2.8125rem;
  position: absolute;
  width: calc(100% - 5.625rem);
  z-index: 2;
}
.link_box .deco .line::before {
  top: 1rem;
}
.link_box .deco .line::after {
  bottom: 1rem;
}
.link_box .deco::after, .link_box .deco::before {
  background: #fff;
  content: "";
  height: calc(100% - 5.625rem);
  position: absolute;
  top: 2.8125rem;
  width: 1px;
}
.link_box .deco::before {
  left: 1rem;
}
.link_box .deco::after {
  right: 1rem;
}
.link_box .deco .icon {
  color: #fff;
  font-size: 1rem;
  height: 1.8125rem;
  overflow: hidden;
  padding-bottom: 0.8125rem;
  padding-right: 0.8125rem;
  position: absolute;
  width: 1.8125rem;
}
.link_box .deco .icon span {
  -webkit-mask-image: var(--i-frame);
  mask-image: var(--i-frame);
}
.link_box .deco .icon::before {
  border: 1px solid #fff;
  border-radius: 100%;
  bottom: 0;
  content: "";
  height: 3.625rem;
  position: absolute;
  right: 0;
  width: 3.625rem;
}
.link_box .deco .icon.rt {
  left: 1rem;
  top: 1rem;
}
.link_box .deco .icon.lt {
  right: 1rem;
  top: 1rem;
  transform: rotate(90deg);
}
.link_box .deco .icon.rb {
  bottom: 1rem;
  right: 1rem;
  transform: rotate(180deg);
}
.link_box .deco .icon.lb {
  bottom: 1rem;
  left: 1rem;
  transform: rotate(270deg);
}
.link_box:hover {
  box-shadow: 0 24px 48px 0 rgba(0, 0, 0, 0.08), 0 48px 96px -48px rgba(0, 0, 0, 0.04);
}
.link_box:hover .wrapper-image .gatsby-image-wrapper {
  transform: scale(1.05);
}
.link_box:hover .wrapper-arrow {
  opacity: 1;
  transform: translateX(0);
}
.link_box:active {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08), 0 16px 32px -16px rgba(0, 0, 0, 0.04);
}
.link_box:active .wrapper-arrow {
  opacity: 0;
  transform: translateX(2rem);
}

@media screen and (max-width: 1014.98px) {
  .link_box {
    border-radius: 0.75rem;
  }
  .link_box::after {
    border-radius: 1rem;
    bottom: -0.25rem;
    left: -0.25rem;
    right: -0.25rem;
    top: -0.25rem;
  }
  .link_box .deco .line::after, .link_box .deco .line::before {
    left: 1.5rem;
    width: calc(100% - 3rem);
  }
  .link_box .deco .line::before {
    top: 0.5rem;
  }
  .link_box .deco .line::after {
    bottom: 0.5rem;
  }
  .link_box .deco::after, .link_box .deco::before {
    height: calc(100% - 3rem);
    top: 1.5rem;
  }
  .link_box .deco::before {
    left: 0.5rem;
  }
  .link_box .deco::after {
    right: 0.5rem;
  }
  .link_box .deco .icon {
    font-size: 0.5rem;
    height: 1rem;
    padding-bottom: 0.5rem;
    padding-right: 0.5rem;
    width: 1rem;
  }
  .link_box .deco .icon::before {
    height: 2rem;
    width: 2rem;
  }
  .link_box .deco .icon.rt {
    left: 0.5rem;
    top: 0.5rem;
  }
  .link_box .deco .icon.lt {
    right: 0.5rem;
    top: 0.5rem;
  }
  .link_box .deco .icon.rb {
    bottom: 0.5rem;
    right: 0.5rem;
  }
  .link_box .deco .icon.lb {
    bottom: 0.5rem;
    left: 0.5rem;
  }
  .link_box .wrapper-image {
    border-radius: 0.75rem;
  }
  .link_box .wrapper-text {
    border-radius: 0 0 0.75rem 0.75rem;
    padding: 3rem 1.5rem 1.5rem;
  }
  .link_box .wrapper-text .label {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
  .link_box .wrapper-text .title {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
  .link_box .wrapper-text .desc {
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin-top: 0.75rem;
  }
  .link_box .wrapper-arrow {
    bottom: -0.5rem;
    font-size: 1.5rem;
    height: 2rem;
    right: -0.5rem;
    width: 2rem;
  }
}
.line_con {
  align-items: center;
  display: flex;
  height: 1rem;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.line_con::before {
  background: linear-gradient(90deg, hsla(40, 21%, 92%, 0), #eeebe5 50%, hsla(40, 21%, 92%, 0));
  content: "";
  height: 0.125rem;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.line_con .icon {
  color: #eeebe5;
  font-size: 1rem;
}
.line_con .icon span {
  -webkit-mask-image: var(--i-sub-icon);
  mask-image: var(--i-sub-icon);
}
.line_con.size-s {
  max-width: 20rem;
}
.line_con.color-white::before {
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 50%, hsla(0, 0%, 100%, 0));
}
.line_con.color-white .icon {
  color: #fff;
}

.big_btn {
  display: flex;
  gap: 3rem;
  justify-content: center;
}
.big_btn .btn-simple .lbl-text {
  min-width: 21rem;
}
.big_btn .btn_box {
  font-size: 1.5rem;
  padding: 0.875rem;
}
.big_btn .btn_box .icon span {
  -webkit-mask-image: var(--i-angle-r);
  mask-image: var(--i-angle-r);
}

@media screen and (max-width: 1014.98px) {
  .big_btn {
    flex-direction: column;
    gap: 0.5rem;
    max-width: 20.25rem;
    padding: 0;
    width: 100%;
  }
  .big_btn .btn-simple .lbl-text {
    min-width: 0;
  }
  .big_btn .btn_box {
    font-size: 1rem;
    line-height: 1.4rem;
    padding: 0.375rem;
  }
}
/*radio Btn*/
.list-radioBtn {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.list-radioBtn .radio_btn_con {
  -webkit-box-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  width: 100%;
}
.list-radioBtn .radio_btn_la {
  align-items: center;
  color: #5e5e62;
  cursor: pointer;
  display: flex;
  /* font-size: 0.875rem;*/
  font-weight: 700;
  gap: 0.5rem;
  line-height: 1.5rem;
  width: calc(33.33333% - 0.83333rem);
}
.list-radioBtn .radio_btn_st {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #f9f9f9;
  border: 2px solid #e2e2e3;
  border-radius: 50%;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08), 0 2px 4px -2px rgba(0, 0, 0, 0.04);
  cursor: pointer;
  height: 2.25rem;
  position: relative;
  width: 2.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.list-radioBtn .radio_btn_st::before {
  background-color: #ddd;
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  content: "";
  height: 1.75rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.75rem;
}
.list-radioBtn .radio_btn_st:hover {
  border-color: #77777b;
  box-shadow: none;
}
.list-radioBtn .radio_btn_st.color-white::before {
  background-color: #fff;
  border-color: #fff;
}
.list-radioBtn .radio_btn_st.color-pink::before {
  background-color: #ffd5fd;
}
.list-radioBtn .radio_btn_st.color-orange::before {
  background-color: #ffb47f;
}
.list-radioBtn .radio_btn_st.color-blue::before {
  background-color: #a1cbf7;
}
.list-radioBtn .radio_btn_st.color-red::before {
  background-color: #ffa4a4;
}
.list-radioBtn .radio_btn_st.color-natural::before {
  background-color: #f3e7c5;
}
.list-radioBtn .radio_btn_st.color-romantic::before {
  background-color: #9494e6;
}
.list-radioBtn .radio_btn_st:checked {
  border-color: #1b1b1d;
  box-shadow: none;
}
.list-radioBtn .radio_btn_st:checked + span {
  color: #1b1b1d;
}
.list-radioBtn .radio_btn_st:checked::after {
  background-color: #1b1b1d;
  clip-path: polygon(74.211% 35.424%, 74.211% 35.424%, 74.517% 35.83%, 74.748% 36.268%, 74.904% 36.729%, 74.986% 37.204%, 74.995% 37.684%, 74.93% 38.159%, 74.793% 38.621%, 74.584% 39.06%, 74.303% 39.468%, 73.951% 39.836%, 45.826% 64.836%, 45.826% 64.836%, 45.437% 65.131%, 45.018% 65.357%, 44.576% 65.514%, 44.12% 65.603%, 43.658% 65.624%, 43.198% 65.576%, 42.748% 65.461%, 42.317% 65.278%, 41.911% 65.027%, 41.54% 64.71%, 25.915% 49.085%, 25.915% 49.085%, 25.586% 48.697%, 25.33% 48.274%, 25.146% 47.822%, 25.037% 47.353%, 25% 46.875%, 25.037% 46.397%, 25.146% 45.928%, 25.33% 45.476%, 25.586% 45.053%, 25.915% 44.665%, 25.915% 44.665%, 26.303% 44.336%, 26.726% 44.08%, 27.177% 43.897%, 27.647% 43.787%, 28.125% 43.75%, 28.603% 43.787%, 29.073% 43.897%, 29.524% 44.08%, 29.947% 44.336%, 30.335% 44.665%, 43.876% 58.207%, 69.799% 35.164%, 69.799% 35.164%, 70.205% 34.858%, 70.643% 34.627%, 71.104% 34.471%, 71.579% 34.389%, 72.059% 34.38%, 72.534% 34.445%, 72.996% 34.582%, 73.435% 34.792%, 73.843% 35.072%, 74.211% 35.424%);
  content: "";
  height: 1.5rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.5rem;
}
.list-radioBtn .radio_btn_st:checked.color-pink::after {
  background-color: rgba(138, 6, 105, 1);
}
.list-radioBtn .radio_btn_st:checked.color-orange::after {
  background-color: rgba(126, 57, 0, 1);
}
.list-radioBtn .radio_btn_st:checked.color-blue::after {
  background-color: #0b3c71ff;
}
.list-radioBtn .radio_btn_st:checked.color-red::after {
  background-color: #840909ff;
}
.list-radioBtn .radio_btn_st:checked.color-romantic::after {
  background-color: #fff;
}
.list-radioBtn.gap-narrow .radio_btn_con {
  gap: 0.5rem;
}
.list-radioBtn.gap-narrow .radio_btn_la {
  width: calc(66.66667% - 1.66667rem);
}

@media screen and (max-width: 1014.98px) {
  .list-radioBtn {
    gap: 0.5rem;
  }
  .list-radioBtn .radio_btn_con {
    gap: 0.75rem;
  }
  .list-radioBtn .radio_btn_la {
    font-size: 0.75rem;
    gap: 0.375rem;
    line-height: 1.25rem;
    width: calc(33.33333% - 0.5rem);
  }
  .list-radioBtn .radio_btn_la.span {
    width: calc(66.66667% - 1rem);
  }
  .list-radioBtn .radio_btn_st {
    height: 1.5rem;
    width: 1.5rem;
  }
  .list-radioBtn .radio_btn_st::before {
    height: 1.15rem;
    width: 1.15rem;
  }
  .list-radioBtn .radio_btn_st:checked::after {
    height: 0.875rem;
    width: 0.875rem;
  }
  .list-radioBtn .radio_btn_st:disabled::after {
    width: 0.7rem;
  }
  .list-radioBtn.gap-narrow .radio_btn_con {
    gap: 0.375rem;
  }
  .list-radioBtn.gap-narrow .radio_btn_la {
    width: auto;
  }
}
/* table*/
.table_con {
  background-color: #f1f1f1;
  border: 1px solid #e2e2e3;
  border-radius: 1.25rem;
  margin: 0 -3rem;
  padding: 3rem;
  position: relative;
}

.tb_style {
  border-collapse: separate;
  border-spacing: 0.5rem;
  width: 100%;
}
.tb_style td, .tb_style th {
  padding: 1.25rem;
  font-size: 1.25rem;
  line-height: 2rem;
  text-align: center;
}
.tb_style th {
  color: #464649;
  font-weight: 700;
}
.tb_style td {
  background-color: #f9f9f9;
  border-radius: 0.375rem;
  color: #5e5e62;
  vertical-align: middle;
}
.tb_style td .bold {
  font-weight: 700;
}
.tb_style td.plan-platinum {
  background-color: #848494;
  color: #f9f9f9;
  font-weight: 700;
}
.tb_style td.plan-standard {
  background-color: #65b3b1;
  color: #f9f9f9;
  font-weight: 700;
}
.tb_style td.plan-gold {
  background-color: #b8a561;
  color: #f9f9f9;
  font-weight: 700;
}

@media screen and (max-width: 1014.98px) {
  .table_con {
    border-radius: 0.75rem;
    margin: 0 auto;
    max-width: 21.75rem;
    overflow: hidden;
    padding: 0;
    width: 100%;
  }
  .table_con .scroller-table {
    max-width: 100%;
    overflow-x: auto;
    width: 100%;
  }
  .table_con::before, .table_con::after {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 2rem;
    transition: opacity 0.2s ease-in-out;
    pointer-events: none;
    opacity: 1;
  }
  .table_con::before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.1), transparent);
    left: 0;
  }
  .table_con::after {
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.1));
    right: 0;
  }
  .table_con.scrolled-left::before,
  .table_con.scrolled-right::after {
    opacity: 0;
  }
  .tb_style {
    padding: 0.75rem;
    width: 50rem;
  }
  .tb_style td, .tb_style th {
    border-radius: 0.1875rem;
    font-size: 1rem;
    line-height: 1.75rem;
    padding: 0.375rem 0.75rem;
  }
}
.cmparision_con {
  background-color: #f1f1f1;
  border: 1px solid #e2e2e3;
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin: 0 -3rem;
  padding: 3rem;
}
.cmparision_con .cmap_box1 {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  justify-content: flex-end;
}
.cmparision_con .cmap_box2 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
}
.cmparision_con .cmap_box2.table-price {
  padding-top: 4.25rem;
}
.cmparision_con .cmap_box2.table-price::before {
  background-color: #fff;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05);
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  top: 1rem;
  width: calc(75% - 0.125rem);
}
.cmparision_con .cmap_txt1 {
  align-items: center;
  border-radius: 0.375rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
  padding: 1.25rem;
  width: calc(25% - 0.375rem);
}
.cmparision_con .cmap_txt1.num{
  flex-direction: row;
}
.cmparision_con .cmap_txt1.num .price.crystal{
  display: flex;
  align-items: center;
}
.cmparision_con .cmap_txt1.num .price.crystal:before{
  margin-right: calc(var(--font-size-price) * .25);
}


.cmparision_con .cmap_txt1 .crystal-button {
  width: 100%;
}
.cmparision_con .cmap_txt1 .crystal-button .lbl-btn > span {
  padding: 0 1.25rem;
}
.cmparision_con .cmap_txt1 .crystal-button .subtitle {
  display: block;
}
.cmparision_con .cmap_t.cmap_txt1 {
  color: #f9f9f9;
}
.cmparision_con .cmap_t.cmap_txt1 .wrapper-crystal {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  height: 2rem;
  justify-content: center;
}
.cmparision_con .cmap_t.cmap_txt1 .wrapper-crystal .icon {
  font-size: 1.5rem;
  margin: 0 -0.25rem;
}
.cmparision_con .cmap_t.cmap_txt1 .title {
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.5rem;
  text-align: center;
}
.cmparision_con .cmap_t.cmap_txt1 .title .subtitle {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
}
.cmparision_con .cmap_t.cmap_txt1 .icon span {
  -webkit-mask-image: var(--i-sub-icon);
  mask-image: var(--i-sub-icon);
}
.cmparision_con .cmap_t.cmap_txt1.header-standard {
  background-color: #65b3b1;
}
.cmparision_con .cmap_t.cmap_txt1.header-gold {
  background-color: #b8a561;
}
.cmparision_con .cmap_t.cmap_txt1.header-gold .wrapper-crystal .icon:first-child, .cmparision_con .cmap_t.cmap_txt1.header-gold .wrapper-crystal .icon:nth-child(3) {
  font-size: 1.125rem;
  margin: 0 -0.1875rem;
}
.cmparision_con .cmap_t.cmap_txt1.header-platinum {
  background-color: #848494;
}
.cmparision_con .cmap_t.cmap_txt1.header-platinum .wrapper-crystal .icon:first-child, .cmparision_con .cmap_t.cmap_txt1.header-platinum .wrapper-crystal .icon:nth-child(5) {
  font-size: 1.125rem;
  margin: 0 -0.1875rem;
}
.cmparision_con .cmap_t.cmap_txt1.header-platinum .wrapper-crystal .icon:nth-child(3) {
  font-size: 1.875rem;
  margin: 0 -0.3125rem;
}
.cmparision_con .cmap_tit.cmap_txt1 {
  background-color: #5e5e62;
  color: #f9f9f9;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
  width: calc(75% - 0.125rem);
}
.cmparision_con .cmap_tit.cmap_txt1.catHeader-option {
  background-color: #ababad;
  font-size: 1.3rem;
  line-height: 1.75rem;
  padding: 0.625rem 1.25rem;
}
.cmparision_con .cmap_hd.cmap_txt1 {
  align-items: flex-end;
  color: #464649;
  font-size: 1.5rem;
  font-weight: 700;
  gap: 0;
  line-height: 2rem;
  text-align: right;
}
.cmparision_con .cmap_hd.cmap_txt1 .subtitle {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.cmparision_con .cmap_date.cmap_txt1 {
  --font-size-price: 1.5rem;
  background-color: #f9f9f9;
  color: #5e5e62;
  font-size: var(--font-size-price);
  font-weight: 600;
  line-height: 2rem;
  text-align: center;
}
.cmparision_con .cmap_date.cmap_txt1.disabled {
  background-color: #e2e2e3;
}

@media screen and (max-width: 1014.98px) {
  .cmparision_con {
    border-radius: 0.75rem;
    gap: 1.5rem;
    margin: 0 -0.75rem;
    padding: 0.75rem;
  }
  .cmparision_con .cmap_box1 {
    -webkit-box-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.25rem;
  }
  .cmparision_con .cmap_box2 {
    gap: 0.375rem;
  }
  .cmparision_con .cmap_box2.table-price {
    padding-top: 2.5rem;
  }
  .cmparision_con .cmap_box2.table-price::before {
    top: 0.5rem;
    width: 100%;
  }
  .cmparision_con .cmap_txt1 {
    border-radius: 0.1875rem;
    padding: 0.375rem 0.75rem;
    width: 100%;
  }
  .cmparision_con .cmap_txt1 .crystal-button {
    width: 100%;
  }
  .cmparision_con .cmap_txt1 .crystal-button .lbl-btn > span {
    padding: 0 1.25rem;
  }
  .cmparision_con .cmap_txt1 .crystal-button .subtitle {
    display: block;
  }
  .cmparision_con .cmap_txt1.footer-gold {
    padding: 0;
    margin: 0.25rem 0;
  }
  .cmparision_con .cmap_txt1.footer-platinum {
    padding: 0;
  }
  .cmparision_con .cmap_txt1.footer-standard {
    padding: 0;
  }
  .cmparision_con .cmap_t.cmap_txt1 {
    font-size: 1rem;
    line-height: 1.75rem;
    margin-bottom: 0.375rem;
    width: 100%;
  }
  .cmparision_con .cmap_t.cmap_txt1 .catHeader-option {
    font-size: 0.875rem;
    line-height: 1.5rem;
    padding: 0.375rem 0.75rem;
  }
  .cmparision_con .cmap_tit.cmap_txt1 {
    font-size: 1rem;
    line-height: 1.75rem;
    margin-bottom: 0.375rem;
    width: 100%;
  }
  .cmparision_con .cmap_tit.cmap_txt1.catHeader-option {
    font-size: 0.875rem;
    line-height: 1.5rem;
    padding: 0.375rem 0.75rem;
  }
  .cmparision_con .table-venue .cmap_tit.cmap_txt1.catHeader-option {
    margin-top: 0.375rem;
  }
  .cmparision_con .cmap_hd.cmap_txt1 {
    align-items: center;
    font-size: 1rem;
    line-height: 1.75rem;
    text-align: center;
  }
  .cmparision_con .cmap_hd.cmap_txt1 .subtitle {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
  .cmparision_con .table-venue .cmap_t.cmap_txt1.catHeader-option {
    margin-top: 0.375rem;
  }
  .cmparision_con .cmap_date.cmap_txt1 {
    --font-size-price: 0.875rem;
    gap: 0.25rem;
    line-height: 1.5rem;
    width: calc(100% - 7.25rem);
  }
  .cmparision_con .cmap_date.cmap_txt1.data-standard {
    background-color: #65b3b1;
    color: #f9f9f9;
    text-transform: uppercase;
    width: 7rem;
  }
  .cmparision_con .cmap_date.cmap_txt1.data-gold {
    background-color: #b8a561;
    color: #f9f9f9;
    text-transform: uppercase;
    width: 7rem;
  }
  .cmparision_con .cmap_date.cmap_txt1.data-platinum {
    background-color: #848494;
    color: #f9f9f9;
    text-transform: uppercase;
    width: 7rem;
  }
}
.gotop_con {
  position: relative;
  z-index: 5;
}
.gotop_con .gotop_btn {
  cursor: pointer;
  /* filter: drop-shadow(0 0 18px rgba(0, 0, 0, 0.06)) drop-shadow(0 4px 12px rgba(0, 0, 0, 0.12)) drop-shadow(0 4px 8px rgba(0, 0, 0, 0.16));*/
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.06)) drop-shadow(0 2px 6px rgba(0, 0, 0, 0.05)) drop-shadow(0 2px 4px rgba(0, 0, 0, 0.05));
  height: 4rem;
  left: calc(50% + 39rem);
  position: absolute;
  top: 0;
  width: 3rem;
}
.gotop_con .gotop_btn::after, .gotop_con .gotop_btn::before {
  content: "";
  display: block;
  left: 0;
  position: absolute;
}
.gotop_con .gotop_btn::before {
  background: #464649;
  height: 2.5rem;
  top: 0;
  width: 3rem;
  transition: all 0.2s;
}
.gotop_con .gotop_btn::after {
  border-color: #464649 transparent transparent;
  border-style: solid;
  border-width: 0.75rem 1.5rem 0;
  height: 0;
  top: 2.5rem;
  width: 0;
  transition: all 0.2s;
}
.gotop_con .gotop_btn .icon {
  color: #e2e2e3;
  font-size: 2.5rem;
  height: 2.5rem;
  left: 0.25rem;
  position: absolute;
  top: 0.25rem;
  width: 2.5rem;
  transition: all 0.2s;
}
.gotop_con .gotop_btn .icon span {
  -webkit-mask-image: url(../images/common/mothercrystal.svg);
  mask-image: url(../images/common/mothercrystal.svg);
}
.gotop_con .gotop_btn:hover {
  /* filter: drop-shadow(0 0 36px rgba(0, 0, 0, 0.06)) drop-shadow(0 8px 24px rgba(0, 0, 0, 0.12)) drop-shadow(0 8px 16px rgba(0, 0, 0, 0.16));*/
}
.gotop_con .gotop_btn:hover::before {
  background: #f1f1f1;
}
.gotop_con .gotop_btn:hover::after {
  border-color: #f1f1f1 transparent transparent;
}
.gotop_con .gotop_btn:hover .icon {
  color: #31b7fe;
  /* filter: drop-shadow(0 0 8px rgba(49, 183, 254, 0.5));*/
}
.gotop_con .gotop_btn:active {
  filter: none;
}
.gotop_con .gotop_btn:active::before {
  background: #f9f9f9;
}
.gotop_con .gotop_btn:active::after {
  border-color: #f9f9f9 transparent transparent;
}
.gotop_con .gotop_btn:active .icon {
  color: #31b7fe;
  filter: none;
}

@media screen and (max-width: 1014.98px) {
  .gotop_con .gotop_btn {
    height: 2.5rem;
    left: calc(50% + 9.125rem);
    width: 2rem;
  }
  .gotop_con .gotop_btn::before {
    height: 1.75rem;
    width: 2rem;
  }
  .gotop_con .gotop_btn::after {
    border-width: 0.375rem 1rem 0;
    top: 1.75rem;
  }
  .gotop_con .gotop_btn .icon {
    font-size: 1.75rem;
    height: 1.75rem;
    left: 0.125rem;
    top: 0.125rem;
    width: 1.75rem;
  }
}
@media screen and (max-width: 560px) {
  .gotop_con .gotop_btn {
    height: 2.5rem;
    left: calc(100% - 2rem);
    width: 2rem;
  }
}
/* index -------------------------------------------------------- */
.ind_kv {
  height: calc(100vh - 4.5vw);
  overflow: hidden;
  position: relative;
  width: 100%;
}
.ind_kv .wrapper-visual {
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 2s ease-in-out;
}
.ind_kv .wrapper-visual .gatsby-image-wrapper {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.ind_kv .wrapper-visual.active {
  animation: slide-in-kit9pw6 5s ease-in-out forwards;
  opacity: 1;
}
.ind_kv .btn-video {
  bottom: 4.5rem;
  left: 3.5rem;
  position: absolute;
  z-index: 5;
}
.ind_kv .blind {
  bottom: 0;
  left: 0;
  padding-top: 3.3333333%;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 3;
}
.ind_kv .blind::before, .ind_kv .blind::after {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.ind_kv .blind::before {
  background: #f9f9f9;
  clip-path: polygon(50% 12.5%, 50% 12.5%, 55.057% 13.405%, 60.102% 16.106%, 65.134% 20.584%, 70.154% 26.819%, 75.162% 34.79%, 80.156% 44.479%, 85.137% 55.863%, 90.105% 68.925%, 95.06% 83.644%, 100% 100%, 0 100%, 0 100%, 4.941% 83.643%, 9.895% 68.923%, 14.863% 55.861%, 19.844% 44.476%, 24.839% 34.788%, 29.846% 26.817%, 34.866% 20.583%, 39.898% 16.106%, 44.943% 13.405%, 50% 12.5%);
  z-index: 2;
}
.ind_kv .blind::after {
  background: #31beba;
  bottom: 1px;
  clip-path: polygon(50% 0, 50% 0, 55.057% 1.034%, 60.102% 4.122%, 65.134% 9.239%, 70.154% 16.365%, 75.162% 25.475%, 80.156% 36.547%, 85.137% 49.558%, 90.105% 64.486%, 95.06% 81.308%, 100% 100%, 0 100%, 0 100%, 4.941% 81.306%, 9.895% 64.483%, 14.863% 49.555%, 19.844% 36.544%, 24.839% 25.472%, 29.846% 16.362%, 34.866% 9.238%, 39.898% 4.121%, 44.943% 1.034%, 50% 0);
}
.ind_kv .blind svg {
  display: none;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.ind_kv .kv_btn {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background: hsla(0, 0%, 100%, 0.5);
  border: 1px solid hsla(0, 0%, 100%, 0.8);
  border-radius: 2rem;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: inline-block;
  height: 11.125rem;
  padding: 0.5rem;
  position: absolute;
  width: 19.125rem;
  bottom: 4.5rem;
  left: 3.5rem;
  z-index: 5;
}
.ind_kv .kv_btn .gatsby-image-wrapper {
  border: 1px solid #fff;
  border-radius: 1.5rem;
  box-shadow: inset 0 0 16px 0 rgba(0, 0, 0, 0.1), 0 0 16px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}
.ind_kv .kv_btn .gatsby-image-wrapper::before {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 1.5rem;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.ind_kv .kv_btn .gatsby-image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.ind_kv .kv_btn .btn-play {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background: hsla(0, 0%, 100%, 0.5);
  bottom: 1rem;
  height: 3.5rem;
  left: 1rem;
  opacity: 0.9;
  width: 3.5rem;
  z-index: 5;
  border-radius: 9999px;
  filter: drop-shadow(0 0 16px rgba(0, 0, 0, 0.2));
  position: absolute;
}
.ind_kv .kv_btn .btn-play::before {
  border-radius: 9999px;
  filter: drop-shadow(0 0 16px rgba(0, 0, 0, 0.2));
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  height: 3rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3rem;
}
.ind_kv .kv_btn .btn-play .icon {
  border-radius: 9999px;
  color: hsla(0, 0%, 100%, 0.8);
  filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.7));
  font-size: 3rem;
  position: absolute;
  height: 3rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3rem;
}
.ind_kv .kv_btn .btn-play .icon span {
  -webkit-mask-image: url(../images/index/play.svg);
  mask-image: url(../images/index/play.svg);
}
.ind_kv .kv_btn .txt-caption {
  bottom: 1.5rem;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  left: 0;
  line-height: 2rem;
  padding: 0 1.5rem;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5), 0 0 8px rgba(0, 0, 0, 0.25);
  width: 100%;
  z-index: 5;
}
.ind_kv .kv_btn:hover {
  background: hsla(0, 0%, 100%, 0.8);
  border: 1px solid hsla(0, 0%, 100%, 0.8);
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.1);
}
.ind_kv .kv_btn:hover .gatsby-image-wrapper::before {
  opacity: 0;
}
.ind_kv .kv_btn :active {
  background: hsla(0, 0%, 100%, 0.5);
  border: 1px solid hsla(0, 0%, 100%, 0.8);
}
.ind_kv .kv_btn :active .gatsby-image-wrapper:before {
  opacity: 0.1;
}
.ind_kv .ind_modal {
  align-items: center;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background: hsla(0, 0%, 95%, 0.8);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.5s;
  width: 100%;
  z-index: 9999;
}
.ind_kv .ind_modal.opened {
  opacity: 1;
}
.ind_kv .ind_modal .btn-close {
  background: #f9f9f9;
  border-radius: 9999px;
  color: #464649;
  cursor: pointer;
  font-size: 3rem;
  height: 4rem;
  padding: 0.5rem;
  position: absolute;
  right: 4rem;
  top: 4rem;
  width: 4rem;
}
.ind_kv .ind_modal .btn-close:hover {
  background: #fff;
  color: #262627;
}
.ind_kv .ind_modal .btn-close:active {
  background: #31beba;
  color: #f9f9f9;
}
.ind_kv .ind_modal .btn-close .icon span {
  -webkit-mask-image: var(--i-close);
  mask-image: var(--i-close);
}
.ind_kv .ind_modal .wrapper-video {
  height: 33.75rem;
  position: relative;
  width: 60rem;
}
.ind_kv .ind_modal .wrapper-youtube {
  background: #333;
  box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.08), 0 32px 64px -32px rgba(0, 0, 0, 0.04);
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.ind_kv .ind_modal .wrapper-youtube iframe {
  border: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.ind_all_con {
  background: #f9f9f9;
  margin-top: -1px;
  position: relative;
  width: 100%;
}
.ind_all_con .ind_all_bg {
  background-image: url(../images/index/bg_sticky.jpg);
  -webkit-background-position: center;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.ind_all_con .ind_all_bg.fixed {
  position: fixed;
  top: 0;
}
.ind_all_con .ind_all_bg.bottom {
  bottom: 0;
  position: absolute;
  top: auto;
}
.ind_all_con .ind_all_bg.top {
  bottom: auto;
  position: absolute;
  top: 0;
}

.ind_ov.section_con {
  overflow: visible;
  padding: 8rem 0;
  position: relative;
  z-index: 3;
}
.ind_ov.section_con .moogle {
  height: 31.625rem;
  left: 50%;
  position: absolute;
  top: -6rem;
  transform: translateX(26.25rem);
  width: 20rem;
  z-index: 3;
}
.ind_ov.section_con .wrapper-text {
  align-items: center;
  display: flex;
  height: 48.25rem;
  padding: 0 7.5rem;
  position: relative;
  width: 68rem;
  z-index: 4;
}
.ind_ov.section_con .wrapper-text .content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  position: relative;
  z-index: 2;
}
.ind_ov.section_con .wrapper-text .content .section-heading {
  margin-bottom: 0.75rem;
}
.ind_ov.section_con .wrapper-text .content p {
  width: 35rem;
}
.ind_ov.section_con .wrapper-text .bg-invitationCard {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.ind_ov.section_con .wrapper-text .deco {
  position: absolute;
  z-index: 3;
}
.ind_ov.section_con .wrapper-text .deco.flower1 {
  height: 12.375rem;
  left: -5.296875rem;
  top: 38.234375rem;
  width: 14.0625rem;
  z-index: 2;
}
.ind_ov.section_con .wrapper-text .deco.flower2 {
  height: 11.15625rem;
  left: -5rem;
  top: 33.25rem;
  width: 12.71875rem;
  z-index: 1;
}
.ind_ov.section_con .wrapper-deco {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.ind_ov.section_con .wrapper-deco .layer-1 {
  height: 62.75rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, calc(-50% - 4.78125rem)) rotate(-15deg);
  width: 70.0625rem;
}
.ind_ov.section_con .wrapper-deco .layer-2 {
  height: 48.25rem;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 68rem;
}

.ind_coeb.section_con {
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
  overflow: hidden;
}
.ind_coeb.section_con .wrapper-text {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
  width: 81rem;
}
.ind_coeb.section_con .wrapper-img {
  position: relative;
}
.ind_coeb.section_con .wrapper-img .img {
  position: absolute;
  will-change: top, bottom, transform;
}
.ind_coeb.section_con .wrapper-img .img .gatsby-image-wrapper {
  border-radius: 3.25rem;
  overflow: hidden;
  position: relative;
}
.ind_coeb.section_con .wrapper-img .img .gatsby-image-wrapper::before {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3.25rem;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.ind_coeb.section_con .wrapper-img .img::after {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background: hsla(0, 0%, 100%, 0.8);
  border: 1px solid #fff;
  border-radius: 4rem;
  bottom: -1rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08), 0 8px 16px -8px rgba(0, 0, 0, 0.04);
  content: "";
  left: -1rem;
  position: absolute;
  right: -1rem;
  top: -1rem;
  z-index: -1;
}
.ind_coeb.section_con .wrapper-img .img.center {
  position: relative;
  width: 67rem;
  z-index: 2;
}
.ind_coeb.section_con .wrapper-img .img.left, .ind_coeb.section_con .wrapper-img .img.right {
  position: absolute;
  width: 39rem;
}
.ind_coeb.section_con .wrapper-img .img.right {
  left: calc(50% + 26.5rem);
  top: var(--parallax-offset, -3.25rem);
  z-index: 3;
}
.ind_coeb.section_con .wrapper-img .img.left {
  bottom: var(--parallax-offset, -3.25rem);
  right: calc(50% + 26.5rem);
  z-index: 1;
}
.ind_coeb.section_con .wrapper-btn .btn {
  min-width: 18.25rem;
}

.ind_cp.section_con {
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
  position: relative;
}
.ind_cp.section_con .wrapper-text {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
  width: 81rem;
}
.ind_cp.section_con .wrapper-list {
  display: flex;
  gap: 3rem;
  width: 81rem;
}
.ind_cp.section_con .wrapper-btn .btn {
  min-width: 18.25rem;
}
.ind_cp .btn_box {
  padding: 0.75rem;
}
.ind_cp .btn_box .icon span {
  -webkit-mask-image: var(--i-angle-r);
  mask-image: var(--i-angle-r);
}

.ind_sp.section_con {
  margin: 0;
  padding: 9rem 0;
  background: #F4F0E3;
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
}
.ind_sp.section_con .section-heading .title_line_con .icon {
  color: #fff;
}
.ind_sp.section_con .section-heading .title_line_con::before {
  background-color: #fff;
}
.ind_sp.section_con .wrapper-text {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
  width: 81rem;
}
.ind_sp.section_con .wrapper-img {
  display: flex;
  gap: 2rem;
  justify-content: center;
  position: relative;
  width: 81rem;
  z-index: 2;
}
.ind_sp.section_con .wrapper-img .column {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.ind_sp.section_con .wrapper-img .column:first-child {
  align-items: flex-end;
  justify-content: flex-end;
}
.ind_sp.section_con .wrapper-img .column .img {
  background: #f9f9f9;
  border: 1px solid #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08), 0 8px 16px -8px rgba(0, 0, 0, 0.04);
  padding: 1.25rem;
}
.ind_sp.section_con .wrapper-img .column .img .gatsby-image-wrapper {
  position: relative;
}
.ind_sp.section_con .wrapper-img .column .img .gatsby-image-wrapper::before {
  border: 1px solid rgba(0, 0, 0, 0.1);
  bottom: 0;
  box-shadow: inset 0 0 16px 0 rgba(0, 0, 0, 0.1);
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.ind_sp.section_con .wrapper-img .column .img.img-1 {
  height: 40rem;
  width: 26rem;
}
.ind_sp.section_con .wrapper-img .column .img.img-3, .ind_sp.section_con .wrapper-img .column .img.img-4 {
  height: 19rem;
  width: 26rem;
}
.ind_sp.section_con .wrapper-img .column .img.img-2, .ind_sp.section_con .wrapper-img .column .img.img-5 {
  height: 19rem;
  width: 19rem;
}
.ind_sp.section_con .wrapper-img .minion.minion-1 {
  animation: moogle-bounce-sdhte1us1p4sqy6 1.6s linear infinite;
  height: 11.5rem;
  margin-top: 0.5rem;
  width: 7.6875rem;
}
.ind_sp.section_con .wrapper-img .minion.minion-2 {
  animation: moogle-float-2-sdhte1us1p4sqy6 4s ease-in-out infinite;
  height: 11.5rem;
  margin-bottom: 0.5rem;
  width: 8rem;
}
.ind_sp.section_con .wrapper-btn .btn {
  min-width: 18.25rem;
}
.ind_sp.section_con .bg-wave {
  background-color: #eee9d6;
  transform: translateY(-50%) rotate(180deg);
}

.ind_faq {
  margin: 0;
  padding: 9rem 0;
  background: url(../images/index/bg_faq.jpg) 0 0/18.625rem repeat, #E4F6F5;
}
.ind_faq .section-heading .title_line_con .icon {
  color: #fff;
}
.ind_faq .section-heading .title_line_con::before {
  background-color: #fff;
}
.ind_faq.section_con .wrapper-text {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
  width: 81rem;
  z-index: 2;
}
.ind_faq .menu_con {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background: hsla(0, 0%, 100%, 0.8);
  border: 1px solid hsla(0, 0%, 100%, 0.85);
  border-radius: 1.25rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08), 0 8px 16px -8px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 3rem;
  position: relative;
  width: 87rem;
  z-index: 2;
}
.ind_faq .wrapper-btn {
  display: flex;
  justify-content: center;
}
.ind_faq .wrapper-btn .btn {
  min-width: 18.25rem;
  font-size: 1.5rem;
  padding: 0.875rem;
}
.ind_faq .wrapper-btn .btn .icon span {
  -webkit-mask-image: var(--i-angle-r);
  mask-image: var(--i-angle-r);
}

.bg_shape {
  background-color: #f1f1f1;
  clip-path: polygon(74.534% 0, 74.534% 0, 77.846% 0.71%, 81.252% 2.639%, 84.648% 5.481%, 87.93% 8.931%, 90.994% 12.687%, 93.734% 16.442%, 96.047% 19.893%, 97.829% 22.734%, 98.974% 24.663%, 100% 26.2%, 100% 70.642%, 99.017% 72.31%, 97.983% 74.125%, 96.35% 76.8%, 94.196% 80.048%, 91.595% 83.582%, 88.624% 87.116%, 85.356% 90.364%, 81.868% 93.039%, 78.236% 94.854%, 74.534% 95.522%, 74.534% 95.522%, 70.832% 94.854%, 67.2% 93.039%, 63.712% 90.364%, 60.445% 87.116%, 57.473% 83.582%, 54.872% 80.048%, 52.718% 76.8%, 51.086% 74.125%, 50.051% 72.31%, 49.689% 71.642%, 49.689% 71.642%, 49.4% 71.131%, 48.572% 69.72%, 47.268% 67.592%, 45.552% 64.93%, 43.485% 61.915%, 41.131% 58.73%, 38.551% 55.558%, 35.809% 52.581%, 32.967% 49.983%, 30.086% 47.944%, 30.086% 47.944%, 33.168% 46.099%, 36.127% 43.679%, 38.916% 40.867%, 41.489% 37.842%, 43.796% 34.786%, 45.79% 31.88%, 47.425% 29.305%, 48.651% 27.241%, 49.422% 25.87%, 49.689% 25.373%, 49.689% 25.373%, 50.094% 24.663%, 51.24% 22.734%, 53.021% 19.893%, 55.334% 16.442%, 58.075% 12.687%, 61.138% 8.931%, 64.42% 5.481%, 67.816% 2.639%, 71.222% 0.71%, 74.534% 0, 0 25.373%, 0 71.642%, 0.29% 71.131%, 1.118% 69.72%, 2.421% 67.592%, 4.137% 64.93%, 6.204% 61.915%, 8.558% 58.73%, 11.138% 55.558%, 13.88% 52.582%, 16.723% 49.983%, 19.603% 47.945%, 19.603% 47.945%, 16.522% 46.099%, 13.563% 43.68%, 10.773% 40.867%, 8.201% 37.842%, 5.894% 34.786%, 3.899% 31.88%, 2.265% 29.305%, 1.038% 27.241%, 0.268% 25.87%, 0 25.373%, 0 25.373%);
  height: 13.333vw;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

@media screen and (min-width: 1014.99px) {
  .ind_sp.section_con .wrapper-img .column .img, .ind_sp.section_con .wrapper-img .column .minion {
    opacity: 0;
  }
  .ind_sp.section_con.in-view .column .img, .ind_sp.section_con.in-view .column .minion {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
  }
  .ind_sp.section_con.in-view .column .img.img-2, .ind_sp.section_con.in-view .column .img.img-5, .ind_sp.section_con.in-view .column .minion.img-2, .ind_sp.section_con.in-view .column .minion.img-5 {
    transition-delay: 0.2s;
  }
  .ind_sp.section_con.in-view .minion {
    opacity: 1;
    transition: opacity 1s ease-in-out;
    transition-delay: 0.6s;
  }
  .ind_ov.section_con .moogle {
    animation: moogle-float-o169pyrns1p4sqy6 3s ease-in-out infinite;
    opacity: 0;
    transition-delay: 0.5s;
    transition: opacity 0.5s ease-in-out;
  }
  .ind_ov.section_con .wrapper-text {
    opacity: 0;
    transform: translateX(25rem) rotate(15deg);
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  }
  .ind_ov.section_con .wrapper-text .deco.flower1 {
    opacity: 0;
    transform: translate(-2rem, -5rem) rotate(5deg);
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    transition-delay: 0.5s;
  }
  .ind_ov.section_con .wrapper-text .deco.flower2 {
    opacity: 0;
    transform: translate(-2rem, -5rem) rotate(-60deg);
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    transition-delay: 0.6s;
  }
  .ind_ov.section_con .wrapper-deco .layer-2 {
    opacity: 0;
    transform: translate(calc(-50% - 25rem), calc(-50% + 1rem)) rotate(-15deg);
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  }
  .ind_ov.in-view .moogle {
    opacity: 1;
  }
  .ind_ov.in-view .wrapper-deco .layer-2 {
    opacity: 1;
    transform: translate(-50%, calc(-50% + 1rem)) rotate(15deg);
  }
  .ind_ov.in-view .wrapper-text {
    opacity: 1;
    transform: none;
  }
  .ind_ov.in-view .wrapper-text .deco.flower1 {
    opacity: 1;
    transform: none;
  }
  .ind_ov.in-view .wrapper-text .deco.flower2 {
    opacity: 1;
    transform: rotate(-77.493deg);
  }
}
@media screen and (max-width: 1014.98px) {
  .ind_kv {
    height: 177vw;
    max-height: 100vh;
    min-height: 100vw;
  }
  .ind_kv .btn-video {
    bottom: calc(1rem + 8.88vw);
    left: 50%;
    transform: translateX(-50%);
  }
  .ind_kv .kv_btn {
    border-radius: 1rem;
    height: 6.25rem;
    padding: 0.375rem;
    width: 10.5rem;
  }
  .ind_kv .kv_btn .gatsby-image-wrapper {
    border-radius: 0.75rem;
  }
  .ind_kv .kv_btn .gatsby-image-wrapper::before {
    border-radius: 0.75rem;
  }
  .ind_kv .kv_btn .btn-play {
    bottom: 0.75rem;
    height: 2rem;
    left: 0.75rem;
    width: 2rem;
  }
  .ind_kv .kv_btn .btn-play .icon, .ind_kv .kv_btn .btn-play::before {
    height: 1.75rem;
    width: 1.75rem;
    font-size: 1.75rem;
  }
  .ind_kv .kv_btn .txt-caption {
    bottom: 0.75rem;
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
  .ind_kv .blind {
    bottom: 0;
    padding-top: 8.88888%;
  }
  .ind_kv .blind::before {
    clip-path: polygon(50% 6.25%, 50% 6.25%, 55.057% 6.702%, 60.101% 8.053%, 65.134% 10.292%, 70.154% 13.41%, 75.161% 17.395%, 80.156% 22.239%, 85.137% 27.932%, 90.105% 34.463%, 95.059% 41.822%, 100% 50%, 100% 100%, 0 100%, 0 50%, 0 50%, 4.941% 41.821%, 9.895% 34.461%, 14.863% 27.93%, 19.844% 22.238%, 24.839% 17.394%, 29.846% 13.409%, 34.866% 10.292%, 39.898% 8.053%, 44.943% 6.702%, 50% 6.25%);
  }
  .ind_kv .blind::after {
    clip-path: polygon(50% 0, 50% 0, 55.057% 0.517%, 60.101% 2.061%, 65.134% 4.62%, 70.154% 8.182%, 75.161% 12.737%, 80.156% 18.273%, 85.137% 24.779%, 90.105% 32.243%, 95.059% 40.654%, 100% 50%, 100% 100%, 0 100%, 0 50%, 0 50%, 4.941% 40.653%, 9.895% 32.242%, 14.863% 24.777%, 19.844% 18.272%, 24.839% 12.736%, 29.846% 8.181%, 34.866% 4.619%, 39.898% 2.06%, 44.943% 0.517%, 50% 0);
  }
  .ind_kv .wrapper-visual .gatsby-image-wrapper img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .ind_kv .ind_modal .btn-close {
    font-size: 1.875rem;
    height: 2.5rem;
    left: calc(50% + 7.625rem);
    padding: 0.3125rem;
    right: auto;
    top: 1.125rem;
    width: 2.5rem;
  }
  .ind_kv .ind_modal .wrapper-video {
    height: 12.65625rem;
    max-width: 22.5rem;
    width: 100%;
  }
  .bg_shape {
    display: none;
  }
  .ind_ov.section_con {
    padding: 3.375rem 1.875rem 1.875rem;
  }
  .ind_ov.section_con .moogle {
    height: 8.6875rem;
    left: calc(50% + 6.75rem);
    position: absolute;
    top: -1rem;
    transform: none;
    width: 5.5rem;
    z-index: 5;
  }
  .ind_ov.section_con .wrapper-text {
    height: auto;
    padding: 0;
    width: 19.5rem;
  }
  
  @media (max-width: 375px) {
    .ind_ov.section_con .wrapper-text {
      width: 100%;
    }
  }

  .ind_ov.section_con .wrapper-text .content {
    gap: 0.875rem;
    padding: 14.375rem 1.375rem 1.625rem;
    z-index: 3;
  }
  .ind_ov.section_con .wrapper-text .content .section-heading {
    margin-bottom: 0.125rem;
  }
  .ind_ov.section_con .wrapper-text .content h2 .subtitle {
    margin: 0 0 0.375rem;
  }
  .ind_ov.section_con .wrapper-text .content p {
    width: auto;
  }
  .ind_ov.section_con .wrapper-text .bg-invitationCard {
    background: #fff;
    border: 1px solid #d4d4d6;
    border-radius: 1rem;
    overflow: hidden;
    padding: 0.1875rem;
    z-index: 2;
  }
  .ind_ov.section_con .wrapper-text .bg-invitationCard .gatsby-image-wrapper {
    background: #fff;
    border: 1px solid #d4d4d6;
    border-radius: 0.875rem;
    height: 100%;
    overflow: hidden;
    width: 100%;
  }

  .ind_ov.section_con .wrapper-text .bg-frame {
    bottom: -0.625rem;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.08)) drop-shadow(0 4px 8px rgba(0, 0, 0, 0.04));
    left: -0.625rem;
    position: absolute;
    right: -0.625rem;
    top: -0.625rem;
    z-index: 1;
  }
  .ind_ov.section_con .wrapper-text .bg-frame::before {
    background: #f9f9f9;
    content: "";
    height: calc(100% - 20rem);
    left: 0;
    position: absolute;
    right: 0;
    top: 10rem;
    width: 100%;
  }
  .ind_ov.section_con .wrapper-text .bg-frame > div {
    height: 10rem;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 100%;
  }
  .ind_ov.section_con .wrapper-text .bg-frame > div .gatsby-image-wrapper {
    left: 0;
    position: absolute;
    right: 0;
  }
  .ind_ov.section_con .wrapper-text .deco.flower1 {
    bottom: -1.875rem;
    height: 3.375rem;
    left: -1.875rem;
    top: auto;
    transform: rotate(0deg);
    width: 4rem;
    z-index: 5;
  }
  .ind_ov.section_con .wrapper-text .deco.deco.flower2 {
    bottom: -0.5rem;
    height: 3.375rem;
    left: -2.6875rem;
    top: auto;
    transform: rotate(-60deg);
    width: 4rem;
    z-index: 4;
  }
  .ind_ov.section_con .wrapper-deco .layer-1 {
    height: 20rem;
    top: 0;
    transform: translateX(-50%) rotate(-15deg);
    width: 22.5rem;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.08)) drop-shadow(0 4px 8px rgba(0, 0, 0, 0.04));
    left: 50%;
  }
  .ind_ov.section_con .wrapper-deco .layer-2 {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.08)) drop-shadow(0 4px 8px rgba(0, 0, 0, 0.04));
    left: 50%;
    height: 15.125rem;
    top: 2.5rem;
    transform: translateX(-50%) rotate(15deg);
    width: 21.5rem;
  }
  .o169pyrn.s1p4sqy6 .wrapper-text .bg-frame > div.top,
  .o169pyrn.s1p4sqy6 .wrapper-text .bg-frame > div.top .gatsby-image-wrapper {
    top: 0;
  }
  .o169pyrn.s1p4sqy6 .wrapper-text .bg-frame > div.bottom,
  .o169pyrn.s1p4sqy6 .wrapper-text .bg-frame > div.bottom .gatsby-image-wrapper {
    bottom: 0;
  }
  .ind_cp.section_con {
    gap: 2rem;
  }
  .ind_cp.section_con .wrapper-text {
    gap: 1.5rem;
    max-width: 22.5rem;
    padding: 0 1.25rem;
    width: auto;
  }
  .ind_cp.section_con .wrapper-list {
    flex-direction: column;
    gap: 1rem;
    max-width: 22.5rem;
    padding: 0 1.25rem;
    width: auto;
  }
  @media (max-width: 375px) {
    .ind_cp.section_con .wrapper-list {
      padding: 0 2.5vw;
    }
  }
  .ind_cp.section_con .wrapper-btn {
    max-width: 22.5rem;
    padding: 0 1.25rem;
    width: auto;
  }
  .ind_cp.section_con .wrapper-btn .btn {
    min-width: 13.25rem;
  }
  .ind_cp .wrapper-btn .btn {
    min-width: 13.25rem;
    font-size: 1.125rem;
    padding: 0.5625rem;
  }
  .ind_cp .bottom .btn-wrapper {
    margin: 0 auto;
  }
  .ind_cp .bottom .btn-wrapper .btn {
    min-width: 11.6875rem;
    font-size: 1rem;
    line-height: 1.4em;
    padding: 0.375rem;
  }
  .ind_coeb.section_con {
    gap: 2rem;
    width: auto;
  }
  .ind_coeb.section_con .wrapper-text {
    gap: 1.5rem;
    max-width: 22.5rem;
    padding: 0 1.25rem;
    width: auto;
  }
  .ind_coeb.section_con .wrapper-img {
    -webkit-box-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    max-width: 22.5rem;
    padding: 0 1.25rem;
    width: auto;
  }
  .ind_coeb.section_con .wrapper-img .img .gatsby-image-wrapper {
    border-radius: 0.75rem;
  }
  .ind_coeb.section_con .wrapper-img .img .gatsby-image-wrapper::before {
    border-radius: 0.75rem;
  }
  .ind_coeb.section_con .wrapper-img .img::after {
    border-radius: 1rem;
    bottom: -0.25rem;
    left: -0.25rem;
    right: -0.25rem;
    top: -0.25rem;
  }
  .ind_coeb.section_con .wrapper-img .img.center {
    order: 1;
    width: 100%;
  }
  .ind_coeb.section_con .wrapper-img .img.left, .ind_coeb.section_con .wrapper-img .img.right {
    bottom: auto !important;
    left: auto;
    position: relative;
    right: auto;
    top: auto !important;
    width: calc(50% - 0.375rem);
  }
  .ind_coeb.section_con .wrapper-img .img.right {
    order: 3;
  }
  .ind_coeb.section_con .wrapper-img .img.left {
    order: 2;
  }
  .ind_coeb.section_con .wrapper-btn {
    max-width: 22.5rem;
    padding: 0 1.25rem;
    width: auto;
  }
  .ind_coeb.section_con .wrapper-btn .btn {
    min-width: 13.25rem;
  }
  .ind_sp.section_con {
    gap: 2rem;
  }
  .ind_sp.section_con .wrapper-text {
    gap: 1.5rem;
    max-width: 22.5rem;
    padding: 0 1.25rem;
    width: auto;
  }
  .ind_sp.section_con .wrapper-img {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: 9.625rem 9.625rem;
    grid-template-rows: 6.166667rem 6.166667rem 6.166667rem;
    justify-content: flex-start;
    max-width: 22.5rem;
    padding: 0 1.25rem;
    width: auto;
  }
  .ind_sp.section_con .wrapper-img .column {
    gap: 0.75rem;
    width: 100%;
  }
  .ind_sp.section_con .wrapper-img .column .img {
    padding: 0;
    position: relative;
  }
  .ind_sp.section_con .wrapper-img .column .img.img-1, .ind_sp.section_con .wrapper-img .column .img.img-3, .ind_sp.section_con .wrapper-img .column .img.img-4, .ind_sp.section_con .wrapper-img .column .img.img-2, .ind_sp.section_con .wrapper-img .column .img.img-5 {
    height: 0;
    width: 100%;
  }
  .ind_sp.section_con .wrapper-img .column .img.img-1 {
    padding-top: 135.8974%;
  }
  .ind_sp.section_con .wrapper-img .column .img.img-3, .ind_sp.section_con .wrapper-img .column .img.img-4 {
    padding-top: 64.1026%;
  }
  .ind_sp.section_con .wrapper-img .column .img.img-2, .ind_sp.section_con .wrapper-img .column .img.img-5 {
    height: 0;
    padding-top: calc(66.66667% - 0.25rem);
    width: calc(66.66667% - 0.25rem);
  }
  .ind_sp.section_con .wrapper-img .column .img .gatsby-image-wrapper {
    bottom: 0.375rem;
    left: 0.375rem;
    overflow: hidden;
    position: absolute;
    right: 0.375rem;
    top: 0.375rem;
  }
  .ind_sp.section_con .wrapper-img .column:nth-child(2) {
    -ms-grid-row-span: 2;
    grid-column: 1;
    grid-row: 1/span 2;
  }
  .ind_sp.section_con .wrapper-img .column:nth-child(4) {
    flex-direction: row-reverse;
    grid-column: 2;
    grid-row: 1;
  }
  .ind_sp.section_con .wrapper-img .column:first-child {
    flex-direction: row-reverse;
    grid-column: 1;
    grid-row: 3;
  }
  .ind_sp.section_con .wrapper-img .column:nth-child(3) {
    -ms-grid-row-span: 3;
    grid-column: 2;
    grid-row: 2/span 3;
  }
  .ind_sp.section_con .wrapper-img .column .minion {
    height: auto;
    width: calc(33.33333% - 0.5rem);
  }
  .ind_sp.section_con .wrapper-img .column .minion .gatsby-image-wrapper {
    width: calc(100% + 1.25rem);
  }
  .ind_sp.section_con .wrapper-img .column .minion.minion-1 .gatsby-image-wrapper {
    margin-left: -1.25rem;
  }
  .ind_sp.section_con .wrapper-img .column .minion.minion-1 {
    animation: moogle-bounce-sdhte1us1p4sqy6 1.6s linear infinite;
    height: auto;
    margin-top: 0.5rem;
  }
  .ind_sp.section_con .wrapper-img .column .minion.minion-2 {
    animation: moogle-float-2-sdhte1us1p4sqy6 4s ease-in-out infinite;
    height: 11.5rem;
    margin-bottom: 0.5rem;
  }
  .ind_sp.section_con .wrapper-btn {
    max-width: 22.5rem;
    padding: 0 1.25rem;
    width: auto;
  }
  .ind_sp.section_con .wrapper-btn .btn {
    min-width: 13.25rem;
    font-size: 1.125rem;
    padding: 0.5625rem;
  }
  .ind_all_bg {
    display: none;
  }
  .ind_faq.section_con {
    gap: 2rem;
  }
  .ind_faq.section_con::before {
    background-size: 33.3vw auto;
  }
  .ind_faq.section_con .wrapper-text {
    gap: 1.5rem;
    max-width: 22.5rem;
    padding: 0 1.25rem;
    width: auto;
  }
  .ind_faq .wrapper-btn .btn {
    min-width: 13.25rem;
  }
  .ind_faq .menu_con {
    gap: 1.5rem;
    max-width: 21.75rem;
    padding: 1.5rem 0.75rem;
    width: auto;
  }
  .ind_faq .wrapper-btn .btn {
    min-width: 13.25rem;
    font-size: 1rem;
    padding: 0.375rem;
  }
}
@keyframes moogle-float-2-sdhte1us1p4sqy6 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2rem);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes moogle-bounce-sdhte1us1p4sqy6 {
  0% {
    animation-timing-function: cubic-bezier(0.7, -0.6, 0.32, 1);
    transform: translateY(0);
  }
  34% {
    animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateY(-2rem);
  }
  35% {
    transform: translateY(-1.2rem);
  }
  50% {
    transform: translateY(0.5rem);
  }
  65% {
    transform: translateY(-0.4rem);
  }
  80% {
    transform: translateY(0.15rem);
  }
  90% {
    transform: translateY(-0.05rem);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes moogle-float-o169pyrns1p4sqy6 {
  0% {
    transform: translateX(26.25rem) translateY(0);
  }
  50% {
    transform: translateX(26.25rem) translateY(-3rem);
  }
  to {
    transform: translateX(26.25rem) translateY(0);
  }
}
@keyframes slide-in-kit9pw6 {
  0% {
    transform: scale(1.13);
  }
  to {
    transform: scale(1);
  }
}
/* 永結同心典禮 ---------------------------------------------------- */
.page-ceremony .art_con:nth-child(2) .item_con, .page-ceremony .art_con:last-child .item_con {
  width: 100%;
}

#eternalbond-main .page-ceremony-in > section:nth-child(3) > .art_con .item_con {
  gap: 1.25rem;
}
#eternalbond-main .page-ceremony-in > section:nth-child(3) > .art_con > .item_con:first-child, #eternalbond-main .page-ceremony-in > section:nth-child(3) > .art_con > .item_con:nth-child(2) {
  width: calc((100% - 0rem) / 1);
}
#eternalbond-main .page-ceremony-in > section:nth-child(4) {
  background: #F8F5ED;
}
#eternalbond-main .page-ceremony-in > section:nth-child(4) > .art_con .item_con {
  width: calc((100% - 6rem) / 3);
}
#eternalbond-main .page-ceremony-in > section:nth-child(4) .sec_con {
  display: flex;
  flex-direction: column;
}
#eternalbond-main .page-ceremony-in > section:nth-child(4) .sec_con .item_con[width=wide] {
  width: 53rem;
}
#eternalbond-main .page-ceremony-in > section:nth-child(4) .sec_con .item_con[width=narrow] {
  width: 25rem;
}

.section_con .item_img_con .wrapper-images {
  background: transparent;
}

@media screen and (max-width: 1014.98px) {
  #eternalbond-main .page-ceremony-in > section:nth-child(4) > .art_con .item_con {
    gap: 1rem;
    max-width: 20.25rem;
    padding: 0;
    width: 100%;
  }
}
#eternalbond-main .page-ceremony-in-2 > section:nth-child(3) .item_con, #eternalbond-main .page-ceremony-in-2 > section:nth-child(4) .item_con {
  width: calc((100% - 6rem) / 3);
}
#eternalbond-main .page-ceremony-in-2 > section:nth-child(4) {
  background: transparent;
}
#eternalbond-main .page-ceremony-in-2 > section:nth-child(4), #eternalbond-main .page-ceremony-in-2 > section:nth-child(5) {
  padding: 4.5rem 0;
}
#eternalbond-main .page-ceremony-in-2 > section:nth-child(6) {
  background: transparent;
}
#eternalbond-main .page-ceremony-in-2 > section:nth-child(7) {
  background: #F8F5ED;
}
#eternalbond-main .page-ceremony-in-2 > section:nth-child(7) .item_con {
  width: calc((100% - 6rem) / 3);
}
#eternalbond-main .page-ceremony-in-2 > section:nth-child(7) .step_con .item_con:first-child {
  width: calc((100% - 6rem) / 3 * 2 + 3rem);
}

@media screen and (max-width: 1014.98px) {
  #eternalbond-main .page-ceremony-in-2 > section:nth-child(3) .item_con, #eternalbond-main .page-ceremony-in-2 > section:nth-child(4) .item_con {
    width: 100%;
  }
  #eternalbond-main .page-ceremony-in-2 > section:nth-child(4), #eternalbond-main .page-ceremony-in-2 > section:nth-child(5) {
    padding: 1.5rem 0;
  }
  #eternalbond-main .page-ceremony-in-2 > section:nth-child(6) > div:nth-child(2) {
    gap: 2rem;
  }
  #eternalbond-main .page-ceremony-in-2 > section:nth-child(7) {
    background: #F8F5ED;
  }
  #eternalbond-main .page-ceremony-in-2 > section:nth-child(7) .item_con {
    width: 100%;
  }
  #eternalbond-main .page-ceremony-in-2 > section:nth-child(7) .step_con .item_con:first-child {
    width: 100%;
  }
}
.page-ceremony-in-3 .section_con .item_con {
  width: calc((100% - 6rem) / 3);
}

@media screen and (max-width: 1014.98px) {
  .page-ceremony-in-3 .section_con {
    padding-top: 1.5rem;
  }
  .page-ceremony-in-3 .section_con .step_con {
    gap: 0.75rem;
  }
  .page-ceremony-in-3 .section_con .item_con {
    width: calc(33.33333% - 0.5rem);
  }
  .page-ceremony-in-3 .mobile-no-of-blocks-3 .img_box::before {
    bottom: -0.25rem;
    left: -0.25rem;
    right: -0.25rem;
    top: -0.25rem;
  }
}
/* 方案一覧 items ---------------------------------------------------- */
.colorbox_con.section_con {
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
  padding-top: 4.5rem;
  position: relative;
}
.colorbox_con.section_con .wrapper-text {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
  width: 81rem;
  z-index: 1;
}
.colorbox_con.section_con .wrapper-list {
  display: flex;
  gap: 3rem;
  width: 81rem;
  z-index: 1;
}
.colorbox_con.section_con .wrapper-btn .btn {
  min-width: 18.25rem;
  z-index: 1;
}

.color_con {
  background: linear-gradient(135deg, #87c5c3, #78bab7 25%, #65b3b1 50%, #75bdba 75%, #59a6a3);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1.5rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08), 0 8px 16px -8px rgba(0, 0, 0, 0.04);
  color: #f9f9f9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  position: relative;
  width: 25rem;
}
.color_con::before, .color_con::after {
  background: #fff;
  content: "";
  height: 1px;
  left: 2.8125rem;
  opacity: 0.4;
  position: absolute;
  width: calc(100% - 5.625rem);
  z-index: 1;
}
.color_con::before {
  top: 1rem;
}
.color_con::after {
  bottom: 1rem;
}
.color_con .top {
  border-bottom: 2px solid hsla(0, 0%, 100%, 0.25);
  padding-bottom: 1.125rem;
  position: relative;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.05);
  z-index: 2;
}
.color_con .top .crystal-wrapper {
  align-items: center;
  color: #fff;
  display: flex;
  filter: drop-shadow(-1px -1px 0 rgba(0, 0, 0, 0.05));
  gap: 0.5rem;
  height: 2rem;
  justify-content: center;
  margin-bottom: 1rem;
}
.color_con .top .crystal-wrapper .icon {
  font-size: 1.5rem;
  margin: 0 -0.25rem;
}
.color_con .top .crystal-wrapper .icon span {
  -webkit-mask-image: var(--i-sub-icon);
  mask-image: var(--i-sub-icon);
}
.color_con .top .label {
  font-size: 0.875rem;
  letter-spacing: 0.0875rem;
  line-height: 1.25rem;
  text-align: center;
}
.color_con .top .title {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.035rem;
  line-height: 2.75rem;
  text-align: center;
}
.color_con .bottom {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  position: relative;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.05);
  z-index: 2;
}
.color_con .bottom .desc {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 2rem;
  padding: 2.5rem 0;
  line-break: anywhere;
}
.color_con .deco {
  bottom: 0;
  left: 0;
  opacity: 0.4;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.color_con .deco::before, .color_con .deco::after {
  background: #fff;
  content: "";
  height: calc(100% - 5.625rem);
  position: absolute;
  top: 2.8125rem;
  width: 1px;
}
.color_con .deco::before {
  left: 1rem;
}
.color_con .deco::after {
  right: 1rem;
}
.color_con .deco .icon {
  color: #fff;
  font-size: 1rem;
  height: 1.8125rem;
  overflow: hidden;
  padding-bottom: 0.8125rem;
  padding-right: 0.8125rem;
  position: absolute;
  width: 1.8125rem;
}
.color_con .deco .icon::before {
  border: 1px solid #fff;
  border-radius: 100%;
  bottom: 0;
  content: "";
  height: 3.625rem;
  position: absolute;
  right: 0;
  width: 3.625rem;
}
.color_con .deco .icon.rt {
  left: 1rem;
  top: 1rem;
}
.color_con .deco .icon.lt {
  right: 1rem;
  top: 1rem;
  transform: rotate(90deg);
}
.color_con .deco .icon.rb {
  bottom: 1rem;
  right: 1rem;
  transform: rotate(180deg);
}
.color_con .deco .icon.lb {
  bottom: 1rem;
  left: 1rem;
  transform: rotate(270deg);
}
.color_con .deco .icon span {
  -webkit-mask-image: var(--i-frame);
  mask-image: var(--i-frame);
}
.color_con.gold {
  background: linear-gradient(135deg, #ccc27f, #c5b26d 25%, #b8a561 50%, #c0af72 75%, #b0a34f);
}

.color_con.gold .top .crystal-wrapper .icon:first-child, .color_con.gold .top .crystal-wrapper .icon:nth-child(3) {
  font-size: 1.125rem;
  margin: 0 -0.1875rem;
}
.color_con.platinum {
  background: linear-gradient(135deg, #9e9daf, #9d9daa 25.09%, #848494 50.18%, #9292a0 75.09%, #787788);
}
.color_con.platinum .top .crystal-wrapper .icon:first-child, .color_con.platinum .top .crystal-wrapper .icon:nth-child(5) {
  font-size: 1.125rem;
  margin: 0 -0.1875rem;
}
.color_con.platinum .top .crystal-wrapper .icon:nth-child(3) {
  font-size: 1.875rem;
  margin: 0 -0.3125rem;
}

@media screen and (max-width: 1014.98px) {
  .colorbox_con.section_con {
    gap: 2rem;
    padding: 1.5rem 0 3rem;
  }
  .colorbox_con.section_con .wrapper-text {
    gap: 0.75rem;
    max-width: 22.5rem;
    padding: 0 1.25rem;
    width: auto;
  }
  .colorbox_con.section_con .wrapper-list, .colorbox_con.section_con .wrapper-btn {
    max-width: 22.5rem;
    /* padding: 0 1.25rem; */
    width: auto;
  }
  .colorbox_con.section_con .wrapper-list .btn, .colorbox_con.section_con .wrapper-btn .btn {
    min-width: 13.25rem;
  }
  .colorbox_con.section_con .wrapper-list {
    flex-direction: column;
    gap: 1rem;
  }
  .color_con {
    padding: 2.5rem 2rem;
    width: 100%;
  }
  @media (max-width: 375px) {
    .color_con {
      padding: 10vw;
    }
    
  }
  .color_con .top {
    padding-bottom: 1rem;
  }
  .color_con .top .crystal-wrapper {
    color: #fff;
    gap: 0.5rem;
    height: 1.5rem;
    margin-bottom: 0.75rem;
  }
  .color_con .top .crystal-wrapper .icon {
    font-size: 1.125rem;
    margin: 0 -0.125rem;
  }
  .color_con.gold .top .crystal-wrapper .icon:first-child, .color_con.gold .top .crystal-wrapper .icon:nth-child(3),
  .color_con.platinum .top .crystal-wrapper .icon:first-child, .color_con.platinum .top .crystal-wrapper .icon:nth-child(5){
    font-size: .75rem;
    margin: 0 -.125rem;
  }

  .color_con .top .label {
    font-size: 0.75rem;
    letter-spacing: 0.075rem;
  }
  .color_con .top .title {
    font-size: 1.4rem;
    letter-spacing: 0.025rem;
    line-height: 2rem;
  }
  .color_con .bottom {
    margin: 0 auto;
  }
  .color_con .bottom .desc {
    font-size: 1rem;
    line-height: 1.5ren;
    padding: 1.5rem 0;
  }
  .color_con .bottom .btn-wrapper .btn {
    min-width: 11.6875rem;
  }
  .color_con .p1jcaxpa.gold .top .crystal-wrapper .icon:first-child,
  .color_con .p1jcaxpa.gold .top .crystal-wrapper .icon:nth-child(3),
  .color_con .p1jcaxpa.platinum .top .crystal-wrapper .icon:first-child,
  .color_con .p1jcaxpa.platinum .top .crystal-wrapper .icon:nth-child(5) {
    font-size: 0.75rem;
    margin: 0 -0.125rem;
  }
  .color_con .p1jcaxpa.platinum .top .crystal-wrapper .icon:nth-child(3) {
    font-size: 1.5rem;
    margin: 0 -0.25rem;
  }
}
/* 方案一覧 ---------------------------------------------------------- */
.page-plans .btn_box .icon span {
  -webkit-mask-image: var(--i-angle-r);
  mask-image: var(--i-angle-r);
}

#eternalbond-main .page-plans-in .item_con {
  gap: 2.25rem;
}
#eternalbond-main .page-plans-in > section:nth-child(3) .art_con, #eternalbond-main .page-plans-in > section:nth-child(3) .step_con {
  align-items: center;
  gap: 3rem;
}
#eternalbond-main .page-plans-in > section:nth-child(3) > div:nth-child(2) .item_con:first-child {
  margin-left: -7rem;
  width: calc((100% - 3rem) / 2 + 7rem);
}
#eternalbond-main .page-plans-in > section:nth-child(3) > div:nth-child(6) {
  align-items: stretch;
}
#eternalbond-main .page-plans-in > section:nth-child(3) > div:nth-child(6) .page_txt_con {
  gap: 2.25rem;
  margin-left: -14rem;
  width: calc((100% - 3rem) / 2 + 14rem);
}
#eternalbond-main .page-plans-in > section:nth-child(4) {
  background: #F8F5ED;
}
#eternalbond-main .page-plans-in > section:nth-child(4) > div:nth-child(2) > .item_con {
  width: 100%;
}
#eternalbond-main .page-plans-in > section:nth-child(6) {
  background: #FFFFFF;
}
#eternalbond-main .page-plans-in > section:nth-child(6) #price > .item_con:first-child {
  width: calc((100% - 9rem) / 4 * 3 + 6rem);
}
#eternalbond-main .page-plans-in > section:nth-child(6) #price > .item_con:last-child {
  width: calc((100% - 9rem) / 4 * 1 + 0rem);
}
#eternalbond-main .page-plans-in > section:nth-child(7) {
  background: #65B3B1;
}
#eternalbond-main .page-plans-in > section:nth-child(7) .btn_spc {
  margin: 0 auto;
  max-width: 100%;
  width: 31rem;
}
.page-plans-in .list-radioBtn.gap-narrow .radio_btn_la {
  width: calc(25% - 0.375rem);
}
.page-plans-in .btn_box .icon span {
  -webkit-mask-image: var(--i-angle-r);
  mask-image: var(--i-angle-r);
}

#eternalbond-main .page-plans-in-2 > section:nth-child(6) {
  background: #FFFFFF;
}
#eternalbond-main .page-plans-in-2 > section:nth-child(6) #price > .item_con:first-child {
  width: calc((100% - 6rem) / 3 * 2 + 3rem);
}
#eternalbond-main .page-plans-in-2 > section:nth-child(6) #price > .item_con:last-child {
  width: calc((100% - 6rem) / 3);
}
#eternalbond-main .page-plans-in-2 > section:nth-child(7) {
  background: #B8A561;
}

#eternalbond-main .page-plans-in-3 > section:nth-child(7) {
  background: #848494;
}

@media screen and (max-width: 1014.98px) {
  #eternalbond-main .page-plans-in .item_con {
    gap: 1rem;
  }
  #eternalbond-main .page-plans-in .art_con .item_con {
    gap: 0.5rem;
  }
  #eternalbond-main .page-plans-in > section:nth-child(3) .step_con {
    gap: 1rem;
  }
  #eternalbond-main .page-plans-in > section:nth-child(3) .art_con {
    gap: 1.5rem;
  }
  #eternalbond-main .page-plans-in > section:nth-child(3) > div:nth-child(2) .item_con:first-child {
    margin-left: 0;
    width: 100%;
  }
  #eternalbond-main .page-plans-in > section:nth-child(3) > div:nth-child(6) {
    align-items: stretch;
  }
  #eternalbond-main .page-plans-in > section:nth-child(3) > div:nth-child(6) .page_txt_con {
    gap: 1.5rem;
    margin-left: 0;
    width: 100%;
  }
  #eternalbond-main .page-plans-in > section:nth-child(4) > div {
    gap: 1.5rem;
  }
  #eternalbond-main .page-plans-in > section:nth-child(4) > div > .item_con {
    gap: 1.5rem;
  }
  #eternalbond-main .page-plans-in > section:nth-child(4) > div .art_con > .item_con {
    gap: 1rem;
  }
  #eternalbond-main .page-plans-in > section:nth-child(6) #price > .item_con:first-child {
    width: 100%;
  }
  #eternalbond-main .page-plans-in > section:nth-child(6) #price > .item_con:last-child {
    width: 100%;
  }
  #eternalbond-main .page-plans-in > section:nth-child(7) .btn_spc {
    margin: 0 auto;
    max-width: 100%;
    width: 31rem;
  }
  .page-plans-in .section_con {
    gap: 2rem;
    padding: 3rem 0;
  }
  .page-plans-in .list-radioBtn.gap-narrow .radio_btn_la {
    width: auto;
  }
}
/* 特別道具 items ------------------------------------------------- */
#eternalbond-main .page-items > section:nth-child(6), #eternalbond-main .page-items > section:nth-child(7), #eternalbond-main .page-items > section:nth-child(8) {
  background: #F8F5ED;
}
#eternalbond-main .page-items > section:nth-child(6) .sec_con, #eternalbond-main .page-items > section:nth-child(7) .sec_con, #eternalbond-main .page-items > section:nth-child(8) .sec_con {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
#eternalbond-main .page-items > section:nth-child(6) .sec_con .item_con, #eternalbond-main .page-items > section:nth-child(7) .sec_con .item_con, #eternalbond-main .page-items > section:nth-child(8) .sec_con .item_con {
  gap: 2.25rem;
}
#eternalbond-main .page-items .section_con {
  padding: 4.5rem 0;
}
#eternalbond-main .page-items .section_con .item_img_con .wrapper-images .image-item {
  position: absolute !important;
  top: 0 !important;
}
/* #eternalbond-main .page-items > section:nth-child(6), #eternalbond-main .page-items > section:nth-child(8), #eternalbond-main .page-items > section:nth-child(9) {
  padding: 9rem 0;
} */

.page-items .header_con .wrapper-image .gatsby-image-wrapper img {
  -o-object-position: center center;
     object-position: center center;
}

@media screen and (max-width: 1014.98px) {
  #eternalbond-main .page-items > section:nth-child(6), #eternalbond-main .page-items > section:nth-child(7), #eternalbond-main .page-items > section:nth-child(8) {
    background: #F8F5ED;
  }
  #eternalbond-main .page-items > section:nth-child(6) .sec_con, #eternalbond-main .page-items > section:nth-child(7) .sec_con, #eternalbond-main .page-items > section:nth-child(8) .sec_con {
    flex-direction: column;
    gap: 1.5rem;
  }
  #eternalbond-main .page-items > section:nth-child(6) .sec_con .item_con, #eternalbond-main .page-items > section:nth-child(7) .sec_con .item_con, #eternalbond-main .page-items > section:nth-child(8) .sec_con .item_con {
    gap: 1.5rem;
  }
  #eternalbond-main .page-items > section:nth-child(6) .sec_con.mobile-order-reverse, #eternalbond-main .page-items > section:nth-child(7) .sec_con.mobile-order-reverse, #eternalbond-main .page-items > section:nth-child(8) .sec_con.mobile-order-reverse {
    flex-direction: column-reverse;
  }
  #eternalbond-main .page-items .section_con {
    padding: 1.5rem;
  }
  #eternalbond-main .page-items .section_con.section-bg-start {
    padding-bottom: 1.5rem;
  }
  #eternalbond-main .page-items > section:nth-child(6), #eternalbond-main .page-items > section:nth-child(8), #eternalbond-main .page-items > section:nth-child(9) {
    padding: 1.5rem 0;
  }
  #eternalbond-main .page-items > section:nth-child(8) {
    padding-bottom: 3rem;
  }
  #eternalbond-main .page-items > section:nth-child(9) {
    padding: 3rem 0;
  }
  #eternalbond-main .page-items .wrapper-pageNavigation + .section_con {
    padding: 1.5rem;
  }
}
/* 典禮流程 ------------------------------------------------- */
#eternalbond-main .page-planning .section_con .art_con:nth-child(2) {
  gap: 2rem;
}
#eternalbond-main .page-planning .section_con .art_con:nth-child(2) .item_con {
  width: 100%;
}
#eternalbond-main .page-planning .section_con .art_con:nth-child(3) .item_con {
  width: 100%;
}
#eternalbond-main .page-planning .section_con .art_con:nth-child(3) .item_con .icon span {
  -webkit-mask-image: var(--i-sub-icon);
  mask-image: var(--i-sub-icon);
}
#eternalbond-main .page-planning .section_con .step_con {
  align-items: center;
}
#eternalbond-main .page-planning .section_con .step_con .item_con:first-child {
  gap: 2.25rem;
}
#eternalbond-main .page-planning .section_con .btn_box .icon span {
  -webkit-mask-image: var(--i-angle-r);
  mask-image: var(--i-angle-r);
}

@media screen and (max-width: 1014.98px) {
  #eternalbond-main .page-planning .section_con .btn_box {
    min-width: 0;
  }
}
.page-planning-in .step_con .item_con:first-child {
  width: calc((100% - 6rem) / 3 * 2 + 3rem);
}
.page-planning-in .step_con .item_con:last-child {
  width: calc((100% - 6rem) / 3);
}
.page-planning-in .wrapper-btn a .icon span {
  -webkit-mask-image: var(--i-angle-r);
  mask-image: var(--i-angle-r);
}
.page-planning-in .wrapper-btn a.store-link .icon span {
  -webkit-mask-image: var(--i-window);
  mask-image: var(--i-window);
}
.page-planning-in .icon_box_frame .wrapper-content .wrapper-icon .icon span,
.map.icon_box_frame .wrapper-content .wrapper-icon .icon span {
  -webkit-mask-image: var(--i-info);
  mask-image: var(--i-info);
}
.page-planning-in .icon_box_frame.mobile-order-reverse {
  flex-direction: column-reverse;
}

#eternalbond-main .page-planning-1 > section:last-child {
  background: #F8F4ED;
}
#eternalbond-main .page-planning-1 > section:last-child .wrapper-btn a:last-child .icon span {
  -webkit-mask-image: var(--i-angle-r);
  mask-image: var(--i-angle-r);
}
#eternalbond-main .page-planning-1 > section:last-child .line_on .item_con {
  width: 100%;
}
#eternalbond-main .page-planning-1 > section:last-child .line_on .item_con .icon span {
  -webkit-mask-image: var(--i-sub-icon);
  mask-image: var(--i-sub-icon);
}
.page-planning-1 .section_con .icon_box_frame {
  flex-direction: row;
}
/* .page-planning-1 .icon_box_frame .wrapper-map .map .icon span, */
.wrapper-map .map .icon span {
  -webkit-mask-image: url(../images/common/mapmarker.svg);
  mask-image: url(../images/common/mapmarker.svg);
}

.page-planning-2 .wrapper-btn a:last-child .icon span {
  -webkit-mask-image: var(--i-angle-r);
  mask-image: var(--i-angle-r);
}
#eternalbond-main .page-planning-2 > section:nth-child(4) {
  background: #F8F4ED;
}
.page-planning-2 .big_btn a:first-child .icon {
  transform: rotate(180deg);
}
.page-planning-2 .go_bottom .icon span {
  -webkit-mask-image: url(../images/common/doubleanglebottom.svg) !important;
  mask-image: url(../images/common/doubleanglebottom.svg) !important;
}

@media screen and (max-width: 1014.98px) {
  .page-planning-1 .step_con .item_con:first-child, .page-planning-in .step_con .item_con:first-child {
    width: 100%;
  }
  .page-planning-1 .step_con .item_con:last-child, .page-planning-in .step_con .item_con:last-child {
    width: 100%;
  }
  .page-planning-1 .section_con .icon_box_frame {
    flex-direction: column-reverse;
  }
}
.page-planning-new .table_con {
  background: #F1F1F1;
  border: 0;
  padding: 3rem 0;
  position: relative;
  min-height: 36rem;
}
.page-planning-new .table_con .main_con {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: absolute;
  bottom: 3.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.page-planning-new .table_con .main_con .list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
}
.page-planning-new .table_con .main_con .list > div {
  border-radius: 6px;
  min-height: 4rem;
  margin: 0.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 2rem;
  font-size: 1.25rem;
  font-weight: 700;
}
.page-planning-new .table_con .main_con .list .platinum {
  background: #848494;
  color: #F9F9F9;
  width: 48rem;
}
.page-planning-new .table_con .main_con .list .gold {
  background: #B8A561;
  color: #F9F9F9;
  width: 41rem;
}
.page-planning-new .table_con .main_con .list .standard {
  background: #65B3B1;
  color: #F9F9F9;
  width: 34rem;
}
.page-planning-new .table_con .main_con .list .pink {
  background: #F8DCD8;
  color: #861C1F;
  width: 27rem;
}
.page-planning-new .table_con .main_con .all {
  margin: 0.5rem;
  border-radius: 6px;
  background: #1E8582;
  color: #F9F9F9;
  min-width: 27rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
}
.page-planning-new .table_con .time_box {
  text-align: right;
  color: #909094;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 0 3rem;
}
.page-planning-new .table_con .date_con {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 3.25rem;
  margin-top: 1.5625rem;
  margin-bottom: 0.3125rem;
  padding: 0 3.05rem 0 0;
}
.page-planning-new .table_con .date_con .green {
  width: 3rem;
  height: 3.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  color: #5E5E62;
  font-weight: 700;
  margin: 0 0.5rem;
  position: relative;
}
.page-planning-new .table_con .date_con .green::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background: url(../images/planning/reservation/icon_green.svg) no-repeat center;
  background-size: cover;
}
.page-planning-new .table_con .date_con .green:first-child {
  margin-right: 21.55rem;
}
.page-planning-new .table_con .date_con .green::after {
  content: "";
  display: block;
  width: 2.2rem;
  height: 2px;
  background: url(../images/planning/reservation/new_line_s.svg) repeat-x center;
  background-size: contain;
  position: absolute;
  left: -1.6625rem;
  top: 0.6rem;
}
.page-planning-new .table_con .date_con .green.fisrt::after {
  background: #E2E2E3;
  width: 20.6rem;
  left: 2.7rem;
}
.page-planning-new .table_con .date_con .line_frame {
  display: flex;
}
.page-planning-new .table_con .date_con .line_frame span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 1rem;
  height: 3rem;
  margin: 0 1.5rem;
  color: #ABABAD;
  font-size: 0.875rem;
  position: relative;
}
.page-planning-new .table_con .date_con .line_frame span::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: url(../images/planning/reservation/icon_line.svg) no-repeat center;
  background-size: cover;
}
.page-planning-new .table_con .date_con .line_frame span::after {
  content: "";
  display: block;
  width: 2.2rem;
  height: 2px;
  background: url(../images/planning/reservation/new_line_s.svg) repeat-x center;
  background-size: contain;
  position: absolute;
  left: -2.6rem;
  top: 0.5rem;
}
.page-planning-new .table_con .time_con {
  display: flex;
  justify-content: flex-start;
  font-size: 1rem;
  padding: 0 3.65625rem;
  color: #5E5E62;
  font-weight: 700;
  line-height: 1.75rem;
}
.page-planning-new .table_con .time_con span {
  width: 2.6875rem;
  height: 23rem;
  text-align: center;
  margin-right: 4.35rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.page-planning-new .table_con .time_con span:nth-child(4) {
  margin-right: 25.6rem;
}
.page-planning-new .table_con .time_con span:nth-child(5) {
  margin-right: 25.4rem;
}
.page-planning-new .table_con .time_con span::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  width: 2px;
  height: 20.75rem;
  background: #ABABAD;
}
.page-planning-new .table_con .time_con span.dashed::after {
  background: url(../images/planning/reservation/dashed.svg);
}
.page-planning-new .tag_new_con .tag_con {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.5rem 0;
  /* 中間點點線 */
}

/* .page-planning-new .tag_new_con .tag_con .txt_left,
.page-planning-new .tag_new_con .tag_con .txt_right {
  white-space: nowrap;
} */

.page-planning-new .tag_new_con .tag_con .txt_left {
  font-size: 1rem;
  color: #5E5E62;
  font-weight: 700;
  margin-left: 1rem;
}
.page-planning-new .tag_new_con .tag_con .tag_box {
  font-size: 0.6875rem;
  min-width: 6rem;
}
.page-planning-new .tag_new_con .tag_con .txt_right {
  color: #5E5E62;
  font-size: 1rem;
  font-weight: 400;
}
.page-planning-new .tag_new_con .tag_con .dotted-line {
  flex: 1;
  height: 2px;
  background: url(../images/planning/reservation/new_line.svg) repeat-x center;
  margin: 0 0.5rem;
}

@media screen and (max-width: 1014.98px) {
  .page-planning-new .table_con {
    border: 1px solid #E2E2E3;
    padding: 0;
    min-height: 22.75rem;
  }
  .page-planning-new .table_con .scroller-table {
    max-width: 100%;
    overflow-x: auto;
    width: 100%;
  }
  .page-planning-new .table_con .scroller-table .new_table {
    position: relative;
    width: 59.25rem;
    min-height: 22.75rem;
  }
  .page-planning-new .table_con .main_con {
    bottom: 1.125rem;
  }
  .page-planning-new .table_con .main_con .list > div {
    border-radius: 4.26px;
    min-height: 2.8125rem;
    margin: 0.35rem;
    padding-left: 1.42rem;
    font-size: 0.888125rem;
    pointer-events: none;
  }
  .page-planning-new .table_con .main_con .list .platinum {
    width: 34.125rem;
  }
  .page-planning-new .table_con .main_con .list .gold {
    width: 29.125rem;
  }
  .page-planning-new .table_con .main_con .list .standard {
    width: 24.125rem;
  }
  .page-planning-new .table_con .main_con .list .pink {
    width: 19.125rem;
  }
  .page-planning-new .table_con .main_con .all {
    margin: 0.35rem;
    border-radius: 4.26px;
    min-width: 19.125rem;
    font-size: 0.888125rem;
  }
  .page-planning-new .table_con .time_box {
    font-size: 0.79875rem;
    padding: 0 0.6875rem;
  }
  .page-planning-new .table_con .date_con {
    min-height: 3.25rem;
    margin-top: 1.11875rem;
    margin-bottom: 0.3125rem;
    padding: 0 1.3125rem 0 0;
  }
  .page-planning-new .table_con .date_con .green {
    width: 2.2rem;
    height: 2.3rem;
    font-size: 0.6875rem;
    margin: 0;
    letter-spacing: 0;
  }
  .page-planning-new .table_con .date_con .green::before {
    width: 0.8875rem;
    height: 0.8875rem;
  }
  .page-planning-new .table_con .date_con .green:first-child {
    margin-right: 16.3125rem;
  }
  .page-planning-new .table_con .date_con .green::after {
    width: 1.42rem;
    left: -1.6625rem;
    top: 0.48rem;
  }
  .page-planning-new .table_con .date_con .green.fisrt::after {
    width: 15.8rem;
    left: 2rem;
  }
  .page-planning-new .table_con .date_con .line_frame span {
    width: 0.71rem;
    height: 2.125rem;
    margin: 0 1.065rem;
    font-size: 0.62125rem;
  }
  .page-planning-new .table_con .date_con .line_frame span::before {
    width: 0.71rem;
    height: 0.71rem;
  }
  .page-planning-new .table_con .date_con .line_frame span::after {
    width: 1.42rem;
    left: -1.7rem;
    top: 0.404375rem;
  }
  .page-planning-new .table_con .time_con {
    font-size: 0.71rem;
    padding: 0 1.21875rem;
    line-height: 1.75rem;
  }
  .page-planning-new .table_con .time_con span {
    width: 1.9075rem;
    height: 16.291875rem;
    margin-right: 3.06125rem;
  }
  .page-planning-new .table_con .time_con span:nth-child(4) {
    margin-right: 18.4rem;
  }
  .page-planning-new .table_con .time_con span:nth-child(5) {
    margin-right: 18rem;
  }
  .page-planning-new .table_con .time_con span::after {
    height: 14.6875rem;
  }
  .page-planning-new .tag_new_con {
    width: 100%;
    background: #F6F6F6;
  }
  .page-planning-new .tag_new_con .tag_con {
    margin: 0.5rem auto;
    flex-direction: column;
    /* 中間點點線 */
  }
  .page-planning-new .tag_new_con .tag_con .txt_left {
    width: 100%;
    min-height: 2.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.875rem;
    color: #F9F9F9;
    margin-left: 0;
    border-radius: 3px;
  }
  .page-planning-new .tag_new_con .tag_con .tag_box {
    display: none;
  }
  .page-planning-new .tag_new_con .tag_con .txt_right {
    font-size: 0.875rem;
    text-align: center;
  }
  .page-planning-new .tag_new_con .tag_con .txt_right span {
    display: inline-block;
  }
  .page-planning-new .tag_new_con .tag_con .dotted-line {
    display: none;
  }
  .page-planning-new .tag_new_con .tag_con:first-child .txt_left {
    background: #848494;
  }
  .page-planning-new .tag_new_con .tag_con:nth-child(2) .txt_left {
    background: #B8A561;
  }
  .page-planning-new .tag_new_con .tag_con:nth-child(3) .txt_left {
    background: #65B3B1;
  }
  .page-planning-new .tag_new_con .tag_con:last-child .txt_left {
    background: #F8DCD8;
    color: #861C1F;
  }
}
/* 受邀來賓 ------------------------------------------------- */
#eternalbond-main .page-attending > section:nth-child(4) {
  background: #F8F5ED;
}

#eternalbond-main .page-attending .section_con .item_con {
  gap: 1.25rem;
  width: calc((100% - 6rem) / 3);
}
@media screen and (min-width: 1014.99px) {
  .type-step.item_con{
    gap: 2rem;
  }
}
@media screen and (max-width: 1014.98px) {
  #eternalbond-main .page-attending .section_con {
    padding: 2rem 0;
  }
  #eternalbond-main .page-attending .section_con .item_con {
    gap: 1rem;
    width: 100%;
  }
    #eternalbond-main .page-attending .section_con .mobile-order-1 {
    order: 1;
  }
  #eternalbond-main .page-attending .section_con .mobile-order-2 {
    order: 2;
  }
  #eternalbond-main .page-attending .section_con .mobile-order-3 {
    order: 3;
  }
  #eternalbond-main .page-attending .section_con .mobile-order-4 {
    order: 4;
  }
}
/* faq ----------------------------------------------------------------- */
.faq_con {
  display: flex;
  flex-direction: column;
}
.faq_con .faq_item {
  border-bottom: 1px solid #e2e2e3;
  padding: 1.5rem 0;
}
.faq_con .faq_item:last-of-type {
  border-bottom: none;
}
.faq_con .faq_item .question {
  cursor: pointer;
  justify-content: space-between;
  padding-right: 3.25rem;
  position: relative;
  align-items: center;
  display: flex;
  gap: 0.75rem;
}
.faq_con .faq_item .question .left, .faq_con .faq_item .question .right {
  align-items: center;
  display: flex;
  gap: 0.75rem;
}
.faq_con .faq_item .question .left .icon {
  color: #27a19e;
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4em;
  margin-right: 0.25rem;
  width: 1rem;
}
.faq_con .faq_item .question .text {
  color: #1b1b1d;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4em;
}
.faq_con .faq_item .question .category {
  border: 1px solid #909094;
  border-radius: 0.75rem;
  color: #909094;
  display: block;
  font-size: 0.9rem;
  line-height: 1rem;
  padding: 0.1875rem 0.5625rem;
}
.faq_con .faq_item .question .toggle {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.faq_con .faq_item .question .toggle .icon {
  color: #ababad;
  font-size: 2.5rem;
  height: 2.5rem;
  transition: transform 0.3s ease-in-out;
  width: 2.5rem;
}
.faq_con .faq_item .answer {
  font-family: 'Noto Sans TC', sans-serif;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.25s ease;
}
.faq_con .faq_item .answer .wrapper {
  overflow: hidden;
}
.faq_con .faq_item .answer .wrapper > .text {
  color: #5e5e62;
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  gap: .75rem;
  line-height: 1.75em;
  padding: 0.75rem 0 0 2rem;
}
.faq_con .faq_item .answer .wrapper > .text .wrapper-btn {
  display: flex;
  justify-content: flex-start;
}
.faq_con .faq_item .answer .wrapper > .text p.noBottom {
  margin-bottom: -1rem;
}
.faq_con .faq_item .answer .wrapper > .text ul {
  margin-left: 1.5rem;
}
.faq_con .faq_item .answer .wrapper > .text ul li {
  position: relative;
}
.faq_con .faq_item .answer .wrapper > .text ul li::before {
  background-color: #5e5e62;
  border-radius: 50%;
  content: "";
  height: 0.25rem;
  left: -0.875rem;
  position: absolute;
  top: 0.75rem;
  width: 0.25rem;
}
.faq_con .faq_item.active .answer {
  padding-top: .5rem;
  grid-template-rows: 1fr;
}
.faq_con .faq_item.active .toggle .icon {
  transform: rotate(180deg);
}

@media screen and (max-width: 1014.98px) {
  .faq_con .faq_item {
    padding: 1rem 0;
  }
  .faq_con .faq_item .question {
    flex-direction: column;
    gap: 0.5rem;
    padding-right: 2rem;
  }
  .faq_con .faq_item .question .left {
    align-items: flex-start;
    gap: 0.5rem;
    width: 100%;
  }
  .faq_con .faq_item .question .left .icon {
    margin-right: 0;
    text-align: center;
    width: 1.5rem;
  }
  .faq_con .faq_item .question .text {
    font-size: 1rem;
    line-height: 1.75em;
    width: calc(100% - 2rem);
  }
  .faq_con .faq_item .question .right {
    justify-content: flex-start;
    width: 100%;
  }
  .faq_con .faq_item .question .category {
    margin-left: 1.75rem;
  }
  .faq_con .faq_item .question .toggle {
    top: 0;
    transform: none;
  }
  .faq_con .faq_item .question .toggle .icon {
    font-size: 1.75rem;
    height: 1.75rem;
    width: 1.75rem;
  }
  .faq_con .faq_item .answer .wrapper > .text {
    gap: 0.5rem;
    padding-top: 0.25rem;
  }
  .faq_con .faq_item .answer .wrapper > .text .wrapper-btn .btn-simple {
    width: 100%;
  }
  .faq_con .faq_item.active .answer {
    grid-template-rows: 1fr;
  }
  .faq_con .faq_item.active .toggle .icon {
    transform: rotate(180deg);
  }
}
.wrapper-pageNavigation + .section_con {
  padding-top: 4.5rem;
}

@media screen and (max-width: 1014.98px) {
  .wrapper-pageNavigation + .section_con {
    padding-top: 1.5rem;
  }
}

@media screen and (max-width: 1014.98px) {
  .section_con {
    padding-left: 5%!important;
    padding-right: 5%!important;
  }
}
/* search-------------------------------------------------------------- */
.search_con {
  align-items: center;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background: hsla(0, 0%, 95%, 0.8);
  height: 100%;
  justify-content: center;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  transition: opacity 0.5s;
  width: 100%;
  z-index: 9998;
  display: flex;
  pointer-events: none;
}
.search_con.opened {
  opacity: 1;
  pointer-events: auto;
}
.search_con .btn-close {
  background: #f9f9f9;
  border-radius: 9999px;
  color: #464649;
  cursor: pointer;
  font-size: 3rem;
  height: 4rem;
  padding: 0.5rem;
  position: absolute;
  right: 4rem;
  top: calc(var(--header-height) + 1rem);
  width: 4rem;
  z-index: 9998;
}
.search_con .btn-close .icon span {
  -webkit-mask-image: var(--i-close);
  mask-image: var(--i-close);
}
.search_con .btn-close:hover {
  background: #fff;
  color: #262627;
}
.search_con .btn-close:active {
  background: #31beba;
  color: #f9f9f9;
}
.search_con .wrapper-content {
  width: 100%;
  height: 100%;
  padding: 9rem 0;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
  justify-content: center;
}
.search_con .wrapper-content .form-search {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: center;
}
.search_con .wrapper-content .form-search .input-search {
  align-items: center;
  background: #f1f1f1;
  border: 2px solid #77777b;
  border-radius: 9999px;
  display: flex;
  gap: 1rem;
  justify-content: center;
  padding: 0.875rem;
  position: relative;
}
.search_con .wrapper-content .form-search .input-search .icon {
  color: #77777b;
  font-size: 2rem;
  height: 2rem;
  width: 2.4rem;
}
.search_con .wrapper-content .form-search .input-search .icon span {
  -webkit-mask-image: var(--i-search);
  mask-image: var(--i-search);
}
.search_con .wrapper-content .form-search .input-search input {
  color: #77777b;
  font-size: 1.5rem;
  line-height: 2rem;
  width: 26rem;
}
.search_con .wrapper-content .form-search .btn-search {
  line-height: 2rem;
  min-width: 7rem;
}
.search_con .wrapper-content .wrapper-results {
  height: calc(100% - 8.5rem);
  overflow-y: auto;
  width: 81rem;
}
.search_con .wrapper-content .wrapper-results .list-results {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.search_con .wrapper-content .wrapper-results .list-results div.no-result {
  color: #5e5e62;
  text-align: center;
}
.search_con .wrapper-content .wrapper-results .list-results div a {
  background: #f9f9f9;
  border: 2px solid #f9f9f9;
  border-radius: 0.875rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08), 0 2px 4px -2px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.875rem 1.75rem 0.875rem 2.625rem;
  position: relative;
  -webkit-text-decoration: none;
  text-decoration: none;
  width: 100%;
}
.search_con .wrapper-content .wrapper-results .list-results div a .txt-title {
  color: #0e504e;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.search_con .wrapper-content .wrapper-results .list-results div a .txt-desc {
  color: #5e5e62;
  font-size: 1rem;
  line-height: 1.5rem;
}
.search_con .wrapper-content .wrapper-results .list-results div a .icon {
  color: #77777b;
  font-size: 1.75rem;
  height: 1.75rem;
  position: absolute;
  right: 0.875rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.75rem;
}
.search_con .wrapper-content .wrapper-results .list-results div a .icon span {
  -webkit-mask-image: var(--i-angle-r);
  mask-image: var(--i-angle-r);
}
.search_con .wrapper-content .wrapper-results .list-results div a:hover {
  background: #fff;
  border-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08), 0 8px 16px -8px rgba(0, 0, 0, 0.04);
}
.search_con .wrapper-content .wrapper-results .list-results div a:hover .txt-title {
  color: #1e8582;
}
.search_con .wrapper-content .wrapper-results .list-results div a:hover .icon {
  color: #464649;
}
.search_con .wrapper-content .wrapper-results .list-results div a:active {
  background: #fff;
  border-color: #31beba;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08), 0 4px 8px -4px rgba(0, 0, 0, 0.04);
}
.search_con .wrapper-content .wrapper-results .list-results div a:active .txt-title {
  color: #0e504e;
}
.search_con .wrapper-content .wrapper-results .list-results div a:active .icon {
  color: #31beba;
}

@media screen and (max-width: 1014.98px) {
  .search_con .btn-close {
    font-size: 1.875rem;
    height: 2.5rem;
    left: calc(50% + 7.625rem);
    padding: 0.3125rem;
    right: auto;
    /* top: 1.125rem; */
    width: 2.5rem;
  }
  .search_con .wrapper-content {
    gap: 2rem;
    justify-content: flex-start;
    max-width: 22.5rem;
    padding: 6rem 1.125rem 0;
    width: 100%;
  }
  .search_con .wrapper-content .form-search {
    gap: 0.75rem;
  }
  .search_con .wrapper-content .form-search .input-search {
    gap: 0.625rem;
    padding: 0.375rem;
    width: calc(100% - 5.0625rem);
  }
  .search_con .wrapper-content .form-search .input-search .icon {
    font-size: 1.5rem;
    height: 1.5rem;
    width: 1.5rem;
  }
  .search_con .wrapper-content .form-search .input-search input {
    font-size: 1rem;
    line-height: 1.5rem;
    width: calc(100% - 1.5rem);
  }
  .search_con .wrapper-content .form-search .btn-search {
    line-height: 1.5rem;
    min-width: 4.3125rem;
  }
  .search_con .wrapper-content .wrapper-results {
    height: calc(100vh - 10.5rem);
    max-width: 22.5rem;
    overflow-y: auto;
    width: 100%;
  }
  .search_con .wrapper-content .wrapper-results .list-results {
    padding-bottom: 3rem;
  }
  .search_con .wrapper-content .wrapper-results .list-results div a {
    border-radius: 0.625rem;
    padding: 0.5rem 2.625rem 0.5rem 1.125rem;
  }
  .search_con .wrapper-content .wrapper-results .list-results div a .txt-title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .search_con .wrapper-content .wrapper-results .list-results div a .txt-desc {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .search_con .wrapper-content .wrapper-results .list-results div a .icon {
    font-size: 1.5rem;
    height: 1.5rem;
    position: absolute;
    right: 0.5rem;
    width: 1.5rem;
  }
}

@media  (max-width: 300px) {
  .ind_coeb.section_con .wrapper-btn .btn,
  .color_con .bottom .btn-wrapper .btn,
  .ind_sp.section_con .wrapper-btn .btn,
  .ind_faq .wrapper-btn .btn{
    min-width: initial;
    width: fit-content;
    margin-left : auto;
    margin-right : auto;
    font-size: 1rem;
    /* padding-left: 0;
    padding-right: 0;*/
  }
}








/* footer-------------------------------------------------------------- */
footer {
  font-size: 12px;
}
footer .util ul li {
  font-size: 16px;
}
footer .info {
  font-size: 11.2px;
}

@media screen and (max-width: 560px) {
  footer {
    font-size: 10.5px;
  }
}
@media (max-width: 500px) {
  footer {
    font-size: 12px;
  }
  footer .util ul li {
    font-size: 12.8px;
  }
  footer .info {
    font-size: 11.2px;
  }
}
.eorzeadb_link {
  cursor: pointer;
}

/* bgm popup -------------------------------------------------------------- */
.bgm_popup {
  align-items: center;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background: #27a19e;
  clip-path: polygon(0 0, 0 100%, 0 120%, 0 -20%, 100% -20%, 100% 120%, 100% 100%, 100% 0);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;  
  transition: opacity 1.5s, clip-path 1.5s;
  width: 100%;
  z-index: 9998;
  pointer-events: none;
}
.bgm_popup.opened {
  clip-path: polygon(0 0, 0 100%, 50% 120%, 50% -20%, 50% -20%, 50% 120%, 100% 100%, 100% 0);
  opacity: 1;
  pointer-events: auto;
}
.bgm_popup.once {
  transition: none;
  clip-path: polygon(0 0, 0 100%, 50% 120%, 50% -20%, 50% -20%, 50% 120%, 100% 100%, 100% 0);
  opacity: 1;
  pointer-events: auto;
}
.bgm_popup .wrapper-content {
  position: relative;
  text-align: center;
  z-index: 10;
}
.bgm_popup .wrapper-content .logo {
  height: 8.8125rem;
  margin-bottom: 4.5rem;
  width: 39rem;
}
.bgm_popup .wrapper-content .wrapper-text {
  color: #f1f1f1;
  font-size: 1.25rem;
  line-height: 2rem;
  margin-bottom: 2rem;
}
.bgm_popup .wrapper-content .wrapper-button {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
}
.bgm_popup .wrapper-content .wrapper-button .btn-simple {
  min-width: 10.25rem;
}
.bgm_popup .wrapper-content .wrapper-button .btn-simple .label {
  padding: 0 0.875rem;
}
.bgm_popup .wrapper-content .wrapper-button .icon.icon-on span {
  -webkit-mask-image: var(--i-music-on);
  mask-image: var(--i-music-on);
}
.bgm_popup .wrapper-content .wrapper-button .icon.icon-off span {
  -webkit-mask-image: var(--i-music-off);
  mask-image: var(--i-music-off);
}
.bgm_popup .wrapper-content .gatsby-image-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.overlay {
  background: #f9f9f9;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 1.5s;
  transition-delay: 1.5s;
  width: 100%;
  z-index: 9998;
  pointer-events: none;
}
.overlay.show:has(+ .bgm_popup.opened) {
  transition-delay: 0s;
}
.overlay.show {
  opacity: 1;
}

@media screen and (max-width: 1014.98px) {
  .bgm_popup .wrapper-content {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .bgm_popup .wrapper-content .logo {
    height: 4.5625rem;
    margin-bottom: 2.25rem;
    width: 20.25rem;
  }
  .bgm_popup .wrapper-content .wrapper-text {
    font-size: 1rem;
    line-height: 1.75rem;
    margin-bottom: 1.5rem;
  }
  .bgm_popup .wrapper-content .wrapper-button {
    flex-direction: column;
    gap: 0.75rem;
    margin: 0 auto;
    min-width: 8.25rem;
  }
}
.b6c41iv {
  height: 100%;
  height: 0;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}

@keyframes layer1Animation-b6c41iv {
  0% {
    -webkit-background-position: 100% bottom;
    background-position: 100% bottom;
  }
  to {
    -webkit-background-position: 0 bottom;
    background-position: 0 bottom;
  }
}
@keyframes layer2Animation-b6c41iv {
  0% {
    -webkit-background-position: 0 bottom;
    background-position: 0 bottom;
  }
  to {
    -webkit-background-position: 100% bottom;
    background-position: 100% bottom;
  }
}
.b6c41iv.layer1 {
  animation: layer1Animation-b6c41iv 15s linear 0s infinite normal;
  -webkit-background-position: 100% bottom;
  background-position: 100% bottom;
  padding-top: 38.125%;
  transform: translateY(-26.2295%);
  z-index: 1;
  background: url(../images/index/bg_layer1.svg) repeat-x bottom;
  background-size: 200% auto;
}

.b6c41iv.layer2 {
  animation: layer2Animation-b6c41iv 15s linear 0s infinite normal;
  -webkit-background-position: 0 bottom;
  background-position: 0 bottom;
  margin-bottom: -1px;
  padding-top: 31.6667%;
  transform: translateY(-11.1842%);
  z-index: 2;
  background: url(../images/index/bg_layer2.svg) repeat-x bottom;
  background-size: 200% auto;
}/*# sourceMappingURL=layout.css.map */



@media  (max-width: 250px) {
  .wrapper-tag {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  
}

.loading-cover{
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 1) url(../../../images/loading.gif) no-repeat center center;
  background-size: 96px 96px;
  z-index: 9997;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  display: none;
}

.trans-cover{
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, .3);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  display: none;
  z-index: 9997;
  pointer-events: none;
}

