@charset "utf-8";

/*------------------------------------------------
	christmas-gift-2021
--------------------------------------------------*/

/* MTでの表示用
-------------------------------------------------- */
.wrp-contents-detail .txt-common > p + p {
    margin-top: 0 !important;
}
.wrp-contents-detail{
	width: 100vw;
	max-width: 100vw;
	padding: 0;
}
.bleadcrumb-wrap.is-visiblePc{
	display: none!important;
}
.hdg-lv1-c{
	display: none;
}
.style-detail-head{
	display: none;
}
.hdg-lv1-c + .box-media{
	display: none;
}
.wrp-contents-detail > .txt-common{
	margin-bottom: 0;
}


/* reset
-------------------------------------------------- */
img{
	max-width: 100%;
	vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6 {
	letter-spacing: 0.1em;
}

p{
	letter-spacing: 0.08em;
}

a{
	transition: all .8s ease;
}
a:hover {
    opacity: 1;
}

@media only screen and (max-width: 767px){
	body{
		font-size: 12px;
	}
}

/* module
-------------------------------------------------- */
.color-w{
	color: #fff !important;
}
.color-y{
	color: #dab679 !important;
}

.font-lato{
	font-family: 'Lato', sans-serif;
	letter-spacing: 0.1em;
}

.sec-eng-title{
	color: #dab679;
	font: 400 20px / 1 'Lato', sans-serif;
	text-align: center;
	padding-top: 48px;
	position: relative;
}
.sec-eng-title::before{
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/deco-icon03.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto
}
.recommend-area .sec-eng-title::before {
	background: url(../images/deco-icon02.png) no-repeat center / contain;
}

.sec-title{
	color: #042747;
	font-weight: bold;
	font-size: 36px;
	line-height: 1.6;
	text-align: center;
	margin-top: 10px;
}

.sec-catch{
	line-height: 2;
	text-align: center;
	margin-top: 70px;
}

.gold-eng{
	color: #dab679;
	font: 400 16px / 1 'Lato', sans-serif;
}

.white-eng {
	color: #fff;
	font: 500 90px / 1 "Cormorant Garamond", serif;
	line-height: 1.55;
	letter-spacing: normal;
}
.white-eng::before,
.white-eng::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
}
.white-eng::before {
	margin-top: calc((1 - 1.55) * 0.5em);
}
.white-eng::after {
	margin-bottom: calc((1 - 1.55) * 0.5em);
}

.buy-btn{
	display: flex;
	width: 240px;
	height: 77px;
	color: #dab679;
	justify-content: center;
	align-items: center;
	background: url(../images/btn-img01.png) no-repeat center / contain;
	transition: all .8s ease;
}
.buy-btn.color-w{
	background-image: url(../images/btn-img02.png);
}

a:hover .buy-btn{
	letter-spacing: 0.2em;
}

@keyframes rotate-anime {
	0%  {transform: rotate(0);}
	100%  {transform: rotate(360deg);}
}

@media only screen and (max-width: 767px){

	.sec-eng-title{
		font-size: 12px;
		padding-top: 25px;
	}
	.sec-eng-title::before{
		width: 15px;
		height: 15px;
	}
	
	.sec-title{
		font-size: 20px;
		margin-top: 5px;
		color: #042747;
	}
	
	.sec-catch{
		text-align: left;
		margin-top: 30px;
	}
	
	.gold-eng{
		font-size: 12px;
	}

	.white-eng {
		font-size: 45px;
	}
	
	.buy-btn{
		width: 178px;
		height: 59px;
		margin-right: auto;
		margin-left: auto;
	}
}


/* mv
-------------------------------------------------- */
.mv-area{
	width: 100%;
	background: url(../images/bg-green03.png) repeat;
}

.mv-message-block{
	width: 100%;
	height: 350px;
	padding: 95px 0 0;
	position: relative;
	z-index: 1;
}

.mv-message-deco,
.mv-message{
	text-align: center;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
}
.mv-message-deco{
	top: 95px;
}
.mv-message{
	top: 180px;
}

.mv-img{
	width: 100%;
	text-align: center;
}
.mv-img img{
	max-width: auto;
	width: 100%;
}

.mv-lead-area{
	color: #fff;
	width: 100%;
	text-align: center;
	background: url(../images/lead-bg.png) repeat-x bottom center;
	padding: 60px 0 300px;
}

.mv-lead-wrap{
	width: 100%;
	min-height: 542px;
	background: url(../images/lead-deco-01.png) no-repeat center / contain;
	padding-top: 215px;
	position: relative;
}
.mv-lead-wrap::before{
	content: '';
	display: block;
	width: 100px;
	height: 58px;
	background: url(../images/deco-icon01.png) no-repeat center / contain;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
.mv-lead-wrap::before{
	top: 80px;
}

.mv-lead-title{
	font-weight: 500;
	font-size: 36px;
	line-height: 1.6;
}

.mv-lead-txt{
	line-height: 2;
	margin-top: 70px;
	letter-spacing: 3.2px;
}
.mv-scroll-down {
    position: absolute;
	left: 50%;
	top: 0;
    transform: translateX(-50%);
    width: 30px;
    height: 180px;
    margin: -60px auto 0;
    overflow: hidden;
    }

  .mv-scroll-down .line {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;  
    height: 100%;
    background-color: #4d4335;
    animation: lineMove 1.5s infinite ease-in-out;
  }

  @keyframes lineMove {
    0% {
      top: -100%;
      opacity: 0;
    }
    30% {
      top: 0%;
      opacity: 1;
    }
    70% {
      top: 100%;
      opacity: 1;
    }
    100% {
      top: 200%;
      opacity: 0;
    }
  }

@media only screen and (min-width: 768px) and (max-width: 1039px){ 
	.mv-message-deco,
	.mv-message{
		padding: 0 30px;
	}
}

@media only screen and (max-width: 767px){
	
	.mv-message-block{
		height: 150px;
		padding: 30px 0 0;
	}
	
	.mv-message-deco,
	.mv-message{
		padding: 0 30px;
	}
	.mv-message-deco{
		top: 30px;
	}
	.mv-message{
		top: 90px;
	}
	
	.mv-lead-area{
		background: url(../images/lead-bg-sp.png) repeat-x bottom left / 375px auto;
		background-size: 400px auto;
		padding: 30px 0 160px;
	}
	
	.mv-lead-wrap{
		min-height: 225px;
		background-position: center top;
		background-size: 375px auto;
		padding-top: 110px;
	}
	.mv-lead-wrap::before,
	.mv-lead-wrap::after{
		width: 50px;
		height: 29px;
	}
	.mv-lead-wrap::before{
		top: 40px;
	}
	.mv-lead-wrap::after{
		bottom: -75px;
	}
	
	.mv-lead-title{
		font-size: 20px;
	}
	
	.mv-lead-txt{
		margin-top: 30px;
		padding: 0 16px;
    	letter-spacing: 2px;
	}
}


/* reason
-------------------------------------------------- */
.reason-area{
	width: 100%;
	background: url(../images/bg-beige01.png) repeat;
	padding: 160px 0 200px;
	position: relative;
}

.reason-wrap{
	display: flex;
	max-width: 1600px;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0 100px;
	margin: 80px auto 0;
}
.reason-wrap > li{
	max-width: calc(400 / 1400 * 100%);
	flex-basis: calc(400 / 1400 * 100%);
	color: #14413c;
	position: relative;
}
.reason-wrap > li:nth-child(2n){
	margin-top: 100px;
}

.reason-num{
	display: flex;
	width: 82px;
	height: 82px;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -30px;
	left: 30px;
	z-index: 1;
}
.reason-num span{
	color: #14413c;
	font: 500 40px / 1 'Cormorant Garamond', serif;
}
.reason-num img{
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	animation: rotate-anime 10s linear infinite;
}

.reason-img{
	box-shadow: 0px 0px 30px 10px rgba(218,182,121,0.2);
}

.reason-eng-title{
	color: #dab679;
    font: 400 16px / 1 'Lato', sans-serif;
    text-align: center;
    letter-spacing: 0.1em;
	margin-top: 60px;
}

.reason-title{
	font-weight: 500;
	font-size: 24px;
	line-height: 1.6;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 45px;
}

.reason-txt{
	line-height: 2;
}

.reason-link{
	margin-top: 30px;
	text-align: center;
}
.reason-link a{
	color: #dab679;
}
.reason-link .fas {
	margin-right: 1em;
}

@media only screen and (min-width: 768px) and (max-width: 1039px){ 
	.reason-wrap {
		padding: 0 30px;
	}
}

@media only screen and (max-width: 767px){

	.reason-area{
		padding: 80px 0 100px;
	}
	.reason-wrap{
		display: block;
		padding: 0 30px;
		margin: 0;
	}
	.reason-wrap > li{
		max-width: 100%;
		margin-top: 40px;
	}
	.reason-wrap > li:nth-child(2n){
		margin-top: 50px;
	}
	
	.reason-num{
		width: 50px;
		height: 50px;
		top: -20px;
		left: 50px;
	}
	.reason-num span{
		font-size: 26px;
	}
	
	.reason-img{
		max-width: 510px;
		width: calc(100% - 60px);
		margin-right: auto;
		margin-left: auto;
	}
	
	.reason-eng-title{
		font-size: 12px;
		margin-top: 25px;
	}
	
	.reason-title{
		font-size: 15px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	.reason-link{
		margin-top: 20px;
	}
}

/* recommend-area 2022〜
-------------------------------------------------- */
.recommend-anchor {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	max-width: 1600px;
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 100px 250px;
}
.recommend-anchor .recommend-anchor-item {
	width: calc(25% - (80px * 3 / 4));
	padding-bottom: 90px;
	text-align: center;
	position: relative;
}
.recommend-anchor .recommend-anchor-item::after {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 58px;
	background: url(../images/deco-title02.png) no-repeat center;
	background-size: 100% auto;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: all .8s ease;
}
.recommend-anchor .recommend-anchor-title {
	margin-top: 32px;
	color: #042747;
	font-family: "Cormorant Garamond", serif;
	font-size: 32px;
	line-height: 1.1875;
	letter-spacing: -0.02em;
	font-weight: bold;
}
.recommend-anchor .recommend-anchor-title::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin-top: calc((1 - 1.1875) * 0.5em);
}
.recommend-anchor .recommend-anchor-title::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin-bottom: calc((1 - 1.1875) * 0.5em);
}
.recommend-anchor .recommend-anchor-lead {
	margin-top: 12px;
	color: #042747;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.625;
	letter-spacing: 0.1em;
}
.recommend-anchor .recommend-anchor-lead::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin-top: calc((1 - 1.625) * 0.5em);
}
.recommend-anchor .recommend-anchor-lead::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin-bottom: calc((1 - 1.625) * 0.5em);
}
.recommend-anchor .recommend-anchor-image {
	width: 100%;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
}
.recommend-anchor .recommend-anchor-image::after {
	content: "";
	display: block;
	padding-top: 100%;
}
.recommend-anchor .recommend-anchor-image img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	transition: all .8s ease;
}

@media only screen and (min-width: 769px) {
	.recommend-anchor .recommend-anchor-item:hover::after {
		transform: translateY(10px);
	}
	.recommend-anchor .recommend-anchor-item:hover .recommend-anchor-image img{
		transform: scale(1.05);
	}
} 

@media only screen and (min-width: 768px) and (max-width: 1039px){ 
	.recommend-anchor {
		padding-left: 30px;
		padding-right: 30px;
	}
	.recommend-anchor .recommend-anchor-title {
		font-size: 3.076vw;
	}
	.recommend-anchor .recommend-anchor-lead {
		font-size: 1.538vw;
	}
}

@media only screen and (max-width: 767px){
	.recommend-anchor {
		margin-top: 30px;
		padding: 0 30px;
	}
	.recommend-anchor .recommend-anchor-item {
		width: calc(50% - 3.9%);
		padding-bottom: 40px;
	}
	.recommend-anchor .recommend-anchor-item::after {
		width: 12px;
		height: 34px;
	}
	.recommend-anchor .recommend-anchor-item:nth-of-type(n + 3) {
		margin-top: 30px;
	}
	.recommend-anchor .recommend-anchor-title {
		margin-top: 16px;
		font-size: 24px;
	}
	.recommend-anchor .recommend-anchor-lead {
		margin-top: 8px;
		font-size: 12px;
	}
}


/* recommend-area
-------------------------------------------------- */
.recommend-area{
	position: relative;
	width: 100%;
	background: url(../images/bg-yellow.png) repeat;
	padding: 160px 0 0;
}

.recommend-list{
	/* background: url(../images/lead-bg.png) repeat-x bottom left;
	padding-bottom: 510px;
	margin-top: 160px; */
}
.recommend-list > li{
	padding-bottom: 260px;
}
.recommend-list > li:nth-of-type(odd) {
	background: url(../images/bg-green03.png) repeat;
	position: relative;
}
.recommend-list > li::after {
	content: "";
	display: block;
	width: 100%;
	height: 80px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.recommend-list > li:nth-of-type(odd)::after {
	background: url(../images/bg-green03.png) repeat;
}
.recommend-list > li:nth-of-type(even)::after {
	background: url(../images/bg-yellow.png) repeat;
}
.recommend-list > li:last-child{
	margin-bottom: 0;
}

.recommend-main-wrap{
	max-width: 1600px;
	padding-top: 340px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 2;
}

.recommend-main-img-block{
	position: absolute;
	top: -75px;
	left: 0;
}
.recommend-list > li:nth-child(2n) .recommend-main-img-block{
	right: 0;
	left: auto;
}

.recommend-num{
	display: flex;
	width: 178px;
	height: 178px;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -90px;
	left: 100px;
	z-index: 3;
}
.recommend-list > li:nth-child(2n) .recommend-num{
	right: 100px;
	left: auto;
}
.recommend-num span{
	color: #fff;
	font: 500 80px/1 'Cormorant Garamond', serif;
	font-variant-numeric: lining-nums;
	letter-spacing: 0.01em;
	line-height: 1;
	display: block;
}
.recommend-num img{
	position: absolute;
	animation: rotate-anime 14s linear infinite;
}

.recommend-main-img{
	max-width: 1000px;
	max-height: 707px;
}

.recommend-main-txt-block{
	/* max-width: calc(100% - (1600px - 850px)); */
	max-width: 750px;
	color: #fff;
	background: #042747;
	padding: 80px 100px 136px;
	margin: -110px 0 0 auto;
}

.recommend-list > li:nth-child(2n) .recommend-main-txt-block{
	background: #332c23;
}

.recommend-list > li:nth-child(2n) .recommend-main-txt-block{
	margin-right: auto;
	margin-left: 0;
}

.recommend-main-txt-img{
	position: absolute;
	top: 238px;
	left: calc(100% - (1600px - 975px));
	z-index: 5;
}
.recommend-main-txt-img--line2 {
	top: 130px;
}
.recommend-list > li:nth-child(2n) .recommend-main-txt-img{
	right: auto;
    left: 100px;
}
.recommend-list > li:nth-child(3n) .recommend-main-txt-img{
	top: 138px;
	left: auto;
    right: 100px;
}

/* .recommend-list > li:nth-child(4) .recommend-main-txt-img{
	top: 210px;
} */

.recommend-main-title{
	color: #dab679;
	margin-top: 16px;
	font-size: 20px;
	line-height: 1.9;
}
.recommend-main-title::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin-top: calc((1 - 1.9) * 0.5em);
}
.recommend-main-title::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin-bottom: calc((1 - 1.9) * 0.5em);
}

.recommend-main-txt{
	margin-top: 50px;
	letter-spacing: 0.22em;
	line-height: 2;
}
.recommend-main-txt::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin-top: calc((1 - 2) * 0.5em);
}
.recommend-main-txt::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin-bottom: calc((1 - 2) * 0.5em);
}

/*------- recommend-detail-wrap -------*/
.recommend-detail-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	max-width: 1220px;
	margin: 120px auto 0;
	padding: 0 30px;
}

.recommend-detail-wrap > li {
	width: calc(50% - 4.31%);
	text-align: center;
}

.recommend-detail-wrap > li:nth-of-type(n + 3) {
	margin-top: 80px;
}

.recommend-detail-wrap > li .recommend-detail-img {
	overflow: hidden;
}

.recommend-detail-wrap > li .recommend-detail-img img {
	width: 100%;
	transition: all 0.8s ease;
}

.recommend-detail-wrap > li .recommend-detail-txt-block .recommend-detail-title {
	margin-top: 40px;
	color: #fff;
	font-size: 24px;
	line-height: 1.583;
	letter-spacing: 0.08em;
}
.recommend-detail-wrap > li .recommend-detail-txt-block .recommend-detail-title::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin-top: calc((1 - 1.583) * 0.5em);
}
.recommend-detail-wrap > li .recommend-detail-txt-block .recommend-detail-title::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin-bottom: calc((1 - 1.583) * 0.5em);
}

.recommend-detail-wrap > li .recommend-detail-txt-block .recommend-detail-txt {
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.06em;
	color: #fff;
}
/* .recommend-detail-wrap > li:nth-child(2n) .recommend-detail-txt-block .recommend-detail-title {
	color: #4c4335;
} */
.recommend-list > li:nth-child(2n) .recommend-detail-wrap > li .recommend-detail-txt-block .recommend-detail-txt,
.recommend-list > li:nth-child(2n) .recommend-detail-wrap > li .recommend-detail-txt-block .recommend-detail-title {
	color: #4c4335;
}
.recommend-list > li:nth-child(2n) .buy-btn {
	background: url(../images/btn-img04.png) no-repeat center / contain;
	color: #4c4335;
}

.recommend-detail-wrap > li .buy-btn {
	margin: 40px auto 0;
}

/* .recommend-detail-wrap{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	max-width: 1160px;
	padding: 0 120px;
	margin-top: 120px;
	margin-right: auto;
	margin-left: auto;
}
.recommend-detail-wrap > li{
	width: 100%;
	min-height: 580px;
	flex-direction: row-reverse;
	align-items: center;
	margin-top: 120px;
	position: relative;
}
.recommend-detail-wrap > li::before,
.recommend-detail-wrap > li::after{
	content: '';
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 3;
}
.recommend-detail-wrap > li:nth-child(1):before{
	width: 135px;
	height: 217px;
	background-image: url(../images/recommend-deco01.png);
	top: -60px;
	right: -115px;
}
.recommend-detail-wrap > li:nth-child(1)::after{
	width: 186px;
	height: 169px;
	background-image: url(../images/recommend-deco02.png);
	bottom: -150px;
	left: -60px;
}
.recommend-detail-wrap > li:nth-child(2):before{
	width: 79px;
	height: 92px;
	background-image: url(../images/recommend-deco03.png);
	top: -80px;
	right: -115px;
}
.recommend-detail-wrap > li:nth-child(2)::after{
	width: 98px;
	height: 215px;
	background-image: url(../images/recommend-deco04.png);
	bottom: -190px;
	left: -140px;
}

.recommend-detail-img{
	position: absolute;
	top: 0;
	left: 0;
}

.recommend-detail-wrap > li:nth-child(2n){
	flex-direction: row;
}
.recommend-detail-wrap > li:nth-child(2n) .recommend-detail-img{
	right: 0;
	left: auto;
}

.recommend-detail-txt-block{
	width: calc(660 / 1160 * 100%);
	max-width: 660px;
	color: #fff;
	padding: 95px 80px;
	position: relative;
	z-index: 1;
}
.recommend-detail-wrap > li:nth-child(2n) .recommend-detail-txt-block{
	right: auto;
	left: 0;
} */

.recommend-detail-title{
	color: #dab679;
	font-weight: bold;
	font-size: 16px;
	line-height: 2;
	margin-bottom: 16px;
}

.recommend-detail-txt{
	line-height: 2;
}

/*------- .recommend-buy-block -------*/
.recommend-buy-block{
	max-width: 1160px;
	min-height: 520px;
	padding: 0 120px;
	margin: 120px auto 0;
	position: relative;
}
.recommend-buy-block::before{
	content: '';
	display: block;
	width: 98px;
	height: 215px;
	background: url(../images/recommend-deco05.png) no-repeat center / contain;
	position: absolute;
	right: -250px;
	bottom: 60px;
}

.recommend-buy-block a{
	display: flex;
	width: 100%;
	min-height: 520px;
	background: #14413c;
	align-items: center;
}
.recommend-buy-block a:hover{
	opacity: 1;
}

.recommend-buy-img-block{
	flex-basis: 55%;
	min-height: 520px;
	position: relative;
}
.recommend-buy-product-img,
.recommend-buy-product-bg{
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
.recommend-buy-product-img{
	z-index: 1;
	transition: all .8s ease;
}
.recommend-buy-product-img img{
	max-width: 400px;
}
.recommend-buy-product-bg img{
	max-width: 298px;
}

.recommend-buy-block a:hover .recommend-buy-product-img{
	transform: scale(1.05);
}

.recommend-buy-txt-block{
	padding: 30px;
}

.recommend-buy-title{
	font-weight: bold;
	color: #fff;
	line-height: 2;
}
.recommend-buy-price{
	font-weight: bold;
	color: #ccc;
	margin: 30px 0 60px;
}

.recommend-other-title{
	display: flex;
	width: 100%;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	align-items: center;
	justify-content: center;
	margin-top: 120px;
	line-height: 1;
}
.recommend-list > li:nth-child(2n) .recommend-other-title{
	color: #4c4335;
}
.recommend-list > li:nth-child(2n) .recommend-other-name {
	color: #332c23;
}
.recommend-list > li:nth-child(2n) .recommend-other-price {
	color: #73684f;
}
.recommend-list > li:nth-child(03) .recommend-main-txt-block {
	background: #031c33;
}
.recommend-list > li:nth-child(01) .recommend-main-txt-img {
	top: 132px;
    right: 100px;
    left: auto;
}
.recommend-list > li:nth-child(04) .recommend-main-txt-img {
	top: 149px;
    left: 100px;
    right: auto;
}
.recommend-other-title::before,
.recommend-other-title::after{
	content: '';
	display: block;
	width: 50px;
	height: 24px;
	background: url(../images/deco-title03.png) no-repeat center / contain;
	margin: 0 30px;
}
.recommend-list > li:nth-child(2n) .recommend-other-title::before,
.recommend-list > li:nth-child(2n) .recommend-other-title::after{
	background: url(../images/deco-title04.png) no-repeat center / contain;
}
.recommend-other-title::after{
	transform: scale(-1, 1);
}

/*------- recommend-other-wrap -------*/
.recommend-other-wrap{
	display: flex;
	max-width: 1600px;
	justify-content: space-between;
	padding: 0 100px;
	margin: 8px auto 0;
}
.recommend-other-wrap > div{
	max-width: 20.71%;
	flex-basis: 20.71%;
}
.recommend-other-wrap a{
	display: block;
	text-align: center;
}
.recommend-other-wrap a:hover{
	opacity: 1;
}

.recommend-other-catch{
	color: #ccc;
	font-weight: 400;
}

.recommend-other-img-block{
	width: 100%;
    min-height: 400px;
	/*margin: 40px 0;*/
    position: relative;
}
.recommend-other-img,
.recommend-other-bg {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.recommend-other-img{
	z-index: 1;
	transition: all .8s ease;
}
.recommend-other-img img{
	max-width: 100%;
}
.recommend-other-bg img{
	width: 75%;
}

.recommend-other-wrap a:hover .recommend-other-img{
	transform: scale(1.05);
}

.recommend-other-name{
	color: #fff;
	font-weight: bold;
	line-height: 1.625;
	font-size: 16px;
	letter-spacing: -0.62px;
	margin-top: -22px;
}

.recommend-other-price{
	color: #ccc;
	font-weight: bold;
	margin-top: 7px;
}

.recommend-other-wrap .buy-btn{
	margin: 36px auto 0;
}

/*------- order-wrap -------*/
.order-wrap{
	width: 100%;
	background: #0b1b17;
	padding: 85px 0 195px;
}

.order-list{
	margin-top: 110px;
}
.order-list > li{
	margin-bottom: 160px;
}
.order-list > li:last-child{
	margin-bottom: 0;
}


.order-wrap .order-list-wrap{
	display: flex;
	max-width: 1400px;
	align-items: center;
	padding: 0 120px;
	margin: 0 auto;
}
.order-wrap .order-list-wrap:hover{
	opacity: 1;
}
.order-wrap .order-list > li{
	margin-bottom: 160px;
}
.order-wrap .order-list > li:last-child{
	margin-bottom: 0;
}
.order-wrap .order-list > li:nth-child(2n) .order-list-wrap{
	flex-direction: row-reverse;
}

.order-txt-block{
	flex: 1;
	padding-right: 100px;
}
.order-wrap .order-list > li:nth-child(2n) .order-txt-block{
	padding-right: 0;
	padding-left: 100px;
}

.order-txt-block .sec-eng-title,
.order-txt-block .sec-title,
.order-txt-block .sec-catch{
	text-align: left;
}
.order-txt-block .sec-eng-title::before{
	right: auto;
}
.order-txt-block .sec-catch{
	margin-top: 50px;
}
.order-txt-block .buy-btn{
	margin: 50px 0 0;
}

.order-title{
	font-weight: 500;
	font-size: 24px;
	line-height: 1.6;
}

.order-img-block{
	position: relative;
}
.order-img-block br{
	display: none;
}

.order-img{
	text-align: center;
	overflow: hidden;
}
.order-img img{
	transition: all .8s ease;
}
.order-img-block span{
	display: block;
	position: absolute;
	top: -55px;
	right: 40px;
	z-index: 1;
}

.order-wrap a.order-list-wrap:hover .order-img img{
	transform: scale(1.05);
}

@media only screen and (min-width: 768px) {
	.recommend-list > li::before {
		content: "";
		display: block;
		width: 1470px;
		height: 100%;
		background: url(../images/deco-section.png) no-repeat center;
		background-size: contain;
		position: absolute;
		left: 32px;
		top: -197px;
		right: 0;
		margin: auto;
	}
	.recommend-list > li:nth-child(01)::before,
	.recommend-list > li:nth-child(03)::before {
		background: url(../images/deco-section-01.png) no-repeat center;
	}
	.recommend-detail-wrap > li > a:hover .recommend-detail-img img {
		transform: scale(1.05);
	}
	.recommend-detail-wrap .buy-btn {
		width: 292px;
		height: 96px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1440px){ 
	.recommend-main-txt-img{
		top: 300px;
	}
	.recommend-main-txt-img--line2 {
		top: 160px;
	}
}
@media only screen and (min-width: 1040px) and (max-width: 1440px){ 
	.recommend-list > li:nth-child(04) .recommend-main-txt-img {
		top: 179px;
	}
	.recommend-list > li:nth-child(2n) .recommend-main-txt-img,
	.recommend-list > li:nth-child(04) .recommend-main-txt-img {
		left: 70px;
	}
	.recommend-list > li:nth-child(01) .recommend-main-txt-img, 
	.recommend-list > li:nth-child(3n) .recommend-main-txt-img {
		top: 154px;
		right: 70px;
	}
	.recommend-main-img img{
		height: 500px;
	}
	.recommend-main-wrap{
		padding-top: 370px;
	}
	.recommend-main-txt-block{
		padding: 70px;
	}
	/* .recommend-main-txt-img {
		top: 140px;
	}
	.recommend-list > li:nth-child(4) .recommend-main-txt-img {
		top: 280px;
	} */
}

@media only screen and (min-width: 768px) and (max-width: 1039px){ 

	.recommend-main-wrap{
		padding-top: 370px;
	}
	.recommend-main-txt-block{
		padding: 70px;
	}
	.recommend-main-img img{
		height: 550px;
	}
	.recommend-main-txt-img{
		display: none;
	}
	.recommend-detail-wrap,
	.recommend-buy-block,
	.recommend-other-wrap,
	.order-wrap .order-list-wrap{
		padding: 0 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1200px){ 
	.recommend-other-wrap .buy-btn{
		width: 20vw;
	}
}

@media only screen and (max-width: 767px){
	.mv-scroll-down {
		margin: -20px auto 0;
	}
	.recommend-area{
		padding: 170px 0 0;
	}
	
	.recommend-list{
		background: url(../images/lead-bg-sp-02.png) repeat-x bottom left / 375px auto;
		padding-bottom: 245px;
		margin-top: 102px;
	}
	.recommend-list > li{
		padding-bottom: 165px;
	}
	.recommend-list > li::before {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background: url(../images/deco-section-sp.png) no-repeat center;
		background-size: contain;
		position: absolute;
		left: 0;
		top: -85px;
		right: 0;
		margin: auto;
	}
	.recommend-list > li:nth-child(2n)::before {
		background: url(../images/deco-section2-sp.png) no-repeat center;
		background-size: contain;
	}
	.recommend-list > li::after {
		height: 64px;
	}
	
	.recommend-main-wrap{
		padding-top: 215px;
	}
	
	.recommend-main-img-block{
		width: calc(100% - 30px);
		top: -60px;
	}
	
	.recommend-num{
		width: 89px;
		height: 89px;
		top: -45px;
		left: 30px;
	}
	.recommend-list > li:nth-child(2n) .recommend-num{
		right: 30px;
	}
	.recommend-num span{
		font-size: 40px;
	}
	
	.recommend-main-txt-block{
		width: calc(100% - 30px);
		padding: 30px 40px 40px;
		margin-top: -60px;
	}
	
	.recommend-main-txt-img{
		display: none;
	}
	
	.recommend-main-title{
		font-size: 12px;
		margin: 6px 0 0;
		letter-spacing: 0.08em;
	}

	.recommend-main-txt {
		margin-top: 24px;
		font-size: 12px;
	}
	
	/*------- recommend-detail-wrap -------*/
	.recommend-detail-wrap{
		margin-top: 60px;
		padding: 0 30px;
	}
	.recommend-detail-wrap > li{
		display: block;
		width: 100%;
		min-height: auto;
		/* margin-top: 60px; */
	}
	.recommend-detail-wrap > li + li,
	.recommend-detail-wrap > li:nth-of-type(n + 3) {
		margin-top: 40px;
	}
	.recommend-detail-wrap > li .recommend-detail-txt-block {
		padding: 0;
	}
	.recommend-detail-wrap > li .recommend-detail-txt-block .recommend-detail-title {
		margin-top: 30px;
		font-size: 15px;
	}
	.recommend-detail-wrap > li .recommend-detail-txt-block .recommend-detail-txt {
		margin-top: 16px;
		font-size: 12px;
	}
	.recommend-detail-wrap > li .buy-btn {
		margin-top: 20px;
	}
	/* .recommend-detail-wrap > li:nth-child(1):before{
		width: 52px;
		height: 83px;
		top: -18px;
		right: -70px;
	}
	.recommend-detail-wrap > li:nth-child(1)::after{
		width: 71px;
		height: 65px;
		top: 185px;
		bottom: auto;
		left: -65px;
	}
	.recommend-detail-wrap > li:nth-child(2):before{
		width: 30px;
		height: 35px;
		top: 0;
		right: -25px;
	}
	.recommend-detail-wrap > li:nth-child(2)::after{
		width: 43px;
		height: 86px;
		top: 175px;
		bottom: auto;
		left: -60px;
	} */
	
	.recommend-detail-img{
		position: static;
	}
	
	.recommend-detail-txt-block{
		width: 100%;
		max-width: none;
		background: none;
		padding: 30px 0 0;
	}
	
	.recommend-detail-title{
		font-size: 12px;
		margin-bottom: 15px;
	}

	
	/*------- .recommend-buy-block -------*/
	.recommend-buy-block{
		width: calc(100% - 60px);
		min-height: auto;
		padding: 0;
		margin: 50px auto 0;
	}
	.recommend-buy-block::before{
		width: 37px;
		height: 82px;
		top: -95px;
		right: -30px;
		bottom: auto;
	}
	
	.recommend-buy-block a{
		display: block;
		min-height: auto;
		padding: 25px 30px 35px;
	}
	
	.recommend-buy-img-block{
		width: 100%;
		min-height: 255px;
	}
	.recommend-buy-product-img img{
		max-width: 100%;
	}
	.recommend-buy-product-bg img{
		max-width: 190px;
	}
	
	.recommend-buy-block a:hover .recommend-buy-product-img{
		transform: scale(1.05);
	}
	
	.recommend-buy-txt-block{
		padding: 25px 0 0;
	}
	
	.recommend-buy-title{
		text-align: center;
	}
	.recommend-buy-price{
		text-align: center;
		margin: 15px 0 25px;
	}
	
	.recommend-other-title{
		font-size: 14px;
		margin-top: 60px;
	}
	.recommend-other-title::before,
	.recommend-other-title::after{
		width: 30px;
		height: 15px;
		margin: 0 10px;
	}
	
	/*------- recommend-other-wrap -------*/
	.recommend-other-wrap{
		display: block;
		padding: 0;
		margin: -5px auto 0;
	}
	.recommend-other-wrap > div{
		max-width: none;
	}

	.recommend-other-img img {
		max-width: 200px;
	}

	.recommend-other-bg img {
		width: 78%;
	}

	.recommend-other-name {
		font-size: 12px;
	}

	.order-list {
		margin-top: 55px;
	}
	.order-list > li {
		margin-bottom: 60px;
	}

	.recommend-other-wrap.slick-dotted.slick-slider {
		margin-bottom: 55px;
	}
	.recommend-other-wrap .slick-slide{
		margin-right: 20px!important;
		margin-left: 20px!important;
	}
	.recommend-other-wrap .slick-dots li button:before{
		content: '';
		display: block;
		width: 15px;
		height: 15px;
		background: url(../images/slider-nav-icon.png) no-repeat center / contain;
	}
	.recommend-other-wrap .slick-dots{
		bottom: -50px;
	}
	
	.recommend-other-img-block{
		min-height: 232px;
		margin: 15px 0 20px;
	}
	.recommend-other-bg img{
		max-width: 195px;
	}

	.recommend-other-price {
		margin-top: 12px;
	}
	
	.recommend-other-wrap .buy-btn{
		margin: 28px auto 0;
	}

	.recommend-other-wrap .slick-dots {
		bottom: -81px;
	}

	.slick-dots li {
		width: 22px;
		margin: 0 6px;
	}

	
	/*------- order-wrap -------*/
	.order-wrap{
		padding: 40px 30px 100px;
	}
	
	.order-wrap .order-list-wrap{
		display: block;
		padding: 0;
	}
	.order-wrap .order-list > li{
		margin-bottom: 60px;
	}

	.order-title{
		font-size: 15px;
		text-align: center;
		margin-top: 25px;
	}
	
	.order-txt-block{
		padding-right: 0;
	}
	.order-wrap .order-list > li:nth-child(2n) .order-txt-block{
		padding-right: 0;
		padding-left: 0;
	}
	
	.order-txt-block .sec-eng-title,
	.order-txt-block .sec-title{
		text-align: center;
	}
	.order-txt-block .sec-catch {
		margin-top: 20px;
	}
	.order-txt-block .sec-eng-title::before{
		right: 0;
	}
	.order-txt-block .buy-btn{
		margin: 25px auto 0;
	}
	
	.order-img{
		margin-top: 55px;
	}
	.order-img-block span{
		width: 80px;
		height: 80px;
		top: -18px;
		right: 10px;
	}
}


/* wrapping
-------------------------------------------------- */
.wrapping-area{
	width: 100%;
	background: url(../images/bg-beige01.png) repeat;
	padding: 160px 0 200px;
}

.wrapping-list{
	max-width: 1400px;
	padding: 0 120px;
	margin-right: auto;
	margin-left: auto;
}
.wrapping-list > li{
	display: flex;
	width: 100%;
	align-items: center;
	margin-top: 80px;
}
.wrapping-list > li:nth-child(2n){
	flex-direction: row-reverse;
}

.wrapping-img{
	max-width: 580px;
	flex-basis: 50%;
	box-shadow: 0px 0px 30px 10px rgba(0,0,0,0.05);
	margin-right: auto;
	margin-left: auto;
}

.wrapping-txt-block{
	color: #14413c;
	flex: 1;
	padding: 30px 70px;
}

.wrapping-title{
	font-size: 24px;
}

.wrapping-txt{
	line-height: 2;
	margin-top: 30px;
}
.wrapping-txt small{
	display: block;
	color: #a2a2a2;
	font-size: 12px;
	line-height: 1.6;
	margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1039px){ 
	.wrapping-list{
		padding: 0 30px;
	}
}

@media only screen and (max-width: 767px){

	.wrapping-area{
		padding: 80px 30px 100px;
	}
	
	.wrapping-list{
		padding: 0;
	}
	.wrapping-list > li{
		display: block;
		padding: 0;
		margin-top: 60px;
	}
	
	.wrapping-txt-block{
		padding: 30px 0 0;
	}
	
	.wrapping-title{
		font-size: 15px;
	}
	
	.wrapping-txt{
		margin-top: 15px;
	}
	.wrapping-txt small{
		font-size: 10px;
		margin-top: 15px;
	}
	
}


/* related
-------------------------------------------------- */
.related-area{
	position: relative;
	width: 100%;
	background: url(../images/bg-beige02.png) repeat;
	padding: 160px 0 120px;
}
.related-area::before{
	content: '';
	display: block;
	width: 1px;
	height: 180px;
	background: #dab679;
	position: absolute;
	top: -60px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
}

.related-list{
	display: flex;
	max-width: 1400px;
	justify-content: space-between;
	padding: 0 120px;
	margin-top: 80px;
	margin-right: auto;
	margin-left: auto;
}
.related-list > li{
	flex-basis: calc((100% - 40px) / 2);
	max-width: 560px;
	line-height: 1;
	box-shadow: 0px 0px 30px 10px rgba(0,0,0,0.05);
}
.related-list a{
	display: block;
	max-width: 560px;
	padding-top: 100%;
	position: relative;
}
.related-list > li > br,
.related-list a > br{
	display: none;
}

.related-txt-block{
	display: flex;
	width: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.related-img{
	flex-basis: 50%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	overflow: hidden;
}
.related-img img{
	width: 100%;
	transition: all .8s ease;
}
.related-img::before{
	content: '';
	display: block;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	border: 1px solid #dab679;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.related-list a:hover .related-img img{
	transform: scale(1.05);
}

.related-eng,
.related-title,
.related-list .buy-btn{
	position: relative;
	z-index: 1;
}

.related-title{
	font-weight: 500;
	font-size: 24px;
	line-height: 1.6;
	margin: 30px 0 50px;
}

.related-gift{
	max-width: 1400px;
	padding: 0 120px;
	margin: 120px auto 0;
}
.related-gift a{
	display: flex;
	width: 100%;
	box-shadow: 0px 0px 30px 10px rgba(0,0,0,0.05);
}

.related-gift .related-img{
	position: static;
}
.related-gift .related-img img{
	transition: all .8s ease;
}
.related-gift .related-img::before{
	display: none;
}

.related-gift a:hover .related-img img{
	transform: scale(1.05);
}

.related-gift-txt-block{
	display: flex;
	flex: 1;
	color: #14413c;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #e8ded9;
}

.related-gift-txt-block .buy-btn{
	color: #14413c;
	background-image: url(../images/btn-img03.png);
}

@media only screen and (min-width: 768px) and (max-width: 1039px){ 
	.related-list,
	.related-gift{
		padding: 0 30px;
	}
}

@media only screen and (max-width: 767px){
	.related-area{
		padding: 80px 30px 70px;
	}
	.related-area::before{
		height: 90px;
		top: -30px;
	}
	.related-list{
		display: block;
		padding: 0;
		margin-top: 60px;
	}
	.related-list > li{
		max-width: 100%;
		margin-bottom: 25px;
	}
	.related-list > li:last-child{
		margin-bottom: 0;
	}
	.related-list a{
		max-width: 100%;
	}
	
	.related-img::before{
		width: calc(100% - 20px);
		height: calc(100% - 20px);
	}
	
	.related-title{
		font-size: 15px;
		margin: 15px 0 25px;
	}
	
	.related-gift{
		padding: 0;
		margin: 60px auto 0;
	}
	.related-gift a{
		display: block;
	}
	
	.related-gift-txt-block{
		display: block;
		text-align: center;
		padding: 35px 0 40px;
	}
}
