@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap";*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}html{width:100%;height:100%;font-size:62.5%}body{width:100%;min-width:1200px;height:100%;font-size:1.4rem;font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","游ゴシック Medium",YuGothicM,YuGothic,"Helvetica Neue",メイリオ,Meiryo,sans-serif;color:#5a4150;-webkit-text-size-adjust:100%}body::before{content:"";width:100%;height:100%;background:url(../images/bg.jpg) no-repeat top center/cover;position:fixed;z-index:-1}@media screen and (max-width: 900px){body{min-width:100%}}h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd,ol,figure{font-weight:normal;list-style:none;margin:0;padding:0}img{max-width:100%;height:auto;line-height:0;vertical-align:middle;border:0}.red{color:red}.blue{color:#5aa0e6}.gray{color:#ccc}.black{color:#5a4150}.white{color:#fff}.normal{font-weight:normal}.bold{font-weight:bold}.italic{font-style:italic}.strike{text-decoration:line-through}.underline{text-decoration:underline}a{color:#e68ab0;text-decoration:none;word-break:break-all;-webkit-transition:all .3s ease;transition:all .3s ease}a:hover{color:#f7b4c4}@media screen and (max-width: 600px){br.pc{display:none}}br.sp{display:none}@media screen and (max-width: 600px){br.sp{display:inline-block}}.indent{text-indent:-1em;padding-left:1em;display:inline-block}.indent2{text-indent:-2em;padding-left:2em;display:inline-block}.indent3{text-indent:-3em;padding-left:3em;display:inline-block}.indent4{text-indent:-4em;padding-left:4em;display:inline-block}.indent5{text-indent:-5em;padding-left:5em;display:inline-block}.mt0{margin-top:0}.mt5{margin-top:5px}.mt10{margin-top:10px}.mt20{margin-top:20px}.mt30{margin-top:30px}.mt40{margin-top:40px}.mt50{margin-top:50px}.mb0{margin-bottom:0}.mb5{margin-bottom:5px}.mb10{margin-bottom:10px}.mb20{margin-bottom:20px}.mb30{margin-bottom:30px}.mb40{margin-bottom:40px}.mb50{margin-bottom:50px}#loading{width:100%;height:100%;background:#fff;top:0;left:0;position:fixed;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;z-index:1000;overflow:hidden}#loading .logo{max-width:200px;opacity:0}@media screen and (max-width: 600px){#loading .logo{max-width:150px}}#loading .logo.load{-webkit-animation:logo linear 1.2s forwards;animation:logo linear 1.2s forwards}@-webkit-keyframes logo{from{opacity:0;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}to{opacity:1;-webkit-transform:rotateY(360deg);transform:rotateY(360deg)}}@keyframes logo{from{opacity:0;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}to{opacity:1;-webkit-transform:rotateY(360deg);transform:rotateY(360deg)}}header{width:1140px;margin:auto;top:20px;left:0;right:0;position:relative;z-index:100;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width: 1200px){header{width:1080px}}@media screen and (max-width: 900px){header{width:100%;top:0;position:fixed}}header .logo{width:280px}@media screen and (max-width: 900px){header .logo{display:none}}header .navi_btn{width:50px;height:50px;background:-webkit-gradient(linear, left top, right top, from(rgb(142, 125, 201)), color-stop(10%, rgb(164, 128, 195)), color-stop(40%, rgb(193, 132, 187)), color-stop(60%, rgb(213, 136, 181)), color-stop(80%, rgb(226, 137, 177)), to(rgb(230, 138, 176)));background:-webkit-linear-gradient(left, rgb(142, 125, 201) 0%, rgb(164, 128, 195) 10%, rgb(193, 132, 187) 40%, rgb(213, 136, 181) 60%, rgb(226, 137, 177) 80%, rgb(230, 138, 176) 100%);background:linear-gradient(90deg, rgb(142, 125, 201) 0%, rgb(164, 128, 195) 10%, rgb(193, 132, 187) 40%, rgb(213, 136, 181) 60%, rgb(226, 137, 177) 80%, rgb(230, 138, 176) 100%);border-radius:50%;top:10px;right:10px;position:absolute;z-index:101;display:none;cursor:pointer}@media screen and (max-width: 900px){header .navi_btn{display:block}}header .navi_btn span{width:26px;height:2px;background:#fff;top:50%;left:12px;-webkit-transition:all .3s ease;transition:all .3s ease;position:absolute;z-index:101;display:block}header .navi_btn span::before,header .navi_btn span::after{content:"";width:100%;height:2px;background:#fff;top:50%;left:0;-webkit-transition:all .3s ease;transition:all .3s ease;display:block;position:absolute}header .navi_btn span::before{margin-top:-8px}@media screen and (max-width: 600px){header .navi_btn span::before{margin-top:-8px}}header .navi_btn span::after{margin-top:6px}@media screen and (max-width: 600px){header .navi_btn span::after{margin-top:6px}}header .navi_btn span.close{background:rgba(0,0,0,0)}header .navi_btn span.close::before,header .navi_btn span.close::after{margin-top:-1px}header .navi_btn span.close::before{-webkit-transform:rotate(40deg);transform:rotate(40deg)}header .navi_btn span.close::after{-webkit-transform:rotate(-40deg);transform:rotate(-40deg)}header nav{padding-bottom:3px}@media screen and (max-width: 900px){header nav{background:rgba(255,255,255,.9);border-radius:10px;padding:20px 30px;display:none;top:70px;right:10px;position:fixed;-webkit-filter:drop-shadow(0 0 5px rgba(200, 200, 200, 0.7));filter:drop-shadow(0 0 5px rgba(200, 200, 200, 0.7))}}@media(min-width: 901px){header nav{display:block !important}}header nav ul{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media screen and (max-width: 900px){header nav ul{display:block}}header nav ul li{padding-left:35px;position:relative}@media screen and (max-width: 900px){header nav ul li{text-align:center;padding-left:0}}header nav ul li::after{content:"";width:10px;height:10px;background:url(../images/ico_heart.svg) no-repeat center/100%;display:block;top:8px;right:-21px;position:absolute}@media screen and (max-width: 900px){header nav ul li::after{margin:auto;position:static}}header nav ul li:last-child::after{display:none}header nav ul li img{height:18px}@media screen and (max-width: 600px){header nav ul li img{height:15px}}@media screen and (max-width: 900px){header nav ul li a{padding:7.5px 0 10px 0;display:block}}header nav ul li a:hover{opacity:.6}section h2{text-align:center;margin-bottom:30px}@media screen and (max-width: 600px){section h2{margin-bottom:20px}}section h2 img{height:45px}@media screen and (max-width: 900px){section h2 img{height:40px}}@media screen and (max-width: 600px){section h2 img{height:30px}}.inner{max-width:1080px;margin:auto}.btn-link{max-width:380px;font-size:1.6rem;color:#fff !important;background:#e68ab0;border-radius:50px;text-align:center;margin:50px auto 0 auto;padding:20px;display:block;position:relative}@media screen and (max-width: 600px){.btn-link{font-size:1.4rem;margin:30px auto 0 auto;padding:15px}}.btn-link::before,.btn-link::after{content:"";display:block;position:absolute}.btn-link::before{width:20px;height:20px;top:0;bottom:0;right:20px;border:1px solid #fff;border-radius:50px;margin:auto}@media screen and (max-width: 600px){.btn-link::before{width:15px;height:15px;right:15px}}.btn-link::after{border:5px solid rgba(0,0,0,0);border-left-color:rgba(0,0,0,0);border-left:6px solid #fff;margin-top:-5px;top:50%;right:22px}@media screen and (max-width: 600px){.btn-link::after{border:4px solid rgba(0,0,0,0);border-left:5px solid #fff;margin-top:-3px;right:16px}}.btn-link:hover{background:#8e7dc9}footer{background:#f7b4c4;padding:50px 20px}footer a:hover{opacity:.7}footer .banner{width:95px;margin:0 auto 30px auto}footer .sns{margin-bottom:25px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}footer .sns li{margin:0 20px}footer .sns li img{width:35px}footer .copyright{color:#fff;text-align:center}#pageTop{width:70px;height:70px;background:#e68ab0;border-radius:50%;bottom:20px;right:20px;display:block;position:fixed;z-index:10}@media screen and (max-width: 900px){#pageTop{width:50px;height:50px;bottom:15px;right:15px}}#pageTop:hover{background:#8e7dc9}.fade{opacity:0;-webkit-transition:all .5s ease;transition:all .5s ease;-webkit-transform:translateY(20px);transform:translateY(20px)}.fade.fadein{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.load{opacity:0;-webkit-transition:all .5s ease;transition:all .5s ease}.load.fadein{opacity:1}.preload *{-webkit-transition:none !important;transition:none !important}#top{background:#fff;margin-top:-45px}@media screen and (max-width: 900px){#top{margin-top:0}}#top .sp{position:relative}#top .sp h1{display:none}@media screen and (max-width: 900px){#top .sp h1{width:90%;margin:auto;top:80%;left:0;right:0;position:absolute;display:block}}#top .banner{margin-top:-45px;position:relative}@media screen and (max-width: 900px){#top .banner{margin-top:10%;padding:0 40px}}#top .banner ul{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width: 600px){#top .banner ul{display:block}}#top .banner ul li{max-width:340px;margin:0 15px}@media screen and (max-width: 900px){#top .banner ul li{max-width:50%;margin:0 5px}}@media screen and (max-width: 600px){#top .banner ul li{max-width:100%;margin:0 0 10px 0}#top .banner ul li:last-child{margin-bottom:0}}#top .banner ul li a{line-height:1;display:block;position:relative}#top .banner ul li a::before{content:"";width:100%;height:100%;background:rgba(0,0,0,0);mix-blend-mode:color;left:0;top:0;display:block;position:absolute;z-index:1;-webkit-transition:all .3s ease;transition:all .3s ease}#top .banner ul li a:hover::before{background:#8e7dc9}#news{background:#fff;padding:100px 0 80px 0}@media screen and (max-width: 900px){#news{padding:80px 30px}}@media screen and (max-width: 600px){#news{padding:60px 15px}}#news article{border:3px solid #fdede8;border-radius:5px;margin-bottom:10px}@media screen and (max-width: 600px){#news article{border-radius:5px;margin-bottom:5px}}#news article:last-child{margin-bottom:0}#news article .title{background:#fdede8;padding:20px 60px 20px 30px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}@media screen and (max-width: 900px){#news article .title{padding:20px 40px 20px 15px}}@media screen and (max-width: 600px){#news article .title{padding:10px 35px 10px 15px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}#news article .title::before,#news article .title::after{content:"";display:block;position:absolute}#news article .title::before{width:20px;height:20px;background:#5a4150;border-radius:50px;margin:auto;top:0;bottom:0;right:20px}@media screen and (max-width: 900px){#news article .title::before{width:15px;height:15px;right:10px}}#news article .title::after{top:50%;right:25px;border:5px solid rgba(0,0,0,0);border-top-color:rgba(0,0,0,0);border-top:6px solid #fff;margin-top:-2px}@media screen and (max-width: 900px){#news article .title::after{right:14px;border:4px solid rgba(0,0,0,0);border-top:5px solid #fff;margin-top:-1px}}#news article .title.close::after{border:5px solid rgba(0,0,0,0);border-bottom:5px solid #fff;margin-top:-8px}@media screen and (max-width: 900px){#news article .title.close::after{border:4px solid rgba(0,0,0,0);border-bottom:5px solid #fff;margin-top:-7px}}#news article .title time{width:110px;font-size:1.6rem;display:inline-block}@media screen and (max-width: 900px){#news article .title time{width:100px;font-size:1.2rem}}@media screen and (max-width: 600px){#news article .title time{width:70px;margin-bottom:5px}}#news article .title .category{width:110px;color:#fff;background:#e68ab0;border-radius:20px;text-align:center;padding:3px}@media screen and (max-width: 600px){#news article .title .category{width:80px;font-size:1rem}}#news article .title h3{width:calc(100% - 220px);font-size:1.6rem;line-height:1.5;padding-left:30px}@media screen and (max-width: 900px){#news article .title h3{font-size:1.4rem;padding-left:20px}}@media screen and (max-width: 600px){#news article .title h3{width:100%;margin-top:5px;padding-left:0}}#news article .detail{width:100%;line-height:1.8;padding:35px;display:none}@media screen and (max-width: 900px){#news article .detail{padding:30px}}@media screen and (max-width: 600px){#news article .detail{line-height:1.6;padding:20px}}#news article .detail h4{color:#f7b4c4;line-height:1.3;border-radius:3px;margin-bottom:5px;padding:5px 10px;display:inline-block}@media screen and (max-width: 900px){#news article .detail .movie{height:0;padding-bottom:56.25%;position:relative}#news article .detail .movie iframe{width:100%;height:100%;top:0;left:0;position:absolute}}#news article.media .title .category{background:#8e7dc9}#news article.haishin .title .category{background:#5aa0e6}#about{background:url(../images/bg_news.png) no-repeat top center/100%;padding:150px 0 0 0}@media screen and (max-width: 900px){#about{padding:120px 30px 0 30px}}@media screen and (max-width: 600px){#about{padding:80px 15px 0 15px}}#about .inner{text-align:center;background:rgba(255,255,255,.8);border-radius:20px;padding:50px}@media screen and (max-width: 900px){#about .inner{border-radius:15px;padding:40px}}@media screen and (max-width: 600px){#about .inner{border-radius:10px;padding:30px 20px}}#about .inner p{font-size:1.6rem;line-height:2;margin-bottom:20px}#about .inner p:last-child{margin-bottom:0}@media screen and (max-width: 900px){#about .inner p{font-size:1.4rem;text-align:left}}#project{padding:80px 0 120px 0}@media screen and (max-width: 900px){#project{padding:80px 30px}}@media screen and (max-width: 600px){#project{padding:60px 15px}}#project .inner{text-align:center;background:rgba(255,255,255,.8);border-radius:20px;padding:50px}@media screen and (max-width: 900px){#project .inner{border-radius:15px;padding:40px}}@media screen and (max-width: 600px){#project .inner{border-radius:10px;padding:30px 20px}}#project .inner p{font-size:1.6rem;line-height:2;margin-bottom:20px}#project .inner p:last-child{margin-bottom:0}@media screen and (max-width: 900px){#project .inner p{font-size:1.4rem;text-align:left}}#character{background:url(../images/lace_top.png) repeat-x top left,url(../images/lace_bottom.png) repeat-x bottom left,url(../images/bg_stripe.png),#fafaf5;background-size:auto 45px,auto 45px,60px auto;padding:120px 0}@media screen and (max-width: 1200px){#character{padding:120px 20px}}@media screen and (max-width: 900px){#character{padding:100px 30px}}@media screen and (max-width: 600px){#character{background-size:auto 30px,auto 30px,30px auto;padding:80px 15px}}#character .inner{max-width:1140px}#character .inner ul{width:calc(100% + 50px);margin:0 0 -60px -25px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width: 1200px){#character .inner ul{width:calc(100% + 40px);margin:0 0 -60px -20px}}@media screen and (max-width: 600px){#character .inner ul{width:100%;margin:0;display:block}}#character .inner ul li{width:calc(33.333% - 50px);text-align:center;margin:0 25px 60px 25px}@media screen and (max-width: 1200px){#character .inner ul li{width:calc(33.333% - 40px);margin:0 20px 40px 20px}}@media screen and (max-width: 1200px){#character .inner ul li{width:calc(50% - 40px)}}@media screen and (max-width: 600px){#character .inner ul li{width:100%;margin:0 0 40px 0}#character .inner ul li:last-child{margin:0}}#character .inner ul li .image{margin-bottom:15px;padding:0 20px}@media screen and (max-width: 600px){#character .inner ul li .image{width:70%;margin:0 auto 15px auto}}#character .inner ul li .text p{min-height:147px;font-size:1.5rem;text-align:left;margin-bottom:30px}@media screen and (max-width: 900px){#character .inner ul li .text p{min-height:auto}#character .inner ul li .text p br.pc{display:none}}@media screen and (max-width: 600px){#character .inner ul li .text p{font-size:1.4rem;margin-bottom:20px}}#character .inner ul li .text .birthday{color:#fff;background:#ff83a1;border-radius:30px;padding:5px 20px;display:inline-block}@media screen and (max-width: 600px){#character .inner ul li .text .birthday{font-size:1.2rem}}#character .inner ul li.sakuya .text .birthday{background:#bb71d4}#character .inner ul li.kaho .text .birthday{background:#62beaf}#character .inner ul li.mamoru .text .birthday{background:#f0944b}#character .inner ul li.aria .text .birthday{background:#8891fa}#character .inner ul li.chikage .text .birthday{background:#c04d6e}#character .inner ul li.yotsuba .text .birthday{background:#f1766f}#character .inner ul li.rinrin .text .birthday{background:#98b257}#character .inner .wrap{width:100%}@media screen and (max-width: 900px){#character .inner .wrap{display:none}}#archive{padding:100px 0}@media screen and (max-width: 900px){#archive{padding:80px 30px}}@media screen and (max-width: 600px){#archive{padding:60px 15px}}#archive .movie{max-width:800px;margin:auto}@media screen and (max-width: 900px){#archive .movie{height:0;padding-bottom:56.25%;position:relative}#archive .movie iframe{width:100%;height:100%;top:0;left:0;position:absolute}}