@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');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

* {
	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;
	font-weight:300;
	color:#000000;
    outline : none;
	font-feature-settings: "palt";
}

html {
	position:relative;
}

body {
	overflow:hidden;
	position:relative;
}

body.loaded {
	overflow:auto;
}

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;
}

.en,
.en * {
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight:600;
	line-height: 1em;
}

:root {
	--base-white: #fcfcfc;
	--base-gray: #e9e4e1;
	--base-darkgray: #4a4642;
	--base-black: #010101;
	--main-red: #fd2e42;
	--main-blue: #83defc;
	--sub-green: #00e48b;
	--sub-yellow: #ffd600;
	--sub-orange: #fe9d06;
	--sub-blue: #0065e0;
}

/* コンテント */

.content {
	width:1000px;
	margin:0 auto;
}

/* ヘッダー */

#first {
	overflow:hidden;
	position:relative;
	min-width:1200px;
	background:#fd2e42;
	background-image: linear-gradient( rgba(253,46,66,1) , rgba(255,46,66,0.35) ),url(../img/noise.png);
	background-repeat: repeat;
	background-size: 100px;
	animation: bg_slide 7.5s linear infinite;
	height:1130px;
}

@keyframes bg_slide {
    0% { background-position: -100% 0;}
  100% { background-position: 0 0;}
}

#first .first_in {
	padding:50px 0 0 0;
}

#first .first_box {
	margin:15px 0 0 0;
}

#first .first_head {
	clear:both;
	overflow:hidden;
	padding-right: 1.25%;
	padding-left: 1.25%;
	position:relative;
	z-index:5;
}

#first .first_head_left {
	float:left;
}

#first .first_head_middle {
	float:left;
	width:calc( 100% - ( 550px + 605px + 10px ) );
	height:2px;
	background:#f4e3af;
	margin:70px 10px 0 0;
}

#first .first_head_right {
	float:right;
}

#first img {
	margin:0 auto;
}

#first .first_lead {
	text-align:center;
}

#first h1 {
	text-align:center;
}

#first h2 {
	text-align:center;
}

#first .character_outer {
	position:absolute;
	top:0;
	left:0;
	right:0;
}

#first .character {
	overflow:hidden;
	width:100%;
	height:1150px;
	position:relative;
}

#first .character_left {
	position:absolute;
	top:0;
	left:-120px;
	bottom:-100px;
	width:calc( ( 100% - 120px ) / 2 );
	background:url(../img/character_left.png) no-repeat bottom right;
	padding:0 0 0 120px;
}

#first .character_right {
	position:absolute;
	top:0;
	right:0;
	bottom:-100px;
	width:calc( ( 100% - 850px ) / 2 );
	background:url(../img/character_right.png) no-repeat bottom left;
}

@media screen and (max-width:1280px) {

	#first .character_left {
		left:-100px;
		width:calc( ( 100% - 300px ) / 2 );
		padding:0 0 0 120px;
		background-size:auto 60%;
	}

	#first .character_right {
		width:calc( ( 100% - 600px ) / 2 );
		background-size:auto 60%;
	}

}

/* コメント */

#comments {
	padding:40px 0 80px 0;
	background:rgba(0,0,0,0.5);
}

#comments h3 {
	text-align:center;
	margin:0 0 20px 0;
}

#comments h3 img {
	margin:0 auto;
}

#comments p {
	text-align:center;
	font-size:20px;
	font-weight:500;
	color:#ffffff;
}

#comments p span {
	font-size:26px;
	color:#f1f404;
	font-weight:700;
}

#comments p a {
	font-size:20px;
	color:#ffffff;
	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:#ffffff;
}

/* シーンカット */

.ph_box_out {
	overflow:hidden;
}

.ph_box {
	position:relative;
}

.ph_box li img {
	height:250px;
}

/* campaign */

#campaign {
	padding:40px 0 60px 0;
	background:rgba(0,0,0,0.5);
	position:relative;
}

#campaign .content {
}

#campaign h3 {
	text-align:center;
}

#campaign h3 img {
	margin:0 auto;
}

#campaign p {
	font-size:30px;
	font-weight:700;
	color:#ffffff;
	text-align:center;
	margin:20px 0 0 0;
}

#campaign p span {
	font-size:40px;
	font-weight:700;
	color:#f4e3af;
}

#campaign .present_item {
	clear:both;
	overflow:hidden;
	margin:10px 0 0 0;
}

#campaign .present_item_in {
	width:calc(33.3% - 20px);
	background:#ffffff;
	float:left;
	margin:0 10px 20px 10px;
}

#campaign .present_item_in_in {
	padding:10px 0 0 0;
}

#campaign .present_item_img {
}

#campaign .present_item_img img {
	width:100%;
}

#campaign .present_kome {
	font-size:16px;
	color:#ffffff;
	text-align:center;
	font-weight:500;
	margin:20px 0 50px 0;
}

#campaign .present_kome span {
	font-size:12px;
	color:#ffffff;
	font-weight:500;
}

/* ステップ */

#campaign .step_arrow {
	margin:20px 0 0 0;
	text-align:center;
}

#campaign .step_arrow img {
	width:80px;
}

#campaign .step_item {
	clear:both;
	overflow:hidden;
	margin:15px 0 20px 0;
}

#campaign .step_item h3 {
	padding:0 0 10px 0;
}

#campaign .step_item_in {
	background:#fd2e42;
	margin:15px 10px 0 10px;
	padding:15px 20px;
}

#campaign .step_item_in_in {
	display:table;
	width:100%;
}

#campaign .step_item_in_in h4,
#campaign .step_item_in_in p,
#campaign .step_item_in_in .step_but_box {
	display:table-cell;
	vertical-align:middle;
}

#campaign .step_item_in_in h4 {
	width:150px;
	font-size:36px;
	line-height:1;
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	color:#ffffff;
	font-weight:600;
	text-align:center;
}

#campaign .step_item_in p {
	width:550px;
	font-size:24px;
	text-align:left;
	font-weight:700;
	color:#ffffff;
	padding:0 0 0 15px;
}

#campaign .step_item_in p.one {
	width:auto;
	padding:35px 0 35px 25px;
	text-align:left;
}

#campaign .step_item_in.age p.one {
	color:#ffffff;
	padding:5px 0 5px 25px;
}

#campaign .step_item_in span {
	font-size:24px;
	font-weight:900;
	color:#f4e3af;
}

#campaign .step_item_in span.small {
	font-size:18px;
	font-weight:700;
	color:#ffffff;
}

#campaign .step_but {
	padding:0 15px 10px 15px;
	color: #000000;
}

#campaign .step_but a {
	display: block;
	text-align:center;
	color:#121212;
	font-size:30px;
	text-decoration: none;
	background-color:#ffffff;
	margin:10px 0 0 0;
	line-height:1;
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	padding:12px 0 15px 0;
	position: relative;
	overflow: hidden;
	width:100%;
	z-index: 0;
}

#campaign .step_but a::before {
	content: '';
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index:-1;
    width: 0;
    height: 100%;
    background-color: #000000;
	-webkit-transition: .3s;
	transition: .3s;
}

#campaign .step_but a:hover {
    color: #ffffff;
}

#campaign .step_but a:hover::before {
    width: 100%;
}

#campaign .step_but a::after {
	content: "";
	position: absolute;
	bottom:5px;
	right:5px;
	width: 0;
	height: 0;
	border-bottom:10px solid #121212;
	border-left:10px solid transparent;
    z-index:3;
}

#campaign .step_but a:hover::after {
	border-bottom:10px solid #ffffff;
}


/* レビュー */

#special_reviews {
	padding:40px 0 60px 0;
	background:rgba(255,255,255,0.75);
}

#special_reviews h3 {
	text-align:center;
}

#special_reviews h3 img {
	margin:0 auto;
}

#special_reviews .special_reviews_anchor_box {
	padding:30px 0 0 0;
}

#special_reviews .special_reviews_anchor {
	clear:both;
	overflow:hidden;
	text-align:center;
}

#special_reviews .special_reviews_anchor_in {
	float:left;
	width:calc(33.3% - 10px);
	margin:0 5px 10px 5px;
	display:table;
}

#special_reviews .special_reviews_anchor_in:last-child {
	float:none;
	margin:0 auto;
}

#special_reviews .special_reviews_anchor_in a ,
#special_reviews .special_reviews_anchor_in a span {
	display:block;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
}

#special_reviews .special_reviews_anchor_in a span.small {
	display:inline;
	font-size:16px;
	font-weight:700;
}

#special_reviews .special_reviews_anchor_in a span.sub_a {
	display:inline;
}

#special_reviews .special_reviews_anchor_in a {
	background:var(--main-red);
	padding:17px 15px 20px 15px;
	font-size:24px;
	font-weight:700;
	height:110px;
	display: table-cell;
	vertical-align: middle;
}

#special_reviews .special_reviews_anchor_in a:hover {
	opacity:0.65;
}

#special_reviews .special_reviews_anchor_in:nth-child(odd) a,
#special_reviews .special_reviews_anchor_in:last-child a {
	background:var(--sub-blue);
}

#special_reviews .special_reviews_anchor_in a span {
	font-weight:500;
	margin:5px 0 0 0;
}

#special_reviews .special_reviews_anchor_text {
	font-size:16px;
	text-align:center;
	padding:20px 0 0 0;
	font-weight:500;
}

#special_reviews .special_reviews_box {
	padding:50px 0 0 0;
}

#special_reviews .special_reviews_item {
	padding:0 5px;
	margin:0 0 15px 0;
}

#special_reviews .special_reviews_item .special_reviews_item_in {
	padding:25px 220px 35px 35px;
	background:var(--main-red);
	position:relative;
	margin:0 0 10px 0;
}

#special_reviews .special_reviews_item:nth-child(odd) .special_reviews_item_in {
	background:var(--sub-blue);
}

#special_reviews .special_reviews_item_text,
#special_reviews .special_reviews_item_text span,
#special_reviews .special_reviews_item p {
	color:#ffffff;
	line-height:1.7;
}

#special_reviews .special_reviews_item_text {
	font-size:36px;
	font-weight:700;
}

#special_reviews .special_reviews_item_text span {
	font-size:18px;
	font-weight:700;
}

#special_reviews .special_reviews_item_text span.small {
	font-size:26px;
}

#special_reviews .special_reviews_item_in p {
	font-size:16px;
	font-weight:500;
	margin:15px 0 0 0;
}

#special_reviews .special_reviews_item_in p span {
	font-size:24px;
	font-weight:500;
    color:#fedc03;
	line-height:1.5;
}

#special_reviews .special_reviews_item .special_reviews_item_in .share_but {
	position:absolute;
	top:25px;
	bottom:25px;
	right:25px;
	overflow:hidden;
	clear:both;
	border-left:2px solid #ffffff;
	padding:0 0 0 25px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#special_reviews .special_reviews_item .special_reviews_item_in .share_but a {
	display:block;
	line-height:1;
	text-align:center;
	color:#121212;
	font-size:36px;
	text-decoration: none;
	background:#ffffff;
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	padding:12px 30px 15px 30px;
}

#special_reviews .special_reviews_item:nth-child(odd) .special_reviews_item_in .share_but a {
	color:#121212;
}

#special_reviews .special_reviews_item .special_reviews_item_in .share_but a:hover {
	opacity:0.65;
}

#special_reviews .special_reviews_item .back_link {
	text-align:right;
}

#special_reviews .special_reviews_item .back_link a {
	color:#232323;
	font-size:16px;
	font-weight:500;
}

/* 規約 */

#campaign .kiyaku_text {
	margin:0 10px;
}

#campaign .kiyaku_text ul {
	margin:20px auto 20px auto;
}

#campaign .kiyaku_text li {
	display:table;
}

#campaign .kiyaku_text li span {
	display:table-cell;
	color:#ffffff;
	font-size:14px;
	font-weight:500;
}

#campaign .kiyaku_text li span b {
	color:#f4e3af;
	font-size:14px;
	font-weight:700;
}

#campaign .kiyaku {
	padding:30px 25px 10px 25px;
    background:#333333;
	margin:15px 10px 0 10px;
	overflow-y:scroll;
	height:300px;
}

#campaign .kiyaku::-webkit-scrollbar-thumb {
	background:#fd2e42;
}

#campaign .kiyaku::-webkit-scrollbar {
	width:5px;
}

#campaign .kiyaku::-webkit-scrollbar-track{
	background: #999999;
}

#campaign .kiyaku::-webkit-scrollbar-thumb {
	background-color:#fd2e42;
	box-shadow:0 0 0 1px #fd2e42;
}

#campaign .kiyaku h4 {
	font-size:12px;
	color:#ffffff;
	font-weight:600;
}

#campaign .kiyaku ul {
	margin:5px auto 20px auto;
}

#campaign .kiyaku li {
	color:#ffffff;
	font-size:12px;
	position:relative;
	padding:0 0 0 14px;
}

#campaign .kiyaku li:before {
	display: inline;
	content: "■";
	position: absolute;
	top:1px;
	left:0;
	font-size:10px;
	color:#fd2e42;
}

#campaign .kiyaku li a {
	color:#ffffff;
	font-size:12px;
}

#campaign .step_kome {
	margin:30px 10px 0 10px;
	color:#e80135;
	font-size:16px;
	text-indent:-16px;
	text-align:center;
	font-weight:bold;
}

/* 応募締切 */

.campaign_end {
	text-align:center;
	color:#ffffff;
	font-size:24px;
	font-weight:700;
}

.campaign_end span {
	color:#ffffff;
	font-size:48px;
	font-weight:700;
}

/* soon */

.soon {
	font-size:48px;
	color:#ffffff;
	text-align:center;
	margin:40px 0 0 0;
	font-weight:600;
}

.soon.bk {
	color:#000000;
}

/* 作品紹介 */

#story {
	padding:50px 0 60px 0;
	background:rgba(255,255,255,0.7);
}

#story h3 {
}

#story h3 img {
	width:100%;
}

#story h4 {
	margin:10px 0 0 0;
}

#story h4 img {
	width:100%;
}

#story p {
	margin:10px 0 0 5px;
	font-size:17.5px;
	font-weight:500;
	text-align: justify;
	text-justify: inter-ideograph;
}

#story .story_box {
	clear:both;
	overflow:hidden;
}

#story .story_box_left {
	float:left;
	width:480px;
}

#story .story_box_right {
	float:right;
	width:480px;
}

#story .ph_box li {
	margin:0 10px;
}

#story .ph_box li img {
	height:220px;
}

#story .story_movie {
	margin:15px 0 0 0;
}

/* フッター */

#main_fot {
	padding:30px 0 30px 0;
	background:#ffffff;
	text-align: center;
}

#main_fot img {
	margin:0 auto;
}

#main_fot .footer_release {
	text-align: center;
}

#main_fot .footer_copyright {
	font-size: 10px;
	text-align: center;
	margin:20px 0 0 0;
}

/* 予告 */

.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%;
}

/* 背景動画 */

.movie_bg {
	position: fixed;
	top:0;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	z-index:-4;
	overflow:hidden;
	background:url(../img/bg_dot.svg);
	background-size:4px 4px;
}

.movie video {
	position: fixed;
	top:0;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index:-50;
	background-size: cover;
}

.movie video.active {
	z-index:-5;
}

/* スマホ */

.only_pc {
	display:block;
}

.only_sp {
	display:none;
}


@media screen and (max-width:1024px) {

	.content {
	    width:auto;
	}

	#first {
	    min-width:1000px;
	}

	#first img {
		margin:0 auto;
		width:100%;
	}

	#first .first_in {
		padding:65px 0 0 0;
	}

	#first .first_box {
		margin:10px 18% 0 18%;
	}

	#first .first_head {
		padding:0 30%;
	}

	#first .first_head_left {
		float:none;
	}

	#first .first_head_middle {
		float:none;
		display:none;
	}

	#first .first_head_right {
		float:none;
	}

	#first .character {
	}

	#first .character_outer {
	}

	#first .character_left {
		width: calc((100% - 100px) / 2);
		background-size:auto 62.5%;
	}

	#first .character_right {
        width: calc((100% - 300px) / 2);
		background-size:auto 62.5%;
	}

	#campaign .present_item {
	    margin:10px 5% 0 5%;
	}

	#campaign .step_item {
	    margin:15px 5% 20px 5%;
	}

	#campaign .kiyaku {
	    margin:15px calc( 5% + 10px ) 0 calc( 5% + 10px );
	}

	#campaign .kiyaku_text {
	    margin: 0 calc( 5% + 10px );
	}

	#story {
	    padding: 50px calc( 5% + 10px ) 60px calc( 5% + 10px );
	}

	#story .story_box_left {
		width:48%;
	}

	#story .story_box_right {
		width:48%;
	}

	#story .ph_box li img {
		height:220px;
	}

	#story p {
		font-size:16.5px;
	}

}

@media screen and (max-width:999px) {

	.only_pc {
		display:none;
	}

	.only_sp {
		display:block;
	}

	body {
		min-width:320px;
	}

	/* コンテント */

	.content {
		width:auto;
	}

	/* ヘッダー */
	
	#first {
		min-width:0;
	    height:auto;
	}

	#first .character {
		height:600px;
	}

	#first .first_in {
		padding:35px 0 0 0;
	}

	#first .first_box {
		margin:10px 8% 0 8%;
	}

	#first .first_head {
		padding:0 25%;
	}

	#first .character_outer {
		position:static;
		margin-top:-12%;
		margin-bottom:-50px;
		overflow:hidden;
	}

	#first .character_outer.ontelop {
		margin-top:-50%;
	}

	#first .character_left {
		position:relative;
		left:-2.5%;
		height:600px;
		width:100%;
		padding:0 0 0 10%;
	    background: url(../img/character_left.png) no-repeat bottom left;
		background-size:auto 600px;
	}

	#first .character_right {
		right:-40%;
		bottom:0;
		width:100%;
		height:600px;
		padding:0 40% 0 0;
	    background: url(../img/character_right.png) no-repeat bottom right;
		background-size:auto 600px;
	}

	/* コメント */

	#comments {
		padding:25px 0 30px 0;
	}

	#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:0 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;
	}

	/* campaign */

	#campaign {
		padding:25px 0 30px 0;
	}

	#campaign h3 {
		margin:0 5% 10px 5%;
	}

	#campaign h3 img {
		width:100%;
	}

	#campaign p {
		font-size:18px;
		padding:0 5%;
		margin:30px 0 30px 0;
		word-break: break-all;
	}

	#campaign p span {
	    font-size:24px;
	    display:inline-block;
		line-height:1.3;
	}

	#campaign .present_item {
		margin:0 calc( 5% - 5px ) 0 calc( 5% - 5px );
		padding:0;
	}

	#campaign .present_item_in {
		width:calc( 50% - 10px );
		margin:0 5px 10px 5px;
	}

	#campaign .present_item_in img {
		width:100%;
	}

	#campaign .present_kome {
		font-size:12px;
		padding:0;
	    margin: 10px 0 15px 0;
	}

	#campaign .present_kome span {
	    font-size:10px;
	}

	/* ステップ */

	#campaign .step_arrow {
		margin:15px 0 0 0;
	}

	#campaign .step_arrow img {
		width:50px;
	}

	#campaign .step_item {
		margin:15px 5% 20px 5%;
		overflow:auto;
		padding:0;
	}

	#campaign .step_item h3 {
	    padding:0;
	}

	#campaign .step_item h3 img {
		width:100%;
	}

	#campaign .step_item_in {
		width:auto;
		margin:15px 0 0 0;
		padding:20px 15px 15px 15px;
	}

	#campaign .step_item_in_in {
		height:auto;
		display:block;
	}

	#campaign .step_item_in_in h4,
	#campaign .step_item_in_in p,
	#campaign .step_item_in_in .step_but_box {
		display:block;
	}

	#campaign .step_item_in_in h4 {
		width:auto;
		text-align:center;
		margin:0;
	}

	#campaign .step_item_in_in h4 img {
		width:auto;
		height:45px;
	}

	#campaign .step_item_in p {
		width:auto;
		font-size:18px;
		text-align:center;
		padding:10px 0 10px 0;
	    margin:0;
	}
	
	#campaign .step_item_in p span {
		display:inline;
	}

	#campaign .step_item_in span {
		font-size:24px;
		line-height:1.3;
	}

	#campaign .step_item_in span.small {
		font-size:14px;
	}

	#campaign .step_but {
		padding:0;
	}

	#campaign .step_but a {
		font-size:24px;
	}

	/* レビュー */

	#special_reviews {
		padding:25px 0 30px 0;
	}

	#special_reviews h3 img {
		width:100%;
	}

	#special_reviews .special_reviews_anchor_box {
		padding:20px 3.5% 0 3.5%;
	}

	#special_reviews .special_reviews_anchor_in {
		width:47%;
		margin: 0 1.5% 10px 1.5%;
	}

	#special_reviews .special_reviews_anchor_in a {
		padding: 17px 15px 20px 15px;
		font-size:16px;
		height:90px;
	}

	#special_reviews .special_reviews_anchor_in:nth-child(odd) a {
		background: var(--main-red);
	}

	#special_reviews .special_reviews_anchor_in:nth-child(4n) a,
	#special_reviews .special_reviews_anchor_in:nth-child(4n+1) a {
		background: var(--sub-blue);
	}

	#special_reviews .special_reviews_anchor_in:last-child a {
		background: var(--main-red);
	}

	#special_reviews .special_reviews_anchor_in a span {
		letter-spacing:0;
		font-size:10px;
	}

	#special_reviews .special_reviews_anchor_in a span.small {
		font-size:14px;
	}

	#special_reviews .special_reviews_anchor_text {
		font-size:12px;
		padding:10px 0 0 0;
	}

	#special_reviews .special_reviews_box {
		padding:40px 3.5% 0 3.5%;
	}

	#special_reviews .special_reviews_item {
		padding: 0 1.5%;
		margin: 0 0 15px 0;
	}

	#special_reviews .special_reviews_item .special_reviews_item_in {
		padding:25px 30px 30px 30px;
	}
	
	#special_reviews .special_reviews_item_text {
		font-size:24px;
	}

	#special_reviews .special_reviews_item_text span {
		font-size:14px;
		display:block;
	}

	#special_reviews .special_reviews_item_text span.small {
		display:inline;
		font-size:18px;
	}

	#special_reviews .special_reviews_item_in p {
		font-size:16px;
	}
	
	#special_reviews .special_reviews_item_in p span {
		font-size:20px;
	}

	#special_reviews .special_reviews_item .special_reviews_item_in .share_but {
		position:static;
		border-top:1px solid #ffffff;
		border-left:0;
		padding:15px 0 0 0;
		display:block;
		text-align:center;
		margin:20px 0 0 0;
	}

	#special_reviews .special_reviews_item .special_reviews_item_in .share_but a {
		display:inline-block;
		font-size:18px;
		padding:10px 50px 10px 50px;
	}

	/* 規約 */

	#campaign .kiyaku {
		padding:20px 15px 10px 15px;
		margin:30px 5% 0 5%;
	}

	#campaign .kiyaku h4 {
		text-align:center;
	}

	#campaign .kiyaku ul {
		margin:5px 0 15px 0;
	}

	#campaign .kiyaku li {
		padding-left:10px;
		font-size:10px;
	}

	#campaign .kiyaku li a {
		font-size:10px;
	}

	#campaign .step_kome {
		font-size:12px;
		text-indent:-12px;
	}

	#campaign .kiyaku_text {
		margin:0 8%;
		padding:0;
	}

	#campaign .kiyaku_text ul {
		margin:15px auto 0 auto;
	}

	#campaign .kiyaku_text li span {
		font-size:12px;
	}

	#campaign .kiyaku_text li span a {
		font-size:12px;
	}

	/* 作品紹介 */

	#story {
		padding:30px 5% 30px 5%;
	}

	#story h3 {
	}

	#story h3 img {
		width:100%;
	}

	#story h4 {
		margin:10px 0 0 0;
	}

	#story h4 img {
		width:100%;
	}

	#story p {
		margin:10px 0 20px 5px;
		font-size:14px;
	}

	#story .story_box_left {
		float:none;
		width:auto;
	}

	#story .story_box_right {
		float:none;
		width:auto;
	}

	#story .ph_box li {
		margin:0 5px;
	}

	#story .ph_box li img {
		height:100px;
	}

	#story .story_movie {
		margin:15px 0 0 0;
	}

	/* 応募締切 */

	.campaign_end {
		font-size:16px;
		padding:0;
		line-height:1.3;
	}

	.campaign_end span {
		font-size:26px;
		display:inline-block;
		line-height:1.3;
	}

	/* soon */

	.soon {
		font-size:30px;
		margin:40px 0 0 0;
	}

	/* 背景動画 */

	.movie video {
		min-height:100%;
		min-width:0;
	}

	/* フッター */

	#main_fot {
		padding:30px 10% 70px 10%;
	}

	#main_fot .footer_logo img {
		width:100%;
	}

	#main_fot .footer_release {
		margin:10px 0 0 0;
	}

	#main_fot .footer_release img {
		width:40%;
	}

	#main_fot .footer_copyright {
		margin:20px 0 0 0;
	}

	/* シーンカット */

	.ph_box li img {
		height:130px;
	}

}

/* 効果 */
#first h1,#first h2,h3,.character_left,.character_right,h3,h4,p,.present_item_in,.first_lead {
	visibility:hidden;
}


/* ------------------------------
	メニュー
------------------------------ */

body.fixed {
	overflow: hidden; /* メニューが開いた時にスクロールさせないようにする */
}

#top-head {
	position:fixed;
	right: 0;
	z-index: 100;
	top: -120px;
	margin-top: 120px;
}

#top-head .nav-wrap .nav {
	font-size: clamp(2.2rem, 2.2vw, 2.6rem);
	display: flex;
}

.header .nav .link {
	line-height: 1em;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	color: var(--base-white);
	display: block;
	padding: 0 5px;
	-webkit-transition: .3s;
	transition: .3s;
	font-size:20px;
}

.header .nav .link .s {
	font-size: .9em;
	vertical-align: baseline;
	margin: 0 4px 0 3px;
}
.header .nav-wrap.open .nav .link {
 color: var(--base-white);
}
.header .nav-wrap.open .nav .link:hover {
 color: var(--main-red);
}
.nav .menu-item {
 width: 100%;
 display: inline-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 position: relative;
}
#top-head.fixed .nav-wrap .nav .menu-item {
 margin: 1.4vh 0;
}
#top-head .nav-wrap {
 left: 0;
 top: 0;
 display: none;
 width: 100%;
 height: 100%;
}
#top-head .nav-wrap.open {
 display: -webkit-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 background: rgba(0, 0, 0, .6);
 -webkit-backdrop-filter: blur(8px);
 backdrop-filter: blur(8px)
}
#top-head .nav-wrap.close {
 display: none;
}
#top-head .nav-wrap.open .nav-wrap-inner {
 animation-name: fadeLightAnime;
 animation-duration: 0.5s;
 background: var(--main-red);
 animation-fill-mode: forwards;
 opacity: 0;
 width: 60%;
 max-width: 400px;
 min-height: 600px;
 height: 100%;
 padding: 70px 30px 20px;
 display: table;
}
@keyframes fadeLightAnime {
 from {
  opacity: 0;
  transform: translateX(-100px); /* 左から開始 */
 }
 to {
  opacity: 1;
  transform: translateX(0);
 }
}
.sns li {
 display: inline-block;
 margin-left: 1.2rem;
}
.sns svg {
 width: 28px;
 fill: #000;
}
#top-head.fixed .sns.sns-fixed svg {
 transition: .5s;
 filter: drop-shadow(0 0 1px rgba(255, 255, 255, 0.8));
 mix-blend-mode: exclusion;
}
#top-head:not(.fixed) .sns.sns-fixed svg, #header.open .sns.sns-fixed svg {
 fill: #fff;
 filter: none;
}
#top-head:not(.fixed) .nav-wrap .nav .sns {
 display: none;
}
#top-head.fixed .nav-wrap .nav .menu-item .header-x {
 fill: #fff;
 padding: 0 2px;
}
#top-head.fixed .nav-wrap .nav .menu-item .link:hover .header-x {
 fill: var(--main-red);
}
/*--------固定化されたときのCSS-----------*/
#top-head.fixed {
 position: fixed;
 top: 0;
 margin-top: 0;
 transition: top 0.6s ease;
 -webkit-transition: top 0.6s ease;
 -moz-transition: top 0.6s ease;
}
#top-head.fixed .nav-wrap .nav {
 font-size: clamp(2.4rem, 3vw, 4rem);
 display: flex;
 flex-direction: column;
 justify-content: center;
 margin-top: 5vh;
}
.header {
 justify-content: space-between;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 width: 100%;
}
#top-head.open .nav-wrap {
 position: fixed;
 overflow-x: hidden;
 overflow-y: auto;
}
#top-head .nav-wrap-inner {
 display: flex;
 transition: all 1000ms;
}
.nav-button {
 z-index: 1001;
 position: absolute;
 left: 0;
 top: 0;
 width: 100px;
 height: 100px;
 display: flex;
 justify-content: center;
 align-items: center;
 cursor: pointer;
 transition: transform 1.2s cubic-bezier(0.3, 0.7, 0.4, 1);
 background-color: var(--sub-blue);
}
.nav-button.active {}
.nav-button::after {
 content: "MENU";
 font-size: clamp(1.5rem, 2.5vw, 2.5rem);
 line-height: 1em;
 white-space: nowrap;
 color: var(--base-white);
}
.nav-button.active::after {
 content: "CLOSE";
}
#top-head:not(.fixed) .nav-button {
 display: none;
}
#top-head .sns.sns-fixed {
 position: absolute;
 right: 12px;
 top: 12px;
}
#top-head:not(.fixed) .sns img {
 width: 26px;
}
@media screen and (min-width: 813px) {
 #top-head .sns.sns-fixed {
  right: 20px;
  top: 20px;
 }
 #top-head .nav-wrap.open .nav-wrap-inner {
  padding-left: 50px;
 }
 #top-head.fixed .nav-wrap .nav .menu-item .header-x {
  width: 32px;
 }
}
@media screen and (min-width: 1025px) {
 #top-head:not(.fixed) .nav-wrap {
  display: flex;
  padding-right: 1.5%;
  padding-left: 1.5%;
 }
 #top-head:not(.fixed) {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding:1.8px 0;
  background-color: var(--main-red);
 }
 #top-head:not(.fixed) .sns.sns-fixed {
  position: relative;
  top: 5px;
 }
 .nav .menu-item {
  margin-right: 1.4%;
 }
}
@media screen and (min-width: 1240px) {
 .nav .menu-item {
  margin-right: 16px;
 }
}
@media screen and (max-width: 1024px) {
 #top-head .nav-wrap .nav {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 4rem;
 }
 #top-head:not(.fixed) .sns.sns-fixed {
  display: none;
 }
 #top-head:not(.fixed) .nav-button {
  display: flex;
 }
 #top-head .nav-wrap .nav {
  font-size: clamp(2.4rem, 3vw, 4rem);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 5vh;
 }
 #top-head .nav-wrap .nav .menu-item {
  margin: 1.6vh 0;
 }
 #top-head:not(.fixed) .sns.sns-fixed {
  display: block;
 }
 #top-head .sns.sns-fixed {
  right: 5px;
 }
}
@media screen and (max-width: 812px) {
 .nav-button {
  width: 60px;
  height: 60px;
 }
}
.slide-on {
 display: inline-flex;
}
.slide-on {
 position: relative;
 z-index: 0;
 overflow: hidden;
}
.slide-on::before {
 content: '';
 display: block;
 position: absolute;
 top: 0;
 left: 0;
 z-index: -1;
 width: 0%;
 height: 100%;
 background-color: var(--base-white);
 color: var(--main-red);
 -webkit-transition: .3s;
 transition: .3s;
}
.slide-on:hover::before {
 width: 100%;
}
.header .nav .link:hover {
 color: var(--main-red);
}
/* Page Top ボタンのスタイル */
#page-top {
 position: fixed; /* 画面に固定 */
 right: 20px; /* 右から20px */
 bottom: -60px; /* 初期状態では画面の下に隠す（ボタンの高さ+α） */
 width: 50px; /* ボタンの幅 */
 height: 50px; /* ボタンの高さ */
 background-color: var(--base-black); /* ボタンの背景色 */
 color: white; /* テキストの色 */
 text-decoration: none; /* 下線を消す */
 box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); /* 軽い影 */
 opacity: 0; /* 初期状態は透明 */
 visibility: hidden; /* 初期状態は非表示（クリックできないように）*/
 transition: bottom 0.5s ease-out, opacity 0.5s ease-out, visibility 0.5s; /* アニメーション */
 z-index: 999; /* 他の要素より手前に表示 */
 font-size: 0; /* テキストのフォントサイズを0にする */
 line-height: 0; /* 行の高さを0にする */
 display: flex; /* flexboxを使って矢印を中央に配置 */
 justify-content: center;
 align-items: center;
}
#page-top::before {
 content: ""; /* 疑似要素には必須 */
 display: block; /* ブロック要素にする */
 width: 16px; /* 矢印のサイズを調整 */
 height: 16px; /* 矢印のサイズを調整 */
 border-top: 3px solid white; /* 上の線 */
 border-right: 3px solid white; /* 右の線 */
 transform: rotate(-45deg); /* 上向きに回転 */
 /* 矢印の位置調整（必要であれば） */
 margin-top: 8px; /* 例: 少し下にずらす */
 margin-left: 0; /* 例: 少し右にずらす */
}
/* ボタンが表示される時のスタイル */
#page-top.is-show {
 bottom: 20px; /* 画面の下から20pxの位置に表示 */
 opacity: 1; /* 不透明にする */
 visibility: visible; /* 表示状態にする */
}
/* ホバー時のスタイル */
#page-top:hover {
 background-color: var(--main-red);
}
@media screen and (max-width: 812px) {
 #page-top {
  width: 40px;
  height: 40px;
  right: 5px;
 }
 #page-top::before {
  width: 12px;
  height: 12px;
  margin-top: 5px;
  margin-left: 4.5px;
 }
 #page-top.is-show {
  bottom: 5px;
 }
}
