@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=block');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=block');

/* マスタ */

header {
	overflow: hidden;
	background: #FFF;
	padding:20px;
}

header * {
	vertical-align:top;
}

header h1 {
    text-align: center;
}

header h1 a {
	width: 280px;
	display:inline-block;
}

header h1 a img {
	display:block;
}

header h1 a.LawsonLogo {
	margin-right:36px;
}

header h1 a.cpxLogo {
	margin-left:12px;
}

footer {
	overflow: hidden;
	background: #333333;
	padding:20px;
}

footer address {
	color: #FFF;
    text-align: center;
	font-style:normal;
	vertical-align: baseline;
	font-size: 14px;
}

/* レシポンシブ */

.only_pc {
	display:block;
}

.only_sp {
	display:none;
}

/* カスタム */

* {
	margin: 0;
	padding: 0;
}

#mw_cp * {
	margin:0;
	padding:0;
	text-shadow:none;
	letter-spacing:-0.01px;
	font-weight:normal;
	line-height:1.6;
	-webkit-text-size-adjust:100%;
	font-size:12px;
	font-family:"Roboto","Noto Sans JP","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",arial,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"CI",Meiryo,"メイリオ","lroSVbN","ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#232323;
    outline : none;
	font-feature-settings: "palt";
	text-align:left;
}

#mw_cp {
	position:relative;
	background: #140406;
	background: linear-gradient(90deg, rgba(20, 4, 6, 1) 0%, rgba(171, 104, 33, 1) 50%, rgba(20, 4, 6, 1) 100%);
}

#mw_cp a {
	outline:0;
	border:0;
	color:#0099ff;
	text-decoration:underline;
	transition:1.0s;
}

#mw_cp a img {
	transition:1.0s;
}

#mw_cp a:hover,
#mw_cp a img:hover {
	opacity:0.5;
}

#mw_cp img {
	vertical-align:top;
	border:0;
    outline : none;
}

#mw_cp ul,ol {
	list-style:none;
}

/* カラム */

#cp_top {
}

#cp_bot {
}

#cp_mid {
}

/* コンテント */

#mw_cp .content {
	width:1000px;
	margin:0 auto;
}

/* キャッチ */

#cp_catch {
	padding:10px 0 5px 0;
}

/* ヘッダー */

#cp_main {
}

#cp_main img {
	width:100%;
	margin:0 auto;
}

/* メイン */

#main {
}

#kikan {
	padding:30px 0 0 0;
}

#kikan p {
	margin:5px 0 0 0;
	font-size:48px;
	text-align:center;
	font-weight:700;
	color:#ffffff;
}

#kikan p span {
	font-size:30px;
	font-weight:700;
	color:#ffffff;
}

/* 応募方法 */

#step {
	padding:30px 0 0 0;
}

#step p {
	margin:20px 0 0 0;
	font-size:24px;
	text-align:center;
	font-weight:700;
	color:#ffffff;
}

#step .step_text {
	margin:20px 15px 0 15px;
	font-size:16px;
	text-align:center;
	font-weight:500;
	color:#ffffff;
	background:rgba(0,0,0,0.5);
	padding:20px 20px;
}

/* プレゼント */

#present {
	margin:20px 0 0 0;
}

#present p {
	font-size:16px;
	text-align:center;
	color:#ffffff;
	margin:20px 0 0 0;
}

#present .present_link {
	clear:both;
	overflow:hidden;
	margin:20px 0 0 0;
}

#present .present_link_box {
	width:241px;
	float:left;
	margin:0 6px;
}

#present .present_link_box:first-child {
	margin:0 6px 0 0;
}

#present .present_link_box:last-child {
	margin:0 0 0 6px;
}

#present .present_link_box img {
	width:100%;
}

/* 応募ボタン */

#oubo_btn {
	margin:10px 0 0 0;
	text-align:center;
	padding:30px 0 30px 0;
	transition:1.0s;
}

#oubo_btn img {
	margin:0 auto;
}

#oubo_btn a:hover {
	opacity:0.5;
}

#oubo_btn span {
	opacity:0.25;
}

#oubo_btn .toform_h {
	font-size:30px;
	text-align:center;
	margin:0 0 20px 0;
	color:#eeea39;
	font-weight:700;
}

#oubo_btn .toform_p {
	font-size:30px;
	text-align:center;
	margin:20px 0 0 0;
	font-weight:900;
	color:#eeea39;
}

#oubo_btn .toform_p span {
	font-size:48px;
	color:#eeea39;
	font-weight:900;
	opacity:1;
}

#oubo_btn .toform_kome {
	font-size:14px;
	text-align:center;
	margin:25px 0 0 0;
	color:#ffffff;
}

/* フッター */

#cp_footer {
	padding:30px 0 30px 0;
}

#cp_footer .footer_logo {
	text-align:center;
}

#cp_footer .link_but {
	padding:40px 0 20px 0;
	text-align:center;
}

#cp_footer .link_but_in {
	padding:0 5px 10px 5px;
	display:inline-block;
	width:320px;
}

#cp_footer .link_but_in a {
	display:block;
	border-radius:50px;
	line-height:50px;
	height:50px;
	text-align:center;
	color:#ffffff;
	font-size:16px;
	font-weight:500;
	text-decoration: none;
	border:1px solid #ffffff;
}

#cp_footer .cp_copyright {
	text-align:center;
	font-size:12px;
	padding:10px 15px 20px 15px;
	color:#ffffff;
	line-height:2;
}

#cp_footer .cp_copyright span.only_pc {
	display:inline;
	color:#ffffff;
}

/* 効果 */
#cp_main h1,#cp_main h2,#cp_main .title_p,#cp_main .title_ticket,#cp_main .title_kikan,#cp_nav li,#step h3,#step .step_box,#oubo_btn,#present .present_link_box,#lineup h3,#w-chance img,#lineup_box {
	visibility:hidden;
}


@media screen and (max-width:640px) {

	/* マスタ */

	header {
		padding:4%;
	}

	header h1 {
		font-size:10px;
	}

	header h1 a {
		width:30%;
		vertical-align:top;
	}
	
	header h1 a img {
		width:100%;
		vertical-align:top;
	}

	header h1 a.cpxLogo {
		margin-left:1.5%;
	}

	header h1 a.LawsonLogo {
		margin-right:3%;
	}

	footer {
		padding:3% 3% 3% 3%;
	}

	footer address {
	    font-size:10px;
	}

	footer {
		padding:3%;
	}

	footer address {
	    font-size:10px;
	}
	
	/* レシポンシブ */

	.only_pc {
		display:none;
	}

	.only_sp {
		display:block;
	}

	/* カラム */

	#cp_bot {
	}

	#cp_mid {
	}

	/* コンテント */

	#mw_cp .content {
		width:auto;
	}

	/* キャッチ */

	#cp_catch {
		padding:5px 0 0 0;
	}

	#cp_catch img {
		width:100%;
	}

	/* ヘッダー */

	#cp_main {
	}

	#cp_main img {
		max-width:none;
		width:100%;
		margin:0 auto;
	}

	#cp_main h2 {
		padding:0 5%;
	}

	/* メイン */

	#main {
		padding:0;
	}

	#main img {
		width:100%;
	}

	/* 期間 */

	#kikan {
		padding:5px 0 0 0;
	}

	#kikan h3 img {
		width:100%;
	}

	#kikan p {
		margin:0;
		font-size:24px;
	}

	#kikan p span {
		font-size:16px;
	}

	/* 応募方法 */

	#step {
		padding:20px 0 0 0;
	}

	#step img {
		width:100%;
	}

	#step p {
		margin:5px 0 0 0;
		font-size:16px;
	}

	#step .step_text {
		margin:10px 6.5% 0 6.5%;
		font-size:10px;
		padding:10px 10px;
	}

	/* プレゼント */

	#present {
		margin:10px 0 0 0;
	}

	#present img {
		width:100%;
	}

	#present .present_link {
		padding:0 5%;
		width:auto;
	    margin:10px 0 0 0;
	}

	#present .present_link_box,
	#present .present_link_box:first-child,
	#present .present_link_box:last-child {
		margin:0;
		width:47.5%;
	}

	#present .present_link_box:nth-child(even){
		margin:0 0 10px 1.25%;
	}

	#present .present_link_box:nth-child(odd){
		margin:0 1.25% 10px 0;
	}

	#present .present_link_box img ,
	#present .present_link_box.big img {
		width:100%;
		height:auto;
	}
	
	#present h2 {
		padding:3px 0 5px 0;
	}

	#present p {
		font-size:12px;
		padding:5px 5% 10px 5%;
		margin:0;
	}

	/* ストーリー */

	#story {
		padding:5px 0 0 0;
	}

	#story img {
		width:100%;
	}

	#story h3 {
		margin:0 0 5px 0;
	}

	#story .story_ph {
		margin:0 5% 15px 5%;
	}

	#story p {
		font-size:14px;
		margin:20px 5% 10px 5%;
		text-align: justify;
		text-justify: inter-ideograph;
	}

	/* クレジット */
	
	#crew {
		margin:0 5%;
	}

	#crew .crew_box,
	#crew .crew_box .crew_h,
	#crew .crew_box .crew_d {
		font-size:12px;
	}

	/* 応募ボタン */

	#oubo_btn {
		padding:15px 5% 30px 5%;
	}

	#oubo_btn .toform_h {
		font-size:16px;
		margin:0 0 10px 0;
	}

	#oubo_btn .toform_p {
		font-size:16px;
	}

	#oubo_btn .toform_p span {
		font-size:30px;
	}

	#oubo_btn .toform_kome {
		font-size:10px;
		margin:15px 0 0 0;
	}

	#oubo_btn img {
		width:100%;
	}

	/* フッター */

	#cp_footer {
		padding:0 8% 30px 8%;
	}
	
	#cp_footer .footer_logo img {
		width:100%;
	}

	#cp_footer .link_but {
		padding:25px 0 20px 0;
	}

	#cp_footer .link_but_in {
		padding:0 3% 10px 3%;
		display:block;
		width:auto;
	}

	#cp_footer .link_but_in a {
		font-size:14px;
	}

	#cp_footer .cp_copyright {
		font-size:10px;
		padding:0 15px 0 15px;
	}

	#cp_footer .cp_copyright span.only_pc {
		display:none;
	}

	/* 予告 */

	#mw_cp .ytMovieBox {
		margin:0 5%;
	}
	.youtube {
		width:auto;
	}

}
