@charset "UTF-8";:root{--modal-z-index: 9999;--modal-backdrop-bg: rgba(#727171, .65);--modal-backdrop-blur: 8px;--modal-aspect-ratio: 1200 / 1500;--modal-max-width-portrait: 360px;--modal-max-width-desktop: 500px;--modal-close-color: #ffffff;--modal-close-hover: #d1d5db}.promotion-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;height:100dvh;z-index:var(--modal-z-index);display:flex;align-items:center;justify-content:center;visibility:hidden;pointer-events:none;transition:visibility .4s ease}.promotion-modal.is-open{visibility:visible;pointer-events:auto}.promotion-modal__backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0000;backdrop-filter:blur(0px);-webkit-backdrop-filter:blur(0px);transition:background-color .4s ease,backdrop-filter .4s ease,-webkit-backdrop-filter .4s ease}.promotion-modal.is-open .promotion-modal__backdrop{background-color:var(--modal-backdrop-bg);backdrop-filter:blur(var(--modal-backdrop-blur));-webkit-backdrop-filter:blur(var(--modal-backdrop-blur))}.promotion-modal__container{position:relative;z-index:1;width:min(90vw,72vh,var(--modal-max-width-portrait));aspect-ratio:var(--modal-aspect-ratio);box-shadow:0 25px 50px -12px #00000080;opacity:0;transform:scale(.95) translateY(20px);transition:opacity .4s ease,transform .4s cubic-bezier(.16,1,.3,1)}@media screen and (min-width: 1024px){.promotion-modal__container{width:min(90vw,72vh,var(--modal-max-width-desktop))}}.promotion-modal.is-open .promotion-modal__container{opacity:1;transform:scale(1) translateY(0)}.promotion-modal__close{position:fixed;top:-12vh;right:50%;transform:translate(50%);width:60px;height:60px;z-index:10;background:transparent;border:none;color:var(--modal-close-color);font-size:28px;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;transition:color .2s ease,transform .2s ease;filter:drop-shadow(0 1px 4px rgba(0,0,0,.3));border:1px solid #fff;border-radius:50%}@media screen and (min-width: 1024px){.promotion-modal__close{position:absolute;border:0;width:40px;height:40px;top:12px;right:12px;transform:none}}.promotion-modal__close:after,.promotion-modal__close:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(45deg);width:80%;height:1px;background-color:currentColor;transition:transform .2s ease}.promotion-modal__close:before{transform:translate(-50%,-50%) rotate(-45deg)}@media screen and (min-width: 1024px){.promotion-modal__close:hover,.promotion-modal__close:focus-visible{transform:scale(1.1);outline:none}}.promotion-modal__swiper{width:100%;height:100%;border-radius:4px;overflow:hidden;background-color:transparent}.promotion-modal__link{display:block;width:100%;height:100%;text-decoration:none;transition:opacity .2s}.promotion-modal__link:active{opacity:.9}.promotion-modal__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.promotion-modal .swiper-button-next,.promotion-modal .swiper-button-prev{color:#fff;transform:scale(.7);text-shadow:0 2px 4px rgba(0,0,0,.5);transition:color .3s}.promotion-modal .swiper-button-next:hover,.promotion-modal .swiper-button-prev:hover{color:#fffc}.promotion-modal .swiper-pagination-bullet{background:#fff;opacity:.5}.promotion-modal .swiper-pagination-bullet-active{opacity:1}.promotion-modal .swiper-button-lock,.promotion-modal .swiper-pagination-lock{display:none!important}#hero{position:relative;height:100vh;min-height:640px;overflow:hidden;background:#111}.hero-content{font-family:GenRyuMin;position:absolute;left:20px;bottom:72px;color:var(--white);opacity:0;transform:translateY(24px);animation:heroFadeIn 1.2s .6s forwards}@media screen and (min-width: 1024px){.hero-content{left:48px;bottom:75px}}@keyframes heroFadeIn{to{opacity:1;transform:translateY(0)}}.hero-title{font-weight:700;letter-spacing:.2em;line-height:1.4;margin-bottom:10px;color:#cea277;font-size:18px}@media screen and (min-width: 1024px){.hero-title{font-size:clamp(24px,1.8229166667vw,35px)}}.hero-subtitle{font-weight:400;letter-spacing:.1em;color:#9fa0a0;margin-bottom:14px;font-size:18px}@media screen and (min-width: 1024px){.hero-subtitle{margin-bottom:0;font-size:clamp(14px,.9375vw,18px)}}.mobile-hero-en{color:#9fa0a0;font-size:9px;letter-spacing:2px;font-family:Roboto}@media screen and (min-width: 1024px){.mobile-hero-en{display:none}}#hero{position:relative;width:100%;height:clamp(640px,100vh,1080px);overflow:hidden}.hero-swiper{width:100%;height:100%}.swiper-slide img,.swiper-slide video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block;pointer-events:none}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;z-index:10;pointer-events:none;mix-blend-mode:multiply}.hero-vignette{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle,transparent 50%,rgba(0,0,0,.6) 150%);z-index:11;pointer-events:none}.hero-content{position:absolute;z-index:20}#hero .swiper-pagination{z-index:20;position:absolute;bottom:48px;right:20px;display:flex;gap:8px;width:auto;left:auto}@media screen and (min-width: 1024px){#hero .swiper-pagination{bottom:36px;right:48px}}#hero .swiper-pagination-bullet{width:6px;height:6px;border-radius:50%;background:#ebebeb;cursor:pointer;transition:background .3s,transform .3s;border:none}#hero .swiper-pagination-bullet-active{background:#fff;opacity:1;border-radius:6px}.essence-left{background:#681015;padding:80px 72px;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.essence{position:relative;width:100%;overflow:hidden;display:flex;flex-direction:column-reverse;color:#c8a57d}@media screen and (min-width: 1024px){.essence{height:max(clamp(660px,100vh,1080px),56.25vw);flex-direction:row}}@media screen and (min-width: 1920px){.essence{max-height:1080px}}.essence__bg{aspect-ratio:1/1.1}@media screen and (min-width: 1024px){.essence__bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}}.essence__bg-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center right;object-position:center right}.essence__overlay-img{position:absolute;right:0;bottom:0;width:50%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.essence__overlay{width:100%;z-index:2;display:flex;position:relative;height:100vh}@media screen and (min-width: 1024px){.essence__overlay{width:50%;height:100%;min-width:500px}}.essence__overlay .essence__overlay-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#681015e6}.essence__overlay .essence__mobile-bg{position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center 80%;object-position:center 80%}@media screen and (min-width: 1024px){.essence__overlay .essence__mobile-bg{-o-object-fit:cover;object-fit:cover}}.essence__title{position:absolute;left:clamp(10px,1vw,30px);top:clamp(10px,1.2vw,25px);font-size:clamp(28px,2.3958333333vw,46px);letter-spacing:.2em;font-weight:400;writing-mode:vertical-lr;color:#972125;font-family:Roboto}.essence__content{display:flex;align-items:center;flex-direction:column;position:relative;padding:clamp(32px,8.3333333333vw,160px) 0;width:clamp(380px,31.25vw,600px);margin:0 auto}@media screen and (min-width: 1024px){.essence__content{display:block}}.essence__circle{position:relative;width:clamp(94px,7.7083333333vw,148px);height:clamp(94px,7.7083333333vw,148px);display:flex;justify-content:center;align-items:center;margin-top:15vh;margin-bottom:64px;color:var(--color-text-gold);border:1px solid #c8a57d;border-radius:50%;text-align:center;margin-inline:auto}@media screen and (min-width: 1024px){.essence__circle{margin-top:0;margin-bottom:clamp(32px,4.6875vw,90px);margin-inline:0}}.essence__circle-title{font-weight:700;letter-spacing:.2em;padding-left:.2em;font-size:clamp(20px,1.8229166667vw,35px);line-height:clamp(28px,2.9166666667vw,56px)}.essence__article{flex-direction:column;gap:.25rem;width:100%;text-align:center;display:none}@media screen and (min-width: 1024px){.essence__article{display:flex;text-align:justify;width:-moz-fit-content;width:fit-content}}.essence__article.mobile{display:flex}@media screen and (min-width: 1024px){.essence__article.mobile{display:none}}.essence__text{letter-spacing:.2em;line-height:2;font-weight:400;color:#cea277}.essence__action{margin-top:4rem;display:flex;width:100%;justify-content:center}@media screen and (min-width: 1024px){.essence__action{justify-content:flex-end}}.essence__more{padding-bottom:2px;transition:all .3s ease;color:#fff;color:#c8a57d;font-weight:300;letter-spacing:.05em;position:relative}.essence__more.dark{color:#681015}.essence__more:after{content:"";position:absolute;left:0;bottom:0;width:0;height:1px;transition:width .25s ease-in-out;background-color:#c8a57d}.essence__more.dark:after{background-color:#ebebeb}.essence__more:hover,.essence__more:hover.dark{color:#ebebeb}.essence__more:hover.dark:after{background-color:#fff}.essence__more:hover:after{color:#ebebeb;width:100%}.essence__more:after{background-color:#fff}
