@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');

#mwcp {
	position:relative;
}

#mwcp,
#mwcp * {
	margin:0;
	padding:0;
	text-shadow:none;
	letter-spacing:-0.01px;
	font-weight:normal;
	line-height:1.6;
	font-size:12px;
	font-family:"Roboto","Helvetica Neue",YakuHanJP, 'Noto Sans JP',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"CI",Meiryo,"メイリオ","lroSVbN","ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#232323;
    outline : none;
	font-feature-settings: "palt";
	-webkit-text-size-adjust:100%;
    text-align:left;
}

html {
	position:relative;
}

body {
	position:relative;
}

body.lock {
	overflow:hidden;
}

/* マスタ */

header {
	background: url(https://www.aeoncinema.com/ac_common/img/head_bg_02.gif) 0 0 repeat-x;
}

#wmc_masthead .header_section01 {
	width:960px;
	height:135px;
}

#footer_contents {
	line-height: 1.4;
}

/* カスタム */

* {
	margin: 0;
	padding: 0;
}


#mwcp {
	background: #000002;
	background: linear-gradient(90deg, rgba(0, 0, 2, 1) 0%, rgba(73, 99, 105, 1) 50%, rgba(0, 0, 2, 1) 100%);
}

#mwcp_in {
}

#mwcp a {
	outline:0;
	border:0;
	color:#0099ff;
	text-decoration:underline;
}

#mwcp a img {
	transition:1.0s;
}

#mwcp a img:hover {
	opacity:0.5;
}

#mwcp img {
	vertical-align:top;
	border:0;
    outline : none;
}

#mwcp ul,
#mwcp ol {
	list-style:none;
}

/* コンテント */

#mwcp .content {
	width:1000px;
	margin:0 auto;
}

#mwcp .only_pc {
}

#mwcp .only_sp {
	display:none;
}

/* ヘッダー */

#mwcp #header {
	background:url(../img/bg_head.jpg) no-repeat top center;
	background-size:100% auto;
}

#mwcp #header .h1_box {
	padding:15px 0 15px 0;
}

#mwcp #header h1 {
	text-align:center;
}

#mwcp #header h1 img {
	width:80%;
}

#mwcp #header h2 img {
	width:100%;
}

/* リード */

#mwcp #lead {
	padding:25px 20px 50px 20px;
}

#mwcp #lead .content {
	position:relative;
}

#mwcp #lead .lead_p {
	font-size:28px;
	font-weight:800;
	text-align:center;
	color:#ffffff;
}

#mwcp #lead .lead_p span {
	font-size:12px;
	font-weight:600;
	color:#ffffff;
}

#mwcp #lead .lead_sub {
	font-size:14px;
	font-weight:600;
	text-align:center;
	margin:10px 0 0 0;
	color:#ffffff;
}

/* グローバル */

#mwcp #nav ul {
	position: absolute;
	bottom:-100px;
	overflow:hidden;
	clear:both;
	margin:0 auto;
	left:5px;
	right:5px;
}

#mwcp #nav li {
	float:left;
	width:calc( 33.3% - 10px );
	margin:0 5px;
}

#mwcp #nav li img {
	width:100%;
}

/* 期間 */

#mwcp .kikan {
	color:#f4aa08;
	text-align:center;
	font-weight:900;
	font-size:24px;
}

#mwcp .kikan span {
	color:#f4aa08;
	font-size:48px;
	font-weight:900;
}

/* ボタン */

#mwcp .but_input {
	margin:10px 0 0 0;
}

#mwcp .but_input a,
#mwcp .but_input span {
	display:block;
	font-size:22px;
	font-weight:700;
	color:#ffffff;
	text-decoration:none;
	transition:1.0s;
	border-radius:85px;
	padding:15px 20px 15px 0;
	text-align:center;
	position:relative;
	border:1px solid #f1d430;
}

#mwcp .but_input a span {
	font-size:18px;
	font-weight:900;
	color:#ffffff;
}

#mwcp .but_input a::after,
#mwcp .but_input span::after {
	content: '';
	position: absolute;
	top:calc(50% - 5px);
	right:30px;
	vertical-align: middle;
	color: #faf700;
	line-height: 1;
	width:10px;
	height:10px;
	border-top:3px solid #ffcc00;
	border-right:3px solid #ffcc00;
	transform: rotate(45deg);
}

#mwcp .but_input span {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#mwcp .but_input span.ended {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity:1;
	cursor:pointer;
	transition:1.0s;
}

#mwcp .but_input span.ended:hover {
	opacity:0.5;
}

#mwcp .but_box_in a ,
#mwcp .but_box_in span {
	display:block;
	font-size:18px;
	font-weight:700;
	color:#ffffff;
	text-decoration:none;
	transition:1.0s;
	border-radius:85px;
	padding:15px 20px 15px 0;
	text-align:center;
	position:relative;
	border:2px solid #ffffff;
	width:300px;
	margin:0 auto;
}

#mwcp .but_box_in a::after,
#mwcp .but_box_in span::after {
	content: '';
	position: absolute;
	top:calc(50% - 5px);
	right:30px;
	vertical-align: middle;
	color: #faf700;
	line-height: 1;
	width:10px;
	height:10px;
	border-top:3px solid #ffffff;
	border-right:3px solid #ffffff;
	transform: rotate(45deg);
}

#mwcp .but_box {
	padding:30px 0 40px 0;
	text-align:center;
}

#mwcp #present .but_box {
	padding:0 0 20px 0%;
}

#mwcp #present .but_box_in a {
	font-size:12px;
}

#mwcp #footer .but_box_in a {
	color:#ffffff;
	background:#000000;
	border:0;
}

#mwcp #footer .but_box_in a::after {
	border-color:#ffffff;
}

#mwcp #step .but_box {
	padding:30px 0 0 0;
}

#mwcp .but_box_in {
	margin:15px 10px 0 10px;
	display:inline-block;
}

#mwcp .but_box_in span,
#mwcp .but_box_in a,
#mwcp .but_box_in img {
	display:block;
}

#mwcp .but_box_in img {
	width:100%;
}

/* プレゼント */

#mwcp #present {
	padding:75px 0 40px 0;
}

#mwcp #present img {
	width:100%;
}

#mwcp #present h2 {
}

#mwcp #present .present_box {
	overflow:hidden;
	clear:both;
	text-align:center;
	margin:0 0 20px 0;
}

#mwcp #present .present_stamp {
	float:left;
	margin:20px 10px 0 10px;
}

#mwcp #present .present_stamp_img {
}

#mwcp #present .present_item_out {
	overflow:hidden;
	clear:both;
	padding:0 20px;
	margin:15px 0 10px 0;
}

#mwcp #present .present_item {
	float:left;
	width:230px;
	margin:0 5px 0 5px;
}

#mwcp #present .present_item_t {
	color:#ffffff;
	font-size:20px;
	font-weight:700;
	text-align:center;
	margin:15px 0 0 0;
}

#mwcp #present .present_item_t span {
	color:#ffffff;
	font-size:14px;
	font-weight:700;
	display:block;
}

#mwcp #present .present_text {
	font-size:16px;
	text-align:center;
	color:#ffffff;
	font-weight:500;
	margin:25px 0 0 0;
}

/* ステップ */

#mwcp #step {
	padding:15px 0 0 0;
}

#mwcp #step img {
	width:100%;
}

#mwcp #step h2 {
}

#mwcp #step .step_box {
	margin:30px 0 0 0;
}

#mwcp #step .step_in {
	background:#ffffff;
	margin:0 10px 20px 10px;
	display:table;
	width:calc( 100% - 20px );
}

#mwcp #step .step_left  {
	display:table-cell;
	width:250px;
	text-align:center;
	padding:20px 30px 25px 30px;
	vertical-align:middle;
}

#mwcp #step .step_left  img {
	width:auto;
	height:80px;
	vertical-align:middle;
}

#mwcp #step .step_right {
	display:table-cell;
	padding:20px 30px 25px 30px;
	vertical-align:middle;
}

#mwcp #step .step_in p {
	font-size:28px;
	font-weight:700;
	text-align:center;
	margin:10px 0 0 0;
}

#mwcp #step .step_in p span {
	font-size:20px;
	font-weight:700;
}

#mwcp #step .step_in p strong {
	font-size:28px;
	font-weight:900;
	color:#d94216;
}

#mwcp #step .step_hint_text {
	color:#ffffff;
	font-size:20px;
	font-weight:500;
	text-align:center;
	padding:10px 5% 5px 5%;
}

#mwcp #step .step_box_t {
	color:#ffffff;
	font-size:16px;
	font-weight:500;
	margin:20px 0 0 0;
}

#mwcp #step .step_box_t li {
	font-size:14px;
	font-weight:500;
	position:relative;
	padding:0 0 0 16px;
}

#mwcp #step .step_box_t li a {
	font-size:14px;
	font-weight:500;
	color:#000000;
}

#mwcp #step .step_box_t li::before {
	content:"●";
	display:block;
	position:absolute;
	top:2px;
	left:0;
	color:#f71908;
	font-size:10px;
}

#mwcp #step .step_box_t span {
	color:#ffffff;
	font-size:10px;
}

#mwcp #step .step_box_link {
	padding:40px 0 0 0;
	text-align:center;
}

#mwcp #step .step_box_link a {
 	background:#f71908;
	display:block;
	width:480px;
	margin:0 auto 20px auto;
	padding:20px 60px;
	font-size:48px;
	font-weight:800;
	text-align:center;
	text-decoration:none;
	color:#ffffff;
}

#mwcp #step .step_box_link a span {
	font-size:24px;
	font-weight:800;
	color:#ffffff;
}

#mwcp #step .step_box_link_t {
	text-align:center;
	font-size:16px;
	font-weight:600;
	color:#ffffff;
	margin:10px 0 0 0;
}

/* 必要なもの */

#mwcp #hitsuyou {
	margin:40px 0 0 0;
}

#mwcp #hitsuyou h2 {
}

#mwcp #hitsuyou h2 img {
	width:100%;
}

#mwcp #hitsuyou .item {
	color:#ffffff;
	font-size:26px;
	font-weight:700;
	text-align:center;
	margin:20px 0 0 0;
}

#mwcp #hitsuyou .item span {
	font-size:20px;
	font-weight:700;
	color:#ffffff;
}

#mwcp #hitsuyou .item div {
	display:inline;
	font-size:20px;
	font-weight:700;
	color:#ffffff;
}

#mwcp #hitsuyou .item_p {
	color:#ffffff;
	font-size:18px;
	font-weight:600;
	margin:10px 0 0 0;
}

#mwcp #hitsuyou .item_p div {
	display:inline;
	color:#f1d430;
	font-size:18px;
	font-weight:500;
}

#mwcp #hitsuyou p {
	padding:12px 0 0 0;
	color:#ffffff;
	font-size:14px;
	font-weight:500;
	margin:10px 0 0 0;
}

#mwcp #hitsuyou ul {
	padding:0 0 7px 0;
	margin:10px 0 0 0;
}

#mwcp #hitsuyou li {
	color:#ffffff;
	font-size:12px;
	font-weight:500;
	position:relative;
	padding:0 0 0 15px;
}

#mwcp #hitsuyou li a {
	font-size:12px;
	color:#ffffff;
}

#mwcp #hitsuyou li::before {
	content:"■";
	display:block;
	position:absolute;
	top:1px;
	left:0;
	color:#f71908;
	font-size:10px;
}

/* faq */

#mwcp #faq {
	padding:15px 0 30px 0;
}

#mwcp #faq h3 {
	margin:0 0 20px 0;
}

#mwcp #faq h2 img {
	width:100%;
}

#mwcp #faq .faq_box_outer {
}

#mwcp #faq .faq_box {
	display:table;
	width:100%;
}

#mwcp #faq .faq_box_h {
	display:table-cell;
	padding:5px 5px 5px 0;
	width:30px;
	font-size:30px;
	font-weight:700;
	color:#f4aa08;
}

#mwcp #faq .faq_box_d {
	display:table-cell;
	padding:5px 50px 5px 0;
	vertical-align:middle;
	color:#ffffff;
	font-size:24px;
	font-weight:700;
	position: relative;
}

#mwcp #faq .faq_box_outer:first-child .faq_box_h {
	padding:5px 5px 15px 15px;
}

#mwcp #faq .faq_box_outer:first-child .faq_box_d {
	padding:5px 50px 15px 0;
}

#mwcp #faq .faq_box_d:after {
	content: '';
	width:10px;
	height:10px;
	border: 0;
	border-bottom: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	position: absolute;
	top: 50%;
	right:7px;
	margin-top:-10px;
	transform: rotate(45deg);
	z-inxdx:10;
}

#mwcp #faq .faq_box_d:before {
	content: '';
	width:25px;
	height:25px;
	border: 0;
	position: absolute;
	top: 50%;
	right:0;
	margin-top:-14px;
	z-inxdx:5;
}

#mwcp #faq .faq_box_d.open:after {
	border-top: solid 2px #ffffff;
	border-bottom:0;
	transform: rotate(-45deg);
	margin-top:-4px;
}

#mwcp #faq .faq_box_t {
	color:#ffffff;
	font-size:18px;
	font-weight:500;
	margin:10px 0 30px 1.8em;
	padding:10px 50px 10px 20px;
	display:none;
	border-left:3px solid #f4aa08;
}

#mwcp #faq .faq_box_t a {
	color:#ffffff;
	font-size:14px;
}

#mwcp #faq .faq_box_t ul {
	padding:0 0 7px 0;
	margin:10px 0 0 0;
}

#mwcp #faq .faq_box_t li {
	color:#ffffff;
	font-size:12px;
	font-weight:500;
	position:relative;
	padding:0 0 0 15px;
}

#mwcp #faq .faq_box_t li a {
	color:#ffffff;
	font-size:12px;
}

#mwcp #faq .faq_box_t li::before {
	content:"■";
	display:block;
	position:absolute;
	top:1px;
	left:0;
	color:#f4aa08;;
	font-size:10px;
}

/* ストーリー */

#mwcp #story {
	background:url(../img/bg_story.png) no-repeat bottom center;
	background-size:cover;
}

#mwcp #story .story_h {
	padding:15px 0 10px 0;
}

#mwcp #story img {
	width:100%;
}

#mwcp #story p {
	font-size:18px;
	font-weight:500;
	color:#ffffff;
	margin:20px 0 0 0;
}

/* フッター */

#mwcp #footer {
	padding:60px 0 30px 0;
}

#mwcp #footer .footer_logo {
	text-align:center;
}

#mwcp #footer .footer_logo img {
	width:100%;
}

#mwcp #footer .but_box {
	margin:0 0 30px 0;
	padding:0;
}

#mwcp #footer .footer_text {
	font-size:10px;
	color:#ffffff;
	text-align:center;
	margin:20px 0 0 0;
}

#mwcp #footer .link_box {
	padding:30px 0 0 0;
	text-align:center;
}

#mwcp #footer .link_box_in {
	overflow:hidden;
	clear:both;
	margin:0 auto;
	width:540px;
}

#mwcp #footer .link_item {
	float:left;
	width:250px;
	margin:0 10px 20px 10px;
}

#mwcp #footer .footer_copyright {
	text-align:center;
	color:#cccccc;
}

/* 規約 */

.kiyaku_box {
	display:none;
}

.kiyaku_box_in {
	position:fixed;
	background:rgba(0,0,0,0.85);
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:1010 !important;
}

.kiyaku_text {
	position:fixed;
	top:17%;
	left:10%;
	bottom:17%;
	right:10%;
	background:#ffffff;
	z-index:1011 !important;
	overflow-y:scroll;
	scrollbar-color:#999999 #ffffff;
	scrollbar-width: thin;
	display: flex;
	justify-content: center;
	align-items: center;
	margin:auto;
}

.kiyaku_text_in {
	position:relative;
	padding:30px 70px 50px 70px;
	z-index:1012 !important;
	display:none;
	margin:auto;
}

.kiyaku_text h5 {
	font-size:30px;
	color:#232323;
	font-weight:900;
	text-align:center;
	padding:25px 0 13px 0;
}

.kiyaku_text .step_box {
	margin:0 auto 5px auto;
}

.kiyaku_text .step_h {
	font-size:24px;
	font-weight:700;
	padding:5px 10px 5px 0;
	letter-spacing:0.1em;
	text-align:center;
}

.kiyaku_text .step_d {
	font-size:20px;
	text-align:center;
	letter-spacing:0.05em;
}

.kiyaku_text .step_d a {
	font-size:20px;
	color:#232323;
	text-decoration:underline;
}

.kiyaku_text .attention {
	font-size:18px;
	text-align:center;
	padding:0 0 10px 0;
}

.kiyaku_text .attention a {
	font-size:18px;
	color:#232323;
	text-decoration:underline;
}

.kiyaku_text ul {
	margin:10px 0 0 0;
}

.kiyaku_text li {
	list-style-type: none;
	padding:0 0 0 16px;
	font-size:16px;
	position:relative;
}

.kiyaku_text li a {
	font-size:16px;
	color:#232323;
	text-decoration:underline;
}

.kiyaku_text li:before {
	display: inline;
	content: "※";
	position: absolute;
	top:0;
	left:0;
}

.kiyaku_text::-webkit-scrollbar {
	width:10px;
}

.kiyaku_text::-webkit-scrollbar-track{
	background: #fff;
}

.kiyaku_text::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.5);
	box-shadow:0 0 0 1px rgba(255, 255, 255, 0.5);
}

.kiyaku_close {
	display:block;
	position:fixed;
	top:100px;
	right:20px;
	width:60px;
	height:60px;
	transition:0.35s;
	cursor: pointer;
	z-index:1013 !important;
}

.kiyaku_close:hover {
	opacity:0.5;
}

.kiyaku_close::before,
.kiyaku_close::after {
	content: "";
	position: absolute;
	top:50%;
	left:50%;
	width:2px;
	height:60px;
	background:#ffffff;
}
 
.kiyaku_close::before {
	transform: translate(-50%,-50%) rotate(45deg);
}
 
.kiyaku_close::after {
	transform: translate(-50%,-50%) rotate(-45deg);
}

/* 予告 */

#mwcp #youtube {
	position:relative;
	background:#000000;
}

#mwcp #youtube_in {
	position:relative;
	padding-bottom:56.5%;
	height:0;
	overflow:hidden;
}

#mwcp #youtube_in iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* シーンカット */

#mwcp .ph_box {
	overflow:hidden;
	position:relative;
	z-index:10;
}

#mwcp .ph_box * {
	width:auto !important;
	height:300px !important;
}

@media screen and (max-width:640px) {

	#mwcp .only_pc {
		display:none;
	}
	
	#mwcp .only_sp {
		display:block;
	}

	/* コンテント */

	#mwcp .content {
		width:auto;
	}

	/* マスタ */

	#wmc_masthead .header_section01 {
		width:auto;
		height:30px;
		padding:5px 10px;
	}

	/* ボタン */

	#mwcp .but_input a,
	#mwcp .but_input span {
		font-size:16px;
	}

	#mwcp .but_input a span {
		font-size:12px;
	}

	#mwcp .but_box_in {
	    display:block;
	}

	#mwcp .but_box_in a ,
	#mwcp .but_box_in span {
		font-size:16px;
		width:60%;
	}

	#mwcp .but_box_in a::after,
	#mwcp .but_box_in span::after {
		width:8px;
		height:8px;
		border-top:2px solid #ffffff;
		border-right:2px solid #ffffff;
	}

	/* ヘッダー */

	#mwcp #cp_header {
		padding:0;
	}

	#mwcp #cp_header img {
		width:100%;
	}

	#mwcp #header .h1_box {
		padding:0;
	}

	#mwcp #header h1 img {
		width:100%;
	}

	/* リード */

	#mwcp #lead {
		padding:20px 7.5% 0 7.5%;
	}

	#mwcp #lead .lead_p {
		font-size:16px;
		text-align:left;
	}

	#mwcp #lead .lead_p span {
		font-size:10px;
	}

	#mwcp #lead .lead_sub {
		font-size:10px;
		margin:10px 0 0 0;
	}

	/* グローバル */

	#mwcp #nav ul {
		bottom:0;
		margin:10px 0 0 0;
		position: relative;
		left:calc( -5% + 14px );
		right:calc( -5% + 14px );
	}

	#mwcp #nav li {
		width:calc( 50% - 7px );
		margin:0 3.5px 10px 3.5px;
	}
	
	#mwcp #nav li:first-of-type {
		display:none;
	}

	/* 期間 */

	#mwcp .kikan {
		font-size:14px;
	}

	#mwcp .kikan span {
		font-size:24px;
	}

	/* プレゼント */

	#mwcp #present {
		padding:10px 0 0 0;
	}

	#mwcp #present .present_box {
		margin:5px 7.5% 10px 7.5%;
	}

	#mwcp #present .present_stamp {
		float:none;
		margin:10px 0 0 0;
		width:auto;
	}

	#mwcp #present .present_text {
		font-size:12px;
		margin:20px 0 0 0;
	}

	/* ステップ */

	#mwcp #step {
		padding:20px 0 0 0;
	}

	#mwcp #step h2 {
	}

	#mwcp #step .step_box {
		margin:15px 7.5% 0 7.5%;
	}

	#mwcp #step .step_in {
		padding:15px 7.5% 20px 7.5%;
		margin:0 0 20px 0;
		display:block;
		width:auto;
	}

	#mwcp #step .step_left  {
		display:block;
		width:auto;
		margin:0;
		padding:0;
	}

	#mwcp #step .step_left  img {
		width:auto;
		height:50px;
	}

	#mwcp #step .step_right {
		display:block;
		width:auto;
		padding:0;
	}

	#mwcp #step .step_in p {
		font-size:18px;
		margin:10px 0 0 0;
	}

	#mwcp #step .step_in p strong {
		font-size:18px;
	}

	#mwcp #step .step_in p span {
		font-size:14px;
	}

	#mwcp #step .step_box_t {
		font-size:16px;
		margin:20px 0 0 0;
	}

	#mwcp #step .step_box_t li {
		font-size:12px;
		padding:0 0 0 12px;
	}

	#mwcp #step .step_box_t li a {
		font-size:12px;
		text-decoration: underline !important;
	}

	#mwcp #step .step_box_t li::before {
		top:1px;
		font-size:10px;
	}

	#mwcp #step .step_box_t span {
		font-size:10px;
	}

	#mwcp #step .step_box_link {
		padding:5px 7.5% 0 7.5%;
	}

	#mwcp #step .step_box_link a {
		display:block;
		padding:15px 5%;
		font-size:24px;
	    width:auto;
	}

	#mwcp #step .step_box_link a span {
		font-size:14px;
	}

	#mwcp #step .step_box_link_t {
		font-size:10px;
		margin:15px 0 0 0;
	}

	/* 注意事項 */

	#mwcp #hitsuyou {
		margin:20px 0 0 0;
	}

	#mwcp #hitsuyou .item {
		font-size:16px;
		margin:5px 7.5% 0 7.5%;
	}

	#mwcp #hitsuyou .item span {
		font-size:14px;
	}

	#mwcp #hitsuyou .item div {
		display:none;
	}

	#mwcp #hitsuyou .item_p {
		font-size:12px;
		margin:15px 7.5% 0 7.5%;
		text-align:center;
	}

	#mwcp #hitsuyou .item_p div {
		display:none;
	}

	#mwcp #hitsuyou p {
		padding:12px 7.5% 0 7.5%;
		font-size:10px;
		margin:10px 0 0 0;
	}

	#mwcp #hitsuyou ul {
		padding:0 0 7px 0;
		margin:20px 7.5% 0 7.5%;
	}

	#mwcp #hitsuyou li {
		font-size:10px;
		padding:0 0 0 14px;
	}

	#mwcp #hitsuyou li a {
		font-size:10px;
		text-decoration: underline !important;
	}

	#mwcp #hitsuyou li::before {
		top:0;
		font-size:10px;
	}

	/* faq */

	#mwcp #faq {
		padding:15px 0 10px 0;
	}

	#mwcp #faq h3 {
		margin:0 0 20px 0;
	}

	#mwcp #faq .faq_box_outer {
		margin:0 7.5%;
	}

	#mwcp #faq .faq_box_h {
		width:16px;
		font-size:16px;
	}

	#mwcp #faq .faq_box_d {
		font-size:14px;
	}

	#mwcp #faq .faq_box_t {
		font-size:12px;
	    margin: 5px 0 0 1.5em;
	}

	#mwcp #faq .faq_box_t a {
		font-size:12px;
	}

	#mwcp #faq .faq_box_t ul {
		padding:0 0 7px 0;
		margin:10px 0 0 0;
	}

	#mwcp #faq .faq_box_t li {
		font-size:10px;
		padding:0 0 0 10px;
	}

	#mwcp #faq .faq_box_t li a {
		font-size:10px;
	}

	#mwcp #faq .faq_box_t li::before {
		top:0;
	}

	/* ストーリー */

	#mwcp #story {
		padding:15px 7.5% 0 7.5%;
		background: url(../img/bg_story.png) no-repeat top center;
	    background-size: 100% auto;
	}

	#mwcp #story .story_box {
		padding:10px 0 5px 0;
	}

	#mwcp #story .story_h {
	    padding:0 0 5px 0;
	}

	#mwcp #story p {
		font-size:12px;
		margin:15px 0 15px 0;
	}

	/* フッター */

	#mwcp #footer {
		padding:0 0 15% 0;
	}

	#mwcp #footer .but_box {
		margin:35px 0 20px 0;
	}

	#mwcp #footer .footer_text {
		font-size:10px;
		margin:20px 0 0 0;
	}

	#mwcp #footer .link_item {
		float:none;
		width:70%;
		margin:0 10px 20px 10px;
	}

    #mwcp #footer .but_box_in a,
    #mwcp #footer .but_box_in span {
        font-size:14px;
    }

	#mwcp #footer .footer_copyright {
		font-size:10px;
	}

	// 規約

	.kiyaku_box_in {
		position:fixed;
		background:rgba(0,0,0,0.85);
		top:0;
		left:0;
		bottom:0;
		right:0;
		z-index:1010 !important;
	}

	.kiyaku_text {
		position:fixed;
		top:17%;
		left:10%;
		bottom:17%;
		right:10%;
		background:#ffffff;
		z-index:1011 !important;
		overflow-y:scroll;
		scrollbar-color:#999999 #ffffff;
		scrollbar-width: thin;
		align-items: center;
		margin:auto;
	}

	.kiyaku_text_in {
		position:relative;
		padding:5px 30px 30px 30px;
		z-index:1012 !important;
		display:none;
		margin:auto;
	}

	.kiyaku_text h5 {
		font-size:16px;
		color:#232323;
		font-weight: 700;
		font-style: normal;
		text-align:center;
		padding:25px 0 13px 0;
	}

	.kiyaku_text .step_box {
		margin:0 auto 5px auto;
	}

	.kiyaku_text .step_h {
		font-size:18px;
		font-weight: 700;
		font-style: normal;
		padding:5px 0 5px 0;
		letter-spacing:0.1em;
		text-align:center;
	}

	.kiyaku_text .step_d {
		font-size:14px;
		letter-spacing:0.05em;
		text-align:center;
	}

	.kiyaku_text .step_d a {
		font-size:14px;
		color:#232323;
		text-decoration:underline;
	}

	.kiyaku_text .attention {
		font-size:14px;
		padding:0 0 10px 0;
	}

	.kiyaku_text .attention a {
		font-size:14px;
		color:#232323;
		text-decoration:underline;
	}

	.kiyaku_text ul {
		margin:10px 0 0 0;
	}

	.kiyaku_text li {
		list-style-type: none;
		padding:0 0 0 10px;
		font-size:10px;
	}

	.kiyaku_text li a {
		font-size:10px;
		color:#232323;
		text-decoration:underline;
	}

	.kiyaku_text li:before {
		display: inline;
		content: "※";
	}

	.kiyaku_text::-webkit-scrollbar {
		width:10px;
	}

	.kiyaku_text::-webkit-scrollbar-track{
		background: #fff;
	}

	.kiyaku_text::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, 0.5);
		box-shadow:0 0 0 1px rgba(255, 255, 255, 0.5);
	}

	.kiyaku_close {
		display:block;
		position:fixed;
		top:70px;
		right:10px;
		width:40px;
		height:40px;
		transition:0.35s;
		cursor: pointer;
		z-index:1013 !important;
	}

	.kiyaku_close:hover {
		opacity:0.5;
	}

	.kiyaku_close::before,
	.kiyaku_close::after {
		content: "";
		position: absolute;
		top:50%;
		left:50%;
		width:2px;
		height:40px;
		background:#ffffff;
	}
	 
	.kiyaku_close::before {
		transform: translate(-50%,-50%) rotate(45deg);
	}
	 
	.kiyaku_close::after {
		transform: translate(-50%,-50%) rotate(-45deg);
	}

	#body_fot_menu .body_fot_menu a {
		padding:7px;
	}

	/* シーンカット */

	#mwcp .ph_box * {
		height:150px !important;
	}

}
