@charset "utf-8";
/* ---------------------------------------------------------------------------------------------

　   TITLE

--------------------------------------------------------------------------------------------- */
.title {
	text-align: center;
}
.title span {
	background: #ffc4be;
	color: #fff;
	display: inline-block;
	border-radius: 200px;
	text-align: center;
	font-weight: 400;
}
.sec_illust {
	text-align: center;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10;
	padding: 0 5vw;
}
#mv_contents .rampp-minting-container button {
	font-family: CANDY, sans-serif;
	background-color: #ff94d6 !important;
	border-radius: 200px !important;
	line-height: 2.5rem !important;
	font-size: 3rem !important;
	width: 30rem !important;
}
#mv_contents .rampp-minting-container .rampp-mint-quantity {
	font-family: CANDY, sans-serif;
	color: #ff94d6 !important;
	border: 1px solid #ff94d6 !important;
}
#mv_contents h1 {
	font-family: CANDY, sans-serif;
}
@media only screen and ( max-width : 991px ) {
}
@media only screen and ( max-width : 767px ) {
	.title {
		font-size: 7vw;
		margin-bottom: 6vw;
	}
	.title span {
		padding: 1vw 10vw;
		line-height: 1.3;
	}
	.sec_illust img {
		width: 80%;
	}
	.sec_illust {
		bottom: -10vw;
	}
	section {
		padding: 0 8%;
	}
	#mv_contents .rampp-minting-container button {
		width: 15rem !important;
		font-size: 1.8rem !important;
		line-height: 2rem !important;
	}
}
@media only screen and ( max-width : 320px ) {
	section {
		padding: 0 4%;
	}
}
@media print, screen and ( min-width : 768px ) {
	.title {
		font-size: 4.4vw;
		margin-bottom: 60px;
	}
	.title span {
		padding: 0 10vw;
	}
	.sec_illust img {
		width: 80%;
	}
	.sec_illust {
		bottom: -10vw;
	}
	section {
		padding: 0 5%;
	}
}
@media print, screen and ( min-width : 1600px ) {
	.title {
		font-size: 60px;
	}
	.title span {
		padding: 0 100px;
	}
	.sec_illust {
		bottom: -7vw;
	}
	.sec_illust img {
		width: 50%;
	}
}


/* ---------------------------------------------------------------------------------------------

　   MV

--------------------------------------------------------------------------------------------- */
#mv {
	background: #90dbff;
	color: #fff;
	text-align: center;
}
#mv_contents {
	padding: 14vw 0 30vw;
}
#mv_top {
	background: url(../img/cloud.svg) no-repeat top left / 100% #b7ebff;
}
#mv h1 span {
  text-indent: -9999px;
  position: relative;
  display: block;
  height: 0;
}
#mv h1 img {
	margin-bottom: -6vw;
}
#mv p.comingsoon {
	margin-top: 2vw;
}
#mv p.comingsoon span {
	line-height: 1;
	display: inline-block;
	background: #b7ebff;
	border-radius: 20px;
	padding: .2em 1em;
}
#mv_bottom {
	background: #ffdd8f;
	position: relative;
}
#mv_bottom:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #fff;
}
#mv_bottom img {
	display: inline-block;
	position: relative;
	z-index: 10;
}

@media only screen and ( max-width : 991px ) {
}
@media only screen and ( max-width : 767px ) {
	#mv_top {
		padding-top: 120px;
	}
	#mv h1 img {
		width: 96%;
	}
	#mv p {
		font-size: 8vw;
	}
	#mv p.comingsoon span {
		font-size: 12vw;
	}
	#mv_bottom .main_illust01 {
		margin-top: -14vw;
	}
	#mv_bottom .main_illust02 {
		margin-top: -12vw;
	}
	#mv_bottom:after {
		height: 16vw;
	}
	.time-container {
		font-size: 13vw;
	}
}
@media print, screen and ( min-width : 768px ) {
	#mv_top {
		padding-top: 300px;
	}
	#mv h1 img {
		width: 90%;
	}
	#mv p {
		font-size: 4vw;
	}
	#mv p.comingsoon span {
		font-size: 6vw;
	}
	#mv_bottom .main_illust01 {
		margin-top: -180px;
	}
	#mv_bottom .main_illust02 {
		margin-top: -100px;
	}
	#mv_bottom:after {
		height: 200px;
	}
	.time-container {
		font-size: 7vw;
	}
}
@media print, screen and ( min-width : 1600px ) {
	#mv h1 {
		max-width: 1500px;
		margin: 0 auto;
	}
	#mv p {
		font-size: 52px;
	}
	#mv p.comingsoon span {
		font-size: 68px;
	}
	.time-container {
		font-size: 80px;
	}
}

/* ---------------------------------------------------------------------------------------------

　   ABOUT

--------------------------------------------------------------------------------------------- */
#what {
	position: relative;
	padding-top: 10vw;
	padding-bottom: 20vw;
}
#what p {
	text-align: center;
}


@media only screen and ( max-width : 991px ) {
}
@media only screen and ( max-width : 767px ) {
	#what p {
		font-size: 5vw;
	}
}
@media print, screen and ( min-width : 768px ) {
	#what p {
		font-size: 3vw;
	}
}
@media print, screen and ( min-width : 1600px ) {
	#what p {
		font-size: 45px;
	}
}

/* ---------------------------------------------------------------------------------------------

　   THEN

--------------------------------------------------------------------------------------------- */
#then {
	position: relative;
	background: #b7ebff;
	padding-top: 20vw;
	padding-bottom: 20vw;
}
#then:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 37%;
	background: #8dd8ff;
	z-index: 1;
}
#then p {
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 9;
}
#then .sec_illust img {
	width: 100%;
}

@media only screen and ( max-width : 991px ) {
}
@media only screen and ( max-width : 767px ) {
	#then p {
		font-size: 5vw;
	}
}
@media print, screen and ( min-width : 768px ) {
	#then p {
		font-size: 3vw;
	}
}
@media print, screen and ( min-width : 1600px ) {
	#then p {
		font-size: 45px;
	}
	#then .sec_illust img {
		width: 1200px;
	}
}

/* ---------------------------------------------------------------------------------------------

　   ROAD

--------------------------------------------------------------------------------------------- */

#road {
	text-align: center;
	background: url(../img/rainbow_bg01.svg) no-repeat top left / cover;
	position: relative;
	padding-top: 20vw;
	padding-bottom: 20vw;
}
#road h2 {
	margin-bottom: 14vw;
}
@media only screen and ( max-width : 991px ) {
}
@media only screen and ( max-width : 767px ) {
}
@media print, screen and ( min-width : 768px ) {
}
@media print, screen and ( min-width : 1600px ) {
	#road .road_inner {
		max-width: 1500px;
		margin: 0 auto;
	}
	#road h2 {
		margin-bottom: 180px;
	}
}


/* ---------------------------------------------------------------------------------------------

　   Maats

--------------------------------------------------------------------------------------------- */
#maats {
	background: url(../img/rainbow_bg02.svg) no-repeat top left / cover;
	position: relative;
	padding-top: 20vw;
	padding-bottom: 10vw;
}
.maats__list {
	margin-bottom: 10vw;
}
.maats__box {
	background: #8dd8ff;
	color: #fff;
	border-radius: 80px;
}
.maats__box:last-of-type {
	margin-bottom: 0;
}
.maats__box:nth-child(odd) {
	background: #ffda8c;
}
.maats__box .maats_img {
	text-align: center;
}
.maats__box .maats_img h3 {
	line-height: 1;
	margin-bottom: 4vw;
}

@media only screen and ( max-width : 991px ) {
}
@media only screen and ( max-width : 767px ) {
	.maats__box {
		margin-bottom: 5vw;
		padding: 8vw;
		border-radius: 50px;
	}
	.maats__box .maats_img h3 {
		font-size: 15vw;
	}
	.maats__box .maats_img {
		margin-bottom: 6vw;
	}
	.maats__box .maats_img img { 
		max-width: 80%;
	}
	.maats__box .maats_txt {
		font-size: 4.4vw;
	}
}
@media print, screen and ( min-width : 768px ) {
	.maats__box {
		margin-bottom: 3vw;
		padding: 4vw;
	}
	.maats__box .maats_img {
		width: 40%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.maats__box .maats_txt {
		width: 56%;
		font-size: 2vw;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.maats__box .maats_img h3 {
		font-size: 9vw;
	}
}
@media print, screen and ( min-width : 1600px ) {
	.maats__list {
		max-width: 1500px;
		margin: 0 auto 10vw;
	}
	.maats__box {
		margin-bottom: 50px;
		padding: 30px;
	}
	.maats__box .maats_img h3 {
		font-size: 144px;
		margin-bottom: 50px;
	}
	.maats__box .maats_txt {
		font-size: 28px;
	}
}

/* ---------------------------------------------------------------------------------------------

　   FAQ

--------------------------------------------------------------------------------------------- */
#faq {
	background: url(../img/faq_bg.svg) no-repeat top left / 100% #c099ff;
}
#faq .title span {
	background: #baa5ff;
}
.accordion__box {
	background: #ffb2f2;
	border-radius: 50px;
}
.accordion__box:last-child {
	margin-bottom: 0;
}
.accordion_header {
	color: #fff;
	position: relative;
	cursor: pointer;
}

/* 二本の横棒を作成する */
.accordion_header::before,
.accordion_header::after {
	content: '';
	display: block;
	background: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 5px;
}

/* 2本の横棒のうち一本は縦棒にする */
.accordion_header::after {
	/* 横棒を縦にするために90℃回転させる */
	transform: translateY(-50%) rotate(90deg);
	/* プラスからマイナスへの切り替えをゆっくり行いアニメーションさせる */
	transition: 0.5s;
}

/*
プラスがクリックされたら縦棒を横にしてマイナスにする疑似要素
jQueryで付け外しを行う
*/
.accordion_header.open::after {
	transform: rotate(0);
	transition: 0.5s;
}

.accordion_inner {
	display: none;
	color: #fff;
}
.accordion_inner ul {
	list-style: decimal;
}
.accordion_inner ul li {
	margin-left: 1.2em;
}
#faq .sec_illust {
	position: relative;
	padding: 0;
	bottom: auto;
}

@media only screen and ( max-width : 991px ) {
}
@media only screen and ( max-width : 767px ) {
	#faq {
		padding-top: 20vw;
		padding-bottom: 27vw;
	}
	#faq .accordion {
		margin-bottom: 14vw;
	}
	.accordion__box {
		margin-bottom: 3vw;
		border-radius: 20px;
	}
	.accordion_header {
		font-size: 6vw;
		padding: 2vw 8vw 2vw 4vw;
	}
	.accordion_header::before,
	.accordion_header::after {
		width: 4vw;
		height: .8vw;
		right: 3vw;
	}
	.accordion_inner {
		padding: 0 4vw 6vw 4vw;
		font-size: 5vw;
	}
}
@media print, screen and ( min-width : 768px ) {
	#faq {
		padding-top: 20vw;
		padding-bottom: 27vw;
	}
	#faq .accordion {
		margin-bottom: 14vw;
	}
	.accordion__box {
		margin-bottom: 1vw;
	}
	.accordion_header {
		font-size: 4.4vw;
		padding: 1vw 6vw 1vw 4vw;
	}
	.accordion_header::before,
	.accordion_header::after {
		width: 3vw;
		height: .5vw;
		right: 2vw;
	}
	.accordion_inner {
		padding: 0 4vw 4vw 4vw;
		font-size: 2vw;
	}
}
@media print, screen and ( min-width : 1600px ) {
	#faq {
		background-position: left bottom;
	}
	#faq .accordion {
		max-width: 1500px;
		margin: 0 auto 14vw;
	}
	.accordion__box {
		/*margin-bottom: 20px;*/
	}
	.accordion_header {
		font-size: 85px;
		padding: 20px 100px 20px 50px;
	}
	.accordion_header::before,
	.accordion_header::after {
		width: 50px;
		height: 8px;
		right: 40px;
	}
	.accordion_inner {
		padding: 0 40px 40px 40px;
		font-size: 30px;
	}
}

/* ---------------------------------------------------------------------------------------------

　   TEAM

--------------------------------------------------------------------------------------------- */
#team {
	background: #c099ff; /* Old browsers */
	background: -moz-linear-gradient(top,  #c099ff 20%, #c099ff 20%, #ffffff 42%, #b7ebff 87%, #b7ebff 87%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #c099ff 20%,#c099ff 20%,#ffffff 42%,#b7ebff 87%,#b7ebff 87%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #c099ff 20%,#c099ff 20%,#ffffff 42%,#b7ebff 87%,#b7ebff 87%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c099ff', endColorstr='#b7ebff',GradientType=0 ); /* IE6-9 */
	position: relative;
	padding-bottom: 10vw;
}
.member {
	border-radius: 50px;
	text-align: center;
	color: #fff;
}
.member_01 {
	background: #ffa8c2;
}
.member_02 {
	background: #b0ffc4;
}
.member_03 {
	background: #d6cbf5;
}
.member_04 {
	background: #98f6ff;
}
.member_05 {
	background: #ffcab1;
}
.member_06 {
	background: #d3eeb7;
}
.member p {
	line-height: 1;
}
.member .member_name span {
	background: #8dd8ff;
	border-radius: 50px;
	display: inline-block;
}
#team .sec_illust {
	bottom: -8vw;
}

@media only screen and ( max-width : 991px ) {
}
@media only screen and ( max-width : 767px ) {
	.member {
		padding: 6vw;
		margin-bottom: 5vw;
		font-size: 7vw;
	}
	.member:last-child {
		margin-bottom: 0;
	}
	.member .member_name {
		margin: 3vw 0;
	}
	.member .member_name span {
		padding: 0 6vw;
	}
	.member_position {
		margin-bottom: 8vw;
	}
	.member_sns img {
		max-width: 40px;
	}
	.member_img img {
		max-width: 80%;
	}
}
@media print, screen and ( min-width : 768px ) {
	.member {
		width: 48%;
		padding: 2vw;
		margin-top: 3vw;
		font-size: 3vw;
		display: flex;
		flex-direction: column;
	}
	.member:nth-child(1),
	.member:nth-child(2) {
		margin-top: 0;
	}
	.member .member_name {
		margin: 1vw 0;
	}
	.member .member_name span {
		padding: 0 4vw;
	}
	.member_position {
		margin-bottom: 4vw;
	}
	.member_sns {
		margin-top: auto;
	}
}
@media print, screen and ( min-width : 1600px ) {
	.team_list {
		max-width: 1500px;
		margin: 0 auto;
	}
	.member {
		padding: 40px;
		margin-top: 40px;
		font-size: 42px;
	}
	#team .sec_illust {
		bottom: -4vw;
	}
}

/* ---------------------------------------------------------------------------------------------

　   CONTACT

--------------------------------------------------------------------------------------------- */
#contact {
	background: #8dd8ff;
	color: #fff;
	text-align: center;
	padding: 20vw 5vw 10vw;
}
.contact_btn {
	display: block;
	margin: 0 auto;
	background: #ffb8ec;
	border: 1px solid #000;
	color: #fff;
	text-align: center;
	border-radius: 20px;
	line-height: 1;
}

@media only screen and ( max-width : 991px ) {
}
@media only screen and ( max-width : 767px ) {
	#contact p {
		font-size: 5vw;
		margin-bottom: 6vw;
	}
	.contact_btn {
		max-width: 60%;
		font-size: 8vw;
		padding: 2vw 4vw;
	}
}
@media print, screen and ( min-width : 768px ) {
	#contact p {
		font-size: 2.6vw;
		margin-bottom: 4vw;
	}
	.contact_btn {
		max-width: 40%;
		font-size: 4vw;
		padding: 1vw 3vw;
	}
}
@media print, screen and ( min-width : 1600px ) {
	#contact p {
		font-size: 40px;
		margin-bottom: 4vw;
	}
	.contact_btn {
		max-width: 450px;
		font-size: 62px;
		padding: 20px;
	}
}
/* ---------------------------------------------------------------------------------------------

　   DONE

--------------------------------------------------------------------------------------------- */
#done figure {
	text-align: center;
}
#done p {
	text-align: center;
}
#done p a {
	color: #fff;
	border-bottom: 3px solid #fff;
}

@media only screen and ( max-width : 991px ) {
}
@media only screen and ( max-width : 767px ) {
	#done #mv_top {
		padding-bottom: 60px;
	}
	#done figure {
		margin-bottom: 40px;
	}
	#done figure img {
		max-width: 140px;
	}
	#done p {
		font-size: 6vw;
	}
}
@media print, screen and ( min-width : 768px ) {
	#done #mv_top {
		padding-top: 160px;
		padding-bottom: 100px;
	}
	#done figure {
		margin-bottom: 80px;
	}
	#done p {
		font-size: 3vw;
	}
}
@media print, screen and ( min-width : 992px ) {
}

/* ---------------------------------------------------------------------------------------------

　   XXX

--------------------------------------------------------------------------------------------- */


@media only screen and ( max-width : 991px ) {
}
@media only screen and ( max-width : 767px ) {
}
@media print, screen and ( min-width : 768px ) {
}
@media print, screen and ( min-width : 992px ) {
}