@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
}

.sticky-container{
	margin: 0;
	font-family: "Noto Serif JP", serif;
}

.sticky-container img{
	display: block;
	line-height: 0;
}

.pc-box{
	display: none;
}

.wrapper{
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
}

.mv{
	margin: 0 auto 10%;
}

.mv p{
	text-align: center;
	font-size: 0.8rem;
	line-height: 1.8;
	margin: 10% auto;
}

@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;
	}
	
	.mv{
		margin: 0 auto 10%;
	}

	.mv p{
		font-size: 0.95rem;
		line-height: 2;
	}

}


/* ==========================================================================
  	main-contents
   ========================================================================== */

.main-contents{
	margin: 0 auto 10%;
}

.contents-inner{
	margin: 15% auto 25%;
}

.contents-inner__last{
	margin-bottom: 10%;
}

.inner-head{
	margin: 0 auto 5%;
}

.inner-head h1{
	text-align: center;
	font-family: kepler-std-condensed-subhead, serif;
	font-weight: 400;
	font-size: 3.0rem;
	line-height: 1.0;
	margin: 2% auto 0;
}

.inner-head p{
	text-align: center;
	margin: 1% auto;
	font-size: 1.0rem;
}

.inner-box{
	margin: 0 auto 25%;
}

.inner-main{
	margin: 0 auto 5%;
}

.inner-sub{
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.inner-sub__bg{
	position: relative;
	margin: 15% auto;
}

.inner-sub__bg:before{
	content: "";
	position: absolute;
	top: 22%;
	right: 0;
	width: 80%;
	height: 55%;
	background-color: #e8f3f3;
	z-index: 1;
}

.inner-sub__bg02:before{
	content: "";
	position: absolute;
	top: 22%;
	left: 0;
	width: 80%;
	height: 55%;
	background-color: #fbf7eb;
	z-index: 1;
}

.sub__img01{
	width: 90%;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}

.sub__img02{
	width: 70%;
	margin-top: 5%;
	position: relative;
	z-index: 10;
}

.inner-sub__bg02 .sub__img02{
	margin-left: 30%;
}

.inner-sub img{
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	z-index: 10;
}

.inner-sub__flex{
	display: flex;
	column-gap: 10px;
	margin-bottom: 15%;
}

.inner-sub__left{
	flex: 1;
    display: flex;
	grid-row-gap: 10px;
    flex-direction: column;
}

.inner-sub__left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: bottom;
	position: relative;
	z-index: 10;
}

.inner-sub__right {
    flex: 2; 
}

.inner-sub__right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: bottom;
	position: relative;
	z-index: 10;
}

.inner-sub__bg03{
	position: relative;
}

.inner-sub__bg03:before{
	content: "";
	position: absolute;
	top: 20%;
	left: 10%;
	width: 90%;
	height: 90%;
	background-color: #f8ede7;
	z-index: 1;
}

.sub__img03{
	width: 80%;
	margin: 0 0 0 20%;
	padding-bottom: 20%;
	position: relative;
	z-index: 10;
	margin-bottom: 10%;
}

.sub__img04{
	width: 40%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
}

.inner-sub__bg04{
	position: relative;
}

.inner-sub__bg04:before{
	content: "";
	position: absolute;
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
	background-color: #e1ded9;
	z-index: 1;
}

.movie{
	width: 90%;
	margin: 25% auto;
}
video{
	width: 100%;
	height: auto;
}


@media(min-width:750px){
	.main-contents{
		margin: 20% auto 10%;
	}
	
	.inner-head h1{
		font-size: 3.5rem;
	}

	.inner-head p{
		font-size: 1.1rem;
	}

}

/* --- credit --- */

.credit{
	width: 80%;
	margin: 8% auto 15%;
	font-family: kepler-std-condensed-subhead, serif;
}

.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: 1.3rem;
	line-height: 1.8;
}

.credit-inner a::after {
	content: "BUY";
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translate(0, -50%);
    font-size: 1.1rem;
	border: solid 1px #000;
	padding: 0 8%;
	line-height: 1.5;
	border-radius: 50px;
}

.credit-inner .cms::after {
	content: "COMING SOON";
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translate(0, -50%);
    font-size: 0.8rem;
	color: #000;
	border: none;
}

.credit-inner .price::after {
	content: "tax in";
	font-size: 0.95rem;
	margin-left: 5px;
}

.credit-inner .line{
	background-color: #e8e3e0;
}

@media(min-width:750px){
	.credit{
		width: 65%;
		margin: 8% auto 10%;
		font-family: kepler-std-condensed-subhead, serif;
	}
	
	.credit-inner{
		margin-bottom: 3%;
	}
	
	.credit-inner a{
		font-size: 1.35rem;
	}
	
	.credit-inner a::after {
		font-size: 1.35rem;
	}
}


/* --- product-card__coment --- */

.product-card__coment{
	margin: 5% auto;
}

.product-card__name{
	font-family: kepler-std-condensed-subhead, serif;
	text-align: center;
	font-size: 2.8rem;
	line-height: 1;
	margin: 1% auto;
}

.product-card__price{
	font-family: kepler-std-condensed-subhead, serif;
	text-align: center;
	font-size: 1.6rem;
	letter-spacing: 1px;
	line-height: 1;
	margin: 1% auto;
}

.product-card__price::after{
	content: "tax in";
	font-size: 1rem;
	margin-left: 5px;
}

.product-card a{
	display: block;
	width: 80%;
	margin: 10% auto 15%;
	text-align: center;
	background-color: #000;
	color: #fff;
	font-size: 1.2rem;
	text-decoration: none;
	position: relative;
	line-height: 3;
	font-family: kepler-std-condensed-subhead, serif;
}

.product-card .all{
	width: 45%;
	line-height: 1.5;
	margin: 3% auto;
}

.product-card__coment{
	text-align: center;
	margin: 10% auto;
	font-size: 0.8rem;
	line-height: 1.8;
}

.product-card__coment span{
	font-size: 1.0rem;
	line-height: 1.5;
	font-weight: 600;
}


@media(min-width:750px){
	.product-card__name{
		font-size: 3.0rem;
	}

	.product-card__coment{
		font-size: 0.9rem;
		line-height: 2;
		margin: 7% auto;
	}

	.product-card__coment span{
		font-size: 1.3rem;
		line-height: 1.7;
	}
}


/* --- review --- */

.review{
	margin: 15% auto;
}

.review-title{
	width: 100%;
	margin: 3% auto;
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 1.2rem;
}

.review-title:before,
.review-title:after {
	border-top: 1px solid;
	content: "";
	flex-grow: 1;
}

.review-title:before {
	margin-right: 1rem;
}

.review-title:after {
	margin-left: 1rem;
}

.review-title__star{
	margin: 2% auto;
	text-align: center;
	font-size: 1.0rem;
	letter-spacing: 3px;
}

.review-inner{
	width: 90%;
	margin: 3% auto;
	background-color: #eeeeee;
	box-sizing: border-box;
	padding: 5%;
	font-size: 0.75rem;
	line-height: 1.7;
	border-radius: 5px;
	text-align: center;
}

.review-inner span{
	background-color: #fffee1;
}


.all{
	display: block;
	width: 80%;
	margin: 10% auto 15%;
	text-align: center;
	background-color: #000;
	color: #fff;
	font-size: 1.2rem;
	text-decoration: none;
	position: relative;
	line-height: 3;
	font-family: "farnham-display", 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);
}


/* ==========================================================================
  	other-contents
   ========================================================================== */

.other-contents{
	margin: 10% auto;
}

.other-title{
	background-color: #E6E1DE;
	padding: 7% 0;
}

.other-title p{
	margin: 0;
	text-align: center;
	font-size: 0.8rem;
	line-height: 1.6;
}

.other-title .other-copy{
	font-size: 1.15rem;
	margin-bottom: 3%;
	font-weight: 600;
}

.other-inner{
	margin: 10% auto 25%;
}

.center-container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 5%;
}

.other-number{
    --x-gradient: linear-gradient(90deg, #333 0 10px, transparent 0 calc(100% - 10px), #333 calc(100% - 10px));
    --y-gradient: linear-gradient(#333 0 10px, transparent 0 calc(100% - 10px), #333 calc(100% - 10px));
    position: relative;
    padding: 10px 30px;
    margin-bottom: 0.2rem;
    background-image:
        var(--x-gradient),
        var(--y-gradient),
        var(--x-gradient),
        var(--y-gradient);
    background-repeat: no-repeat;
    background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
    background-position: top, right, bottom, left;
    font-weight: bold;
    font-size: 1.4rem;
    text-align: center;
}

.other-flex{
	display:flex;
	align-items: center;
	width: 90%;
	margin: 0 auto;
}

.other-img{
	width: 50%;
}

.other-flex .product-card{
	width: 50%;
}

.other-flex .product-card__name{
	font-size: 1.9rem;
	text-align: center;
	margin: 2% 0;
}

.other-flex .product-card__price{
	font-size: 1.4rem;
	text-align: center;
	margin: 2% 0;
}

.other-flex .product-card .all{
	width: 55%;
	line-height: 1.2;
	margin: 5% auto;
	font-size: 1.1rem;
}

.other-inner .product-card__coment{
	margin: 8% auto;
}

.other-main{
	width: 90%;
	margin: 10% auto;
}

@media(min-width:750px){
.other-title{
	background-color: #E6E1DE;
	padding: 3% 0;
}

.other-title p{
	font-size: 0.95rem;
}

.other-title .other-copy{
	font-size: 1.15rem;
}

.other-number{
    padding: 10px 50px;
    font-size: 1.5rem;
}

.other-flex .product-card__name{
	font-size: 2.0rem;
}


.other-flex .product-card .all{
	width: 45%;
	font-size: 1.3rem;
}

}


