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


/*
	common
*/

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


html{
	font-size:62.5%;
}

*{
	max-height:99999px;
}

body{
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size:1.4rem;
	color: #fff;
	font-weight: 500;
	line-height: 1.75;
}
.min{
	font-family: 'Noto Serif JP', serif;
}
img{
	vertical-align:bottom;
	max-width: 100%;
}
li{
	list-style:none;
}
a{
	text-decoration:none;
	color:#fff;
	font-weight: 500;
}
a:hover{
	opacity: 0.6;
}
.wrap{
	overflow:hidden;
}
.relative{
	position:relative;
}
.absolute{
	position:absolute;
}
.inline{
	display:inline-block;
}
.left{
	float:left;
}
.right{
	float:right;
}
.pc{
	display:block;
}
.sp{
	display:none;
}
.in{
	width:1000px;
	margin:0 auto;
	position: relative;
}
.in_in{
	width:800px;
	margin:0 auto;
	position: relative;
}
.flex{
	display: flex;
}
.flex_w{
	flex-wrap: wrap;
}

.sec{
	padding: 70px 0 0;
}

.bg{
	background: url(../images/x2/all_bg.jpg);
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: -1;
	top:0;
	left: 0;
}

@media screen and (max-width: 640px) {

	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
	.in,
	.in_in {
		width: 90%;
		margin: 0 auto;
	}
	.in > .in_in{
		width:100%;
	}
	.flex_w_sp{
		flex-wrap: wrap;
	}

}

.sec_ttl{
	align-items: center;
	margin-bottom: 30px;
	font-weight: 600px;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
}
.sec_ttl span{
	font-weight: 600px;
	font-size: 1.6rem;
	letter-spacing: 3px;
}
/*.sec_ttl:after{
	width: 100%;
	margin-left: 10px;
	content: "";
	display:block;
	height: 1px;
	background: #fff;
}*/


.header{
	z-index: 99;
	width: 100%;
	box-sizing: border-box;
	position:fixed;
	padding: 20px;
	left: 0;
}
.header nav{
	pointer-events: none;
	width: 100vw;
	height: 100vh;
	background: #fff;
	top:0;
	position: fixed;
	z-index: 9999;
	padding: 150px 20px;
	opacity: 0;
	transition: 1s;
	left: 0;
}
.header .sns img{
	width: 30px;
}
.header nav li{
	margin-bottom: 30px;
}
.header nav li a{
	font-size: 2.2rem;
	color: #073864;
	font-weight: bold;
}
.header nav.open{
	opacity: 1;
	pointer-events: auto;
	box-sizing: border-box;
}
.header .hum {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 20px;
	top:20px;
	cursor: pointer;
	z-index: 9999999;
}
.header .hum span {
	background: #fff;
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 100px;
	position: absolute;
	overflow: hidden;
}
.header .hum.open span{
	background: #073864;
}
.header .hum span:nth-of-type(1){
	 top:20%;
	 transition: 0.5s;
}
.header .hum.open span:nth-of-type(1){
	transform: rotate(45deg);
	top:50%;
}
.header .hum span:nth-of-type(2){
	top:50%;
	transform: translate(0%,-50%);
	transition: 0.5s;
}
.header .hum.open span:nth-of-type(2){
	opacity: 0;
}
.header .hum span:nth-of-type(3){
	bottom:20%;
	transition: 0.5s;
}
.header .hum.open span:nth-of-type(3){
	transform: rotate(135deg);
	bottom:50%;
}





/*main*/

.main{
	background: url('../images/x2/bg.jpg');
	height: 700px;
	background-size: cover;
	box-sizing: border-box;
	padding-top: 40px;
}
.main h1{
	text-align: center;
}
.main .imgarea{
	text-align: center;
}
.main .catch {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0px, -50%);
}
.main .date{
	position: absolute;
  bottom: 30px;
}
.yokoku{
    position: absolute;
    right: 0;
    width: 200px;
    bottom: 20px;
}

@media screen and (max-width: 640px) {
	.main{
		background: url('../images/sp/bg.jpg');
		height: 550px;
		background-size: cover;
		background-position: center;
		box-sizing: border-box;
		padding-top: 70px;
	}
	.main .in{
		width: 100%;
		height: 100%;
	}
	.main h1{
		width: 95%;
		margin: 0 auto;
	}
	.main .imgarea {
    text-align: center;
    margin-top: 30px;
	}
	.main .catch {
    width: 70px;
	}
}


.bnrs{
	text-align: center;
}
.bnrs a{
	display: block;
	margin-top: 5px;
}

.navi{
	background: #fff;
	padding: 10px 0;
}
.navi > .flex{
	justify-content: space-between;
	align-items: center;
}
.navi nav li{
	margin-right: 20px;
}
.navi nav li a {
    font-size: 1.6rem;
    color: #073864;
    font-weight: bold;
}
.navi .snsbtns a{
	margin-left: 10px;
}
.navi .snsbtns img{
	width: 40px;
}

.news th,
.news td{
	align-items: center;
	padding: 10px 0;
}
.news td{
	padding-left:20px;
}
.bnrs a.sp{
	display: none;
	margin-top: 5px;
}

@media screen and (max-width: 640px) {
	.bnrs a.sp{
		display: block;
		margin-top: 5px;
	}
}

.intro_ttl{
	margin-bottom: 40px;
}

#loopslider {
	position: relative;
  height: 217px;
  width: 100%;
	margin-top: 80px;
}

#loopslider ul {
    float: left;
    display: inline;
    overflow: hidden;
}

#loopslider ul li {
    float: left;
		width:326px;
		height: 217px;
    overflow: hidden;
}

.cast_i_01{
	margin-top: 70px;
}
.cast_i_01 .cast_img{
	align-items:center;
}
.cast_i_01 .cast_img .name{
	margin-left: 30px;
}
.sns_cast{
	margin-top: 10px;
	margin-left: 10px;
}
.sns_cast a{
	margin-right: 10px;
	display: block;
}
.sns_cast img{
	width: 30px;
}
.cast_i_01 .comment{
	margin-top:40px;
}
.cast_i_01 .comment h3{
	margin-bottom: 20px;
	font-size: 1.6rem;
}
.cast_i_01 .comment p{
	border-left: 1px solid #fff;
	padding-left: 20px;
}
.cast_i_02{
	margin-top: 70px;
	justify-content: center;
}
.cast_i_02 .cast_img{
	margin-right: 20px;
	margin-bottom: 40px;
	text-align: center;
}
.cast_i_02 .cast_img:nth-of-type(3n){
	margin-right: 0;
}
.cast_i_02 .cast_img .name{
	margin-top: 10px;
}
.cast_i_02 .sns_cast{
	justify-content: center;
}

.comm_more{
	display:flex;
	margin-top: 20px;
	align-items: center;
	font-size: 1.6rem;
	font-weight: bold;
}
.comm_more:before{
	display: block;
	width: 20px;
	height: 1px;
	background:#fff;
	content: "";
	margin-right: 10px;
}

.modal-content {
    margin: 0;
    position: fixed;
    display: none;
    z-index: 2;
		width: 800px;
		padding: 50px;
		box-sizing: border-box;
		z-index: 9999999;
}

.modal-content .comment .name{
	margin-left: -10px;
	margin-bottom: 30px;
}
.modal-content .comment h3{
	margin-bottom: 20px;
	font-size: 1.6rem;
}
.modal-content .comment p{
	border-left: 1px solid #fff;
	padding-left: 20px;
}

#modal-overlay {
    z-index: 999999;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background:rgba(0,0,0,0.8);
}

@media screen and (max-width: 640px) {
	.cast_i_01 .cast_img .name {
    margin-left: -10px;
    margin-top: 20px;
	}
	.cast_i_02 .cast_img{
		margin-right: 20px;
		margin-bottom: 20px;
		text-align: center;
		width: 45%;
	}
	.cast_i_02 .cast_img:nth-of-type(3n){
		margin-right: 20px;
	}
	.cast_i_02 .cast_img:nth-of-type(2n){
		margin-right: 0;
	}

	.modal-content {
	    margin: 0;
	    position: fixed;
	    display: none;
	    z-index: 2;
			width: 100%;
			padding: 30px;
			box-sizing: border-box;
			z-index: 9999999;
	}
}

.staff_i .cast_img{
	align-items: flex-start;
}
.staff_i .cast_img .imgarea{
	width: 325px;
	flex-shrink: 0;
}

.billing a{
	display: inline-block;
	display: block;
	width: 200px;
	margin: 0 auto 30px;
}
.billing a img{

}
.billing{
	text-align: center;
	margin-top: 170px;
	padding-bottom: 40px;
}






.news_w{
	padding: 40px 0 50px;
	font-weight: bold;
}
.news_w .logo{
	margin-bottom: 50px;
	text-align: center;
}
.news_w .logo img{
	width: 300px;
}
.news_w h1{
	font-size: 2.4rem;
	line-height: 1.25;
	margin-bottom: 30px;
}
.news_w p{
	margin-bottom: 20px;
	font-weight: 300;
}
.news_w h2{
	margin-top: 20px;
	margin-bottom: 20px;
}



.review h1{
	text-align: center;
	margin-top: 40px;
}
.comment_u_w img{
	margin: auto;
}
.comment_btn_w{
}
.comment_btn_w a{
	width: 24%;
	margin-right: 10px;
	margin-bottom: 10px;
	background:#ea608e;
	padding: 10px;
	display: block;
	text-align: center;
	box-sizing:border-box;
	color: #fff;
}
.comment_card_w{
	justify-content: space-between;
	margin-top: 40px;
}
.comment_card_w .comment_card_i{
	width: 33%;
	margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
	.comment_btn_w a{
		width: 48%;
	}
	.comment_btn_w a:nth-of-type(2n){
		margin-right: 0px;
	}
	.comment_card_w .comment_card_i{
		width: 100%;
		margin-bottom: 10px;
	}
}