@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;
}

.mv{
	margin: 0 auto 10%;
}

.mv h1{
	text-align: center;
	font-weight: 600;
	font-size: 1.3rem;
	margin: 1% auto 5%;
}

.mv h1 span{
	font-size: 1.0rem;
}

.mv p{
	text-align: center;
	font-size: 0.8rem;
	line-height: 1.8;
	margin: 5% auto;
}

.mv .mg0{
	margin: 10% auto 0;
	color: #8C7464;
	font-size: 1.0rem;
}

@media(min-width:750px){
.mv h1{
	font-size: 1.5rem;
}
	
.mv h1 span{
	font-size: 1.2rem;
}

.mv .mg0{
	font-size: 1.1rem;
}
}

.main-contents{
	margin: 10% auto;
}

.font__larken{
	font-family: "larken", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.contents-inner{
	margin: 0 auto 25%;
}

.contents-inner h2{
	text-align: center;
	font-size: 1.8rem;
	font-weight: normal;
	margin: 4% auto;
	color: #8C7464;
}

.inner__main{
	margin: 0 auto 5%;
}

.thm{
	width: 90%;
	margin: 5% auto;
}

.thm h3{
	text-align: center;
	font-size: 1.2rem;
	line-height: 0.9;
	font-weight: 600;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	margin: 2% auto 6%;
	color: #8C7464;
}

.thm h3 span{
	border-bottom: solid 1px #8C7464;
}

.thm .all{
	width: 40%;
	margin: 2% auto 8%;
	line-height: 1.5;
	font-size: 1.0rem;
	background-color: #8C7464;
}

.thm p{
	font-size: 0.9rem;
	margin: 2% auto;
	text-align: center;
}

.thm .thm__lead{
	font-size: 0.8rem;
	line-height: 1.6;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: 600;
	margin: 10% auto;
}

.credit{
	width: 80%;
	margin: 10% auto 15%;
}

.credit-inner{
	margin: 0 auto;
	position: relative;
    /*border-bottom: solid 1px #808080;*/
    margin-bottom: 2%;
    letter-spacing: .3px;
}

.credit-inner a{
	display: block;
	text-decoration: none;
	color: #000;
	font-size: 15px;
	line-height: 2;
}

.credit-inner a::after {
	content: "BUY";
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translate(0, -50%);
    font-size: 13px;
	border: solid 1px #000;
	padding: 0 5%;
	line-height: 1.5;
	border-radius: 30px;
}

.credit-inner .cms::after {
	content: "COMING SOON";
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translate(0, -50%);
    font-size: 10px;
	color: #000;
	border: none;
}

.credit-inner span{
	font-size: 13px;
    line-height: 1.8;
    margin-bottom: 1%;
}

.credit-inner .line{
	background-color: #e8e3e0;
}

.all{
	display: block;
	width: 80%;
	margin: 10% auto 15%;
	text-align: center;
	background-color: #8c7464;
	color: #fff;
	font-size: 1.5rem;
	text-decoration: none;
	position: relative;
	line-height: 2;
}

.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;
		column-gap: 160px;
		background-color: #f9f9f9;
	}
	
	.pc-box{
		position: sticky;
        left: 0;
        top: 0;
        display: flex;
        width: 24%;
        height: 100vh;
        justify-content: center;
        align-items: center;
	}
	
	.pc-box__left img{
		width: 50vh;
	}
		
	.wrapper{
		width: 36%;
		margin: 0;
	}
}
