﻿@layer base, component, layout, project, utility;@layer base{html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,address,em,img,strong,sub,sup,b,i,dl,dt,dd,ol,ul,li,form,label,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,figcaption,figure,footer,header,hgroup,menu,nav,section,time,audio,video,fieldset{margin:0;padding:0;border:0;outline:0;font-size:100%;font-style:normal;vertical-align:baseline;background:rgba(0,0,0,0)}html{-webkit-text-size-adjust:100%}img,svg{line-height:0;vertical-align:top}main,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,time,picture,summary{display:block}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{color:inherit;margin:0;padding:0;font-size:100%;vertical-align:baseline;background:rgba(0,0,0,0)}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select,textarea,label{vertical-align:top}input,textarea,button,select{color:inherit;font-family:inherit;font-size:inherit;outline:none;resize:none}button{cursor:pointer;padding:0;border:0;background:rgba(0,0,0,0)}button[disabled]{cursor:default}*,::before,::after{box-sizing:border-box;overflow-wrap:break-word}select::-ms-expand{display:none}summary::-webkit-details-marker{display:none}input[type=number]{-moz-appearance:textfield}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}:root{--vw: 1vw;--color-background-gray: #f7f7f7;--color-black: #221815;--color-border: #d3d3d3;--color-primary: #707e8f;--color-primary-light: #aebac8;--color-primary-light-text: #b3bfcc;--color-secondary: #907356;--color-secondary-light: #b6997b;--basic-pc-size: 1280;--basic-sp-size: 390;--basic-contents-width: 1160;--basic-contents-width-slim: 960;--contents-width: min(100% - 2.5rem, 24.375rem);--contents-width-slim: min(100% - 2.5rem, 24.375rem);--contents-margin: max(1.25rem, 50% - 12.1875rem);--contents-margin-slim: max(1.25rem, 50% - 12.1875rem);--header-height: 3.75rem;--leading-trim: calc((1em - 1lh) / 2);--section-padding-y: 5rem}@media(min-width: 768px){:root{--contents-width: calc(var(--basic-contents-width) / 16 * 1rem);--contents-width-slim: calc(var(--basic-contents-width-slim) / 16 * 1rem);--contents-margin: calc(50% - (var(--basic-contents-width) / 2 / 16 * 1rem));--contents-margin-slim: calc(50% - (var(--basic-contents-width-slim) / 2 / 16 * 1rem));--header-height: 5rem;--section-padding-y: 7.5rem}}@supports not (height: 1lh){:root{--leading-trim: calc((1em - 1.75em) / 2)}}html{color:var(--color-black);scroll-behavior:auto}@media(min-width: 390px){html{font-size:clamp(16px,var(--vw)*16/var(--basic-sp-size)*100,18px)}}@media(min-width: 768px){html{font-size:calc(var(--vw)*16/var(--basic-pc-size)*100)}}@media(min-width: 1280px){html{font-size:16px}}@media(min-width: 1620px){html{font-size:calc(var(--vw)*16/1620*100)}}body{font-size:.875rem;font-family:"Noto Serif JP",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.75;transition:opacity .3s ease}@media(min-width: 768px){body{font-size:1rem}}body.is-locked{overflow:hidden}body.is-hidden{opacity:0;pointer-events:none}a:where(:not(.c-text-link)){text-decoration:none}ul:where(:not(.c-basic-list)){list-style:none}img{display:block;height:auto}img:where(:not([width])){width:100%}}@layer component{.c-basic-list{margin-left:1.5em}.c-count-list{counter-reset:item;list-style-type:none}.c-count-list>li{position:relative;padding-left:1.5em}.c-count-list>li::before{position:absolute;top:0;left:0;counter-increment:item;content:counter(item) "."}.c-list>li{position:relative;padding-left:1em}.c-list>li::before{position:absolute;top:0;left:0;content:"・"}.c-flexible-desc-list{display:grid;grid-template-columns:auto 1fr;grid-auto-rows:auto;gap:.25rem 1rem}.c-mask{position:fixed;inset:0;background-color:rgba(0,0,0,.8);padding:3.75rem 1.25rem;z-index:50;opacity:0;pointer-events:none;transition:opacity .4s ease}@media(min-width: 768px){.c-mask{padding:4rem 0}}.c-mask.is-visible{opacity:1;pointer-events:auto}.c-mask__close{cursor:pointer;height:3.75rem;width:3.75rem;position:fixed;top:0;right:0}@media(min-width: 768px){.c-mask__close{height:5.5rem;width:5.5rem}}.c-mask__close::before,.c-mask__close::after{content:"";position:absolute;top:calc(50% - 1px);left:0;right:0;background-color:#fff;height:2px;margin:0 auto;width:50%;transform:rotate(45deg)}.c-mask__close::after{transform:rotate(-45deg)}}@layer component{.c-heading1:first-child{margin-top:var(--leading-trim)}.c-heading2:first-child{margin-top:var(--leading-trim)}.c-text:first-child{margin-top:var(--leading-trim)}.c-text-link{text-decoration:underline}@media(hover: hover),(-ms-high-contrast: none){.c-text-link:hover{text-decoration:none}}}@layer layout{.l-head{position:relative}.l-snow{position:absolute;inset:0;z-index:1;pointer-events:none}}@layer layout{.l-footer{display:grid;grid-template-columns:minmax(0, 1fr);justify-items:center;padding-bottom:1.25rem}@media(min-width: 768px){.l-footer{padding-bottom:1.875rem}}.l-footer__links{display:grid;grid-template-columns:minmax(0, 1fr);justify-items:center;gap:1.75rem}.l-footer__instagram{display:block;width:2.25rem}@media(hover: hover),(-ms-high-contrast: none){.l-footer__instagram{transition:opacity .3s ease}.l-footer__instagram:hover{opacity:.7}}.l-footer__onward{display:block;width:7.5rem}@media(hover: hover),(-ms-high-contrast: none){.l-footer__onward{transition:opacity .3s ease}.l-footer__onward:hover{opacity:.7}}.l-footer__copyright{color:#555;font-size:.625rem;font-family:"Helvetica",serif;padding-block:.375rem;line-height:1;letter-spacing:.02em;margin-top:2.125rem}}@layer component{.p-section{padding-block:var(--section-padding-y);transform:translateZ(0)}.p-section__heading{display:grid;grid-template-columns:minmax(0, 1fr);justify-items:center;line-height:2;letter-spacing:.05em;width:fit-content;margin-inline:auto;margin-block-end:var(--leading-trim);font-size:.875rem;font-weight:600;text-align:center;gap:.9375rem}@media(min-width: 768px){.p-section__heading{gap:calc(2rem - .5lh);letter-spacing:.1em;line-height:1.6667;font-size:1.125rem}}.p-section__heading::before{content:"";aspect-ratio:var(--_ratio);background:var(--_en-copy) no-repeat center/contain}.c-animation{transition:opacity .8s ease,transform .8s ease,filter .8s ease}.a-fade{opacity:0;filter:blur(0.9375rem)}.a-fade-from-bottom{opacity:0;filter:blur(0.9375rem);transform:translate3d(0, 1.875rem, 0)}}@layer project{.p-banners{display:grid;grid-template-columns:minmax(0, 1fr);justify-items:center;gap:2.375rem;padding-bottom:2.8125rem}@media(min-width: 768px){.p-banners{gap:4.5rem;padding-bottom:4.5rem}}.p-banners__1column{display:grid;grid-template-columns:minmax(0, 1fr);width:18.75rem;gap:1rem}@media(min-width: 768px){.p-banners__1column{width:37.5rem;gap:1rem}}.p-banners__separator{border:none;background-color:#000;width:100%}@media(min-width: 768px){.p-banners__separator{width:75rem}}.p-banners__item{border:1px solid #000;display:block}.p-banners__2columns{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:.75rem;width:18.75rem}@media(min-width: 768px){.p-banners__2columns{gap:1.25rem;width:37.5rem}}}@layer project{.p-closing{display:grid;grid-template-columns:minmax(0, 1fr);justify-items:center;padding-block:var(--section-padding-y)}@media(min-width: 768px){.p-closing{padding-top:9rem;padding-bottom:5.5rem;border-bottom:.25rem solid #f9f9f9;margin-bottom:5.5rem}}.p-closing__inner{position:relative;width:var(--contents-width)}@media(min-width: 768px){.p-closing__inner{width:73.5rem}}.p-closing__inner.a-before{opacity:0;filter:blur(0.9375rem)}.p-closing__image{width:100%}@media not all and (min-width: 768px){.p-closing__image{aspect-ratio:4/3;overflow:hidden}.p-closing__image img{height:150%;object-fit:cover;object-position:62.5% top}}.p-closing__body{display:grid;grid-template-columns:minmax(0, 1fr);justify-items:center;gap:1.875rem}@media not all and (min-width: 768px){.p-closing__body{margin-top:1.875rem}}@media(min-width: 768px){.p-closing__body{position:absolute;inset:0;margin-left:auto;width:43.75rem;align-content:center;gap:4.5rem}}.p-closing__copy{font-weight:500;color:var(--color-primary);line-height:2.0833;margin-block:var(--leading-trim);display:grid;grid-template-columns:minmax(0, 1fr);justify-items:center}@media(min-width: 768px){.p-closing__copy{color:#fff;font-size:1.5rem}}.p-closing__copy span{transition:opacity .8s ease,transform .8s ease,filter .8s ease;transition-delay:.2s}.p-closing__inner.a-before .p-closing__copy span{opacity:0;filter:blur(0.9375rem);transform:translate3d(0, 1.875rem, 0)}.p-closing__copy span:nth-child(2){transition-delay:.4s}.p-closing__copy span:nth-child(3){transition-delay:.6s}.p-closing__logo{transition:opacity .8s ease,transform .8s ease,filter .8s ease;transition-delay:.7s;aspect-ratio:1157/241;background-color:var(--color-primary-light-text);mask:url("../img/logo_type.webp") no-repeat center/contain;width:19.375rem}@media(min-width: 768px){.p-closing__logo{background-color:#fff;width:30.75rem}}.p-closing__inner.a-before .p-closing__logo{opacity:0;filter:blur(0.9375rem);transform:translate3d(0, 1.875rem, 0)}.p-closing__staff{line-height:1;letter-spacing:.075em;display:grid;grid-template-columns:minmax(0, 1fr);justify-items:center;margin-top:3.125rem;gap:1.25rem;font-size:.75rem}@media(min-width: 768px){.p-closing__staff{gap:1.875rem;font-size:1rem;margin-top:9.375rem}}.p-closing__banners{display:grid;width:19.375rem;gap:1.875rem;margin-top:3.125rem}@media(min-width: 768px){.p-closing__banners{grid-template-columns:repeat(2, minmax(0, 1fr));width:60.25rem;margin-top:9.375rem;gap:0 4rem}}.p-closing__banner{position:relative}.p-closing__banner span{position:absolute;width:29.33%;bottom:-0.4375rem;right:-0.5625rem}.p-closing__banner.is-disabeld{pointer-events:none}}@layer project{.p-fullimage{position:sticky;top:0;height:100vh;display:block}.p-fullimage__inner{position:relative;height:100%}.p-fullimage__image{height:100%}.p-fullimage__image img{height:100%;object-fit:cover}@media not all and (min-width: 768px){.p-fullimage.is-section3 .p-fullimage__image img{object-position:52.5% 50%}}@media not all and (min-width: 768px){.p-fullimage.is-section4 .p-fullimage__image img{object-position:44% 50%}}.p-fullimage__contents{position:absolute;inset:0;container-type:size}@media(min-width: 768px){.p-fullimage__contents{width:74.375rem;margin-inline:auto}}.p-fullimage__copy{writing-mode:vertical-rl;display:flex;flex-direction:column;gap:1em;font-size:max(3.7333cqw,2.3333cqh);font-weight:500;color:#fff;letter-spacing:.1em;position:absolute;text-shadow:0 0 .3125rem currentColor;line-height:1}@media(min-width: 768px){.p-fullimage__copy{gap:1.3333em;font-size:max(1.6667cqw,2.6966cqh)}}@media not all and (min-width: 768px){.p-fullimage.is-section1 .p-fullimage__copy{left:max(4cqw,2.5cqh);bottom:11.9067cqh;flex-direction:row;gap:0}}@media(min-width: 768px){.p-fullimage.is-section1 .p-fullimage__copy{top:max(15.2778cqw,24.7191cqh);right:max(50% + 25cqw,50% + 40.4494cqh)}}@media(min-width: 768px){.p-fullimage.is-section1 .p-fullimage__copy span:nth-child(2){margin-top:2.2em}}.p-fullimage.is-section2 .p-fullimage__copy{top:min(6.6667cqw,4.1667cqh);left:min(50% + 25.3333cqw,50% + 15.8333cqh)}@media not all and (min-width: 768px){.p-fullimage.is-section2 .p-fullimage__copy{text-shadow:0 0 .3125rem var(--color-secondary)}}@media(min-width: 768px){.p-fullimage.is-section2 .p-fullimage__copy{top:max(7.7778cqw,12.5843cqh);left:max(50% + 25cqw,50% + 31.4607cqh)}}@media(min-width: 768px){.p-fullimage.is-section2 .p-fullimage__copy span:nth-child(2){margin-top:4.4em}}@media not all and (min-width: 768px){.p-fullimage.is-section3 .p-fullimage__copy{right:1.875rem;bottom:min(10.6667cqw,6.6667cqh);flex-direction:row;gap:0}}@media(min-width: 768px){.p-fullimage.is-section3 .p-fullimage__copy{top:max(13.8889cqw,22.4719cqh);right:max(50% + 20.8333cqw,50% + 33.7079cqh)}}@media(min-width: 768px){.p-fullimage.is-section3 .p-fullimage__copy span:nth-child(2){margin-top:2.2em}}.p-fullimage.is-section4 .p-fullimage__copy{top:min(34.6667cqw,21.6667cqh);left:min(50% + 32cqw,50% + 32cqh)}@media not all and (min-width: 768px){.p-fullimage.is-section4 .p-fullimage__copy{flex-direction:row;gap:0}}@media(min-width: 768px){.p-fullimage.is-section4 .p-fullimage__copy{top:max(13.8889cqw,22.4719cqh);left:max(50% + 17.5cqw,50% + 28.3146cqh)}}@media(min-width: 768px){.p-fullimage.is-section4 .p-fullimage__copy span:nth-child(2){margin-top:2.2em}}@media not all and (min-width: 768px){.p-fullimage.is-section5 .p-fullimage__copy{bottom:min(14.4cqw,9cqh);right:1.25rem;flex-direction:row;gap:0}}@media(min-width: 768px){.p-fullimage.is-section5 .p-fullimage__copy{top:max(13.8889cqw,22.4719cqh);right:max(50% + 25cqw,50% + 40.4494cqh)}}@media(min-width: 768px){.p-fullimage.is-section5 .p-fullimage__copy span:nth-child(2){margin-top:2.2em}}}@layer project{@media(min-width: 768px){.p-items{margin-top:25rem}}.p-items.is-background-primary{background:linear-gradient(to top, var(--color-primary-light), #fff)}.p-items.is-background-secondary{background:linear-gradient(to top, var(--color-secondary-light), #fff)}.p-items.is-background-primary .p-items__heading{color:var(--color-primary)}.p-items.is-background-secondary .p-items__heading{color:var(--color-secondary)}.p-items.is-section1 .p-items__heading::before{width:12.3375rem}@media(min-width: 768px){.p-items.is-section1 .p-items__heading::before{width:20.5625rem}}.p-items.is-section2 .p-items__heading::before{width:16.2188rem}@media(min-width: 768px){.p-items.is-section2 .p-items__heading::before{width:27.0313rem}}.p-items.is-section3 .p-items__heading::before{width:17.3625rem}@media(min-width: 768px){.p-items.is-section3 .p-items__heading::before{width:28.9375rem}}.p-items.is-section4 .p-items__heading::before{width:18.5813rem}@media(min-width: 768px){.p-items.is-section4 .p-items__heading::before{width:30.9688rem}}.p-items.is-section5 .p-items__heading::before{width:21.5438rem}@media(min-width: 768px){.p-items.is-section5 .p-items__heading::before{width:35.9063rem}}.p-items__contents{margin-inline:auto;display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:3.75rem 1.875rem;margin-top:3.125rem;width:var(--contents-width)}@media(min-width: 768px){.p-items__contents{grid-template-columns:repeat(4, minmax(0, 1fr));gap:0 7rem;width:65rem;margin-top:4.5rem}}.p-item{display:grid;grid-template-columns:minmax(0, 1fr);grid-template-rows:subgrid;grid-row:span 3}@media not all and (min-width: 768px){.p-item{gap:0}}@media(min-width: 768px){.p-item:nth-child(2){transition-delay:.1s}}@media(min-width: 768px){.p-item:nth-child(3){transition-delay:.2s}}@media(min-width: 768px){.p-item:nth-child(4){transition-delay:.3s}}.p-item__image{display:block;width:100%;align-self:center}.p-item__image img{margin-left:50%;translate:-50% 0}.p-item__title{color:var(--color-black);font-size:1rem;font-weight:500;letter-spacing:.01em;line-height:1;border-bottom:1px solid currentColor;padding-bottom:.5rem;margin-bottom:.9375rem}@media not all and (min-width: 768px){.p-item__title{margin-top:1.875rem}}@media(min-width: 768px){.p-item__title{font-size:1.125rem;margin-top:3rem;padding-bottom:.375rem;margin-bottom:1rem}}.p-item__list{display:grid;grid-template-columns:minmax(0, 1fr);line-height:1;gap:1rem}@media(min-width: 768px){.p-item__list{gap:1rem}}.p-item__list>li>a{position:relative;display:grid;grid-template-columns:auto minmax(0, 1fr);align-items:center;gap:0 .4375rem;letter-spacing:0;font-size:.875rem}@media(min-width: 768px){.p-item__list>li>a{font-size:1rem}}.p-item__list>li>a small{font-size:.8125em}.p-item__list>li>a::before{content:attr(data-size);aspect-ratio:1;width:1.4545em;border:1px solid currentColor;border-radius:.25rem;display:grid;place-items:center;font-size:.6875em}.p-item__list>li>a[data-size=""]::before{border:none}.p-item__list>li>a::after{position:absolute;content:"";aspect-ratio:30/28;background:url("../img/arrow.webp") no-repeat center/contain;width:.875em;top:50%;right:0;translate:0 -50%;transition:translate .3s ease}@media(hover: hover),(-ms-high-contrast: none){.p-item__list>li>a:hover::after{translate:30% -50%}}}@layer project{.p-lead{background:linear-gradient(to top, var(--color-primary-light), #fff);color:var(--color-primary);display:grid;grid-template-columns:minmax(0, 1fr);justify-items:center;padding-block:6.25rem}@media(min-width: 768px){.p-lead{padding-block:15rem}}.p-lead__heading{position:relative;z-index:2}.p-lead__heading::before{width:16.4375rem}@media(min-width: 768px){.p-lead__heading::before{width:27.3125rem}}.p-lead__logo{aspect-ratio:631/541;width:14rem;background-color:#fff;-webkit-mask:url("../img/logo_type_sp.webp") no-repeat center/contain;mask:url("../img/logo_type_sp.webp") no-repeat center/contain;margin-block:3.125rem}@media(min-width: 768px){.p-lead__logo{aspect-ratio:1157/241;width:44.1875rem;margin-block:3.5rem 3.25rem;-webkit-mask:url("../img/logo_type.webp") no-repeat center/contain;mask:url("../img/logo_type.webp") no-repeat center/contain}}.p-lead__copy{position:relative;z-index:2;line-height:1.8182;letter-spacing:.04em;font-weight:500;font-size:1.0313rem;text-align:center;padding-left:.54em}@media(min-width: 768px){.p-lead__copy{font-size:1.375rem}}.p-lead__copy b{font-size:1.2727em;font-weight:600}}@layer project{.p-video{background-color:#fff;position:relative}.p-video__background{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden}.p-video__background::before,.p-video__background::after{position:absolute;left:50%;content:"";aspect-ratio:1157/241;background-color:var(--color-primary-light-text);mask:url("../img/logo_type.webp") no-repeat center/contain;translate:-50% 0}@media not all and (min-width: 768px){.p-video__background::before,.p-video__background::after{height:26.087vh}}@media(min-width: 768px){.p-video__background::before,.p-video__background::after{width:77.5rem}}.p-video__background::before{bottom:calc(50% + 20.9895vh)}@media(min-width: 768px){.p-video__background::before{bottom:calc(50% + 11rem)}}.p-video__background::after{top:calc(50% + 20.9895vh)}@media(min-width: 768px){.p-video__background::after{top:calc(50% + 11rem)}}.p-video__copy{aspect-ratio:1157/241;background-color:var(--color-primary-light-text);mask:url("../img/logo_type.webp") no-repeat center/contain}@media not all and (min-width: 768px){.p-video__copy{height:26.087vh}}@media(min-width: 768px){.p-video__copy{width:77.5rem}}.p-video__contents{position:relative;padding-block:var(--section-padding-y);display:grid;grid-template-columns:minmax(0, 1fr);grid-template-rows:minmax(0, 1fr);justify-items:center;align-content:center;height:min(100vh,67.5rem)}@media(min-width: 768px){.p-video__contents{padding-block:4rem}}.p-video__wrap{aspect-ratio:9/16;height:100%;position:relative}@media not all and (min-width: 768px){.p-video__wrap{width:calc(100% - 2.5rem)}}.p-video__wrap video{display:block;height:100%;object-fit:contain;margin-inline:auto}@media not all and (min-width: 768px){.p-video__wrap video{width:100%}}}@layer project{.p-visual{position:relative;height:100vh;height:100svh}.p-visual__image{height:100%}.p-visual__image img{height:100%;object-fit:cover}.p-visual__model{position:absolute;inset:0;z-index:2}.p-visual__model img{height:100%;object-fit:cover}.p-visual__contents{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding-bottom:2.25rem;z-index:2}@media(min-width: 768px){.p-visual__contents{padding-bottom:3rem}}.p-visual__copy{background-color:#fff;aspect-ratio:611/401;width:19.0938rem;-webkit-mask:url("../img/logo_type_top_sp.webp") no-repeat center/contain;mask:url("../img/logo_type_top_sp.webp") no-repeat center/contain}@media(min-width: 768px){.p-visual__copy{aspect-ratio:2263/440;width:70.6875rem;-webkit-mask:url("../img/logo_type_top.webp") no-repeat center/contain;mask:url("../img/logo_type_top.webp") no-repeat center/contain}}.p-visual__logo{position:absolute;top:1.25rem;display:block}@media not all and (min-width: 768px){.p-visual__logo{left:1.25rem;width:3.75rem}}@media(min-width: 768px){.p-visual__logo{right:1.5625rem;top:1.5625rem;width:6.0625rem}}}@layer utility{.u-visually-hidden{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}@media(min-width: 768px){.u-is-sp{display:none}}@media not all and (min-width: 768px){.u-is-pc{display:none}}}