@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: 50px;
  padding-bottom: 90px;
}

/* title */

.title {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.title-txt {
  position: absolute;
  width: 60%;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.title-box {
  text-align: center;
  background-color: #f1f1f1;
}

.title-box picture img {
  vertical-align: top;
  aspect-ratio: 5/2;
}

.title-box h1 {
  font-size: 60px;
  letter-spacing: 0.05em;
  line-height: 1.1;
}
.title-box p {
  font-size: 14px;
  padding: 15px 0;
  line-height: 1.8;
  background-color: #dae7e2;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  text-align: center;
}

.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 */
.section-heading {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 16px;
}

.section-heading span {
  font-family: "Century Gothic", sans-serif;
  font-size: 2em;
  display: block;
  color: #b6a785;
  font-weight: normal;
}

.section-heading-read {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 40px;
}

.item-container {
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto 0;
  width: 1000px;
  padding: 0 20px;
  box-sizing: border-box;
}

/* item-box */
.item-box {
  position: relative;
}
.item-box:nth-of-type(2n) {
  margin-left: 50px;
}
.item-box a {
  display: block;
}
.item-box img {
  transition: 0.3s;
  width: 100%;
  aspect-ratio: 5/6;
  margin: 14px auto;
}

.item-box h3 {
  font-size: 20px;
  font-family: "Marcellus", serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-top: 10px;
  padding: 5px 0;
  position: relative;
  text-align: left;
}

.item-box-detail {
  padding: 16px;
}

.brand-name {
  font-size: 28px;
  font-family: "Marcellus", serif;
  font-weight: 400;
  padding: 5px 0;
  position: relative;
  text-align: left;
}

.item-kana {
  font-size: 12px;
  letter-spacing: normal;
  display: block;
}

/* ブランド名ロングバージョン */
.brand-name-long {
  font-size: 20px;
  font-family: "Marcellus", serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  padding: 5px 0;
  position: relative;
  text-align: left;
}

.item-kana-long {
  font-size: 12px;
  letter-spacing: normal;
}

/* ロングバージョンここまで */

.item-heading {
  font-size: 20px;
  font-weight: bold;
  padding: 5px 0;
  margin-top: 10px;
  text-align: left;
  line-height: 1.5;
}

.item-box h3 img {
  width: 140px;
  margin: 5px auto;
  display: block;
}

.item-txt {
  font-size: 14px;
  line-height: 1.8;
  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 {
  font-family: "Marcellus", 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 {
  margin-top: 10px;
  padding-top: 10px;
}
.item-list li {
  font-size: 15px;
  padding: 5px 0;
}

.item-list li a::after {
  background: #333;
  border-radius: 2px;
  box-sizing: border-box;
  color: #fff;
  content: "Check";
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.05em;
  margin-left: 8px;
  padding: 2px 12px;
}

.item-list2 {
  border-top: 2px dotted #ccc;
  margin-top: 10px;
  padding-top: 15px;
}
.item-list2 li {
  font-size: 15px;
  float: left;
  width: 47.5%;
  padding: 5px;
  background-color: #fff;
  text-align: left;
  border-bottom: #ccc 1px dotted;
  border-right: #ccc 1px dotted;
}
.item-list2 li:nth-child(even) {
  font-size: 15px;
  float: left;
  width: 47.5%;
  padding: 5px;
  background-color: #fff;
  border-bottom: #ccc 1px dotted;
  border-right: none;
}
.item-list2 li a img {
  display: block;
  overflow: hidden;
  width: 65px;
  float: left;
}

.item-list2 li a span {
  display: block;
  font-size: 13px;
  margin: 5px 0 2px;
  line-height: 1.2em;
  float: left;
  height: 40px;
  padding: 0 0 0 5%;
  width: 60%;
}

.item-list2 li a::after {
  background: #45433f;
  border-radius: 2px;
  box-sizing: border-box;
  color: #fff;
  content: "Check";
  font-size: 12px;
  letter-spacing: 0.05em;
  margin: 5px;
  padding: 2px 20px;
  float: right;
}

.taglink {
  text-align: center;
  padding-bottom: 60px;
  max-width: 600px;
  margin: 0 auto;
}

.taglink li {
  display: inline-block;
  margin: 12px 2px;
}
.taglink li a {
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 8px 12px;
  border-radius: 20px;
}

/* under link */
.under-link-box {
  overflow: hidden;
}
.under-link {
  margin: 40px auto 80px;
  text-align: center;
  width: 100%;
  max-width: 1000px;
}
.under-link li {
  display: inline-block;
  margin: 8px 6px;
  text-align: center;
  width: 280px;
}
.under-link li a {
  background: #45423f;
  border-radius: 4px;
  color: #fff;
  display: block;
  padding: 12px 0;
  font-weight: bold;
  font-size: 14px;
}

.under-link-head {
  font-size: 30px;
  text-align: center;
}

/*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;
}

.m-column .m-tit-column {
  font-size: 30px;
  margin-bottom: 25px;
}

.layoutbox {
  width: 100%;
  margin: 0;
}

.layoutbox ul {
  width: 1000px;
  margin: 0 auto;
}

/* ショップリスト */

.shop-list-title {
  font-size: 32px;
  text-align: center;
  margin-bottom: 24px;
}

.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 52px;
}
.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;
  aspect-ratio: 16/5;
}
/* ショップリストここまで */

/*-----*/
/* SMP */
/*-----*/
@media screen and (max-width: 640px) {
  /*  */

  .main-content {
    margin: 0 auto;
    width: 100%;
  }
  .main-content > section:nth-of-type(n + 2) {
    padding-bottom: 0;
  }

  /* SMP title */
  .title-box {
    text-align: center;
  }
  .title-box h1 {
    font-size: 40px;
    line-height: 1.1;
  }
  .title-box picture img {
    width: 100%;
    aspect-ratio: 16 / 15;
  }
  .title-box p {
    font-size: 14px;
    line-height: 1.8;
    padding: 15px 4vw;
    text-align: left;
  }

  .title-box .logo {
    max-width: 80px;
  }

  /* SMP section */
  .main-content > section h2 {
    font-size: 20px;
    letter-spacing: 0.02em;
  }

  .item-container {
    display: block;
    margin: 20px auto 0;
    width: 100%;
    padding: 0;
  }

  .section-heading-read {
    width: 95%;
    margin: 0 auto 40px;
  }

  /* SMP item-box */
  .item-box {
    padding-bottom: 70px;
    position: static;
    width: 95%;
    margin-right: 5%;
  }

  .item-box.item-box-reverse {
    width: 95%;
    margin-left: 5%;
  }

  .item-box img {
    width: 100%;
    margin: 14px auto 0;
  }
  .item-box:nth-of-type(n + 3) {
    margin-top: 0;
  }

  .item-box h3 {
    font-size: 20px;
    letter-spacing: 0.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;
    line-height: 1.6;
    margin-top: 15px;
    text-align: justify;
  }

  .item-box a.btn {
    margin: 15px auto 0;
    padding: 12px 0;
    position: static;
    width: 100%;
  }

  .item-list li {
    font-size: 14px;
    padding: 10px 0;
  }
  .item-list li a {
    position: relative;
    /* width: 80%; */
  }

  .item-list li a::after {
    padding: 2px 10px;
  }

  .item-list2 {
    display: block;
    overflow: hidden;
    margin-top: 10px;
    padding-top: 10px;
  }
  .item-list2 li {
    font-size: 12px;
    width: 48%;
    padding: 0 5px 0 0;
  }
  .item-list2 li:nth-child(2n) {
    font-size: 12px;
    width: 48%;
    padding: 0 0 0 5px;
  }

  .item-list2 li a {
    position: relative;
    width: 100%;
  }
  .item-list2 li a img {
    width: 35%;
    margin: 10px 0;
  }

  .item-list2 li a::after {
    font-size: 11px;
    margin-left: 5px;
    padding: 2px 10px;
    position: static;
    right: 0;
    float: right;
  }

  .item-list2 li a span {
    font-size: 11px;
  }

  .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-heading {
    font-weight: 600;
    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 60px;
    width: 92%;
  }
  ul.under-link li {
    margin: 0 0 10px;
    width: 100%;
  }
  ul.under-link li a {
    margin: 0;
  }

  .layoutbox ul {
    width: 100%;
  }

  /* ショップリスト */
  .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 40px;
  }
  .easyrefine_logo ul {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .easyrefine_logo ul li {
    display: block;
    float: left;
    width: calc((100% - 4.4%) / 3);
    margin: 0.4%;
  }
  .easyrefine_logo ul li a {
    padding: 5% 3%;
  }
  .easyrefine_logo ul li a img {
    width: 100% !important;
  }
  /* ショップリストここまで */
} /* end SMP */

@media screen and (min-width: 641px) {
  /* hover settings */

  .title-txt {
    position: absolute;
    width: 380px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  .item-container {
    justify-content: space-between;
  }

  .item-box {
    display: flex;
    flex-direction: column;
    width: 400px;
  }

  .item-box-reverse {
    margin-top: 22em;
    flex-direction: column-reverse;
  }

  .item-box-detail {
    padding-left: 24px;
    border-left: 1px solid #aaa;
  }

  .item-box-reverse .item-box-detail {
    padding-right: 24px;
    border-right: 1px solid #aaa;
    border-left: none;
  }

  .item-box a.btn:hover {
    opacity: 0.6;
  }
  .item-box a:hover > img {
    opacity: 0.6;
  }

  .item-list li a:hover {
    opacity: 0.6;
  }

  .item-list2 li a:hover {
    opacity: 0.6;
  }

  /* HOVER under-link */
  .under-link a:hover {
    background: #666;
    color: #fff;
  }
  .under-link li a.m-btn-inactive:hover {
    background: #f2f2f2;
  }

  .taglink li a:hover {
    opacity: 0.6;
  }

  .item_list > li > a:hover {
    opacity: 0.6;
  }

  .box-no :hover {
    opacity: 0.6;
  }
} /* end hover */
