@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300..700;1,300..700&family=Zen+Old+Mincho:wght@500;600&display=swap");.site-header_special{left:50%;position:fixed;top:0;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100%;z-index:10}.masthead_special{height:65px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.masthead_special,.masthead_special .brand-logo{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;z-index:1}.masthead_special .brand-logo{padding-bottom:5px}.globalnav_special{color:#603813;height:100dvh;left:0;opacity:0;overflow:hidden;pointer-events:none;position:fixed;top:0;-webkit-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition:opacity 0s .5s,pointer-events 0s .5s,-webkit-transform .5s cubic-bezier(.77,0,.175,1);transition:opacity 0s .5s,pointer-events 0s .5s,-webkit-transform .5s cubic-bezier(.77,0,.175,1);transition:transform .5s cubic-bezier(.77,0,.175,1),opacity 0s .5s,pointer-events 0s .5s;transition:transform .5s cubic-bezier(.77,0,.175,1),opacity 0s .5s,pointer-events 0s .5s,-webkit-transform .5s cubic-bezier(.77,0,.175,1);width:100%;z-index:99}.globalnav_special.preload{-webkit-transition:opacity 0s,pointer-events 0s,-webkit-transform 0s;transition:opacity 0s,pointer-events 0s,-webkit-transform 0s;transition:transform 0s,opacity 0s,pointer-events 0s;transition:transform 0s,opacity 0s,pointer-events 0s,-webkit-transform 0s}.globalnav_special.is-open{opacity:1;pointer-events:auto;-webkit-transition:-webkit-transform .5s cubic-bezier(.77,0,.175,1);transition:-webkit-transform .5s cubic-bezier(.77,0,.175,1);transition:transform .5s cubic-bezier(.77,0,.175,1);transition:transform .5s cubic-bezier(.77,0,.175,1),-webkit-transform .5s cubic-bezier(.77,0,.175,1)}.globalnav_special.is-open,.globalnav_special.is-open .content{-webkit-transform:translateY(0);transform:translateY(0)}.globalnav_special .content{background-position:top;background-repeat:repeat;background-size:cover;height:100dvh;overflow-y:auto;-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-transition:-webkit-transform .5s cubic-bezier(.77,0,.175,1);transition:-webkit-transform .5s cubic-bezier(.77,0,.175,1);transition:transform .5s cubic-bezier(.77,0,.175,1);transition:transform .5s cubic-bezier(.77,0,.175,1),-webkit-transform .5s cubic-bezier(.77,0,.175,1)}.globalnav_special .content-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;min-height:100%;padding:40px 0}.gn-nav_special{position:fixed;right:10px;top:7px;z-index:9999}.gn-nav_special .hamburger{display:-webkit-box;display:-ms-flexbox;display:flex;height:45px;width:45px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{background-color:transparent;border:0;color:inherit;cursor:pointer;display:inline-block;font:inherit;margin:0;overflow:visible;padding:0;text-transform:none;-webkit-transition-duration:.15s;transition-duration:.15s;-webkit-transition-property:opacity,-webkit-filter;transition-property:opacity,-webkit-filter;transition-property:opacity,filter;transition-property:opacity,filter,-webkit-filter;-webkit-transition-timing-function:linear;transition-timing-function:linear}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:after,.hamburger.is-active .hamburger-inner:before{background-color:#fff;opacity:1;right:auto;width:100%}.hamburger-box{display:inline-block;height:17px;position:relative;width:27px}.hamburger-inner{display:block;margin-top:-1.5px;top:60%}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{background-color:#fff;border-radius:0;height:3px;position:absolute;right:0;-webkit-transition-duration:.15s;transition-duration:.15s;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-timing-function:ease;transition-timing-function:ease;width:27px}.hamburger-inner:after,.hamburger-inner:before{content:"";display:block}.hamburger-inner:before{top:-7px}.hamburger-inner:after{bottom:-7px;right:0}.hamburger--spin-r .hamburger-inner{-webkit-transition-duration:.22s;transition-duration:.22s;-webkit-transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spin-r .hamburger-inner:before{-webkit-transition:top .1s ease-in .25s,opacity .1s ease-in;transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin-r .hamburger-inner:after{-webkit-transition:bottom .1s ease-in .25s,-webkit-transform .22s cubic-bezier(.55,.055,.675,.19);transition:bottom .1s ease-in .25s,-webkit-transform .22s cubic-bezier(.55,.055,.675,.19);transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19);transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19),-webkit-transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin-r.is-active .hamburger-inner{-webkit-transform:rotate(-225deg);transform:rotate(-225deg);-webkit-transition-delay:.12s;transition-delay:.12s;-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spin-r.is-active .hamburger-inner:before{opacity:0;top:0;-webkit-transition:top .1s ease-out,opacity .1s ease-out .12s;transition:top .1s ease-out,opacity .1s ease-out .12s}.hamburger--spin-r.is-active .hamburger-inner:after{bottom:0;-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:bottom .1s ease-out,-webkit-transform .22s cubic-bezier(.215,.61,.355,1) .12s;transition:bottom .1s ease-out,-webkit-transform .22s cubic-bezier(.215,.61,.355,1) .12s;transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s,-webkit-transform .22s cubic-bezier(.215,.61,.355,1) .12s}body{letter-spacing:0}.no-scroll{overflow:hidden}.no-scroll .site-header_special{-webkit-transform:translateX(calc(-50% - var(--scrollbar-width, 0)/2));transform:translateX(calc(-50% - var(--scrollbar-width, 0)/2))}.site-main{color:#fff;opacity:0;overflow:hidden;position:relative;visibility:hidden}.site-main-bg{background-image:url(../img/top/works-bg.jpg);background-position:50% 50%;background-size:cover;height:100vh;left:0;pointer-events:none;position:fixed;top:0;width:100%}.section-hero-bg{aspect-ratio:393/600;background-color:#000;overflow:hidden}.section-hero-bg,.section-hero-bg__img{left:0;position:absolute;top:0;width:100%}.section-hero-bg__img{background-image:url(../img/top/hero-bg.jpg);background-position:bottom;background-size:auto 726px;height:100%}.row{padding:0 23px}body{position:relative}body:after{background:rgba(26,26,26,.8);content:"";display:block;height:100%;left:0;opacity:0;pointer-events:none;position:absolute;top:0;-webkit-transition:.2s cubic-bezier(.445,.05,.55,.95);transition:.2s cubic-bezier(.445,.05,.55,.95);visibility:hidden;width:100%;z-index:15}body.is-special-modal-open:after{opacity:1;pointer-events:all;visibility:visible}.section-footer{padding-bottom:35px;padding-top:260px;position:relative}.section-footer .footer__bg{left:50%;position:absolute;top:0;-webkit-transform:translate(-50%);transform:translate(-50%);width:777px}.section-footer .footer-content{position:relative}.section-footer .footer .sns{margin-top:20px}.section-footer .footer .sns__title{font-family:"Noto Serif JP",游明朝,YuMincho,Hiragino Mincho ProN W3,ヒラギノ明朝 ProN W3,Hiragino Mincho ProN,HG明朝E,ＭＳ Ｐ明朝,ＭＳ 明朝,serif;font-size:2.4rem;letter-spacing:0;text-align:center}.section-footer .footer .sns-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;gap:15px;justify-content:center;margin-top:2px}.preload .special-modal{display:none}.special-modal{height:100%;left:0;opacity:0;overflow:auto;position:fixed;top:0;-webkit-transition:.2s cubic-bezier(.445,.05,.55,.95);transition:.2s cubic-bezier(.445,.05,.55,.95);visibility:hidden;width:100%;z-index:20;-webkit-overflow-scrolling:touch;color:#333}.special-modal.is-open{opacity:1;visibility:visible}.special-modal ::-webkit-scrollbar{background-color:transparent;height:4px;width:4px}.special-modal ::-webkit-scrollbar-track{background-color:#fff;border-radius:4px}.special-modal ::-webkit-scrollbar-thumb{background-color:#ffdfa0;border-radius:4px}.special-modal-outer-wrapper{display:table;height:100%;position:relative;width:100%}.special-modal-inner-wrapper{display:table-cell;height:100%;padding:80px 20px;position:relative;vertical-align:middle;width:100%}.special-modal-bg{height:100%;left:0;position:absolute;top:0;width:100%}.special-modal-inner{margin:auto;max-width:455px;position:relative;width:100%;z-index:1}.special-modal-close{color:transparent;height:42px;position:absolute;right:16px;top:20px;width:42px}.special-modal-close:after,.special-modal-close:before{background:#fff;content:"";display:inline-block;height:1px;left:50%;position:absolute;top:50%;width:100%}.special-modal-close:before{-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.special-modal-close:after{-webkit-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}.special-modal.blog-modal .special-modal-inner .panel{position:relative}.special-modal.blog-modal .special-modal-close{color:transparent;height:28px;position:absolute;right:18px;top:18px;width:28px}.special-modal.blog-modal .special-modal-close:after,.special-modal.blog-modal .special-modal-close:before{background-color:#000;content:"";display:inline-block;height:1px;left:50%;position:absolute;top:50%;width:100%}.special-modal.blog-modal .special-modal-close:before{-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.special-modal.blog-modal .special-modal-close:after{-webkit-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}.special-modal .modal-content{background-image:url(../img/top/modal-bg.jpg);background-size:cover;color:#fff;font-family:Zen Old Mincho,serif;padding:50px 38px 60px}.special-modal .modal-content__header{position:relative}.special-modal .modal-content .title{font-size:2rem;font-weight:600;letter-spacing:.08em;line-height:1.1;text-align:center}.special-modal .modal-content .author{font-family:Cormorant Infant,serif;font-size:1.6rem;letter-spacing:.04em;line-height:1.125;margin-top:22px;text-align:center;vertical-align:top}.special-modal .modal-content .author__icon{left:.2rem;position:relative;top:-.3rem}.special-modal .modal-content .author__icon img{width:1.6rem}.special-modal .modal-content .text{bottom:-12px;display:none;font-size:15px;font-weight:600;left:50%;letter-spacing:.08em;line-height:1.1;position:absolute;-webkit-transform:translate(-50%,100%);transform:translate(-50%,100%);white-space:nowrap}.special-modal .modal-content__body{margin-top:50px}.special-modal .modal-content__body img{-webkit-filter:drop-shadow(2px 2px 30px hsla(0,0%,72%,.15));filter:drop-shadow(2px 2px 30px rgba(183,183,183,.15));width:100%}.special-modal .modal-content__footer{margin-top:30px}.special-modal .modal-content__footer .confirm{margin-bottom:24px}.special-modal .modal-content__footer .confirm__label{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;font-size:1.4rem;justify-content:center;letter-spacing:.05em}.special-modal .modal-content__footer .confirm__input{display:none}.special-modal .modal-content__footer .confirm__checkbox{border:1px solid;border-radius:3px;display:inline-block;height:20px;margin-right:8px;position:relative;width:20px}.special-modal .modal-content__footer .confirm__input:checked+.confirm__checkbox:after{border-bottom:1px solid;border-left:1px solid;content:"";height:50%;left:50%;position:absolute;top:40%;-webkit-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg);width:80%}.special-modal .modal-content__footer .confirm[hidden]{display:none}.special-modal .modal-content__footer .button-wrap{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;gap:16px}.special-modal .modal-content__footer .vote-button{background-color:#fff;border-radius:9999px;color:#1a1a1a;font-size:1.2rem;letter-spacing:.05em;line-height:1.8333333333;max-width:150px;padding:5px 22px;position:relative;width:100%}.special-modal .modal-content__footer .vote-button:after{background-color:currentColor;border-radius:50%;content:"";height:4px;position:absolute;right:14px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:4px}.special-modal .modal-content__footer .vote-button .spinner{display:none;height:18px;position:absolute;right:7px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:18px}.special-modal .modal-content__footer .vote-button.is-loading{opacity:.8;pointer-events:none}.special-modal .modal-content__footer .vote-button.is-loading:after{content:none}.special-modal .modal-content__footer .vote-button.is-loading .spinner{display:inline-block}.special-modal .modal-content__footer .blog-button{background-color:#1a1a1a;border-radius:9999px;color:#fff;font-size:1.2rem;letter-spacing:.05em;line-height:1.8333333333;max-width:150px;padding:5px 22px;position:relative;width:100%}.special-modal .modal-content__footer .blog-button .icon{height:10px;position:absolute;right:11px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:10px}.special-modal .modal-content__footer .blog-button .icon:before{background-color:#fff;content:"";height:1px;left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:100%}.special-modal .modal-content__footer .blog-button .icon:after{background-color:#fff;content:"";height:100%;left:50%;position:absolute;top:0;-webkit-transform:translate(-50%);transform:translate(-50%);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;width:1px}.special-modal .modal-content__footer .blog-button.is-open .icon:after,.special-modal .modal-content__footer .blog-button[aria-expanded=true] .icon:after{-webkit-transform:translate(-50%) scaleY(0);transform:translate(-50%) scaleY(0)}.special-modal .modal-content__footer .sns-share{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 auto 20px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.special-modal .modal-content__footer .sns-share__text{font-family:Cormorant Infant,serif;font-size:1.4rem;font-weight:600;letter-spacing:.1em;line-height:1.2857142857;margin-left:15px}.special-modal .modal-content .step1,.special-modal .modal-content .step2{display:none}.special-modal .modal-content .step1.is-show,.special-modal .modal-content .step2.is-show{display:block}.special-modal .modal-content .step1[hidden],.special-modal .modal-content .step2[hidden]{display:none}.special-modal .accordion-panel{background-color:#fff;font-family:Zen Old Mincho,serif;height:0;overflow:hidden}.special-modal .accordion-panel__inner{padding:60px 50px}.special-modal .modal-blog-content{background-color:#fff;color:#1a1a1a;font-family:Zen Old Mincho,serif;padding:80px 50px 60px}.special-modal .blog-content .title{font-size:1.8rem;font-weight:500;letter-spacing:.08em;line-height:1.2222222222;text-align:center}.special-modal .blog-content *+.title{margin-top:24px}.special-modal .blog-content .maintitle{font-size:1.6rem;letter-spacing:.05em;line-height:1.75;text-align:center}.special-modal .blog-content .subtitle{font-size:1.5rem;letter-spacing:.1em;line-height:1.4666666667;text-align:center}.special-modal .blog-content *+.subtitle{margin-top:36px}.special-modal .blog-content .image{margin:0 -36px}.special-modal .blog-content .image img{width:100%}.special-modal .blog-content *+.image{margin-top:24px}.special-modal .blog-content .works-title{font-size:2.4rem;letter-spacing:.1em;line-height:1.0909090909;text-align:center}.special-modal .blog-content *+.works-title{margin-top:28px}.special-modal .blog-content .date{font-family:Cormorant Infant,serif;font-size:1.4rem;font-weight:600;letter-spacing:.05em;text-align:center}.special-modal .blog-content *+.date{margin-top:24px}.special-modal .blog-content .author-term{font-family:Cormorant Infant,serif;font-size:1rem;font-weight:600;letter-spacing:.02em;line-height:1.8;text-align:center}.special-modal .blog-content *+.author-term{margin-top:24px}.special-modal .blog-content .author{font-size:1.3rem;font-weight:500;letter-spacing:.05em;line-height:1.6923076923;margin:14px auto 0;padding:0 0 10px;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.special-modal .blog-content .author:after{bottom:0;content:"";height:4px;left:0;position:absolute;width:100%}.special-modal .blog-content .author.fujigaya:after{background-color:#ff00b2}.special-modal .blog-content .author.miyata:after{background-color:#9000ff}.special-modal .blog-content *+.author{margin-top:24px}.special-modal .blog-content .author-term+.author,.special-modal .blog-content .titile+.author{margin-top:14px}.special-modal .blog-content .episode.fujigaya{color:#ff00b2}.special-modal .blog-content .episode.miyata{color:#9000ff}.special-modal .blog-content .episode__title{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:1.2rem;letter-spacing:.05em;line-height:1.1666666667;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.special-modal .blog-content .episode__title:after,.special-modal .blog-content .episode__title:before{border-top:1px dashed;content:"";width:23px}.special-modal .blog-content .episode__text{font-size:1.1rem;letter-spacing:.03em;line-height:1.8181818182;margin-top:14px}.special-modal .blog-content *+.episode{margin-top:24px}.special-modal .blog-content .text{font-size:1.2rem;font-weight:500;letter-spacing:.05em;line-height:1.8333333333}.special-modal .blog-content *+.text{margin-top:36px}.fetch-failed-modal .modal-bg{background:rgba(26,26,26,.8)}.inview-special{opacity:0}.inview-special.slideIn{-webkit-transform:translateY(60px);transform:translateY(60px)}.inview-special.slideIn.bottom{-webkit-transform:translateY(120px);transform:translateY(120px);-webkit-transition:all 1.6s cubic-bezier(.19,1,.22,1);transition:all 1.6s cubic-bezier(.19,1,.22,1)}.inview-special.slideIn.animate{opacity:1;-webkit-transform:translate(0);transform:translate(0);-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1)}.inview-special.fadeIn.animate{opacity:1;-webkit-transition:opacity 1.5s ease;transition:opacity 1.5s ease}.masker{display:inline-block;overflow:hidden}.masker .typo{-webkit-transform:translateY(100%);transform:translateY(100%)}.masker.animate .typo{-webkit-transform:translate(0);transform:translate(0);-webkit-transition:-webkit-transform 1.6s cubic-bezier(.77,0,.175,1);transition:-webkit-transform 1.6s cubic-bezier(.77,0,.175,1);transition:transform 1.6s cubic-bezier(.77,0,.175,1);transition:transform 1.6s cubic-bezier(.77,0,.175,1),-webkit-transform 1.6s cubic-bezier(.77,0,.175,1)}@-webkit-keyframes shine{0%{-webkit-transform:translate(-100%,-100%) rotate(-45deg);transform:translate(-100%,-100%) rotate(-45deg)}20%{-webkit-transform:translate(100%,100%) rotate(-45deg);transform:translate(100%,100%) rotate(-45deg)}to{-webkit-transform:translate(100%,100%) rotate(-45deg);transform:translate(100%,100%) rotate(-45deg)}}@keyframes shine{0%{-webkit-transform:translate(-100%,-100%) rotate(-45deg);transform:translate(-100%,-100%) rotate(-45deg)}20%{-webkit-transform:translate(100%,100%) rotate(-45deg);transform:translate(100%,100%) rotate(-45deg)}to{-webkit-transform:translate(100%,100%) rotate(-45deg);transform:translate(100%,100%) rotate(-45deg)}}.page-top .masthead_special{padding:0 30px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}.page-top .brand-logo a{display:block}.page-top .site-main{font-family:Zen Old Mincho,serif;font-weight:500;padding-top:0;z-index:auto}.page-top .opening{height:100vh;left:0;position:fixed;top:0;width:100%;z-index:100}.page-top .opening-count{-webkit-clip-path:polygon(0 0,130% 0,100% 100%,0 100%);clip-path:polygon(0 0,130% 0,100% 100%,0 100%);height:100%;left:0;position:absolute;top:0;-webkit-transition:-webkit-clip-path 1.5s cubic-bezier(.86,0,.07,1);transition:-webkit-clip-path 1.5s cubic-bezier(.86,0,.07,1);transition:clip-path 1.5s cubic-bezier(.86,0,.07,1);transition:clip-path 1.5s cubic-bezier(.86,0,.07,1),-webkit-clip-path 1.5s cubic-bezier(.86,0,.07,1);width:100%;z-index:99}.page-top .opening-count.is-hidden{-webkit-clip-path:polygon(0 0,0 0,-30% 100%,-60% 100%);clip-path:polygon(0 0,0 0,-30% 100%,-60% 100%)}.page-top .opening-count__bg{height:100%;left:0;position:absolute;top:0;width:100%}.page-top .opening-count__bg img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.page-top .opening-count__logo{left:0;opacity:.05;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:100%}.page-top .opening-count__logo img{width:100%}.page-top .opening-count__number{font-family:Cormorant Infant,serif;font-size:20.5128vw;font-weight:300;letter-spacing:.08em;line-height:.8;overflow:hidden;position:absolute;right:7.6923%;top:49%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.page-top .opening-count__number .hidden{opacity:0;visibility:hidden}.page-top .opening-count__number .numbers{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.page-top .opening-count__number .numbers_1{-webkit-box-orient:vertical;-webkit-box-direction:reverse;bottom:0;-ms-flex-direction:column-reverse;flex-direction:column-reverse;right:25%}.page-top .opening-count__number .numbers_2{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;right:0;top:0}.page-top .opening-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:rgba(26,26,26,.8)}.page-top .opening-overlay,.page-top .opening-works{height:100%;left:0;position:absolute;top:0;width:100%;z-index:98}.page-top .opening-works{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;overflow:hidden}.page-top .opening-works__column{height:-webkit-max-content;height:-moz-max-content;height:max-content}.page-top .opening-works__column_md{width:33.5878%}.page-top .opening-works__column_md>*+*{margin-top:13.6364%}.page-top .opening-works__column_sm{position:relative;width:22.9008%}.page-top .opening-works__column_sm>*+*{margin-top:20%}.page-top .opening-works__image img{width:100%}.page-top #particles-js{height:100dvh;left:0;margin:0 auto;pointer-events:none;position:fixed;right:0;top:0;width:100%}.page-top .section-hero{position:relative;z-index:1}.page-top .section-hero .hero{overflow:clip}.page-top .section-hero .hero img{width:100%}.page-top .section-hero .hero__head{aspect-ratio:393/600;position:relative}.page-top .section-hero .hero__title{top:30%;width:74.8092%}.page-top .section-hero .hero__heading,.page-top .section-hero .hero__title{left:50%;position:absolute;-webkit-transform:translate(-50%);transform:translate(-50%)}.page-top .section-hero .hero__heading{top:66%;width:25.4453%}.page-top .section-hero .hero__result{left:50%;position:absolute;top:74.6%;-webkit-transform:translate(-50%);transform:translate(-50%);width:50.890585%}.page-top .section-works{padding-top:66px;position:relative;z-index:1}.page-top .section-works .content{position:relative}.page-top .section-works .result__title{font-family:Cormorant Infant,serif;font-size:4.2rem;font-weight:600;text-align:center}.page-top .section-works .result-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:32px}.page-top .section-works .result-box{width:50%}.page-top .section-works .result-box:first-of-type{padding-right:18px}.page-top .section-works .result-box:first-of-type .result__rank{left:-15px}.page-top .section-works .result-box:first-of-type .result-sub-item .result__rank{left:-6px}.page-top .section-works .result-box:last-of-type{padding-left:18px;position:relative}.page-top .section-works .result-box:last-of-type:before{background-color:hsla(0,0%,100%,.2);content:"";display:inline-block;height:100%;left:0;position:absolute;top:0;width:1px}.page-top .section-works .result-box:last-of-type .result__rank{right:-15px}.page-top .section-works .result-box:last-of-type .result-sub-item .result__rank{left:-6px;right:auto}.page-top .section-works .result__artist{display:-webkit-box;display:-ms-flexbox;display:flex;font-family:Cormorant Infant,serif;font-size:1.8rem;font-weight:600;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.page-top .section-works .result__artist img{left:.2rem;position:relative;top:-.3rem}.page-top .section-works .result-list{margin-top:35px}.page-top .section-works .result-item+.result-item{margin-top:27px}.page-top .section-works .result-inner{cursor:pointer;position:relative;width:100%}.page-top .section-works .result-img{position:relative}.page-top .section-works .result-img__frame{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%) scale(1.01);transform:translate(-50%,-50%) scale(1.01);width:100%}.page-top .section-works .result__rank{position:absolute;top:-20px}.page-top .section-works .result__rank__shine{border-radius:50%;height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}.page-top .section-works .result__rank__shine:after{background:-webkit-gradient(linear,left bottom,left top,from(transparent),color-stop(hsla(0,0%,100%,.4)),to(transparent));background:linear-gradient(0deg,transparent,hsla(0,0%,100%,.4),transparent);content:"";display:inline-block;height:100%;left:0;position:absolute;top:0;-webkit-transform:translate(100%,100%) rotate(-45deg);transform:translate(100%,100%) rotate(-45deg);width:100%}.page-top .section-works .result__rank.is-active .result__rank__shine:after{-webkit-animation:shine 4s ease .3s forwards running;animation:shine 4s ease .3s forwards running}.page-top .section-works .result__name{font-size:1.3rem;font-weight:600;letter-spacing:.02em;line-height:1.69;margin:1.25em auto auto;max-width:124px;min-height:3.38em;min-width:110px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.page-top .section-works .result__name,.page-top .section-works .result__name span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.page-top .section-works .result__name span{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:-webkit-gradient(linear,left top,right top,from(#e6af2e),color-stop(50%,#ffe583),to(#e6af2e));background:linear-gradient(90deg,#e6af2e,#ffe583 50%,#e6af2e);color:#311e1e;-webkit-filter:drop-shadow(0 5px 10px rgba(0,0,0,.2));filter:drop-shadow(0 5px 10px rgba(0,0,0,.2));min-height:26px;width:100%}.page-top .section-works .result-sub-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;gap:35px 13px;margin-top:32px}.page-top .section-works .result-sub-item{width:calc(50% - 6.5px)}.page-top .section-works .result-sub-item .result__rank{top:-16px}.page-top .section-works .result-sub-item .result__name{font-size:1rem;letter-spacing:0;line-height:1.5;margin-top:1.1em;min-height:6em;min-width:unset;text-align:left;width:100%}.page-top .section-works .result-sub-item .result__name span{background:none;color:#fff;-webkit-filter:none;filter:none}.page-top .section-notlogin{position:relative}.page-top .section-notlogin .content{position:relative;z-index:1}.page-top .section-notlogin .login{position:relative}.page-top .section-notlogin .login__inner{background-color:#fff;color:#1a1a1a;left:50%;max-width:294px;padding:50px 27px;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%}.page-top .section-notlogin .login__text{font-size:1.4rem;letter-spacing:.05em;line-height:1.7857;padding:0 9px}.page-top .section-notlogin .login__button-list{display:-ms-grid;display:grid;gap:16px;margin-top:40px}.page-top .section-notlogin .login__button{display:-webkit-box;display:-ms-flexbox;display:flex;min-height:42px;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;background-color:#1a1a1a;border-radius:9999px;color:#fff;font-size:1.4rem;justify-content:center;letter-spacing:.05em;padding:.5em 1em;position:relative}.page-top .section-notlogin .login__button:after{background-image:url(../img/top/arrow.svg);background-size:100% 100%;content:"";height:8px;position:absolute;right:17px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:8px}.page-top .section-notlogin .outro{border-top:1px solid hsla(0,0%,100%,.3);display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:60px;-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}.page-top .section-notlogin .outro .back-to-top{margin-top:30px}.page-top .section-notlogin .sns-list__heading{font-family:Cormorant Infant,serif;font-size:1.4rem;font-weight:600;letter-spacing:.1em;line-height:1.2857142857;text-align:center}.page-top .section-notlogin .sns-list__list{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:24px;-webkit-box-pack:center;-ms-flex-pack:center;gap:22px;justify-content:center}.page-top .section-notlogin .sns-list__link{display:block}.page-top .section-notlogin .back-to-top{border:1px solid #fff;border-radius:9999px;font-family:Cormorant Infant,serif;font-size:1.4rem;font-weight:600;letter-spacing:.1em;line-height:1.2857142857;padding:11px 27px}.page-top .section-footer{background-color:#eae7dc;color:#1a1a1a;margin-top:49px;padding-bottom:80px;padding-top:60px;position:relative;z-index:1}.page-top .section-footer .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}.page-top .section-footer .thanks{text-align:center}.page-top .section-footer .thanks__text{font-size:2rem;font-weight:700;letter-spacing:.05em;line-height:1.8}.page-top .section-footer .thanks-btn{display:inline-block;margin-top:30px}.page-top .section-footer .sns-list{border-top:1px solid rgba(26,26,26,.1);margin-top:54px;padding-top:60px;width:100%}.page-top .section-footer .sns-list__heading{font-family:Cormorant Infant,serif;font-size:1.4rem;font-weight:600;letter-spacing:.1em;line-height:1.2857142857;text-align:center}.page-top .section-footer .sns-list__list{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:24px;-webkit-box-pack:center;-ms-flex-pack:center;gap:22px;justify-content:center}.page-top .section-footer .sns-list__link{display:block}.page-top .section-footer .back-to-top{border:1px solid #000;border-radius:9999px;font-family:Cormorant Infant,serif;font-size:1.4rem;font-weight:600;letter-spacing:.1em;line-height:1.2857142857;margin-top:30px;padding:11px 27px}@media only screen and (min-width:933px){.site-header_special{max-width:375px}.hamburger.is-active:hover,.hamburger:hover{opacity:.7}.no-scroll.page-top .site-main-bg{-webkit-transform:translateX(calc(-50% - var(--scrollbar-width, 0)/2));transform:translateX(calc(-50% - var(--scrollbar-width, 0)/2))}.page-top .opening,.page-top .opening-count,.site-main-bg{left:50%;max-width:375px;-webkit-transform:translate(-50%);transform:translate(-50%)}.page-top .opening-count__number{font-size:80px}.page-top .opening-overlay,.page-top .opening-works{left:50%;max-width:375px;-webkit-transform:translate(-50%);transform:translate(-50%)}.page-top #particles-js{max-width:375px}.page-top .section-works .result-sub-item .result__name{letter-spacing:-.05em}}@media only screen and (max-width:932px){.page-top #particles-js{width:100%}}@media (hover:hover) and (pointer:fine){.special-modal .modal-content__footer .vote-button{-webkit-transition:opacity .3s;transition:opacity .3s}.special-modal .modal-content__footer .vote-button:hover{opacity:.8}.special-modal .modal-content__footer .blog-button{-webkit-transition:opacity .3s;transition:opacity .3s}.special-modal .modal-content__footer .blog-button:hover{opacity:.8}.special-modal .modal-content__footer .sns-share{-webkit-transition:opacity .3s;transition:opacity .3s}.special-modal .modal-content__footer .sns-share:hover{opacity:.8}.page-top .section-notlogin .login__button{-webkit-transition:opacity .3s;transition:opacity .3s}.page-top .section-notlogin .login__button:hover{opacity:.8}.page-top .section-notlogin .sns-list__link{-webkit-transition:opacity .3s;transition:opacity .3s}.page-top .section-notlogin .sns-list__link:hover{opacity:.8}.page-top .section-notlogin .back-to-top{-webkit-transition:opacity .3s;transition:opacity .3s}.page-top .section-notlogin .back-to-top:hover{opacity:.8}.page-top .section-footer .sns-list__link{-webkit-transition:opacity .3s;transition:opacity .3s}.page-top .section-footer .sns-list__link:hover{opacity:.8}.page-top .section-footer .back-to-top{-webkit-transition:opacity .3s;transition:opacity .3s}.page-top .section-footer .back-to-top:hover{opacity:.8}}