@charset "UTF-8";:root{--sprite-frames: 3;--sprite-duration: 1.6s;--sprite-delay: 0s;--sprite-width: 100%;--sprite-height: 100%}@keyframes sprite-animation{0%{background-position:0 0}to{background-position:0 calc(var(--sprite-height) * (var(--sprite-frames) - 1) * -1)}}.cSpriteImage{display:grid;place-items:center;width:var(--sprite-width);height:var(--sprite-height);background-image:var(--sprite-url);background-repeat:no-repeat;background-position:0 0;background-size:100% calc(var(--sprite-height) * var(--sprite-frames));animation:sprite-animation var(--sprite-duration) steps(calc(var(--sprite-frames) - 1)) infinite paused;animation-delay:var(--sprite-delay)}.cSpriteImage.is-active{animation-play-state:running}@keyframes fuwafuwa{0%{transform:translateY(0)}50%{transform:translateY(calc(var(--fuwafuwa-range, 15%) * -1))}to{transform:translateY(var(--fuwafuwa-range, 15%))}}.cFuwafuwaY{animation:fuwafuwa var(--fuwafuwa-time, 3s) var(--ease-in-out-quad) infinite alternate-reverse;animation-delay:calc(var(--fuwafuwa-time, 9.6s) / -2);animation-play-state:paused}.cFuwafuwaY.is-active{animation-play-state:running}@keyframes fuwafuwa2{0%{transform:translate(calc(var(--fuwafuwa-range, 8%) * -1))}50%{transform:translate(calc(var(--fuwafuwa-range, 8%) * .2))}to{transform:translate(var(--fuwafuwa-range, 8%))}}.cFuwafuwaX{animation:fuwafuwa2 var(--fuwafuwa-time, 12.6s) var(--ease-in-out-quad) infinite alternate-reverse;animation-delay:calc(var(--fuwafuwa-time, 12.6s) / -2);animation-play-state:paused;will-change:transform}.cFuwafuwaX.is-active{animation-play-state:running}@keyframes fuwafuwa3{0%{transform:translate(calc(var(--fuwafuwa-range, 8%) * 1))}50%{transform:translate(calc(var(--fuwafuwa-range, 8%) * .2))}to{transform:translate(var(--fuwafuwa-range, 8%))}}.cFuwafuwaX2{animation:fuwafuwa3 var(--fuwafuwa-time, 12.6s) var(--ease-in-out-quad) infinite alternate-reverse;animation-delay:calc(var(--fuwafuwa-time, 12.6s) / -2);animation-play-state:paused;will-change:transform}.cFuwafuwaX2.is-active{animation-play-state:running}@keyframes moyamoya{0%{opacity:0;filter:blur(15px);transform:translateY(8rem) scale(.99)}75%{filter:blur(0)}to{opacity:1;filter:blur(0);transform:translateY(0) scale(1)}}@keyframes moyamoya-normal{0%{opacity:0;filter:blur(15px);transform:scale(.99)}75%{filter:blur(0)}to{opacity:1;filter:blur(0);transform:scale(1)}}.cGradtoUp{opacity:1;-webkit-mask-image:linear-gradient(to bottom,#000 70%,transparent 100%);mask-image:linear-gradient(to bottom,#000 70%,transparent 100%);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:0 0;mask-position:0 0;-webkit-mask-size:100% 220%;mask-size:100% 220%;transition:-webkit-mask-size 1.3s cubic-bezier(.25,.1,.25,1);transition:mask-size 1.3s cubic-bezier(.25,.1,.25,1);transition:mask-size 1.3s cubic-bezier(.25,.1,.25,1),-webkit-mask-size 1.3s cubic-bezier(.25,.1,.25,1)}.cGradtoUp.is-active{opacity:1;-webkit-mask-size:100% 0%;mask-size:100% 0%}.cGradtoRight{opacity:0;-webkit-mask-image:radial-gradient(circle at 70% 50%,#000 20%,transparent 70%);mask-image:radial-gradient(circle at 70% 50%,#000 20%,transparent 70%);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:150% 0;mask-position:150% 0;-webkit-mask-size:300% 100%;mask-size:300% 100%;transition:opacity 1s .2s var(--ease-out-quint),-webkit-mask-position 1.5s cubic-bezier(.25,.1,.25,1);transition:opacity 1s .2s var(--ease-out-quint),mask-position 1.5s cubic-bezier(.25,.1,.25,1);transition:opacity 1s .2s var(--ease-out-quint),mask-position 1.5s cubic-bezier(.25,.1,.25,1),-webkit-mask-position 1.5s cubic-bezier(.25,.1,.25,1)}.cGradtoRight.is-active{opacity:1;-webkit-mask-position:80% 0;mask-position:80% 0}.cBlur{opacity:0;filter:brightness(1.8) blur(10px);transform:scale(.99);transform-origin:center center;will-change:transform,opacity,filter}.cLinkButton{position:relative;display:flex;align-items:center;width:var(--link-button-width, 173rem);height:var(--link-button-height, 45rem);padding:0 17rem 0 30rem}.cLinkButton__waku{position:absolute;top:0;left:0;width:100%;height:100%}.cLinkButton__text{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;width:100%;font-size:14rem;font-weight:900;line-height:1.75;letter-spacing:0}.cLinkButton__text:after{flex-shrink:0;width:6rem;height:6rem;content:"";background-color:var(--color-black);border-radius:50%}.cLinkButtonLarge{position:relative;display:flex;align-items:center;width:var(--link-button-width, 275rem);height:var(--link-button-height, 56rem);padding:0 26rem 0 24rem}.cLinkButtonLarge__waku{position:absolute;top:0;left:0;width:100%;height:100%}.cLinkButtonLarge__text{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;width:100%;font-size:16rem;font-weight:900;line-height:1.75;letter-spacing:0}.cLinkButtonLarge__text.ten:after{flex-shrink:0;width:6rem;height:6rem;content:"";background-color:var(--color-black);border-radius:50%}.cLinkButtonLarge__arrow{position:relative}.cLinkButtonLarge__arrow svg path{fill:var(--color-black)}@media screen and (min-width: 768px){.cLinkButton{width:var(--link-button-width, 213rem);height:var(--link-button-height, 56rem);padding:0 23rem 0 22rem}.cLinkButton__background{position:absolute;top:0;left:0;z-index:0;width:100%;height:100%;background-image:url(../images/common/webp/repeat_background-pc.webp),linear-gradient(247deg,#544f47 17.71%,#49453e 27.56%,#211f1c 47.4%,#090807 58.6%,#000 68.19%);background-repeat:repeat;background-size:756rem 600rem,cover;border:none;mix-blend-mode:multiply;opacity:0;filter:blur(.8px);-webkit-mask-image:url(../images/common/button_mask_large.png);mask-image:url(../images/common/button_mask_large.png);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:0 0;mask-position:0 0;-webkit-mask-size:100% 100%;mask-size:100% 100%}.cLinkButton__text{font-size:18rem}.cLinkButton__text:after{width:7rem;height:7rem}.cLinkButtonLarge__background{position:absolute;top:0;left:0;z-index:0;width:100%;height:100%;background-image:url(../images/common/webp/repeat_background-pc.webp),linear-gradient(247deg,#544f47 17.71%,#49453e 27.56%,#211f1c 47.4%,#090807 58.6%,#000 68.19%);background-repeat:repeat;background-size:756rem 600rem,cover;border:none;mix-blend-mode:multiply;opacity:0;filter:blur(.8px);-webkit-mask-image:url(../images/common/button_mask.png);mask-image:url(../images/common/button_mask.png);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:0 0;mask-position:0 0;-webkit-mask-size:100% 100%;mask-size:100% 100%}.cLinkButtonLarge__text{font-size:18rem}.cLinkButtonLarge__text .ten:after{width:7rem;height:7rem}}@media screen and (min-width: 768px) and (any-hover: hover){.cLinkButton:hover .cLinkButton__background{opacity:1}.cLinkButton:hover .cLinkButton__waku{opacity:0}.cLinkButton:hover .cLinkButton__text{color:var(--color-white)}.cLinkButton:hover .cLinkButton__text:after{background-color:var(--color-white)}.cLinkButtonLarge:hover .cLinkButtonLarge__background{opacity:1}.cLinkButtonLarge:hover .cLinkButtonLarge__waku{opacity:0}.cLinkButtonLarge:hover .cLinkButtonLarge__text{color:var(--color-white)}.cLinkButtonLarge:hover .cLinkButtonLarge__text:after{background-color:var(--color-white)}.cLinkButtonLarge:hover .cLinkButtonLarge__arrow path{fill:#fff}}.pFv{position:relative;display:flex;flex-direction:column;width:100%;padding:134rem 0 0;--texture-background: var(--color-brown)}.pFv__container{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;padding:0 28rem 0 32rem;will-change:transform,opacity,filter}.pFv__headline{display:flex;flex-direction:column;gap:10rem;align-items:flex-start}.pFv__headline_main{font-size:30rem;font-weight:900;line-height:1.1;letter-spacing:.04em}.pFv__headline_sub{position:relative;display:flex;gap:11rem;align-items:center}.pFv__headline_sub_line{width:55rem;height:3rem}.pFv__headline_sub_text{font-family:var(--font-en);font-size:10rem;font-weight:700;line-height:1.1;text-transform:uppercase}.pFv__text{margin-top:38rem;font-size:15rem;font-weight:400;line-height:1.75}.pFv__image{width:100%;height:349rem;margin-top:42rem}.pFv__image_item{opacity:0}.pFvImage{position:absolute;opacity:0}.pFvImage__inner{position:relative;width:100%;height:100%}.pFvImage--1{top:155rem;left:-36rem;width:410rem;height:215rem;transform:translate(-30rem);--fuwafuwa-range: 8rem}.pHistory{--texture-background: var(--color-brown);padding-bottom:209rem}.pHistory__book{position:relative;z-index:2}.pHistory__book--top{width:410rem;height:40rem;margin:-17rem 0 0 -10rem}.pHistory__book--bottom{width:390rem;height:24rem;margin-top:-10rem}.pHistory__wrapper{position:relative;z-index:2;width:100%;padding:22rem 24rem 80rem;background-color:var(--color-white)}.pHistory__kumo{position:absolute;opacity:0}.pHistory__kumo--1{top:-94rem;left:-124rem;z-index:1;width:289rem;height:106rem;--fuwafuwa-range: 12rem;--fuwafuwa-time: 10.6s}.pHistory__kumo--2{top:-80rem;left:111rem;z-index:0;width:342rem;height:97rem;--fuwafuwa-time: 11s}.pHistory__kumo_inner{position:relative;width:100%;height:100%}.pHistory__kumo_image{width:100%;height:100%}.pHistory__kumo_book{position:absolute}.pHistory__kumo_book--1{top:20rem;left:136rem;width:69rem;height:23rem}.pHistory__kumo_book--2{top:39rem;left:175rem;width:80rem;height:27rem}.pHistory__inner{display:flex;flex-direction:column;gap:85rem;margin-top:124rem}.pHistory__link{display:flex;justify-content:center;width:100%;margin-top:65rem}.pHistoryTitle{display:grid;grid-template-columns:repeat(2,1fr);width:100%}.pHistoryTitle__left_headline,.pHistoryTitle__right_headline{display:flex;flex-direction:column;font-size:18rem;font-weight:900;line-height:1.9;letter-spacing:.05em}.pHistoryTitle__left_headline_item,.pHistoryTitle__right_headline_item{position:relative;width:-moz-fit-content;width:fit-content}.pHistoryTitle__left_headline_item:after,.pHistoryTitle__right_headline_item:after{position:absolute;bottom:-3rem;left:0;width:100%;height:3rem;content:"";background-repeat:no-repeat;background-position:0 0;background-size:100% 100%}.pHistoryTitle__left_headline_item--1:after{background-image:url(../images/history/title_line1-1.png)}.pHistoryTitle__left_headline_item--2:after{background-image:url(../images/history/title_line1-2.png)}.pHistoryTitle__right{margin-left:51rem}.pHistoryTitle__right_headline_item:after{background-image:url(../images/history/title_line2.png)}.pHistoryItem{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,1fr);-moz-column-gap:30rem;column-gap:30rem;width:100%;padding-bottom:65rem}.pHistoryItem--12,.pHistoryItem--15{padding-top:70rem}.pHistoryItem__right{position:relative;z-index:1}.pHistoryItem__right--4{margin-top:50rem}.pHistoryItem__left{position:relative;z-index:1}.pHistoryItem__left--15{margin-top:-20rem}.pHistoryItem__headline{position:relative;display:flex;gap:7rem;align-items:flex-start;font-size:16rem;font-weight:700;line-height:1.75;letter-spacing:0}.pHistoryItem__headline:before{flex-shrink:0;width:4rem;height:4rem;margin-top:13rem;content:"";background-image:url(../images/common/webp/repeat_background.webp);background-repeat:repeat;background-size:100% 309rem;border-radius:50%}.pHistoryItem__headline--left:before{background-color:var(--color-green)}.pHistoryItem__headline--right:before{background-color:var(--color-red)}.pHistoryItem__headline_line{position:absolute;bottom:25rem;left:-15rem;width:82rem;height:123rem}.pHistoryItem__headline_line--2{top:8rem;left:-16rem;width:14rem;height:13rem}.pHistoryItem__headline_line--3{top:-80rem;left:90rem;width:80rem;height:78rem}.pHistoryItem__center{position:absolute;top:0;left:0;z-index:1;display:flex;flex-direction:column;align-items:center;width:100%;height:100%}.pHistoryItem__center:before{position:absolute;top:0;left:170rem;width:2rem;height:100%;content:"";background-color:var(--color-black)}.pHistoryItem__center--12:before,.pHistoryItem__center--15:before{top:52rem;height:calc(100% - 52rem)}.pHistoryItem__center_line--top{position:absolute;top:-110rem;left:170rem;width:3rem;height:36rem}.pHistoryItem__center_line--bottom{position:absolute;top:0;left:170rem;z-index:1;width:3rem;height:276rem}.pHistoryItem__center_headline{display:flex;flex-direction:column;align-items:center;margin-top:-80rem}.pHistoryItem__center_headline_item1{font-size:32rem;font-weight:900;letter-spacing:0}.pHistoryItem__center_headline_item1--1{position:relative;display:flex;flex-direction:column;align-items:center}.pHistoryItem__center_headline_item1--1:after{display:block;width:2rem;height:10rem;content:"";background-color:var(--color-black)}.pHistoryItem__center_headline_item1--2{display:block;margin-top:-6rem}.pHistoryItem__center_headline_item1--many2{display:flex;flex-direction:column;align-items:center}.pHistoryItem__center_headline_item1--small{font-size:16rem}.pHistoryItem__center_headline_item2{font-size:14rem;font-weight:900;letter-spacing:0}.pHistoryItem:last-of-type .pHistoryItem__center{height:-moz-fit-content;height:fit-content;background-color:transparent}.pHistoryItem__text{margin-top:22rem;font-size:14rem;font-weight:400;line-height:1.75;letter-spacing:0}.pHistoryItem__kumo{position:absolute;z-index:0;opacity:0}.pHistoryItem__kumo--1{bottom:-66rem;left:-80rem;width:212rem;height:184rem}.pHistoryItem__kumo--right{right:-206rem;bottom:-88rem;width:347rem;height:149rem}.pHistoryItem__kumo--left{bottom:28rem;left:-225rem;width:347rem;height:149rem}.pHistoryItem__kumo_inner{position:relative;width:100%;height:100%}.pHistoryItem__kumo_image{width:100%;height:100%}.pHistoryItem__kumo_image--1{width:212rem;height:184rem}.pHistoryItem__kumo_icon{position:absolute;top:30rem;left:78rem;width:68rem;height:101rem;opacity:0;transform:translateY(-20rem);transition:opacity .6s var(--ease-out-quart) .2s,transform .8s var(--ease-out-quart) .2s}.pHistoryItem__kumo_icon.is-active{opacity:1;transform:translateY(0)}.pHistoryBottom{position:relative;display:grid;padding-top:8rem}.pHistoryBottom__background{grid-area:1/1;width:390rem;height:932rem;margin:-25rem -24rem 0}.pHistoryBottom__icon{position:absolute;top:65rem;right:-62rem;width:154rem;height:103rem}.pHistoryBottom__inner{display:flex;flex-direction:column;grid-area:1/1;align-items:center}.pHistoryBottom__year{margin-top:0}.pHistoryBottom__headline{position:relative;z-index:1;margin-top:37rem;font-size:20rem;font-weight:900;line-height:1.6;text-align:center;letter-spacing:0}.pHistoryBottom__container{padding:0 10rem 0 7rem;margin-top:36rem;font-size:14rem;font-weight:400;line-height:1.75;letter-spacing:0}.pHistoryBottom__image{width:326rem;height:155rem;margin-top:17rem}.pHistoryBottom__text{font-size:14rem;font-weight:400;line-height:1.75;letter-spacing:0}.pHistoryBottom__text_link{display:block;margin-top:25rem}.pHistoryBottom__text_link_item{position:relative;display:inline;word-break:break-all;background-image:linear-gradient(var(--color-black),var(--color-black));background-repeat:no-repeat;background-position:0 100%;background-size:100% 1px;-webkit-box-decoration-break:clone;box-decoration-break:clone}@media screen and (min-width: 768px){.pFv{display:grid;padding:0}.pFv__container{z-index:1;grid-area:1/1;padding:350rem 145rem 0}.pFv__headline{gap:22rem}.pFv__headline_main{font-size:50rem}.pFv__headline_sub{gap:8rem}.pFv__headline_sub_line{width:103rem;height:5rem}.pFv__headline_sub_text{font-size:18rem}.pFv__text{width:309rem;margin-top:26rem;font-size:17rem;letter-spacing:-.02em}.pFv__image{grid-area:1/1;width:100%;height:793rem;margin:0}.pFvImage{z-index:0}.pFvImage--1{top:125rem;left:-79rem;width:821rem;height:430rem;transform:translate(-10rem);--fuwafuwa-range: 15rem}.pFvImage--2{top:602rem;right:-58rem;width:683rem;height:195rem;transform:translate(20rem);--fuwafuwa-range: 12rem;--fuwafuwa-time: 11.6s}.pFvImage--3{top:577rem;left:-99rem;width:577rem;height:211rem;transform:translate(-20rem);--fuwafuwa-range: 20rem;--fuwafuwa-time: 10.6s}.pFvImage--4{top:669rem;right:-322rem;width:552rem;height:210rem;transform:translate(35rem)}.pHistory{padding:0 145rem 378rem;margin-top:-160rem}.pHistory__book--top{width:100%;height:143rem;margin:0}.pHistory__book--bottom{width:100%;height:76rem;margin-top:-40rem}.pHistory__wrapper{padding:0 127rem 125rem;margin-top:-60rem}.pHistory__kumo--1{top:-29rem;left:-239rem;width:346rem;height:160rem}.pHistory__kumo--2{top:13rem;right:-4rem;left:auto;width:177rem;height:93rem}.pHistory__kumo_image--1{width:268rem;height:160rem}.pHistory__kumo_image--2{position:absolute;top:0;left:0;width:100%;height:100%}.pHistory__kumo_book--1{top:23rem;left:163rem;width:118rem;height:39rem}.pHistory__kumo_book--2{top:81rem;left:209rem;width:137rem;height:46rem}.pHistory__kumo_tawara{top:0;left:40rem;width:97rem;height:59rem}.pHistory__inner{gap:48rem;margin-top:87rem}.pHistory__link{margin-top:80rem}.pHistoryTitle__left_headline,.pHistoryTitle__right_headline{position:relative;flex-direction:row;width:-moz-fit-content;width:fit-content;font-size:28rem;letter-spacing:0}.pHistoryTitle__left_headline:after,.pHistoryTitle__right_headline:after{position:absolute;bottom:3rem;left:0;width:100%;height:4rem;content:"";background-repeat:no-repeat;background-position:0 0;background-size:100% 100%}.pHistoryTitle__left_headline_item:after,.pHistoryTitle__right_headline_item:after{content:none}.pHistoryTitle__left{margin-left:17rem}.pHistoryTitle__left_headline:after{background-image:url(../images/history/title_line1-pc.png)}.pHistoryTitle__right{margin-left:220rem}.pHistoryTitle__right_headline:after{background-image:url(../images/history/title_line2-pc.png)}.pHistoryItem{gap:265rem;padding-bottom:100rem}.pHistoryItem--3{padding-bottom:135rem}.pHistoryItem--4{padding-bottom:0}.pHistoryItem--12,.pHistoryItem--15{padding:23rem 0 110rem}.pHistoryItem__headline{gap:10rem;font-size:20rem}.pHistoryItem__headline:before{width:7rem;height:7rem}.pHistoryItem__headline_line{top:15rem;bottom:auto;left:-140rem;width:129rem;height:1rem}.pHistoryItem__text{font-size:16rem}.pHistoryItem__left--4{margin-top:22rem}.pHistoryItem__left--15{margin-top:47rem}.pHistoryItem__center{top:13rem}.pHistoryItem__center:before{top:123rem;left:475rem;width:3rem;height:calc(100% - 47rem)}.pHistoryItem__center--1{top:36rem}.pHistoryItem__center--1:before{top:123rem;left:475rem;width:3rem;height:calc(100% - 74rem)}.pHistoryItem__center--12:before{top:181rem;height:162rem}.pHistoryItem__center--15:before{top:161rem;height:166rem}.pHistoryItem__center_line--top{top:-50rem;left:473rem;width:5rem;height:72rem}.pHistoryItem__center_line--bottom{top:123rem;left:473rem;width:5rem;height:169rem}.pHistoryItem__center_headline{margin:0;margin-top:18rem;margin-left:-12rem}.pHistoryItem__center_headline_item1{font-size:50rem}.pHistoryItem__center_headline_item1--1:after{margin-top:-3rem}.pHistoryItem__center_headline_item1--2{margin-top:-17rem}.pHistoryItem__center_headline_item1--small{font-size:18rem}.pHistoryItem__center_headline_item2{font-size:16rem}.pHistoryItem:last-of-type{padding-bottom:112rem}.pHistoryItem:last-of-type .pHistoryItem__center:before{height:-moz-fit-content;height:fit-content;background-color:transparent}.pHistoryItem__right--4{margin-top:143rem}.pHistoryItem__kumo--1{bottom:-96rem;left:-368rem;width:424rem;height:367rem}.pHistoryItem__kumo--left{bottom:-112rem;left:-605rem;width:695rem;height:318rem}.pHistoryItem__kumo--right{right:-439rem;bottom:-124rem;width:695rem;height:298rem}.pHistoryItem__kumo_image--1{width:424rem;height:367rem}.pHistoryItem__kumo_obunko{top:89rem;left:163rem;width:117rem;height:175rem}.pHistoryBottom{padding-top:29rem}.pHistoryBottom__background{width:1089rem;height:832rem;margin:-54rem -65rem 0}.pHistoryBottom__icon{top:41rem;right:-19rem;width:231rem;height:186rem}.pHistoryBottom__headline{margin:34rem 0 0 -32rem;font-size:36rem}.pHistoryBottom__container{display:flex;gap:62rem;padding:0 9rem 0 20rem;margin-top:41rem}.pHistoryBottom__text{order:2;font-size:16rem}.pHistoryBottom__text_link{margin-top:26rem}.pHistoryBottom__image{flex-shrink:0;order:1;width:381rem;height:318rem;margin-top:10rem}}@media screen and (min-width: 768px) and (any-hover: hover){.pHistoryBottom__text_link{transition:opacity .3s var(--ease-out-quart)}.pHistoryBottom__text_link:hover{opacity:.5}}
