@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap');

html {
	position:relative;
}

* {
	margin:0;
	padding:0;
}

body {
}

body.cp_modal {
	overflow:hidden;
}

#mw_cp * {
    font-family: "M PLUS 1p", sans-serif;
    font-optical-sizing: auto;
    line-height: 1.8;
	text-shadow:none;
	letter-spacing:-0.01px;
	line-height:1.6;
	-webkit-text-size-adjust:100%;
	font-size:12px;
	font-weight: 400;
	font-style: normal;
	color:#232323;
    outline : none;
	font-feature-settings: "palt";
}

#mw_cp {
	width:640px;
	margin:0 auto;
	position:relative;
	-webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
	background: #BFC6F9;
	background: linear-gradient(90deg, rgba(191, 198, 249, 1) 0%, rgba(229, 138, 221, 1) 50%);
}

#mw_cp.faq {
	background: linear-gradient(90deg, rgba(191, 198, 249, 0.75) 0%, rgba(229, 138, 221, 0.75) 50%);
}

#mw_cp::before {
	background:url(../img/bg.webp) center center;
	background-size:cover;
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	height:100dvh;
	min-height:100vh;
	min-height:100dvh;
	z-index:-5;
}

a {
	outline:0;
	border:0;
	color:#0099ff;
	text-decoration:none;
}

img {
	border:0;
    outline : none;
    vertical-align: bottom;
}

ul,
li,
ol {
	list-style:none;
}

/* メインビジュアル */

#mw_cp #mainvisual {
}

#mw_cp #mainvisual img {
	width:100%;
}

/* プレミア */

#mw_cp #premiere {
}

#mw_cp #premiere img {
	width:100%;
}

#mw_cp #premiere .nav {
	background:url(../img/bg_nav.jpg) no-repeat top center;
	background-size:cover;
	padding:0 0 30px 0;
}

#mw_cp #premiere .nav ul {
	padding:0 5%;
}

#mw_cp #premiere .nav ul li {
	margin:0 0 20px 0;
}

#mw_cp #premiere .nav ul li a {
	display:block;
}

/* イベント */

#mw_cp #event {
	background:url(../img/pt.webp) top center #d4d1ec;
	background-size:100px auto;
	padding:30px 0 30px 0;
}

#mw_cp #event h2 {
	margin:0 0 25px 0;
}

#mw_cp #event .area_item {
	background:url(../img/bg_event.png) no-repeat top center;
	background-size:100% 100%;
	margin:0 7% 25px 7%;
	padding:15px 0 30px 0;
}

#mw_cp #event .area_item .shimekiri_mail {
	font-size:16px;
	font-weight:500;
	color:#ffffff;
	text-align:center;
	margin:10px 0 0 0;
}

/* 参加条件 */

#mw_cp #conditions {
	background: #F742A1;
	background: linear-gradient(90deg, rgba(247, 66, 161, 1) 0%, rgba(229, 138, 221, 1) 50%, rgba(247, 66, 161, 1) 100%);
	padding:20px 0 20px 0;
}

#mw_cp #conditions h2 {
	margin:0 0 10px 0;
}

#mw_cp #conditions .conditions_item {
	margin:0 7% 15px 7%;
}

#mw_cp #conditions .conditions_item h3 {
	margin:0 0 10px 0;
	font-size:24px;
	text-align:center;
	font-weight:800;
	color:#e0f30d;
}

#mw_cp #conditions .conditions_item p {
	margin:0 0 20px 0;
	font-size:16px;
	text-align:center;
	font-weight:700;
	color:#ffffff;
}

/* 応募方法 */

#mw_cp #step {
	background:url(../img/pt.webp) top center #f4d9f4;
	background-size:100px auto;
	padding:20px 0 30px 0;
}

#mw_cp #step h3 {
	margin:25px 0 0 0;
}

#mw_cp #step p {
	font-size:24px;
	font-weight:700;
	margin:10px 5% 0 5%;
	text-align:center;
}

#mw_cp #step .step_movie {
	margin:30px 5% 0 5%;
}

#mw_cp #step .step_but {
	margin:40px 5% 0 5%;
}

#mw_cp #step .step_but_in {
	margin:20px 0 0 0;
	filter:alpha(opacity=35);
	-moz-opacity: 0.35;
	opacity: 0.35;
}

#mw_cp #step .step_but_in.ended {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity:1;
	cursor:pointer;
	transition:1.0s;
}

#mw_cp #step .step_text {
	margin:20px 5% 20px 5%;
	font-size:18px;
	font-weight:700;
	text-align:center;
}

#mw_cp #step .step_text a {
	font-size:18px;
	font-weight:700;
	text-decoration:underline;
}

#mw_cp #step ul {
	margin:15px 5% 15px 5%;
}

#mw_cp #step .step_list ul li {
	color:#121212;
}

/* 注意事項 */

#mw_cp .step_list li {
	list-style-type: none;
	padding:0 0 0 14px;
	position:relative;
	font-size:14px;
	font-weight:400;
	color:#ffffff;
}

#mw_cp .step_list li:before {
	display: inline;
	content: "※";
	position: absolute;
	top:0;
	left:0;
}

/* シーンカット */

#mw_cp .ph_box {
	overflow:hidden;
	position:relative;
	z-index:10;
}

#mw_cp .ph_box * {
	width:100% !important;
	height:auto !important;
}

/* リンク */

#mw_cp .links {
	padding:20px 6.5% 60px 6.5%;
}

#mw_cp .links .links_item {
	padding:30px 5% 0 5%;
}

#mw_cp .links h3 {
	margin:0 0 10px 0;
}

#mw_cp .links ul {
	margin:30px 0 0 0;
	display: flex;
	justify-content: center;
    gap:7px;
}

#mw_cp .links img {
	width:100%;
}

#mw_cp .links_but {
	margin:15px 10% 0 10%;
	background:#ff5ab3;
	padding:2px;
}

#mw_cp .links_but img {
	width:100%;
}

/* フッター */

#mw_cp #mw_footer {
	padding:25px 0 30px 0;
	background-color: rgba(255,255,255, 0.5);
}

#mw_cp #mw_footer .content {
	position:relative;
}

#mw_cp #mw_footer .footer_logo {
	text-align:center;
}

#mw_cp #mw_footer .footer_logo img {
	width:100%;
}

#mw_cp #mw_footer .footer_logo a {
	display:inline-block;
	margin-right:5px;
}

#mw_cp #mw_footer .footer_link {
	text-align:center;
	padding:20px 15px 0 15px;
}

#mw_cp #mw_footer .footer_link_in {
	display:inline-block;
	border-right:1px solid #cccccc;
	padding:0 10px;
	margin:0 3px 0 0;
}

#mw_cp #mw_footer .footer_link_in:last-child {
	border-right:0;
	margin:0 1px 0 0;
	padding:0 10px 0 6px;
}

#mw_cp #mw_footer .footer_link_in a {
	font-size:10px;
	color:#232323;
	position:relative;
	z-index:10;
}

#mw_cp .link_but {
	padding:0 0 20px 0;
	text-align:center;
	margin:30px 0 0 0;
}

#mw_cp .link_but_in {
	display:inline-block;
	padding:0 15% 2% 15%;
	width:60%;
}

#mw_cp .link_but_in a {
	display:block;
	border-radius:50px;
	line-height:50px;
	height:50px;
	text-align:center;
	color:#ffffff;
	font-size:16px;
	text-decoration: none;
	background:#ff5ab3;
	position:relative;
	z-index:10;
}

#mw_cp #mw_footer .release {
	text-align:center;
	font-size:12px;
	padding:15px 15px 0 15px;
	font-weight:500;
	color:#333333;
}

#mw_cp #mw_footer .copyright {
	text-align:center;
	font-size:10px;
	padding:5px 15px 0 15px;
	color:#333333;
}

/* 予告 */

#mw_cp .ytMovie_box {
	position:relative;
	padding-bottom:56.5%;
	height:0;
	overflow:hidden;
}

#mw_cp .ytMovie_box iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* ストーリー */

#mw_cp #story {
	padding:0 0 30px 0;
	background:url(../img/bg_story.jpg) no-repeat top center;
	background-size:auto 100%;
}

#mw_cp #story .story_ph {
}

#mw_cp #story .story_ph img {
	width:100%;
}

#mw_cp #story h4 {
    margin:0;
	text-align:center;
}

#mw_cp #story h4 img {
	width:100%;
}

#mw_cp .story_item p {
	font-size:16px;
	color:#ffffff;
	font-weight:600;
	text-align: justify;
	text-justify: inter-ideograph;
}

#mw_cp .story_item p span.green {
	font-size:18px;
	font-weight:800;
	color:#0acb12;
}

#mw_cp .story_item p span.pink {
	font-size:18px;
	font-weight:800;
	color:#f16798;
}

#mw_cp .story_item_movie {
	margin:0 6.5%;
}

#mw_cp .story_theater {
	margin:50px 0 0 0;
	text-align:center;
}

#mw_cp .story_footer {
	margin:50px 0 0 0;
	text-align:center;
}

#mw_cp #story .story_text {
	margin:0 0 15px 0;
}

#mw_cp #story .story_intro {
	margin:20px 6.5% 0 6.5%;
}

#mw_cp #story .story_intro p {
	font-size:18px;
	font-weight:600;
	text-align: justify;
	text-justify: inter-ideograph;
}

/* 規約 */

#mw_cp .kiyaku_box {
	display:none;
}

#mw_cp .kiyaku_box_in {
	position:fixed;
	background:rgba(0,0,0,0.85);
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:1010 !important;
}

#mw_cp .kiyaku_text {
	position:fixed;
	top:17%;
	left:10%;
	bottom:17%;
	right:10%;
	background:#ffffff;
	z-index:1011 !important;
}

#mw_cp .kiyaku_text_in_out {
	overflow-y:scroll;
	scrollbar-width:10px;
	margin:auto;
	height:100%;
}

#mw_cp .kiyaku_text_in {
	position:relative;
	padding:30px 70px 50px 70px;
	z-index:1012 !important;
	margin:auto;
}

#mw_cp .kiyaku_text_in_out::-webkit-scrollbar {
	width:10px;
}

#mw_cp .kiyaku_text_in_out::-webkit-scrollbar-track {
	background:#ffffff;
}

#mw_cp .kiyaku_text_in_out::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.5);
	box-shadow:0 0 0 1px rgba(255, 255, 255, 0.5);
}

#mw_cp .kiyaku_text_in_out::-webkit-scrollbar-corner {
	display: none;
}

#mw_cp .kiyaku_text h5 {
	font-size:30px;
	color:#232323;
	font-weight:900;
	text-align:center;
	padding:25px 0 13px 0;
}

#mw_cp .kiyaku_text .step_box {
	margin:0 auto 5px auto;
}

#mw_cp .kiyaku_text .step_h {
	font-size:24px;
	font-weight:700;
	padding:5px 10px 5px 0;
	letter-spacing:0.1em;
	text-align:center;
}

#mw_cp .kiyaku_text .step_d {
	font-size:20px;
	text-align:center;
	letter-spacing:0.05em;
}

#mw_cp .kiyaku_text .step_d a {
	font-size:20px;
	color:#232323;
	text-decoration:underline;
}

#mw_cp .kiyaku_text .attention {
	font-size:18px;
	text-align:center;
	padding:0 0 10px 0;
}

#mw_cp .kiyaku_text .attention a {
	font-size:18px;
	color:#232323;
	text-decoration:underline;
}

#mw_cp .kiyaku_text ul {
	margin:10px 0 0 0;
}

#mw_cp .kiyaku_text li {
	list-style-type: none;
	padding:0 0 0 16px;
	font-size:16px;
	position:relative;
}

#mw_cp .kiyaku_text li b,
#mw_cp .kiyaku_text li span {
	font-size:16px;
}

#mw_cp .kiyaku_text li a {
	font-size:16px;
	color:#232323;
	text-decoration:underline;
}

#mw_cp .kiyaku_text li:before {
	display: inline;
	content: "※";
	position: absolute;
	top:0;
	left:0;
}

#mw_cp .kiyaku_text::-webkit-scrollbar {
	width:10px;
}

#mw_cp .kiyaku_text::-webkit-scrollbar-track{
	background: #fff;
}

#mw_cp .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);
}

#mw_cp .kiyaku_close {
	display:block;
	position:fixed;
	top:100px;
	right:20px;
	width:60px;
	height:60px;
	transition:0.35s;
	cursor: pointer;
	z-index:1013 !important;
}

#mw_cp .kiyaku_close:hover {
	opacity:0.5;
}

#mw_cp .kiyaku_close::before,
#mw_cp .kiyaku_close::after {
	content: "";
	position: absolute;
	top:50%;
	left:50%;
	width:2px;
	height:60px;
	background:#ffffff;
}
 
#mw_cp .kiyaku_close::before {
	transform: translate(-50%,-50%) rotate(45deg);
}

#mw_cp .kiyaku_close::after {
	transform: translate(-50%,-50%) rotate(-45deg);
}

/* ボタン */

#mw_cp .but_box_in a ,
#mw_cp .but_box_in span {
	display:block;
	font-size:18px;
	font-weight:500;
	color:#ffffff;
	text-decoration:none;
	transition:1.0s;
	border-radius:85px;
	padding:15px 20px 15px 0;
	text-align:center;
	position:relative;
	border:1px solid #ffffff;
}

#mw_cp .but_box_in a::after,
#mw_cp .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);
}

#mw_cp .but_box {
	padding:0 35% 30px 35%;
}

#mw_cp .but_box_in {
	margin:15px 0 0 0;
}

#mw_cp .but_box_in span,
#mw_cp .but_box_in a,
#mw_cp .but_box_in img {
	display:block;
}

#mw_cp .but_box_in img {
	width:100%;
}

/* 当選 */

#mail {
	background:#ffffff;
	padding:5px 0 15px 0;
}

#mail img {
	width:100%;
}

/* 応募締切 */

#mw_cp .shimekiri {
	font-size:24px;
	text-align:center;
	font-weight:700;
	color:#e0f30d;
	line-height:1;
}

#mw_cp .shimekiri span {
	font-size:48px;
	font-weight:700;
	color:#e0f30d;
	line-height:1;
}

/* FAQ */

#mw_cp.faq #premiere {
	padding:0 0 40px 0;
}

#mw_cp .qa {
	margin:0 5%;
}

#mw_cp .qa h4 {
	margin:30px 0 25px 0;
	text-align:center;
}

#mw_cp .qa h4:first-of-type {
	margin:0 0 25px 0;
}

#mw_cp .qa h4 span {
	color:#ffffff;
	font-size:30px;
	font-weight:900;
	display:inline-block;
	border-bottom:3px dotted #ffffff;
	padding:0 20px;
}

#mw_cp .qa .qa_box {
	background:#ffffff;
	border-radius:10px;
	margin-top:20px;
}

#mw_cp .qa .qa_box_q {
	padding:20px 20px 0 50px;
	font-weight:700;
	font-size:16px;
	position:relative;
}

#mw_cp .qa .qa_box_q::before {
	content:"Ｑ.";
	display:block;
	position:absolute;
	top:20px;
	left:20px;
	z-index:2;
	font-weight:700;
	color:#999999;
}

#mw_cp .qa .qa_box_a {
	padding:10px 20px 20px 50px;
	font-size:14px;
	font-weight:500;
	position:relative;
}

#mw_cp .qa .qa_box_a a {
	font-size:14px;
	font-weight:500;
	text-decoration:underline;
}

#mw_cp .qa .qa_box_a::before {
	content:"Ａ.";
	display:block;
	position:absolute;
	top:10px;
	left:20px;
	z-index:2;
	font-weight:500;
	color:#ff0000;
}

#mw_cp .qa .qa_box_a ul {
	margin:0 0 10px 20px;
}

#mw_cp .qa .qa_box_a ul li {
	list-style:disc;
	font-size:14px;
	font-weight:500;
}

#mw_cp .qa .qa_box_a ul.kome {
	margin:5px 0 0 0;
}

#mw_cp .qa .qa_box_a ul.kome li {
	position:relative;
	list-style:none;
	font-size:12px;
	padding:0 0 0 14px;
}

#mw_cp .qa .qa_box_a ul.kome li:before {
	display: inline;
	content: "※";
	position: absolute;
	top:0;
	left:0;
}

#mw_cp .form_fin_text {
	font-weight:700;
	font-size:16px;
	color:#ffffff;
	text-align:center;
	margin:40px 0 0 0;
}

/* レシポンシブ */

#mw_cp .only_sp {
	display:none;
}

@media screen and (max-width:640px) {

	body {
		min-width:320px;
	}

	#mw_cp {
		width:100%;
	}

	/* コンテント */

	#mw_cp #invitation::before {
		width:100%;
	}

	/* イベント */

	#mw_cp #premiere .nav {
	    padding: 0 0 20px 0;
	}

	#mw_cp #premiere .nav ul li {
	    margin: 0 0 10px 0;
	}

	/* エリア */

	#mw_cp #event {
		padding:20px 0 20px 0;
	}

	#mw_cp #event h2 {
		margin:0 0 15px 0;
	}

	#mw_cp #event .area_item {
	    margin: 0 7% 15px 7%;
	    padding:10px 0 25px 0;
	}

	/* ステップ */
	
	#mw_cp #step p {
		font-size:17px;
	}

	#mw_cp #step .step_but {
	    margin:30px 5% 0 5%;
	}

	#mw_cp #step .step_but_in {
		margin:10px 0 0 0;
	}

	#mw_cp #step .step_text {
	}

	#mw_cp #step .step_text a {

	}

	#mw_cp #step .step_movie {
	    margin:20px 5% 0 5%;
	}

	#mw_cp #step .step_list li {
	    padding:0 0 0 12px;
	    font-size:12px;
	}

	/* リンク */

	#mw_cp .links {
		padding:10px 6.5% 50px 6.5%;
	}

	#mw_cp .links .links_item {
		padding:10px 3.5% 0 3.5%;
	}

	#mw_cp .links h3 {
		margin:0 0 5px 0;
	}

	#mw_cp .links ul {
		margin:20px 0 0 0;
	}

	#mw_cp .links li a {
		width:37.5px;
		height:37.5px;
	}

	// 規約

	#mw_cp .kiyaku_box_in {
		position:fixed;
		background:rgba(0,0,0,0.85);
		top:0;
		left:0;
		bottom:0;
		right:0;
		z-index:1010 !important;
	}

	#mw_cp .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;
	}

	#mw_cp .kiyaku_text_in {
		position:relative;
		padding:5px 30px 30px 30px;
		z-index:1012 !important;
		display:none;
		margin:auto;
	}

	#mw_cp .kiyaku_text h5 {
		font-size:16px;
		color:#232323;
		font-weight: 700;
		font-style: normal;
		text-align:center;
		padding:25px 0 13px 0;
	}

	#mw_cp .kiyaku_text .step_box {
		margin:0 auto 5px auto;
	}

	#mw_cp .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;
	}

	#mw_cp .kiyaku_text .step_d {
		font-size:14px;
		letter-spacing:0.05em;
		text-align:center;
	}

	#mw_cp .kiyaku_text .step_d a {
		font-size:14px;
		color:#232323;
		text-decoration:underline;
	}

	#mw_cp .kiyaku_text .attention {
		font-size:14px;
		padding:0 0 10px 0;
	}

	#mw_cp .kiyaku_text .attention a {
		font-size:14px;
		color:#232323;
		text-decoration:underline;
	}

	#mw_cp .kiyaku_text ul {
		margin:10px 0 0 0;
	}

	#mw_cp .kiyaku_text li {
		list-style-type: none;
		padding:0 0 0 10px;
		font-size:10px;
	}

	#mw_cp .kiyaku_text li b,
	#mw_cp .kiyaku_text li span {
		font-size:10px;
	}

	#mw_cp .kiyaku_text li a {
		font-size:10px;
		color:#232323;
		text-decoration:underline;
	}

	#mw_cp .kiyaku_text li:before {
		display: inline;
		content: "※";
	}

	#mw_cp .kiyaku_text::-webkit-scrollbar {
		width:10px;
	}

	#mw_cp .kiyaku_text::-webkit-scrollbar-track{
		background: #fff;
	}

	#mw_cp .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);
	}

	#mw_cp .kiyaku_close {
		display:block;
		position:fixed;
		top:70px;
		right:10px;
		width:40px;
		height:40px;
		transition:0.35s;
		cursor: pointer;
		z-index:1013 !important;
	}

	#mw_cp .kiyaku_close:hover {
		opacity:0.5;
	}

	#mw_cp .kiyaku_close::before,
	#mw_cp .kiyaku_close::after {
		content: "";
		position: absolute;
		top:50%;
		left:50%;
		width:2px;
		height:40px;
		background:#ffffff;
	}
	 
	#mw_cp .kiyaku_close::before {
		transform: translate(-50%,-50%) rotate(45deg);
	}
	 
	#mw_cp .kiyaku_close::after {
		transform: translate(-50%,-50%) rotate(-45deg);
	}

	/* フッター */

	#mw_cp .footer {
		margin:30px 0 30px 0;
	}

	#mw_cp .footer .copyright {
		font-size:12px;
	}

	#mw_cp .link_but_in {
	    width:80%;
        padding: 0 10% 3% 10%;
	}

	#mw_cp .link_but_in a {
	    font-size:14px;
	}

	/* ボタン */

	#mw_cp .but_box_in a ,
	#mw_cp .but_box_in span {
		font-size:16px;
	}

	#mw_cp .but_box {
		padding:5px 15% 20px 15%;
	}

	/* 応募締切 */

	#mw_cp .shimekiri {
		margin:10px 0 0 0;
		font-size:16px;
	}

	#mw_cp .shimekiri span {
		font-size:30px;
	}

	#mw_cp #event .area_item .shimekiri_mail {
	    font-size:11px;
	    margin:5px 0 0 0;
	}

	/* よくある質問 */
	
	#mw_cp .qa h4 span {
	    font-size:24px;
	}

	/* レシポンシブ */

	#mw_cp .only_pc {
		display:none;
	}

	#mw_cp .only_sp {
		display:block;
	}

}

/* 効果 */
h1,h3,.place_box_in,.event_in,#story h4,#story .story_item,p {
	visibility:hidden;
}