@charset "UTF-8";

div#title_sp{
	height: 480px;
	background-image: url(./img/title.png);
	background-position: center center;
	background-repeat: no-repeat;
	font-size: 0;
	line-height: 0;
}

div.movie_area{
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
}

div.sp_movie_box{
	position: relative;
	display: inline-block;
	width: 288px;
	height: 162px;
	margin: 16px;
	background-color: #e6e6e6;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	vertical-align: top;
}
.cx_smartphoneview div.sp_movie_box{
	display: block;
	width: 576px;
	height: 324px;
	margin: 30px auto 15px;
}
div.sp_movie_text{
	display: inline-block;
	width: 288px;
	margin: 16px 16px 16px 5px;
	vertical-align: top;
}
.cx_smartphoneview div.sp_movie_text{
	display: block;
	width: 576px;
	margin: 15px auto 30px;
}
p.sp_dan{
	text-align: center;
	color: #cccccc;
	font-size: 60px;
	line-height: 60px;
	font-weight: bold;
}

p.sp_movie_t{
	color: #e60012;
	margin: 3px 0 5px 0;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
}
.cx_smartphoneview p.sp_movie_t{
	font-size: 36px;
	line-height: 40px;
	margin: 5px 0 10px 0;
}
p.sp_movie_t2{
	font-size: 14px;
	line-height: 24px;
}
.cx_smartphoneview p.sp_movie_t2{
	font-size: 22px;
	line-height: 32px;
}

div.sp_movie_title{
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 3px 5px;
	color: #ffffff;
	background-color: rgba(0,0,0,.5);
}
div.sp_movie_btn{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background-image: url(./img/youtube_play.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	background-color: rgba(255,255,255,0);
}
div.sp_movie_btn:hover{
	background-color: rgba(255,255,255,.2);
}


/*汎用*/
.maru_sp{
	padding-left: 1em;
	position: relative;
	line-height: 1.5em;
	margin-bottom: 0.3em;
}
.maru_sp:before{
	content: "▪";
	position: absolute;
	left: 0;
	top: 0;
	color: rgba(235,110,155,1);
}

strong{
	font-weight: bold;
	color: rgba(235,110,155,1);
}

.size0{
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
}

.ib{
	display: inline-block;
}
.cx_smartphoneview .ib{
}

p.cpy_sp{
	margin-top: 3px;
	text-align: right;
	font-size: 9px;
	line-height: 11px;
	color: #bbbbbb;
}


a.btn_sp{
	display: inline-block;
	padding: 5px 15px;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	background-color: rgba(235,110,155,1);
	cursor: pointer;
	border-radius:			20px;
	-moz-border-radius:		20px;
	-webkit-border-radius:	20px;
}
.cx_smartphoneview a.btn_sp{
	font-size: 24px;
	line-height: 32px;
	padding: 10px 20px;
	margin-top: 10px;
	margin-bottom: 5px;
	border-radius:			28px;
	-moz-border-radius:		28px;
	-webkit-border-radius:	28px;
}
a.btn_sp:hover{
	background-color: rgba(235,110,155,.7);
}
.cx_smartphoneview a.btn_sp:hover{
	background-color: rgba(235,110,155,1);
}

div.btn_sp_off{
	display: inline-block;
	padding: 5px 15px;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	background-color: #cccccc;
	border-radius:			20px;
	-moz-border-radius:		20px;
	-webkit-border-radius:	20px;
}

.waku_sp{
	border: solid 1px rgba(235,110,155,.3);
	text-align: left;
	border-radius:		6px;
	-moz-border-radius:	6px;
	-webkit-border-radius:	6px;
	overflow: hidden;
}

p.waku_head{
	padding: 10px;
	background: rgba(235,110,155,.3);
	color: #ffffff;
}

div.line_sp{
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	background: rgba(235,110,155,.3);
	height: 1px;
	margin: 10px 0;
}

/*任意の文字*/
.opt{
	padding-left: 1.2em;
	position: relative;
}
.opt span.mozi{
	position: absolute;
	left: 0;
	top: 0;
}
