﻿@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{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}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-black: #0A0A0A;--color-bg-black: #282828;--color-bg-light-black: #343434;--color-bg-gray: #DBDFE2;--basic-pc-size: 1440;--basic-contents-width: 1280;--contents-width: calc(100% - 2.5rem);--contents-margin: 1.25rem;--english-font: "Lexend", "Zen Kaku Gothic New", sans-serif;--leading-trim: calc((1em - 1lh) / 2)}@media(min-width: 768px){:root{--contents-width: calc(var(--basic-contents-width) / 16 * 1rem);--contents-margin: calc(50% - (var(--basic-contents-width) / 2 / 16 * 1rem))}}html{color:var(--color-black)}@media(min-width: 768px){html{font-size:calc(var(--vw)*16/var(--basic-pc-size)*100)}}@media(min-width: 1440px){html{font-size:16px}}@media(min-width: 1920px){html{font-size:calc(var(--vw)*16/1920*100)}}body{font-size:.88rem;font-family:"Zen Kaku Gothic New",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:.05em;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:not(.c-text-link){text-decoration:none}ul:not(.c-basic-list){list-style:none}}@layer component{.c-flex-row{display:flex;flex-wrap:wrap}@media(min-width: 768px){.c-flex-row.is-unwrapped{flex-wrap:nowrap}}.c-flex-col{display:flex;flex-direction:column;align-items:center}.c-flex{display:flex}@media not all and (min-width: 768px){.c-flex{flex-direction:column;align-items:center}}@media(min-width: 768px){.c-flex.is-wrappable{flex-wrap:wrap}}.c-container{padding-inline:var(--contents-margin)}.c-inner{margin-inline:auto;width:var(--contents-width)}.c-layout-3columns{--gap: rm(30);display:flex;flex-direction:column;align-items:center;gap:var(--gap)}@media(min-width: 768px){.c-layout-3columns{--gap: rm(40);display:grid;grid-template-columns:repeat(3, 1fr);grid-auto-rows:auto}}}@layer component{.c-button--primary{display:grid;place-items:center;color:inherit;border:2px solid currentColor;padding:.95em 3.2em;font-weight:bold;font-size:.94rem;position:relative}@media not all and (min-width: 768px){.c-button--primary{width:100%;max-width:31.25rem;margin-left:auto;margin-right:auto}}@media(min-width: 768px){.c-button--primary{font-size:1.25rem;letter-spacing:.08em}}.c-button--primary::before{content:"→";position:absolute;top:calc(50% - .5lh);right:1.7em}@media(hover: hover),(-ms-high-contrast: none){.c-button--primary{transition:background-color .3s ease}.c-button--primary::before{transition:transform .3s ease}.c-button--primary:hover{background-color:var(--color-black);color:#fff;border-color:var(--color-black)}.c-button--primary:hover.is-white{background-color:#fff;color:var(--color-black);border-color:#fff}.c-button--primary:hover::before{transform:translateX(40%)}}}@layer component{}@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}.c-count-list li::before{position:absolute;padding-left:1.5em;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-en-heading{font-family:var(--english-font);font-weight:bold;font-size:1rem;line-height:1.43}@media(min-width: 768px){.c-en-heading{font-size:1.44rem}}.c-en-heading.has-indent{padding-left:1.5em}@media(min-width: 768px){.c-en-heading.has-indent{padding-left:2.43em}}.c-en-heading--large{font-family:var(--english-font);font-weight:500;font-size:1.38rem;letter-spacing:.037em;margin-bottom:.5em}@media(min-width: 768px){.c-en-heading--large{font-size:3.25rem;line-height:1.25;margin-bottom:1.44rem}}.c-ja-heading{line-height:1.5;font-size:.94rem}@media(min-width: 768px){.c-ja-heading{font-size:1.25rem}}.c-en-heading+.c-ja-heading{margin-top:1em}.c-text{line-height:2.19;letter-spacing:.08em}@media(min-width: 768px){.c-text{font-size:1.31rem}}.c-text--small{line-height:1.56}@media(min-width: 768px){.c-text--small{font-size:1rem}}.c-text--small.is-en{font-family:var(--english-font)}.c-text-link{text-decoration:underline}@media(hover: hover),(-ms-high-contrast: none){.c-text-link:hover{text-decoration:none}}}@layer layout{.l-header{display:flex;justify-content:space-between;align-items:center;padding-left:1.25rem;position:fixed;top:0;left:0;right:0;background-color:hsla(0,0%,100%,.6);-webkit-backdrop-filter:blur(0.63rem);backdrop-filter:blur(0.63rem);z-index:10;height:3.75rem}@media(min-width: 768px){.l-header{height:7.38rem;padding-left:4.38rem;padding-right:19.75rem}}.l-header.is-navigation-open{-webkit-backdrop-filter:unset;backdrop-filter:unset;background-color:#fff}.l-header__logo{position:relative;width:6.25rem;z-index:1}@media(min-width: 768px){.l-header__logo{width:8.69rem}}.l-header__logo img{display:block;width:100%;height:auto}.l-header__navigation-button{height:100%;aspect-ratio:1;position:relative;padding:0;background-color:rgba(0,0,0,0);border:none;z-index:1}.l-header__navigation-button::before,.l-header__navigation-button::after,.l-header__navigation-button span{content:"";background-color:#000;width:30px;height:1px;position:absolute;top:50%;left:15px;transition:all .3s ease}.l-header__navigation-button::before{top:calc(50% - 8px)}.l-header__navigation-button::after{top:calc(50% + 8px)}.l-header__navigation-button.is-active::before{top:50%;transform:rotate(45deg)}.l-header__navigation-button.is-active::after{top:50%;transform:rotate(-45deg)}.l-header__navigation-button.is-active span{opacity:0}@media(min-width: 768px){.l-header__navigation-button{display:none}}@media not all and (min-width: 768px){.l-header-navigation{position:fixed;top:0;left:0;right:0;bottom:0;overflow:auto;transition:opacity .4s ease;background-color:#fff;padding-top:7.5rem}.l-header-navigation:not(.is-visible){opacity:0;pointer-events:none}}.l-header-navigation__list{display:flex}@media not all and (min-width: 768px){.l-header-navigation__list{flex-direction:column;align-items:center;gap:1.88rem}}@media(min-width: 768px){.l-header-navigation__list{gap:0 3rem}}.l-header-navigation__item{font-family:var(--english-font);font-weight:300;font-size:1.13rem;letter-spacing:.037em}@media(min-width: 768px){.l-header-navigation__item{font-size:1.13rem}}.l-header-navigation__item>a{display:block;position:relative}.l-header-navigation__item>a::after{content:"";position:absolute;left:0;bottom:.2em;width:100%;height:1px;background-color:currentColor;transition:transform .3s ease;transform:scaleX(0);transform-origin:left}@media(hover: hover),(-ms-high-contrast: none){.l-header-navigation__item>a:hover::after{transform:scaleX(1)}}}.p-visual,.l-page-head{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100vh;height:100svh;z-index:1;padding-bottom:1.25rem}@media(min-width: 768px){.p-visual,.l-page-head{padding-bottom:2.5rem}}.p-visual__contents{display:flex;flex-direction:column;width:calc(100% - 1.88rem)}@media(min-width: 768px){.p-visual__contents{width:min(100% - 2.5rem,99.63rem)}}.p-visual__copy--en,.l-page-head__title{font-size:1rem;font-family:var(--english-font);font-weight:bold;line-height:1.5;margin:-0.13rem 0}@media(min-width: 768px){.p-visual__copy--en,.l-page-head__title{font-size:1.38rem}}.p-visual__copy--ja{letter-spacing:.08em;line-height:1.43;font-size:.94rem;font-weight:bold;margin-top:.86em}@media(min-width: 768px){.p-visual__copy--ja{font-size:1.31rem}}.p-visual__logo,.l-page-head__logo{margin-top:3.13rem}@media(min-width: 768px){.p-visual__logo,.l-page-head__logo{margin-top:4.5rem}}.p-visual__logo img,.l-page-head__logo img{display:block;width:100%;height:auto}@layer project{.p-home-welcome{background:url("../img/home_bg.jpg") no-repeat center top/cover;margin-top:-3.13rem;padding-top:9.38rem;padding-bottom:5rem}@media(min-width: 768px){.p-home-welcome{background:url("../img/home_bg.jpg") no-repeat center top/164.63rem auto;padding-top:20.56rem;padding-bottom:14.38rem;margin-top:-5rem}}@keyframes typeMove{0%{transform:scale(1)}3.5%{transform:scale(1.06)}7%{transform:scale(1)}10%{transform:scale(1.05)}13%{transform:scale(1)}}@keyframes typeMove2{10%{transform:scale(1)}13.5%{transform:scale(1.06)}17%{transform:scale(1)}20%{transform:scale(1.05)}23%{transform:scale(1)}}@keyframes typeMove3{20%{transform:scale(1)}23.5%{transform:scale(1.06)}27%{transform:scale(1)}30%{transform:scale(1.05)}33%{transform:scale(1)}}.p-home-welcome__heading{font-family:var(--english-font);font-weight:bold;font-size:1.25rem;line-height:1.26}@media(min-width: 768px){.p-home-welcome__heading{font-size:2.38rem}}.p-home-welcome__concept{--_ratio: 0.5;display:flex;align-items:center;justify-content:center;margin:3.75rem auto}@media not all and (min-width: 768px){.p-home-welcome__concept{gap:.94rem}}@media(min-width: 768px){.p-home-welcome__concept{justify-content:space-between;--_ratio: 1;margin:14.38rem auto;width:46.5rem}}.p-home-welcome__concept img{width:100%;height:auto}.p-home-welcome__mark.is-mark1{width:calc(10.5rem*var(--_ratio));animation:typeMove 3s linear infinite}.p-home-welcome__mark.is-mark2{width:calc(3.69rem*var(--_ratio));animation:typeMove2 3s linear infinite}.p-home-welcome__mark.is-mark3{width:calc(11.25rem*var(--_ratio));animation:typeMove3 3s linear infinite}.p-home-welcome__arrow{width:calc(3.75rem*var(--_ratio))}@media(min-width: 768px){.p-home-welcome-section{width:39.88rem}}.p-home-welcome-section__heading,.l-page-section__heading{margin-bottom:2.5rem}@media(min-width: 768px){.p-home-welcome-section__heading,.l-page-section__heading{margin-bottom:6.13rem}}@media(min-width: 768px){.p-home-welcome-section__text,.l-page-section__text{margin:var(--leading-trim) 0}}.p-home-welcome__brands{margin-top:3.75rem}@media(min-width: 768px){.p-home-welcome__brands{margin-top:11.13rem}}.p-home-welcome__button{margin-top:.63rem}@media(min-width: 768px){.p-home-welcome__button{margin-top:.81rem}}}@layer layout{.l-page-head{position:sticky !important;top:0}.l-page-head~*{position:relative;z-index:2}.l-page-head__inner{display:flex;flex-direction:column;width:calc(100% - 1.88rem)}@media(min-width: 768px){.l-page-head__inner{width:min(100% - 2.5rem,99.63rem)}}.l-page__container--black{background-color:var(--color-bg-black);color:#fff}.l-page__container--gray{background-color:var(--color-bg-gray);color:var(--color-black)}@media(min-width: 768px){.l-page-section__container{margin-top:21.25rem}}@media(min-width: 768px){.l-page-section{width:68.25rem}}}@layer layout{.l-footer{display:flex;flex-direction:column;padding:5rem 1.25rem}@media(min-width: 768px){.l-footer{padding:8.25rem 4.38rem 4rem}}.l-footer__address{font-weight:300;font-family:var(--english-font);letter-spacing:.037em}@media(min-width: 768px){.l-footer__address{font-size:1.06rem;line-height:1.76;margin:-0.26em 12.06rem -0.26em auto;width:fit-content}}.l-footer__logo{width:8.69rem;margin-bottom:1.25rem}@media not all and (min-width: 768px){.l-footer__logo{order:-1}}@media(min-width: 768px){.l-footer__logo{margin-top:5.25rem;margin-bottom:6.25rem}}.l-footer__logo img{width:100%;height:auto;display:block}.l-footer__copyright{font-weight:300;font-family:var(--english-font);letter-spacing:.037em;text-align:center;line-height:1}@media not all and (min-width: 768px){.l-footer__copyright{margin-top:1.25rem}}@media(min-width: 768px){.l-footer__copyright{font-size:.94rem;line-height:1.27}}}.l-bottom-block__container{background-color:var(--color-black);color:#fff}@media not all and (min-width: 768px){.l-bottom-block__container{padding-top:5rem;padding-bottom:5rem}}@media(min-width: 768px){.l-bottom-block__container{display:grid;grid-template-columns:repeat(2, 1fr);gap:0 15.63rem}}.l-bottom-block{display:flex;flex-direction:column;container-type:inline-size}@media not all and (min-width: 768px){.l-bottom-block+.l-bottom-block{margin-top:5rem}}@media(min-width: 768px){.l-bottom-block{padding-top:12.38rem;padding-bottom:10rem}}.l-bottom-block::before{width:12.04cqi;aspect-ratio:1;background-color:#fff;content:"";border-radius:50%;margin:0 auto 6.25rem}@media(min-width: 768px){.l-bottom-block::before{margin-bottom:15.75rem}}.l-bottom-block__button{margin-top:.63rem}@media(min-width: 768px){.l-bottom-block__button{margin-top:.81rem}}@layer layout{.l-contact,.p-person{background-color:var(--color-bg-black);color:#fff;padding-top:5rem;padding-bottom:5rem}@media(min-width: 768px){.l-contact,.p-person{padding-top:5rem;padding-bottom:5rem}}.l-contact__contents,.p-person__contents{display:flex}@media not all and (min-width: 768px){.l-contact__contents,.p-person__contents{flex-direction:column;align-items:center;gap:1.88rem}}@media(min-width: 768px){.l-contact__contents,.p-person__contents{display:grid;grid-template-columns:17.75rem minmax(0, 1fr);gap:0 4.31rem}}.l-contact__thumb,.p-person__thumb{width:12.5rem}@media(min-width: 768px){.l-contact__thumb,.p-person__thumb{width:17.75rem}}.l-contact__thumb img,.p-person__thumb img{display:block;width:100%;height:auto}.l-contact__body,.p-person__body{display:flex;flex-direction:column}@media not all and (min-width: 768px){.l-contact__body,.p-person__body{width:100%;max-width:31.25rem}}.l-contact__heading,.p-person__position{font-family:var(--english-font);font-weight:500;font-size:1.38rem;letter-spacing:.037em;margin-bottom:.5em}@media(min-width: 768px){.l-contact__heading,.p-person__position{font-size:3.25rem;line-height:1.25;margin-bottom:1.44rem}}.l-contact__copy{line-height:1.5}@media(min-width: 768px){.l-contact__copy{font-size:1rem}}.l-contact__button,.p-person__button{display:grid;place-items:center;height:3.38em;color:var(--color-black);border-radius:3.38em;background-color:#fff;border:2px solid #fff;font-weight:500;font-family:var(--english-font);font-size:1.13rem;letter-spacing:.037em;width:100%}@media not all and (min-width: 768px){.l-contact__button,.p-person__button{max-width:31.25rem;margin-left:auto;margin-right:auto;margin-top:2.5rem}}@media(min-width: 768px){.l-contact__button,.p-person__button{padding-left:.037em;font-size:1.81rem;margin-top:auto;width:19.79em;max-width:100%}}@media(hover: hover),(-ms-high-contrast: none){.l-contact__button,.p-person__button{transition:background-color .3s ease}.l-contact__button:hover,.p-person__button:hover{background-color:rgba(0,0,0,0);color:#fff}}}@layer project{@media(min-width: 768px){.p-person__position{margin-bottom:.94rem}}.p-person__name{font-family:var(--english-font);line-height:1.48;letter-spacing:.08em}@media(min-width: 768px){.p-person__name{font-size:1.44rem}}.p-person__button{border-radius:0}@media not all and (min-width: 768px){.p-person__button{width:100%}}}@layer project{.p-brands{padding-top:5rem;padding-bottom:5rem}@media(min-width: 768px){.p-brands{padding-top:13.19rem;padding-bottom:15.25rem}}.p-brands-information__list{border-top:2px solid var(--color-black)}.p-brands-information-item{border-bottom:2px solid var(--color-black);display:grid;gap:1.88rem;padding:2.5rem 0}@media not all and (min-width: 768px){.p-brands-information-item{grid-template-rows:auto auto auto}.p-brands-information-item:has(.p-brands-information-item__bottom:empty){grid-template-rows:auto auto}}@media(min-width: 768px){.p-brands-information-item{grid-template-columns:19.19rem 34.44rem 1fr;gap:0 3.94rem;padding:1.5rem 0;min-height:17.63rem}}.p-brands-information-item__logo{align-self:center;justify-self:center}.p-brands-information-item__logo.is-donal{width:7.38rem}.p-brands-information-item__logo.is-neeyonnana{width:13.81rem}.p-brands-information-item__logo.is-cueworks{width:12rem}.p-brands-information-item__logo.is-cueworks_day{width:11rem}.p-brands-information-item__logo.is-studio{width:5.56rem}.p-brands-information-item__logo img{display:block;width:100%;height:auto}@media(min-width: 768px){.p-brands-information-item__body{padding-right:6.25rem;align-self:center}}.p-brands-information-item__text{letter-spacing:.08em}@media(min-width: 768px){.p-brands-information-item__text{font-size:1.13rem}}@media not all and (min-width: 768px){.p-brands-information-item__bottom:empty{display:contents}}@media(min-width: 768px){.p-brands-information-item__bottom{align-self:center;padding-right:4.75rem}}.p-brands-information-item__link{width:100%;border:2px solid currentColor;display:grid;place-items:center;font-family:var(--english-font);min-height:3em;line-height:1.5;padding:.25em 1.5em;position:relative}@media(min-width: 768px){.p-brands-information-item__link{font-size:1rem}}.p-brands-information-item__link::after{content:"";font-family:"Material Symbols Outlined";font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;position:absolute;right:.75em;top:calc(50% - .475lh)}.p-brands-information-item__link.is-coming{opacity:.3;pointer-events:none}.p-brands-information-item__link.is-coming::after{display:none}@media(hover: hover),(-ms-high-contrast: none){.p-brands-information-item__link{transition:background-color .3s ease}.p-brands-information-item__link:hover{background-color:var(--color-black);color:#fff;border-color:var(--color-black)}}}@layer project{.p-company{position:relative;padding-bottom:5rem}@media(min-width: 768px){.p-company{padding-bottom:31.38rem}}.p-company-lead-section{padding-bottom:5rem}@media(min-width: 768px){.p-company-lead-section{padding-bottom:19.69rem}}.p-company-infomation__list{display:grid;grid-template-columns:auto 1fr;line-height:1.5}@media(min-width: 768px){.p-company-infomation__list{font-size:1.25rem;width:39.38rem}}.p-company-infomation__list>dt{border-top:1px solid currentColor;padding:1.25em 0}@media(min-width: 768px){.p-company-infomation__list>dt{padding:2em 0 2em 1em}}.p-company-infomation__list>dd{border-top:1px solid currentColor;padding:1.25em 0 1.25em 1em}@media(min-width: 768px){.p-company-infomation__list>dd{padding:2em 0 2em 1.8em}}.p-company-infomation__list ul{display:flex;flex-direction:column;gap:.5em}.p-company-infomation__copy{width:6.25rem}@media not all and (min-width: 768px){.p-company-infomation__copy{margin:2.5rem auto 0}}@media(min-width: 768px){.p-company-infomation__copy{width:10.75rem;position:absolute;bottom:12.56rem;left:calc(50% + 22.19rem)}}.p-company-infomation__copy img{display:block;width:100%;height:auto}}@layer project{.p-inquiry{display:flex;flex-direction:column;align-items:center;padding-top:3.75rem;padding-bottom:5rem}@media(min-width: 768px){.p-inquiry{padding-top:10rem;padding-bottom:15rem}}.p-inquiry__contents{width:calc(100% - 2.5rem)}@media(min-width: 768px){.p-inquiry__contents{width:min(100% - 5rem,62.5rem)}}.p-form{display:flex;flex-direction:column;gap:2.5rem}@media(min-width: 768px){.p-form{gap:4rem}}.p-form input[type=text],.p-form textarea{background-color:#4a4a4a;border-radius:0;border:1px solid rgba(0,0,0,0);width:100%;padding:.75em}.p-form textarea{height:8lh}@media(min-width: 768px){.p-form textarea{height:8lh}}.p-form input[type=radio],.p-form input[type=checkbox]{display:none}.p-form input[type=radio]+span,.p-form input[type=checkbox]+span{display:flex;align-items:center;gap:.5em;position:relative}.p-form input[type=radio]+span::before,.p-form input[type=radio]+span::after,.p-form input[type=checkbox]+span::before,.p-form input[type=checkbox]+span::after{content:"";display:block;width:1.5em;aspect-ratio:1;border-radius:50%;background-color:#4a4a4a}.p-form input[type=radio]+span::after,.p-form input[type=checkbox]+span::after{position:absolute;top:0;left:0;background-color:#fff;transform:scale(0.5);display:none}.p-form input[type=radio]:checked+span::after,.p-form input[type=checkbox]:checked+span::after{display:block}.p-form .error-text{font-size:1em;margin-top:-0.5em}@media(min-width: 768px){.p-form .error-text{font-size:1rem}}.p-form__field{display:flex;line-height:1.5}@media not all and (min-width: 768px){.p-form__field{flex-direction:column;gap:.94rem}}@media(min-width: 768px){.p-form__field{font-size:1.31rem;gap:2.5rem}}@media(min-width: 768px){.p-form__label{padding-top:calc(.75em + 1px);width:12.5rem}}.p-form__field.is-required .p-form__label::after{content:"*"}@media(min-width: 768px){.p-form.is-confirm .p-form__label,.p-form__field.has-items .p-form__label{padding-top:0}}.p-form__content{display:flex;flex-wrap:wrap;gap:1em 2em}@media(min-width: 768px){.p-form__content{gap:1.31rem 2.63rem;width:calc(100% - 15rem)}}.p-form.is-confirm .p-form__content{display:none}@media(min-width: 768px){.p-form__confim{width:calc(100% - 15rem)}}.p-form:not(.is-confirm) .p-form__confim{display:none}.p-form__hidden{overflow:hidden;height:0}.p-form__buttons{gap:1.88rem}@media(min-width: 768px){.p-form__buttons{gap:2rem}}@media(min-width: 768px){.p-form__button{width:20rem}}.p-form.is-confirm .p-form__button.is-confirm{display:none}.p-form:not(.is-confirm) .p-form__button.is-submit{display:none}.p-form__button.is-back{width:auto;text-decoration:underline}.p-form:not(.is-confirm) .p-form__button.is-back{display:none}@media(hover: hover),(-ms-high-contrast: none){.p-form__button.is-back:hover{text-decoration:none}}}@layer project{.p-mood-lead-section{padding-bottom:5rem}@media(min-width: 768px){.p-mood-lead-section{padding-bottom:27.5rem}}.p-mood-contents{margin:0 auto;width:var(--contents-width);background-color:var(--color-bg-light-black);border-radius:1.25rem 1.25rem 0 0}@media(min-width: 768px){.p-mood-contents{border-radius:5.5rem 5.5rem 0 0;width:min(100% - 9.38rem,95.63rem)}}.p-mood-contents-item-layout1{padding:1.88rem 1.25rem}@media(min-width: 768px){.p-mood-contents-item-layout1{display:grid;grid-template-columns:42.14% 1fr;padding:4.18% 0 4.18% 8.17%}}.p-mood-contents-item-layout1__head{position:relative;z-index:1}.p-mood-contents__heading{font-family:var(--english-font);font-weight:500;font-size:1.88rem;margin-bottom:.5em}@media(min-width: 768px){.p-mood-contents__heading{font-size:4.38rem;line-height:1.26;margin-bottom:2.31rem}}@media(min-width: 768px){.p-mood-contents-layout1__illust1{width:100%}}.p-mood-contents-layout1__illust1 img{width:100%;height:auto;display:block}@media not all and (min-width: 768px){.p-mood-contents-item-layout1__body{margin-top:1.88rem}}@media(min-width: 768px){.p-mood-contents-item-layout1__body>*:not(.p-mood-contents-layout1__illust2){padding-left:13.41%}}.p-mood-contents-item-layout1__heading{margin-bottom:1.25rem}@media(min-width: 768px){.p-mood-contents-item-layout1__heading{margin-bottom:5.19rem}}@media(min-width: 768px){.p-mood-contents-layout1__illust2{width:104.92%;margin-left:-10.33%}}.p-mood-contents-layout1__illust2 img{width:100%;height:auto;display:block}.p-mood-latest{margin-top:5rem}@media(min-width: 768px){.p-mood-latest{margin-top:10.25rem}}.p-mood-latest__contents{margin-top:1.88rem;padding-bottom:5rem;overflow:clip}@media(min-width: 768px){.p-mood-latest__contents{margin-top:8rem;padding-bottom:13.88rem}}.p-mood-latest__swiper{overflow:visible !important;margin:0 auto;width:15rem !important}@media(min-width: 768px){.p-mood-latest__swiper{width:49.06rem !important}}.p-mood-latest__item{padding:0 1.25rem}@media(min-width: 768px){.p-mood-latest__item{padding:0 3.06rem}}.p-mood-latest__item img{width:100%;height:auto;display:block}}@layer utility{.u-mt0{margin-top:0}.u-mt05em{margin-top:.5em}.u-mt1em{margin-top:1em}.u-mt15em{margin-top:1.5em}.u-mt2em{margin-top:2em}.u-mt8{margin-top:.31rem}@media(min-width: 768px){.u-mt8{margin-top:.5rem}}.u-mt16{margin-top:.63rem}@media(min-width: 768px){.u-mt16{margin-top:1rem}}.u-mt24{margin-top:1.25rem}@media(min-width: 768px){.u-mt24{margin-top:1.5rem}}.u-mt32{margin-top:1.56rem}@media(min-width: 768px){.u-mt32{margin-top:2rem}}.u-mt40{margin-top:1.88rem}@media(min-width: 768px){.u-mt40{margin-top:2.5rem}}.u-mt48{margin-top:2.19rem}@media(min-width: 768px){.u-mt48{margin-top:3rem}}.u-mt56{margin-top:2.5rem}@media(min-width: 768px){.u-mt56{margin-top:3.5rem}}.u-mt64{margin-top:2.81rem}@media(min-width: 768px){.u-mt64{margin-top:4rem}}.u-mt72{margin-top:3.13rem}@media(min-width: 768px){.u-mt72{margin-top:4.5rem}}.u-mt80{margin-top:3.75rem}@media(min-width: 768px){.u-mt80{margin-top:5rem}}.u-mt88{margin-top:3.75rem}@media(min-width: 768px){.u-mt88{margin-top:5.5rem}}.u-mt96{margin-top:3.75rem}@media(min-width: 768px){.u-mt96{margin-top:6rem}}.u-mt104{margin-top:3.75rem}@media(min-width: 768px){.u-mt104{margin-top:6.5rem}}.u-mt112{margin-top:4.38rem}@media(min-width: 768px){.u-mt112{margin-top:7rem}}.u-mt120{margin-top:4.38rem}@media(min-width: 768px){.u-mt120{margin-top:7.5rem}}.u-ml1em{margin-left:1em}.u-ml15em{margin-left:1.5em}.u-ml2em{margin-left:2em}.u-pt2em{padding-top:2em}.u-pb2em{padding-bottom:2em}.u-lh1{line-height:1}.u-lh15{line-height:1.5}.u-lh2{line-height:2}.u-w-100p{width:100%}.u-w-fit{width:fit-content}.u-block-center{margin-inline:auto}.u-text-center{text-align:center}.u-text-right{text-align:right}@media(min-width: 768px){.u-pc-center{text-align:center}}@media(min-width: 768px){.u-is-sp{display:none}}@media not all and (min-width: 768px){.u-is-pc{display:none}}.u-color{color:#8e805b}.u-white{color:#fff}.u-bold{font-weight:bold}.u-mid{font-weight:500}}