@charset "utf-8";

/* index
------------------------------------------------ */

h3 {
	color: #ffffff;
	font-size: 35px;
	text-align: center;
}

/* SP Only */

@media (max-width: 767px) {
	h3 {
		font-size: 17.5px;
		font-size: 4.66666vw;
	}
}

/* keyvisual
------------------------------------------------ */

#keyvisual {
	position: relative;
	background: #e71f23;
}
#keyvisual::before {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, 50%);
	width: 125vw;
	height: 700px;
	border-radius: 50%;
	background: #e71f23;
	content: "";
	-webkit-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
}
.k-img {
	width: 1000px;
	margin: 0 auto;
}

/* SP Only */

@media (max-width: 1000px) {

.k-img {
	width: 100%;
}
}

/* SP Only */

@media (max-width: 767px) {
	#keyvisual::before {
		transform: translate(-50%, 100%);
		width: 470px;
		width: 125.33333vw;
		height: 300px;
		height: 80vw;
		border-radius: 0 0 50% 50%;
		-webkit-transform: translate(-50%, 100%);
		-ms-transform: translate(-50%, 100%);
	}
	.k-img {
		width: 355px;
		width: 94.66666vw;
	}
}

/* concept
------------------------------------------------ */

#concept {
	padding: 0 50px 90px;
	margin-top: -5px;
}
.c-inner-concept {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 0 100px;
	border-radius: 50px;
	background: #1a96d5;
	color: #ffffff;
	line-height: 1;
	text-align: center;
}
.c-ttl {
	margin-top: 40px;
	font-size: 35px;
	font-family: tbudrgothic-std, sans-serif;
	letter-spacing: .05em;
}
.c-txt {
	position: relative;
	z-index: 1;
	margin-top: 40px;
	font-size: 17px;
	font-weight: bold;
	line-height: 2.1176470588;
	font-family: tbudrgothic-std, sans-serif;
	letter-spacing: .1em;
}
.c-img-concept {
	display: inline-block;
	width: 48px;
}
.c-wrap-concept {
	background: url(../img/index/concept-map-re.png);
	background-position: center top;
	background-repeat: no-repeat;
}

/* SP Only */

@media (max-width: 767px) {
	#concept {
		padding: 0 10px 50px;
		padding: 0 2.66666vw 13.33333vw;
		margin-top: -2px;
	}
	.c-inner-concept {
		padding: 25px 0;
		padding: 6.66666vw 0;
		border-radius: 25px;
		border-radius: 6.66666vw;
	}
	.c-ttl {
		margin-top: 20px;
		margin-top: 5.33333vw;
		font-size: 17.5px;
		font-size: 4.66666vw;
	}
	.c-txt {
		margin-top: 20px;
		margin-top: 5.33333vw;
		font-size: 12px;
		font-size: 3.2vw;
	}
	.c-img-concept {
		width: 24px;
		width: 6.4vw;
	}
	.c-wrap-concept {
		background: url(../img/index/concept-map-re.png);
		background-position: center;
		background-size: 330px;
		background-size: 88vw;
		background-repeat: no-repeat;
	}
}

/* sns
------------------------------------------------ */

#sns {
	padding: 100px 0;
}
#sns h3 {
	color: #e71f23;
}
.sns-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	justify-content: space-around;
	max-width: 1000px;
	margin: 0 auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	-ms-flex-wrap: wrap;
	-ms-flex-pack: distribute;
}
.sns-contents + .sns-contents {
	margin-top: 100px;
}
.timeline {
	display: inline-block;
	width: 380px;
	margin: 0 auto;
	padding: 60px 40px;
	border: #e71f23 9px solid;
	border-radius: 50px;
}
.instagram-media {
	width: 100%;
	margin: 0 !important;
}

/* SP Only */

@media (max-width: 767px) {
	#sns {
		padding: 50px 0;
		padding: 13.33333vw 0;
	}
	.sns-contents iframe {
		min-width: auto !important;
	}
	.sns-contents + .sns-contents {
		margin-top: 50px;
		margin-top: 13.33333vw;
	}
	.timeline {
		width: 285px;
		width: 76vw;
		margin-top: 5px;
		margin-top: 1.33333vw;
		padding: 40px 28.5px;
		padding: 10.66666vw 7.6vw;
		border: #e71f23 4.5px solid;
		border: #e71f23 1.2vw solid;
		border-radius: 25px;
		border-radius: 6.66666vw;
	}
}

/* contents
------------------------------------------------ */

#contents {
	padding: 100px 0;
	background: #e71f23;
}
.contents-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1050px;
	margin: 0 auto;
	margin-top: 25px;
	-ms-flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
}
.contents-link {
	width: 300px;
	padding: 25px;
}
.play {
	cursor: pointer;
}
.play::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	content: url(../img/index/play.svg);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	pointer-events: none;
}
.contents-link dt {
	color: #ffffff;
	font-size: 30px;
	text-align: center;
	white-space: nowrap;
}
.contents-link dd {
	position: relative;
	height: 182px;
	margin-top: 20px;
	overflow: hidden;
	overflow: hidden;
	border: #ffffff 9px solid;
	border-radius: 50px;
	z-index: 1;
}
.contents-link dd a {
	transition: -webkit-transform .6s cubic-bezier(.25, 1, .5, 1);
	transition: transform .6s cubic-bezier(.25, 1, .5, 1);
	transition: transform .6s cubic-bezier(.25, 1, .5, 1), -webkit-transform .6s cubic-bezier(.25, 1, .5, 1);
	-webkit-transition: -webkit-transform .6s cubic-bezier(.25, 1, .5, 1);
	-o-transition: transform .6s cubic-bezier(.25, 1, .5, 1);
}
.contents-link dd:hover a {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
}
.contents-link dd.green {
	background: #009943;
}
.contents-link dd.pink {
	background: #c83183;
}
.contents-link dd.yellow {
	background: #fcc80e;
}
.coming {
	cursor: not-allowed;
}
.coming::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #ffffff;
	font-size: 30px;
	white-space: nowrap;
	content: "COMING SOON";
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.contents-link dd.yellow.coming::before {
	color: #4c4948;
}
.concept-movie {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1000;
	transform: translateY(-50%) translateX(-50%);
	width: 900px;
	width: 64.28571vw;
	max-width: 900px;
	height: 506px;
	height: 36.14285vw;
	max-height: 506px;
	background: #1895d6;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
}
.concept-movie button {
	position: fixed;
	top: -12%;
	left: 100%;
	transform: translateY(-50%) translateX(-50%);
	width: 100px;
	width: 7.14285vw;
	max-width: 100px;
	height: 100px;
	height: 7.14285vw;
	max-height: 100px;
	cursor: pointer;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
}
#modal-overlay {
	display: none;
	opacity: .7;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100vw;
	height: 100vh;
	background-color: #000000;
}

/* SP Only */

@media (max-width: 767px) {
	#contents {
		padding: 50px 0;
		padding: 13.33333vw 0;
	}
	.contents-list {
		margin-top: 12.5px;
		margin-top: 3.33333vw;
	}
	.contents-link {
		width: 150px;
		width: 40vw;
		padding: 12.5px;
		padding: 3.33333vw;
	}
	.play::before {
		width: 30px;
		width: 8vw;
		height: 30px;
		height: 8vw;
	}
	.contents-link dt {
		font-size: 15px;
		font-size: 4vw;
	}
	.contents-link dd {
		height: 92px;
		height: 24.53333vw;
		margin-top: 10px;
		margin-top: 2.66666vw;
		border: #ffffff 4.5px solid;
		border: #ffffff 1.2vw solid;
		border-radius: 25px;
		border-radius: 6.66666vw;
	}
	.coming::before {
		font-size: 15px;
		font-size: 4vw;
	}
}
.none{
	display: block;
}