@charset "UTF-8";
/* css Document */

@media (max-width: 2000px) {
    
}

/* ------------------------------------------------------- */
@media (max-width: 1440px) {
.topimg_back{
    width: 100%;
    min-height: unset;
    height: auto;
    padding-top:60px; 
}    
}

/* ------------------------------------------------------- */
@media (max-width: 1280px) {
.block{
    max-width: 1000px;
    }      
 nav .inner {
    width: 85%;
}          
}

/* ------------------------------------------------------- */
@media (max-width: 1024px) {
.news-box-f a{
    width: calc((100% - 60px)/3);
    aspect-ratio: 1 / 1;
    height: 100%;
    border-radius: 20px;
    color: var(--color_gray2);
    background-color: var(--color_news);
    box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, .1);
    padding: 10px;
    margin: 0 10px;
}    
.news-box h3{
    padding: 0;
}    
.disco-top-f .disco-box{
    width: calc((100% - 120px)/ 3.4);
    margin: 20px;
}    
.disco-f a.disco-box{
    width: calc((100% - 80px)/ 4);
    margin: 10px;
}    
}

/* ------------------------------------------------------- */
@media (max-width: 768px) {
 
 nav .inner {
    padding: 5em 1em;
    margin: auto;
}  
h2 {
  font-size: 3.2em;
}    
.info-f{
    display: unset;
}   
.topics-f{
    width: 100%;
    margin-bottom: 1em;
    }    
.about-f{
    width: 100%;
    margin: 10px auto;
    padding: 20px;
    text-align: center;
    position: unset;
    min-height: unset;
}        
.about-f p{
    position: unset;
    transform:unset;
    }    
.info-f .promise{
    margin: 10px auto;
    width: 100%;    
    height: 70px;
    }  
/* TOP NEWS */
.news-title{
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
}    
.news-title h2{
    margin-right: 20px;
    }    
.news-f h2,.news-box-f{
    width:  100%;
}      
.member-f a{
    margin: 15px;
    width: calc((100% - 60px)/2);    
    aspect-ratio: 3 / 4;
    height: 100%;
}    
.sche-box{
    width: 100% !important;
    aspect-ratio: 4 / 3;
    height: 100%;
    } 
.shop-box{
    width: calc((100% - 60px)/2);
    margin: 15px;
}    
.sche-f p{
    width: 90%;
    margin:  1em auto 2em;
    text-align: left;
}    
.block{
    width: 95%;
    margin: 1em auto;
    max-width: 1200px;
}    
.disco-f a.disco-box{
    width: calc((100% - 60px)/ 3);
    margin: 10px;
}    
    
.promise-f .back-gray .green{
    font-size: 14px;
    line-height: 1.7;
}       
}

/* ------------------------------------------------------- */
@media (max-width: 600px) {
.pc_only{
    display: none;
}
.sp_only{
    display: block;
}
.font-small{
    font-size: 80%;}
.site-main {
    margin: auto;
    width: 95%;} 
.news-single{
    width: 90% !important;
    margin: auto;
}    
.header-top-menu{
    display: none;
    }    
.child h2{
    margin: 0 0 0.5em;
}   
.block{
    max-width: 1000px;
    margin: 20px auto 2em;
    }       
.toggle_btn {
  right: 8px;
}    
nav .inner {
    position: relative;
    width: 100%;
    padding: 2em 0 0;
    margin: auto;
    text-align: center;
}
nav .nav_back{
    position: absolute; 
    top: 93%;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--color_main);
    }
nav .inner .navlogo{
    text-align: center;
    width: 100%;    
    margin: 1em auto 3em;
    }
nav .inner ul li {
  text-align: left;
  padding: 0;
}
nav .inner ul#Primary li{
    padding-left: 40px;
    padding-right: unset;
}  
nav .inner ul li a {
  font-size: 14px;
  font-weight: 600;
}
nav .inner ul#STARRY{
    margin: 2em auto;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    justify-content: center;
    -webkit-justify-content: center;
}        
nav .inner #STARRY li{
    border: 1px solid var(--color_w);
    border-radius: 20px;
    width: auto;
    height: 40px;
    line-height: 40px;
    margin: 10px;
    }    
nav .inner #STARRY li a{
    padding: 0 20px;
    color: var(--color_w);        
    }    
nav .inner #STARRY li.entry{
    background-color:var(--color_w); 
}
nav .inner #STARRY li.entry:hover{
    background-color:var(--color_main1);
    transition: 0.5s;
}
nav .inner #STARRY .entry a{
    color: var(--color_w);
    display: block;
}    
nav .inner #STARRY .entry a:hover{
    color: var(--color_w);
}    
nav .inner #SNS{
    position: relative;
    margin: 80px auto 0;
    padding: 3em 0;
    width: 80%;
    }    
nav .inner #SNS::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    }     
nav .inner #SNS li{
    width: 20%;}
nav .inner #SNS li img{
    width: auto !important;
    height: 35px !important;
}      
h2{
    position: relative;    
    font-size: 3em;
    line-height: 1;
    padding:1.5rem 0;
    text-align: center;}
h2::before{
    position: absolute;
    height: 40px;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);}
h2.single_title::before{
    background: unset;    
    }

/* TOP */    
h1.header-top{
    position: absolute;
}
h1.header-top img{
    width: calc(100% - 50px) !important;
    height: auto !important;
}   
/* TOP NEWS */
.news-box-f a{
    width: 100%;
    aspect-ratio: unset;
    height: auto;
    border-radius: 20px;
    color: var(--color_gray2);
    background-color: var(--color_news);
    box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, .1);
    padding: 5px;
    margin: 10px;
}
.news-f h2, .news-box-f{
    justify-content: flex-start !important;
    -webkit-justify-content: flex-start !important;    
    }    
.news-box h3{
    padding: 0 5px;
    font-size: 16px;
}    
.disco-top-f h2{
    width: 100%;
}    
.disco-top-f .disco-box{
    width: calc((100% - 40px)/ 2.4);
    margin: 10px;
}    
.news-title .more,    
.shop-f .more,    
.disco-top-f .more{
    padding-right: 10px;
    font-size: 1.5em;
}    
.more img{
    height: 20px !important;
    width: auto !important;
    padding-left:5px;
    }    
.member-box h3{
    font-size: 10vw;
    bottom: -5px;
}    
.shop-box{
    width: calc((100% - 20px)/2);
    margin: 5px;
}    
.sche-box{
    aspect-ratio: 1 / 1; 
}    
.sche-box iframe{
    padding:10px 0 20px;   
    margin: 0;
    }    
.sns .sns-box{
    width: calc(100% - 20px);
    margin: 10px;
}
.area{
    margin: 60px auto 0;
    padding-bottom: 2em;
    width: 100%;
}    
.single_title{
    font-size: 26px;
    padding: 10px 0 !important;
}     
.content-area img{
    max-width: 100%;
    height: auto;
}  
.content-area .news-box-f{
    width: 100%;
    margin: 0;
}    
.news-single p{
    font-size: 100%;
}    
.disco-f h2.main-title,
.disco-single-f h2.main-title{
    margin: 0 0 1em !important;
}    
.disco-f a.disco-box{
    width: calc((100% - 40px)/ 2);
    margin: 10px;
}    
.disco-f .disco-box img{
    padding: 0;
    object-fit: contain;
}    
.disco-single-f .content{
    margin-left: unset;
    width: calc(100% - 20px);
    height: auto;
    padding: 30px 10px;
}  
.disco-single-f .content p{
    margin-top: 1em;
    }    
/* MEMBER */    
.member-single .char img{
    position: relative;
    height: calc(100vh - 100px);
    width: auto;
    z-index: 1;
    filter: drop-shadow(2px 4px 6px var(--color_gray3));
    left:50%;
    transform:translateX(-50%);    
}
.member-single .char .content{
    width: 95%;
    top:200px;
    left:50%;
    transform:translateX(-50%);
    margin-top: 5em;
}    
.member-single .char .content p{
    background-color: rgba(255,255,255,0.9);
} 
.member-single .block{
    margin: 600px auto 0;
    padding-bottom: 1em;
}    
footer{
    padding-top: 0;
}         
nav {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}    
nav .inner #SNS li{
    margin: 0 0 2em;
}    
.footer-menu-box #SNS img{
    max-width: 25px;
    width: 25px;
}    
#page_top{
  right: 10px;
  bottom: -30px;
}     
.copy{
    padding: 10px;
    }   
.promise-f .title{
    font-size: 28px;
}    
.promise-f .back-gray{
    padding: 10px;
}    
.promise-f .ex1{
    width: 95%;
    margin: 10px auto;
}    
.promise-f .ex2 img{
    width: calc((100% - 40px)/2);
    height: auto;
    margin: 10px;
}    
.cp_qa{
    width: 90%;
    margin:auto;
}    
.promise-f .logo img{
    filter: drop-shadow(2px 2px 4px #666);
    height: 50px;
}     
    
}


/* ------------------------------------------------------- */
@media (max-width: 380px) {
.disco-top-f .disco-box{
    width: calc((100% - 20px)/ 1.8);
    margin: 10px;
}      
.top-f .member-f a{
    margin: 15px 0;
    width: 100%;    
}      
.member-box h3{
    font-size: 25vw;
} 
.member-single .member-box h3{
    font-size: 10vw;        
    }    
.member-single h2.color-w{
  font-size: 5em;
}           
.member-single .char .content dl dt{
    width: 110px;
}    
.member-single .char .content dl dd{
    width: calc(100% - 110px);
    padding-left: 10px;
}    
}

/* ------------------------------------------------------- */
@media (max-width: 340px) {

}