@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');
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&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;
	min-width:1200px;
	background: #EC6500;
	background: linear-gradient(90deg, rgba(236, 101, 0, 1) 0%, rgba(236, 28, 0, 1) 100%);
}

body.loaded {
	overflow:auto;
}

body #loading {
	content: '';
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: linear-gradient(to bottom, #95a3d0, #bdb2d5, #e7e0e9, #f1f1ed);
	z-index:9999;
}

.body_in {
	padding:0 10px;
}

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;
}

/* コンテント */

.content {
	width:1200px;
	margin:0 auto;
}

/* ギャラリー */

.review_gallery {
	padding:25px 0 0 0;
}

.review_gallery img {
	width:100%;
}

.review_gallery .review_gallery_item {
	margin:0 10px;
	background:rgba(255,255,255,0.65);
	padding:5px;
}

.review_gallery .review_gallery_item a {
	display:block;
}

/* ヘッダー */

#first {
	overflow:hidden;
	background:url(../img/bg_main.jpg) no-repeat  top center;
	background-size:auto 115%;
	position:relative;
}

#first .content {
	position:relative;
}

#first .first_bg {
	position:absolute;
	top:0;
	left:0;
	right:0;
	background: #EC6500;
	background: linear-gradient(90deg, rgba(236, 101, 0, 1) 0%, rgba(236, 28, 0, 1) 100%);
	height:350px;
}



#first img {
	margin:0 auto;
	width:100%;
}

#first h1 {
	position:relative;
	z-index:101;
}

#first h2,
#first .first_lead,
#first .first_text,
#first .first_release,
#first .first_copy,
#first .first_logo_j,
#first .first_logo_e {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:100;
}

/* ナビ */

#nav {
	padding:20px;
}

#nav ul {
	text-align:center;
}

#nav li {
	display:inline-block;
	margin:0 5px;
}

#nav li a {
	display:block;
}

/* コメント */

#comments {
	padding:35px 0 60px 0;
	background:#fff100;
}

#comments .section_title {
	padding:0 0 10px 0;
}

#comments p {
	text-align:center;
	font-size:20px;
	font-weight:500;
}

#comments p span {
	font-size:26px;
	color:rgba(236, 28, 0, 1);
}

#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;
}

/* シーンカット */

.ph_box_out {
	overflow:hidden;
}

.ph_box {
	position:relative;
}

.ph_box li img {
	height:300px;
}

/* タイトル */

.section_title {
	text-align:center;
}

.section_title_in {
	display: inline-block;
}

.section_title_in h3 {
}

/* campaign */

#campaign {
	padding:30px 0 60px 0;
	position:relative;
	overflow:hidden;
}

#campaign:before {
    content: '';
	background:url(../img/bg_campaign.jpg) no-repeat  top center;
	background-attachment: fixed;
	background-size:100% auto;
    position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
    z-index: -2;
}

#campaign:after {
    content: '';
	backdrop-filter: blur(20px); 
    position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
    z-index: -1;
}

#campaign .content {
}

#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:30px;
	font-weight:700;
	text-align:center;
	margin:20px 0 0 0;
}

#campaign p span {
	font-size:40px;
	font-weight:900;
	color:#f92603;
}

#campaign p span.small {
	font-size:20px;
	font-weight:700;
	color:#000000;
}

#campaign .campaign_box {
	margin:30px 0 0 0;
}

#campaign .present_item {
	margin:10px auto 0 auto;
	clear:both;
	overflow:hidden;
}

#campaign .present_item_in {
	width:calc(50% - 10px);
	float:left;
	margin:0 5px 15px 5px;
}

#campaign .present_item_img {
}

#campaign .present_item_img img {
	width:100%;
}

#campaign .present_main_item {
	margin:0 0 25px 0;
}

#campaign .present_main_item .present_item_img img {
	width:auto;
	margin:0 auto;
}

#campaign .present_item_text_h img,
#campaign .present_item_text_p img {
	margin:0 auto;
}

#campaign .present_item_text_h {
}

#campaign .present_item_text_p {
	font-size:18px;
	text-align:center;
	font-weight:600;
	margin:10px 0 15px 0;
}

#campaign .present_item_kome {
	font-size:14px;
	text-align:center;
	font-weight:400;
}

#campaign .present_kome {
	font-size:16px;
	text-align:center;
	font-weight:500;
	margin:15px 0 0 0;
}

#campaign .present_kome span {
	font-size:12px;
	font-weight:500;
}

/* ステップ */

#step {
	padding:40px 0 50px 0;
	position:relative;
	overflow:hidden;
}

#step:before {
    content: '';
	background:url(../img/bg_step.jpg) no-repeat  top center;
	background-attachment: fixed;
	background-size:100% auto;
    position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
    z-index: -2;
}

#step:after {
    content: '';
	backdrop-filter: blur(20px); 
    position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
    z-index: -1;
}

#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:25px 0 20px 0;
}

#step .step_item h3 {
	padding:0 0 10px 0;
}

#step .step_item_in {
	background: #EC6500;
	background: linear-gradient(90deg, rgba(236, 101, 0, 1) 0%, rgba(236, 28, 0, 1) 100%);
	margin:15px 30px 0 30px;
	padding:10px 20px 10px 20px;
}

#step .step_item_in.over {
	padding:25px 20px 10px 20px;
}

#step .step_item_in_in {
	display:table;
	width:100%;
}

#step .step_item_in_in h4,
#step .step_item_in_in .step_d_box {
	display:table-cell;
	vertical-align:middle;
}

#step .step_item_in_in .step_d_box_in {
	display:table;
	width:100%;
}

#step .step_item_in_in h4 {
	width:150px;
	font-size:40px;
	line-height:1;
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-variation-settings;
	color:#ffffff;
	font-weight:600;
	text-align:center;
}

#step .step_item_in_in .step_d_box_in p {
	font-size:24px;
	text-align:left;
	font-weight:700;
	display:table-cell;
	vertical-align:middle;
	padding:0 0 0 15px;
	color:#ffffff;
}

#step .step_item_in p.one {
	width:auto;
	padding:21px 0 21px 25px;
	text-align:left;
}

#step .step_item_in.age p.one {
	color:#ffffff;
	padding:5px 0 5px 25px;
}

#step .step_item_in span {
	font-size:36px;
	font-weight:900;
	color:#ffffff;
}

#step .step_item_in span.small {
	font-size:18px;
	font-weight:700;
	color:#ffffff;
}

#step .step_item_in_in .step_d_box_in .step_but_box {
	display:table-cell;
	vertical-align:middle;
	text-align:right;
}

#step .step_but {
	padding:0 10px 10px 10px;
	display:inline-block;
}

#step .step_but a {
	display: block;
	text-align:center;
	background-color:#ffffff;
	margin:10px 0 0 0;
	line-height:1;
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	padding:5px 10px;
	position: relative;
	z-index: 0;
}

#step .step_but a img {
	height:50px;
}

/* シェア */

#step .share_box {
}

#step .share_item_box {
	clear:both;
	overflow:hidden;
	margin:20px 0 0 0;
}

#step .share_item {
	width:calc(33.3% - 20px);
	background:#ffffff;
	float:left;
	margin:0 10px 20px 10px;
}

#step .share_item_title {
	font-size:24px;
	font-weight:700;
	text-align:center;
	padding:15px 0 13px 0;
	font-family: "Zen Old Mincho", serif;
	font-weight:900;
}

#step .share_item.pickup {
	width:calc(50% - 20px);
}

#step .share_item span {
	transition:1.0s;
	cursor: pointer;
}

#step .share_item span:hover {
	opacity:0.35;
}

#step .share_item_img {
	margin:0 15px;
}

#step .share_item_img img {
	width:100%;
}

#step .share_item_but {
	padding:18px 15px 13px 15px;
	text-align:center;
}

#step .share_item_but span {
	display:inline-block;
	margin:0 5px;
	background: #EC6500;
	background: linear-gradient(90deg, rgba(236, 101, 0, 1) 0%, rgba(236, 28, 0, 1) 100%);
	padding:5px 15px;
	text-align:center;
	width:200px;
}

#step .share_item_but span img {
	height:60px;
	display:block;
	margin:0 auto;
}

#step .share_aside {
	margin:0 10px;
}

#step .share_aside_item {
	display:table;
	width:100%;
	margin:0 0 15px 0;
}

#step .share_aside_item_h,
#step .share_aside_item_d {
	display:table-cell;
	vertical-align:middle;
}

#step .share_aside_item_h {
	background:#000000;
	width:calc( 100% - 700px);
	text-align:center;
	padding:10px;
	position:relative;
}

#step .share_aside_item_h img {
	height:28px;
}

#step .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:15px;
    border-right-width:15px;
    margin-top: -10px;
    border-left-color:#000000;
    left:100%;
    top:50%;
}

#step .share_aside_item_d {
	font-size:14px;
	font-weight:500;
	color:#000000;
	background:#ffffff;
	width:700px;
	padding:10px 20px 10px 30px;
}

#step .share_aside_item_d_in {
	font-size:14px;
	font-weight:800;
	color:#f92603;
}

/* 規約 */

#step .kiyaku_text {
	margin:0 30px;
}

#step .kiyaku_text ul {
	margin:30px auto 0 auto;
}

#step .kiyaku_text li {
	display:table;
}

#step .kiyaku_text li span {
	display:table-cell;
	font-size:12px;
	font-weight:400;
}

#step .kiyaku_text li span a {
	color:#000000;
	font-size:12px;
	font-weight:400;
}

#step .kiyaku {
	padding:25px 25px 10px 25px;
    background:#000000;
	margin:15px 30px 0 30px;
	overflow-y:scroll;
	height:300px;
}

#step .kiyaku::-webkit-scrollbar-thumb {
	background:#fff100;
}

#step .kiyaku::-webkit-scrollbar {
	width:5px;
}

#step .kiyaku::-webkit-scrollbar-track{
	background: #999999;
}

#step .kiyaku::-webkit-scrollbar-thumb {
	background-color:#EC6500;
	box-shadow:0 0 0 1px #EC6500;
}

#step .kiyaku h4 {
	font-size:14px;
	color:#ffffff;
	font-weight:600;
	margin:0 auto 15px auto;
}

#step .kiyaku h5 {
	font-size:12px;
	color:#EC6500;
	font-weight:600;
}

#step .kiyaku ul {
	margin:5px auto 20px 13px;
}

#step .kiyaku li {
	color:#ffffff;
	font-size:12px;
	position:relative;
	padding:0 0 0 2px;
	font-weight:400;
	list-style-type:decimal;
}

#step .kiyaku li a {
	color:#ffffff;
	font-size:12px;
	font-weight:400;
}

#step .kiyaku p {
	color:#ffffff;
	font-size:12px;
	font-weight:400;
	margin:5px auto 20px auto;
}

#step .step_kome {
	margin:30px 0 30px 0;
	font-size:20px;
	text-align:center;
	font-weight:600;
}

/* review */

#review {
	padding:40px 0 50px 0;
	position:relative;
	overflow:hidden;
}

#review:before {
    content: '';
	background:url(../img/bg_review.jpg) no-repeat  top center;
	background-attachment: fixed;
	background-size:100% auto;
    position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
    z-index: -2;
}

#review:after {
    content: '';
	backdrop-filter: blur(20px); 
    position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
    z-index: -1;
}

#review .special_reviews_box {
	padding:30px 0 0 0;
}

#review .special_reviews_item {
	margin:0 0 15px 0;
	background:rgba(255,255,255,0.65);
	padding:12px 10px 10px 10px;
}

#review .special_reviews_item .special_reviews_item_in {
	padding:25px 220px 35px 35px;
	position:relative;
	--border-color:rgba(236, 101, 0, 0.5);
}

#review .special_reviews_item .special_reviews_item_in::before,
#review .special_reviews_item .special_reviews_item_in::after {
   content: "";
   height: 100%;
   width:30px;
   position: absolute;
   bottom: 0;
   border-top:2px solid var(--border-color);
   border-bottom:2px solid var(--border-color);
}

#review .special_reviews_item .special_reviews_item_in::before {
   border-left: 2px solid var(--border-color);
   left: 0;
}

#review .special_reviews_item .special_reviews_item_in::after {
   border-right: 2px solid var(--border-color);
   right: 0;
}

#review .special_reviews_item_text,
#review .special_reviews_item_text span,
#review .special_reviews_item p {
	line-height:1.7;
	font-family: "Zen Old Mincho", serif;
	font-style: normal;
}

#review .special_reviews_item_text {
	font-size:36px;
	font-weight:700;
}

#review .special_reviews_item_text span {
	font-size:16px;
	font-weight:700;
	display:block;
	line-height:1.7;
}

#review .special_reviews_item_text span.small {
	font-size:26px;
	display:inline-block;
}

#review .special_reviews_item_in p {
	font-size:20px;
	font-weight:700;
	margin:15px 0 0 0;
}

#review .special_reviews_item_in p span {
	font-size:30px;
	font-weight:700;
    color:rgba(236, 28, 0, 1);
	line-height:1.5;
	font-family: "Zen Old Mincho", serif;
	font-weight:900;
}

#review .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 rgba(236, 101, 0, 0.5);
	padding:0 0 0 25px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#review .special_reviews_item .special_reviews_item_in .share_but a {
	display:block;
	line-height:1;
	text-align:center;
	color:#ffffff;
	font-size:36px;
	text-decoration: none;
	background: #EC6500;
	background: linear-gradient(90deg, rgba(236, 101, 0, 1) 0%, rgba(236, 28, 0, 1) 100%);
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	padding:12px 30px 15px 30px;
}

#review .special_reviews_item .special_reviews_item_in .share_but a:hover {
	opacity:0.65;
}

#review .special_reviews_item .back_link {
	text-align:right;
}

#review .special_reviews_item .back_link a {
	color:#232323;
	font-size:16px;
	font-weight:500;
}

/* 応募締切 */

.campaign_end {
	text-align:center;
	font-size:24px;
	font-weight:700;
	margin:15px 0 0 0;
}

.campaign_end span {
	font-size:48px;
	font-weight:700;
}

/* タイトル */

#title {
	padding:40px 0 40px 0;
}

#title img {
	width:100%;
}

#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:10px;
	font-weight:400;
	margin:20px 0 0 0;
	color:#ffffff;
}

/* soon */

.soon {
	font-size:48px;
	color:#ffffff;
	text-align:center;
	margin:40px 0 0 0;
	font-weight:600;
}

.soon.bk {
	color:#000000;
}

/* ボタン */

.but_box_in a ,
.but_box_in span {
	display:block;
	font-size:16px;
	font-weight:500;
	color: #ffffff;
	text-decoration:none;
	transition:1.0s;
	border-radius:85px;
	padding:15px 20px 15px 0;
	text-align:center;
	position:relative;
	background:#121212;
}

.but_box_in a::after,
.but_box_in span::after {
	content: '';
	position: absolute;
	top:calc(50% - 5px);
	right:30px;
	vertical-align: middle;
	color: #ffffff;
	line-height: 1;
	width:10px;
	height:10px;
	border-top:3px solid #ffffff;
	border-right:3px solid #ffffff;
	transform: rotate(45deg);
}

.but_box {
	padding:0;
	text-align:center;
}

.but_box_in {
	margin:15px 5px 0 5px;
	text-align:center;
	display:inline-block;
	width:360px;
}

/* スマホ */

.only_pc {
	display:block;
}

.only_sp {
	display:none;
}


@media screen and (max-width:720px) {

	body {
		min-width:320px;
	}

	.only_pc {
		display:none;
	}

	.only_sp {
		display:block;
	}

	body {
		min-width:320px;
	}

	.body_in {
		padding:0 5px;
	}

	/* コンテント */

	.content {
		width:auto;
	}

	/* ナビ */

	#nav {
		padding:15px 3.5% 5px 3.5%;
	}

	#nav li {
		width:calc( 50% - 10px );
		margin:0 3px 10px 3px;
	}

	#nav li img {
		width:100%;
	}

	/* ギャラリー */

	.review_gallery {
		padding:20px 0 0 0;
	}

	.review_gallery .review_gallery_item {
		margin:0 8px;
	}

	/* ヘッダー */
	
	#first {
		min-width:320px;
	    background-size: auto 100%;
	}

	#first .first_bg {
	    height:20%;
	}

	/* コメント */

	#comments {
		padding:25px 0 30px 0;
	}

	#comments .section_title {
		padding:0;
	}

	#comments h3 {
		margin:0 6.5%;
	}

	#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:15px 0 30px 0;
	}

	#campaign:before {
		background-size:auto 100%;
	}

	#campaign h3 img,
	#campaign h4 img {
		height:70px;
	}

	#campaign p {
		font-size:18px;
		padding:0 5%;
		margin:20px 0 20px 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:10px 0 0 0;
	}

	#campaign .present_item {
		margin:20px 0 0 0;
		padding:0;
		width:auto;
	}

	#campaign .present_item_in {
		width:auto;
		margin:0 10.5% 8px 8%;
	}

	#campaign .present_item_in img {
		width:100%;
	}

	#campaign .present_kome {
		font-size:10px;
		padding:10px 0 0 0;
	    margin:0;
	}

	#campaign .present_kome span {
	    font-size:10px;
	}

	#campaign .present_item_kome {
	    font-size:10px;
	}

	#campaign .present_main_item {
	    margin: 0 0 20px 0;
	}

	#campaign .present_main_item .present_item_img img,
	#campaign .present_main_item .present_item_text_h img {
		width:100%;
	}

	#campaign .present_item_text {
	    margin:5px 0 0 0;
	}

	#campaign .present_item_text_p {
	    font-size:12px;
	    margin:5px 0 10px 0;
	}

	/* ステップ */

	#step {
		padding:20px 0 30px 0;
	}

	#step:before {
		background-size:auto 100%;
	}

	#step h3 img,
	#step h4 img {
		height:70px;
	}

	#step .step_item {
		margin:0 0 20px 0;
	}

	#step .step_item h3 {
		padding:0 0 10px 0;
	}

	#step .step_item_in {
		margin:10px 5% 20px 5%;
		padding:25px 15px 25px 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_in p {
		font-size:18px;
		display:block;
		padding:0 10px;
		text-align:center;
	}

	#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 .share_item_title {
	    font-size:16px;
	}

	#step .step_but {
		padding:5px 5px 10px 5px;
		display:inline-block;
	}

	#step .step_but a {
		display: block;
		padding:5px;
	}

	#step .step_but a img {
		width:auto;
 	   height:45px;
	}

	/* シェア */

	#step .share_item_box {
		margin:20px 0 0 0;
	}

	#step .share_item {
		width:auto;
		float:none;
		margin:0 0 15px 0;
	}

	#step .share_item.pickup {
		width:auto;
	}

	#step .share_item_img img {
		width:100%;
	}

	#step .share_item_but {
		padding:13px 15px 8px 15px;
	}

	#step .share_item_but span {
		display:inline-block;
		margin:0 5px;
		padding:5px 15px;
		width:120px;
	}

	#step .share_item_but span img {
		width:100%;
		height:auto;
		display:block;
	}

	#step .share_aside {
		margin:0;
	}

	#step .share_aside_item {
		display:block;
		width:auto;
		margin:0 0 15px 0;
	}

	#step .share_aside_item_h,
	#step .share_aside_item_d {
		display:block;
	}

	#step .share_aside_item_h {
		width:auto;
		padding:10px;
	}

	#step .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%;
	}

	#step .share_aside_item_h img {
		height:20px;
	}

	#step .share_aside_item_d {
		font-size:12px;
		width:auto;
		padding:15px 20px 10px 20px;
	}

	#step .share_aside_item_d_in {
		font-size:12px;
	}

	/* 規約 */

	#step .kiyaku {
		padding:20px 15px 10px 15px;
		margin:0 5% 0 5%;
	}

	#step .kiyaku h4,
	#step .kiyaku h5 {
		text-align:center;
	}

	#step .kiyaku p {
	    font-size:10px;
	    margin: 5px auto 15px auto;
	}

	#step .kiyaku ul {
		margin:5px 0 15px 10px;
	}

	#step .kiyaku li {
		font-size:10px;
	}

	#step .kiyaku li a {
		font-size:10px;
	}

	#step .step_kome {
		margin:20px 0 20px 0;
		font-size:14px;
	}

	#step .kiyaku_text {
		margin:0 5%;
		padding:0;
	}

	#step .kiyaku_text ul {
		margin:20px auto 0 auto;
	}

	#step .kiyaku_text li span {
		font-size:11px;
	}

	#step .kiyaku_text li span b {
	    font-size:11px;
	}

	#step .kiyaku_text li span a {
		font-size:11px;
	}

	/* レビュー */

	#review {
		padding:25px 0 30px 0;
	}

	#review:before {
		background-size:auto 100%;
	}

	#review h3 img {
		height:70px;
	}

	#review .special_reviews_box {
		padding:15px 3.5% 0 3.5%;
	}

	#review .special_reviews_item {
		margin: 0 0 15px 0;
	}

	#review .special_reviews_item .special_reviews_item_in {
		padding:20px 25px 20px 25px;
	}
	
	#review .special_reviews_item_text {
		font-size:24px;
		text-align:center;
	}

	#review .special_reviews_item_text span {
		font-size:12px;
		display:block;
		text-align:center;
	}

	#review .special_reviews_item_text span.small {
		display:inline;
		font-size:18px;
	}

	#review .special_reviews_item_in p {
		font-size:16px;
		text-align:center;
	}
	
	#review .special_reviews_item_in p span {
		font-size:20px;
	}

	#review .special_reviews_item .special_reviews_item_in .share_but {
		position:static;
		border-top:1px solid rgba(236, 101, 0, 0.5);
		border-left:0;
		padding:15px 0 0 0;
		display:block;
		text-align:center;
		margin:20px 0 0 0;
	}

	#review .special_reviews_item .special_reviews_item_in .share_but a {
		display:inline-block;
		font-size:18px;
		padding:10px 50px 10px 50px;
	}

	/* 応募締切 */

	.campaign_end {
		font-size:14px;
		padding:0;
		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:130px;
	}

	/* ボタン */

	.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;
	}

	/* タイトル */

	#title {
		padding:20px 0 20px 0;
	}

	#title .title_logo img {
		width:95%;
	}

	#title .title_release {
		margin:20px 0 0 0;
	}

	#title .title_release img {
		width:35%;
	}

	#title .title_copyright {
		font-size:10px;
		margin:20px 0 0 0;
	}

}

/* 予告 */

.ytMovie_box {
	position:relative;
	padding-bottom:56.5%;
	height:0;
	overflow:hidden;
}

.ytMovie_box.share {
	padding-bottom:52.45%;
}

.ytMovie_box iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* 効果 */
#first h1,#first h2,.first_text,.present_item_in,.first_lead,.first_copy,.first_logo_j,.first_logo_e {
	visibility:hidden;
}