html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;vertical-align:baseline;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}strong,p,h1,h2,h3{font-size:inherit;letter-spacing:inherit;line-height:inherit;font-weight:inherit;color:inherit}.clearfix:after{content:"";display:block;clear:both}html,body{height:100%}body{font-family:"Zen Old Mincho",serif;font-optical-sizing:auto;font-weight:400;font-style:normal;font-size:15px;color:#000}img{display:block;width:100%;height:auto;backface-visibility:hidden;-webkit-backface-visibility:hidden}a{font-size:inherit;letter-spacing:inherit;line-height:inherit;font-weight:inherit;color:inherit;text-decoration:none}button{background-color:rgba(0,0,0,0);border:none;cursor:pointer;outline:none;padding:0;appearance:none}.font-eb{font-family:"EB Garamond",serif;font-optical-sizing:auto;font-weight:400;font-style:normal}.sp{display:none}@media screen and (max-width: 768px){.pc{display:none}.sp{display:block}}svg{width:100%;height:100%}.red{color:#eb0025}header{position:fixed;top:0;left:0;width:100%;height:80px;background:linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);opacity:0;pointer-events:none;transition:opacity .3s;z-index:100}@media screen and (max-width: 768px){header{display:flex;flex-direction:column;align-items:center;padding-top:30px;height:100dvh;background:#fff}}@media screen and (min-width: 769px){header.active{opacity:1;pointer-events:initial}}header h1{position:absolute;top:20px;left:20px;width:185px}@media screen and (max-width: 768px){header h1{position:relative;top:initial;left:initial;width:150px}}header nav{margin-left:auto;width:fit-content;height:60px}@media screen and (max-width: 768px){header nav{display:flex;justify-content:center;flex:1;width:100%;height:auto}}header nav .menu-list{display:flex;position:relative;margin-right:10px;height:auto}@media screen and (max-width: 768px){header nav .menu-list{flex-direction:column;justify-content:center;margin:0;height:auto}header nav .menu-list::before,header nav .menu-list::after{content:"";display:block;width:228px;height:10px;background:url(../images/menu-deco.svg) center center/100% 100%}header nav .menu-list::before{margin-bottom:10px}header nav .menu-list::after{margin-top:10px}}header nav .menu-list .menu-item{height:80px}@media screen and (max-width: 768px){header nav .menu-list .menu-item{height:auto}}header nav .menu-list .menu-item a{display:flex;justify-content:center;align-items:center;padding:0 10px;height:100%;font-size:20px}@media screen and (max-width: 768px){header nav .menu-list .menu-item a{padding:10px 0;font-size:26px}}@media screen and (max-width: 768px){header.open{opacity:1;pointer-events:initial}}@media screen and (min-width: 769px){.page header{opacity:1;pointer-events:initial}}.menu-button{display:none;justify-content:center;align-items:center;position:fixed;top:15px;right:15px;width:50px;height:50px;background:#000;clip-path:polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);z-index:100}@media screen and (max-width: 768px){.menu-button{display:flex}}.menu-button .inner{display:flex;justify-content:center;align-items:center;position:relative;width:calc(100% - 2px);height:calc(100% - 2px);background:#fff;clip-path:polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%)}.menu-button .menu-line-container{position:relative;width:16px;height:11px;transition:width .3s .2s ease,height .3s .2s ease}.menu-button .menu-line-container .menu-line{position:absolute;left:0;width:100%;height:1px;background:#00a6c2;transition:transform .2s ease,opacity .3s .2s}.menu-button .menu-line-container .menu-line:first-child{top:0}.menu-button .menu-line-container .menu-line:nth-of-type(2){top:50%}.menu-button .menu-line-container .menu-line:last-child{bottom:0}.menu-button.open .menu-line-container{width:32px;height:1px;transition:width .3s ease,height .3s ease}.menu-button.open .menu-line-container .menu-line{transition:transform .2s .3s ease,opacity .3s}.menu-button.open .menu-line-container .menu-line:first-child{transform:rotate(45deg)}.menu-button.open .menu-line-container .menu-line:nth-of-type(2){opacity:0}.menu-button.open .menu-line-container .menu-line:last-child{transform:rotate(-45deg)}.custom-modal-container{position:fixed;top:0;left:0;padding:30px;box-sizing:border-box;width:100%;height:100dvh;z-index:1000}.custom-modal-bg{position:absolute;top:0;left:0;width:100%;height:100%;background:#000;opacity:.8}.custom-modal-contents{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);max-width:1000px;width:calc(100% - 60px);max-height:calc(100% - 60px);overflow-y:auto;background:#fff;color:#000;padding:20px;box-shadow:0 0 20px rgba(0,0,0,.3);z-index:1001;box-sizing:border-box}@media screen and (max-width: 768px){.custom-modal-contents{width:calc(100% - 30px);max-height:calc(100% - 30px)}}.pv-modal-wrapper .custom-modal-contents{padding:0}.pv-modal-wrapper .pv-modal-container{aspect-ratio:16/9}.pv-modal-wrapper .pv-modal-container iframe{display:block;width:100%;height:100%}.custom-modal-close{position:fixed;top:34px;right:34px;transform:rotate(45deg);width:70px;height:70px;font-size:0;border:solid 1px #000;cursor:pointer;z-index:1100}@media screen and (max-width: 768px){.custom-modal-close{top:20px;right:20px;width:35px;height:35px}}.custom-modal-close::before,.custom-modal-close::after{content:"";display:block;position:absolute;top:50%;left:50%;width:100px;height:1px;background:#00a6c2;transition:opacity .3s,width .3s ease}@media screen and (max-width: 768px){.custom-modal-close::before,.custom-modal-close::after{width:50px}}.custom-modal-close::before{transform:translate3d(-50%, -50%, 0)}.custom-modal-close::after{transform:translate3d(-50%, -50%, 0) rotate(90deg)}.custom-modal-close:hover::before,.custom-modal-close:hover::after{width:50px;opacity:.5}.comment-modal-wrapper .custom-modal-contents{padding:0;background:none;border-radius:10px}.comment-modal-wrapper .comment-modal-container{padding:20px;background:#fff}.comment-modal-wrapper .comment-modal-container .comment-box{display:none;gap:20px}@media screen and (max-width: 768px){.comment-modal-wrapper .comment-modal-container .comment-box{flex-direction:column}}.comment-modal-wrapper .comment-modal-container .comment-box.active{display:flex}.comment-modal-wrapper .comment-modal-container .comment-box .comment-pic{flex:1}@media screen and (max-width: 768px){.comment-modal-wrapper .comment-modal-container .comment-box .comment-pic{width:100%}}.comment-modal-wrapper .comment-modal-container .comment-box .comment-right{flex:1}@media screen and (max-width: 768px){.comment-modal-wrapper .comment-modal-container .comment-box .comment-right{width:100%}}.comment-modal-wrapper .comment-modal-container .comment-box .comment-right .comment-name{position:relative;margin-bottom:30px;padding-bottom:30px;border-bottom:solid 1px #000}.comment-modal-wrapper .comment-modal-container .comment-box .comment-right .comment-name .position{position:relative;margin:0 0 10px .5em;width:fit-content;font-size:20px;font-weight:700;color:#fff;z-index:1}@media screen and (max-width: 768px){.comment-modal-wrapper .comment-modal-container .comment-box .comment-right .comment-name .position{font-size:15px}}.comment-modal-wrapper .comment-modal-container .comment-box .comment-right .comment-name .position::before{content:"";display:block;position:absolute;top:0;left:-0.5em;width:calc(100% + 1em);height:1em;background:#000;z-index:-1}.comment-modal-wrapper .comment-modal-container .comment-box .comment-right .comment-name .name{font-size:50px;font-weight:700}@media screen and (max-width: 768px){.comment-modal-wrapper .comment-modal-container .comment-box .comment-right .comment-name .name{font-size:30px}}.comment-modal-wrapper .comment-modal-container .comment-box .comment-right .comment-text{color:#000}.comment-modal-wrapper .comment-modal-container .comment-box .comment-right .comment-text .question{margin-bottom:10px;font-size:16px;font-weight:700;line-height:1.2em}.comment-modal-wrapper .comment-modal-container .comment-box .comment-right .comment-text .answer{margin-bottom:20px;line-height:1.5em}.comment-modal-wrapper .comment-modal-container .comment-box.comment00 .comment-right{width:100%}.comment-modal-wrapper .comment-modal-container .comment-box.only-pic{flex-direction:column-reverse}section{padding:100px 0;background:url(../images/main-bg-left.webp) left center no-repeat,url(../images/main-bg-right.webp) right center no-repeat,#fff}@media screen and (max-width: 768px){section{padding:60px 0;background:#fff}}section h2 .en{position:relative;margin:0 auto;width:fit-content;font-size:100px;text-align:center}@media screen and (max-width: 768px){section h2 .en{font-size:50px}}section h2 .en::before,section h2 .en::after{content:"";display:block;position:absolute;top:50%;width:55px;aspect-ratio:55/25;background:url(../images/title-deco.svg) 100% 100%}@media screen and (max-width: 768px){section h2 .en::before,section h2 .en::after{width:27px}}section h2 .en::before{right:calc(100% + 30px);transform:translate3d(0, -50%, 0)}@media screen and (max-width: 768px){section h2 .en::before{right:calc(100% + 15px)}}section h2 .en::after{left:calc(100% + 30px);transform:translate3d(0, -50%, 0) scale(-1, 1)}@media screen and (max-width: 768px){section h2 .en::after{left:calc(100% + 15px)}}section h2 .jp{position:relative;margin:10px auto 0;width:fit-content;color:#fff;z-index:1}@media screen and (max-width: 768px){section h2 .jp{font-size:10px}}section h2 .jp::before{content:"";display:block;position:absolute;top:0;left:50%;transform:translate3d(-50%, 0, 0);width:calc(100% + 40px);height:100%;background:url(../images/title-grange.webp) center center,#000;z-index:-1}section .section-contents{margin:60px auto 0;padding:0 30px;max-width:1060px;width:100%}@media screen and (max-width: 768px){section .section-contents{margin:30px auto 0;padding:0 5%}}.common-button{position:relative;display:flex;width:200px;aspect-ratio:200/40}.common-button::before,.common-button::after{content:"";display:block;position:absolute;width:32px;aspect-ratio:32/42;background:url(../images/button-deco.svg) 100% 100%}.common-button::before{top:50%;left:-20px;transform:translate3d(0, -50%, 0)}.common-button::after{top:50%;right:-20px;transform:translate3d(0, -50%, 0) scale(-1, 1)}.common-button a{display:flex;justify-content:center;align-items:center;position:relative;width:100%;height:100%;border-radius:100px;border:solid 1px #000;font-size:26px;color:#00a6c2}.common-button a::before{content:"";display:block;position:absolute;top:0;left:0;width:0;height:100%;background:#00a6c2;opacity:.5;transition:width .3s ease}.common-button:hover a::before{width:100%}.hover{transition:opacity .3s}.hover:hover{opacity:.5}.firstview{display:flex}@media screen and (max-width: 768px){.firstview{flex-direction:column-reverse}}.firstview .left-column{position:relative;width:320px;z-index:5}@media screen and (max-width: 768px){.firstview .left-column{width:100%}}.firstview .left-column h1{margin:50px 0 36px 50px;width:144%}@media screen and (max-width: 768px){.firstview .left-column h1{margin:-40vw auto 12vw;width:63%}}.firstview .left-column .fv-onair{margin-left:50px;width:144%;font-size:34px;font-weight:700}@media screen and (max-width: 768px){.firstview .left-column .fv-onair{margin:0;width:100%;font-size:6.7vw;text-align:center}}.firstview .left-column .fv-onair .small{font-size:26px}@media screen and (max-width: 768px){.firstview .left-column .fv-onair .small{font-size:5.1vw}}.firstview .left-column nav{display:flex;flex-direction:column;align-items:center;margin-top:50px}@media screen and (max-width: 768px){.firstview .left-column nav{display:none}}.firstview .left-column nav::before,.firstview .left-column nav::after{content:"";display:block;width:71%;aspect-ratio:228/9;background:url(../images/menu-deco.svg) 100% 100%}.firstview .left-column nav .menu-list{margin:20px 0;width:100%}.firstview .left-column nav .menu-list .menu-item a{display:flex;justify-content:center;align-items:center;padding:8px 0;width:100%;font-size:26px;transition:opacity .3s}.firstview .left-column nav .menu-list .menu-item a:hover{opacity:.5}.firstview .left-column .fv-pv{position:relative;margin:50px auto 0;width:71%;border:solid 1px #000}@media screen and (max-width: 768px){.firstview .left-column .fv-pv{width:90%}}.firstview .left-column .fv-pv::before,.firstview .left-column .fv-pv::after{content:"";display:block;position:absolute;width:38px;aspect-ratio:1/1;background:url(../images/frame-deco.svg) 100% 100%;z-index:5;pointer-events:none}.firstview .left-column .fv-pv::before{top:-6px;left:-6px}.firstview .left-column .fv-pv::after{right:-6px;bottom:-6px;transform:rotate(180deg)}.firstview .left-column .fv-pv .pv-modal{display:block;position:relative}.firstview .left-column .fv-pv .pv-modal::before{content:"";display:block;position:absolute;top:0;left:0;width:0;height:100%;background:#00a6c2;opacity:.5;transition:width .3s ease}.firstview .left-column .fv-pv .play-button{position:absolute;top:50%;left:50%;transform:translate3d(-50%, -50%, 0);width:42px;aspect-ratio:1/1;filter:drop-shadow(0 0 10px #fff) drop-shadow(0 0 10px #fff);opacity:.8;transition:opacity .3s}.firstview .left-column .fv-pv:hover .pv-modal::before{width:100%}.firstview .left-column .fv-pv:hover .play-button{opacity:.3}.firstview .kv-container{flex:1;position:relative;z-index:1}.section-news .news-list .news-item{border-top:solid 1px #000}.section-news .news-list .news-item:last-child{border-bottom:solid 1px #000}.section-news .news-list .news-item a{display:block;position:relative;padding:20px}@media screen and (max-width: 768px){.section-news .news-list .news-item a{padding:20px 0}}.section-news .news-list .news-item a::before{content:"";display:block;position:absolute;top:0;left:0;width:0;height:100%;background:#00a6c2;opacity:.5;pointer-events:none;transition:width .5s ease}.section-news .news-list .news-item a .date{color:#eb0025}@media screen and (max-width: 768px){.section-news .news-list .news-item a .date{font-size:10px}}.section-news .news-list .news-item a .title{margin-top:5px;font-size:20px;line-height:1.5em}@media screen and (max-width: 768px){.section-news .news-list .news-item a .title{font-size:14px}}.section-news .news-list .news-item a:hover::before{width:100%}.section-news .more-button{margin:60px auto 0}.section-news .more-button a{padding-bottom:.2em}@media screen and (max-width: 768px){.section-news .more-button{margin:30px auto 0}}.section-news .pagination{display:flex;justify-content:center;gap:10px;margin-top:60px;font-size:26px}@media screen and (max-width: 768px){.section-news .pagination{font-size:20px}}.section-news .pagination .page-numbers:not(.dots){display:flex;justify-content:center;align-items:center;position:relative;width:40px;aspect-ratio:1/1;border-radius:100%;border:solid 1px #000;background:#fff;color:#00a6c2;z-index:1;overflow:hidden;transition:opacity .3s}.section-news .pagination .page-numbers:not(.dots)::before{content:"";display:block;position:absolute;top:0;left:0;width:0;height:100%;background:#00a6c2;opacity:.5;pointer-events:none;z-index:-1;transition:width .3s ease}.section-news .pagination .page-numbers:not(.dots):hover{opacity:.5}.section-news .pagination .page-numbers:not(.dots):hover::before{width:100%}.section-news .pagination .page-numbers.current::before{width:100%}.section-news .pagination .page-numbers img{width:10px}.section-news .pagination .page-numbers.next img{transform:scale(-1, 1)}.section-news .pagination .page-numbers.dots{width:auto;aspect-ratio:initial;border:none;background:none}.section-article .article-title{padding:20px;border-top:solid 1px #000;border-bottom:solid 1px #000}@media screen and (max-width: 768px){.section-article .article-title{padding:20px 0}}.section-article .article-title .date{color:#eb0025}@media screen and (max-width: 768px){.section-article .article-title .date{font-size:12px}}.section-article .article-title .title{font-size:30px;line-height:1.2em}@media screen and (max-width: 768px){.section-article .article-title .title{font-size:20px}}.section-article .article-text{padding:60px 20px;border-bottom:solid 1px #000}@media screen and (max-width: 768px){.section-article .article-text{padding:30px 0}}.section-article .article-text p{margin-bottom:20px;line-height:1.5em;text-align:justify}@media screen and (max-width: 768px){.section-article .article-text p{font-size:14px}}.section-article .article-text p a{color:#00a6c2;font-weight:900;text-decoration:underline;transition:opacity .3s}.section-article .article-text p a:hover{opacity:.5}.section-article .article-text img{width:auto;max-width:100%}.section-article .article-text img.aligncenter{margin-left:auto;margin-right:auto}.section-article .article-text h1{position:relative;margin:0 0 20px .2em;width:fit-content;font-size:30px;font-weight:700;line-height:1.2em;color:#fff;z-index:1}@media screen and (max-width: 768px){.section-article .article-text h1{font-size:20px}}.section-article .article-text h1:first-letter{color:#eb0025}.section-article .article-text h1::before{content:"";display:block;position:absolute;top:.05em;left:-0.2em;width:calc(100% + .4em);height:100%;background:#000;z-index:-1}.section-article .article-text h2{margin-bottom:20px;font-size:24px;font-weight:700;line-height:1.2em}@media screen and (max-width: 768px){.section-article .article-text h2{font-size:18px}}.section-article .article-text h3{margin-bottom:20px;font-size:20px;font-weight:700;line-height:1.2em}@media screen and (max-width: 768px){.section-article .article-text h3{font-size:16px}}.section-article .article-text .yt{width:100%;aspect-ratio:16/9}.section-article .article-text .yt iframe{display:block;width:100%;height:100%}.section-article .article-text blockquote{padding:20px;background:#f3f2f8}@media screen and (max-width: 768px){.section-article .article-text blockquote{padding:10px}}.section-article .article-text blockquote *:last-child{margin-bottom:0}.section-article .back-button{margin:60px auto 0}@media screen and (max-width: 768px){.section-article .back-button{margin-top:30px}}.section-intro{position:relative;padding-bottom:50px;background:url(../images/intro-bg.webp) center bottom;overflow:hidden}.section-intro .section-contents{margin-top:100px}@media screen and (max-width: 768px){.section-intro .section-contents{position:relative;margin-top:40px;z-index:5}}.section-intro .type-intro p{font-size:30px;font-weight:700;text-align:center;line-height:2em}@media screen and (max-width: 768px){.section-intro .type-intro p{font-size:15px;text-align:left;line-height:1.6em;text-shadow:0 0 5px #fff,0 0 5px #fff,0 0 5px #fff}}.section-intro .type-intro p:not(:first-child){margin-top:2em}.section-intro .type-intro p strong{display:inline-block;position:relative;margin:0 .5em;z-index:1;color:#fff;opacity:0;transition:opacity .3s}@media screen and (max-width: 768px){.section-intro .type-intro p strong{text-shadow:none}}.section-intro .type-intro p strong::before{content:"";display:block;position:absolute;top:.5em;left:-0.5em;width:0;height:1em;background:#000;z-index:-1;transition:width .3s ease}@media screen and (max-width: 768px){.section-intro .type-intro p strong::before{top:.3em;height:1.2em}}.section-intro .type-intro p strong.animed{opacity:1}.section-intro .type-intro p strong.animed::before{width:calc(100% + 1em)}.section-intro .intro-bg{position:relative;margin:80px auto 0;width:388px;aspect-ratio:388/412}@media screen and (max-width: 768px){.section-intro .intro-bg{position:absolute;bottom:0;left:23%;width:100%;z-index:1}}.section-intro .intro-bg .chair{position:absolute;top:0;left:50%;transform:translate3d(-50%, 0, 0);width:210px;aspect-ratio:210/370;background:url(../images/intro-bg-chair.webp) 100% 100%}.section-intro .intro-bg .blood1{position:absolute;right:43.3%;bottom:2.6%;width:0;height:60px;background:url(../images/intro-bg-blood1.webp) right center/auto 100%;transition:width .3s ease}.section-intro .intro-bg .blood1.animed{width:220px}.section-intro .intro-bg .blood2{position:absolute;left:34%;bottom:0;width:0;height:74px;background:url(../images/intro-bg-blood2.webp) left center/auto 100%;transition:width .3s .2s ease}.section-intro .intro-bg .blood2.animed{width:275px}.section-chara .chara-icon-container.off{display:none}.section-chara .chara-icon-container .icon-item{display:flex;justify-content:center;align-items:center;width:70px;height:70px;background:#000;clip-path:polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%)}.section-chara .chara-icon-container .icon-item .inner{position:relative;width:calc(100% - 2px);height:calc(100% - 2px);background:#fff;clip-path:polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%)}.section-chara .chara-icon-container .icon-item .inner::before{content:"";display:none;position:absolute;top:0;left:0;width:100%;height:100%;background:#00a6c2}.section-chara .chara-box{display:grid;grid-template-rows:max-content max-content 1fr;grid-template-columns:1fr 1fr;grid-template-areas:"pic name" "pic profile" "pic face"}@media screen and (max-width: 768px){.section-chara .chara-box{grid-template-rows:max-content max-content 1fr;grid-template-columns:1fr;grid-template-areas:"name" "pic" "face" "profile"}}.section-chara .chara-box .chara-pic{grid-area:pic}.section-chara .chara-box .chara-name{grid-area:name;padding-bottom:20px}.section-chara .chara-box .chara-name .jp{font-size:50px;font-weight:700}@media screen and (max-width: 768px){.section-chara .chara-box .chara-name .jp{font-size:30px}}.section-chara .chara-box .chara-name .en{position:relative;margin:10px 0 0 .5em;width:fit-content;font-size:20px;color:#fff;z-index:1}@media screen and (max-width: 768px){.section-chara .chara-box .chara-name .en{font-size:15px}}.section-chara .chara-box .chara-name .en::before{content:"";display:block;position:absolute;top:0;left:-0.5em;width:calc(100% + 1em);height:1em;background:#000;z-index:-1}.section-chara .chara-box .chara-name .cv{display:flex;align-items:center;gap:10px;margin-top:10px;font-size:20px;font-weight:700}@media screen and (max-width: 768px){.section-chara .chara-box .chara-name .cv{font-size:15px}}.section-chara .chara-box .chara-name .cv .cv-title{display:flex;justify-content:center;align-items:center;width:50px;height:50px;background:#000;clip-path:polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%)}@media screen and (max-width: 768px){.section-chara .chara-box .chara-name .cv .cv-title{width:40px;height:40px}}.section-chara .chara-box .chara-name .cv .cv-title .inner{display:flex;justify-content:center;align-items:center;position:relative;width:calc(100% - 2px);height:calc(100% - 2px);font-size:12px;font-weight:400;color:#eb0025;background:#fff;clip-path:polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%)}@media screen and (max-width: 768px){.section-chara .chara-box .chara-name .cv .cv-title .inner{font-size:10px}}.section-chara .chara-box .chara-profile{grid-area:profile;padding-top:20px;border-top:solid 1px #000;font-size:20px;line-height:1.5em;text-align:justify}@media screen and (max-width: 768px){.section-chara .chara-box .chara-profile{font-size:14px}}.section-chara .chara-box .chara-face{grid-area:face;margin-top:20px}@media screen and (max-width: 768px){.section-chara .chara-box .chara-face{margin-bottom:20px}}.section-staffcast{background:url(../images/staffcast-bg.webp) center center/cover}.section-staffcast .section-contents{display:flex;gap:40px}@media screen and (max-width: 768px){.section-staffcast .section-contents{flex-direction:column}}.section-staffcast .section-contents .sc-container{flex:1}.section-staffcast .section-contents .sc-container h3{margin-bottom:30px;padding-bottom:20px;font-size:50px;text-align:center;border-bottom:solid 1px #000}@media screen and (max-width: 768px){.section-staffcast .section-contents .sc-container h3{font-size:30px}}.section-staffcast .section-contents .sc-container .sc-list{display:flex;flex-direction:column;gap:30px}.section-staffcast .section-contents .sc-container .sc-item .position{position:relative;margin:.2em 0 10px .5em;width:fit-content;font-size:13px;color:#fff;z-index:1}@media screen and (max-width: 768px){.section-staffcast .section-contents .sc-container .sc-item .position{font-size:10px}}.section-staffcast .section-contents .sc-container .sc-item .position::before{content:"";display:block;position:absolute;top:-0.2em;left:-0.5em;width:calc(100% + 1em);height:1.4em;background:#000;z-index:-1}.section-staffcast .section-contents .sc-container .sc-item .name{display:flex;justify-content:flex-start;align-items:center;gap:5px;margin-bottom:5px;font-size:20px}@media screen and (max-width: 768px){.section-staffcast .section-contents .sc-container .sc-item .name{font-size:15px}}.section-staffcast .section-contents .sc-container .sc-item .name .comment-button{display:inline-flex;justify-content:center;align-items:center;padding:0 .5em;height:20px;font-size:13px;color:#fff;background:#eb0025;transition:opacity .3s}.section-staffcast .section-contents .sc-container .sc-item .name .comment-button:hover{opacity:.5}@media screen and (max-width: 768px){.section-staffcast .section-contents .sc-container .sc-item .name .comment-button{font-size:10px}}.section-staffcast .section-contents .sc-container .sc-item .name.ka-logo img{max-width:300px}@media screen and (max-width: 768px){.section-staffcast .section-contents .sc-container .sc-item .name.ka-logo img{max-width:200px}}.section-staffcast .section-contents .sc-container .sc-item .sub{margin:5px 0 0 0;font-size:15px;line-height:1.2em}@media screen and (max-width: 768px){.section-staffcast .section-contents .sc-container .sc-item .sub{font-size:11px}}.section-books .books-container:first-child{margin-bottom:60px}@media screen and (max-width: 768px){.section-books .books-container:first-child{margin-bottom:30px}}.section-books .books-container h3{margin-bottom:20px;font-size:50px;text-align:center}@media screen and (max-width: 768px){.section-books .books-container h3{font-size:30px}}.section-books .books-container .books-text{font-size:20px;font-weight:700;text-align:center;line-height:2em}@media screen and (max-width: 768px){.section-books .books-container .books-text{margin-bottom:10px;font-size:18px;line-height:1.2em}}.section-books .books-container .books-text:has(.small){line-height:1em}.section-books .books-container .books-text .small{font-size:15px}@media screen and (max-width: 768px){.section-books .books-container .books-text .small{font-size:13px}}.section-books .books-container .books-text .large{font-size:30px}@media screen and (max-width: 768px){.section-books .books-container .books-text .large{font-size:20px}}.section-books .books-container .books-list{display:flex;flex-wrap:wrap;column-gap:2%;row-gap:20px;margin-top:20px}@media screen and (max-width: 768px){.section-books .books-container .books-list{column-gap:5%}}.section-books .books-container .books-list .books-item{width:23.5%;box-shadow:0 0 10px rgba(0,0,0,.4);transition:opacity .3s,box-shadow .3s ease}@media screen and (max-width: 768px){.section-books .books-container .books-list .books-item{width:30%}}.section-books .books-container .books-list .books-item:hover{opacity:.8;box-shadow:0 0 2px rgba(0,0,0,.4)}.section-books .books-container .books-list .books-item.off{pointer-events:none}footer{padding:60px 0 100px;background:#000;position:sticky;top:100vh}@media screen and (max-width: 768px){footer{padding:30px 0 60px}}footer .footer-logo{margin:0 auto;width:300px;transition:opacity .3s}@media screen and (max-width: 768px){footer .footer-logo{width:150px}}footer .footer-logo:hover{opacity:.5}footer .share-container{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:30px}footer .share-container p{color:#fff;font-size:15px}footer .share-container .x-icon{width:30px;transition:opacity .3s}footer .share-container .x-icon:hover{opacity:.5}footer .credit{margin-top:60px;font-size:13px;text-align:center;color:#fff}@media screen and (max-width: 768px){footer .credit{margin-top:30px;font-size:11px}}.section-404 h2 .en{font-size:40px}.section-404 .common-line{line-height:1.5em;text-align:center}/*# sourceMappingURL=style.min.css.map */