@charset "UTF-8";

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



div.my_box{
	overflow: hidden;
}

div.my_box_body{
	text-align:center;
}

div.sp_end{
	position: relative;
}
div.sp_end:after{
	content: attr(data-end_txt);
	position: absolute;
	right: 10px;
	top: 10px;
	display: inline-block;
	color: #990066;
	background: #ffffff;
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	padding: 0 12px;
	border-radius:14px;
	-moz-border-radius:14px;
	-webkit-border-radius:14px;
}
.cx_smartphoneview div.sp_end:after{
	font-size: 26px;
	line-height: 40px;
	right: 10px;
	top: 16px;
	padding: 0 20px;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}
div.sp_close{
}
div.sp_bar{
	background-color: #990066;
	padding: 0 10px 0 48px;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	height: 48px;
	-moz-user-select : none ;
	-webkit-user-select : none ;
	-ms-user-select : none ;
	user-select : none ;
	/*transition: all .3s;*/
	
background: #990066;
background: -moz-linear-gradient(left,  #990066 0%, #ff6699 100%);
background: -webkit-linear-gradient(left,  #990066 0%,#ff6699 100%);
background: linear-gradient(to right,  #990066 0%,#ff6699 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990066', endColorstr='#ffea00',GradientType=1 );
	
}
.cx_smartphoneview div.sp_bar{
	padding: 0 10px 0 60px;
	height: 72px;
}
div.sp_bar:hover{
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	-moz-opacity: 0.8; 
	opacity: 0.8;
}
div.sp_end div.sp_bar:hover,
.cx_smartphoneview div.sp_bar:hover{
	-ms-filter: "alpha( opacity=100 )";
	filter: alpha( opacity=100 );
	-moz-opacity: 1; 
	opacity: 1;
}
div.sp_bar:before{
	content: "";
	display: block;
	position: absolute;
	width: 28px;
	height: 28px;
	left: 10px;
	top: 10px;
	background-color: #ffffff;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.cx_smartphoneview div.sp_bar:before{
	width: 40px;
	height: 40px;
	left: 10px;
	top: 16px;
}
div.sp_end div.sp_bar:before{
	background-color: rgba(255,255,255,.3);
}
div.sp_bar:after{
	content: "";
	display: block;
	position: absolute;
	left: 16px;
	top: 18px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 8px 0 8px;
	border-color: rgb(153,0,102) transparent transparent transparent;
}
.cx_smartphoneview div.sp_bar:after{
	left: 18px;
	top: 28px;
	border-width: 21px 12px 0 12px;
}
div.sp_bar.sp_close:after{
	left: 19px !important;
	top: 16px !important;
	border-width: 8px 0 8px 14px !important;
	border-color: transparent transparent transparent rgb(153,0,102) !important;
}
.cx_smartphoneview div.sp_bar.sp_close:after{
	left: 24px !important;
	top: 24px !important;
	border-width: 12px 0 12px 21px !important;
}

div.sp_body{
	padding: 20px;
	display: none;
	overflow: hidden;
	text-align: center;
}
.cx_smartphoneview div.sp_body{
	padding: 20px 10px;
}

div.sp_box_left{
	float: left;
	width: 288px;
	margin-bottom: 20px;
}
div.sp_box_right{
	float: right;
	width: 288px;
	margin-bottom: 20px;
}

.cx_smartphoneview div.sp_box_left,
.cx_smartphoneview div.sp_box_right,{
	float: none;
	width: 480px;
	margin: 0 auto;
	margin-bottom: 30px;
}

div.sp_img_box{
	width: 288px;
	background: #eeeeee;
	position: relative;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
}
.cx_smartphoneview div.sp_img_box{
	width: 480px;
}
div.sp_mov_box{
	width: 288px;
	height: 162px;
	background: #eeeeee;
	position: relative;
}
.cx_smartphoneview div.sp_mov_box{
	width: 480px;
	height: 270px;
}

div.sp_title{
	text-align: left;
	margin-bottom: 10px;
}
.cx_smartphoneview div.sp_title{
	display: inline-block;
	margin-bottom: 20px;
}
p.sp_text1{
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: rgb(153,0,102);
	margin-bottom: 5px;
}
.cx_smartphoneview p.sp_text1{
	font-size: 22px;
	line-height: 34px;
}
p.sp_text2{
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
}
.cx_smartphoneview p.sp_text2{
	font-size: 26px;
	line-height: 36px;
}
p.sp_text2 span.sp_prg{
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	vertical-align: middle;
	padding: 0 8px;
	margin-right: 8px;
	background: rgb(153,0,102);
	color: #ffffff;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.cx_smartphoneview p.sp_text2 span.sp_prg{
	font-size: 16px;
	line-height: 30px;
	padding: 0 12px;
	margin-right: 12px;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}
p.sp_text3{
	display: inline-block;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	padding: 10px;
	color: #ffffff;
	background: rgb(153,0,102);
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin-bottom: 20px;
}
.cx_smartphoneview p.sp_text3{
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 30px;
}

div.sp_present{
	position: relative;
	width: 600px;
	margin: 0 auto;
	border: solid 1px rgb(153,0,102);
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	margin-top: 10px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
/*div.sp_present:before{
	content: "プレゼント";
	position: absolute;
	font-size: 20px;
	font-weight: bold;
	color: rgb(153,0,102);
	left: 5px;
	top: -13px;
}*/

div.sp_kokuchi{
	width: 596px;
	margin: 0 auto;
	margin-top: 10px;
}
.cx_smartphoneview div.sp_kokuchi{
}

div.sp_end div.sp_mov_box>img,
div.sp_end div.sp_mov_box>div,
div.sp_end div.sp_mov_box>a{
	display: none;
}
div.sp_end div.sp_mov_box:after{
	content: "終了しました";
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	line-height: 162px;
	color: #999999;
}
.cx_smartphoneview div.sp_end div.sp_box_right{
	display: none;
}
div.sp_end p.sp_text3{
	display: none;
}

/*動画ボタン===============*/
div.movie_sp_title{
	box-sizing: border-box;
	position: absolute;
	padding: 2px 5px;
	left: 0;
	top: 0;
	width: 100%;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	text-align: left;
	color: #ffffff;
	background-color: rgba(0,0,0,.5);
}
.cx_smartphoneview div.movie_sp_title{
	padding: 3px 10px;
	font-size: 18px;
	line-height: 24px;
}
a.movie_sp_btn{
	display: block;
	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);
}
a.movie_sp_btn:hover{
	background-color: rgba(255,255,255,.2);
}
.cx_smartphoneview a.movie_sp_btn:hover{
	background-color: rgba(255,255,255,0);
}

/*応募ボタン============*/
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: rgb(153,0,102);
	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: rgb(153,0,102,.7);
}
.cx_smartphoneview a.btn_sp:hover{
	background-color: rgb(153,0,102);
}

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;
}
.cx_smartphoneview div.btn_sp_off{
	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;
}

/*汎用=========================*/
.color_yellow{
	color: #ffff66;
}

div.sp_space{
	font-size: 0;
	line-height: 0;
	height: 15px;
}
.cx_smartphoneview div.sp_space{
	height: 20px;
}

strong{
	font-weight: bold;
	color:rgb(153,0,102);
}
.larger{
	font-size: larger;
}
.smaller{
	font-size: smaller;
}

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

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

/*==========================*/
a.item_head{
	box-sizing: border-box;
	display: block;
	padding: 10px 50px 10px 15px;
	margin-top: 10px;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #000000;
	background-color: rgb(153,0,102,.1);
	position: relative;
	transition: all .3s;
}
.cx_smartphoneview a.item_head{
	padding: 15px 70px 15px 15px;
	font-size: 26px;
	line-height: 32px;
}
a.item_head:hover{
	text-decoration: none;
	background-color: rgb(153,0,102,.2);
}
.cx_smartphoneview a.item_head:hover{
	background-color: rgb(153,0,102,.1);
}
a.item_head:after{
	content: "";
	display: block;
	box-sizing: border-box;
	width: 22px;
	height: 22px;
	position: absolute;
	border-right: solid 3px rgb(153,0,102,1);
	border-bottom: solid 3px rgb(153,0,102,1);
	right: 18px;
	bottom: 13px;
	-webkit-transform : rotate(45deg) ;
	-ms-transform : rotate(45deg) ;
	transform : rotate(45deg) ;
	transition: all .3s;
}
.cx_smartphoneview a.item_head:after{
	width: 32px;
	height: 32px;
	border-right: solid 4px rgb(153,0,102,1);
	border-bottom: solid 4px rgb(153,0,102,1);
	right: 23px;
	bottom: 20px;
}
a.item_head.item_open:after{
	bottom: 7px;
	-webkit-transform : rotate(-135deg) ;
	-ms-transform : rotate(-135deg) ;
	transform : rotate(-135deg) ;
}
.cx_smartphoneview a.item_head.item_open:after{
	bottom: 10px;
}
div.item_body{
	padding: 10px 10px 15px 10px;
	display: none;
}



