@charset "UTF-8";

#visual-wrap{
	background-color: #e0e0e0;
	height: 730px;
}

#visual{
	position: relative;
}

#visual .slider{
	position: relative;
	height: 420px;
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0;
	z-index: 1;
}

#visual .prev{
	position: absolute;
	top: 0;
	left: 0;
	height: 420px;
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

#visual .slider.fade{
	opacity: 1;
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
	-ms-transition: all 2s;
	-o-transition: all 2s;
	transition: all 2s;
}


#fair-list{
	position: relative;
	top: -120px;
	z-index: 20;
	text-align: center;
}

#fair-list .box{
	padding: 0 15px;
	float: left;
}

#fair-list .slick-prev{
	top: 50%;
	left: -46px;
	width: 39px;
	height: 43px;
}

#fair-list .slick-prev::before{
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -18px;
	left: 0px;
	width: 35px;
	height: 35px;
	border: 2px solid #6d5740;
	border-radius: 50%;
}
#fair-list .slick-prev::after{
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -4px;
	left: 16px;
	width: 9px;
	height: 9px;
	border-left: 2px solid #6d5740;
	border-bottom: 2px solid #6d5740;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#fair-list .slick-prev:hover::before{
	background-color: #6d5740;
}
#fair-list .slick-prev:hover::after{
	border-color: #e0e0e0;
}

#fair-list .slick-next{
	top: 50%;
	right: -46px;
	width: 39px;
	height: 43px;
}

#fair-list .slick-next::after{
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -4px;
	right: 16px;
	width: 9px;
	height: 9px;
	border-right: 2px solid #6d5740;
	border-top: 2px solid #6d5740;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#fair-list .slick-next::before{
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -18px;
	right: 0px;
	width: 35px;
	height: 35px;
	border: 2px solid #6d5740;
	border-radius: 50%;
}
#fair-list .slick-next:hover::before{
	background-color: #6d5740;
}
#fair-list .slick-next:hover::after{
	border-color: #e0e0e0;
}

#fair-list .btn{
	margin-top: 10px;
}

#fair-slider{
	width: 1080px;
	margin: 0 auto;
}

#fair-slider a{
	position: relative;
	display: block;
	background-color: #fff;
	height: 320px;
	text-decoration: none;
}

#fair-slider a:hover img{
	opacity: 1;
}

#fair-slider a::after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	width: 100%;
	height: 100%;
	border: 0 solid #A17837;
	border-width: 0;
	transition: border-width 0.1s ease;
	box-sizing: border-box;
}

#fair-slider a:hover::after{
	border-width: 4px;
}

#fair-slider a .fairinfo{
	padding: 8px 15px;
	line-height: 150%;
	text-align: left;
}
#fair-slider a .fairinfo h3{
	color: #A27C38;
	font-weight: bold;
	font-size: 22px;
}

#fair-slider a .fairinfo p.copy{
	font-size: 14px;
}

#first-lead{
  text-align: center;
  padding-top: 20px;
  font-size: 1.3rem;
  font-weight: 500;
}

#news{
	position: relative;
	background-color: #e9e5e2;
	margin-top: 20px;
}

#news h2{
	background-color: #3c1e00;
	color: #fff;
	line-height: 100%;
	padding: 16px 22px;
	letter-spacing: 3px;
	width: 113px;
	text-align: center;
	font-size: 19px;
	font-size: 1.9rem;
}

#news ul{
	width: 820px;
	margin-left: 130px;
	margin-top: -38px;
/*
	overflow: hidden;
	height: 38px;
	max-height: 38px;
	padding-bottom: 16px;
*/
}

#news ul.open{
	height: auto;
	max-height: 50em;
	transition: all 0.5s;
}


#news ul li{
	padding-bottom: 10px;
	display: flex;
}

#news ul li span{
	display: inline-block;
	width: 100px;
}

#news ul li a{
	flex: 1;
}

#news .more{
	position: absolute;
	top: 10px;
	right: 14px;
	background-color: #3c1e00;
	color: #fff;
	padding: 8px 22px 8px 36px;
	line-height: 100%;
	border-radius: 16px;
	text-decoration: none;
}
#news .more:hover{
	text-decoration: none;
	opacity: 0.8;
}

#news .more::before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 25px;
	width: 2px;
	height: 12px;
	background: #fff;
	margin-top: -7px;
}
#news .more::after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 20px;
	width: 12px;
	height: 2px;
	margin-top: -2px;
	background: #fff;
}

#contents-top{
	margin: 50px auto 70px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#contents-top .box{
	position: relative;
	width: 254px;
	line-height: 0;
}

#contents-top .box:nth-child(3n){
	margin-right: 0;
}

#contents-top .box p{
	position: absolute;
	top: 50%;
	margin-top: -0.5rem;
	width: 100%;
	line-height: 100%;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	font-weight: bold;
}

#contents-middle{
	margin-top: 80px;
}

#contents-middle .left{
	width: 790px;
	float: left;
}

#right-inner{
	width: 347px;
	float: right;
}

#right-inner h2{
	font-size: 15px;
	font-size: 1.5rem;
	border-left: 5px solid #3c1e00;
	padding-left: 10px;
	line-height: 15px;
	margin-top: 26px;
	margin-bottom: 6px;
}

#right-inner > h2:first-child{
	margin-top: 0;
}

#contents-middle #lineup{
  margin-bottom: 40px;
}

/* LINEUP 
============================*/

#contents-middle #lineup #top-lineup-tab {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  width: 100%;
  gap:3px;
}

#contents-middle #lineup #top-lineup-tab li {
  width: 33.333%;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 32px;
  padding: 0 0;
  cursor: pointer;
  border: 1px solid #e0e0e0;
  color: #3c1e00;
  background-color: #e0e0e0;
}

#contents-middle #lineup #top-lineup-tab li:not(.current):hover {
  opacity: 0.75;
}

#contents-middle #lineup #top-lineup-tab li .en {
  font-weight: 900;
  letter-spacing: 2px;
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: -2px;
  padding-right: 10px;
}

#contents-middle #lineup #top-lineup-tab li.current {
  color: #fff;
  background-color: #3c1e00;
}

#contents-middle #lineup #top-lineup-tab li.list {
}

#contents-middle #lineup #top-lineup-tab li.list a {
  color: #3c1e00;
}

#contents-middle #lineup .top-lineup {
  display: none;
}

#contents-middle #lineup .top-lineup.active {
  display: block;
}

#contents-middle #lineup h3{
  margin-bottom: 10px;
}

#contents-middle #lineup h3 .en{
  font-weight: bold;
}

#contents-middle #lineup h3 .jp{
  font-weight: normal;
  font-size: 1.3rem;
  padding-left: 15px;
}

#contents-middle .att-combi{
  font-size: 1.4rem;
  text-align: right;
  line-height: 40px;
}

#contents-middle .lineup-list {
	display: flex;
	flex-wrap: wrap;
}

#contents-middle .lineup-list a{
	display: block;
	width: 194px;
	margin-right: 4px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 10px;
	font-size: 1.0rem;
	color: #3c1e00;
	text-decoration: none;
}

#contents-middle .lineup-list a:nth-child(4n){
	margin-right: 0;
}

#contents-middle .lineup-list a span{
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 1px;
}

#contents-middle .lineup-list .price{
  font-size: 1.4rem;
  font-weight: normal;
}

#contents-middle .lineup-list .price-tax{
  font-size: 1.2rem;
  font-weight: normal;
}

#right-inner #side-openinfo ul.shoplist{
	padding: 0 15px;
	margin-bottom: 20px;
}

#right-inner #side-openinfo ul.shoplist li a{
	font-size: 14px;
	font-size: 1.4rem;
	text-decoration: none;
}

#right-inner #side-openinfo ul.shoplist li a span.date{
	display: inline-block;
	width: 65px;
}

#right-inner #side-openinfo ul.shoplist li a:hover span,
#right-inner #side-openinfo ul.shoplist li a:hover{
	text-decoration: underline;
}


#right-inner .more{
	/* display: none; */
}

#right-inner .morebtn{
	display: none;
  position: relative;
  width: 250px;
  margin: 0 auto;
  padding: 12px 38px 12px 20px;
  line-height: 100%;
  color: #3c1e00;
  text-decoration: none;
  font-size: 1.4rem;
  cursor: pointer;
}

#right-inner .morebtn::after {
	content: "";
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	right: 20px;
	top: 50%;
	margin-top: -10px;
	border-bottom: 2px solid #3c1e00;
	border-right: 2px solid #3c1e00;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#right-inner .morebtn.open::after {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	margin-top: -3px;
}

.simple-btn{
  padding: 20px 50px 20px;
  font-size: 1.5rem;
}

#select-style{
	margin: 0 0 50px 0;
}

h2.content-title{
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 20px;
}

h2.content-title span{
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
}

h3.content-title{
  margin-bottom: 1rem;
}

#select-brand{
  margin-bottom: 50px;
}

#select-brand-list.flex,
#select-style-list.flex{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

#select-brand-list a{
	position: relative;
	display: block;
	width: 240px;
	text-align: center;
	text-decoration: none;
}

#select-style-list a{
	position: relative;
	display: block;
	width: 194px;
	text-align: center;
	text-decoration: none;
}

#select-brand-list a:nth-child(3n),
#select-style-list a:nth-child(3n){
	margin-right: 0;
}

#select-style-list p{
	font-weight: 500;
	text-align: center;
	width: 100%;
	line-height: 130%;
	font-size: 1.0rem;
}

#select-style-list p span{
	font-weight: 900;
	display: block;
	margin-bottom: 0.5rem;
	font-size: 1.6rem;
	line-height: 120%;
	letter-spacing: 1px;
}

#select-brand-list p{
	font-size: 13px;
	font-size: 1.3rem;
	color: #3c1e00;
}

#select-brand-list p span{
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
}


.btn-center{
	text-align: center;
	padding-top: 26px;
}

/*-------------------------
 SHOP LIST
---------------------------*/
#shop-list{
  margin-bottom: 70px;
}

#shop-list .image{
  margin-bottom: 10px;
}

#shop-list .links{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}

#shop-list .links a{
  display: block;
  width: 100%;
  text-align: center;
  max-width: 305px;
  border: 1px solid #3C1E00;
  height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

#shop-list .links a:hover{
  background-color: #3C1E00;
  color: #fff;
}

#shop-list .links a i{
  display: inline-block;
  line-height: 1;
  margin-right: 10px;
  vertical-align: -2px;
}

#shop-list .links a i.icon1{
  width: 15px;
  height: 20px;
  background: url(/image/toppage/icon-shoplist01.svg) no-repeat center center;
  background-size: contain;
}
#shop-list .links a i.icon2{
  width: 22px;
  height: 20px;
  background: url(/image/toppage/icon-shoplist02.svg) no-repeat center center;
  background-size: contain;
}
#shop-list .links a:hover i.icon1{
  background-image: url(/image/toppage/icon-shoplist01-w.svg);
}
#shop-list .links a:hover i.icon2{
  background-image: url(/image/toppage/icon-shoplist02-w.svg);
}

@media screen and (max-width: 767px) {
  #shop-list {
      margin-bottom: 70px;
  }
  #shop-list .links{
    gap: 15px;
  }
  #shop-list .links a{
    font-size: 1.4rem;
  }
}
/*-------------------------
 RANKING
---------------------------*/
#ranking .slick-prev {
    top: 50%;
    left: 0;
    width: 45px;
    height: 45px;
    margin-top: -22px;
    background-color: #bcafa4;
}

#ranking .slick-prev::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 50%;
    margin-left: -2px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-45deg);
}

#ranking .slick-next {
    top: 50%;
    right: 0;
    width: 45px;
    height: 45px;
    margin-top: -22px;
    background-color: #bcafa4;
}

#ranking .slick-next::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 50%;
    margin-right: -5px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

#ranking .slick-next:hover,
#ranking .slick-prev:hover{
	opacity: 0.75;
}

#ranking .inner{
	background-color: #f4f4f4;
	padding-bottom: 50px;
}

#ranking h2{
	position: relative;
	background-color: #694c34;
	line-height: 100%;
	color: #fff;
	text-align: center;
	padding: 15px 0;
	margin-top: 60px;
	font-size: 24px;
}

#ranking h2 span{
	font-size: 14px;
	vertical-align: middle;
	padding: 0 15px;
	display: inline-block;
}

#ranking h2 img{
	position: absolute;
	top: 50%;
	margin-top: -13px;
}


#ranking #ranking-slider{
	padding: 0 80px;
}

#ranking .ranking-box{
	width: 1040px;
}

#ranking .ranking-box h3{
	text-align: center;
	padding: 25px 0 20px;
	line-height: 100%;
}

#ranking .ranking-box p{
	text-align: center;
}

#ranking .ranking-box p.link {
	padding-bottom: 20px;
    line-height: 160%;
}

#ranking .rank-box{
	display:  flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#ranking .box{
	width: 31%;
	background-color: #fff;
}

#ranking .box.no1{
	border: 2px solid #be9136;
}

#ranking .box.no2{
	border: 2px solid #888888;
}

#ranking .box.no3{
	border: 2px solid #7f4f21;
	margin-right: 0;
}

#ranking .box .rank{
	text-align: center;
	line-height: 0;
	padding: 8px;
	margin-bottom:14px;
}

#ranking .box.no1 .rank{
	background-color: #be9136;
}

#ranking .box.no2 .rank{
	background-color: #888888;
}

#ranking .box.no3 .rank{
	background-color: #7f4f21;
}

#ranking .box .rank img{
	display: inline;
}

#ranking .box .image{
	text-align: center;
	max-height: 138px;
	margin-bottom: 15px;
}

#ranking .box .image img{
	display: inline;
	max-height: 138px;
}

#ranking .box h4{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 0 16px;
}

#ranking .box p{
	text-align: left;
	font-size: 13px;
	padding: 0 16px 12px;
	line-height: 160%;
}

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

#ranking .inner{
	padding-bottom: 30px;
}

#ranking #ranking-slider{
	padding: 0;
}

#ranking .ranking-box{
	width: 100%;
}

#ranking .ranking-box:nth-child(n+2){
	padding-top: 25px;
}

#ranking .ranking-box:nth-child(n+2) h3{
/*	border-top: 1px solid #694C34; */
}

#ranking .ranking-box p{
	font-size: 1.2rem;
}

#ranking .box h4{
	font-size: 1.6rem;
	margin-bottom: 10px;
}

#ranking .rank-link{
	text-align: center;
	padding-top: 20px;
}

}
/*-------------------------
 SNS
---------------------------*/

#sns{
	padding: 40px 0;
	background: #f0f0f0;
	margin: 50px 0;
}

#sns .inner{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#sns .box{
	width: 32.333%;
}

#sns .box h2{
	font-size: 1.8rem;
	letter-spacing: 1px;
	padding-left: 25px;
	font-weight: 700;
}

#sns .box#sns-tw h2{
	background: url('/common/img/sns-tw.svg') no-repeat left center;
	background-size: 16px;
}
#sns .box#sns-fb h2{
	background: url('/common/img/sns-fb.svg') no-repeat left center;
	background-size: 16px;
}
#sns .box#sns-ig h2{
	background: url('/common/img/sns-ig.svg') no-repeat left center;
	background-size: 16px;
}

#sns .box#sns-tw .box-in{
}

#sns .box#sns-ig .box-in{
	background-color: #fff;
	padding: 10px 15px;
}

#sns .box#sns-ig .instagram{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
}

#sns .box#sns-ig .instagram li{
	width: 33.3333%;
	line-height: 0;
	margin-bottom: 2px;
}

#sns .box#sns-ig .instagram li a{
	height: 119px;
	display: flex;
	overflow: hidden;
	align-items: center;
	position: relative;
}

#sns .box#sns-ig .instagram li a img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
}


#sns .box#sns-ig p{
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 11px;
}

#sns .box#sns-ig p b{
	color: #9a121b;
}

@media screen and (max-width: 767px) {
  #sns #sns-fb{
  	display: none;
  }

  #sns #sns-ig{
  	margin-bottom: 2rem
  }

  #sns .box#sns-ig .instagram li a{
  	height: 26vw;
  }

  #sns .box{
  	width: 100%;
  }
}

/*-------------------------
 VOICE
---------------------------*/
#voice{
  margin-bottom: 50px;

}

#voice .box{
	display: flex;
	flex-wrap: wrap;
  padding: 0 15px;
}

#voice .box .image{
	width: 100%;
	height: 163px;
	line-height: 0;
}

#voice .box .image .bg{
	width: 100%;
	height: 163px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#voice .box p.name{
	width: 100%;
	font-size: 1.5rem;
	line-height: 130%;
}

#voice .box .text1{
  flex: 1;
	padding: 15px 0 0 0;
}

#voice .box .text1 p{
	font-size: 1.4rem;
}

#voice .box .text1 p:first-child{
	margin-bottom: 2rem;
}

#voice .box .title,
#voice .box h3 {
  line-height: 130%;
	margin-bottom: .5rem;
	font-size: 1.4rem;
  font-weight: bold;
}

#voice .box .voice_box:nth-child(n+2){
  margin-top: 2rem;
}

#voice .link{
	padding: 0 0 20px 0;
	text-align: center;
}

#voice .more{
  overflow: hidden;
  height: 11rem;
}

#voice .open .more{
  height: auto;
}

#voice .more-btn{
  text-align: center;
}

#voice .more-btn a{
  font-size: 1.3rem;
  text-align: right;
}
#voice .more-btn a:hover{
  text-decoration: underline;
}

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

  #voice .more{
    height: 10rem;
  }
  

  #voice-slider{
    width: calc(100% - 100px);
  }

  #voice-slider .slick-prev{
    left: -50px;
  }

  #voice-slider .slick-next{
    right: -50px;
  }

  #voice .box{
  	padding: 14px;
  	border-width: 1px;
  	margin-bottom: 0;
  }

  #voice .box .image {
    float: none;
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }

  #voice .box .image .bg{
    width: 110px;
    height: 85px;
  }

  #voice .box .image p{
  	background: none;
  	font-size: 1.8rem;
  	color: #2f1812;
  	padding-left: 15px;
  	flex: 1;
  }

  #voice .box .image p span{
    display: block;
  	font-size: 1.4rem;
  }

  #voice .box .image img{
  	width: 150px;
  }

  #voice .box h3 {
  	border: none;
  	padding-left: 0;
  }

  #voice .box .text1{
  	padding: 10px 0;
  	width: 100%;
  }

  #voice .box .text2{
  	padding: 10px 0;
  	width: 100%;
  }

  #voice .box .text1 p,
  #voice .box .text2 p{
  	font-size: 1.3rem;
  }

  #voice .btn-center{
    padding-top: 0;
  }

}

/*-------------------------
 BLOG
---------------------------*/
.slider {
    position: relative;
    width: 989px;
    margin: 0 auto;
}
.slider .slick-prev{
	left: -50px;
}
.slider .slick-next{
	right: -50px;
}
.slider .box a{
	width: 100%;
}
.slider + .tc{
	padding-top: 20px;
}

.morebtn{
	margin-top: 10px;
}

#blog-list{
	padding: 50px 0 30px;
}

#blog-list-slider .img{
	height: 170px;
	background-size: cover !important;
}

#blog-list-slider img{
	max-height: 170px;
	margin: 0 auto;
}

#post-sliders article{
	padding: 50px 0 0;
}

#post-sliders #enjoy-ladies-list{
  padding-bottom: 50px;
}

#blog-list h2,
.enjoy-list h2{
  position: relative;
  display: inline-block;
	text-align: center;
}

#blog-list h2 .icon{
  position: absolute;
  right: -50px;
  top: 0;
}

.enjoy-list h2 .icon{
  position: absolute;
  right: -60px;
  top: 10px;
}

.enjoy-slider .img{
	height: 170px;
	background-size: cover !important;
}

.enjoy-slider img{
	max-height: 170px;
	margin: 0 auto;
}

#blog-list .lead,
#enjoy-list .lead{
	text-align: center;
	margin-bottom: 20px;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 2px;
}

#style-book h2{
	text-align: center;
	margin-bottom: 20px;
}

.slider .slick-prev,
.slider .slick-next{
	background-color: transparent;
}

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

  #select-style{
  	margin: 20px 0;
  }

  #select-brand h2, 
  #select-style h2{
  	padding: 10px 10px;
  	text-align: center;
  }

  #select-brand h2 span, 
  #select-style h2 span{
  	font-size: 2.2rem;
  	display: block;
  }

  #select-brand-list a, 
  #select-style-list a{
  	width: 49%;
  	margin-bottom: 10px;
  }

  #select-style-list p{
  }
  #select-style-list p span{
    font-size: 1.4rem;
  }

  #select-brand-list p{
  	font-size: 0.9rem;
  }
  #select-brand-list p span{
  	font-size: 1.0rem;
  }

  #select-brand .btn-center,
  #select-style .btn-center{
  	padding: 15px 0;
  }

  #style-book-ladies .slider,
  #style-book .slider{
  	width: 100%;
  	margin-bottom: 15px;
  }

  #style-book-ladies .slider .box,
  #style-book .slider .box{
  	width: 190px;
  	padding: 0 4px ;
  }

  #style-book-ladies{
/*    margin-bottom: 30px; */
  }

  #blog-list{
  	padding: 20px 0;
  }

  #youtube-list{
  	padding: 20px 0;
  }

  #enjoy-ladies-list{
  	padding: 20px 0;
  }

  #blog-list h2 img, 
  #enjoy-list h2 img,
  #enjoy-ladies-list h2 img{
  	height: 36px;
  }

  #blog-list h2 .icon,
  #enjoy-list h2 .icon,
  #enjoy-ladies-list h2 .icon{
    position: static;
  }

  #blog-list .lead, 
  #enjoy-list .lead,
  #enjoy-ladies-list .lead{
  	font-size: 1.1rem;
  }

  #blog-list a.btn,
  #enjoy-list a.btn,
  #enjoy-ladies-list a.btn{
  	margin-top: 10px;
  }

  #blog-list .slider .slick-prev,
  #blog-list .slider .slick-next,
  #enjoy-list .slider .slick-prev,
  #enjoy-list .slider .slick-next,
  #enjoy-ladies-list .slider .slick-prev,
  #enjoy-ladies-list .slider .slick-next{
  	width: 25px;
  	height: 35px;
  	top: 50%;
  	margin-top: -18px;
  }

  #enjoy-list .slider .box a h3,
  #enjoy-ladies-list .slider .box a h3{
  	font-size: 1.4rem;
  }

  .slider .box a{
  	padding: 0 0px;
  	width: 100%;
  }

  .slider .box a img{
  	width: 100%;
  	max-width: none;
  }

  .slider + .tc{
  	padding: 0;
  }

}

/*-------------------------
 MERIT
---------------------------*/
#merit{
	margin-top: 50px;
}

#merit h2{
	text-align: center;
	margin: 50px 0 30px;
	font-size: 2.4rem;
}

#merit .lead{
	text-align: center;
	margin-bottom: 18px;
}

#merit .merit,
#merit .demerit{
	width: 1120px;
	margin: 0 auto;
}

#merit .merit .box{
	border: 1px solid #4c290b;
}

#merit .demerit .box{
	border: 1px solid #898989;
	color: 
}

#merit .merit .box h3{
	background-color: #4c290b;
	font-size: 1.8rem;
	line-height: 35px;
	color: #fff;
}

#merit .demerit .box h3{
	background-color: #9D9D9D;
	font-size: 1.8rem;
	line-height: 35px;
	color: #fff;
}

#merit .merit .box h3 span,
#merit .demerit .box h3 span{
	display: inline-block;
	color: #fff;
	font-size: 1.4rem;
	padding: 0 18px;
	vertical-align: middle;
	margin-right: 8px;
}

#merit .demerit .box h3 span{
}

#merit .merit .box h3 p,
#merit .demerit .box h3 p{
	display: inline;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 35px;
    height: auto;
    padding: 0;
}

#merit .merit .box p,
#merit .demerit .box p{
	padding: 20px 20px;
	font-size: 13px;
	font-size: 1.3rem;
	height: 124px;
}


#merit .box:nth-child(2n-1){
	width: 548px;
	float: left;
}
#merit .box:nth-child(2n){
	width: 548px;
	float: right;
}

#merit .osusume{
	text-align: center;
	padding: 18px 0;
	font-size: 20px;
	font-size: 2.0rem;
}

#merit .osusume ul{
	width: 820px;
	margin: 0 auto;
}

#merit .osusume li{
	float: left;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: left;
	list-style-type: disc;
}

#merit .osusume li:nth-child(2n-1){
	width: 460px;
}

#merit .osusume li:nth-child(2n){
	width: 360px;
}

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

  #merit{
  	padding-top: 30px;
  }

  #merit h2{
    line-height: 130%;
    font-size: 2.2rem;
    margin-top: 0;
  }

  #merit .inner{
  	padding: 0;
  }

  #merit .merit, #merit .demerit{
  	width: 100%;
  }

  #merit .lead{
  	font-size: 1.4rem;
  	margin-bottom: 0;
  }

  #merit .met{
  	position: relative;
  	text-align: center;
  	padding: 15px 0 0;
  	display: block !important;
  	width: 100%;
  }

  #merit .met span{
  	display: inline-block;
  	background-color: #fff;
  	font-size: 1.6rem;
  	position: relative;
  	z-index: 1;
  	padding: 0 5px;
  }

  /*
  #merit .met::after{
  	content: "";
  	position: absolute;
  	display: block;
  	width: 100%;
  	height: 1px;
  	background-color: #3c1e00;
  	top: 50%;
  	left: 0;
  }
  */


  #merit .merit .box h3,
  #merit .demerit .box h3{
  	position: relative;
  	color: #fff;
  	padding: 6px;
  	display: flex;
  	align-items: center;
  	margin-top: 6px;
  }

  #merit .merit .box h3{
  	background-color: #4c290b;
  }

  #merit .demerit .box h3{
  	background-color: #898989;
  }

  #merit .merit .box h3::after,
  #merit .demerit .box h3::after{
  	content: "";
  	display: block;
  	position: absolute;
  	right: 15px;
  	top: 50%;
  	margin-top: -6px;
  	width: 6px;
  	height: 6px;
  	border-right: 1px solid #fff;
  	border-bottom: 1px solid #fff;
  	transform: rotate(45deg);
  }

  #merit .merit .box.open h3::after,
  #merit .demerit .box.open h3::after{
  	margin-top: -3px;
  	transform: rotate(-135deg);
  }


  #merit .merit .box h3 span,
  #merit .demerit .box h3 span{
  	font-size: 0.8rem;
  	border-right: 1px solid #fff;
  	line-height: 1;
  	padding: 0 5px;
  	text-align: center;
  	width: 23%;
  	max-width: 65px;
  }

  #merit .merit .box h3 span b,
  #merit .demerit .box h3 span b{
  	font-size: 2.2rem;
  	display: block;
  }

  #merit .merit .box h3 p,
  #merit .demerit .box h3 p{
  	width: 75%;
  	line-height: 120%;
  	height: auto;
  	padding: 0 20px 0 0;
  	font-size: 1.3rem;
  }

  #merit .merit .box,
  #merit .demerit .box{
  	border: none;
  }

  #merit .box:nth-child(2n),
  #merit .box:nth-child(2n-1){
  	width: 100%;
  	float: none;
  }

  #merit .merit .box > p, 
  #merit .demerit .box > p{
  	display: none;
  	height: auto;
  	font-size: 1.2rem;
  }

  #merit .osusume{
  	background-color: #ece9e6;
  	margin-top: 20px;
  	padding: 13px 20px 13px 20px;
  }

  #merit .osusume h2{
    font-size: 1.4rem;
    margin: 0 0 1rem;
  }

  #merit .osusume b{
  	font-size: 1.3rem;
  	line-height: 120%;
  	display: block;
  	margin-bottom: 10px;
  }

  #merit .osusume ul{
  	width: 100%;
  	padding-left: 25px;
  }

  #merit .osusume ul li{
  	font-size: 1rem;
  }

  #merit .osusume li:nth-child(2n),
  #merit .osusume li:nth-child(2n-1){
  	width: 100%;
  }

}


#theme{
	margin: 50px auto 0 auto;
	padding: 45px 45px !important;
	background-color: #f7f5f4;
}

#theme .inner{
  max-width: 1000px;
}

#theme h3{
	font-size: 2.0rem;
	line-height: 1.5;
}

#theme h3 b{
	font-size: 2.0rem;
	color:#e55a13;
	vertical-align: middle;
	letter-spacing: 2px;
	padding-left: 10px;
}

#theme h2.h4head,
#theme h4{
	font-size: 1.6rem;
	margin: 0.5rem 0 0;
}

#theme p{
	margin-bottom: 1em;
	font-size: 1.4rem;
}

#theme .link{
	display: block !important;
	text-align: center;
}

#theme .link span{
	display: inline-block;
	text-align: center;
	line-height: 100%;
	padding: 12px;
	width: 251px;
	font-size: 1.6rem;
	border: 1px solid #381F06;
}

#enjoy-pr{
	margin-top: 40px;
}

  #theme-wrap-pc{
  	display: none;
  }
  #theme-wrap-sp{
  	display: block;
  }

@media screen and (max-width: 767px) {
  #theme{
  	padding: 30px 13px !important;
  	margin-top: 50px;
  }

  #theme h3{
  	font-size: 1.4rem;
  	line-height: 150%;
  	margin-bottom: 20px;
  }

  #theme h3 b{
  	font-size: 1.4rem;
  	padding: 0;
  	letter-spacing: 0;
  }

  #theme p{
  	font-size: 1.1rem;
  }

  #theme h2.h4head, #theme h4{
  	font-size: 1.3rem;
  	text-align: left;
  }

  #theme-wrap-pc{
  	display: block;
  }
  #theme-wrap-sp{
  	display: none;
  }

  #theme .link{
  	display: block !important;
  	text-align: center;
  }

  #theme .link span{
  	display: inline-block;
  	background-color: #5a5a5a;
  	color: #fff;
  	text-align: center;
  	line-height: 100%;
  	padding: 12px;
  	width: 260px;
  	font-size: 1.4rem;
  }

  #enjoy-pr{
  	margin-top: 20px;
  }


}

/*-------------------------
 おすすめ記事
---------------------------*/
#related-post{
  padding: 50px 0;
  width: 1120px;
  margin: 0 auto;
}

#related-post h2{
  margin-bottom: 30px;
}

#related-post .posts{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#related-post .posts .box{
  border: 1px solid #3C1E00;
  padding: 20px;
  width: 546px;
  margin-bottom: 27px;
}

#related-post .posts .box .layout{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#related-post .posts .box .layout .image{
  width: 273px;
}

#related-post .posts .box .layout .image h3{
  font-size: 1.8rem;
  font-weight: bold;
}

#related-post .posts .box .layout .image h3 a{
  text-decoration: none;
}

#related-post .posts .box .layout .image h3 span{
  background:linear-gradient(transparent 60%, #EDDECA 60%);
}

#related-post .posts .box .layout .text{
  width: 215px;
}

#related-post .posts .box .layout .text h4{
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

#related-post .posts .box .layout .text p{
  font-size: 1.3rem;
}

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

  #related-post{
    width: 100%;
    margin-bottom: 0;
  }


  #related-post{
    padding: 0 10px;
    margin: 60px 0;
  }

  #related-post h2{
    font-size: 1.6rem;
    margin-bottom: 15px;
  }

  #related-post .posts .box{
    padding-top: 10px;
  }

  #related-post .posts .box h3.sp {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    display: block !important;
  }

  #related-post .posts .box h3 a{
    text-decoration: none;
  }


  #related-post .posts .box h3 span {
      background: linear-gradient(transparent 60%, #EDDECA 60%);
  }

  #related-post .posts .box .layout{
    margin-top: 1rem;
  }

  #related-post .posts .box .layout .image{
    width: 45%;
  }

  #related-post .posts .box .layout .text{
    width: 55%;
    padding-left: 10px;
  }

  #related-post .posts .box .layout .text h4{
    font-size: 1.2rem;
  }

  #related-post .posts .box .layout .text p{
    font-size: 1.2rem;
  }

}

/*-------------------------
 ASIDE
---------------------------*/
aside{
	padding: 40px 0 50px;
}

aside #banners-slider{
	position: relative;
	width: 1030px;
	margin: 0 auto;
}

aside #banners-slider .box{
	padding: 0 7px;
}

aside #banners-slider .slick-prev,
aside #banners-slider .slick-next{
	position: absolute;
	background-color: #e6e6e6;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	top: 50%;
	margin-top: -20px;
}

aside #banners-slider .slick-prev{
	left: -64px;
}

aside #banners-slider .slick-next{
	right: -64px;
}

aside #banners-slider .slick-prev::after,
aside #banners-slider .slick-next::after{
	content: "";
	display: block;
	position: absolute;
	width: 11px;
	height: 11px;
	border-top: 2px solid #505050;
	top: 50%;
	margin-top: -5.5px;
}

aside #banners-slider .slick-prev::after{
	border-left: 2px solid #505050;
	transform: rotate(-45deg);
	left: 50%;
	margin-left: -4px;
}

aside #banners-slider .slick-next::after{
	border-right: 2px solid #505050;
	transform: rotate(45deg);
	left: 50%;
	margin-left: -9px;
}

#common-info{
	display: none;
}


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

.slider{
	width: 100%;
}

.slick-dots li{
	margin-right: 1rem;
}

.slick-dots li button{
	background-color: #aaa;
}

#visual-wrap{
	background: none;
	height: auto;
}

#visual{
	display: none;
}

#fair-list{
	top: 0;
	padding: 0;
}

#fair-list .slick-prev{
	left: 0px;
	background-color: #e1e0df;
}

#fair-list .slick-next{
	right: 0px;
	background-color: #e1e0df;
}

#fair-list .slick-next:before{
	width: 12px;
	height: 12px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	right: 9px;
	position: absolute;
	top: 50%;
	margin-top: -7px;
}
#fair-list .slick-prev:before {
	width: 12px;
	height: 12px;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	left: 9px;
	position: absolute;
	top: 50%;
	margin-top: -7px;
}

#fair-list .box{
	padding: 0;
}

#fair-list .box img{
	width: 100%;
}

#fair-slider{
	width: 100%;
}

#fair-slider a{
	height: auto;
}

#first-lead{
  text-align: center;
  padding: 20px 20px 0;
  font-size: 1.2rem;
}


#news{
	background: none;
	margin-top: 0px;
}

#news h2{
	background: none;
	color: #3c1e00;
	text-align: center;
	width: 100%;
	border-bottom: 1px solid #c9c9c9;
	padding-bottom: 10px;
}

#news ul{
	width: 100%;
	margin: 0;
	overflow: visible;
	height: auto;
	max-height: none;
}

#news ul li{
	font-size: 1.4rem;
	border-bottom: 1px dotted #c9c9c9;
	margin-bottom: 0;
	padding: 8px 0;
}

#news ul li span{
	display: block;
}

#news ul .morewrap{
	display: none;
}

#news #more-sp{
	position: relative;
	display: block !important;
	width: 140px;
	margin: 15px auto 0;
	top: 0;
	right: 0;
	text-align: center;
}

#news .more.open::before{
	display: none;
}

#contents-middle .left,
#right-inner{
	width: 100%;
	float: none;
}

#right-inner{
  padding: 40px 10px 0;
}

#right-inner a img{
	width: 100%;
}

#right-inner li{
	width: 49%;
	margin: 0 0.5%;
	float: left;
}

#right-inner .more{
}


#contents-top{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
	margin-top: 20px;
}

#contents-top .box{
	width: 49%;
	float: none;
	margin: 10px 2% 10px 0;
}

#contents-top .box:nth-child(2n){
	margin-right: 0;
}

#contents-top .box p{
	font-size: 1.4rem;
	line-height: 130%;
}

#contents-top .box:nth-child(3n){
	margin-right: 2%;
}

#contents-top .box:nth-child(2n){
	margin-right: 0;
}

#contents-middle{
	margin-top: 40px;
}


#contents-middle #lineup{
  margin-bottom: 50px;
}
#contents-middle #lineup h3{
  text-align: center;
}

#contents-middle #lineup h3 .en{
  display: block;
}
#contents-middle #lineup h3 .jp{
  font-size: 1.1rem;
  display: block;
  padding: 0;
}

#contents-middle .att-combi{
  font-size: 1.0rem;
  margin-bottom: .5rem;
  line-height: 1;
}

#contents-middle #lineup h3{
  float: none !important;
}


#contents-middle .lineup-list{
  margin-bottom: 20px;
}

#contents-middle .lineup-list a{
	width: 31.333%;
	margin: 0 1% 10px;
}

#contents-middle .lineup-list a span{
	font-size: 1.2rem;
}

#contents-middle .lineup-list .price{
  font-size: 1.2rem;
  font-weight: normal;
}

#contents-middle .lineup-list .price-tax{
  font-size: 1.0rem;
  font-weight: normal;
}

#right-inner .more{
	display: none;
}

#right-inner .morebtn{
	display: block;
}


  /*-------------------------
   SIDEBAR
  ---------------------------*/
  .slider .slick-prev{
  	left: 0px;
  }
  .slider .slick-next{
  	right: 0px;
  }

  aside{
  	display: none;
  }

  aside #banners-slider{
  	width: 100%;
  }
  aside #banners-slider .slick-prev{
  	left: 0;
  }

  aside #banners-slider .slick-next{
  	right: 0;
  }

}


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

  #contents-top{
  	-webkit-justify-content: center;
  	justify-content:         center;
  }

  #contents-middle #lineup-list a{
  	width: 48%;
  	margin: 0 1% 10px;
  }

  #select-brand-list a, 
  #select-style-list a{
  }

  #right-inner li{
  	width: 100%;
  	margin: 0 0;
    float: none;
  }

  #common-info{
  	display: block;
  	margin-top: 30px;
  }

}

/* VIDEO Slider */
#youtube-list-slider .slide-item{
  max-width: 340px;
  width: 100%;
  padding: 0 12px;
  aspect-ratio: 16 / 9;
  margin-bottom: 10px;
}
#youtube-list-slider .slide-item iframe{
  max-width: 340px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #youtube-list-slider .slide-item{
    max-width: 80vw;
    padding: 0 24px;
  }
  #youtube-list-slider .slide-item iframe{
    max-width: 80vw;
  }
  #youtube-list-slider.slider .slick-next {
    right: 19px;
    width: 40px;
  }
  #youtube-list-slider.slider .slick-prev {
    left: 19px;
    width: 40px;
  }
  #youtube-list-slider.slider .slick-next,
  #youtube-list-slider.slider .slick-prev {
    background-color: transparent;
  }
  #youtube-list-slider.slider .slick-next::after{
    margin-top: -8px;
    width: 16px;
    height: 16px;
  }
  #youtube-list-slider.slider .slick-prev::after{
    margin-top: -8px;
    width: 16px;
    height: 16px;
  }
}

#point-service{
  margin: 5rem auto 0;
  max-width: 747px;
}

#point-service h2{
  text-align: center;
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
}

#point-service h3{
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 3rem;
}

#point-service p{
  margin-bottom: 2rem;
}

#point-service .image{
  text-align: center;
}

@media screen and (max-width: 767px) {
  #point-service p{
    margin-bottom: 2rem;
    font-size: 1.4rem;
  }
}
