:root{--color-black: #1a1a1a;--color-black-02: #4d4d4d;--color-black-03: #333;--color-white: #fff;--color-main: #de3562;--color-yellow-01: #f4ff5c;--color-blue-01: #1858ce;--color-blue-02: #1980c9;--color-blue-03: #0e1e84;--font-family-sans: YakuHanJP, "Noto Sans JP", "Helvetica Neue", Helvetica, Arial, sans-serif;--font-family-serif: YakuHanJP, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-bold: 700}html{font-size:62.5%}body{width:100%;max-width:100vw;margin:0 auto;color:var(--color-black);font-weight:var(--font-weight-regular);line-height:1;font-family:var(--font-family-sans);-webkit-font-feature-settings:"palt";font-feature-settings:"palt"}h1,h2,h3,h4,h5,h6{font-weight:var(--font-weight-medium);font-size:100%}li{list-style:none}img{display:block;width:100%;height:auto}a{display:block}picture{display:block}.wrap{width:100%;max-width:75rem;margin:0 auto 10rem;overflow:hidden;background:var(--color-white)}.js-fade-in{-webkit-animation:fadeIn .5s forwards;animation:fadeIn .5s forwards;pointer-events:auto}.js-fade-out{-webkit-animation:fadeout .5s forwards;animation:fadeout .5s forwards;pointer-events:none}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fadeout{0%{opacity:1}100%{opacity:0}}@keyframes fadeout{0%{opacity:1}100%{opacity:0}}#primary{margin-top:0}#main{margin-bottom:0 !important}#footer{display:none}.fv{position:relative;width:100%;background:url(../img/bg01.webp) no-repeat top center/contain;aspect-ratio:750/1298}.fv__main{position:absolute;top:39%}.fv-speech-bubble{position:absolute;right:5%;bottom:9%}.fv-speech-bubble__in{position:relative;padding:1rem 2.6rem 2.6rem 2.6rem;border-radius:.8rem;background:var(--color-main);color:var(--color-white)}.fv-speech-bubble__in::before{-webkit-clip-path:polygon(100% 0, 0% 100%, 100% 85%);clip-path:polygon(100% 0, 0% 100%, 100% 85%);position:absolute;bottom:13%;left:-1.9rem;width:2rem;height:2.4rem;background:var(--color-main);content:""}.fv-speech-bubble__in__main{margin-bottom:1rem;border-bottom:.2rem solid var(--color-white);font-weight:500;font-weight:var(--font-weight-bold);font-size:4.5rem;line-height:1.5}.fv-speech-bubble__in__sub{font-size:2.7rem}.fv-sub-text{position:absolute;top:17.5%;left:10%;text-align:center}.fv-sub-text__top{font-weight:var(--font-weight-bold);font-weight:500;font-size:2.3rem;line-height:1.3}.fv-sub-text__middle{margin-bottom:.8rem;color:var(--color-main);font-weight:500;font-size:6rem;font-family:var(--font-family-serif)}.fv-sub-text__middle__vertical{font-size:3.1rem;font-family:var(--font-family-sans);-webkit-writing-mode:vertical-rl;-ms-writing-mode:tb-rl;writing-mode:vertical-rl}.fv-sub-text__middle__time{font-weight:500;font-size:8.7rem;line-height:.8;font-family:var(--font-family-serif)}.fv-sub-text__bottom{padding:.5rem;background:var(--color-main);color:var(--color-white);font-size:3.4rem;font-family:var(--font-family-serif)}@media screen and (max-width: 750px){html{font-size:1.33333vw !important}}