@charset "UTF-8";
/* CSS Document */

/* レイアウト */

.font-s {
  font-size: 0.7rem;
}

.font-m {
  font-size: 0.88rem;
}

.m-main-content {
  list-style: none;
  overflow: hidden;
}

.m-main-content img {
  transition: all 0.3s ease 0s;
  width: 100%;
}

.ttl_box {
  display: block;
  float: left;
  margin: 0 auto 8px;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

.title-sub {
  padding: 20px;
  text-align: justify;
  color: #424242;
  font-size: 14px;
  font-feature-settings: "palt";
  letter-spacing: 0.09em;
}

.main_box {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  background-color: #fff;
}
.main_box img {
  display: block;
  margin: 0 auto 0;
  overflow: hidden;
  position: relative;
}

/* nav-tab */
.nav-tab {
  margin: 20px 0 30px;
}
.nav-tab::after {
  background: #919191;
  content: "";
  display: block;
  height: 1px;
  margin-top: 1px;
  width: 100%;
}
.nav-tab ul {
  text-align: center;
}
.nav-tab ul li {
  display: inline-block;
  font-size: 0;
  margin: 0 5px;
  vertical-align: bottom;
  width: 200px;
}
.nav-tab li a {
  border: 1px solid #ddd;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  color: #aaa;
  display: block;
  font-size: 13px;
  height: 28px;
  line-height: 30px;
  margin-bottom: 1px;
  overflow: hidden;
  padding: 0 10px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nav-tab li.active a {
  border: 1px solid #919191;
  border-bottom: 1px solid #fff;
  color: #333;
  height: 30px;
  line-height: 30px;
  margin-bottom: -2px;
  transition: 0.3s;
}

.navi {
  display: block;
  overflow: hidden;
  width: 100%;
}
.navi ul {
  display: block;
  overflow: hidden;
  width: 1000px;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.navi ul li {
  display: inline-block;
  overflow: hidden;
  font-size: 13px;
  width: 19%;
  margin: 2px 0.5%;
  /*float: left;*/
  border-bottom: solid 3px #fff;
  text-align: center;
  letter-spacing: 0.5px;
}
.navi ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  /* background-color: #3e3e3e; */
  text-decoration: none;
  padding: 8px 0 12px;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 4px;
  position: relative;
  row-gap: 3px;
}

.navi ul li a img {
  width: 100px;
  height: auto;
}

.navi ul li a img.navi-shop-logo {
  width: 150px;
  height: auto;
}

.navi ul li a::after {
  content: "";
  background: url(../esm250425_tksmy/anchor.svg) no-repeat;
  background-size: contain;
  position: absolute;
  width: 21px;
  height: 11px;
  bottom: 4.5%;
  right: 39%;
  top: 93%;
  transform: translateX(-39%);
}

.shop-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: 900px;
  margin: 24px auto 32px;
  text-align: left;
  font-size: 0.9rem;
}

.shop-inner img {
  width: 100px;
  height: auto;
}

.shop-caption {
  display: block;
  text-align: center;
}

.shop-wrapper h2 img {
  width: 320px;
  height: auto;
}

.buyers-name-prof {
  display: block;
  font-size: 1.1rem;
  padding-bottom: 8px;
}

.con1 {
  display: block;
  /* overflow: hidden; */
  width: 100%;
  text-align: center;
  padding: 20px 0 40px;
}

.font-serif {
  display: block;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
}

.main-grid-solo {
  width: 900px;
  display: grid;
  grid-template-rows: 100px auto;
  grid-template-columns: 200px 200px 50px 500px;
  margin: 0 auto 40px;
}

.main-grid-txt-wrapper {
  grid-row: 2/5;
  grid-column: 1/3;
  position: relative;
}

.main-grid-imgarea-solo {
  grid-row: 1/5;
  grid-column: 4/5;
  align-self: center;
  position: relative;
}

.main-grid-solo.reverse {
  grid-template-rows: 85px auto;
  grid-template-columns: 500px 50px 200px 200px;
}

.main-grid-txt-wrapper.reverse {
  grid-row: 2/5;
  grid-column: 3/5;
}

.main-grid-imgarea-solo.reverse {
  grid-row: 1/5;
  grid-column: 1/2;
  align-self: center;
  position: relative;
}

.main-grid-item-detail {
  grid-row: 4/5;
  grid-column: 3/5;
  align-self: center;
  justify-self: center;
}

.main-grid-txt {
  /* grid-row: 2/3;
    grid-column: 1/3; */
  align-self: start;
  justify-self: center;
  background-color: #e9e9e9;
  border-radius: 10px;
  position: relative;
  margin: 0 20px;
}

.main-grid-txt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #e9e9e9;
  transform: rotate(180deg);
}

.reverse .main-grid-txt::before {
  transform: rotate(360deg);
  left: -30px;
}

.main-grid-item-detail {
  margin: 20px 0;
}

.line-dashed {
  border-bottom: dashed 1px #9e9e9e;
  width: 400px;
  margin: 36px 0 28px;
}

.main-grid-image-solo {
  width: 450px;
  height: auto;
  aspect-ratio: 5/6;
}

.con_come {
  display: block;
  overflow: hidden;
  text-align: left;
  font-size: 15px;
  padding: 20px 0;
  /* border-bottom: dashed 1px #9e9e9e; */
  line-height: 2em;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
}

.con_items_list {
  display: block;
  overflow: hidden;
  width: 100%;
  text-align: left;
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}

.con_items_list p {
  overflow: hidden;
  margin: 0;
  font-size: 16px;
}

.con_items_list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  overflow: hidden;
  color: #333;
  padding: 0;
  line-height: 1.7;
  margin-bottom: 10px;
  text-decoration: none;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
}

.con_items_list a::after {
  content: "Check";
  display: inline-block;
  background-color: #555;
  color: #fff;
  padding: 6px 14px;
  border-radius: 4px;
  margin-left: auto;
  font-size: 11px;
  font-weight: bold;
}

.con2 {
  display: block;
  overflow: hidden;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 40px;
}
.con2 img {
  width: 124px;
}
.con2 h3,
.content h3 {
  width: 1000px;
  margin: 10px auto;
  text-align: left;
  /*display: block;*/
  display: flex;
  align-items: center;
  overflow: hidden;
  font-weight: normal;
  color: #333333;
  line-height: auto;
  font-size: 20px;
}

.con2 h3::after,
.content h3::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #9e9e9e;
}
.con2 ul {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 1000px;
  text-align: left;
  margin: 0 auto;
  padding: 0;
}
.con2 ul li {
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow: hidden;
  /*float: left;*/
  width: 23%;
  margin: 0 20px 40px 0;
  font-weight: 500;
  display: flex;
}

.con2 ul li a {
  color: #000;
  text-decoration: none;
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex-grow: 1;
}
.con2 ul li img {
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 5/6;
  margin-bottom: 8px;
}

a .icon {
  background-color: #3e3e3e;
  color: #fff;
  font-size: 11px;
  margin: 0;
  padding: 8px 25px;
  text-align: center;
  transition: all 0.3s ease 0s;
  display: block;
  /* float: right; */
  border-radius: 4px;
  margin-top: auto;
  margin-left: auto;
  font-weight: bold;
}

.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;
}

.buyers-comments {
  display: block;
  font-size: 38px;
  font-family: "Qwigley", cursive;
  letter-spacing: 0.05rem;
  position: absolute;
  top: -6%;
  left: 8%;
  transform: rotate(352deg);
  z-index: 1;
}

.marker {
  background: linear-gradient(transparent 10%, #cfd7ff 30%);
}

.marker2 {
  background: linear-gradient(transparent 10%, #c5f3dbb9 30%);
}

#con1_2 .main-grid-txt,
#con1_2 .main-grid-txt-double {
  background-color: #fcfcfc;
}

#con1_2 .main-grid-txt::before,
#con1_2 .main-grid-txt-double::before {
  border-right: 15px solid #fcfcfc;
}

.recoitem-comment {
  padding: 5px 0 8px;
  color: #333;
}

.recoitem-comment::before {
  content: "“";
  color: #c7c7c7;
}

.recoitem-comment::after {
  content: "”";
  color: #c7c7c7;
}

.feature-contents-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1000px;
  margin: 0 auto;
  column-gap: 24px;
  row-gap: 32px;
}

.feature-contents-list ul li {
  width: 45%;
}

.feature-contents-list ul li a img {
  width: 100%;
  height: auto;
}

.feature-contents-list h2 {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 24px;
}

@media screen and (min-width: 641px) {
  .main_box img {
    width: 722px;
    height: auto;
    aspect-ratio: 361/130;
  }

  .con_come {
    line-height: 1.7em;
    padding: 40px 40px 30px;
    width: 240px;
    font-size: 16px;
    text-align: justify;
  }

  .navi ul {
    width: 800px;
    margin: 24px auto 40px;
    column-gap: 10px;
  }

  .navi ul li {
    width: 150px;
    display: flex;
  }

  .navi ul li a:hover {
    opacity: 0.7;
  }
  .main-header li a img:hover {
    opacity: 0.7;
  }

  .con2 ul li a:hover,
  .con_items_list a:hover {
    opacity: 0.7;
  }

  .sml_ttl_box_underbtn_footer a:hover {
    background-color: #7d7d7d;
  }

  .tfslive_box a:hover {
    opacity: 0.7;
  }

  .title-sub {
    margin-top: 0;
    letter-spacing: 1px;
    text-align: center;
  }

  .mtplus {
    position: relative;
    top: 20px;
  }

  .con2 {
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  .con2 img {
    width: 124px;
  }
  .con2 h3,
  .content h3 {
    width: 1000px;
    margin: 10px auto;
    text-align: left;
    /*display: block;*/
    display: flex;
    align-items: center;
    overflow: hidden;
    font-weight: normal;
    color: #333333;
    line-height: auto;
    font-size: 20px;
  }

  .con2 h3::after,
  .content h3::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background-color: #9e9e9e;
  }
  .con2 ul {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    width: 1000px;
    text-align: left;
    margin: 0 auto;
    padding: 0;
  }
  .con2 ul li {
    font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    overflow: hidden;
    /*float: left;*/
    width: 23%;
    margin: 0 20px 40px 0;
  }

  .con2 ul li a {
    color: #000;
    text-decoration: none;
    font-size: 12px;
  }
  .con2 ul li img {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    aspect-ratio: 5/6;
    margin-bottom: 8px;
  }

  .content-btn:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 640px) {
  .main_box {
    height: auto;
    margin: 0;
  }
  .main_box img {
    width: 100%;
    margin: 0;
    aspect-ratio: 32/19;
  }

  .con2 h3 {
    font-size: 20px;
    line-height: 1.5em;
    width: auto;
    margin: 10px;
  }

  .con2 h3::after {
    width: 50%;
  }

  /* SMP nav-tab */
  .nav-tab {
    margin: 3vw 0 5vw;
  }
  .nav-tab ul {
    text-align: center;
  }
  .nav-tab ul li {
    margin: 0 2px;
    vertical-align: bottom;
    width: 30%;
  }
  .nav-tab li a {
    font-size: 4vw;
    height: 4vw;
    line-height: 1.5;
    padding: 2vw 0 4vw;
  }
  .nav-tab li.active a {
    height: 4.2vw;
    line-height: 1.5;
    padding: 2vw 0 4.5vw;
  }

  .navi {
    width: 100%;
    margin-bottom: 32px;
  }

  .navi ul {
    width: 90%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    column-gap: 8px;
    margin: 8px auto 16px;
  }

  .navi ul li {
    width: 100%;
    /* margin: 4px 1.5%; */
    font-size: 12px;
  }

  .navi ul li a img.navi-shop-logo {
    width: 130px;
  }

  .con1,
  .con2,
  .con4,
  .con7 {
    width: 100%;
    padding: 20px 0 24px;
  }

  .con_come {
    padding: 30px 24px 20px;
  }

  .con2 ul {
    width: 100%;
    margin: 0 auto;
  }
  .con2 ul li a {
    font-size: 13px;
  }
  .con2 ul li {
    width: 43% !important;
    margin: 0 3.5% 20px;
    float: left;
  }

  .con2 ul li img {
    width: 100%;
    height: auto;
  }

  .con_items_list {
    margin: 0;
  }

  .main-grid-solo {
    width: 95%;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    justify-content: center;
  }

  .main-grid-txt-wrapper {
    grid-row: 3/5;
  }

  .main-grid-imgarea-solo {
    grid-row: 2/3;
    grid-column: 1;
  }

  .line-dashed {
    grid-row: 4/5;
    padding: 10px 0;
    margin: 28px auto;
    width: 90%;
  }

  .main-grid-image-solo {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
  }

  .main-grid-txt {
    grid-row: 3/4;
    width: 90%;
    margin: 30px auto;
  }

  .main-grid-item-detail {
    padding: 20px 8px;
    align-self: normal;
    justify-self: normal;
  }

  /* １つ　逆転 */
  .main-grid-solo.reverse {
    width: 95%;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .main-grid-imgarea-solo.reverse {
    grid-row: 3/4;
    grid-column: 1;
    margin-bottom: 16px;
  }

  .main-grid-txt-wrapper.reverse {
    grid-row: 5/6;
    grid-column: 1;
  }

  /* １つ　逆転 */

  .line-dashed {
    border-bottom: dashed 1px #9e9e9e;
    width: 90%;
    margin: 28px auto;
  }

  .content-btn {
    margin: 10px auto 20px;
  }

  .main_box img {
    width: 100%;
    height: auto;
    aspect-ratio: 32/13;
  }

  .buyers-comments {
    font-size: 2rem;
    top: 2%;
    left: 2%;
  }

  .main-grid-txt::before {
    top: -5%;
    left: 45%;
    transform: rotate(90deg);
  }

  .reverse .main-grid-txt::before {
    top: -4%;
    left: 45%;
    transform: rotate(90deg);
  }

  #con1_2 .main-grid-txt::before {
    top: -5%;
    left: 45%;
    transform: rotate(90deg);
  }

  #con1_2 .buyers-comments {
    top: 2%;
  }

  .con_items_list a {
    gap: 16px;
  }

  .con_items_list p {
    font-size: 1rem;
  }

  .font-serif {
    font-size: 1.1rem;
  }

  .shop-inner {
    width: 90%;
  }

  .shop-inner p {
    font-size: 0.8rem;
  }

  .buyers-name-prof {
    font-size: 1rem;
    padding-bottom: 8px;
  }

  .shop-logo {
    max-width: 250px;
  }

  .feature-contents-list ul {
    width: 90%;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .feature-contents-list ul li {
    width: 100%;
  }

  .feature-contents-list h2 {
    font-size: 1.1rem;
  }
}
