@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;
}

#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 {
	background: url(../img/bg_present_pc.jpg) no-repeat top center;
	background-attachment:fixed;
	background-size:100% auto;
}

#cp_movie {
}

/*
#cp_movie:before {
	position: fixed;
	content: "";
	display: block;
	background:rgba(0,0,0,0.25);
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:-49;
}
*/

#cp_movie video {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index:-50;
	background-size:cover;
}

/* コンテント */

#mw_cp .content {
	width:1000px;
	margin:0 auto;
}

/* キャッチ */

#cp_catch {
	padding:0 0 5px 0;
	background: url(../img/bg_pc.jpg) no-repeat top center;;
	background-size:auto 100%;
}

/* ヘッダー */

#cp_main {
}

#cp_main .content {
	position:relative;
}

#cp_main p,
#cp_main .main_kikan {
	position:absolute;
	top:0;
	left:0;
	right:0;
}

#cp_main img {
	width:100%;
}

/* グローバル */

#cp_menu {
	background:url(../img/bg_menu_pc.jpg) repeat-y top center;
	background-size:100% auto;
}

#cp_menu ul {
	clear:both;
	overflow:hidden;
	padding:5px 0;
}

#cp_menu ul li {
	float:left;
	margin:0 11px;
}

/* ラージスクリーン */

#large_format {
	padding:30px 0 30px 0;
	background: url(../img/bg_red_pc.jpg) no-repeat top center;
	background-attachment:fixed;
	background-size:100% auto;
}

#large_format .large_item {
	background:#000000;
	padding:5px;
	margin:0 0 15px 0;
}

#large_format .large_item_in {
	box-sizing:border-box;
	clear:both;
	overflow:hidden;
	padding:20px;
}

#large_format .large_item_logo {
	width:330px;
}

#large_format .large_item_movie {
	border:1px solid #555555;
}

#large_format .large_item_movie,
#large_format .large_item_text {
	width:calc( 100% - 350px );
}

#large_format .large_item_text {
	height:170px;
}

#large_format .large_item_logo {
	float:left;
}

#large_format .large_item_movie,
#large_format .large_item_ph,
#large_format .large_item_text {
	float:right;
}

#large_format .large_item_logo h3 {
}

#large_format .large_item_logo h3 img {
	width:100%;
}

#large_format .large_item_text h4 {
	font-size:26px;
	text-align:center;
	font-weight:800;
	color:#ffc619;
	margin:22px 0 0 0;
	line-height:1;
}

#large_format .large_item_text p {
	font-size:16px;
	font-weight:500;
	color:#ffffff;
	padding:10px 0 8px 0;
	text-align: justify;
	text-justify: inter-ideograph;
}

#large_format .large_item_link {
	text-align:right;
}

#large_format .large_item_link a {
	display:inline-block;
	font-size:14px;
	font-weight:500;
	color:#ffffff;
	border:1px solid #ffffff;
	box-sizing:border-box;
	padding:13px 0 13px 25px;
	text-decoration:none;
	line-height:1;
	width:190px;
	text-align:center;
	margin:8px 0 0 0;
	position: relative;
}

#large_format .large_item_link a::after {
	content: '';
	position: absolute;
	top:50%;
	left:30px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #ffffff;
}

/* メイン */

#main {
	background: url(../img/bg_present_h_pc.png) no-repeat top center;
}

#kikan {
	padding:30px 0 0 0;
}

#kikan p {
	margin: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:10px 0 0 0;
	font-size:24px;
	text-align:center;
	font-weight:700;
	color:#ffffff;
}

/* プレゼント */

#present {
	padding:0 0 15px 0;
}

#present p {
	font-size:16px;
	text-align:center;
	margin:15px 0 0 0;
	font-weight:500;
	color:#ffffff;
}

#present .present_link {
	padding:25px 0 0 0;
	overflow:hidden;
	clear:both;
	margin:0 auto;
}

#present .present_link_box {
	float:left;
	width:calc( 33.3% - 15px );
	margin:0 7.5px 15px 7.5px;
}

#present .present_link_box img {
	width:100%;
}

/* ストーリー */

#story {
	padding:30px 0 40px 0;
	background: url(../img/bg_blue_pc.jpg) no-repeat top center;
	background-attachment:fixed;
	background-size:100% auto;
}

#story h3 {
	margin:0 0 5px 0;
}

#story h3 img {
	width:100%;
}

#story .intro_box {
	margin:30px 0 20px 0;
}

#story .intro {
	text-align:center;
}

#story .intro_in {
	font-size:35.5px;
	color:#fdfe65;
	font-weight:900;
	display:inline-block;
}

#story .intro_in_sub {
	font-size:12px;
	color:#cccccc;
	text-align:right;
}

#story h4 {
	text-align:center;
}

#story h4 span {
	font-size:32px;
	color:#fdfe65;
	font-weight:900;
}

#story p {
	font-size:24px;
	margin:20px 0 30px 0;
	color:#ffffff;
	font-weight:500;
	text-align: justify;
	text-justify: inter-ideograph;
}

/* クレジット */

#crew {
}

#crew .crew_box {
	display:table;
}

#crew .crew_box .crew_h,
#crew .crew_box .crew_d {
	display:table-cell;
}

#crew .crew_box,
#crew .crew_box .crew_h,
#crew .crew_box .crew_d {
	color:#ffffff;
	font-size:18px;
	word-break: keep-all;
	line-break: strict;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

#crew .crew_box .crew_h {
	white-space:nowrap;
}

/* シーンカット */

.ph_box * {
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	pointer-events: none;
}

.ph_box {
	overflow:hidden;
}

.ph_box,
.ph_box img {
	height:360px;
}

.ph_box.top,
.ph_box.top img {
	height:auto;
}

.ph_box.top li {
	width:55%;
}

.ph_box.top li img {
	width:100%;
}

/* 応募ボタン */

#oubo_btn {
	margin:10px 0 0 0;
	text-align:center;
	padding:30px 0 50px 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:#ffc619;
	font-weight:700;
}

#oubo_btn .toform_h span {
	font-size:48px;
	color:#ffc619;
	font-weight:700;
	opacity:1;
}

#oubo_btn .toform_p {
	font-size:30px;
	text-align:center;
	margin:20px 0 0 0;
	font-weight:900;
	color:#ff0000;
}

#oubo_btn .toform_p span {
	font-size:48px;
	color:#ff0000;
	font-weight:900;
	opacity:1;
}

#oubo_btn .toform_kome {
	font-size:14px;
	text-align:center;
	margin:25px 0 0 0;
	color:#cccccc;
	font-weight:300;
}

/* 予告 */

#mw_cp .ytMovieBox {
	margin:0 auto;
	position:relative;
	background:#000000;
}

#mw_cp .ytMovieBoxCp {
	position:relative;
}

#mw_cp .ytMovieBox_in {
	position:relative;
	padding-bottom:56.5%;
	height:0;
	overflow:hidden;
}

#mw_cp .ytMovieBoxCp .ytMovieBox_in {
	padding-bottom:50%;
}

#mw_cp .ytMovieBox_in iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* フッター */

#cp_footer {
	padding:25px 0;
	background:#000000;
}

#cp_footer .link_but {
	padding:10px 0 20px 0;
	text-align:center;
}

#cp_footer .link_but_in {
	padding:0 5px 0 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;
	border:1px solid #ffffff;
	font-size:16px;
	font-weight:700;
	text-decoration: none;
}

#cp_footer .cp_copyright {
	text-align:center;
	font-size:12px;
	padding:0 15px 0 15px;
	color:#cccccc;
	line-height:2;
}

#cp_footer .cp_copyright span.only_pc {
	display:inline;
	color:#999999;
}

/* ポスター */

#poster {
	background:#000000;
}

#poster img {
	width:100%;
}

/* 効果 */

#cp_catch h1,
#cp_menu li,
#large_format .large_item_logo h3,
#large_format .large_item_text,
#cp_mid h2,
#cp_mid h3,
#cp_mid p {
	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% 22.5% 3%;
	}

	footer address {
	    font-size:10px;
	}

	
	body {
		background:#000000;
	}

	/* レシポンシブ */

	.only_pc {
		display:none;
	}

	.only_sp {
		display:block;
	}

	#mw_cp .ytMovieBoxCp .ytMovieBox_in {
	    padding-bottom:56.5%;
	}

	/* カラム */

	#cp_top,
	#cp_bot {
	}

	#cp_mid {
		background: url(../img/bg_present_sp.jpg) no-repeat top center;
		background-attachment:fixed;
		background-size:100% auto;
	}

	/* コンテント */

	#mw_cp .content {
		width:auto;
	}

	/* キャッチ */

	#cp_catch {
		padding:0 0 5px 0;
		background: url(../img/bg_sp.jpg) no-repeat top center;;
		background-size:100% auto;
	}

	#cp_catch img {
		width:100%;
	}

	/* ヘッダー */

	#cp_main {
		padding:7.5% 0;
	}

	#cp_main img {
		max-width:none;
		width:100%;
		margin:0 auto;
	}

	/* グローバル */

	#cp_menu {
		position:fixed;
		bottom:0;
		left:0;
		right:0;
		background:none;
		z-index:500;
	}

	#cp_menu ul {
		padding:0;
	}

	#cp_menu ul li {
		float:left;
		margin:0;
		width:50%;
		border-left:1px solid #000000;
		box-sizing: border-box;
		padding:5px 7px 5px 5px;
		background: #B4822F;
		background: linear-gradient(-27deg, rgba(180, 130, 47, 1) 0%, rgba(217, 187, 123, 1) 50%, rgba(180, 130, 47, 1) 100%);
	}

	#cp_menu ul li:first-child {
		border-left:0;
		padding:5px 5px 5px 7px;
	}

	#cp_menu ul li:last-child {
		display:none;
	}

	#cp_menu ul li img {
		width:100%;
	}

	/* ラージスクリーン */

	#large_format {
		padding:20px 6.5% 10px 6.5%;
		background: url(../img/bg_red_sp.jpg) no-repeat top center;
		background-attachment:fixed;
		background-size:100% auto;
	}

	#large_format .large_item {
		margin:0 0 15px 0;
	}

	#large_format .large_item_in {
		padding:0;
	}

	#large_format .large_item_logo,
	#large_format .large_item_movie,
	#large_format .large_item_ph,
	#large_format .large_item_text {
		width:auto;
		height:auto;
		float:none;
	}

	#large_format .large_item_movie {
		margin:0 15px;
	}

	#large_format .large_item_logo h3 {
		text-align:center;
		margin:10px 0 15px 0;
	}

	#large_format .large_item_logo h3 img {
		width:60%;
	}

	#large_format .large_item_text h4 {
		font-size:20px;
		margin:20px 15px 0 15px;
		line-height:1.5;
	}

	#large_format .large_item_text p {
		font-size:14px;
		padding:10px 15px;
	}

	#large_format .large_item_link {
		text-align:center;
	}

	#large_format .large_item_link a {
		font-size:12px;
		padding:15px 0 15px 30px;
		width:170px;
		margin:10px 0 25px 0;
	}
	
	#large_format .large_item_ph img {
		width:100%;
	}

	/* メイン */

	#main {
		background:none;
		padding:15px 0 0 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:15px 0 0 0;
	}

	#step img {
		width:100%;
	}

	#step p {
		margin:5px 0 0 0;
		font-size:16px;
	}

	/* プレゼント */

	#present {
		padding:5px 0 25px 0;
	}

	#present img {
		width:100%;
	}

	#present .present_link {
		padding:15px 6.5% 0 6.5%;
		width:auto;
	}

	#present .present_link_box {
		float:left;
		margin:0 5px 10px 5px;
		width:calc( 50% - 10px );
	}
	
	#present .present_link_box.big {
		width:98%;
	}

	#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:0 6.5% 0 6.5%;
		margin:10px 0 0 0;
	}

	/* ストーリー */

	#story {
		padding:10px 0 30px 0;
		background: url(../img/bg_blue_sp.jpg) no-repeat top center;
		background-attachment:fixed;
		background-size:100% auto;
	}

	#story img {
		width:100%;
	}

	#mw_cp .ytMovieBox {
	    margin:0 6.5%;
	}

	#story h3 {
		margin:0 0 5px 0;
	}

	#story .intro_box {
		margin:20px 0 20px 0;
	}

	#story .intro_in {
		text-align:center;
		font-size:20px;
	}

	#story .intro_in_sub {
		font-size:10px;
		text-align:center;
		margin:5px 0 0 0;
	}

	#story h4 span {
		font-size:18px;
	}

	#story p {
		font-size:14px;
		margin:12.5px 6.5% 10px 6.5%;
	}

	/* クレジット */

	#crew .crew_box {
		margin:0 6.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_h span {
		font-size:24px;
	}

	#oubo_btn .toform_p {
		font-size:20px;
	}

	#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%;
	}

	/* シーンカット */

	.ph_box,
	.ph_box img {
		height:180px;
	}

	.ph_box.top,
	.ph_box.top img {
		height:auto;
	}

	.ph_box.top li {
		width:150%;
	}

	.ph_box.top li img {
		width:100%;
	}

	/* フッター */

	#cp_footer {
		padding:20px 0 20px 0;
	}
	
	#cp_footer .footer_logo img {
		width:100%;
	}

	#cp_footer .link_but_in {
		padding:0 10% 10px 10%;
		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;
	}

	/* 予告 */

	#youtube {
		padding:5px 5% 10px 5%;
	}

	.youtube {
		width:auto;
	}

}
