@charset "UTF-8";

/*------------------------------------------------------
 Base (Mobile First)
------------------------------------------------------*/
body{
    color: #FFF;
    background: #000;
    width: 100%;
    line-height: 2em;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
    font-size: 14px;
    -webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}
 
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    line-height: 1.4;
}
 
img{
    max-width: 100%;
    vertical-align: bottom;
	height: auto;
}

a {
	color: #FFEB00;
	text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}

a:hover {opacity: 0.5;}

/* header
================================================ */
header {
	background: #000;
    padding: 10px 20px;
}

header img {
	display: block;
	width: 100%;
    max-width: 450px;
	margin: 0 auto;
}

 
/* main
================================================ */

main{}

#main-movie {
   position: relative;
   width: 100%;
   padding: 75% 0 0 0;
}

#main-movie iframe {
    position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
}

#main-movie video {
    position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
}

#contents{
    padding:0 20px;
    margin: 35px auto 0;
    width: 100%;
    max-width: 940px;
}

/* -- 共通部分 -- */

.interviewArea, .titleArea, .lineupArea{margin-bottom: 50px;}

h3{width: 40%; max-width: 300px; min-width: 150px; margin: 0 auto 20px;}


/* -- titleArea -- */


h2{width:100%; max-width: 750px; margin: 0 auto 10px; text-align: center;}

h2 img{display: inline-block; vertical-align: middle;}

img#new{width: 8%;}

img#name{margin-left:7px;  width: calc(92% - 7px);}

.titleArea p{text-align: center; font-size: 15px;}

.titleArea p > span{display: inline-block;}

/* -- interviewArea -- */

.interviewArea h4{color: #FFEB00; font-size: 18px; margin-bottom: 5px;}

.interviewBox-wrap{}

.interviewBox{margin-bottom: 30px; display: inline-block; }

img.vol{width:65px; margin-left: 10px; display: block;}

.interviewBox div{
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}

img.image{display: inline-block; width: 40%; object-fit: cover; font-family: 'object-fit: cover;'; min-height: 125px; max-height: 180px;}

.interviewBox div > div{display: inline-block; background-color: #626262; padding: 15px; width: 60%;}

.interviewBox p{line-height: 1.5; font-size: 14px;}

/* -- lineupArea -- */

.lineupBox{display: inline-block; vertical-align: bottom;}

.lineupBox img{margin-bottom: 10px;}

.lineupBox h4{color: #FFEB00; font-size: 22px; margin-bottom: 5px;}

.lineupBox-wrap hr{margin: 20px 0;}

/* -- footnavi -- */

.footnavi{text-align: center; padding: 0 20px;}

.footnavi a{
    display: block;
    margin: 0 auto ;
    height: 50px;
    width: 100%;
    max-width: 335px;
    border: 1px solid #FFF;
    box-sizing: border-box;
    color: #FFF;
    line-height: 50px;

}

.footnavi a:hover{
    opacity: 1;
    border: 1px solid #FFEB00;
    color: #FFEB00;
}

.footnavi img{
    display: block;
    margin: 30px auto;
    width: 100%;
    max-width: 300px;
}

		
/* footer
================================================ */
	footer {
		text-align: center;
		border-top: 1px solid #FFF;
		padding: 15px 20px;
		text-align: center;
        font-size: 11px;
        line-height: 1.5;
	}

 
/*------------------------------------------------------
 Tablet ~
------------------------------------------------------*/
@media screen and (min-width:768px) {
    
    .interviewArea, .titleArea, .lineupArea{margin-bottom: 70px;}
    
    /* -- interviewArea -- */

    .interviewBox-wrap{margin: 0 -15px;}
    
    .interviewBox{margin: 0 15px; width:calc(( 100% - 90px )/3);}
    
    .interviewBox div{
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
    }
    
    img.image{width: 100%;}
    
    .interviewBox div > div{width: 100%;}
    
    /* -- lineupArea -- */

    .lineupBox-wrap{margin: 0 -25px;}

    .lineupBox{margin: 0 25px; width: calc( 50% - 50px );}

    .lineupBox img{ height:289px;  object-fit: contain; font-family: 'object-fit: contain;';}

    .lineupBox p{min-height: 140px;}
    
    .lineupBox-wrap hr{display: none;}
    
    .footnavi img{margin: 40px auto;}

    
}

/*------------------------------------------------------
 PC ~
------------------------------------------------------*/
@media screen and (min-width:920px) {
    
	#main-movie {
	   position: relative;
	   width: 100%;
	   height: 450px;
	   padding: 5% 0 0 0;
	   display: block;
	   background: #001393;
	}
    
	#main-movie iframe {
	    position: absolute;
		top: 0;
		left: 0;
	    width: 100%;
	    height: 450px;
	}
	
	#main-movie video {
	    position: absolute;
		top: 0;
		left: 0;
	    width: 100%;
	    height: 450px;
	}

}