/* Scss Document */

:root{
    --color_w:#Fff;
    --color_title:#638aae;
    --color_b:#000;
    --color_blue:#60c8e1;
    --color_pink:#dc648c;
    --color_glay:#d4dbdf;}

/*最新のsafari用*/
_::-webkit-full-page-media, _:future, :root .modaal-sp{
    display: block;
}
_::-webkit-full-page-media, _:future, :root .modaal-pc{
    display: none;
}
/*古いsafari用*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .modaal-sp{
    display: block;
	}
	::i-block-chrome, .modaal-pc{
    display: none;
	}
} 


@media (max-width: 1440px) {
.disco-box img{
    max-height: 415px;
}
}

@media (max-width: 1280px) {
/* Granslate */
#gtranslate_wrapper{
    top: 25px !important;
    right: 8% !important;
}   
header .logo-top img{
    height: 120px;/*logo*/
    width: auto;
    position: absolute;
    top: 73%;
    left: 50%;
}      
.disco-box img{
    max-height: 285px;
}
.fc-content{
    width: calc((100% - 20px) / 4);
    margin-bottom: 20px;
}    
.fc-content img{
    width: 100%;
    }      
}

@media (max-width: 980px) {

}

@media (max-width: 768px) {
 nav .inner {
    width: 80%;
    padding: 5em 2em;
    margin: auto;
}
 .site-main {
      margin: auto;
    width: 95%; }
/* Granslate */
#gtranslate_wrapper{
    top: 25px !important;
    right: 10% !important;
}   
header .logo-top img{
    height: 100px;/*logo*/
    width: auto;
    position: absolute;
    top: 70%;
    left: 50%;
}         
.topic-pc-f div{
    width: calc((100% - 10px)/2);
    box-sizing: border-box;
    margin: 10px;
}    
.disco-box img{
    max-height: 190px;
}    
/* FC Photo ---------------- */
.fcphoto-box{
    margin: 10px;
    width: calc((100% - 60px)/3);
    aspect-ratio :1 / 1;
}    
.fcmovie-box{
    margin: 10px;
    width: calc((100% - 40px)/2);
    height: auto;
    aspect-ratio :16 / 9;
}    
.footer-menu-box p{
    line-height: 1.8;}
/*STARRY MENU*/
/*STARRY MENU*/
.footer-menu-box ul#STARRY{
    margin: 10px auto;
    width: 90%;
    text-align: center;
}      
}


@media (max-width: 600px) {
.pc_only{
    display: none;
}
.sp_only{
    display: block;
}
 .site-main {
      margin: auto;
    width: 100%; } 
/* Granslate */
#gtranslate_wrapper{
    top: 0 !important;
    right: 0 !important;
}      
.header-top-menu{
    top: 0;
}    
nav .inner {
  width: 90%;
  padding: 5em 1em;
  margin: auto;
  text-align: center;
}
nav .inner ul li a {
  font-size: 1.5em;
  padding: 1em 0.3em;
}
/* toggle_btn */
.toggle_btn {
  top: 20px;
}    
 nav .inner ul.sub-menu {
  left: 0;
}  
header .logo-top img{
    height: 60px;/*logo*/
    width: auto;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	/* じわっと画像が表示される */
 	animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}     
h2{
    font-size: 2em;
    text-align: center;
    line-height: 1.4;}
.top-spe-box{
    width: 100%;    
}
.top-spe-play p img{
    width: 50px;
    height: auto;
    }
.modaal-video-wrap{
    margin: auto 10px !important;
    }
.modaal-video-container{
    padding-bottom: 120% !important;
}
.modaal-video-container iframe video{
    margin: 0 !important;
}   
   
.disco-box{
    margin: 10px;
    width: calc((100% - 40px)/2);
}
.disco-box img{
    max-height: 180px;
}
.disco-titile{
    font-size: 100%;
    line-height: 1.6;
}
.fcphoto-box{
    margin: 10px;
    width: calc((100% - 40px)/2);
    aspect-ratio :unset;
}     
.fcphoto-box img{
    width: 100%;
    height: auto;
    object-fit: cover;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}  
.fcmovie-box{
    margin: 10px;
    width: 90%;
    height: auto;
    aspect-ratio :16 / 9;
}    
.fc-f h3{
    text-align: center;
    }    
.fc-content{
    width: calc((100% - 10px) / 2);
    margin-bottom: 20px;
}    
.form_enter{
    margin: 20px auto;
    width: 100%;
    height: auto;
    padding: 20px 0;
    line-height: 1.4;
    text-align: center;
}
.contact-address{
    margin: 2em auto;
    width: 100%;
}    
.form-f{
    width: 90%;
    margin: 0 auto 100px;
    box-sizing: border-box;
}
.form-f textarea,
.form-f input{
    box-sizing: border-box;
}
footer{padding: 10px;}
.footer-menu-box{
    width: 100%;
    box-sizing: border-box;
}    
#page_top{
  right: 10px;
  bottom: -30px;
  background: var(--color_w);
  opacity: 0.6;
  border-radius: 50%;
}    
.copy{
    margin: auto;
    width: 90%;
    }    

}



@media (max-width: 380px) {
.fcphoto-box{
    margin: 10px;
    width: 90%;
}       
.disco-box{
    margin: 10px;
    width: calc((100% - 20px));
}   
.disco-box img{
    max-height: 300px;
}    
}

@media (max-width: 340px) {
 nav .inner ul li {
  width: 100%;
    }
nav .inner ul li a {
  font-size: 1.4em;
  padding: 0.8em 0.3em;
}
nav .inner .header-menu-starry ul li{
    margin: 5px !important;
    width: calc((100% - 20px)/2);
    border: 1px solid #fff;
    background: none !important;
}   
.header-top-menu li{
    width: 70px;}    
header .logo-top img{
    height: 40px;/*logo*/
}       
}