@charset "UTF-8";

/*----------------
common
----------------*/
html,body{
	color: #666;
	font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
	font-size:16px;
	background:#fffbba;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
	letter-spacing: 0;
}

p{
	line-height: 1.8;
}
img{
	vertical-align: bottom;
}

.wrapper{
	/*overfide*/
	background: #111;
}
/*----------------
wrapper
----------------*/
#mvtk-wrapper{
	width: 1000px;
	margin: 0 auto;
	background: #FFF;
}

/*----------------
header
----------------*/
#header{
}

/*------------------
main
-------------------*/
main{
	line-height:1.8;
}
section{
	padding: 20px 0;
    width: 900px;
    margin: 0 auto;
}


.lead{
	font-size: 20px;
    letter-spacing: 1px;
    text-align: center;
	padding: 0 0 35px;
}

.ttl{
	font-size: 24px;
	padding: 0 0 25px;
}
.catch {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.catch:before, .catch:after {
  border-top: 1px solid;
  content: "";
  width: 3em; /* 線の長さ */
}
.catch:before {
  margin-right: 1em; /* 文字の右隣 */
}
.catch:after {
  margin-left: 1em; /* 文字の左隣 */
}

#poster{
	width:616px;
	margin: 0 auto;
	padding: 20px 0;
}

.txt{
	width: 830px;
    margin: 0 auto;
}
.txt p{
	padding: 0 0 20px;
}
.txt p:last-child{
	padding: 0;
}
.prize{
	color: #91ad3b;
	font-size: 18px;
}

.btn{
	background: #E50012;
    color: #FFF;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 20px 0;
	margin: 15px auto 15px;
    width: 420px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: bold;
	display: block;
	font-size: 16px;
}
.btn:hover{
	background: #C70010;
}

.btn-yellow{
	background: #fed22f;
    color: #000;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 20px 0;
	margin: 15px auto 15px;
    width: 420px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: bold;
	display: block;
	font-size: 16px;
}
.btn-yellow:hover{
	background: #fec82f;
}

.btn-kaneko{
	background: #000;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 10px 0;
    margin: 0px 40px 20px 20px;
    width: 220px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: bold;
	display: block;
	font-size: 12px;
}

.btn-kaneko:hover{
	background: #fec82f;
}

.img-container{
	padding: 0 0 20px;
}


a{
	text-decoration: none;
	color: #e9333d;
}
.warning{
	font-size: 12px;
}

.terms{
	font-size: 13px;
}
.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%;
}

/*----------------
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
----------------*/
.black{
	color:#000000;
}
.green{
	color: #002430;
}
.orange{
	color: #000;
}
.red{
	color: #E60012;
}
.align-center{
	text-align: center;
}
.align-left{
	text-align: left;
}
.align-right{
	text-align: right;
}


/*************************************

SP

*************************************/
@media screen and (max-width: 768px) {
	
	html,body{
		background-image: none;
	}
	/*----------------
	wrapper
	----------------*/
	#mvtk-wrapper{
		width: 100%;
		margin: 0 auto;
	}

	/*----------------
	header
	----------------*/
	#header{
	}


	/*------------------
	main
	-------------------*/
	main{

	}
	section{
		width: 90%;
		margin: 0 auto;
		padding: 30px 0 0px;
	}
	
	#s1{
		padding: 0;
	}
	#s5{
		width: 83%;
   		margin: 0 0 0 10%;
	}
	
	.ttl{
		padding: 20px 0 15px;
	}
	.lead{
		font-size: 18px;
	}
	.img-container{
		padding: 0;
	}
	
	.txt{
		width:100%; 
	}
	.prize{
		font-size: 16px;
	}
	.oshima{
		font-size: 22px;
	}
	
	.catch:before, .catch:after {
		  border-top: 1px solid;
		  content: "";
		  width: 2em; /* 線の長さ */
		}
		.catch:before {
		  margin-right: 0.5em; /* 文字の右隣 */
		}
		.catch:after {
		  margin-left: 0.5em; /* 文字の左隣 */
		}
	
	.btn,.btn-yellow{
		width: 100%;
    	padding: 13px 0;
	}
	
	.btn-kaneko{
	    margin: 10px auto 20px;
	}
	
	/*------------------------
	footer
	-------------------------*/
	#footer{
		width: 100%;
		margin: 0 auto;
		padding: 10px 0 90px;
	}
	
	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;
	}
	
	.sns-container{
		padding: 10px 0 50px;
	}
	.btn:active {
		background: #C70010;
	}

}
