@charset "UTF-8";

/*----------------
common
----------------*/
html,body{
	color: #666;
	/*font-family:-apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;*/
	font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
	font-size:16px;
	background:#E8E8E8;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
	letter-spacing: 0;
}


/*----------------
wrapper
----------------*/
#wrapper{
	width: 1000px;
	margin: 0 auto;
	background: #FFF;
}

/*----------------
header
----------------*/
#header{
}

/*------------------
main
-------------------*/
main{
	line-height:1.8;
}
section{
	padding: 30px 0;
    width: 900px;
    margin: 0 auto;
}

#s1{
	padding: 30px 0 0;
}

#present{
	width: 800px;
}

.lead{
	margin: 10px auto;
	font-size: 20px;
	letter-spacing: 1px;
	text-align: center;
}

.detail {
    margin: 10px auto 0;
    font-size: 20px;
    letter-spacing: 1px;
    text-align: center;
    }
    
.ttl{
	font-size: 24px;
	padding: 0 0 5px;
	text-align: center;
}
.catch {
  border-bottom: solid 3px #000;
  position: relative;
}
.catch:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #000
  bottom: -3px;
  width: 50%;
}
.rap {
  font-size: 20px;
  padding: 20px 0 20px 0;
  text-align:center;
}

.txt{
	width: 830px;
    margin: 0 auto;
}
.txt p{
	padding: 0 0 0px;
}
.txt p:last-child{
	padding: 0;
}

.regist {
    color: #e61e0f;
    margin-top: 50px;
    display: flex;
}

.btn{
    background: #e61e0f;
    color: #FFF;
    -webkit-border-radius: 6px;
    padding: 15px 0;
    margin: 15px auto 15px;
    width:  420px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: bold;
    display: block;
    font-size: 20px;
    box-shadow: 0px 2px 0px 0px #dddddd;
}
.btn:hover{
	background: #C70010;
}

a{
	text-decoration: none;
	color: #1877f2;
}

.terms{
	font-size: 13px;
	margin-top:12px;
}
.terms li{
	list-style: disc;
}

#trailer-container{
	width: 640px;
	height:360px;
	margin: 0 auto;
	padding: 20px 0;
	box-sizing: content-box;
}
#trailer-container iframe{
	width:100%;
	height:100%;
}

.members_text {
    margin:50px 0 30px 0;
}

.profile-image {
    width:360px;
    margin: 20px auto 0px;
    display: block;
    padding-top: 5px;
    border-radius: 5px;
    border: solid 1px #999;
}

.banner-box {
  text-align:center;
}

.banner-text {
    font-size: 20px;
    text-align: center;
    padding-bottom:10px;
    color: #000;
}

.banner-link {
  margin:0 5px 0;
  width:400px;
}

.review-box {
  flex-direction: column;
  text-align:center;
  margin-left: 0px;
  margin-top: 20px;
}

.review-link {
  width:500px;
}
.mwp{
    border: solid 1px #e3e3e3;
    border-radius: 10px;
    box-shadow: 0px 2px 0px 0px #c4c4c4;
}

.app-box {
  display: inline-block;
  text-align:center;
  margin-left: 210px;
}

.app-link {
  width:180px;
  margin:0px 30px 0px;
  border-radius: 7px;
  box-shadow: 0px 2px 0px 0px #c4c4c4;
}

/*----------------
footer
----------------*/
#footer{
	padding: 10px 0 70px;
}

#footer p{
	text-align: center;
    
}
#copyright{
	color:#999;
	font-size: 10px;
}

.sns-container{
	padding: 30px 0 50px;
}
.sns-container ul{
	padding: 0;
}
.sns-container ul li{
	list-style: none;
	line-height: 0;
    display: block;
    padding: 0 15px 0 0;
}
.sns-container ul li:last-child{
	padding: 0;
}
.sns-container p{
	font-size: 13px;
	text-align: center;
	padding:0 0 15px;
}

/*----------------
utils
----------------*/
.color_1{
	color: #000000;
}
.color_2{
	color: #333;
}
.color_3{
	color: #000000;
}
.align-center{
	text-align: center;
}
.align-left{
	text-align: left;
}
.align-right{
	text-align: right;
}


/*************************************

SP

*************************************/
@media screen and (max-width: 768px) {
	
	/*----------------
	wrapper
	----------------*/
	#wrapper{
		width: 100%;
		margin: 0 auto;
	}

	/*----------------
	header
	----------------*/
	#header{
		padding: 0 0 20px;
	}

	/*------------------
	main
	-------------------*/
	main{

	}
	section{
		width: 90%;
		margin: 0 auto;
		padding: 30px 0 0px;
	}
	
	#s1{
		padding: 0;
	}
	
	#s4{
		/*margin: 0 0 0 10%; */
	}
	
	.terms li{
		margin-left:20px;
	}
	
	.ttl{
		padding: 0 0 10px;
	}
	
	.lead{
	    text-align: left;
	    font-size: 18px;
	}
	.txt{
		width:100%; 
	}
	
	.txt p{
		 text-align: left; 
	}	
	.detail {
    text-align: left;
    font-size: 18px;
	}
	#present{
	width: auto;
	}
	
	.btn,.btn-yellow{
		width: 100%;
    	padding: 17px 0;
    	font-size: 16px;
	}
	
	.profile-image {
    width:100%;
	}
	
	.regist {
    display: block;
	}
	.banner-box {
	margin-left:0px;
	}
	.banner-text {
	padding:40px 0 10px 0;
	}
	
	.banner-link {
	 width:100%;
	 margin: 0 0 6px;
	}
	
	.review-link {
    width: 100%;
    }
    .app-box {
    margin-left: auto;
    }
	.app-link {
    width: 45%;
    margin: 10px 5px;
    }
	/*------------------------
	footer
	-------------------------*/
	#footer{
		width: 94%;
		margin: 0 auto;
		padding: 10px 0 45px;
	}
	
	footer{
		padding: 0 0 100px;
	}
	
	#fix-btn{
		position: fixed;
    	z-index: 100;
    	background: #FFF;
    	width: 100%;
    	padding: 10px;
    	bottom: 0;
    	border-top: 1px solid #ececec;
	}
	#fix-btn .btn{
		width: 94%;
		margin: 0 auto;
		font-size: 14px;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
	}
	
	.sns-container{
		padding: 10px 0 50px;
	}
	.btn:active {
		background: #C70010;
	}

}

/*----------------
追加
----------------*/
    
hr{
    margin:10px auto;
    border:none;
    border-top: dotted 1px #000000;
    height:1px;
    color:#fff;
    width:80%;
    }

#spmenu dd a {
    font-size: 14px !important;
    font-weight: normal !important;
    }

.wrapper {
    background-color: #ffeaf1;
    }

header .black-area .global-menu ul .screening-schedule a:before {
    margin-top: -8px;
    margin-left: -10px;
    }