:root{--color-primary: #2563eb;--color-primary-hover: #3b82f6;--color-text-main: #111827;--color-text-sub: #1f2937;--color-bg-base: #ffffff;--color-bg-sub: #f9fafb;--color-border: #f3f4f6;--color-error: #ef4444;--text-xs: 0.75rem;--text-sm: 0.875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.875rem;--space-0: 0;--space-1: 0.25rem;--space-2: 0.5rem;--space-3: 0.75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--font-sans: Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;--font-serif: Yu Mincho, YuMincho, Hiragino Mincho ProN, HGS Mincho E, serif;--leading-tight: 1.25;--leading-normal: 1.5;--leading-relaxed: 1.75}@media print{body{display:none !important}}html{font-weight:500;line-height:2}h1{line-height:1.5}@media screen and (min-width: 769px){:root{--resize: 10}html{font-size:calc(.0732064422vw*var(--resize))}}@media screen and (max-width: 768px){html{font-size:2.5445292621vw}}body{width:100%}i[id]{display:block;font-size:0}header{position:relative;top:0;left:0;z-index:10;width:100%;background:#fff;-webkit-transition:1s all;transition:1s all}ul.header01{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;width:100%}ol.gnav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;gap:.5em;width:100%;padding:0 10px;font-size:14px}ol.gnav>li{text-align:center}.header-logo img{width:90px;-o-object-fit:contain;object-fit:contain}@media screen and (min-width: 769px){ul.header01>li.item01{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}ul.header01>li.item02{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}ul.header01>li.item03{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}}@media screen and (max-width: 768px){header{position:sticky}header>.box{padding-right:0}ul.header01{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#fade4b}.header-logo img{position:relative;z-index:10;width:60px;height:60px}ol.gnav{font-size:16px}}:root{--hamburger-size: 16vw;--hamburger-line: 0.5}.hamburger_area{position:relative;z-index:12}.toggle_btn{--hamburger-size-capped: min(var(--hamburger-size), 80px);position:relative;z-index:11;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:var(--hamburger-size-capped);height:var(--hamburger-size-capped);margin:0 0 0 auto;cursor:pointer;-webkit-transition:all .5s;transition:all .5s}.toggle_btn span{position:absolute;inset-inline:0;margin-inline:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:calc(var(--hamburger-size)*var(--hamburger-line));max-width:50px;height:0;border-top:calc(var(--hamburger-size)*.025) solid #000;background-color:#000;font-size:130%;text-align:center;-webkit-transition:all .4s;transition:all .4s}.toggle_btn span:nth-child(1){-webkit-transform:translateY(calc(var(--hamburger-size-capped) * -0.15));transform:translateY(calc(var(--hamburger-size-capped) * -0.15))}.toggle_btn span:nth-child(3){-webkit-transform:translateY(calc(var(--hamburger-size-capped) * 0.15));transform:translateY(calc(var(--hamburger-size-capped) * 0.15))}body.open .toggle_btn{background:rgba(12,48,97,0);-webkit-box-shadow:none;box-shadow:none}body.open .toggle_btn span{border-top:calc(var(--hamburger-size)*.025) solid #000;background-color:#000}body.open .toggle_btn span:nth-child(1){-webkit-transform:translateY(0) rotate(225deg);transform:translateY(0) rotate(225deg)}body.open .toggle_btn span:nth-child(2){opacity:0}body.open .toggle_btn span:nth-child(3){-webkit-transform:translateY(0) rotate(-225deg);transform:translateY(0) rotate(-225deg)}.global-nav{position:fixed;top:0;right:0;bottom:0;z-index:11;width:95vw;max-height:100vh;padding:var(--hamburger-size) 0 6.25vw;background-color:#fade4b;-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-transition:.2s all;transition:.2s all}.global_box{width:100%;height:100%;overflow-y:auto}ul.global_ul{font-size:16px;font-weight:700;line-height:1}.global-nav ul.global_ul>li>a{display:block;padding:20px;-webkit-transition:color .6s ease;transition:color .6s ease}.open{overflow:hidden}.open .hamburger_bg,.open .global-nav{visibility:visible;-webkit-transform:translateX(0);transform:translateX(0);-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s, -webkit-transform .2s}.open .global-nav{right:0}.open .global-nav ul.global_ul>li{opacity:1;-webkit-transform:translateX(0);transform:translateX(0);-webkit-transition:opacity .9s ease,-webkit-transform 1s ease;transition:opacity .9s ease,-webkit-transform 1s ease;transition:transform 1s ease,opacity .9s ease;transition:transform 1s ease,opacity .9s ease,-webkit-transform 1s ease}.hamburger_bg{position:fixed;top:0;right:0;bottom:0;z-index:9;width:100vw;max-height:100vh;background-color:rgba(0,0,0,.3);-webkit-transform:translateX(100%);transform:translateX(100%)}header{z-index:100}.gnav a,.global-nav a{font-family:"Noto Serif JP",serif;font-optical-sizing:auto;font-weight:600;font-style:normal}@media screen and (min-width: 769px)and (max-width: 1023px){.gnav a{font-size:1.8rem}}.footer{border-top:10px solid #ffe72f}@media screen and (min-width: 769px)and (max-width: 1023px){.footer__nav{width:100% !important}}.footer__item a,.footer__item .footer__privacy-link{font-family:"Noto Serif JP",serif;font-optical-sizing:auto;font-weight:600;font-style:normal}@media screen and (min-width: 769px)and (max-width: 1023px){.footer__item a,.footer__item .footer__privacy-link{font-size:1.8rem}}.toggle_btn span,body.open .toggle_btn span{border-top-width:2px}:root{--uc-typography-scale: 1.8}.p-common__width{width:min(116rem,100%);margin-inline:auto;position:relative}@media screen and (max-width: 1279px){.p-common__width{max-width:1160px}}@media screen and (max-width: 768px){.p-common__width{padding-inline:6vw}}.p-common__lp-content{font-family:"Noto Sans JP",sans-serif;font-optical-sizing:auto;font-weight:normal;font-style:normal}.js-animation{opacity:0;-webkit-transform:translate3d(0, 28px, 0);transform:translate3d(0, 28px, 0);-webkit-transition:opacity .8s ease,-webkit-transform .8s ease;transition:opacity .8s ease,-webkit-transform .8s ease;transition:opacity .8s ease,transform .8s ease;transition:opacity .8s ease,transform .8s ease,-webkit-transform .8s ease;-webkit-transition-delay:var(--js-animation-delay, 0ms);transition-delay:var(--js-animation-delay, 0ms);will-change:opacity,transform}.js-animation.is--active{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.p-kv{height:100%;aspect-ratio:16/8}@media screen and (max-width: 768px){.p-kv{aspect-ratio:2/3.1}}.p-kv__movie{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;background-image:url("../img/kv-video-poster_pc.webp");background-size:cover;background-position:center}.p-kv__movie-video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.p-kv__title img{width:100%;height:auto}.p-cm{--cm-mask-height: 6.296vw;position:relative;z-index:2;padding-block:155px 100px;-webkit-filter:drop-shadow(0 10px 10px rgba(0, 0, 0, 0.22));filter:drop-shadow(0 10px 10px rgba(0, 0, 0, 0.22))}@media screen and (max-width: 768px){.p-cm{padding-block:80px 60px}}.p-cm::after{position:absolute;top:0;right:0;left:0;z-index:-1;height:calc(100% + var(--cm-mask-height));background-color:rgba(186,208,156,.85);content:"";pointer-events:none;-webkit-mask-image:-webkit-gradient(linear, left top, left bottom, from(#000), to(#000)),url("../img/common-content-mask-bottom.webp");-webkit-mask-image:-webkit-linear-gradient(#000, #000),url("../img/common-content-mask-bottom.webp");mask-image:-webkit-gradient(linear, left top, left bottom, from(#000), to(#000)),url("../img/common-content-mask-bottom.webp");mask-image:linear-gradient(#000, #000),url("../img/common-content-mask-bottom.webp");-webkit-mask-repeat:no-repeat,no-repeat;mask-repeat:no-repeat,no-repeat;-webkit-mask-position:center top,center bottom;mask-position:center top,center bottom;-webkit-mask-size:100% calc(100% - var(--cm-mask-height) + 1px),100% var(--cm-mask-height);mask-size:100% calc(100% - var(--cm-mask-height) + 1px),100% var(--cm-mask-height)}.p-cm__inner{position:relative}.p-cm__title{position:absolute;top:-37px;left:0;width:6.2rem}@media screen and (max-width: 768px){.p-cm__title{position:relative;top:auto;left:auto;text-align:center;width:5rem;margin-inline:auto}}@media screen and (max-width: 768px){.p-cm__video{margin-top:70px}}.p-cm__video.is--off .p-cm__frame{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:3.3rem;font-family:"Noto Serif JP",serif;font-optical-sizing:auto;font-weight:600;font-style:normal;letter-spacing:.2em;background-color:#fff}@media screen and (max-width: 768px){.p-cm__video.is--off .p-cm__frame p{color:#3e5233;font-size:1.4rem}}.p-cm__frame{position:relative;width:100%;height:100%;max-width:82rem;margin-inline:auto;border:4px solid #b8934a;-webkit-box-shadow:0 8px 8px rgba(0,0,0,.16);box-shadow:0 8px 8px rgba(0,0,0,.16);overflow:hidden;aspect-ratio:16/9;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.p-concept{--introduction-mask-height: 6.296vw;position:relative;z-index:1;isolation:isolate;margin-bottom:calc(var(--introduction-mask-height)*-1);padding-top:calc(var(--introduction-mask-height) + 63px);padding-bottom:calc(var(--introduction-mask-height) + 8px)}@media screen and (max-width: 768px){.p-concept{padding-top:9.6rem;padding-bottom:8.6rem}}.p-concept{background-image:-webkit-linear-gradient(top, transparent 0, transparent var(--introduction-mask-height), #3e5233 var(--introduction-mask-height), #3e5233 calc(100% - var(--introduction-mask-height)), transparent calc(100% - var(--introduction-mask-height)), transparent 100%);background-image:linear-gradient(to bottom, transparent 0, transparent var(--introduction-mask-height), #3e5233 var(--introduction-mask-height), #3e5233 calc(100% - var(--introduction-mask-height)), transparent calc(100% - var(--introduction-mask-height)), transparent 100%)}.p-concept::before,.p-concept::after{position:absolute;right:0;left:0;z-index:0;height:calc(var(--introduction-mask-height) + 1px);background-color:#3e5233;content:"";pointer-events:none;-webkit-mask-repeat:no-repeat,no-repeat;mask-repeat:no-repeat,no-repeat;-webkit-mask-image:-webkit-gradient(linear, left top, left bottom, from(#000), to(#000)),url("../img/common-content-mask-bottom.webp");-webkit-mask-image:-webkit-linear-gradient(#000, #000),url("../img/common-content-mask-bottom.webp");mask-image:-webkit-gradient(linear, left top, left bottom, from(#000), to(#000)),url("../img/common-content-mask-bottom.webp");mask-image:linear-gradient(#000, #000),url("../img/common-content-mask-bottom.webp")}.p-concept::before{top:0;-webkit-mask-position:center top,center top;mask-position:center top,center top;-webkit-mask-size:100% 100%,100% var(--introduction-mask-height);mask-size:100% 100%,100% var(--introduction-mask-height);-webkit-mask-composite:xor;mask-composite:exclude}.p-concept::after{bottom:0;-webkit-mask-position:center top,center bottom;mask-position:center top,center bottom;-webkit-mask-size:100% calc(1px*3),100% var(--introduction-mask-height);mask-size:100% calc(1px*3),100% var(--introduction-mask-height)}.p-concept__background{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none;-webkit-mask-image:-webkit-gradient(linear, left top, left bottom, from(#000), to(#000)),url("../img/common-content-mask-bottom.webp");-webkit-mask-image:-webkit-linear-gradient(#000, #000),url("../img/common-content-mask-bottom.webp");mask-image:-webkit-gradient(linear, left top, left bottom, from(#000), to(#000)),url("../img/common-content-mask-bottom.webp");mask-image:linear-gradient(#000, #000),url("../img/common-content-mask-bottom.webp");-webkit-mask-repeat:no-repeat,no-repeat;mask-repeat:no-repeat,no-repeat;-webkit-mask-position:center top,center top;mask-position:center top,center top;-webkit-mask-size:100% 100%,100% var(--introduction-mask-height);mask-size:100% 100%,100% var(--introduction-mask-height);-webkit-mask-composite:xor;mask-composite:exclude}.p-concept__background::before{position:absolute;top:0;left:50%;width:118rem;height:110rem;background-image:url("../img/concept-bg.webp");background-size:cover;background-repeat:no-repeat;-webkit-transform:translate(-50%, -30%);transform:translate(-50%, -30%);content:""}@media screen and (max-width: 768px){.p-concept__background::before{top:auto;bottom:5rem;width:200vw;height:180vw;-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0)}}.p-concept__inner{position:relative;z-index:1;padding-top:36px}@media screen and (max-width: 768px){.p-concept__inner{padding-top:0;padding-inline:20px}}.p-concept__title{position:absolute;top:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:3.5rem}@media screen and (max-width: 768px){.p-concept__title{position:static;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:2.8rem}}.p-concept__title .is-en{width:6.2rem}@media screen and (max-width: 768px){.p-concept__title .is-en{width:5rem}}.p-concept__title .is-jp{width:6.5rem}@media screen and (max-width: 768px){.p-concept__title .is-jp{width:5.2rem}}.p-concept__title img{width:100%;height:auto}.p-concept__text{font-size:2rem;line-height:1.9;letter-spacing:.1em;color:#b4ce94;text-align:center;font-weight:bold}@media screen and (max-width: 768px){.p-concept__text{margin-top:18.6rem;font-size:1.8rem;line-height:2;letter-spacing:.08em}}.p-concept__br--sp{display:none}@media screen and (max-width: 768px){.p-concept__br--sp{display:inline}}.p-concept__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:1.4rem;margin-top:6rem}@media screen and (max-width: 768px){.p-concept__list{gap:7px;margin-top:34px}}.p-concept__item{width:20rem}.p-concept__item img{width:100%;height:auto}.p-features{--features-mask-height: 6.296vw;position:relative;padding-top:20rem;padding-bottom:var(--features-mask-height);background-image:url("../img/features-bg.webp");background-repeat:no-repeat;background-position:center;background-size:cover;-webkit-mask-image:-webkit-gradient(linear, left top, left bottom, from(#000), to(#000)),url("../img/common-content-mask-bottom.webp");-webkit-mask-image:-webkit-linear-gradient(#000, #000),url("../img/common-content-mask-bottom.webp");mask-image:-webkit-gradient(linear, left top, left bottom, from(#000), to(#000)),url("../img/common-content-mask-bottom.webp");mask-image:linear-gradient(#000, #000),url("../img/common-content-mask-bottom.webp");-webkit-mask-repeat:no-repeat,no-repeat;mask-repeat:no-repeat,no-repeat;-webkit-mask-position:center top,center bottom;mask-position:center top,center bottom;-webkit-mask-size:100% calc(100% - var(--features-mask-height) + 1px),100% var(--features-mask-height);mask-size:100% calc(100% - var(--features-mask-height) + 1px),100% var(--features-mask-height);isolation:isolate}@media screen and (max-width: 768px){.p-features{padding-top:9.4rem;padding-bottom:7rem}}.p-features__inner{display:-webkit-box;display:-ms-flexbox;display:flex;gap:7rem}@media screen and (max-width: 768px){.p-features__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:8.6rem;padding-inline:6.8vw}}.p-features__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:3.2rem}@media screen and (max-width: 768px){.p-features__title{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:28px}}.p-features__title .is-en{width:6.2rem}@media screen and (max-width: 768px){.p-features__title .is-en{width:5rem}}.p-features__title .is-jp{width:6.5rem}@media screen and (max-width: 768px){.p-features__title .is-jp{width:5.2rem}}.p-features__title img{width:100%;height:auto}.p-features__content{-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:73rem}.p-features__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:7rem}@media screen and (max-width: 768px){.p-features__list{row-gap:54px}}.p-features__item{--features-item-image-width: 42.4rem;--features-item-gap: 2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:var(--features-item-gap);-moz-column-gap:var(--features-item-gap);column-gap:var(--features-item-gap)}@media screen and (max-width: 768px){.p-features__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:30px;padding-left:0}}.p-features__item:nth-of-type(even){-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width: 768px){.p-features__item:nth-of-type(even){-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-right:0;padding-left:0}}.p-features__item-header{position:relative;-webkit-box-flex:0;-ms-flex:0 0 var(--features-item-image-width);flex:0 0 var(--features-item-image-width)}@media screen and (max-width: 768px){.p-features__item-header{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}}.p-features__item-label{width:12.2rem;position:absolute;top:0;left:0;z-index:1}@media screen and (max-width: 768px){.p-features__item-label{width:8.8rem}}.p-features__item-label img{width:100%;height:auto}.p-features__item-image{display:block;width:100%;height:auto;mix-blend-mode:multiply;will-change:auto}@media screen and (max-width: 768px){.p-features__item-content{text-align:center}}.p-features__item-title{font-family:"Noto Sans JP",sans-serif;font-optical-sizing:auto;font-weight:bold;font-style:normal;font-size:2.2rem;line-height:1.8;color:#82a06a}@media screen and (max-width: 768px){.p-features__item-title{line-height:1.6363636364}}.p-features__item-text{font-family:"Noto Serif JP",serif;font-optical-sizing:auto;font-weight:500;font-style:normal;font-size:1.8rem;margin-top:.8em}@media screen and (max-width: 768px){.p-features__item-text{margin-top:20px;line-height:1.8}}.p-section-border{--section-border-mask-height: 6.296vw;position:relative;z-index:1;height:52.9rem;margin-top:calc(var(--section-border-mask-height)*-1);-webkit-mask-image:url("../img/common-content-mask-top.webp"),-webkit-gradient(linear, left top, left bottom, from(#000), to(#000));-webkit-mask-image:url("../img/common-content-mask-top.webp"),-webkit-linear-gradient(#000, #000);mask-image:url("../img/common-content-mask-top.webp"),-webkit-gradient(linear, left top, left bottom, from(#000), to(#000));mask-image:url("../img/common-content-mask-top.webp"),linear-gradient(#000, #000);-webkit-mask-repeat:no-repeat,no-repeat;mask-repeat:no-repeat,no-repeat;-webkit-mask-position:center top,center bottom;mask-position:center top,center bottom;-webkit-mask-size:100% var(--section-border-mask-height),100% calc(100% - var(--section-border-mask-height) + 1px);mask-size:100% var(--section-border-mask-height),100% calc(100% - var(--section-border-mask-height) + 1px)}@media screen and (max-width: 768px){.p-section-border{height:calc(180px + var(--section-border-mask-height))}}.p-lineup__header{position:absolute;top:8rem;right:0}@media screen and (max-width: 768px){.p-lineup__header{top:10rem;right:0;left:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-inline:auto}}@media screen and (min-width: 769px){.p-lineup__header.is--fixed{position:fixed;right:calc((100% - min(116rem,100%))/2);z-index:4}}@media screen and (min-width: 769px){.p-lineup__header.is--stopped{-webkit-transform:translateY(var(--lineup-header-stop, 0px));transform:translateY(var(--lineup-header-stop, 0px))}}.p-lineup__inner{width:100%;height:100%}.p-lineup__content{position:relative;width:100%}@media screen and (max-width: 768px){.p-lineup__content{position:static}}.p-lineup__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:2rem}@media screen and (max-width: 768px){.p-lineup__title{gap:24px}}.p-lineup__title .is-en{width:6.2rem}@media screen and (max-width: 768px){.p-lineup__title .is-en{width:4.8rem}}.p-lineup__title .is-jp{width:2.4rem}@media screen and (max-width: 768px){.p-lineup__title .is-jp{width:5.2rem}}.p-lineup__title img{width:100%;height:auto}.p-lineup__list{width:100%}.p-lineup__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-image:url("../img/lineup-bg_pc.webp");background-position:center bottom;background-size:cover;padding-block:7.8rem 13rem}@media screen and (max-width: 768px){.p-lineup__item{background-image:url("../img/lineup-bg_sp.webp");padding-block:4rem 7.2rem}.p-lineup__item:first-child{padding-top:38.5rem}}@media screen and (max-width: 768px){.p-lineup__item .p-common__width{max-width:43rem;padding-inline:0}}.p-lineup__item-title{display:-webkit-box;display:-ms-flexbox;display:flex;width:73.7rem;justify-self:center;margin-inline:auto}.p-lineup__item-title picture{display:block;width:100%}.p-lineup__item-title img{width:100%;height:auto}@media screen and (max-width: 768px){.p-lineup__item-title{width:100%}}.p-lineup__item-text{max-width:40rem;position:absolute;top:0;left:0;font-size:1.8rem;font-family:"Noto Serif JP",serif;font-optical-sizing:auto;font-weight:600;font-style:normal;line-height:1.8;color:#3e5233}@media screen and (max-width: 768px){.p-lineup__item-text{position:static;max-width:none;margin-top:20px;padding-inline:20px;font-size:1.6rem;line-height:1.9;text-align:center}}.p-lineup__item-chart{position:absolute;bottom:8.5rem;left:-5rem;width:42.6rem}@media screen and (max-width: 768px){.p-lineup__item-chart{position:static;margin-top:3.3rem;width:94%;margin-inline:auto}}.p-lineup__item-chart img{width:100%;height:auto}.p-lineup__item-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:2rem}@media screen and (max-width: 768px){.p-lineup__item-button{margin-top:3.2rem;padding-inline:2rem}.p-lineup__item-button .c-button--primary{width:100%;max-width:32rem}}.p-brew{--brew-wave-height: 12rem;position:relative;overflow:hidden;background-image:url("../img/features-bg.webp");background-size:cover;background-position:center bottom;padding-block:10rem 13rem}@media screen and (max-width: 768px){.p-brew{--brew-wave-height: 60px;padding-block:88px 72px}}.p-brew__bg{position:absolute;top:calc(50% - var(--brew-wave-height));right:0;bottom:0;left:0;pointer-events:none}@media screen and (max-width: 768px){.p-brew__bg{top:calc(100% - 260px - var(--brew-wave-height))}}.p-brew__bg-wave{position:absolute;inset:0;width:100%;height:100%}.p-brew__bg-wave path{fill:rgba(208,223,187,.55)}.p-brew__inner{position:relative;z-index:1}@media screen and (max-width: 768px){.p-brew__inner{padding-inline:20px}}.p-brew__header{position:absolute;top:0;left:50px}@media screen and (max-width: 768px){.p-brew__header{position:static}}.p-brew__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:3.2rem}@media screen and (max-width: 768px){.p-brew__title{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:22px}}.p-brew__title .is-en{width:6.2rem}@media screen and (max-width: 768px){.p-brew__title .is-en{width:5rem}}.p-brew__title .is-jp{width:2.7rem}@media screen and (max-width: 768px){.p-brew__title .is-jp{width:2.2rem}}.p-brew__title img{width:100%;height:auto}.p-brew__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 768px){.p-brew__content{margin-top:67px}}.p-brew__lead{font-size:2.2rem;font-weight:bold;text-align:center;line-height:1.8;color:#82a06a}@media screen and (max-width: 768px){.p-brew__lead{font-size:17px;line-height:2.1}}.p-brew__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:8rem;margin-top:5rem}@media screen and (max-width: 768px){.p-brew__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:67px;margin-top:16px}}.p-brew__item-image{--brew-illust-width: 15.4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:calc(var(--brew-illust-width)*400/308)}@media screen and (max-width: 768px){.p-brew__item-image{height:auto}}.p-brew__item-image img{width:var(--brew-illust-width);height:auto}.p-brew__item-content{max-width:18rem}@media screen and (max-width: 768px){.p-brew__item-content{max-width:none;text-align:center}}@media screen and (max-width: 768px){.p-brew__br--pc{display:none}}.p-brew__item-title{font-size:2rem;font-weight:bold;text-align:center;margin-block:1em;color:#82a06a}.p-brew__item-text{font-size:1.6rem;font-weight:bold;line-height:1.6;color:#3e5233}.c-button{border:none}.c-button--primary{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:clamp(12px,1.25vw,24px);width:clamp(280px,29.167vw,560px);max-width:100%;min-height:clamp(64px,5vw,96px);padding:clamp(15px,1.042vw,20px) clamp(28px,2.708vw,52px);border:1px solid #e2bb00;border-radius:clamp(4px,.313vw,6px);background-color:#ffda00;-webkit-box-shadow:0 clamp(4px,.313vw,6px) 0 #b69e2a,0 clamp(8px,.625vw,12px) clamp(10px,.833vw,16px) rgba(45,54,36,.24);box-shadow:0 clamp(4px,.313vw,6px) 0 #b69e2a,0 clamp(8px,.625vw,12px) clamp(10px,.833vw,16px) rgba(45,54,36,.24);-webkit-box-sizing:border-box;box-sizing:border-box;text-decoration:none;color:#30522c;font-size:2.4rem;font-weight:700;line-height:1.3;letter-spacing:.05em;text-align:center;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-transition:background-color .25s ease,-webkit-transform .25s ease,-webkit-box-shadow .25s ease;transition:background-color .25s ease,-webkit-transform .25s ease,-webkit-box-shadow .25s ease;transition:transform .25s ease,background-color .25s ease,box-shadow .25s ease;transition:transform .25s ease,background-color .25s ease,box-shadow .25s ease,-webkit-transform .25s ease,-webkit-box-shadow .25s ease}@media screen and (max-width: 768px){.c-button--primary{padding:1.5rem 2rem}}.c-button--primary>span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.c-button--primary>span:first-child{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.c-button--primary img{display:block;width:clamp(21px,1.563vw,30px);height:auto}@media screen and (max-width: 768px){.c-button--primary img{width:2.4rem;height:auto}}.c-button--primary .c-icon{border-color:currentcolor;position:absolute;top:50%;right:1.2rem;-webkit-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.c-button--primary:focus-visible{outline:3px solid #30522c;outline-offset:4px}@media(hover: hover)and (pointer: fine){.c-button--primary:hover{background-color:#ffe226;-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 clamp(6px,.417vw,8px) 0 rgba(154,143,88,.55),0 clamp(10px,.729vw,14px) clamp(12px,.938vw,18px) rgba(45,54,36,.28);box-shadow:0 clamp(6px,.417vw,8px) 0 rgba(154,143,88,.55),0 clamp(10px,.729vw,14px) clamp(12px,.938vw,18px) rgba(45,54,36,.28)}}.c-button--primary:active{-webkit-transform:translateY(4px);transform:translateY(4px);-webkit-box-shadow:0 2px 0 rgba(154,143,88,.55),0 4px 8px rgba(45,54,36,.2);box-shadow:0 2px 0 rgba(154,143,88,.55),0 4px 8px rgba(45,54,36,.2)}.footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-column-gap:25px;-moz-column-gap:25px;column-gap:25px;padding:50px 85px;color:#000;background-color:#fcfbfc;font-size:14px;font-weight:700;line-height:1}.footer__nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-column-gap:25px;-moz-column-gap:25px;column-gap:25px;width:80%}.footer__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:25px}@media screen and (max-width: 768px){.footer{padding:25px 15px 90px}.footer__nav{-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:25px;width:100%}}.loading{position:fixed;background:#fff;z-index:9999;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:opacity .3s ease-out;transition:opacity .3s ease-out;opacity:1;pointer-events:all}.loading img{-webkit-animation:loadingRotate 2s linear infinite;animation:loadingRotate 2s linear infinite}@-webkit-keyframes loadingRotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loadingRotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.loading.loaded{opacity:0;pointer-events:none}