@charset "UTF-8";

/* ====================================================== */
.btn{
	margin: 0 auto;
	text-align: center;
	animation: swing linear 4s infinite;
}
.swing{
	animation: swing linear 4s infinite;
}
@keyframes swing {
	0% {
		transform: rotate(0deg);
	}
	40% {
		transform: rotate(0deg);
	}
	45% {
		transform: rotate(-5deg);
	}
	50% {
		transform: rotate(0deg);
	}
	55% {
		transform: rotate(5deg);
	}
	60% {
		transform: rotate(0deg);
	}
	65% {
		transform: rotate(-5deg);
	}
	70% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

.bnr{
	position: fixed;
	top: 285px;
	right: -8px;
	z-index: 10;
}

/* mainVisual
--------------------------------------------- */
#mainVisual{
	background: url(../img/main_bg.jpg) no-repeat center top/cover;
	position: relative;
	padding: 490px 0 30px;
}
#mainVisual h1{
	flex-shrink: 0;
}
#mainVisual div.img_wrap{
	width: 100%;
	display: flex;
	justify-content: center;
	position: absolute;
	transform: translateX(-50%);
	top: 40px;
	left: 50%;
}

#mainVisual div.img_wrap .img_left{
	position: relative;
}
#mainVisual div.img_wrap .img_right{
	position: relative;
}
	#mainVisual div.img_wrap > div{
		width: 150px;
		height: 446px;
	}
	#mainVisual div.img_wrap div p{
		position: absolute;
	}
	#mainVisual div.img_wrap .img_left p:nth-of-type(1){
		top: 75px;
		right: -100px;
	}
	#mainVisual div.img_wrap .img_left p:nth-of-type(2){
		top: 120px;
		right: -30px;
	}
	#mainVisual div.img_wrap .img_left p:nth-of-type(3){
		top: 24%;
		right: -10px;
	}
	#mainVisual div.img_wrap .img_left p:nth-of-type(4){
		bottom: 43px;
		right: -115px;
	}
	#mainVisual div.img_wrap .img_right p:nth-of-type(1){
		top: 50px;
		left: -115px;
	}
	#mainVisual div.img_wrap .img_right p:nth-of-type(2){
		top: 24%;
		left: -10px;
	}
	#mainVisual div.img_wrap .img_right p:nth-of-type(3){
		bottom: 67px;
		left: -77px;
	}
.loop_slide .slick-slide{
	margin: 0 10px;
}

.swing01{
	animation: swing01 linear 2s 2s infinite;
}
@keyframes swing01 {
	0% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(25deg);
	}
	50% {
		transform: rotate(0deg);
	}
	75% {
		transform: rotate(-25deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

.swing02{
	animation: swing02 linear 2s 2s infinite;
}
@keyframes swing02 {
	0% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(-25deg);
	}
	50% {
		transform: rotate(0deg);
	}
	75% {
		transform: rotate(25deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

.swing03{
	animation: swing03 linear 4.5s infinite;
}
@keyframes swing03 {
	0% {
		transform: rotate(0deg);
	}
	40% {
		transform: rotate(0deg);
	}
	45% {
		transform: rotate(-10deg);
	}
	50% {
		transform: rotate(0deg);
	}
	55% {
		transform: rotate(10deg);
	}
	60% {
		transform: rotate(0deg);
	}
	65% {
		transform: rotate(-10deg);
	}
	70% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(0deg);
	}
}
.swing04{
	animation: swing04 linear 4.5s infinite;
}
@keyframes swing04 {
	0% {
		transform: rotate(0deg);
	}
	40% {
		transform: rotate(0deg);
	}
	45% {
		transform: rotate(10deg);
	}
	50% {
		transform: rotate(0deg);
	}
	55% {
		transform: rotate(-10deg);
	}
	60% {
		transform: rotate(0deg);
	}
	65% {
		transform: rotate(10deg);
	}
	70% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

/* アンカーリンク
--------------------------------------------- */
.nav{
	display: flex;
	justify-content: center;
	background: #430F0F;
	padding: 20px;
	line-height: 1;
	color: #FFED8B;
	font-size: 18px;
	font-family: 'RocknRoll One', sans-serif;
}
.nav li{
	display: table;
	width: 186px;
}
.nav li::before,
.nav li:last-child::after{
	content: "";
	display: inline-block;
	background: url(../img/nav_line.svg) no-repeat center/contain;
	width: 2px;
	height: 30px;
}
.nav li a{
	display: table-cell;
	vertical-align: middle;
	height: 30px;
	text-align: center;
}

/* はじめに
--------------------------------------------- */
#area01{
	background: url(../img/bg02.png) no-repeat right center/898px,#931E34;
	padding: 85px 0;
	font-family: 'RocknRoll One', sans-serif;
}
#area01 .inner{
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}
#area01 .read{
	margin: 0 0 20px;
	color: #CAB46D;
	font-size: 26px;
}
#area01 .txt{
	color: #fff;
	font-size: 18px;
}

/* ストーリー・ムービー
--------------------------------------------- */
#area02{
	background: url(../img/bg03.jpg) repeat-y center top/100%;
	padding: 50px 0;
}
.story{
	max-width: 900px;
	width: 100%;
	padding: 100px 90px;
	margin: 0 auto 75px;
	background: url(../img/story_bg.png) no-repeat center/98%,#EDE1CD;
}
.story .flex_wrap{
	display: flex;
	align-items: center;
}
	.story .flex_wrap > p{
		font-size: 18px;
		font-weight: 500;
		letter-spacing: .05em;
		line-height: 2;
	}
	.story .flex_wrap .photo_area{
		width: 200px;
		flex-shrink: 0;
	}
	.story .flex_wrap .photo_area p{
		text-align: center;
	}
	.video{
		width: 800px;
		height: 458px;
		/* padding-bottom: 56.25%; */
		position: relative;
		border: 10px solid #430F0F;
		margin: 0 auto;
	}
	.video iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}


/* 参加方法
--------------------------------------------- */
#area03{
	background: url(../img/bg04.jpg) repeat left top/100px;
}
.flow_slide{
	max-width: 820px;
	width: 100%;
	margin: 0 auto!important;
}
.flow_slide .slick-slide{
	margin: 0 10px;
}
.flow_slide .slick-slide li{
	background: #F0EEDC;
	border-radius: 20px;
}
.flow_slide li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	padding: 60px 50px;
}
.flow_slide li .photo{
	order: 2;
	flex-shrink: 0;
	margin-left: 50px;
}
.flow_slide li .txt_area{
	order: 1;
}
.flow_slide li .step{
	color: #430F0F;
	font-size: 32px;
	font-family: 'RocknRoll One', sans-serif;
	margin: 0 0 10px;
}
.flow_slide li .step span{
	color: #2F6E0E;
	font-size: 24px;
	padding-right: 15px;
}
.flow_slide li .txt{
	font-weight: 500;
	margin-bottom: 30px;
}
.flow_slide li .slide_btn{
}

/* dotsカスタム */
.dots{
	display: flex;
	justify-content: center;
	margin: 20px 0 0;
	font-size: 30px;
	font-family: 'RocknRoll One', sans-serif;
}
.dots li{
	background: #BFACAC;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	margin: 0 15px;
	color: #fff;
	cursor: pointer;
}
.dots li.slick-active{
	background: #CAB46D;
	color: #430F0F;
}
.dots li div{
	text-align: center;
}
/* arrowsカスタム */
.flow_slide .slick-prev,
.flow_slide .slick-next{
	top: 45%;
	width: 36px;
	height: 40px;
}
.slick-prev:before, .slick-next:before{
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	opacity: 1;
}
	.slick-next:before{
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.slick-prev:before{
		border-bottom: 1px solid #fff;
		border-left: 1px solid #fff;
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

.notes_area{
	background: #931E34;
	padding: 70px 20px;
}
	.notes_area h3,
	.notes_area h3 + p{
		color: #fff;
		font-size: 32px;
		text-align: center;
		font-weight: normal;
		font-family: 'RocknRoll One', sans-serif;
	}
	.notes_area h3 + p{
		margin: 0 0 20px;
		font-size: 24px;
	}
	.notes_area ul{
		display: flex;
		justify-content: space-between;
		max-width: 988px;
		width: 100%;
		margin: 0 auto;
	}
	.notes_area ul li{
		background: #fff;
		border-radius: 10px;
		width: 240px;
		padding: 30px 20px;
	}
	.notes_area ul li p{
		margin-top: 20px;
		color: #7B1125;
		font-weight: bold;
		text-align: center;
		line-height: 1.6;
	}

/* 当日の流れ
--------------------------------------------- */
#area04{
	background: url(../img/bg05.png) repeat-y -8% top/315px,
	url(../img/bg06.png) repeat-y 108% top/315px,
	url(../img/bg03.jpg) repeat-y center top/100%;
}
	#area04 > ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		max-width: 1000px;
		width: 100%;
		margin: 0 auto 50px;
	}
	#area04 > ul li{
		width: 304px;
		margin: 20px 10px 0;
		position: relative;
	}
	#area04 > ul li:not(:first-child)::before{
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 13px 20px 13px;
		border-color: transparent transparent transparent #931E34;
		position: absolute;
		top: 135px;
		left: -20px;
	}
	#area04 > ul li p:nth-of-type(1){
		color: #AA1111;
		font-size: 24px;
		text-align: center;
		font-family: 'RocknRoll One', sans-serif;
	}
	#area04 > ul li p:nth-of-type(2){
		padding: 10px 20px 0;
		font-weight: 500;
	}
	#area04 > ul li p .kome01{
		font-size: 12px;
	}
	#area04 > ul li p .kome02{
		font-size: 14px;
	}
.box_wrap{
	display: flex;
	justify-content: space-between;
	max-width: 900px;
	margin: 80px auto 40px;
}
.box_wrap .box{
	border: 5px solid #867724;
	background: #F7F5F2;
	width: 428px;
	padding: 74px 15px 20px;
	font-weight: 500;
	position: relative;
}
.box_wrap .box:nth-of-type(1){
	padding: 74px 40px 20px;
}
.box_wrap .box h3{
	width: 100%;
	text-align: center;
	position: absolute;
	top: -40px;
	left: 0;
}
.box_wrap .box .round{
	text-indent: -1.5em;
	padding-left: 1.5em;
	color: #AA1111;
	font-size: 20px;
	font-weight: bold;
}
.box_wrap .kome{
	font-size: 14px;
}
.box_wrap .txt{
	background: url(../img/flow_illust01.png) no-repeat -15px center/146px;
	padding: 30px 0 30px 144px;
	margin: 20px 0 0;
}
.box_wrap .check_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 30px;
}
.box_wrap .check_list li{
	background: url(../img/icon_check.jpg) no-repeat left center/24px;
	padding-left: 30px;
	width: 50%;
	color: #430F0F;
	font-size: 20px;
	font-weight: bold;
}
.box_wrap .present{
	background: #FCEDC5;
	padding: 15px 175px 15px 15px;
	margin-top: 30px;
	font-weight: normal;
	line-height: 1.6;
	position: relative;
}
.box_wrap .present::after{
	content: "";
	background: url(../img/flow_illust02.png) no-repeat center/contain;
	width: 160px;
	height: 150px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.box_wrap .present span{
	display: block;
	color: #AA1111;
	font-weight: bold;
	font-size: 18px;
}


/* インスタグラム
--------------------------------------------- */
.ig_area{
	background: url(../img/bg07.jpg) repeat left top/442px;
}
	.ig_area > h2,
	.ig_area > p{
		color: #7B1125;
		font-size: 53px;
		font-family: 'Otomanopee One', sans-serif;
		text-align: center;
		line-height: 1.6;
	}
	.ig_area > p{
		font-size: 20px;
		margin: 0 0 30px;
	}
	.ig_wrap{
		max-width: 763px;
		margin: 0 auto;
	}
	.instagram{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.instagram > div{
		width: 31%;
		margin-top: 17px;
	}

/* ゲームの感想
--------------------------------------------- */
#area05{
	background: url(../img/bg08.jpg) repeat left top/100px;
}
#area05 h2{
	margin-bottom: 75px;
}
#area05 .flex_wrap{
	display: flex;
	justify-content: space-between;
	max-width: 957px;
	margin: 0 auto;
}
	.voice{
		width: 47%;
	}
	.voice h3{
		border-bottom: 1px solid #FFDD1F;
		color: #FFDD1F;
		font-size: 24px;
		font-family: 'RocknRoll One', sans-serif;
		font-weight: normal;
		padding: 0 0 10px;
	}
	.voice ul li{
		display: flex;
		align-items: center;
		margin: 20px 0 0;
		color: #fff;
		font-weight: 500;
	}
	.voice ul li .photo{
		flex-shrink: 0;
		margin-right: 20px;
	}


/* ゲームの感想運営担当者からみなさまへ
--------------------------------------------- */
.message{
	background: #1A2F77;
}
	.message .box{
		border: 5px solid #867724;
		background: #F7F5F2;
		max-width: 900px;
		width: 100%;
		padding: 90px 80px 45px;
		margin: 40px auto 0;
		position: relative;
	}
	.message .box h2{
		width: 100%;
		position: absolute;
		top: -40px;
		left: 0;
		text-align: center;
	}
	.message .box h2::before,
	.message .box h2::after{
		content: "";
		position: absolute;
		transform: translateY(-50%);
		top: 50%;
	}
	.message .box h2::before{
		background: url(../img/illust04.png) no-repeat center/contain;
		width: 113px;
		height: 67.5px;
		left: 50px;
	}
	.message .box h2::after{
		background: url(../img/illust01.png) no-repeat center/contain;
		width: 47.5px;
		height: 73px;
		transform: translateY(-50%)rotate(25deg);
		right: 100px;
	}
	.message .box p{
		color: #430F0F;
		font-weight: 500;
	}


/* よくある質問
--------------------------------------------- */
.qa{
	background: url(../img/bg03.jpg) repeat-y center top/100%;
}
	.qa .inner{
		max-width: 960px;
		margin: 0 auto;
	}
	.qa h3{
		border-bottom: 1px solid #7B1125;
		color: #7B1125;
		font-size: 24px;
		font-family: 'RocknRoll One', sans-serif;
		font-weight: normal;
		padding: 0 0 10px;
		margin: 0 0 20px;
	}
	.qa h3:not(:first-of-type){
		margin-top: 40px;
	}
	.qa .accordion:not(:last-of-type){
		margin: 0 auto 20px;
	}
	.qa .accordion dt{
		background: #430F0F;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		padding: 20px 20px 20px 65px;
		margin: 0;
		text-indent: -15px;
		cursor: pointer;
		position: relative;
	}
	.qa .accordion dt::before,
	.qa .accordion dt.accordion_open::after{
		content: "";
		border-top: 2px solid #fff;
		position: absolute;
		transform: translateY(-50%);
		top: 50%;
	}
	.qa .accordion dt::before{
		width: 20px;
		right: 20px;
	}
	.qa .accordion dt.accordion_open::after{
		border-left: 2px solid #fff;
		height: 20px;
		right: 29px;
	}
	.qa .accordion dt span::before,
	.qa .accordion dd::before{
		display: inline-block;
		font-size: 24px;
		font-family: 'Otomanopee One', sans-serif;
		font-weight: normal;
		margin-right: 10px;
	}
	.qa .accordion dt span::before{
		content: "Q.";
	}
	.qa .accordion dd{
		display: none;
		border: 1px solid #430F0F;
		padding: 25px 40px 25px 100px;
		text-indent: -18px;
		font-weight: 500;
	}
	.qa .accordion dd::before{
		content: "A.";
		color: #AA1111;
	}
	.qa .accordion dd a{
		text-indent: 0;
		text-decoration: underline;
	}
	.qa .accordion dd a:hover{
		text-decoration: none;
	}
	.qa .btn{
		margin-top: 70px;
	}


/* 注意事項
--------------------------------------------- */
.attention p{
	max-width: 946px;
	margin: 0 auto;
}


/*　■ SNS リンク
------------------------------------------- */
#sns {
	max-width: 470px;
	background: #fff;
	padding: 0 0 60px;
	margin: 0 auto;
}

#sns .icon_box {
	display: flex;
	justify-content: space-between;
	max-width: 80vw;
	margin: 0 auto;
}

#sns .icon_box li {
	text-align: center;
	min-width: 60px;
}

#sns .icon_box li p {
	margin-top: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#sns .icon_box li img {
	width: 45px;
	height: 45px;
}

/* ▼▼▼ 480px〜768px
====================================================== */
@media screen and (max-width: 768px) {
	.btn{
		margin: 0 auto;
		text-align: center;
	}

	.bnr{
		/* display: none; */
		width: 100%;
		top: auto;
		left: 0;
		bottom: 0;
		right: auto;
		text-align: center;
	}

	/* mainVisual
	--------------------------------------------- */
	#mainVisual{
		background: url(../img/main_bg_sp.jpg) no-repeat center top/100%;
		padding: 75vw 0 30px;
	}
	#mainVisual div.img_wrap{
		width: 100%;
	}
	#mainVisual h1{
		width: 65vw;
	}
	#mainVisual div.img_wrap .img_left{
		position: relative;
	}
	#mainVisual div.img_wrap .img_right{
		position: relative;
	}
		#mainVisual div.img_wrap > div{
			width: 18%;
			height: 67vw;
		}
		#mainVisual div.img_wrap .img_left p:nth-of-type(1){
			top: 15%;
			right: -15vw;
			width: 7vw;
		}
		#mainVisual div.img_wrap .img_left p:nth-of-type(2){
			top: 26%;
			right: -6vw;
			width: 5vw;
		}
		#mainVisual div.img_wrap .img_left p:nth-of-type(3){
			top: 12%;
			right: -3vw;
			width: 18vw;
		}
		#mainVisual div.img_wrap .img_left p:nth-of-type(4){
			bottom: 19%;
			right: -17vw;
			width: 16vw;
		}
		#mainVisual div.img_wrap .img_right p:nth-of-type(1){
			top: 12%;
			left: -15vw;
			width: 14vw;
		}
		#mainVisual div.img_wrap .img_right p:nth-of-type(2){
			top: 12%;
			left: -3vw;
			width: 16vw;
		}
		#mainVisual div.img_wrap .img_right p:nth-of-type(3){
			bottom: 14vw;
			left: -14vw;
			width: 11vw;
		}

	/* アンカーリンク
	--------------------------------------------- */
	.nav{
		flex-wrap: wrap;
		padding: 10px 5px 5px;
		color: #FFED8B;
		font-size: 16px;
	}
	.nav li{
		width: 33%;
		margin: 0 0 8px;
	}
	.nav li::before,
	.nav li:nth-child(3)::after,
	.nav li:last-child::after{
		content: "";
		display: inline-block;
		background: url(../img/nav_line.svg) no-repeat center top/2px 30px;
		width: 2px;
		height: 20px;
	}
	.nav li a{
		display: table-cell;
		vertical-align: middle;
		height: 20px;
		text-align: center;
	}

	/* はじめに
	--------------------------------------------- */
	#area01{
		background: url(../img/bg02_sp.png) no-repeat center bottom/100%,#931E34;
		padding: 40px 20px;
		font-family: 'RocknRoll One', sans-serif;
	}
	#area01 .inner{
		margin: 0 auto;
	}
	#area01 .read{
		margin: 0 0 10px;
		line-height: 1.6;
	}

	/* ストーリー・ムービー
	--------------------------------------------- */
	#area02{
		background: url(../img/bg03.jpg) repeat-y center top/100%;
		padding: 20px;
	}
	.story{
		width: 100%;
		padding: 30px 20px;
		margin: 0 auto 50px;
		background: #EDE1CD;
	}
	.story .flex_wrap{
		display: flex;
		flex-wrap: wrap;
	}
		.story .flex_wrap > p{
			order: 2;
			font-size: 16px;
		}
		.story .flex_wrap .photo_area{
			order: 1;
			width: 124px;
			margin: 0 auto 20px;
		}
		.story .flex_wrap .photo_area p{
			text-align: center;
		}
		.video{
			width: 100%;
			height: 0;
			padding-bottom: 56.25%;
			position: relative;
			border: 5px solid #430F0F;
		}
		.video iframe{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}


	/* 参加方法
	--------------------------------------------- */
	#area03{
		background: url(../img/bg04.jpg) repeat left top/100px;
	}
	.flow_slide{
		max-width: 820px;
		width: 100%;
		margin: 0 auto!important;
	}
	.flow_slide .slick-slide{
		margin: 0 10px;
	}
	.flow_slide .slick-slide li{
		background: #F0EEDC;
		border-radius: 20px;
	}
	.flow_slide li a{
		display: block;
		height: 100%;
		padding: 20px;
	}
	.flow_slide li .photo{
		width: 70%;
		margin: 0 auto 20px;
	}
	.flow_slide li .txt_area{
		order: 1;
	}
	.flow_slide li .step{
		font-size: 22px;
		margin: 0 0 10px;
	}
	.flow_slide li .step span{
		font-size: 16px;
		padding-right: 5px;
	}
	.flow_slide li .txt{
		margin-bottom: 20px;
	}
	.flow_slide li .slide_btn{
	}

	/* arrowsカスタム */
	.flow_slide .slick-prev{
		left: -20px;
	}
	.flow_slide .slick-next{
		right: -20px;
	}
	.slick-prev:before, .slick-next:before{
		width: 15px;
		height: 15px;
		opacity: 1;
	}

	.notes_area{
		background: #931E34;
		padding: 40px 20px;
	}
		.notes_area h3,
		.notes_area h3 + p{
			font-size: 26px;
			line-height: 1.6;
		}
		.notes_area h3 + p{
			margin: 0 0 25px;
			font-size: 18px;
		}
		.notes_area ul{
			flex-wrap: wrap;
			justify-content: space-between;
			margin-top: -21px;
		}
		.notes_area ul li{
			width: 48%;
			padding: 20px 10px;
			margin: 10px auto 0;
		}
		.notes_area ul li p{
			margin-top: 20px;
			line-height: 1.6;
		}

	/* 当日の流れ
	--------------------------------------------- */
	#area04{
		background: url(../img/bg03.jpg) repeat-y center top/100%;
	}
		#area04 > ul{
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
			max-width: 1000px;
			width: 100%;
			margin: -50px auto 50px;
		}
		#area04 > ul li{
			width: 304px;
			margin: 50px 0 0;
			position: relative;
		}
		#area04 > ul li:not(:first-child)::before{
			border-style: solid;
			border-width: 18px 13px 0 13px;
			border-color: #931E34 transparent transparent transparent;
			transform: translateX(-50%);
			top: -30px;
			left: 50%;
		}

		#area04 > ul li p .kome01,
		#area04 > ul li p .kome02{
			font-size: 12px;
		}
	.box_wrap{
		display: block;
		margin: 40px 0 20px;
	}
	.box_wrap .box{
		border: 3px solid #867724;
		width: 100%;
		padding: 40px 20px 20px;
	}
	.box_wrap .box:nth-of-type(1){
		padding: 40px 20px 20px;
		margin-bottom: 70px;
	}
	.box_wrap .box h3{
		width: 100%;
		text-align: center;
		position: absolute;
		top: -27px;
		left: 0;
		text-align: center;
	}
	.box_wrap .box h3 img{
		max-width: 260px;
		width: 100%;
	}
	.box_wrap .box .round{
		text-indent: -1.5em;
		padding-left: 1.5em;
		color: #AA1111;
		font-size: 20px;
		font-weight: bold;
	}
	.box_wrap .kome{
		font-size: 14px;
	}
	.box_wrap .txt{
		background: url(../img/flow_illust01.png) no-repeat -15px center/45%;
		padding: 20px 0 20px 37%;
		margin: 20px 0 0;
	}
	.box_wrap .check_list{
		display: block;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 0 20px;
	}
	.box_wrap .check_list li{
		padding-left: 30px;
		width: 100%;
	}
	.box_wrap .present{
		padding: 15px 45% 15px 15px;
		margin-top: 20px;
	}
	.box_wrap .present::after{
		width: 45%;
		height: 100%;
	}
	.box_wrap .present span{
		display: block;
		font-size: 15px;
	}


	/* インスタグラム
	--------------------------------------------- */
	.ig_area{
		background: url(../img/bg07.jpg) repeat left top/442px;
	}
		.ig_area > h2,
		.ig_area > p{
			font-size: 42px;
		}
		.ig_area > p{
			font-size: 18px;
			margin: 0 0 20px;
		}
		.ig_wrap{
			max-width: 763px;
			margin: 0 auto;
		}
		.ig_wrap{
			max-width: 763px;
			margin: 0 auto;
		}
		.instagram > div{
			width: 48%;
			margin-top: 15px;
		}

	/* ゲームの感想
	--------------------------------------------- */
	#area05{
		background: url(../img/bg08.jpg) repeat left top/100px;
	}
	#area05 h2{
		margin-bottom: 40px;
	}
	#area05 .flex_wrap{
		display: block;
	}
		.voice{
			width: 100%;
		}
		.voice:first-of-type{
			margin-bottom: 40px;
		}
		.voice ul li{

		}
		.voice ul li .photo{
			width: 85px;
			margin-right: 15px;
		}


	/* ゲームの感想運営担当者からみなさまへ
	--------------------------------------------- */
	.message{
	}
		.message .box{
			border: 3px solid #867724;
			padding: 40px 20px 20px;
			margin: 40px auto 0;
			position: relative;
		}
		.message .box h2{
			width: 100%;
			position: absolute;
			top: -25px;
			left: 0;
			text-align: center;
		}
		.message .box h2 img{
			width: 95%;
		}
		.message .box h2::before,
		.message .box h2::after{
			display: none;
		}
		.message .box p{
			font-weight: 500;
		}

	/* よくある質問
	--------------------------------------------- */
	.qa{
		background: url(../img/bg03.jpg) repeat-y center top/100%;
	}
		.qa .inner{
			max-width: 960px;
			margin: 0 auto;
		}
		.qa h3{
			border-bottom: 1px solid #7B1125;
			color: #7B1125;
			font-size: 24px;
			font-family: 'RocknRoll One', sans-serif;
			font-weight: normal;
			padding: 0 0 10px;
			margin: 0 0 20px;
		}
		.qa h3:not(:first-of-type){
			margin-top: 40px;
		}
		.qa .accordion:not(:last-of-type){
			margin: 0 auto 20px;
		}
		.qa .accordion dt{
			padding: 15px 40px 15px 45px;
			text-indent: -15px;
			font-size: 18px;
		}
		.qa .accordion dt::before{
			right: 15px;
		}
		.qa .accordion dt.accordion_open::after{
			right: 24px;
		}
		.qa .accordion dt span::before,
		.qa .accordion dd::before{
			font-size: 22px;
		}
		.qa .accordion dd{
			padding: 20px 30px 20px 50px;
		}
		.qa .btn{
			margin-top: 40px;
		}


	/* 注意事項
	--------------------------------------------- */
	.attention p{
		max-width: 946px;
		margin: 0 auto;
	}

	/*　■ SNS リンク
	------------------------------------------- */
	#sns .icon_box {
		max-width: 80vw;
	}
}
