@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
}

.sticky-container{
	margin: 0;
}

.sticky-container img{
	display: block;
	line-height: 0;
}

.pc-box{
	display: none;
}

.wrapper{
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
}

@media(min-width:750px){
	.sticky-container{
		display: flex;
		justify-content: center;
		column-gap: 10px;
		background-color: #f9f9f9;
	}
	
	.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: 30vh;
	}
		
	.pc-box__right{
		width: 80%;
		margin: 0 auto;
	}
		
	.pc-box__right a{
		display: block;
		width: 70%;
		margin: 0 auto;
		background-color: #000;
		color: #fff;
		text-decoration: none;
		font-size: 1.3rem;
		text-align: center;
		font-family: "helvetica-lt-pro", sans-serif;
		font-weight: 700;
		font-style: normal;
		line-height: 3;
		position: relative;
	}

	.pc-box__right a:after{
		display: inline-block;
		position: absolute;
		top: 50%;
		right: 5%;
		right: 15px;
		width: 8px;
		height: 8px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		content: "";
		transform: translateY(-50%) rotate(135deg);
	}
	
	.wrapper{
		width: 36%;
		margin: 0;
	}
}

/*-------- MV --------*/
.mv{
	margin: 0 auto 10%;
}

.mv h1{
	text-align: center;
	font-size: 1.1rem;
	line-height: 1.7;
	margin: 10% auto;
	font-family: "helvetica-lt-pro", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.mv p{
	text-align: center;
	font-size: .7rem;
	line-height: 2.3;
	margin: 10% auto;
}

@media(min-width:750px){
	.mv h1{
		font-size: 1.4rem;
		line-height: 1.7;
	}

	.mv p{
		font-size: .78rem;
		line-height: 2.5;
		margin: 10% auto;
	}
	
	.br_s{
		display: none;
	}
}


/*==============================

		main-contents

==============================*/

.main-contents{
	margin: 20% auto 0;
}

.contents-inner{
	margin: 0 auto 30%;
}

.contents-inner h2{
	font-family: "helvetica-lt-pro", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.5rem;
	margin: 2% auto;
	padding-left: 10px;
}

@media(min-width:750px){
	
	.contents-inner{
		margin: 0 auto 25%;
	}
	
	.contents-inner h2{
		font-size: 3rem;
		padding-left: 20px;
	}
}

/*-------- slide --------*/

.slide{
	position: relative;
}

.slide img:first-child{
	display: block;
	width: 100%;
	height: auto;
}

.slide img:last-child{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	animation: fade 6s infinite;
}

@keyframes fade{
	0%{opacity: 0;}
	25%{opacity: 0;}
	50%{opacity: 1;}
	75%{opacity: 1;}
	100%{opacity: 0;}
}

/*-------- credit --------*/

.credit{
	width: 80%;
	margin: 10% auto 15%;
}

.credit-inner{
	margin: 0 auto;
	position: relative;
    margin-bottom: 2%;
    letter-spacing: .3px;
	font-family: "helvetica-lt-pro", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.credit-inner a{
	display: block;
	text-decoration: none;
	color: #000;
	font-size: .85rem;
	line-height: 2;
}

.credit-inner a::after {
	content: "BUY";
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0, -50%);
	line-height: 1.5;
}

.credit-inner span::after{
	content: "tax in";
	font-size: .7rem;
	margin-left: 5px;
}

.mgb5{
	margin-bottom: 5%;
}

.contents-inner p{
	text-align: center;
	font-size: .7rem;
	margin: 2% auto;
}

@media(min-width:750px){
	
	.credit{
		width: 75%;
		margin: 8% auto 15%;
	}

	.credit-inner a{
		color: #000;
		font-size: 1.0rem;
	}

	.mgb5{
		margin-bottom: 4%;
	}

	.contents-inner p{
		font-size: .8rem;
	}

}

.all{
	display: block;
	width: 90%;
	margin: 5% auto 15%;
	text-align: center;
	font-size: .9rem;
	/*border: solid 1px #000;*/
	border-radius: 5px;
	color: #000;
	background-color: #eae9e4;
	text-decoration: none;
	position: relative;
	line-height: 1.5;
	font-family: "helvetica-lt-pro", sans-serif;
	font-weight: 700;
	font-style: normal;
	padding: 3% 0;
}

.all:after{
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	content: "";
	transform: translateY(-50%) rotate(45deg);
}
