@charset "utf-8";
/* CSS Document モバイルファーストで記述*/

/*打ち消し*/
ul{list-style: none;}
/*リセット*/
h1,h2,h3,h4,h5,h6,p,ul,li,ol,dl,dt,dd{margin:0; padding:0;}
*{box-sizing: border-box;} 
img{max-width:100% ; vertical-align: bottom;}


/*共通
---------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

body{
	color:#2D2D27;
}

.header-top-ajmg{
	display:block;
	padding-top:70px;
}

.main-wrapper{
    width: 100%; 
	padding-top: 60px;  
}



section{
	padding:80px 0;
}


section.gly{
	background:#EFF2F1;
}
section.green{
	background:#7D8466;
	color:#fff;
}

.section-ttl{
	text-indent: 100%;
	white-space: nowrap;
	overflow:hidden;
	height:60px;
	background:url(https://john.itembox.design/item/lp/lime_basil_2211/img/ttl-featuer.svg) no-repeat left center/contain;
	margin-bottom:20px;
}

.section-ttl.voice{
	background:url(https://john.itembox.design/item/lp/lime_basil_2211/img/ttl-uservoice.svg) no-repeat center center/contain;
}

.section-ttl.lineup{
	background:url(https://john.itembox.design/item/lp/lime_basil_2211/img/ttl-lineup.svg) no-repeat center center/contain;
}


.contents-inner{
 padding:0 8%;
}

.min{
	font-family:YuMincho,'Yu Mincho', serif;
    font-weight: 600;
    letter-spacing: 2px;
}

.t-en{
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 3px;
	font-weight: bold;
}

.des{
	font-size:14px;
	letter-spacing: 1px;
}


.fadein {
opacity : 0;
transform : translate(0, 30px);
transition:all 1s;
display:block;
/* text-align:center; */
}

.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

.br-pc{
	display: none;
}

@media screen and (min-width: 600px) {
	.contents-inner{
		padding:0 6%;
	}
	
	.header-top-ajmg{
		padding-top:90px;
	}
	
	.main-wrapper{
        max-width:800px;
		box-shadow: -15px 0 15px rgb(0, 0, 0, 0.2);
		z-index:100;
		margin:0 auto;
		padding-top:90px;
	}

	.br-pc{
		display: block;
	}

	.br-sp{
		display: none;
	}
}



@media screen and (min-width: 768px) {/************ for PC ************/






}

/*キービジュアル・コンセプト部分
---------------------------------*/
.copy-box{
	display: flex;
	justify-content: center;
	margin-bottom:40px;
}

.limited-copy{
	font-size:16px;
	text-align: center;
    padding:10px 0;
	color:#7D8466;
	letter-spacing: 3px;
	font-weight:400;
}

.limited-copy{
	position: relative;
	line-height: 1.6;
	padding:20px 30px;
	display: inline-block;
  }
  
  .limited-copy:before, .limited-copy:after { 
	content:'';
	width: 40px;
	height: 40px;
	position: absolute;
	display: inline-block;
  }
  
  .limited-copy:before {
	border-left: solid 1px #7D8466;
	border-top: solid 1px #7D8466;
	top:0;
	left: 0;
  }
  
  .limited-copy:after {
	border-right: solid 1px #7D8466;
	border-bottom: solid 1px #7D8466;
	bottom:0;
	right: 0;
  }


.concept-fra-illust{
	display: block;
	max-width:150px;
	height:100px;
	background:url(https://john.itembox.design/item/lp/lime_basil_2211/img/concept-fragrance-illust.svg) no-repeat center center/contain;
	margin:0 auto 20px;
}

.concept-txt{
	font-size:15px;
	text-align: center;
	line-height:250%;
	margin:20px 0;
}

.concept-fra-name{
	max-width:220px;
	margin:0 auto;
}


/*特徴
---------------------------------*/

.feature-box{
position: relative;
display: flex;
align-items: center;
}

.feature-box.mgt{
	margin-top:40px;
}

.feature-box .img{
padding-left:8%;
}

.feature-box .ttl{
position:absolute;
max-width:180px;
}

.contents-copy{
	font-size:22px;
	font-weight: 400;
	letter-spacing: 4px;
	margin:20px 0 10px;
	line-height: 180%;
}

.des.mgb{
	margin-bottom:20px;
}

@media screen and (min-width: 600px) {
.contents-copy{
	font-size:26px;
}

.pc-2col{
	display:flex;
	align-items: center;
}

.pc-2col.reverse{
	flex-direction: row-reverse;
}

.pc-2col.reverse .contents-inner.right{
    padding: 0 2% 0 6%;
}

.feature-box{
	width:45%;
	padding-left:4%;
}

.feature-box .ttl{
	left:0;
	max-width:160px;
}

.pc-2col .contents-inner{
	width:55%;
	padding: 0 6% 0 2%;
}

.contents-copy{
	margin:0 0 20px;
}

.pc-2col .des{
	line-height: 2;
}


}


/*ユーザーボイス
---------------------------------*/
.voice-list{
	
}

.voice-list .slick-list.draggable{
	padding:20px 10% !important;
}


.voice-list li{
background:#fff;
/* width:80%; */
border-radius: 0 40px 0 40px;
/* padding:40px; */
box-shadow: 0 0 8px rgb(0, 0, 0, .2);
/* margin:0 auto; */
position: relative;
margin: 0 10px;
}



.voice-list .slick-track {
	display: flex;
  }

.voice-list .slick-slide {
	height: auto !important;
  }


.voice-list li .img{
	height:200px;
	width:100%;
	border-radius: 0 40px 0 0;
	
}

.voice-list li .img img{
	width:100%;
	height:100%;
	border-radius: 0 40px 0 0;
	object-fit: cover;
}

.comment-inner{
	padding:24px;
}

.comment-ttl{
	font-size:15px;
	letter-spacing: 1px;
	margin-bottom:10px;
}

.comment-type{
	display: inline-block;
	font-size:11px;
	text-align: center;
	background:rgba(48, 48, 48, 0.8);
	padding:10px 20px;
	border-radius: 20px;
	color:#fff;
	position: absolute;
	top:10px;
	left:10px;
	line-height:1;
}

.des.comment{
	font-size:13px;
	line-height:1.4;
}
	
@media screen and (min-width: 600px) {

.voice-ttl{
	max-width:380px;
	margin:0 auto;

}

.voice-list{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	padding:0 6%;
	margin-top:40px;
}

.voice-list li{
width:48%;
margin:0 0 40px 0;
}

.voice-list li:nth-child(3), .voice-list li:nth-child(4){
margin:0;
}

.des.comment{
	line-height:1.6;
}


}
/*ラインナップ
---------------------------------*/
.lineup-list{
	margin:40px 0;
}

.lineup-inner{

	padding:10px 8%;
}

.lineup-contttl{
	text-align: center;
	max-width:180px;
	margin:40px auto 0;
}

.lineup-ttl{
	font-size:19px;
	letter-spacing: 3px;
	font-weight: 300;
	line-height: 1.4;
}

.lineup-name{
	font-size:15px;
	letter-spacing: 2px;
	margin:12px 0;
}

.lineup-txt{
	line-height: 1.4;
	font-size:13px;
}

.lineup-spec{
	font-size:13px;
	margin:10px 0;
}

.lineup-price{
	font-size:20px;
	letter-spacing: 1px;
	text-align: right;
}

.lineup-price.t-en{
	font-weight: normal;
}

.lineup-price span{
	display: inline-block;
	margin-left:4px;
	font-size:13px;
}
.lineup-scene-ttl{
	margin:8px 0;
	position: relative;
	line-height: 1;
}

.lineup-scene-ttl::before{
	content:"";
	display: inline-block;
	width:calc(100% - 4.5em);
	height:1px;
	background:#fff;
	position: absolute;
	top:50%;
	right:0;
	z-index:1;
}

.buy-link{
	width:80%;
	max-width:340px;
	margin:15px auto 40px;
	text-align: center;
	position: relative;
}

.buy-link ::before{
	content:"";
	width:18px;
	height:18px;
	display: inline-block;
	position: absolute;
	bottom:3px;
	right:3px;
	background:url(https://john.itembox.design/item/lp/lime_basil_2211/img/arrow.svg) no-repeat center center/contain;
}

.buy-link a{
	display: block;
	background:#fff;
	color:#000;
	padding:15px 0;
	letter-spacing: 2px;
	font-size:15px;
	font-weight:400 ;
	line-height: 1;
}

.scene-list{
	display:flex;
	border-bottom:1px solid #fff;
	padding-bottom:15px;
	margin-bottom:40px;
}

.scene-list li{
	width:calc(100% / 4);
	padding:0 1%;
}

@media screen and (min-width: 600px) {/************ for PC**************************************************************************************/

.lineup-list{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding:0 6%;
}

.lineup-list li{
width:47%;
}


.lineup-inner{
	padding:0;
}

.buy-link{
	width:100%;
	max-width:inherit;
	margin:15px auto 80px;
}


.scene-list .col3{
	width:calc(100% / 4);
}


	

/* .lineup-list{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}

.lineup-list li{
	width:47%;
}

.lineup-ttl{
	margin-top:10px;
	font-size:18px;
}

.lineup-spec{
	font-size:13px;
}

.lineup-price{
	font-size:18px;
}

.lineup-price span{
	font-size:13px;
}

.buy-link{
	width:100%;
} */

}