@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=block');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=block');

* {
	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 Condensed","Noto Sans JP","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",arial,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"CI",Meiryo,"メイリオ","lroSVbN","ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:300;
	color:var(--text-color);
    outline : none;
	font-feature-settings: "palt";
}

html {
	position:relative;
}

body {
	overflow:hidden;
	position:relative;
	min-width:1200px;
}

body.lock {
	overflow:hidden;
}

body.loaded {
	overflow:auto;
}

body #loading {
	content: '';
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#ffffff;
	z-index:99;
}

a {
	outline:0;
	border:0;
	color:#0099ff;
	text-decoration:underline;
}

a img {
	transition:1.0s;
}

a img:hover {
	opacity:0.5;
}

img {
	vertical-align:top;
	border:0;
    outline : none;
}

ul,ol {
	list-style:none;
}

/* コンテント */

#mwcp {
}

.content {
	width:1000px;
	margin:0 auto;
}

/* ヘッダー */

#first {
	overflow:hidden;
	position:relative;
}

#first img {
	margin:0 auto;
	width:100%;
}

#first h1,
#first h2,
#first p {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:20;
}

/* コメント */

#comments {
	padding:10px 0 80px 0;
}

#comments h3 img {
	width:100%;
}

#comments p {
	text-align:center;
	font-size:20px;
	font-weight:500;
}

#comments p span {
	font-size:26px;
	color:#f1f404;
}

#comments p a {
	font-size:20px;
	font-weight:500;
	text-decoration: underline;
}

#comments .soon {
	min-height:500px;
	line-height:300px;
}

#comments  #gadget {
	visibility:hidden;
}

#comments .sign_text {
	font-size:16px;
	font-weight:500;
	text-align:center;
	color:var(--primary-color);
}

/* タイトル */

.section_title {
	text-align:center;
	position: relative;
	padding:0 0 20px 0;
	margin:0 0 30px 0;
}

.section_title:before {
	position: absolute;
	bottom: -10px;
	left: calc(50% - 65px);
	width:130px;
	height:10px;
	content: '';
	background: var(--primary-color);
}

.section_title_in {
	display: inline-block;
}

.section_title_in h3 {
	font-size:100px;
	line-height:1;
	font-family: "Roboto Condensed", sans-serif;
	font-optical-sizing: auto;
	font-weight:800;
	font-style: normal;
	color:var(--primary-color);
}

/* campaign */

#campaign {
	padding:60px 0 40px 0;
	background:var(--primary-color);
	position:relative;
}

#campaign h3 {
	color:#ffffff;
}

#campaign .section_title:before {
	background:#ffffff;
}

#campaign .step_item h4,
#campaign .step_box h4,
#campaign .share_box h4 {
	text-align:center;
}

#campaign h3 img,
#campaign h4 img {
	margin:0 auto;
}

#campaign h4 {
	margin:0 0 15px 0;
}

#campaign p {
	font-size:28px;
	font-weight:700;
	text-align:center;
	color:#ffffff;
	padding:30px 0 30px 0;
}

#campaign p span {
	font-size:40px;
	font-weight:900;
	color: #ffffff;
}

#campaign p span.small {
	font-size:20px;
	font-weight:700;
	color:#000000;
}

#campaign .campaign_box {
	margin:30px 20px 0 20px;
}

#campaign .present_item {
	margin:10px auto 0 auto;
	clear:both;
	overflow:hidden;
}

#campaign .present_item_in {
	width:calc(50% - 20px);
	float:left;
	margin:0 10px 20px 10px;
	background:#ffffff;
	overflow:hidden;
	box-sizing: border-box;
}

#campaign .present_item_in.large {

}

#campaign .present_item_img {
}

#campaign .present_item_img img {
	width:100%;
}

#campaign .present_kome {
	font-size:16px;
	text-align:center;
	font-weight:500;
	margin:10px 0 0 0;
	color:#ffffff;
}

#campaign .present_kome strong {
	font-size:16px;
	font-weight:500;
	color: #ef6848;
}

#campaign .present_kome span {
	font-size:12px;
	font-weight:500;
	color:#714436;
}

/* ステップ */

#step {
	padding:50px 0 0 0;
}

#step .step_arrow {
	margin:20px 0 0 0;
	text-align:center;
}

#step .step_arrow img {
	width:80px;
}

#step .step_item {
	clear:both;
	overflow:hidden;
	margin:0 0 20px 0;
}

#step .step_item h3 {
	padding:0 0 10px 0;
}

#step .step_item_in {
	background:var(--primary-color);
	margin:40px 30px 0 30px;
	padding:3px;
}

#step .step_item_in_in {
}

#step .step_item_in_in .step_d_box_in {
}

#step .step_item_in_in h4 {
	font-size:48px;
	line-height:1;
	font-family: "Roboto Condensed", sans-serif;
	font-optical-sizing: auto;
	font-weight:600;
	font-style: normal;
	color:var(--primary-color);
	text-align:center;
	background:#ffffff;
	padding:15px;
}

#step .step_item_in_in .step_d_box {
	padding:25px;
}

#step .step_item_in_in .step_d_box_text {
	font-size:20px;
	text-align:center;
	font-weight:700;
	color:#ffffff;
}

#step .step_item_in span {
	font-size:30px;
	font-weight:900;
	color:#ffffff;
}

#step .step_item_in_in .step_d_box_in .step_but_box {
	text-align:center;
}

#step .step_but_box {
	margin:15px 0 0 0;
}

#step .step_but {
	padding:0 5px;
	display:inline-block;
}

#step .step_but a {
	display: block;
	text-align:center;
	background:#ffffff;
	padding:15px;
}

#step .step_but a img {
	width:40px;
}

#step .step_d_sub {
	margin:10px 0 0 0;
	color: #f0ed0b;
	font-size:14px;
	font-weight:700;
}

/* シェア */

#share  {
}

#share .share_box {
}

#share .share_item_box {
	clear:both;
	overflow:hidden;
	margin:30px 10px 0 10px;
}

#share .share_item {
	width:25%;
	float:left;
	aspect-ratio: 1 / 0.644; 
}

#share .share_item:nth-child(-n+3) {
	width:33.333%;
}

#share .share_item span {
	transition:1.0s;
	cursor: pointer;
}

#share .share_item span:hover {
	opacity:0.35;
}

#share .share_item_img {
	position:relative;
	margin:10px 5px 0 5px;
	background:var(--primary-color);
	padding:3px;
}

#share .share_item_img img {
	width:100%;
}

#share .share_item_img:before {
	display:block;
	content: "";
	position: absolute;
	right:0;
	bottom:0;
	z-index:10;
	width:40%;
	background:url(../img/but_post.jpg) no-repeat top center;
	background-size:100% auto;
	aspect-ratio: 1 / 0.3; 
}

#share .share_item_img .ytMovie_box {
	aspect-ratio: 16 / 9; 
	height:auto;
	padding:0;
}

#share .share_aside {
	margin:30px 30px 0 30px;
}

#share .share_aside_item {
	clear:both;
	overflow:hidden;
	margin:0 0 15px 0;
	border-top:1px solid var(--border-color);
	border-bottom:1px solid var(--border-color);
	position:relative;
}

#share .share_aside_item_h {
	float:left;
}

#share .share_aside_item_d {
	float:right;
}

#share .share_aside_item_h {
	width:calc( 100% - 770px);
	text-align:center;
	margin:10px 0;
	padding:0 10px;
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	font-size:26px;
	line-height:1;
	font-family: "Roboto Condensed", sans-serif;
	font-optical-sizing: auto;
	font-weight:600;
	font-style: normal;
	color:var(--primary-color);
	text-align:center;
	display: grid;
	place-items: center;
}

#share .share_aside_item_d {
	font-size:13px;
	font-weight:500;
	color:var(--text-color);
	width:700px;
	margin:10px 0;
	padding:0 20px 0 20px;
	border-left:1px solid var(--border-color);
}

#share .share_aside_item_d_in {
	font-size:14px;
	font-weight:700;
	color:var(--primary-color);
}

/* 規約 */

#kiyaku {
	padding:10px 0 60px 0;
}

#kiyaku .kiyaku_text {
	margin:0 30px;
}

#kiyaku .kiyaku_text ul {
	margin:20px auto 20px auto;
}

#kiyaku .kiyaku_text li {
	font-size:12px;
	font-weight:400;
	position:relative;
	padding:0 0 0 14px;
}

#kiyaku .kiyaku_text li a {
	color:var(--primary-color);
	font-size:12px;
	font-weight:500;
}

#kiyaku .kiyaku_text li:before {
	display: inline;
	content: "●";
	position: absolute;
	top:1px;
	left:0;
	font-size:10px;
	color:var(--primary-color);
}

#kiyaku .kiyaku_out {
	overflow:hidden;
	margin:15px 30px 0 30px;
}

#kiyaku .kiyaku {
	padding:30px 25px 10px 25px;
    background:var(--primary-color);
	overflow-y:scroll;
	height:300px;
}

#kiyaku .kiyaku::-webkit-scrollbar-thumb {
	background:var(--gray-color);
}

#kiyaku .kiyaku::-webkit-scrollbar {
	width:5px;
}

#kiyaku .kiyaku::-webkit-scrollbar-track{
	background:var(--gray-bg);
}

#kiyaku .kiyaku::-webkit-scrollbar-thumb {
	background:var(--gray-color);
	box-shadow:0 0 0 1px var(--gray-bg);
}

#kiyaku .kiyaku h4 {
	font-size:16px;
	color:#ffffff;
	font-weight:700;
	margin:0 0 5px 0;
}

#kiyaku .kiyaku h5 {
	font-size:12px;
	color:#ffffff;
	font-weight:600;
}

#kiyaku .kiyaku p {
	color:#ffffff;
	font-weight:500;
	font-size:12px;
	margin:0 0 20px 0;
}

#kiyaku .kiyaku_list_text,
#kiyaku .kiyaku ul {
	margin:5px auto 15px auto;
	counter-reset: listnum;
}

#kiyaku .kiyaku_list_text {
	color:#ffffff;
	font-size:12px;
	position:relative;
	font-weight:400;
}

#kiyaku .kiyaku li {
	color:#ffffff;
	font-size:12px;
	position:relative;
	padding:0 0 0 14px;
	font-weight:400;
}

#kiyaku .kiyaku li:before {
	display: inline;
	position: absolute;
	top:0;
	left:0;
	color:#ffffff;
	counter-increment: listnum;
	content: counter(listnum) ".";
	vertical-align: middle;
	font-weight:600;
}

#kiyaku .kiyaku li a {
	color:#ffffff;
	font-size:12px;
	font-weight:600;
}

#kiyaku .kiyaku ul.number {
	margin:0;
	counter-reset: listnum;
}

#kiyaku .kiyaku ul.number li {
	color:#ffffff;
	font-size:12px;
	position:relative;
	padding:0 0 0 20px;
	font-weight:400;
}

#kiyaku .kiyaku ul.number li:before {
	display: inline;
	position: absolute;
	top:0;
	left:0;
	color:#ffffff;
	counter-increment: listnum;
	content: "(" counter(listnum) ") ";
	vertical-align: middle;
	font-weight:600;
}


#kiyaku .step_kome {
	margin:10px 0 3px 0;
	color:#ffffff;
	font-size:18px;
	text-align:center;
	font-weight:800;
}

/* 応募締切 */

.campaign_end_box {
	text-align:center;
	padding:0 0 20px 0;
}

.campaign_end {
	text-align:center;
	font-size:24px;
	font-weight:600;
	display:inline-block;
	background:#ffffff;
	line-height:1;
	color:var(--primary-color);
	padding:5px 15px;
	vertical-align: middle;
}

.campaign_end span {
	font-size:48px;
	font-weight:700;
	line-height:1;
	color:var(--primary-color);
	vertical-align: middle;
}

/* タイトル */

#title {
	padding:40px 0 40px 0;
}

#title .title_logo {
	text-align:center;
}

#title .title_release {
	text-align:center;
	margin:20px 0 0 0;
}

#title .title_copyright {
	text-align:center;
	font-size:12px;
	font-weight:500;
	margin:20px 0 0 0;
}

/* soon */

.soon {
	font-size:48px;
	color:#ffffff;
	text-align:center;
	margin:40px 0 0 0;
	font-weight:600;
}

.soon.bk {
	color:#000000;
}

/* モーダル */

.modal_box {
	display:none;
}

.modal_box_in {
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:5010 !important;
}

.modal_text {
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:5012 !important;
}

.modal_text::after {
	content: "";
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:var(--primary-color);
	z-index:5011 !important;
	opacity: 0.9;
}

.modal_text_in_out {
	overflow-y:scroll;
	scrollbar-width:10px;
	margin:auto;
	height:100%;
  display: grid;
  place-items: center;
}

.modal_text_in {
	position:relative;
	padding:30px 70px 50px 70px;
	z-index:5012 !important;
	margin:auto;
}

.modal_text_in_out::-webkit-scrollbar {
	width:10px;
}

.modal_text_in_out::-webkit-scrollbar-track {
}

.modal_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);
}

.modal_text_in_out::-webkit-scrollbar-corner {
	display: none;
}

.modal_text .share_item_head  {
	text-align:center;
	margin:0 0 20px 0;
	font-size:18px;
    font-weight:500;
	color:#ffffff;
}

.modal_text .share_item_head  span {
	font-size:22px;
    font-weight:800;
    color:#ffffff;
}

.modal_close {
	display:block;
	position:fixed;
	top:20px;
	right:20px;
	width:60px;
	height:60px;
	transition:0.35s;
	cursor: pointer;
	z-index:5013 !important;
}

.modal_close:hover {
	opacity:0.5;
}

.modal_close::before,
.modal_close::after {
	content: "";
	position: absolute;
	top:50%;
	left:50%;
	width:2px;
	height:60px;
	background:#ffffff;
}

.modal_close::before {
	transform: translate(-50%,-50%) rotate(45deg);
}

.modal_close::after {
	transform: translate(-50%,-50%) rotate(-45deg);
}

.modal_text .share_item_but {
	width:480px;
	margin:0 auto;
}

.modal_text .share_item_but span {
	display:block;
	transform: scale(1.05);
    color:var(--primary-color);
    position: relative;
	padding:7px 40px;
	font-size:24px;
	text-decoration:none;
	background:#ffffff;
	margin:0 0 20px 0;
	text-align:center;
    font-weight:700;
}

.modal_text .share_item_okotowari {
	text-align:center;
	color:#cccccc;
}

/* ポスター */

.main_poster,
.main_poster_item img {
	width: 100% !important;
}

.poster,
.poster img {
	width:100% !important;
}

/* スマホ */

.only_pc {
	display:block;
}

.only_sp {
	display:none;
}


@media screen and (max-width:720px) {

	body {
		min-width:320px;
		padding:0;
	}

	.only_pc {
		display:none;
	}

	.only_sp {
		display:block;
	}

	body {
		min-width:320px;
	}

	/* コンテント */

	.content {
		width:auto;
	}

	/* タイトル */

	.section_title {
	    text-align: center;
		margin:0 0 10px 0;
	}

	.section_title_in h3 {
		font-size:30px;
	}

	.section_title_in h3:before {
		height:3px;
		bottom:-5px;
	}

	.section_title_in h3:after {
		height:3px;
		bottom:-5px;
	}

	.section_title_a {
		font-size:18px;
	    padding:10px 0 0 0;
	}

	/* ヘッダー */

	#first {
		aspect-ratio: 1 / 1.391; 
	}

	/* コメント */

	#comments {
		padding:20px 0 50px 0;
	}

	#comments .section_title {
		padding:0;
		margin:0 3%;
	}

	#comments .section_title img {
		width:100%;
	}

	#comments h3 {
		margin:0;
	}

	#comments h3 img {
		width:100%;
	}

	#comments p {
		font-size:18px;
	}

	#comments p span {
		font-size:24px;
	}

	#comments p a {
		font-size:18px;
	}

	#comments .comment_cont_box {
		padding:10px 5% 10px 5%;
	}

	#comments .comment_cont {
		font-size:24px;
		padding:0 20px 15px 20px;
	}

	#comments .comment_cont span {
		font-size:40px;
		line-height:1.5;
	}

	#comments .soon {
	    min-height:100px;
	    line-height:25px;
	}

	#comments .sign_text {
		font-size:12px;
	}

	/* タイトル */

	.section_title {
		padding:0 0 10px 0;
		margin:0 0 30px 0;
	}

	.section_title:before {
		bottom: -10px;
		left: calc(50% - 35px);
		width:70px;
		height:5px;
	}

	.section_title_in h3 {
		font-size:48px;
	}

	/* campaign */

	#campaign {
		padding:40px 0 30px 0;
	}

	#campaign h3 img,
	#campaign h4 img {
		height:38px;
	}

	#campaign p {
		font-size:18px;
		padding:0 7.5%;
		margin:60px 0 30px 0;
		word-break: break-all;
	}

	#campaign .netabare {
	    margin:0 5% 0 5%;
	}

	#campaign .netabare img {
		width:100%;
	}

	#campaign p span {
	    font-size:24px;
	    display:inline-block;
		line-height:1.3;
	}

	#campaign p span.small {
		font-size:14px;
	    display:inline;
	}

	#campaign .campaign_box {
	    margin:30px 7.5% 0 7.5%;
	}

	#campaign .present_item {
		margin:20px 0 0 0;
		padding:0;
		width:auto;
	}

	#campaign .present_item_in {
		width:100%;
		margin:0 0 10px 0;
	}

	#campaign .present_item_in.large {
	    width: calc(100% - 10px);
	}

	#campaign .present_item_in img {
		width:100%;
	}

	#campaign .present_kome {
		font-size:10px;
		padding:10px 6.5% 0 6.5%;
	    margin:0;
	}

	#campaign .present_kome strong {
		font-size:10px;
	}

	#campaign .present_kome span {
	    font-size:10px;
	}

	/* ステップ */

	#step {
		padding:40px 0 0 0;
	}

	#step .step_item {
		margin:0 0 20px 0;
	}

	#step .step_item h3 {
		padding:0 0 10px 0;
	}

	#step .step_item_in {
	    margin:30px 7.5% 0 7.5%;
		padding:3px;
	}

	#step .step_item_in_in .step_d_box {
        padding:15px;
    }

	#step .step_item_in_in {
		display:block;
		width:auto;
	}

	#step .step_item_in_in h4,
	#step .step_item_in_in .step_d_box {
		display:block;
	}

	#step .step_item_in_in .step_d_box_in {
		display:block;
		width:auto;
	}

	#step .step_item_in_in h4 {
		width:auto;
		font-size:30px;
		margin:0 0 10px 0;
	}

	#step .step_item_in_in .step_d_box_text {
		font-size:16px;
		display:block;
		padding:0;
	    text-align:center;
	}

	#step .step_item_in_in .step_d_box_account {
		font-size:12px;
		text-align:center;
		margin:5px 0 0 0;
	}

	#step .step_item_in span {
		font-size:24px;
	}

	#step .step_item_in_in .step_d_box_in .step_but_box {
		display:block;
		text-align:center;
	}

	#step .step_but_box {
	    margin:20px 0 20px 0;
	}

	#step .step_but {
		padding:0 5px 0 5px;
		display:inline-block;
		width:60px;
	}

	#step .step_but a {
		display: block;
		padding:15px;
	}

	#step .step_but a img {
		width:100%;
	}

	#step .step_d_sub {
	    margin:10px 0 10px 0;
	    font-size: 12px;
		text-align:center;
	}

	/* シェア */

	#share .share_aside {
	    margin:40px 7.5% 0 7.5%;
	}

	#share .share_box {
		margin:0 7.5%;
	}

	#share .share_item_box {
		margin:20px 0 0 0;
	}

	#share .share_item {
		width:auto;
		float:none;
		margin:0;
		padding:3.5% 0 0 0;
		aspect-ratio: 1 / 0.55;
	}

	#share .share_item:nth-child(-n+3) {
		width:auto;
	}

	#share .share_item.pickup {
		width:auto;
	}

	#share .share_item_img {
		margin:0;
	}

	#share .share_item_img img {
		margin:0;
		width:100%;
	}

	#share .share_item_img:before {
		width:40%;
	}

	#share .share_item_but {
		padding:13px 15px 8px 15px;
	}

	#share .share_item_but span {
		display:inline-block;
		margin:0 5px;
		padding:10px 15px;
		width:80px;
	}

	#share .share_item_but span img {
		width:100%;
		height:auto;
		display:block;
	}

	#share .share_aside {
		margin:30px 8% 0 8;
	}

	#share .share_aside_item {
		display:block;
		width:auto;
		margin:0 0 15px 0;
	}

	#share .share_aside_item_h,
	#share .share_aside_item_d {
		display:block;
	}

	#share .share_aside_item_h {
		width:auto;
		padding:15px 5%;
		position:static;
		margin:0;
		float:none;
	}

	#share .share_aside_item_h::after{
	    border: solid transparent;
		content:'';
		height:0;
		width:0;
		pointer-events:none;
		position:absolute;
		border-color: rgba(0, 0, 0, 0);
		border-top-width:10px;
		border-bottom-width:10px;
		border-left-width:13px;
		border-right-width:13px;
		margin-left: -10px;
		margin-top:auto;
		border-top-color:#000000;
		top:100%;
		left:50%;
	}

	#share .share_aside_item_d {
		font-size:12px;
		width:auto;
		padding:15px 5% 15px 5%;
		border-left:0;
		border-top: 1px solid var(--border-color);
	    margin:0;
	}

	#share .share_aside_item_d_in {
		font-size:12px;
	}

	#step .step_item_in_in .step_d_box_account {
		font-size:10px;
		text-align:center;
		margin:5px 0 0 0;
	}

	#step .step_item_in_in .step_d_box_account span {
	    font-size:10px;
		padding:2px 12px;
		display:inline-block;
		margin:5px 0 0 0;
	}

	#step .step_item_in_in .step_d_box_text.one {
	    padding:0;
	}

	/* 規約 */

	#kiyaku {
	    padding:10px 0 50px 0;
	}

	#kiyaku .kiyaku_out {
	    margin:30px 7.5% 0 7.5%;
	}

	#kiyaku .kiyaku {
		padding:20px 5% 10px 5%;
	}

	#kiyaku .kiyaku h4,
	#kiyaku .kiyaku h5 {
		text-align:center;
	}

	#kiyaku .kiyaku p {
		font-size:10px;
		margin:0 0 15px 0;
	}

	#kiyaku .kiyaku ul {
		margin:5px 0 15px 0;
	}

	#kiyaku .kiyaku_list_text {
	
	}

	#kiyaku .kiyaku_list_text,
	#kiyaku .kiyaku li {
		font-size:10px;
	}

	#kiyaku .kiyaku li {
		padding-left:12px;
	}

	#kiyaku .kiyaku li:before {
	    top:0;
	}

	#kiyaku .kiyaku li a {
		font-size:10px;
	}

	#kiyaku .step_kome {
		margin:5px 0 5px 0;
		font-size:12px;
		text-align:left;
	}

	#kiyaku .kiyaku_text {
		margin:0 7.5%;
		padding:0;
	}

	#kiyaku .kiyaku_text ul {
		margin:20px auto 0 auto;
	}

	#kiyaku .kiyaku_text li {
		font-size:10px;
	}

	#kiyaku .kiyaku_text li:before {
	    top:0;
	    font-size: 10px;
	}

	#kiyaku .kiyaku_text li b {
	    font-size:10px;
	}

	#kiyaku .kiyaku_text li a {
		font-size:10px;
	}

	#kiyaku .kiyaku ul.number li {
		font-size:10px;
		padding:0 0 0 16px;
	}

	/* 応募締切 */

	.campaign_end {
		font-size:14px;
		padding:8px 20px 5px 20px;
		line-height:1.5;
	}

	.campaign_end span {
		font-size:26px;
		display:inline-block;
		line-height:1.3;
	}

	/* soon */

	.soon {
		font-size:30px;
		margin:40px 0 0 0;
	}

	/* シーンカット */

	.ph_box li img {
		height:80px;
	}

	/* ボタン */

	.but_box_in a ,
	.but_box_in span {
		font-size:12px;
		padding: 10px 10px 10px 0;
		width:190px;
		margin:0 auto;
	}

	.but_box_in a::after,
	.but_box_in span::after {
		right:20px;
		width:6px;
		height:6px;
	}

	.but_box {
		padding:0 17.5% 0 17.5%;
	}

	.but_box_in {
	    display:block;
	    width:auto;
	}

	/* モーダル */

	.modal_text_in {
	    padding:30px 0 50px 0;
        width:80%;
	}

	.modal_text .share_item_but {
		width:auto;
		margin:0 auto;
	}

	.modal_close {
		top:10px;
		right:10px;
		width:40px;
		height:40px;
	}

	.modal_close::before,
	.modal_close::after {
		height:40px;
	}

	.modal_text .share_item_but span {
		padding:7px 10%;
		font-size:20px;
		margin:0 0 20px 0;
	}

	/* ポスター */

	.main_poster,
	.main_poster_item {
		aspect-ratio: 1 / 1.391; 
	}

	.main_poster,
	.main_poster_item img {
		width:auto !important;
		height: 100% !important;
	}

}

/* 予告 */

.ytMovie_box {
	position:relative;
	padding-bottom:56.5%;
	height:0;
	overflow:hidden;
}

.ytMovie_box iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* 効果 */
#first h1,#first h2,#first p,.present_item_in {
	visibility:hidden;
}


/* Billing */
.billing-section {
 display: flex;
 flex-direction: column;
 align-items: center;
 gap: 30px;
 margin-bottom: 60px;
}
.billing-section .flag {
 max-width: 240px;
 width: 40%;
 margin: 0 auto 5px;
}
.billing-section .billing {
 max-width: 500px;
 width: 100%;
 margin: 0 auto;
}
.billing-section .roadshow {
 max-width: 180px;
 width: 30%;
 margin: 0 auto;
}
@media (min-width: 913px) {
 .billing-section .flag {
  width: 20%;
 }
 .billing-section .roadshow {
  width: 20%;
 }
}
/* Footer */
.footer {
 padding: 80px 20px 30px;
 background: var(--primary-color);
 color: #fff;
}
.footer-sns {
 display: flex;
 justify-content: center;
 gap: 40px;
 margin-bottom: 60px;
}
.footer-sns a,
.footer-sns a * {
 font-size: 3rem;
 color: #fff;
}
.footer-bottom {
 max-width: 390px;
 width: 82%;
 margin: auto;
}

.footer img {
    max-width: 100%;
    height: auto;
    display: block;
}

:root {
    --primary-color: #004D9B;
    --accent-color: #00A651;
    --text-color: #4a4a4a;
    --bg-color: #FFFFFF;
    --gray-color: #D3DBE2;
    --gray-bg: #F5F5F7;
    --border-color: #004D9B;
    --font-heading: 'Roboto Condensed', 'Noto Sans JP', sans-serif;
    --font-body: 'Noto Sans JP', sans-serif;
    --transition-slow: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    --transition-fast: all 0.3s ease;
}


/* Loader */
.loader {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: var(--primary-color);
 display: flex;
 justify-content: center;
 align-items: center;
 z-index: 9999;
 transition: opacity 2s cubic-bezier(0.23, 1, 0.32, 1);
}
.loader-text {
 color: #fff;
 font-family: var(--font-heading);
 font-size: 3rem;
 font-weight: 700;
 letter-spacing: 0.1em;
 animation: loaderScaleUp 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
 width: 70%;
 max-width: 600px;
 display: block;
 margin: auto;
 opacity: 0;
}
.loader-text img {
 width: 600px;
 max-width: 100%;
 height: auto;
}
/* アニメーション名を内容に合わせて変更 */
@keyframes loaderScaleUp {
 from {
  opacity: 0;
  transform: scale(0.8); /* 少し小さめの状態から開始 */
 }
 to {
  opacity: 1;
  transform: scale(1); /* 元のサイズで停止 */
 }
}

/* ------------------------------
	メニュー（共通ナビゲーション）
------------------------------ */
/* Menu Toggle Button (Circle) */
.menu-toggle {
 position: fixed;
 top: 30px;
 right: 30px;
 width: 100px;
 height: 100px;
 background: var(--primary-color);
 border: none;
 border-radius: 50% !important; /* Circular */
 display: flex;
 justify-content: center;
 align-items: center;
 cursor: pointer;
 z-index: 2000;
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.menu-toggle.visible {
 transform: scale(1);
 opacity: 1;
}
.menu-toggle-inner {
 width: 80px;
 height: 80px;
 border-radius: 50% !important;
 display: flex;
 justify-content: center;
 align-items: center;
}
.menu-toggle-text {
 color: #fff;
 font-family: var(--font-heading);
 font-weight: 700;
 font-size: clamp(1.25rem, 2vw, 2rem);
}
.menu-toggle.is-active {
 background: #fff;
}
.menu-toggle.is-active .menu-toggle-inner {
 border-color: var(--primary-color);
}
.menu-toggle.is-active .menu-toggle-text {
 color: var(--primary-color);
}
.menu-toggle:hover {
 transform: scale(1.1);
}
/* Navigation Mask (Semi-transparent black) */
.nav-mask {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: rgba(0, 0, 0, 0.7);
 z-index: 1400;
 opacity: 0;
 pointer-events: none;
 transition: var(--transition-slow);
}
.nav-mask.active {
 opacity: 1;
 pointer-events: auto;
}
/* Navigation Overlay */
.nav-overlay {
 position: fixed;
 top: 0;
 right: 0;
 width: 600px;
	bottom:0;
 background: var(--primary-color);
 z-index: 1500;
 display: flex;
 flex-direction: column;
 justify-content: flex-start;
 padding: 120px 0 80px 100px;
 overflow-y: auto;
 -webkit-overflow-scrolling: touch;
 clip-path: inset(0 0 0 100%); /* Curtain effect from right */
 transition: clip-path 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
.nav-overlay.open {
 clip-path: inset(0 0 0 0);
}
.nav-links {
 text-align: left;
}
.nav-links li {
 margin: 20px 0;
 opacity: 0;
 transform: translateY(30px);
 transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1), transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.nav-overlay.open .nav-links li {
 opacity: 1;
 transform: translateY(0);
}
.nav-overlay.open .nav-links li:nth-child(1) {
 transition-delay: 0.25s;
}
.nav-overlay.open .nav-links li:nth-child(2) {
 transition-delay: 0.35s;
}
.nav-overlay.open .nav-links li:nth-child(3) {
 transition-delay: 0.45s;
}
.nav-overlay.open .nav-links li:nth-child(4) {
 transition-delay: 0.55s;
}
.nav-overlay.open .nav-links li:nth-child(5) {
 transition-delay: 0.65s;
}
.nav-overlay.open .nav-links li:nth-child(6) {
 transition-delay: 0.75s;
}
.nav-overlay.open .nav-links li:nth-child(7) {
 transition-delay: 0.85s;
}
.nav-overlay.open .nav-links li:nth-child(8) {
 transition-delay: 0.95s;
}
.nav-overlay.open .nav-links li:nth-child(9) {
 transition-delay: 1.05s;
}
.nav-links a {
 color: #fff;
 font-family: var(--font-heading);
 font-size:60px;
 line-height: 1.1em;
 font-weight: 700;
 text-transform: uppercase;
 display: block;
 transition: opacity 0.3s ease;
     text-decoration:none;
}
.nav-links a:hover, .sns-icons-menu a:hover {
 opacity: 0.6;
}
.sns-icons-menu {
 margin-top: 60px;
 opacity: 0;
 transform: translateY(20px);
 transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
 display: flex;
 gap: 30px;
}
/* メニューが開いた時（表示時）だけ遅延をかける */
.nav-overlay.open .sns-icons-menu {
 opacity: 1;
 transform: translateY(0);
 transition: opacity 0.5s ease 0.85s, transform 0.5s ease 0.85s;
}
/* 項目数が8以上のページのみSNSアイコンのディレイを延長 */
.nav-overlay.open:has(.nav-links li:nth-child(8)) .sns-icons-menu {
 transition: opacity 0.5s ease 1.15s, transform 0.5s ease 1.15s;
}
.sns-icons-menu a {
 color: #fff;
 font-size:40px;
 width: 70px;
 height: 70px;
 border: 1px solid #fff;
 display: flex;
 justify-content: center;
 align-items: center;
}

.sns-icons-menu a,
.sns-icons-menu a * {
	color:#ffffff;
}

.sns-icons-menu a svg {
	width:40px;
	height:40px;
}

/* Mobile Adjustments */
@media (max-width:720px) {
 .sns-icons-menu {
  margin-top: 30px;
 }
 .sns-icons-menu a {
  font-size: 2rem;
  width: 44px;
  height: 44px;
 }
 .nav-overlay {
  width: 100%;
  padding: 60px 0;
  align-items: center;
  text-align: center;
  justify-content: center;
 }
 .nav-links {
  text-align: center;
 }
 .nav-links a {
  font-size:40px;
 }
 .menu-toggle {
  width: 64px;
  height: 64px;
  top: 10px;
  right: 10px;
 }
 .menu-toggle-inner {
  width: 64px;
  height: 64px;
 }
.sns-icons-menu a svg {
	width:20px;
	height:20px;
}

}

/* Header */
.header {
 position: absolute;
 top: 0;
left:0;
right:0;
 padding: 30px 40px;
 display: flex;
 align-items: center;
 z-index: 900;
 background: transparent;
}
.header-sns {
 display: flex;
 gap: 20px;
 font-size: clamp(1.35rem, 3vw, 2.25rem);
}

.header-sns a,
.header-sns a * {
	color:#ffffff;
 font-size: clamp(1.35rem, 3vw, 2.25rem);
}

.header-sns a svg {
	width:30px;
	height:30px;
}

@media (max-width:720px) {
 .header {
  padding: 12px 14px;
 }

.header-sns {
 font-size: clamp(1.65rem, 3vw, 3rem);
}

.header-sns a,
.header-sns a * {
 font-size: clamp(1.65rem, 3vw, 3rem);
}

 .header-sns {
  gap: 16px;
 }
.header-sns a svg {
	width:20px;
	height:20px;
}
}
