@charset "UTF-8";
/* CSS Document */



/****************************************************************************************************
opening
****************************************************************************************************/
#opening-bg,
#opening-copy1,
#opening-copy2,
#opening-copy3,
#opening-copy4,
#opening .left,
#opening .right,
#left-p1,
#left-p2,
#left-p3,
#right-p1,
#right-p2,
#right-p3,
#center-p {
	display: none;
}
#opening {
	position: fixed;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	z-index: 5000;
	background: rgba(8,26,51,1);
	background: #000;
}
#opening-inner {
	position: relative;
	width: 100%;
	height: 100vh;
}

#skip {
	position: absolute;
	left: 30px;
	bottom: 30px;
	z-index: 100;
}
#skip a {
	display: block;
	width: 160px;
	height: 34px;
	line-height: 34px;
	background: rgba(200,200,200,.6);
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

#opening-bg,
#opening-copy1,
#opening-copy2,
#opening-copy3,
#opening-copy4,
#opening .left,
#opening .right,
#left-p1,
#left-p2,
#left-p3,
#right-p1,
#right-p2,
#right-p3,
#center-p {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
#opening-bg img,
#opening-copy1 img,
#opening-copy2 img,
#opening-copy3 img,
#opening-copy4 img,
#opening .left img,
#opening .right img,
#left-p1 img,
#left-p2 img,
#left-p3 img,
#right-p1 img,
#right-p2 img,
#right-p3 img,
#center-p img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
#opening .left,
#opening .right {
	mix-blend-mode: screen;
}



/****************************************************************************************************
contents
****************************************************************************************************/
#wrap {
	overflow: hidden;
}



/****************************************************************************************************
共通
****************************************************************************************************/
.img-box {
	position: relative;
	display: inline-block;
}
.img-box .cap {
	margin-top: 0.5em;
	font-size: 0.733rem;
	line-height: 1.4;
	text-align: right;
}
.img-box .cap.capin {
	position: absolute;
	right: 1em;
	bottom: 1em;
	line-height: 1.0;
}
.img-box .cap.white {
	color: #FFF;
	font-weight: bold;
}



/****************************************************************************************************
main
****************************************************************************************************/
#main {
	position: relative;
	width: 100%;
}
.main-bg img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 1680px) {
	.main-bg img {
		object-fit: cover;
		width: 100%;
		height: 1042px;
	}
}



/****************************************************************************************************
point information
****************************************************************************************************/
#point {
	padding: 25px 0 35px 0;
}
#information {
	padding-bottom: 56px;
}
#info-ttl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 87px;
	background: url(../img/top/information-bg.jpg) no-repeat center center;
	background-size: cover;
}
#info-text {
	margin-top: 40px;
}
#request-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 25px;
	margin: 28px 0 0 0;
}
#request-box > div {
	box-shadow: 0 0 10px rgba(0,0,0,.25);
}
#campaign {
	margin-top: 30px;
}
#support {
	margin-top: 40px;
}



/****************************************************************************************************
index
****************************************************************************************************/
.index + .index {
	margin-top: 5px;
}
.index:nth-last-of-type(1) {
	margin-bottom: 5px;
}
.index a,
.index span {
	display: block;
	position: relative;
}
.index-bg {
	position: relative;
	width: 100%;
}
.index-bg img {
	width: 100%;
	height: auto;
}
.index-bg figcaption {
	position: absolute;
	left: 1em;
	bottom: 1em;
	font-size: 0.733rem;
}
.index-bg figcaption.right {
	left: auto;
	right: 1em;
}
.index-bg figcaption.white {
	color: #FFF;
}
@media screen and (max-width: 1680px) {
	.index-bg img {
		object-fit: cover;
		width: 100%;
		height: 805px;
	}
}
.index-copy {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
}
.index-point {
	position: absolute;
	left: 0;
	right: 0;
	top: 392px;
	margin: auto;
}
#design .index-point {
	position: absolute;
	left: calc(50% + 200px);
	right: auto;
	top: 375px;
	margin: auto;
}
.index-point ul {
	display: inline-block;
	box-shadow: 0 0 10px rgba(0,0,0,.25);
}
.index-point ul li {
	display: inline-block;
}
.index-btn {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 35px;
	margin: auto;
}





@media screen and (max-width: 767px),
screen and (max-width: 960px) and (orientation: landscape) {
	
	
	
	/****************************************************************************************************
	opening
	****************************************************************************************************/
	#skip {
		left:auto;
		bottom:auto;
		right:3vw;
		top:3vw;
	}
	#skip a {
		width:18vw;
		height:7vw;
		font-size: 2.66vw;
		line-height:7vw;
	}
	#opening-inner {
		height: 84vw;
		top: calc(50vh - 45vw);
	}
	
	
	
	/****************************************************************************************************
	main
	****************************************************************************************************/
	.main-bg img {
		object-fit: cover;
		width: 100vw;
		height: 84vw;
	}
	
	
	
	/****************************************************************************************************
	contents
	****************************************************************************************************/
	#wrap {
		padding-top: 0;
	}
	
	
	
	/****************************************************************************************************
	共通
	****************************************************************************************************/
	.img-box .cap {
		font-size: 0.533rem;
	}
	
	
	
	/****************************************************************************************************
	point information
	****************************************************************************************************/
	#point {
		padding: 3vw 4vw;
	}
	#information {
		padding-bottom: 8vw;
	}
	#info-ttl {
		height: 8vw;
	}
	#info-ttl img {
		width: 50vw;
	}
	#info-text {
		margin-top: 6vw;
		padding: 0 4vw;
	}
	#request-box {
		gap: 2vw;
		margin: 4vw 0 0 0;
	}
	#request-box > div {
		width: 50vw;
	}
	
	
	
	/****************************************************************************************************
	index
	****************************************************************************************************/
	.index + .index {
		margin-top: 1vw;
	}
	.index:nth-last-of-type(1) {
		margin-bottom: 1vw;
	}
	.index-bg img {
		object-fit: cover;
		width: 100vw;
		height: 68vw;
	}
	.index-bg figcaption {
		font-size: 0.533rem;
	}
	.index-copy h3 {
		width: 80vw;
		margin: auto;
	}
	.index-copy div {
		width: 80vw;
		margin: auto;
	}
	.index-point {
		top: 34vw;
	}
	#design .index-point {
		left: calc(50% + 12vw);
		top: 30vw;
	}
	.index-point ul li {
		width: 32.5vw;
	}
	.index-btn {
		width: 30vw;
		bottom: 4vw;
	}
}

@media screen and (max-width: 960px) and (orientation: landscape) {
	
	
	
	/****************************************************************************************************
	opening
	****************************************************************************************************/
	#skip {
		right:1vw;
		top:1vw;
	}
	#skip a {
		width:10vw;
		height:4vw;
		font-size: 1.2vw;
		line-height:4vw;
	}
	#opening-inner {
		height: 80vh;
		top: auto;
	}
}