@charset "utf-8";

#wrap {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}

.contents_inner {
	position: relative;
	z-index: 999;
}

#mainvisual {
	width: 100%;
	position: relative;
	margin-bottom: -15%;

}

#mainvisual img {
	width: 100%;
}

.copy {
	display: block;
	font-size: 1.8rem;
	color: #fff;
	text-align: center;
	line-height: 1.8;
}

.detail_btn {
	display: block;
	max-width: 460px;
	margin: 70px auto 0 auto;
}

.detail_btn2 {
	display: block;
	max-width: 470px;
	margin: 0 auto;
}

.inner {
	background: url("../images/mainvisual_inner.png") no-repeat;
	background-size: cover;
	background-position: top center;
	height: 100%;
	padding-top: 18%;
	position: relative;
	padding-bottom: 5%;
}

.inner:before {
	content: url("../images/inner_icon_left.png");
	position: absolute;
	left: -3%;
	top: 30%;
}


.inner:after {
	content: url("../images/inner_icon_right.png");
	position: absolute;
	right: -3%;
	bottom: 22%;
}

.participation {
	display: block;
	width: 100%;
	min-height: 797px;
	background-color: #f5f0e1;
	position: relative;
	padding: 90px 0 70px 0;
}

.participation:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../images/participation_wrap.png") no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 99;
}

.participation_icon_top {
	position: absolute;
	top: 70px;
	left: 120px;
}

.participation_icon_left {
	position: absolute;
	bottom: 35px;
	left: -7%;
}

.participation_icon_right {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -3%;
}

.sanka_title {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
	line-height: 1;
}

.sanka_flow {
	max-width: 885px;
	width: 100%;
	margin: 0 auto 40px auto;
	display: flex;
	justify-content: space-between;
}

.sanka_flow li {
	width: calc(100% /3 - 20px);
	margin-right: 20px;
}

.sanka_flow li:last-child {
	margin-right: 0;
}

.sanka_flow li img {
	display: block;
	margin: 0 auto;
}

p.sanka_information {
	display: block;
	color: #be191e;
	font-size: 1.4rem;
	line-height: 1.8;
	text-align: center;
}


.checkpoint {
	display: block;
	width: 100%;
	background-color: #bedce6;
	position: relative;
	padding: 90px 0 70px 0;
}

.checkpoint:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../images/participation_wrap.png") no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 99;
}

p.checkpoint_title {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
	line-height: 1;
}

p.checkpoint_title_copy {
	display: block;
	color: #000000;
	margin: 30px 40px;
	font-size: 2rem;
	text-align: center;
	line-height: 1;
}

.map {
	display: block;
	margin: 0 auto 160px auto;
	padding: 0 10px;
	text-align: center;
	position: relative;
}

.map img {
	display: block;
	margin: 0 auto;
}

.map:before {
	content: url("../images/checkpointo_icon_left.svg");
	position: absolute;
	bottom: 0;
	left: 45px;
}

.map:after {
	content: url("../images/checkpointo_icon_left.svg");
	position: absolute;
	top: 0;
	right: 40px;
}

ul.photo_list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1050px;
	margin: 0 auto;
}

ul.photo_list li {
	width: calc(100% / 5 - 2%);
	margin-right: 2%;
	margin-bottom: 105px;
	position: relative;
}

ul.photo_list li span {
	display: block;
	font-size: 1.5rem;
	padding-top: 10px;
	text-align: center;
	line-height: 1;
}

ul.photo_list li img {
	position: relative;
	z-index: 100;
}

ul.photo_list li:nth-child(1):before {
	content: url("../images/no01.svg");
}

ul.photo_list li:nth-child(2):before {
	content: url("../images/no02.svg");
}

ul.photo_list li:nth-child(3):before {
	content: url("../images/no03.svg");
}

ul.photo_list li:nth-child(4):before {
	content: url("../images/no04.svg");
}

ul.photo_list li:nth-child(5):before {
	content: url("../images/no05.svg");
}

ul.photo_list li:nth-child(6):before {
	content: url("../images/no06.svg");
}

ul.photo_list li:nth-child(7):before {
	content: url("../images/no07.svg");
}

ul.photo_list li:nth-child(8):before {
	content: url("../images/no08.svg");
}

ul.photo_list li:nth-child(9):before {
	content: url("../images/no09.svg");
}

ul.photo_list li:nth-child(10):before {
	content: url("../images/no10.svg");
}

ul.photo_list li:nth-child(11):before {
	content: url("../images/no11.svg");
}

ul.photo_list li:nth-child(12):before {
	content: url("../images/no12.svg");
}

ul.photo_list li:nth-child(13):before {
	content: url("../images/no13.svg");
}

ul.photo_list li:nth-child(14):before {
	content: url("../images/no14.svg");
}

ul.photo_list li:nth-child(15):before {
	content: url("../images/no15.svg");
}

ul.photo_list li:nth-child(16):before {
	content: url("../images/no16.svg");
}

ul.photo_list li:nth-child(17):before {
	content: url("../images/no17.svg");
}

ul.photo_list li:nth-child(18):before {
	content: url("../images/no18.svg");
}

ul.photo_list li:nth-child(19):before {
	content: url("../images/no19.svg");
}

ul.photo_list li:nth-child(20):before {
	content: url("../images/no20.svg");
}

ul.photo_list li:before {
	position: absolute;
	top: -70px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99;
}

ul.photo_list li#point01:after {
	content: url("../images/point01.svg");
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 101;
}

ul.photo_list li#point02:after {
	content: url("../images/point02.svg");
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 101;
}

ul.photo_list li#point03:after {
	content: url("../images/point03.svg");
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 101;
}

ul.photo_list li#point04:after {
	content: url("../images/point04.svg");
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 101;
}



.prize {
	display: block;
	width: 100%;
	background-color: #f5f0e1;
	/* min-height: 790px; */
	position: relative;
	padding: 120px 0 150px 0;
}

p.prize_icon_left {
	position: absolute;
	left: 40px;
	top: 80px;
}

p.prize_icon_right {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -30px;
}

.prize:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../images/prize_wrap.png") no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 99;
}

.prize_title {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
	line-height: 1;
}


.prize_list {
	display: flex;
	max-width: 865px;
	width: 100%;
	margin: 0 auto;
}

.prize_col {
	width: calc(100% / 3 - 13px);
	margin-right: 20px;
}

.prize_col:last-child {
	margin-right: 0;
}

.prize_col .title {
	display: block;
	text-align: center;
	margin-bottom: 30px;
	line-height: 1;
}

.prize_col .title img {
	display: block;
	margin: 0 auto;
}

.prize_item {
	display: block;
	text-align: center;
}

.prize_item img {
	display: block;
	margin: 0 auto;
}

.prize_col .text {
	display: block;
	width: 100%;
	font-size: 1.05rem;
	text-align: center;
	line-height: 1.65;
	margin-top: 20px;
}



.important_area {
	display: block;
	padding: 125px 0;
	background-color: #fff;
}

.important_inner {
	max-width: 635px;
	width: 100%;
	margin: 0 auto;
}

.important_title {
	display: block;
	width: 85%;
	margin: 0 auto 40px auto;
	background-color: #be191e;
	padding: 15px;
	border-radius: 30px;
	color: #fff;
	text-align: center;
	font-size: 2rem;
	letter-spacing: 0.1rem;
}

ul.disc {
	list-style-type: none;
}

ul.disc li {
	list-style-type: none;
	position: relative;
	font-size: 1.3rem;
	margin-bottom: 10px;
	padding-left: 1em;
}

ul.disc li:before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #be191e;
	position: absolute;
	top: 5px;
	left: 0;
	line-height: 1;
}

#footer {
	display: block;
	width: 100%;
	padding: 70px 0;
	background-color: #ffffff;
}

#footer_logo {
	display: block;
	text-align: left;
	margin-bottom: 30px;
}

.footer_logo2 {
	margin-right: 55px;
}

.footer_container {
	display: flex;
	justify-content: center;
	width: auto;
}

p.footer_text {
	display: block;
	font-size: 1.4rem;
	text-align: left;
	line-height: 1.6;
}