@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
}

.sticky-container{
	margin: 0;
	background-color: #D6DCE4;
}

.sticky-container img{
	display: block;
	line-height: 0;
}

.pc-box{
	display: none;
}

.wrapper{
	width: 100%;
	margin: 0 auto;
	padding: 5% 0
}

.mv{
	margin: 0 auto 15%;
}

.mv h1{
	text-align: center;
	margin: 3% auto;
	font-family: 'Times New Roman',sans-serif;
	font-size: 3.2rem;
	font-weight: normal;
}

.mv p{
	text-align: center;
	font-size: 1.0rem;
	letter-spacing: 1px;
	margin: 3% auto;
}

.main-contents{
	margin: 0 auto;
}

.contents-inner{
	margin: 0 auto 30%;
}

.movie{
	width: 90%;
	margin: 0 auto 10%;
}

video{
	width: 100%;
	height: auto;
}

.contents-style{
	margin: 10% auto;
}

.flex{
	display: flex;
	column-gap: 15px;
}

.style-left__01{
	width: 45%;
}

.style-right__01{
	width: 55%;
	padding-top: 25%;
}

.style-left__02{
	width: 59%;
}

.style-right__02{
	width: 41%;
	padding-top: 26%;
}

.style-left__03{
	width: 43%;
	padding-top: 13%;
}

.style-right__03{
	width: 50%;
}

.style-left__04{
	width: 55%;
}

.style-right__04{
	width: 45%;
	padding-top: 20%;
}

.style__04{
	width: 45%;
	margin-left: 5%;
	margin-top: -20%;
}

.mgb10{
	margin-bottom: 15px;
}

.pdr15{
	box-sizing: border-box;
	padding-right: 15px;
}

.pdt30{
	padding-top: 150px;
}

.w50{
	width: 70%;
	margin-left: 24%;
	margin-top: -10%;
}

.postion{
	position: relative;
}

.credit-box{
	width: 35%;
	margin: 0 auto;
}

.postion-01{
	position: absolute;
	left: 15px;
	bottom: 0;
}

.postion-02{
	position: absolute;
	left: 35px;
	bottom: 0;
}

.postion-03{
	position: absolute;
	right: 25px;
	bottom: 0;
}

.credit{
	position: relative;
    border-bottom: solid 1px #aeb1b6;
    letter-spacing: .3px;
	font-family: 'Times New Roman',sans-serif;
	font-weight: 300;
	font-optical-sizing: auto;
}

.credit a{
	display: block;
	text-decoration: none;
	color: #000;
	font-size: 15px;
	line-height: 2;
	letter-spacing: 1px;
}

.credit a::after {
	content: "";
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
	background-image: url("../images/arrow.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 20px; 
    height: 10px;
}

.all{
	display: block;
	width: 80%;
	margin: 15% auto 15%;
	text-align: center;
	background-color: #282828;
	color: #fff;
	font-size: 1.3rem;
	text-decoration: none;
	position: relative;
	line-height: 2;
	font-family: 'Times New Roman',sans-serif;
}

.all:after{
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	transform: translateY(-50%) rotate(45deg);
}


@media(min-width:750px){
	.sticky-container{
		display: flex;
		justify-content: center;
		background-color: #D6DCE4;
	}
	
	.pc-box{
		position: sticky;
        left: 0;
        top: 0;
        display: flex;
        width: 33%;
        height: 100vh;
        justify-content: center;
        align-items: center;
	}
	
	.pc-box__left img{
		width: 15vh;
	}
		
	.wrapper{
		width: 36%;
		margin: 0;
	}
	
	.pc-box__right{
		width: 80%;
		margin: 0;
	}
	
.mv h1{
	font-size: 4.8rem;
}

.mv p{
	font-size: 1.3rem;
}
	
.all{
	line-height: 2.8;
}
	
.all:after{
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	transform: translateY(-50%) rotate(135deg);
}
}
