@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');

/* pc, sp共通-------------------------------------------------------- */
a:link,
a:visited {
  text-decoration: none;
}
.main-body {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2rem;
  color: #634445;
  background: white;
  width: 1000px;
  margin: 0 auto;
  font-size: 18px;
}

.main-body h1,
.main-body h2 {
  margin: 0;
}

.main-top {
  position: relative;
  margin-bottom: 40px;
}

.intro {
  text-align: center;
  margin-bottom: 0px;
  background: #fff;
}

.intro h2 {
  display: flex;
  justify-content: end;
  background: #fff;
}

.intro-img {
  width: 100%;
  padding-bottom: 60px;
}

.contents-menu {
  padding: 0 100px;
  margin-bottom: 0px;
  background: #fff;
}

.contents-menu h2 {
  text-align: center;
  margin-bottom: 32px;
}

.contents-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 32px;
}

.contents-menu ul img {
  width: 100%;
}

.contents-menu.top ul li {
  width: 250px;
  padding: 0;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0;
}

.contents-menu ul li {
  width: 220px;
  padding: 10px;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 5px 10px;
}
.contents-menu ul li a {
  color: #fff;
  text-decoration: none;
}
/*.contents-menu ul li img{
	width: 100%;
}*/

/* コンテンツの下部メニュー-------------------------------------------------------- */
  .sptea-ftmenu-container {
    display: flex;
    justify-content: center;
    padding: 20px 0; /* 必要に応じて上下の余白を追加 */
  }

  /* メニュー全体のスタイル */
  .sptea-ftmenu {
    display: flex;
    align-items: center; /* 縦中央揃え */
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: 'Yu Mincho', serif; /* 画像のような和文フォントに調整 */
    color: #5c4742; /* 画像の文字色に合わせた色 */
  }

  /* リンクのスタイル */
  .sptea-ftmenu a {
    text-decoration: none;
    color: inherit;
    padding: 0 10px;
  }

  /* 縦線を追加 */
  .sptea-ftmenu li:not(:last-child)::after {
    content: ""; /* 擬似要素で縦線を生成 */
    display: inline-block;
    width: 1px;
    height: 1.5em; /* 縦線の高さをテキストに合わせる */
    background-color: #5c4742; /* 縦線の色 */
    margin: 0 10px; /* 縦線の左右のスペース */
    vertical-align: middle; /* 中央揃え */
  }

  /* ホバー時のスタイル */
  .sptea-ftmenu a:hover {
    text-decoration: underline;
  }

 /* -------------------------------------------------------- */

#special-item {
  /*background: url("../img/bg_lineup.jpg") center top no-repeat;*/
  background: #fff;
  text-align: center;
  overflow: hidden;
  padding: 40px 40px;
  margin-bottom: 80px;
}

#special-item h2 {
  margin-bottom: 40px;
}

.item-box {
  display: flex;
  /* border: 1px solid #bcbcbc; */
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  align-items: center;
}
.item-img {
  margin: 0;
}
.item-spec {
  text-align: left;
  margin-left: 20px;
}
.item-name {
  margin: 20px 0;
  position: relative;
}
.item-text {
  color: #634445;
  margin: 0 0 20px;
  position: relative;
}
.btn-cart img {
  width: 250px;
  position: relative;
}

/* ABC */
.section {
  margin: 0 0 40px;
}
.section h3 {
  margin: 32px 20px 20px;
  background: #fff;
  color: #171c1c;
  padding: 5px 1em;
}
.section .lead {
  margin: 0 20px 20px;
}

.contents-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.contents-box a {
  color: #634445;
  text-decoration: underline;
}

.column-ttl {
  font-family: 'Shippori Mincho', serif;
  margin-top: 20px;
  margin-bottom: 20px;
}
.column-h2 {
  font-size: 1.2em;
  display: inline;
  font-weight: normal;
}
.column-span {
  display: inline;
  font-size: 0.8em;
  font-weight: normal;
  color: gray;
  margin-left: 10px;
}
.horizontal-line {
  border-top: 1px solid black;
  margin-top: 10px;
}

.small-txt {
  font-size: .9em;
  color: #584a2a;
}

.w510 {
  width: 510px;
}

.column2-img {
  padding: 0 20px;
}

.contents-text-nopadding {
  padding: 0;
}

.contents-menu-btm {
  background: #ffffff;
  padding-top: 40px;
}
.contents-menu-btm ul li {
  color: #171c1c;
}
.contents-menu-btm ul li a {
  color: #171c1c;
}
.tolineup-btn {
  text-align: center;
  padding: 0;
  padding-bottom: 40px;
}

.backnumber h3 img {
  display: block;
  margin: 0 auto;
}

.backnumber-each {
  padding-top: 32px;
  display: block;
  margin: 0 auto;
}

.backnumber-pickup {
  display: flex;
  justify-content: space-between;
  width: 920px;
  margin: 0 auto 9%;
}

.special-feature-list {
  margin-left: 32px;
  padding: 20px 0;
}

.special-feature-list li {
  padding-left: 4.7em;
  text-indent: -4.7em;
}

.special-feature-list .item-1::before {
  content: "外観　：";
  margin-right: 5px;
}

.special-feature-list .item-2::before {
  content: "水色　：";
  margin-right: 5px;
}

.special-feature-list .item-3::before {
  content: "香り　：";
  margin-right: 5px;
}

.special-feature-list .item-4::before {
  content: "味わい：";
  margin-right: 5px;
}

.box-hint {
  width: 920px;
  margin: 2% auto 0;
  color: #634445;
}

.box-hint .box-hint-h3 {
  font-family: 'Shippori Mincho', serif;
  font-size: 1.1em;
  color: #634445;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.box-hint .box-hint-txt p {
  margin: .5% 0;
}

/* PC-------------------------------------------------------- */

@media only screen and (min-width: 641px) {
  .row-reverse {
    flex-direction: row-reverse;
  }
  .row-reverse .contents-text {
    padding-right: 20px;
    padding-left: 0px;
  }
  .section .lead {
    color: #171c1c;
    font-size: 18px;
    font-weight: normal;
  }
  .tolineup-btn img {
    width: 340px;
  }
}

/* SP-------------------------------------------------------- */

@media only screen and (max-width: 640px) {
  #special-item h2 {
    margin-bottom: 5px;
  }

  .no-sp {
    display: none;
  }
  .main-body {
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 2rem;
    color: #634445;
    width: 100%;
    font-size: 1rem;
  }
  .main-body img {
    width: 100%;
  }
  .main-top {
    margin-bottom: 1em;
  }
  /*.main-top-btn {
        bottom: 2em;
        left: 0px;
        margin: 0 10%;
        width: 70%;
    }*/
  .intro {
    text-align: left;
    padding: 0;
  }
  .contents-menu {
    padding: 0 1em;
  }
  .contents-menu.top h2 img {
    width: 240px;
    display: inline;
  }
  .contents-menu.top ul {
    flex-direction: column;
    gap: 12px;
  }
  .contents-menu.top ul li {
    width: 300px;
    margin: auto;
  }
  .contents-menu ul {
    flex-wrap: nowrap;
    font-size: 0.8rem;
  }
  .contents-menu ul li {
    width: 100%;
    margin-bottom: 0.5em;
    padding: 0;
  }
  #special-item {
    background-size: cover;
    padding: 2em 1em;
  }
  .item-box {
    display: inline-block;
    padding: 20px 1em;
    margin: 12px;
  }
  .item-spec {
    margin-left: 0;
  }
  .contents-box {
    padding: 0 1em 1em;
    flex-direction: column-reverse;
  }
  .box-hint {
    width: auto;
    padding: 0 1em 1em;
    flex-direction: column-reverse;
  }
  .contents-text {
    padding-left: 0;
    margin-bottom: 1em;
  }
  .contents-menu-btm {
    padding-top: 2em;
  }
  .section h3 {
    margin: 0 0 20px;
  }

  .tolineup-btn {
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
  .tolineup-btn img {
    width: 100%;
  }

  .special-feature-list {
    margin-left: 0;
  }

  .backnumber {
    padding: 0 12px 32px;
  }

  .column-ttl {
    text-align: center;
    font-family: 'Shippori Mincho', serif;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
  .column-h2 {
    font-size: 1.6em;
    display: inline;
    font-weight: normal;
  }
  .column-span {
    display: inline;
    font-size: 0.8em;
    font-weight: normal;
    color: gray;
    margin-left: 10px;
  }
  .horizontal-line {
    border-top: 1px solid black;
    margin-top: 10px;
  }
}
