@charset "utf-8";
/* CSS Document */
.container, .content {
  max-width: 100%;
  height: auto;
}
body {
  height: 100% !important;
}
.container a:focus, .container *:focus {
  outline: none;
  border: none;
}
.container p {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.5em;
}
.container h1 {
  font-weight: 400;
  letter-spacing: -1px;
}
.container h2, .container h3 {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0; /*font-weight: bold;*/
}
.container ul {
  list-style-type: disc;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
}
.container .mt0 {
	margin-top:0 !important;
}
.container .mt15 {
	margin-top:15px !important;
}
.container .mt25 {
	margin-top:25px !important;
}

.main-inner.guerlain {
	width:100%;
	max-width:100%;
	padding:0;
}


/*===============================================
画面の横幅が751px以上（PC用）
===============================================*/
@media screen and (min-width: 751px) {
  .main-inner {
    min-width: 1000px;
    margin: auto;
  }
  .contentsWrap {
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.6em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fde1ea', endColorstr='#fdf2f4', GradientType=0); /* IE6-9 */
    text-align: center;
		max-width:1000px;
		margin-left:auto;
		margin-right:auto;
  }
  .content_header {
    width: 100%;
		max-width:1000px;
    height: auto;
    margin: 20px auto 0;
    padding: 0;
    overflow: hidden;
    background-color: #FFF;
  }

/*-------------------------
　 　　to TOP BTN
-------------------------*/
  #page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 100;
  }
  #page-top a {
    display: block;
    width: 61px;
    height: 61px;
    filter: alpha(opacity=40);
    opacity: 0.4;
    -moz-opacity: 0.4;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/common/isetan_shikaku.png);
  }
  /*Switch Btn Image*/
  .isetanToTop {
    background-image: url(../images/common/isetan_shikaku.png);
  }
  .mitsukoshiToTop {
    background-image: url(../images/common/mitsukoshi_shikaku.png);
  }
  #page-top a:hover {
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
  }
  /*filter OFF*/
  a:hover img.off {
    filter: none !important;
    opacity: 1 !important;
  }
  .container ul.result-list__grid {
    margin: 32px 0 0 0;
    text-align: left;
  }
  .result-list__grid#result-list_item1 > li {
    width: 17.416%;
  }
  .result-list__grid#result-list_item1 > li:nth-child(4n+1) {
    padding: 0 0 0 3.23%;
  }
  .result-list__grid#result-list_item1 > li:nth-child(5n+1) {
    padding: 0;
  }
}
/*===============================================
画面の横幅が750px以下（タブレット用）
===============================================*/
@media screen and (max-width: 750px) {
  body {
    display: block;
    margin: 0;
  }
  #content_header {
    padding: 10px 0 0;
  }
  #content_header h1 {
    margin: 10px 0 0;
  }
  .container p {
    word-wrap: break-word;
    word-break: break-word;
  }
  .contentsWrap {
    max-width: 100%;
  }
  .container img {
    max-width: 100%;
  }
  div.section-result div.content, div.section-category-index div.content {
    float: none;
    margin: 0 auto;
    width: 100%;
    margin-top: 10px;
  }
  .container, .content {
    max-width: 100%;
    height: auto;
  }
  .contentsWrap {
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.6em;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fde1ea', endColorstr='#fdf2f4', GradientType=0); /* IE6-9 */
    text-align: center;
		color: #000;
  }
  .contentsWrap * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    word-break: normal;
    word-wrap: break-word;
  }
  .contentsWrap a:link {
    text-decoration: none;
  }
  .contentsWrap a {
    color: #000;
  }

br.pc, br.sp5 {
    display: none;
  }
  /*-------------------------
　 　　to TOP BTN
-------------------------*/
  #page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 100;
  }
  #page-top a {
    display: block;
    width: 61px;
    height: 61px;
    filter: alpha(opacity=40);
    opacity: 0.4;
    -moz-opacity: 0.4;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/common/isetan_shikaku.png);
  }
  #page-top a:hover {
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
  }
  /*filter OFF*/
  a:hover img.off {
    filter: none !important;
    opacity: 1 !important;
  }
  p.common_comments {
    margin: auto 25px;
  }
  .eachWrapbtn {
    margin: 0 0 2.1rem;
    padding: 0;
  }
  .bapo_btnlist {
    display: flex;
    flex-direction: column;
  }
  .bapo_end {
    padding-top: 20px;
  }
  #catalog {
    padding: 20px 0 20px;
  }
}
/*===============================================
画面の横幅が414px以下
===============================================*/
@media screen and (max-width: 414px) {
  /*メニューボタン*/
  .anchorlist li {
    flex: 1 0 calc(50% - 1px);
    height: 5rem;
    font-size: 3.7vw;
  }
  /*メニューボタン*/
  h2.c_sab {
    /*font-family: 'Sawarabi Mincho', sans-serif;*/
    font-size: 4.8vw;
    text-align: center;
  }
  br.sp5 {
    display: none;
  }
  .btn_style01 img {
    padding-top: 0;
    width: 90%;
    text-align: center;
  }
}
/*===============================================
画面の横幅が375px以下（スマホ用）
===============================================*/
@media screen and (max-width: 375px) {
  br.sp5 {
    display: block;
  }
}
@media screen and (max-width: 320px) {
  .anchorlist li {
    font-size: 3.95vw;
    line-height: 1.2em; /*	font-weight: bold;*/
  }
}
@media screen and (max-width: 22em) {
  .container p.m_read {
    margin: 0 10px;
    /*text-align:left;	*/
  }
  .container p.m_read br.sp {
    display: none;
  }
}

#guerlain .contentsWrap p.all_btn {
	display:block;
	clear:both;
	text-align:center;
	width:600px;
	margin:80px auto 0;
	font-size:16px;
}
#guerlain .contentsWrap p.all_btn a {
	display:block;
	color:#fff;
	text-decoration:none;
	background-color:#000;
	line-height:3.7em;
	transition:.5s;
	position:relative;
    text-align: center;
}
#guerlain .contentsWrap p.all_btn.salondeparfum_top a {
	background-color:#95605c;
	text-align: left;
	padding-left: 20px;
}
#guerlain .contentsWrap p.all_btn a::after {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#guerlain .contentsWrap p.all_btn a::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	left: 90%;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
#guerlain .contentsWrap p.all_btn.salondeparfum_top a::after {
	left: 94%;
}
#guerlain .contentsWrap p.all_btn a:hover {
	/*background-color:#ed6d8f;*/
    opacity: 0.7;
}
#guerlain .contentsWrap p.all_btn.sps_ab {
	margin-top:140px;
}
@media screen and (max-width: 450px) {
#guerlain .contentsWrap p.all_btn {
	width:100%;
	font-size:4vw;
	margin:40px auto 0;
}
#guerlain .contentsWrap p.all_btn.salondeparfum_top a::after {
	left: 90%;
}
#guerlain .contentsWrap p.all_btn.sps_ab {
	margin-top:30px;
	text-align:left;
}
#guerlain .contentsWrap p.all_btn.sps_ab a {
	padding-left:0;
}
#guerlain .contentsWrap p.all_btn.salondeparfum_top a {
	padding-left: 20px;
}
}



/*===============================================
	meeco×ゲラン
===============================================*/
.pcOnly {
	display:block;
}
.spOnly {
	display:none;
}
@media screen and (max-width: 750px) {
	.pcOnly {
		display:none;
	}
	.spOnly {
		display:block;
	}
	br.spOnly {
		display:inline-block;
	}
	.sp_inn {
		width:94%;
		margin-left:auto;
		margin-right:auto;
	}
}


/* top */
#guerlain .h_txt {
	text-align: center;
	font-size: 22px;
	margin-top: 45px;
	padding-bottom: .4em;
}
#guerlain .h_txt_t {
	font-size: 18px;
	margin-top: .5em;
	line-height: 1.8;
}
@media screen and (max-width: 750px) {
	#guerlain .h_txt {
		font-size: 6vw;
		margin-top: 0.8em;
		padding-bottom: 0;
	}
	#guerlain .h_txt_t {
		font-size: 3.8vw;
		margin-top: .5em;
        margin-bottom: 1em;
		line-height: 1.6;
	}
}





#guerlain .g_tb {
	width:765px;
	margin:55px auto 0;
	
}
#guerlain .g_tb_h {
	margin: 0 auto;
    width: fit-content;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    padding-bottom: 2em;
}
#guerlain .g_tb_c {
	text-align:center;
	vertical-align:middle;
}



#guerlain .g_tb p {
	font-size:20px;
    margin-top: 0.5em;
}
#guerlain .g_tb_c_2.f17 {
	margin-top: 15px;
    font-size: 17px;
}
@media screen and (max-width: 750px) {
	#guerlain .g_tb {
		width:100%;
		margin:20px auto 0;
		display:table;
	}
	#guerlain .g_tb_h {
		width:auto;
		border-bottom:none;
		padding:0;
	}
	#guerlain .g_tb p {
		font-size:4.8vw;
	}
	#guerlain .g_tb_h span {
		border-bottom:1px solid #333;
		padding:0 1em .5em;
	}
	#guerlain .g_tb_c {
		display:block;
		text-align:center;
		padding-left:0;
		width:100%;
		margin-top:1em;
        padding-bottom: 3em;
	}
	#guerlain .g_tb_c p {
		font-size:4.6vw;
	}
	#guerlain .g_tb_c_2 {
		margin-top: .3em;
	}
    #guerlain .g_tb_c_2.f17 {
        margin-top: 4vw;
        font-size: 4vw;
}
}


#guerlain  p.l_txt {
	font-size:18px;
	text-align:center;
	margin-top:2em;
	line-height:1.8;
}
@media screen and (max-width: 750px) {
	#guerlain p.l_txt {
		font-size:16px;
		text-align:center;
		margin-top:2em;
		line-height:1.8;
	}
}


/* ショップ */
#guerlain .shop_wp {
	width: 100%;
	margin-top: 65px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content :space-between;
	align-items: center;
	flex-wrap: wrap;
}
#guerlain .shop_wp_img {
	width: 50%;
}
#guerlain .shop_wp_txt {
	width: 45%;
}
@media screen and (max-width: 750px) {
	#guerlain .shop_wp {
		margin-top: 6vw;
        justify-content :center;
	}
	#guerlain .shop_wp_img {
		width: 72%;
		order: 1;
        margin-bottom: 1em;
	}
	#guerlain .shop_wp_txt {
		width: 100%;
		order: 2;
	}
}
#guerlain .shop_wp h2 {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 1em;
	line-height: 1.6;
}
#guerlain .shop_wp p {
	text-align: center;
	font-size: 14px;
	line-height: 1.8;
}
#guerlain .shop_wp .sml {
	font-size: 11px;
}
@media screen and (max-width: 750px) {
	#guerlain .shop_wp h2 {
		font-size: 4.4vw;
		margin-top: 0.5em;
	}
	#guerlain .shop_wp p {
		font-size: 3.1vw;
		line-height:1.8;
		letter-spacing: -1px;
	}
	#guerlain .shop_wp .sml {
		font-size: 2.6vw;
	}
}


/* アイテム */
#guerlain .g_gb {
	background-color: #f6f6f6;
	padding: 65px 0 65px;
	margin-top: 65px;
}
#guerlain .g_gb.sec1{
	padding: 65px 0 20px;
}
#guerlain .item_area {
	width: 100%;
}
#guerlain .item_area li a{
    transition: .5s;
}
#guerlain .item_area li a:hover{
    opacity: 0.7;
}

#guerlain .item_area ul {
	width: 100%;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}
#guerlain .item_area li {
	list-style: none;
    width: 24%;
    margin: 0.5%;
}
h2.pcOnly{
        display: block;
    }
    h2.spOnly{
        display: none;
    }

@media screen and (max-width: 750px) {
	#guerlain .g_gb {
		background-color: #f6f6f6;
		padding-top: 40px;
        padding-bottom: inherit;
		margin-top: 0;
	}
    #guerlain .g_gb.sec1 {
        padding: 0 0 40px;
    }
	#guerlain .item_area {
		width: 76%;
		margin: 0 auto;
	}
    #guerlain .item_area ul {
        justify-content: space-between;
    }
    #guerlain .item_area li {
        width: 43.8%;
        margin-bottom: 11vw;
    }
    #guerlain .item_area li:nth-of-type(2n){
        margin-right: 0;
        margin-left: 4%;
    }
    h2.pcOnly{
        display: none;
    }
    h2.spOnly{
        display: block;
    }
}

#guerlain .item_area p {
	font-size: 14px;
	line-height: 2;
	margin-top: 1em;
}
#guerlain .price {
	font-weight: bold;
}
@media screen and (max-width: 750px) {
	#guerlain .item_area p {
		font-size: 3.2vw;
		line-height: 1.4;
	}
}

#guerlain .item_sbtn {
	width: 100%;
	margin-top: 20px;
	font-size: 16px;
	text-align: center;
}
#guerlain .item_sbtn a {
	display: block;
	color: #fff;
	background-color: #000;
	font-weight: bold;
	line-height: 50px;
	transition: .3s;
}
#guerlain .item_sbtn a:hover {
	/*background-color: #ed6d8f;*/
	cursor: pointer;
    opacity: 0.7;
}
#guerlain .contentsWrap p.all_btn.sps_ab {
    margin-top: 40px;
}
#guerlain .contentsWrap p.all_btn.sps_ab.meeco_top{
    width: 400px;
}
@media screen and (max-width: 750px) {
	#guerlain .item_sbtn {
		width: 100%;
		margin-top: 1em;
		font-size: 3.6vw;
	}
	#guerlain .item_sbtn a {
		line-height: 3;
        font-size: 2vw;
	}
	
}
.owl-next,
.owl-prev {
	width: 4vw;
	height: 8vw;
	position: absolute;
	top: 20vw;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	text-indent: -200%;
	overflow: hidden;
}
.owl-prev {
	left: -8%;
	background-image: url("../images/prev.png");
}
.owl-next {
	right: -8%;
	background-image: url("../images/next.png");
}

@media screen and (min-width: 751px) {
	.contentsWrap.sec01 {
		overflow: visible;
	}
	.owl-next,
	.owl-prev {
		width: 24px;
		height: 46px;
		position: absolute;
		top: 120px;
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: 100% auto;
		text-indent: -200%;
		overflow: hidden;
	}
	.owl-prev {
		left: -40px;
	}
	.owl-next {
		right: -40px;
	}
}



#guerlain .sec02 .shop_wp_img {
	order: 1;
}
#guerlain .sec02 .shop_wp_txt {
	order: 2;
}
@media screen and (max-width: 750px) {
	#guerlain .sec02 .shop_wp_img {
		order: 1;
	}
	#guerlain .sec02 .shop_wp_txt {
		order: 2;
	}
}

#guerlain .sec01_h {
	text-align: center;
    font-weight: bold;
    
    font-size: 30px;
    line-height: 1;
}

@media screen and (max-width: 750px) {
	#guerlain .sec01_h {
		margin-top: 9vw;
		font-size: 4.8vw;
		margin-bottom: .5em;
	}
	
}

#guerlain .sec04 .shop_wp_txt {
	width: 48%;
	order: 2;
}
#guerlain .sec04 .shop_wp_img {
	order: 1;
}
@media screen and (max-width: 750px) {
	#guerlain .sec04 .shop_wp_img {
		order: 1;
	}
	#guerlain .sec04 .shop_wp_txt {
		order: 2;
		width: 100%;
	}
}

@media screen and (max-width: 750px) {
	.sec03 .item_txt p {
		/*height: 4em;*/
	}
}


.sec05_img {
	width: 100%;
	margin: 35px auto 0;
}
#guerlain .sec05 .h_txt_t {
	letter-spacing: -.06em;
	margin-top: 50px;
}
@media screen and (max-width: 750px) {
	.sec05_img {
		width: 100%;
		margin: 20px auto 0;
	}
	#guerlain .sec05 .h_txt_t {
		margin-top: 1.5em;
	}
}


#guerlain .sec06 .sec03_h {
	margin-bottom: 1em;
}

#guerlain .sec07 .shop_wp.ev_wp h2 {
	line-height: 1.4;
	margin-bottom: 0;
}
#guerlain .sec07 .ev_date {
	font-size: 22px;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
}
@media screen and (max-width: 750px) {
	#guerlain .sec07 .sec03_h {
		margin-bottom: 1em;
	}
	#guerlain .sec07 .shop_wp {
		margin-top: 0;
	}
	#guerlain .sec07 .ev_date {
		font-size: 4.4vw;
	}
}

#guerlain .shop_wp.ev_1 .shop_wp_txt {
	order: 2;
}
#guerlain .shop_wp.ev_1 .shop_wp_img {
	order: 1;
}
@media screen and (max-width: 750px) {
	#guerlain .shop_wp.ev_1 .shop_wp_txt {
		order: 2;
	}
	#guerlain .shop_wp.ev_1 .shop_wp_img {
		order: 1;
	}
}

#guerlain .shop_wp.ev_2 {
	margin-top: 40px;
}
#guerlain .shop_wp.ev_2 .shop_wp_txt {
	order: 1;
}
#guerlain .shop_wp.ev_2 .shop_wp_img {
	order: 2;
}
@media screen and (max-width: 750px) {
	#guerlain .shop_wp.ev_2 {
		margin-top: 30px;
	}
	#guerlain .shop_wp.ev_2 .shop_wp_txt {
		order: 2;
	}
	#guerlain .shop_wp.ev_2 .shop_wp_img {
		order: 1;
	}
}


#guerlain .contentsWrap.btn_item_all {
	width: 600px;
}
#guerlain .contentsWrap.btn_item_all p.all_btn.sps_ab {
	margin-top: 75px;
	width: 100%;
}
@media screen and (max-width: 750px) {
	#guerlain .contentsWrap.btn_item_all {
		width: 100%;
	}
	#guerlain .contentsWrap.btn_item_all p.all_btn.sps_ab {
		margin-top: 40px;
		width: 92%;
		text-align: center;
	}
	#guerlain .contentsWrap.btn_item_all p.all_btn.sps_ab a {
		padding-left: 0;
	}
}


#guerlain .contentsWrap.info_txt {
	margin-top: 35px;
}
#guerlain .contentsWrap.info_txt .txt {
	font-size: 14px;
	text-align: left;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.8;
}
@media screen and (max-width: 750px) {
	#guerlain .contentsWrap.info_txt {
		margin-top: 30px;
	}
	#guerlain .contentsWrap.info_txt .txt {
		font-size: 3.1vw;
	}
}

#guerlain .contentsWrap.thinkg {
	margin-top: 60px;
}
#guerlain .th_img {
	width: 560px;
	margin: 0 auto 10px;
}
#guerlain .thinkg p {
	font-size: 14px;
	line-height: 1.8;
	padding: 0 100px;
}
#guerlain .th_hp {
	margin-top: 2em;		
}
@media screen and (max-width: 750px) {
	#guerlain .contentsWrap.thinkg {
		margin: 30px 0 80px;
	}
	#guerlain .th_img {
		width: 100%;
		margin: 0 auto 10px;
	}
	#guerlain .thinkg p {
		font-size: 3.1vw;
		padding: 0 0;
	}
	#guerlain .th_hp {
		margin-top: 2em;		
	}
}


.g_youtube {
	position: relative;
  width: 100%;
  padding-top: 56.25%;
	margin-top:40px;
}
.g_youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 750px) {
	.g_youtube {
		margin-top:15px;
	}
}

#guerlain .inst_btn {
	margin: 2em auto 1em;
	text-align: center;
	width: 20em;
	line-height: 1;
}
#guerlain .inst_btn a {
	padding: .5em 0;
	display: block;
	color: #fff;
	background-color: #333;
	transition: .5s;
}
#guerlain .inst_btn a:hover {
	/*background-color: #ed6d8f;*/
}


#guerlain .inst_info p {
	text-align: left;
	padding-left: 1em;
	text-indent: -1em;
}

#guerlain .sec02 .shop_wp{
    flex-direction: row-reverse;
}
#guerlain .sec04 .shop_wp{
    flex-direction: row;
}
#guerlain .sec04.sec4 .shop_wp{
    flex-direction: row-reverse;
}

@media screen and (min-width: 749px) {
	div.sec1 .sp_inn{
    margin-bottom: 2.5vw;
}
}


/*add0912*/
.h_txt_t_cus {
    line-height: 2.3 !important;
}
.guerlain_top {
    margin-top: 40px;
}
.slick-prev:before, .slick-prev:after {
  width: 20px;
  height: 3px;
  background-color: #CCCCCC;
  }
.slick-next:before {
    margin-top: 10px;
}
.slick-prev:before {
    margin-top: 10px !important;
}
.slick-next:before, .slick-next:after {
    width: 20px;
    height: 3px;
    background-color: #CCCCCC;
        
}
.slick-prev {
    left: -35px;
}

.slick-list .item_sbtn {
    width: 96% !important;
}
.slick-list .item_txt p {
    font-size: 14px;
    margin-top: 10px;
    line-height: 28px;
}

@media screen and (max-width: 750px) {
.slick-initialized .slick-slide {
    padding: 10px;
}
    .slick-prev {
    left: -25px;
}
    .cal {
    width: 80%;
    margin: 0 auto;
}
.slick-list .item_txt p {
    font-size: 3.2vw;
    line-height: 1.4;
}
    .sec01_custom {
    padding-top: 30px;
    margin-top: 30px;
}
}

#guerlain .g_tb_custom {
	display: flex !important;
}
#guerlain .g_tb_l {
	font-weight: bold;
    border-right: 1px solid #333;
    padding-right: 60px;
}
#guerlain .g_tb_r {
	text-align:center;
	vertical-align:middle;
    padding-left: 60px;
}

@media screen and (max-width: 750px) {
    #guerlain .g_tb_custom {
	display: block !important;
}
#guerlain .g_tb_l {
	font-weight: bold;
    border-right: none;
    border-bottom: 1px solid #333;
    padding-right: 0px;
    padding-bottom: 20px;
}
#guerlain .g_tb_r {
	text-align:center;
	vertical-align:middle;
    padding-left: 0px;
    padding-top: 20px;
}
}
.contentsWrap_sec05 {
    margin-top: 50px;
} 
.contentsWrap_sec05 .txt01 {
    margin-top: 10px;
    font-size: 22px;
    font-weight: bold;
} 
.contentsWrap_sec05 .txt02 {
    margin-top: 20px;
    font-size: 14px;
}
#guerlain .item_area.item_area_three li {
    list-style: none;
    width: 32%;
    margin: 0.5%;
}
.item_area_three_wrap .contentsWrap {
        max-width: 750px;
}
@media screen and (max-width: 750px) {
    #guerlain .item_area.item_area_three li {
    width: 43.8%;
    margin-bottom: 11vw;
}
    .contentsWrap_sec05 .txt02 {
    margin-bottom: 30px;
    font-size: 14px;
}
    .sp_btn_custom {
    line-height: 25px !important;
    padding: 10px 0 !important;
    }
}

.slick-slide a:hover {
    opacity: 0.7;
    -webkit-transition: all 1s;
      -moz-transition: all 1s;
      -ms-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s;
}


@media screen and (max-width: 750px) {
	.contentsWrap_sec05 .txt01 {
		font-size: 4.4vw;
	}
	.contentsWrap_sec05 .txt02 {
		font-size: 3.1vw;
	}
	#guerlain .g_gb.sec1 {
		margin-bottom: 40px;
	}
	#guerlain .g_gb.sec2 {
		padding-bottom: 40px !important;
	}
}