@charset "utf-8";
/* CSS Document */
.pcBox{
	display: none;
}

.wrapper{
	width: 100%;
	margin: 0 auto;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	overflow: hidden;
}

.wrapper img{
	display: block;
	line-height: 0;
}

.lead{
	text-align: center;
	font-size: 14px;
	line-height: 2;
	margin: 10% auto;
}

.lead span{
	font-size: 17px;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 6%;
	line-height: 1.6;
}

.w90{
	width: 90%;
	margin: 10% auto 15%;
}

.itemBox{
	width: 90%;
	margin: 13% auto;
}

.itemBox p{
	font-size: 14px;
	line-height: 1.8;
	margin: 5% auto;
	text-align: center;
}

.itemBox a{
	display: block;
	width: 50%;
	margin: 3% auto;
	background-color: #A6A6A6;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	text-align: center;
	padding: 3% 0;
	border-radius: 3px;
}

.movie{
	width: 90%;
	margin: 20% auto;
}

video{
	width: 100%;
}

/*.title{
	width: 120%;
	margin-left: -10%;
}*/

.profileBox{
	width: 90%;
	margin: 0 auto 10%;
}

.profileBox p{
	text-align: center;
	font-size: 13px;
	line-height: 2;
	margin: 10% auto;
}

.profileBox p span{
	font-size: 17px;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 6%;
	line-height: 1.6;
}

@media(min-width:750px){
	.sticky__container{
		display: flex;
		background: #D1E371;
	}
	
	.pcBox{
		width: 33%;
		height: 100vh;
		position: sticky;
		left: 0;
		top: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.wrapper{
		width: 35%;
		box-sizing: border-box;
		background-color: #fff;
		margin: 0 auto;
		padding: 1%;
	}
	
	.leftBox img, .rightBox img{
		display: block;
		width: 20vh;
	}

}
