@charset "UTF-8";

html, body{
	height:100%;
}

html{
	font-size:62.5%;
}

#wrapper{
	width:100%;
}

.pc, .pc-credit{
	display: block;
}

.sp, .sp-credit{
	display:none;
}

/* loading */
#loading {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: #fff;
	text-align: center;
}

#loading_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#loading .kvArea {
	width: 100%;
}

#loading .kvArea .img_box {
	text-align: center;
	width:20%;
	margin:30px auto;
}

#loading .kvArea .img_box img {
	max-width: 100%;
	height: auto;
}

/*inview*/
.fadeIn {
	opacity: 0;
	transition-delay:2s;
	transition:2s;
}
.fadeIn.is-show {
	opacity: 1;
}

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 20%);
  transition: 2s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/*戻るボタン*/
#p-top{
	display:block;
    position: fixed;
    bottom: 5%;
    right: 3%;
	z-index:1000;
	padding:0.7% 1%;
}

.dli-chevron-up {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  line-height: 1;
  width: 2em;
  height: 2em;
  border: 0.3em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
}

#p-top:hover {
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

.pink{
	background-color:#ed1e79;
}

.white{
	background-color:#fff;
	width:100%;
	box-sizing: border-box;
	padding:30px;
}

.left-box .top-img{
	width:35%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index:10;
}

.split-box{
	position:absolute;
	width:35%;
	height:100vh;
}

.left-box {
	left:0;
}

.right-box {
	right:0;
	width:65%;
	overflow-y:scroll;
}
.full{
	width:100%;
	height: 100vh;
	position:relative;
	z-index:1;
}

.full div img{
	height:100vh;
	width:100%;
}

.big-img{
	width:80%;
	margin:50px auto;
}

.three-img{
	width:100%;
	display:flex;
	align-items: flex-start;
	gap:20px;
	padding:40px 0;
}

.three-img img{
	width:calc((100% - 20px * 2)/ 3);
}

.middle-img{
	width:50%;
	margin:50px auto;
	padding:20px 0;
}

.double-ue-shita, .double-ue-shita-1{
	width:90%;
	margin:80px auto;
	display: flex;
}

.double-ue-shita{
	padding-bottom:80px;
}

.double-ue-shita-1{
	padding-bottom:310px;
}

.ue, .shita{
	width:50%;
	position:relative;
}

.double-ue-shita .ue{
	z-index:1;
	left:20px;
}

.double-ue-shita .shita{
	z-index:2;
	right:20px;
	top:80px;
}

.double-ue-shita-1 .ue{
	z-index:1;
	left:20px;
}

.double-ue-shita-1 .shita{
	z-index:2;
	right:20px;
	top:300px;
}

.mid-margin-top{
	width:50%;
	margin:0 auto -70px;
	position:relative;
	top:-120px;
	z-index:10;
}

.left-right{
	position:relative;
}

.left-img, .right-img{
	width:50%;
}

.left-img{
	left:0;
	margin-bottom:110px;
}

.right-img{
	margin-left:auto;
	margin-bottom:70px;
}

.double-img{
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin:20px auto 100px;
	padding-bottom:20px;
}

.big-double-img{
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom:70px;
}

.double-img img, .big-double-img img{
	width:48%;
}

.end-mid-img{
	width:70%;
	margin:0 auto 80px;
	padding-bottom:50px;
}

.pink .top-img{
	width:20%;
	margin:auto;
	padding:80px 0;
}

p{
	letter-spacing:3px;
	line-height:2.5;
}

.pink p, .pink ul li, .pink a{
	color:#fff;
}

ul li, .pink p{
	font-family: "Roboto", sans-serif;
	font-style: normal;
	line-height:2.5;
}


ul li{
	list-style-type: none;
}

.credit-box{
	margin-top:20px;
	padding-left:10px;
}

.item-credit li{
	font-weight: 400;
	font-size:1.2rem;
	letter-spacing:2px;
}

.bold{
	font-weight:700;
	font-size:1.4rem;
}

.item-credit{
	margin-bottom:30px;
}

.credit-link{
	font-weight:700;
	display:inline-block;
	color:#000;
	margin-left:20px;
	text-decoration:underline;
}

.credit-link:hover{
	color:#ccc;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.footer{
	width:80%;
	margin:0 auto;
	box-sizing:border-box;
	padding:40px 0;
}

.mark{
	width:5%;
	margin-bottom:25px;
}

.footer-link{
	margin-bottom:25px;
}

.footer-link li a{
	color:#fff;
	font-weight:500;
	font-size:1.3rem;
	text-decoration: none;
	letter-spacing:3px;
}

.footer-link li a:hover{
	color:#99cda9;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.footer p{
	font-size:1.1rem;
	color:#fff;
}

/*タブレット*/
@media screen and (max-width: 820px){

	#loading .kvArea .img_box, .left-box .top-img{
		width:40%;
	}
	
	.pc{
		display:none;
	}

	.sp{
		display:block;
	}
	
	.split-box{
		position:relative;
		width:auto;
		height:100vh;
		margin-bottom:60px;
	}
	
	.right-box {
		right:0;
		width:100%;
		overflow-y:visible;
	}

	.credit-box{
		width:100%;
		margin:auto;
		box-sizing: border-box;
		padding-top:50px;
	}
	
	.mark{
		width:12%;
		margin-bottom:25px;
	}

}

/*スマホ*/
@media screen and (max-width:640px){

	#loading .kvArea .img_box, .left-box .top-img{
		width:35%;
	}
	
	.split-box .full{
		height:auto;
	}
	
	.split-box .full img{
		width:100%;
		height:auto;
	}

	.split-box{
		position:relative;
		width:auto;
		height:auto;
		margin-bottom:0;
	}
	
	.big-img{
		width:90%;
		padding:20px 0 0;
	}

	.three-img{
		gap:10px;
		padding:40px 0 20px;	
	}

	.three-img img{
		width:calc((100% - 10px * 2)/ 3);
	}

	.middle-img{
		width:70%;
	}

	.double-ue-shita{
		width:100%;
		margin:70px auto 60px;
	}

	.mid-margin-top{
		width:60%;
		margin:0 auto -70px;
		position:relative;
		top:-90px;
		z-index:10;
	}

	.left-img, .right-img{
		width:60%;
	}

	.left-img{
		margin-bottom:90px;
	}

	.right-img{
		margin-bottom:40px;
	}
	
	.double-ue-shita-1{
		width:100%;
		margin:-40px auto 30px;
		padding-bottom:110px;
	}

	.double-ue-shita-1 .ue{
		z-index:1;
		left:20px;
	}

	.double-ue-shita-1 .shita{
		z-index:2;
		right:20px;
		top:90px;
	}


	.item-credit li{
		font-size:1.0rem;
	}
	
	.big-double-img{
		margin-bottom:20px;
	}

	.end-mid-img{
		margin:0 auto 40px;
		padding-bottom:50px;
	}

	
	.pink .top-img{
		width:30%;
		padding-top:110px;
	}
	
	.footer{
		width:90%;
		text-align: center;
	}
	
	.footer-link li a{
		font-size:1.2rem;
	}

	.mark{
		width:15%;
		margin:0 auto 25px;
	}

	.footer p{
		font-size:0.9rem;
		text-align: center;
	}

}

/* CSS Document */

