@charset "UTF-8";
/* CSS Document */


.main-content{
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
  font-weight: 500;
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
}
.main-content > section:nth-of-type(n+2){
  margin-top: 30px;
  padding-bottom: 90px;
}

/* title */
.title-box{
  text-align: center;
}
.title-box h1{
  font-family: 'Montserrat', sans-serif;
  font-size: 60px;
  letter-spacing: .05em;
  line-height: 1.1;
}
.title-box p{
  font-size: 14px;
  padding: 24px 0;
  background-color: #fee0dc;
  line-height: 1.8;
}

.title img {
  aspect-ratio: 8/3;
  max-width: 100%;
  margin: 20px auto 0;
}

.read-box{
  text-align: center;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
  font-size: 13px;
  line-height: 2em;
  width: 100%;
  padding: 20px 0;
}

/* section */
.main-content > section h2{
  /* font-family: 'Montserrat', sans-serif; */
  /* font-size: 38px; */
  letter-spacing: .02em;
  line-height: 1.2;
  /* text-align: center; */
}
.item-container{
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto 0;
  width: 1000px;
}

/* item-box */
 .item-box{
  padding-bottom: 70px;
  position: relative;
  width: 475px;
}
 .item-box:nth-of-type(2n){
  margin-left: 50px;
}
 .item-box a{
  display: block;
}
 .item-box img{
  transition: .3s;
  width: 100%;
  aspect-ratio: 5/6
}
 .item-box:nth-of-type(n+3){
   margin-top: 100px;
}

.item-box h3{
  font-size: 20px;
  font-family: 'Libre Caslon Text', serif;
  font-weight: 600;
  letter-spacing: .08em;
  margin-top: 10px;
  padding: 5px 0;
  position: relative;
  text-align: left;
}

.m-main-content a {
    transition: all 0.3s ease 0s;
}

.btn {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 800px;
}

.content-btn {
    background: #3e3e3e;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 14px;
    margin: 40px auto;
    padding: 20px 0;
    text-align: center;
    width: 80%;
    max-width: 320px;
    font-weight: bold;
}

.brand-name {
  font-size: 20px;
  font-family: 'Libre Caslon Text', serif;
  font-weight: 400;
  letter-spacing: .08em;
  padding: 5px 0 10px;
  position: relative;
  text-align: left;
}

/* .brand-name::after {
  content: "";
  width: 100px;
  height: 3px;
  position: absolute;
  top: 43px;
  left: 0;
  display: inline-block;
  border-bottom: 1px solid #3E3E3E;
} */

.item-kana {
  font-size: 12px;
  margin-left: 15px;
  letter-spacing: normal;
}

/* ブランド名ロングバージョン */
.brand-name-long {
  font-size: 20px;
  font-family: 'Libre Caslon Text', serif;
  font-weight: 400;
  letter-spacing: .08em;
  padding: 5px 0;
  text-align: left;
}

/* .brand-name-long::after {
  content: "";
  width: 100px;
  height: 3px;
  position: absolute;
  top: 75px;
  left: 0;
  display: inline-block;
  border-bottom: 1px solid #3E3E3E;
} */

.item-kana-long {
  font-size: 12px;
  letter-spacing: normal;
  display: block;

}

/* ロングバージョンここまで */


.item-name {
  font-size: 22px;
  font-family: 'Libre Caslon Text', serif;
  font-weight: 400;
  letter-spacing: .02em;
  padding: 5px 0;
  margin-top: 10px;
  text-align: left;
  position: relative;

}

.item-name::before {
  content: "";
  width: 10%;
  height: 3px;
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  border-bottom: 1px solid #9E9E9E;
}

.item-box h3 img{
  width: 140px;
  margin: 5px auto;
  display: block;
}

.item-txt{
  font-size: 14px;
  line-height: 1.7;
  margin-top: 10px;
  text-align: justify;
}

.item-box a.btn{
  background: #3d3d3d;
  border-radius: 2px;
  color: #fff;
  display: block;
  margin: 0 auto;
  padding: 12px 0;
  position: absolute;
  text-align: center;
  width: 300px;
  right: 0;
  bottom: 0;
  left: 0;
}

.box-no {
  color: #d65d4c;
  font-family: 'Libre Caslon Text', serif;
  font-size: 25px;
  text-align: left;
  margin-top: 10px;
}
/* 
.box-no::after {
  content: url(../esw230508_edit/slash.png);
  display: inline-block;
  width: 90%;
} */

.item-number {
  font-size: 45px;
  margin-left: 2px;
}


.item-list{
  /* border-top: 2px dotted #ccc; */
  margin-top: 10px;
  padding-top: 10px;
}
.item-list li{
  font-size: 15px;
  padding: 5px 0 10px;
  border-bottom: 1px solid #ccc;
}

.item-list li a::after{
  background: #333;
  border-radius: 2px;
  box-sizing: border-box;
  color: #fff;
  content: "Check";
  font-size: 12px;
  letter-spacing: .05em;
  margin-left: 20px;
  padding: 6px 20px;
}

.other-link {
  margin-top: 12px;
  font-size: 14px;
  text-align: right;
}

.other-link:after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #9E9E9E;
  border-right: 1px solid #9E9E9E;
  -webkit-transform: rotate(40deg) skew(-10deg, 0);
  transform: rotate(40deg) skew(-10deg, 0);
  transition: all 0.2s linear;
  margin-bottom: 1px;
}


/* under link */
.under-link-box{
  overflow: hidden;
}
.under-link{
  margin: 50px auto 100px;
  text-align: center;
  width: 100%;
  max-width: 1000px;
}
.under-link li{
  display: inline-block;
  margin: 8px 0px;
  text-align: center;
  width: 280px;
}
.under-link li a{
  background: #45423f;
  border-radius: 4px;
  color: #fff;
  display: block;
  padding: 14px 0;
}

/*favorite*/
.under-link li a.m-btn-inactive{
  background: #fff;
  border-radius: 2px;
  box-sizing: border-box;
  color: #333;
  font-weight: 500;
  height: auto;
  line-height: inherit;
}


.m-link-archive .m-link-archive-case a .m-link-archive-img img{
  width: 100%;
  aspect-ratio: 16/15;
}

.shop-list-title {
  font-size: 30px;
  text-align: center;
  font-family: 'Libre Caslon Text', serif;
  margin-bottom: 30px;
}

.m-column .m-tit-column {
  font-size: 30px;
  margin-bottom: 25px;
}


/* ショップリスト */
.easyrefine{
	display: block;
	overflow: hidden;
	width: 100%;
	text-align: center;
	margin: 10px auto;
}
.easyrefine ul{
	display: block;
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
}

.easyrefine ul li{
	display: inline-block;
	overflow: hidden;
	width: 159px;
	margin: 0 1px 0 0;
	color: #fff;
}
.easyrefine ul li a{
	display: block;
	overflow: hidden;
	background-color: #45423f;
	border-radius: 4px;
	padding: 5px 10px;
	color: #fff;
}

.easyrefine_logo{
	display: block;
	overflow: hidden;
	width: 100%;
	text-align: center;
  margin: 0 auto 10px;
}
.easyrefine_logo ul{
	display: block;
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
}

.easyrefine_logo ul li{
	display: inline-block;
	overflow: hidden;
	width: 159px;
	margin: 0 1px 0 0 ;
	border: solid 1px #eee;
	color: #fff;
	background-color: #fff;
}
.easyrefine_logo ul li a{
	display: block;
	overflow: hidden;
	padding: 5px 10px;
	color: #fff;
}
.easyrefine_logo ul li a img{
	width: 130px !important;
	margin: 0 auto !important;
	display: block !important;
}
/* ショップリストここまで */

.tfslive_box {
  display: block;
  margin: 40px auto 0;
  width: 96%;
  max-width: 700px;
  overflow: hidden;
  text-align: center;
}

.tfslive_box p {
  font-size: 20px;
  margin-bottom: 10px;
}

.tfslive_box img {
  width: 100%;
  aspect-ratio: 5/2;
}

/*-----*/
/* SMP */
/*-----*/
@media screen and (max-width: 640px) {
/*  */

.main-content{
  margin: 0 auto;
  width: 100%;
}
.main-content > section:nth-of-type(n+2){
  margin-top: 20px;
  padding-bottom: 0;
}

/* SMP title */
.title-box{
  text-align: center;
}
.title-box h1{
  font-size: 40px;
  line-height: 1.1;
}
.title-box h1 img{
  width: 100%;
  height: auto;
  aspect-ratio: 8 / 3;
}
.title-box p{
  font-size: 14px;
  line-height: 1.8;
  padding: 15px 4vw;
  text-align: justify;
}

.title-box .logo{
  max-width: 80px;
}

/* SMP section */
.main-content > section h2{
  font-size: 34px;
  letter-spacing: .02em;
  line-height: 1.2;
}

.item-container{
  display: block;
  margin: 20px auto 0;
  width: 90%;
}

/* SMP item-box */
 .item-box{
  padding-bottom: 24px;
  position: static;
  width: 100%;
}
 .item-box:nth-of-type(2n){
  margin-left: 0;
}
 .item-box img{
  width: 100%;
}
 .item-box:nth-of-type(n+3){
   margin-top: 0;
}

.item-box h3{
  font-size: 20px;
  letter-spacing: .08em;
  margin-top: 10px;
  padding: 5px 0;
}
.item-box h3::before{
  height: 13px;
  margin: 0 auto;
  width: 13px;

  top: -9px;
  right: 0;
  left: 0;
}

.item-box h3 img{
  width: 100px;
}

.item-txt{
  font-size: 14px;
  text-align: justify;
}

.item-box a.btn{
  margin: 15px auto 0;
  padding: 12px 0;
  position: static;
  width: 100%;
}

.item-list{
  padding-top: 10px;
}
.item-list li{
  font-size: 14px;
  padding: 10px 0;
}
.item-list li a{
  position: relative;
  padding-right: 58px;
}

.item-list li a::after{
  font-size: 12px;
  margin-left: 20px;
  padding: 3px 10px;
  position: absolute;
  right: 0;
}

.item-kana {
  display: block;
  margin: 2px 0;
  font-size: 13px;
}

.brand-name::after {
  top: 68px;
}

.item-kana-long {
  display: block;
  margin: 2px 0;
  font-size: 13px;
}

.brand-name-long::after {
  top: 97px;
}

.item-name {
  margin-top: 15px;
}


/* SMP under link */

.under-link li{
  margin: 0 5px;
  width: 280px;
}
.under-link li a{
  color: #fff;
  padding: 14px 0;
}

/* SMP favorite */
.under-link li a.m-btn-inactive{
  background: #fff;
  border-radius: 2px;
  box-sizing: border-box;
  color: #333;
  font-weight: 500;
  height: auto;
  line-height: inherit;
}

/* SMP under link */
ul.under-link {
  margin: 10vw auto 100px;
  width: 92%;
}
ul.under-link li{
  margin: 0 0 10px;
  width: 100%;
}
ul.under-link li a{
  margin: 0;
}

/* ショップリスト */
.easyrefine{
	width: 100%;
	margin: 0 auto 5px;
}
.easyrefine ul{
	width: 100%;
}

.easyrefine ul li{
	display: block;
	float: left;
	width: 48.5%;
	margin: 1px ;
}
.easyrefine ul li a{
	padding: 5% 3%;
}

.easyrefine_logo {
  margin: 0 auto 5px;
}
.easyrefine_logo ul{
	width: 100%;
}

.easyrefine_logo ul li{
	display: block;
	float: left;
	width: 32%;
	margin: 1px ;
}
.easyrefine_logo ul li a{
	padding: 5% 3%;
}
.easyrefine_logo ul li a img{
	width: 100% !important;
}
/* ショップリストここまで */

.tfslive_box a:hover {
  opacity: 0.7;
}

.btn {
  display: block;
  width: auto;
}

}/* end SMP */



@media screen and (min-width: 641px) {
/* hover settings */
.item-box a.btn:hover{
  opacity: .6;
}
.item-box a:hover > img{
  opacity: .6;
}

.item-list li a:hover,
.other-link:hover,
.easyrefine_logo ul li a:hover {
  opacity: .6;
}

/* HOVER under-link */
.under-link a:hover{
  background: #666;
  color: #fff;
}
.under-link li a.m-btn-inactive:hover{
  background: #f2f2f2;
}

.item_list > li > a:hover{
  opacity: .6;
}


}/* end hover */
