@charset "UTF-8";
/*===================================
	ベースCSS上書き用
=====================================*/
.page-title.page-season-title {
  background-image: url(../img/honten/bg_page_title.jpg);
  padding-top: 97px;
  padding-bottom: 97px;
  font-size: 32px;
}

.page-title.page-season-title h1 {
  opacity: 0;
  visibility: hidden;
}

.main-col .title-form {
  margin: 20px 0 30px;
}

.main-col .sec-honten img {
  max-width: 100%;
  height: auto;
}

.sidebar .title {
  background-color: #000;
}

.sidebar .list-menu img {
  display: inline-block;
  vertical-align: middle;
}

.sidebar .list-menu a {
  color: #222;
}

.sidebar .list-menu .page-about,
.sidebar .list-menu .page-goyougura,
.sidebar .list-menu .page-blender {
  background-color: #ebebeb;
}

.sidebar .list-menu .page-about.current,
.sidebar .list-menu .page-goyougura.current,
.sidebar .list-menu .page-blender.current {
  background-color: #cecece;
}

@media screen and (max-width: 640px) {
  .sidebar .list-menu .page-about,
  .sidebar .list-menu .page-goyougura,
  .sidebar .list-menu .page-blender {
    padding: 0 0 0 5.5% !important;
  }
}

.sidebar .list-menu .page-about a,
.sidebar .list-menu .page-goyougura a,
.sidebar .list-menu .page-blender a {
  padding-left: 1.5em !important;
  font-weight: bold;
  position: relative;
}

.sidebar .list-menu .page-about a::before,
.sidebar .list-menu .page-goyougura a::before,
.sidebar .list-menu .page-blender a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 1em;
  height: 100%;
  background: url(../img/honten/icon_sign.png) no-repeat left center;
}

.sidebar .menu-side .tit-child {
  color: #222;
}

@media (max-width: 640px) {
  .page-title.page-season-title {
    background-image: url(../img/honten/sm/bg_page_title.jpg);
    padding-top: 0.53rem;
    padding-bottom: 0.53rem;
    font-size: 0.32rem;
  }
}

/*===================================
	本店用共通コンポーネント
=====================================*/
/*　　　global
-------------------------------------*/
.honten-styles {
  font-family: "Ryumin Light KL", serif;
}

.honten-styles * {
  box-sizing: border-box;
}

.honten-styles img {
  max-width: 100%;
  height: auto;
}

.honten-styles a {
  color: inherit;
  transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
}

.honten-styles a:hover {
  opacity: 0.7;
}

.honten-styles ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.honten-styles .cf::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 640px) {
  .honten-styles .is-pc {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .honten-styles .is-sp {
    display: none !important;
  }
}

/*===================================
	リンク、ボタン
=====================================*/
/*　　　link
-------------------------------------*/
.honten-styles .c-link-more {
  color: #222;
}

@media screen and (min-width: 641px) {
  .honten-styles .c-link-more {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 178.571428571%;
  }
}

@media screen and (max-width: 640px) {
  .honten-styles .c-link-more {
    font-size: 3.5897435897vw;
    letter-spacing: 0.1em;
    line-height: 178.571428571%;
  }
}

.honten-styles .c-link-more > a {
  position: relative;
  cursor: pointer;
  padding-bottom: .75em;
}

.honten-styles .c-link-more > a::before {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #222;
  bottom: 0;
}

.honten-styles .c-link-more > a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}

.honten-styles .c-link-more > a:hover::after {
  transform: scale(1, 1);
  transform-origin: left top;
}

.honten-styles .c-button-more {
  color: #222;
}

@media screen and (min-width: 641px) {
  .honten-styles .c-button-more {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 178.571428571%;
  }
}

@media screen and (max-width: 640px) {
  .honten-styles .c-button-more {
    font-size: 3.5897435897vw;
    letter-spacing: 0.1em;
    line-height: 178.571428571%;
  }
}

.honten-styles .c-button-more > a {
  padding: 1em 3em;
  border: 1px solid #222;
}

.honten-styles .c-button-more > a:hover {
  color: #fff;
  background-color: #222;
}

.honten-styles .c-button-more.inverse {
  color: #fff;
}

.honten-styles .c-button-more.inverse > a {
  border: 1px solid #707070;
}

.honten-styles .c-button-more.inverse > a:hover {
  color: #222;
  background-color: #fff;
}

/*===================================
	TOP
=====================================*/
.honten-index .page-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 641px) {
  .honten-index .page-nav {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 640px) {
  .honten-index .page-nav {
    margin-bottom: 8.9743589744vw;
  }
}

@media screen and (min-width: 641px) {
  .honten-index .page-nav .item {
    margin-bottom: 40px;
    width: 340px;
  }
}

@media screen and (max-width: 640px) {
  .honten-index .page-nav .item {
    margin-bottom: 5.1282051282vw;
    width: calc( (100% - 20px) / 2);
  }
}

.honten-index .page-nav .item.full {
  width: 100%;
}

/*===================================
	BLENDER
=====================================*/
.honten-about {
  position: relative;
  background-color: #F2F2F2;
}

@media screen and (min-width: 641px) {
  .honten-about {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 640px) {
  .honten-about {
    margin-bottom: 11.5384615385vw;
  }
}

@media screen and (min-width: 641px) {
  .honten-about .introduction {
    padding: 80px 0;
  }
}

@media screen and (max-width: 640px) {
  .honten-about .introduction {
    padding: 12.8205128205vw 0 16.6666666667vw;
  }
}

.honten-about .introduction .wrap {
  margin: auto;
}

@media screen and (min-width: 641px) {
  .honten-about .introduction .wrap {
    max-width: 550px;
  }
}

.honten-about .introduction .section-header {
  color: #222;
  font-family: "Ryumin Regular KL", serif;
}

@media screen and (min-width: 641px) {
  .honten-about .introduction .section-header {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 640px) {
  .honten-about .introduction .section-header {
    margin-bottom: 10.2564102564vw;
    padding: 0 8.9743589744vw;
  }
}

.honten-about .introduction .section-header .ttl {
  color: #222;
}

@media screen and (min-width: 641px) {
  .honten-about .introduction .section-header .ttl {
    margin-bottom: .5em;
    font-size: 25px;
    letter-spacing: 0.2em;
    line-height: 124%;
  }
}

@media screen and (max-width: 640px) {
  .honten-about .introduction .section-header .ttl {
    margin-bottom: .5em;
    font-size: 25px;
    letter-spacing: 0.06em;
    line-height: 124%;
  }
}

.honten-about .introduction .section-header .sub-ttl {
  color: #222;
}

@media screen and (min-width: 641px) {
  .honten-about .introduction .section-header .sub-ttl {
    font-size: 10px;
    letter-spacing: 0.06em;
    line-height: 140%;
  }
}

@media screen and (max-width: 640px) {
  .honten-about .introduction .section-header .sub-ttl {
    font-size: 2.5641025641vw;
    letter-spacing: 0.06em;
    line-height: 140%;
  }
}

@media screen and (max-width: 640px) {
  .honten-about .introduction .conts {
    padding: 0 8.9743589744vw;
  }
}

.honten-about .introduction .conts .desc {
  color: #222;
}

@media screen and (min-width: 641px) {
  .honten-about .introduction .conts .desc {
    margin-bottom: 100px;
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 225%;
  }
}

@media screen and (max-width: 640px) {
  .honten-about .introduction .conts .desc {
    margin-bottom: 15.3846153846vw;
    font-size: 4.1025641026vw;
    letter-spacing: 0.06em;
    line-height: 225%;
  }
}

.honten-about .introduction .conts .desc p {
  margin-bottom: 2em;
}

.honten-about .lineup .section-header {
  font-family: "Ryumin Regular KL", serif;
  text-align: center;
}

@media screen and (min-width: 641px) {
  .honten-about .lineup .section-header {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 640px) {
  .honten-about .lineup .section-header {
    margin-bottom: 12.8205128205vw;
  }
}

.honten-about .lineup .section-header .ttl {
  color: #222;
  writing-mode: vertical-rl;
  display: inline-block;
}

@media screen and (min-width: 641px) {
  .honten-about .lineup .section-header .ttl {
    margin-bottom: .5em;
    font-size: 25px;
    letter-spacing: 0.3em;
  }
}

@media screen and (max-width: 640px) {
  .honten-about .lineup .section-header .ttl {
    margin-bottom: 1em;
    font-size: 6.4102564103vw;
    letter-spacing: 0.3em;
  }
}

.honten-about .lineup .section-header .sub-ttl {
  color: #222;
}

@media screen and (min-width: 641px) {
  .honten-about .lineup .section-header .sub-ttl {
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 178.571428571%;
  }
}

@media screen and (max-width: 640px) {
  .honten-about .lineup .section-header .sub-ttl {
    font-size: 3.5897435897vw;
    letter-spacing: 0.06em;
    line-height: 178.571428571%;
  }
}

@media screen and (min-width: 641px) {
  .honten-about .shoyu-lineup {
    padding: 0 50px;
  }
}

@media screen and (max-width: 640px) {
  .honten-about .shoyu-lineup {
    padding: 0 3.8461538462vw;
  }
}

@media screen and (max-width: 640px) {
  .honten-about .shoyu-lineup .products-introduction {
    margin-bottom: 10.2564102564vw;
  }
}

@media screen and (min-width: 641px) {
  .honten-about .shoyu-lineup .products-introduction .main-img {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 640px) {
  .honten-about .shoyu-lineup .products-introduction .main-img {
    margin-bottom: 10.2564102564vw;
  }
}

.honten-about .shoyu-lineup .products-introduction .section-ttl {
  color: #222;
  font-family: "Ryumin Regular KL", serif;
}

@media screen and (min-width: 641px) {
  .honten-about .shoyu-lineup .products-introduction .section-ttl {
    margin-bottom: 30px;
    font-size: 24px;
    letter-spacing: 0.15em;
    line-height: 141.666666667%;
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .honten-about .shoyu-lineup .products-introduction .section-ttl {
    margin-bottom: 7.6923076923vw;
    font-size: 20px;
    letter-spacing: 0.15em;
    line-height: 200%;
  }
}

.honten-about .shoyu-lineup .products-introduction .desc {
  margin: auto;
  color: #222;
}

@media screen and (min-width: 641px) {
  .honten-about .shoyu-lineup .products-introduction .desc {
    margin-bottom: 40px;
    max-width: 500px;
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 200%;
  }
}

@media screen and (max-width: 640px) {
  .honten-about .shoyu-lineup .products-introduction .desc {
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 178.571428571%;
  }
}

.honten-about .shoyu-lineup .products .item {
  color: #222;
  background-color: #fff;
}

@media screen and (min-width: 641px) {
  .honten-about .shoyu-lineup .products .item {
    padding: 45px 60px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .honten-about .shoyu-lineup .products .item:not(:last-of-type) {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 640px) {
  .honten-about .shoyu-lineup .products .item {
    padding: 7.6923076923vw 5.1282051282vw;
  }
  .honten-about .shoyu-lineup .products .item:not(:last-of-type) {
    margin-bottom: 10.2564102564vw;
  }
}

@media screen and (min-width: 641px) {
  .honten-about .shoyu-lineup .products .item .img {
    margin-bottom: 40px;
    width: 190px;
  }
}

@media screen and (max-width: 640px) {
  .honten-about .shoyu-lineup .products .item .img {
    margin-bottom: 7.6923076923vw;
  }
}

@media screen and (min-width: 641px) {
  .honten-about .shoyu-lineup .products .item .txt {
    margin-bottom: 40px;
    width: 260px;
  }
}

.honten-about .shoyu-lineup .products .item .txt .sub-ttl {
  font-family: "Ryumin Regular KL", serif;
}

@media screen and (min-width: 641px) {
  .honten-about .shoyu-lineup .products .item .txt .sub-ttl {
    margin-bottom: 5px;
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 137.5%;
  }
}

@media screen and (max-width: 640px) {
  .honten-about .shoyu-lineup .products .item .txt .sub-ttl {
    margin-bottom: 2.5641025641vw;
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 137.5%;
  }
}

.honten-about .shoyu-lineup .products .item .txt .ttl {
  font-family: "Ryumin Regular KL", serif;
}

@media screen and (min-width: 641px) {
  .honten-about .shoyu-lineup .products .item .txt .ttl {
    margin-bottom: 10px;
    font-size: 24px;
    letter-spacing: 0.2em;
    line-height: 141.666666667%;
  }
}

@media screen and (max-width: 640px) {
  .honten-about .shoyu-lineup .products .item .txt .ttl {
    margin-bottom: 5.1282051282vw;
    font-size: 24px;
    letter-spacing: 0.2em;
    line-height: 129.166666667%;
  }
}

@media screen and (min-width: 641px) {
  .honten-about .shoyu-lineup .products .item .txt .desc {
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 162.5%;
  }
}

@media screen and (max-width: 640px) {
  .honten-about .shoyu-lineup .products .item .txt .desc {
    margin-bottom: 7.6923076923vw;
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 162.5%;
  }
}

@media screen and (min-width: 641px) {
  .honten-about .shoyu-lineup .products .item .tastes {
    width: 247px;
  }
}

@media screen and (max-width: 640px) {
  .honten-about .shoyu-lineup .products .item .tastes {
    margin-bottom: 7.6923076923vw;
  }
}

@media screen and (min-width: 641px) {
  .honten-about .shoyu-lineup .products .item .tastes .taste {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 640px) {
  .honten-about .shoyu-lineup .products .item .tastes .taste {
    margin-bottom: 2.5641025641vw;
  }
}

.honten-about .shoyu-lineup .products .item .tastes .taste .ttl {
  color: #222;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}

@media screen and (min-width: 641px) {
  .honten-about .shoyu-lineup .products .item .tastes .taste .ttl {
    font-size: 12px;
    letter-spacing: 0.12em;
    line-height: 250%;
  }
}

@media screen and (max-width: 640px) {
  .honten-about .shoyu-lineup .products .item .tastes .taste .ttl {
    font-size: 3.0769230769vw;
    letter-spacing: 0.12em;
    line-height: 250%;
  }
}

.honten-about .shoyu-lineup .products .item .tastes .taste .rate {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.honten-about .shoyu-lineup .products .item .tastes .taste .rate p {
  width: 4.5em;
  font-family: "Ryumin Regular KL", serif;
  color: #222;
  white-space: nowrap;
  text-align: center;
}

@media screen and (min-width: 641px) {
  .honten-about .shoyu-lineup .products .item .tastes .taste .rate p {
    font-size: 11px;
    letter-spacing: 0.1em;
    line-height: 363.636363636%;
  }
}

@media screen and (max-width: 640px) {
  .honten-about .shoyu-lineup .products .item .tastes .taste .rate p {
    font-size: 3.0769230769vw;
    letter-spacing: 0.1em;
    line-height: 333.333333333%;
  }
}

.honten-about .shoyu-lineup .products .item .tastes .taste .rate .rate-table {
  flex: 1 1 0;
  display: table;
  border-collapse: collapse;
  width: 100%;
}

@media screen and (min-width: 641px) {
  .honten-about .shoyu-lineup .products .item .tastes .taste .rate .rate-table {
    margin: 0 10px;
  }
}

@media screen and (max-width: 640px) {
  .honten-about .shoyu-lineup .products .item .tastes .taste .rate .rate-table {
    margin: 0 2.5641025641vw;
  }
}

.honten-about .shoyu-lineup .products .item .tastes .taste .rate .rate-table > span {
  display: table-cell;
  border: 1px solid #0B1013;
}

@media screen and (min-width: 641px) {
  .honten-about .shoyu-lineup .products .item .tastes .taste .rate .rate-table > span {
    height: 15px;
  }
}

@media screen and (max-width: 640px) {
  .honten-about .shoyu-lineup .products .item .tastes .taste .rate .rate-table > span {
    height: 3.8461538462vw;
  }
}

.honten-about .shoyu-lineup .products .item .tastes .taste .rate .rate-table > span.current {
  background-color: #222;
}

@media screen and (min-width: 641px) {
  .honten-about .shoyu-lineup .products .item .spec {
    width: 212px;
  }
}

@media screen and (min-width: 641px) {
  .honten-about .shoyu-lineup .products .item .spec .detail {
    margin-bottom: 20px;
  }
}

.honten-about .shoyu-lineup .products .item .spec .detail li {
  position: relative;
  padding-left: 1.5em;
  color: #222;
}

@media screen and (min-width: 641px) {
  .honten-about .shoyu-lineup .products .item .spec .detail li {
    font-size: 12px;
    letter-spacing: 0.06em;
    line-height: 200%;
  }
}

@media screen and (max-width: 640px) {
  .honten-about .shoyu-lineup .products .item .spec .detail li {
    font-size: 3.0769230769vw;
    letter-spacing: 0.06em;
    line-height: 200%;
  }
}

.honten-about .shoyu-lineup .products .item .spec .detail li::before {
  position: absolute;
  left: 0;
  content: "○";
  width: 1em;
}

.honten-about .shoyu-lineup .products .item .details {
  width: 100%;
}

@media screen and (min-width: 641px) {
  .honten-about .shoyu-lineup .products .item .details {
    padding: 30px 0;
  }
}

@media screen and (max-width: 640px) {
  .honten-about .shoyu-lineup .products .item .details {
    padding: 7.6923076923vw 0;
  }
}

.honten-about .shoyu-lineup .products .item .details .price-table {
  margin: auto;
  font-family: "Ryumin Regular KL", serif;
}

@media screen and (min-width: 641px) {
  .honten-about .shoyu-lineup .products .item .details .price-table {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 640px) {
  .honten-about .shoyu-lineup .products .item .details .price-table {
    margin-bottom: 6.4102564103vw;
  }
}

.honten-about .shoyu-lineup .products .item .details .price-table th, .honten-about .shoyu-lineup .products .item .details .price-table td {
  padding: 8px 0;
}

.honten-about .shoyu-lineup .products .item .details .price-table th {
  font-size: 14px;
  letter-spacing: 0.12em;
  text-align: right;
}

@media screen and (max-width: 640px) {
  .honten-about .shoyu-lineup .products .item .details .price-table th {
    font-size: 4.358974359vw;
  }
}

.honten-about .shoyu-lineup .products .item .details .price-table td {
  padding-left: 1em;
  font-size: 24px;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 640px) {
  .honten-about .shoyu-lineup .products .item .details .price-table td {
    font-size: 6.1538461538vw;
  }
}

.honten-about .shoyu-lineup .products .item .details .price-table td .tax {
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  .honten-about .shoyu-lineup .products .item .details .price-table td .tax {
    font-size: 3.5897435897vw;
  }
}

.honten-about .shoyu-lineup .products .item .details .c-button-more {
  text-align: center;
}

@media screen and (min-width: 641px) {
  .honten-about .other-products {
    padding: 80px 50px;
  }
}

@media screen and (max-width: 640px) {
  .honten-about .other-products {
    padding: 15.3846153846vw 3.8461538462vw 10.2564102564vw;
  }
}

.honten-about .other-products .section-ttl {
  color: #222;
  font-family: "Ryumin Regular KL", serif;
  text-align: center;
}

@media screen and (min-width: 641px) {
  .honten-about .other-products .section-ttl {
    margin-bottom: 40px;
    font-size: 24px;
    letter-spacing: 0.15em;
    line-height: 141.666666667%;
  }
}

@media screen and (max-width: 640px) {
  .honten-about .other-products .section-ttl {
    margin-bottom: 10.2564102564vw;
    font-size: 20px;
    letter-spacing: 0.15em;
    line-height: 200%;
  }
}

.honten-about .other-products .item {
  color: #222;
}

@media screen and (min-width: 641px) {
  .honten-about .other-products .item {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 641px) {
  .honten-about .other-products .item:not(:last-of-type) {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 640px) {
  .honten-about .other-products .item:not(:last-of-type) {
    margin-bottom: 10.2564102564vw;
  }
}

@media screen and (min-width: 641px) {
  .honten-about .other-products .item .img {
    width: 320px;
  }
}

@media screen and (max-width: 640px) {
  .honten-about .other-products .item .img {
    margin-bottom: 10.2564102564vw;
  }
}

@media screen and (min-width: 641px) {
  .honten-about .other-products .item .conts {
    width: 258px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 640px) {
  .honten-about .other-products .item .conts {
    padding: 0 5.1282051282vw;
  }
}

.honten-about .other-products .item .conts .ttl {
  margin-bottom: .5em;
  color: #222;
  font-family: "Ryumin Regular KL", serif;
}

@media screen and (min-width: 641px) {
  .honten-about .other-products .item .conts .ttl {
    font-size: 16px;
    letter-spacing: 0.15em;
    line-height: 250%;
  }
}

@media screen and (max-width: 640px) {
  .honten-about .other-products .item .conts .ttl {
    font-size: 4.1025641026vw;
    letter-spacing: 0.15em;
    line-height: 250%;
  }
}

.honten-about .other-products .item .conts .desc {
  margin-bottom: 2em;
  color: #222;
}

@media screen and (min-width: 641px) {
  .honten-about .other-products .item .conts .desc {
    font-size: 12px;
    line-height: 183.333333333%;
  }
}

@media screen and (max-width: 640px) {
  .honten-about .other-products .item .conts .desc {
    font-size: 3.0769230769vw;
    line-height: 183.333333333%;
  }
}

.honten-about .other-products .item .conts .c-button-more > a {
  display: inline-block;
  width: 100%;
  text-align: center;
}

/*===================================
	BLENDER
=====================================*/
.honten-blender {
  position: relative;
}

@media screen and (min-width: 641px) {
  .honten-blender {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 640px) {
  .honten-blender {
    margin-bottom: 11.5384615385vw;
  }
}

.honten-blender .blenders-page-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media screen and (min-width: 641px) {
  .honten-blender .blenders-page-header {
    margin: 55px 0;
  }
}

@media screen and (max-width: 640px) {
  .honten-blender .blenders-page-header {
    margin: 7.1794871795vw 0;
  }
}

.honten-blender .blenders-page-header .logo {
  margin: auto;
}

@media screen and (min-width: 641px) {
  .honten-blender .blenders-page-header .logo {
    margin-bottom: 10px;
    width: 66px;
  }
}

@media screen and (max-width: 640px) {
  .honten-blender .blenders-page-header .logo {
    margin-bottom: 2.5641025641vw;
    width: 18.4615384615vw;
  }
}

.honten-blender .blenders-page-header .sub-ttl {
  color: #fff;
  font-family: "Libre Baskerville", serif;
  text-align: center;
}

@media screen and (min-width: 641px) {
  .honten-blender .blenders-page-header .sub-ttl {
    font-size: 10px;
    line-height: 120%;
  }
}

@media screen and (max-width: 640px) {
  .honten-blender .blenders-page-header .sub-ttl {
    font-size: 14px;
    line-height: 121.428571429%;
  }
}

@media screen and (min-width: 641px) {
  .honten-blender .philosophy {
    padding: 80px 0 80px;
  }
}

@media screen and (max-width: 640px) {
  .honten-blender .philosophy {
    padding: 15.3846153846vw 8.9743589744vw 20.5128205128vw;
  }
}

.honten-blender .philosophy .ttl {
  color: #fff;
  font-family: "Libre Baskerville", serif;
  text-align: center;
}

@media screen and (min-width: 641px) {
  .honten-blender .philosophy .ttl {
    margin-bottom: 50px;
    font-size: 24px;
    letter-spacing: 0.15em;
    line-height: 141.666666667%;
  }
}

@media screen and (max-width: 640px) {
  .honten-blender .philosophy .ttl {
    margin-bottom: 7.6923076923vw;
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 129.166666667%;
  }
}

.honten-blender .philosophy .desc {
  color: #fff;
  font-family: "Ryumin Regular KL", serif;
}

@media screen and (min-width: 641px) {
  .honten-blender .philosophy .desc {
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 228.571428571%;
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .honten-blender .philosophy .desc {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 185.714285714%;
  }
}

.honten-blender .philosophy .img {
  margin: auto;
}

@media screen and (min-width: 641px) {
  .honten-blender .philosophy .img {
    width: 594px;
  }
}

@media screen and (max-width: 640px) {
  .honten-blender .philosophy .img {
    width: 62.8205128205vw;
  }
}

@media screen and (min-width: 641px) {
  .honten-blender .gallery {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 640px) {
  .honten-blender .gallery {
    margin-bottom: 15.3846153846vw;
  }
}

@media screen and (min-width: 641px) {
  .honten-blender .gallery .wrap {
    margin: auto;
    max-width: 550px;
  }
}

@media screen and (max-width: 640px) {
  .honten-blender .gallery .wrap {
    padding: 0 3.8461538462vw;
  }
}

@media screen and (min-width: 641px) {
  .honten-blender .gallery .img {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 640px) {
  .honten-blender .gallery .img {
    margin-bottom: 3.8461538462vw;
  }
}

@media screen and (min-width: 641px) {
  .honten-blender .gallery .img-wrap {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 641px) {
  .honten-blender .gallery .img-wrap .img {
    width: 270px;
  }
}

@media screen and (min-width: 641px) {
  .honten-blender .gallery .img-wrap-2nd {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 641px) {
  .honten-blender .gallery .img-wrap-2nd > .img {
    width: 365px;
  }
}

@media screen and (max-width: 640px) {
  .honten-blender .gallery .img-wrap-2nd .child-img-wrap {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 641px) {
  .honten-blender .gallery .img-wrap-2nd .child-img-wrap .img {
    width: 176px;
  }
}

@media screen and (max-width: 640px) {
  .honten-blender .gallery .img-wrap-2nd .child-img-wrap .img {
    width: 39.7435897436vw;
  }
}

.honten-blender .features .wrap {
  margin: auto;
}

@media screen and (min-width: 641px) {
  .honten-blender .features .wrap {
    max-width: 550px;
  }
}

@media screen and (max-width: 640px) {
  .honten-blender .features .wrap {
    padding: 0 3.8461538462vw;
  }
}

@media screen and (min-width: 641px) {
  .honten-blender .features .img {
    margin-bottom: 30px;
    width: 240px;
  }
}

@media screen and (max-width: 640px) {
  .honten-blender .features .img {
    margin-bottom: 7.6923076923vw;
  }
}

.honten-blender .features .item {
  color: #fff;
}

@media screen and (min-width: 641px) {
  .honten-blender .features .item {
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .honten-blender .features .item:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}

@media screen and (max-width: 640px) {
  .honten-blender .features .item {
    margin-bottom: 15.3846153846vw;
  }
}

@media screen and (min-width: 641px) {
  .honten-blender .features .item .conts {
    width: 270px;
  }
}

@media screen and (max-width: 640px) {
  .honten-blender .features .item .conts {
    padding: 0 5.1282051282vw;
  }
}

.honten-blender .features .item .ttl {
  font-family: "Ryumin Regular KL", serif;
  margin-bottom: .5em;
}

@media screen and (min-width: 641px) {
  .honten-blender .features .item .ttl {
    font-size: 20px;
    letter-spacing: 0.2em;
    line-height: 300%;
  }
}

@media screen and (max-width: 640px) {
  .honten-blender .features .item .ttl {
    font-size: 22px;
    letter-spacing: 0.12em;
    line-height: 222.727272727%;
  }
}

.honten-blender .features .item .desc {
  font-family: "NotoSansCJKjp-Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", Helvetica, Arial, Osaka, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}

@media screen and (min-width: 641px) {
  .honten-blender .features .item .desc {
    font-size: 12px;
    line-height: 200%;
  }
}

@media screen and (max-width: 640px) {
  .honten-blender .features .item .desc {
    font-size: 12px;
    letter-spacing: 0.06em;
    line-height: 200%;
  }
}

@media screen and (min-width: 641px) {
  .honten-blender .products {
    padding: 80px 0 40px;
  }
}

@media screen and (max-width: 640px) {
  .honten-blender .products {
    padding: 10.2564102564vw 0;
  }
}

.honten-blender .products .wrap {
  margin: auto;
}

@media screen and (min-width: 641px) {
  .honten-blender .products .wrap {
    max-width: 550px;
  }
}

@media screen and (max-width: 640px) {
  .honten-blender .products .wrap {
    padding: 0 3.8461538462vw;
  }
}

@media screen and (min-width: 641px) {
  .honten-blender .products .item {
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 640px) {
  .honten-blender .products .item {
    margin-bottom: 15.3846153846vw;
    display: flex;
    flex-direction: column;
  }
}

.honten-blender .products .item .img {
  text-align: center;
}

@media screen and (min-width: 641px) {
  .honten-blender .products .item .img {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .honten-blender .products .item .img {
    margin-bottom: 10.2564102564vw;
    order: 1;
  }
}

.honten-blender .products .item .section-header {
  text-align: center;
}

@media screen and (max-width: 640px) {
  .honten-blender .products .item .section-header {
    order: 2;
  }
}

.honten-blender .products .item .conts {
  color: #fff;
}

@media screen and (max-width: 640px) {
  .honten-blender .products .item .conts {
    padding: 0 5.1282051282vw;
    order: 2;
  }
}

.honten-blender .products .item .cat {
  color: #fff;
  font-family: "Libre Baskerville", serif;
}

@media screen and (min-width: 641px) {
  .honten-blender .products .item .cat {
    font-size: 18px;
    letter-spacing: 0.15em;
    line-height: 222.222222222%;
  }
}

@media screen and (max-width: 640px) {
  .honten-blender .products .item .cat {
    font-size: 4.6153846154vw;
    letter-spacing: 0.15em;
    line-height: 222.222222222%;
    text-align: center;
  }
}

.honten-blender .products .item .ttl {
  margin-bottom: 1em;
  color: #fff;
  font-family: "Ryumin Regular KL", serif;
}

@media screen and (min-width: 641px) {
  .honten-blender .products .item .ttl {
    font-size: 30px;
    letter-spacing: 0.15em;
    line-height: 133.333333333%;
  }
}

@media screen and (max-width: 640px) {
  .honten-blender .products .item .ttl {
    font-size: 7.6923076923vw;
    letter-spacing: 0.15em;
    line-height: 133.333333333%;
    text-align: center;
  }
}

.honten-blender .products .item .desc {
  font-family: "NotoSansCJKjp-Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", Helvetica, Arial, Osaka, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}

@media screen and (min-width: 641px) {
  .honten-blender .products .item .desc {
    margin-bottom: 45px;
    font-size: 14px;
    line-height: 200%;
  }
}

@media screen and (max-width: 640px) {
  .honten-blender .products .item .desc {
    margin-bottom: 11.5384615385vw;
    font-size: 3.5897435897vw;
    letter-spacing: 0.06em;
    line-height: 214.285714286%;
  }
}

.honten-blender .products .item .price-table {
  margin: auto;
  font-family: "Ryumin Regular KL", serif;
}

@media screen and (min-width: 641px) {
  .honten-blender .products .item .price-table {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 640px) {
  .honten-blender .products .item .price-table {
    margin-bottom: 10.2564102564vw;
  }
}

.honten-blender .products .item .price-table th, .honten-blender .products .item .price-table td {
  padding: 8px 0;
}

.honten-blender .products .item .price-table th {
  font-size: 14px;
  letter-spacing: 0.12em;
  text-align: right;
}

@media screen and (max-width: 640px) {
  .honten-blender .products .item .price-table th {
    font-size: 4.358974359vw;
  }
}

.honten-blender .products .item .price-table td {
  padding-left: 1em;
  font-size: 24px;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 640px) {
  .honten-blender .products .item .price-table td {
    font-size: 6.1538461538vw;
  }
}

.honten-blender .products .item .price-table td .small {
  font-size: 18px;
}

@media screen and (max-width: 640px) {
  .honten-blender .products .item .price-table td .small {
    font-size: 4.6153846154vw;
  }
}

.honten-blender .products .item .price-table td .tax {
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  .honten-blender .products .item .price-table td .tax {
    font-size: 3.5897435897vw;
  }
}

.honten-blender .products .item .c-button-more {
  text-align: center;
}

.honten-blender ul.notes {
  font-family: "NotoSansCJKjp-Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", Helvetica, Arial, Osaka, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}

@media screen and (max-width: 640px) {
  .honten-blender ul.notes {
    padding: 0 5.1282051282vw;
  }
}

.honten-blender ul.notes li {
  padding-left: 1.1em;
  color: #fff;
  position: relative;
}

@media screen and (min-width: 641px) {
  .honten-blender ul.notes li {
    font-size: 11px;
    line-height: 136.363636364%;
  }
}

@media screen and (max-width: 640px) {
  .honten-blender ul.notes li {
    font-size: 2.8205128205vw;
    line-height: 136.363636364%;
  }
}

.honten-blender ul.notes li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
  width: 1em;
}

.honten-blender .bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/honten/blenders_bg.jpg) repeat center top;
}

.honten-blender .bg::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}

/*===================================
	PRODUCT
=====================================*/
@media screen and (min-width: 641px) {
  .honten-product {
    padding: 55px 0;
  }
}

@media screen and (max-width: 640px) {
  .honten-product {
    padding: 20.5128205128vw 0 10.2564102564vw;
  }
}

.honten-product.mirin {
  background-color: #F7F7F5;
}

@media screen and (min-width: 641px) {
  .honten-product.mirin {
    margin-top: 55px;
    padding: 80px;
  }
}

@media screen and (max-width: 640px) {
  .honten-product.mirin {
    margin-top: 20.5128205128vw;
    padding: 0 0 10.2564102564vw;
  }
}

@media screen and (min-width: 641px) {
  .honten-product .shoyu-introduction {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .shoyu-introduction {
    margin-bottom: 7.6923076923vw;
  }
}

.honten-product .shoyu-introduction .section-ttl {
  color: #222;
  font-family: "Ryumin Regular KL", serif;
  text-align: center;
}

@media screen and (min-width: 641px) {
  .honten-product .shoyu-introduction .section-ttl {
    margin-bottom: 30px;
    font-size: 24px;
    letter-spacing: 0.15em;
    line-height: 141.666666667%;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .shoyu-introduction .section-ttl {
    margin-bottom: 7.6923076923vw;
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 129.166666667%;
  }
}

.honten-product .shoyu-introduction .desc {
  color: #222;
}

@media screen and (min-width: 641px) {
  .honten-product .shoyu-introduction .desc {
    margin-bottom: 40px;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 228.571428571%;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .shoyu-introduction .desc {
    margin-bottom: 7.6923076923vw;
    padding: 0 3.8461538462vw;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 185.714285714%;
  }
}

.honten-product .shoyu-introduction .img-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 641px) {
  .honten-product .shoyu-introduction .img-wrap .img {
    margin-bottom: 25px;
    width: 345px;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .shoyu-introduction .img-wrap .img {
    margin-bottom: 11px;
    width: 43.5897435897vw;
  }
}

.honten-product .shoyu-introduction .img-wrap .img:first-of-type {
  width: 100%;
}

.honten-product .shoyu-lineup {
  background-color: #F2F2F2;
}

@media screen and (min-width: 641px) {
  .honten-product .shoyu-lineup {
    padding: 50px;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .shoyu-lineup {
    padding: 10.2564102564vw 3.8461538462vw;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .shoyu-lineup .introduction {
    margin-bottom: 10.2564102564vw;
  }
}

@media screen and (min-width: 641px) {
  .honten-product .shoyu-lineup .introduction .main-img {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .shoyu-lineup .introduction .main-img {
    margin-bottom: 10.2564102564vw;
  }
}

.honten-product .shoyu-lineup .introduction .section-ttl {
  color: #222;
  font-family: "Ryumin Regular KL", serif;
  text-align: center;
}

@media screen and (min-width: 641px) {
  .honten-product .shoyu-lineup .introduction .section-ttl {
    margin-bottom: 30px;
    font-size: 24px;
    letter-spacing: 0.15em;
    line-height: 141.666666667%;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .shoyu-lineup .introduction .section-ttl {
    margin-bottom: 7.6923076923vw;
    font-size: 20px;
    letter-spacing: 0.15em;
    line-height: 200%;
  }
}

.honten-product .shoyu-lineup .introduction .desc {
  color: #222;
}

@media screen and (min-width: 641px) {
  .honten-product .shoyu-lineup .introduction .desc {
    margin-bottom: 40px;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 228.571428571%;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .shoyu-lineup .introduction .desc {
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 178.571428571%;
  }
}

.honten-product .shoyu-lineup .products .item {
  color: #222;
  background-color: #fff;
}

@media screen and (min-width: 641px) {
  .honten-product .shoyu-lineup .products .item {
    padding: 45px 60px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .honten-product .shoyu-lineup .products .item:not(:last-of-type) {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .shoyu-lineup .products .item {
    padding: 7.6923076923vw 5.1282051282vw;
  }
  .honten-product .shoyu-lineup .products .item:not(:last-of-type) {
    margin-bottom: 10.2564102564vw;
  }
}

@media screen and (min-width: 641px) {
  .honten-product .shoyu-lineup .products .item .img {
    margin-bottom: 40px;
    width: 190px;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .shoyu-lineup .products .item .img {
    margin-bottom: 7.6923076923vw;
  }
}

@media screen and (min-width: 641px) {
  .honten-product .shoyu-lineup .products .item .txt {
    margin-bottom: 40px;
    width: 260px;
  }
}

.honten-product .shoyu-lineup .products .item .txt .sub-ttl {
  font-family: "Ryumin Regular KL", serif;
}

@media screen and (min-width: 641px) {
  .honten-product .shoyu-lineup .products .item .txt .sub-ttl {
    margin-bottom: 5px;
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 137.5%;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .shoyu-lineup .products .item .txt .sub-ttl {
    margin-bottom: 2.5641025641vw;
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 137.5%;
  }
}

.honten-product .shoyu-lineup .products .item .txt .ttl {
  font-family: "Ryumin Regular KL", serif;
}

@media screen and (min-width: 641px) {
  .honten-product .shoyu-lineup .products .item .txt .ttl {
    margin-bottom: 10px;
    font-size: 24px;
    letter-spacing: 0.2em;
    line-height: 141.666666667%;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .shoyu-lineup .products .item .txt .ttl {
    margin-bottom: 5.1282051282vw;
    font-size: 24px;
    letter-spacing: 0.2em;
    line-height: 129.166666667%;
  }
}

@media screen and (min-width: 641px) {
  .honten-product .shoyu-lineup .products .item .txt .desc {
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 162.5%;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .shoyu-lineup .products .item .txt .desc {
    margin-bottom: 7.6923076923vw;
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 162.5%;
  }
}

@media screen and (min-width: 641px) {
  .honten-product .shoyu-lineup .products .item .tastes {
    width: 247px;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .shoyu-lineup .products .item .tastes {
    margin-bottom: 7.6923076923vw;
  }
}

@media screen and (min-width: 641px) {
  .honten-product .shoyu-lineup .products .item .tastes .taste {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .shoyu-lineup .products .item .tastes .taste {
    margin-bottom: 2.5641025641vw;
  }
}

.honten-product .shoyu-lineup .products .item .tastes .taste .ttl {
  color: #222;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}

@media screen and (min-width: 641px) {
  .honten-product .shoyu-lineup .products .item .tastes .taste .ttl {
    font-size: 12px;
    letter-spacing: 0.12em;
    line-height: 250%;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .shoyu-lineup .products .item .tastes .taste .ttl {
    font-size: 3.0769230769vw;
    letter-spacing: 0.12em;
    line-height: 250%;
  }
}

.honten-product .shoyu-lineup .products .item .tastes .taste .rate {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.honten-product .shoyu-lineup .products .item .tastes .taste .rate p {
  width: 4.5em;
  color: #222;
  font-family: "Ryumin Regular KL", serif;
  white-space: nowrap;
  text-align: center;
}

@media screen and (min-width: 641px) {
  .honten-product .shoyu-lineup .products .item .tastes .taste .rate p {
    font-size: 11px;
    letter-spacing: 0.1em;
    line-height: 363.636363636%;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .shoyu-lineup .products .item .tastes .taste .rate p {
    font-size: 3.0769230769vw;
    letter-spacing: 0.1em;
    line-height: 333.333333333%;
  }
}

.honten-product .shoyu-lineup .products .item .tastes .taste .rate .rate-table {
  flex: 1 1 0;
  display: table;
  border-collapse: collapse;
  width: 100%;
}

@media screen and (min-width: 641px) {
  .honten-product .shoyu-lineup .products .item .tastes .taste .rate .rate-table {
    margin: 0 10px;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .shoyu-lineup .products .item .tastes .taste .rate .rate-table {
    margin: 0 2.5641025641vw;
  }
}

.honten-product .shoyu-lineup .products .item .tastes .taste .rate .rate-table > span {
  display: table-cell;
  border: 1px solid #0B1013;
}

@media screen and (min-width: 641px) {
  .honten-product .shoyu-lineup .products .item .tastes .taste .rate .rate-table > span {
    height: 15px;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .shoyu-lineup .products .item .tastes .taste .rate .rate-table > span {
    height: 3.8461538462vw;
  }
}

.honten-product .shoyu-lineup .products .item .tastes .taste .rate .rate-table > span.current {
  background-color: #222;
}

@media screen and (min-width: 641px) {
  .honten-product .shoyu-lineup .products .item .spec {
    width: 212px;
  }
}

@media screen and (min-width: 641px) {
  .honten-product .shoyu-lineup .products .item .spec .detail {
    margin-bottom: 20px;
  }
}

.honten-product .shoyu-lineup .products .item .spec .detail li {
  position: relative;
  padding-left: 1.5em;
  color: #222;
}

@media screen and (min-width: 641px) {
  .honten-product .shoyu-lineup .products .item .spec .detail li {
    font-size: 12px;
    letter-spacing: 0.06em;
    line-height: 200%;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .shoyu-lineup .products .item .spec .detail li {
    font-size: 3.0769230769vw;
    letter-spacing: 0.06em;
    line-height: 200%;
  }
}

.honten-product .shoyu-lineup .products .item .spec .detail li::before {
  position: absolute;
  left: 0;
  content: "○";
  width: 1em;
}

@media screen and (min-width: 641px) {
  .honten-product .dashi-introduction {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .dashi-introduction {
    margin-bottom: 3.8461538462vw;
  }
}

@media screen and (min-width: 641px) {
  .honten-product .dashi-introduction .introduction {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .dashi-introduction .introduction {
    margin-bottom: 15.3846153846vw;
  }
}

.honten-product .dashi-introduction .section-ttl {
  color: #222;
  font-family: "Ryumin Regular KL", serif;
  text-align: center;
}

@media screen and (min-width: 641px) {
  .honten-product .dashi-introduction .section-ttl {
    margin-bottom: 30px;
    font-size: 30px;
    letter-spacing: 0.1em;
    line-height: 153.333333333%;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .dashi-introduction .section-ttl {
    margin-bottom: 7.6923076923vw;
    font-size: 24px;
    letter-spacing: 0.15em;
    line-height: 166.666666667%;
  }
}

@media screen and (min-width: 641px) {
  .honten-product .dashi-introduction .main-img {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .dashi-introduction .main-img {
    margin-bottom: 7.6923076923vw;
  }
}

.honten-product .dashi-introduction .img-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 641px) {
  .honten-product .dashi-introduction .img-wrap .img {
    margin-bottom: 25px;
    width: 345px;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .dashi-introduction .img-wrap .img {
    margin-bottom: 7.6923076923vw;
    width: 43.5897435897vw;
  }
}

.honten-product .dashi-introduction .desc {
  color: #222;
  font-family: "NotoSansCJKjp-Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", Helvetica, Arial, Osaka, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}

@media screen and (min-width: 641px) {
  .honten-product .dashi-introduction .desc {
    margin-bottom: 30px;
    padding: 0 50px;
    font-size: 14px;
    line-height: 185.714285714%;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .dashi-introduction .desc {
    margin-bottom: 7.6923076923vw;
    padding: 0 3.8461538462vw;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 185.714285714%;
  }
}

.honten-product .dashi-introduction .elements-wrap {
  color: #222;
  font-family: "NotoSansCJKjp-Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", Helvetica, Arial, Osaka, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  border: 1px solid rgba(34, 34, 34, 0.2);
}

@media screen and (min-width: 641px) {
  .honten-product .dashi-introduction .elements-wrap {
    margin: 0 50px;
    padding: 25px;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .dashi-introduction .elements-wrap {
    margin: 0 5.1282051282vw;
    padding: 5.1282051282vw 3.8461538462vw;
  }
}

@media screen and (min-width: 641px) {
  .honten-product .dashi-introduction .elements-wrap .ttl {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 144.444444444%;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .dashi-introduction .elements-wrap .ttl {
    margin-bottom: 5.1282051282vw;
    font-size: 18px;
    line-height: 144.444444444%;
  }
}

@media screen and (min-width: 641px) {
  .honten-product .dashi-introduction .elements-wrap .elements dl {
    padding-left: 25px;
    display: flex;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .dashi-introduction .elements-wrap .elements dl {
    margin-bottom: 2.5641025641vw;
  }
}

@media screen and (min-width: 641px) {
  .honten-product .dashi-introduction .elements-wrap .elements dt, .honten-product .dashi-introduction .elements-wrap .elements dd {
    font-size: 14px;
    line-height: 185.714285714%;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .dashi-introduction .elements-wrap .elements dt, .honten-product .dashi-introduction .elements-wrap .elements dd {
    font-size: 12px;
    line-height: 200%;
  }
}

.honten-product .dashi-introduction .elements-wrap .elements dt {
  padding-left: 1.5em;
  position: relative;
  font-weight: bold;
}

.honten-product .dashi-introduction .elements-wrap .elements dt::before {
  position: absolute;
  left: 0;
  content: "・";
}

@media screen and (min-width: 641px) {
  .honten-product .dashi-introduction .elements-wrap .elements dt {
    width: 8em;
  }
}

.honten-product .dashi-introduction .elements-wrap .elements dd {
  padding-left: 1.5em;
}

@media screen and (min-width: 641px) {
  .honten-product .dashi-introduction .elements-wrap .elements dd {
    flex: 1 1 0;
  }
}

@media screen and (min-width: 641px) {
  .honten-product .dashi-lineup {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .dashi-lineup {
    margin-bottom: 7.6923076923vw;
  }
}

.honten-product .dashi-lineup .section-ttl {
  color: #222;
  font-family: "Ryumin Regular KL", serif;
  text-align: center;
}

@media screen and (min-width: 641px) {
  .honten-product .dashi-lineup .section-ttl {
    margin-bottom: 40px;
    font-size: 28px;
    letter-spacing: 0.15em;
    line-height: 142.857142857%;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .dashi-lineup .section-ttl {
    margin-bottom: 7.6923076923vw;
    font-size: 24px;
    letter-spacing: 0.15em;
    line-height: 166.666666667%;
  }
}

@media screen and (min-width: 641px) {
  .honten-product .dashi-lineup .lineup {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.honten-product .dashi-lineup .lineup .item {
  color: #222;
}

@media screen and (min-width: 641px) {
  .honten-product .dashi-lineup .lineup .item {
    margin-bottom: 40px;
    width: 343px;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .dashi-lineup .lineup .item {
    margin-bottom: 10.2564102564vw;
  }
}

.honten-product .dashi-lineup .lineup .item.full {
  width: 100%;
}

@media screen and (min-width: 641px) {
  .honten-product .dashi-lineup .lineup .item .img {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .dashi-lineup .lineup .item .img {
    margin-bottom: 5.1282051282vw;
  }
}

.honten-product .dashi-lineup .lineup .item .ttl {
  font-family: "NotoSansCJKjp-Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", Helvetica, Arial, Osaka, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  text-align: center;
}

@media screen and (min-width: 641px) {
  .honten-product .dashi-lineup .lineup .item .ttl {
    font-size: 18px;
    line-height: 144.444444444%;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .dashi-lineup .lineup .item .ttl {
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 156.25%;
  }
}

.honten-product .dashi-lineup .lineup .item .desc {
  color: #222;
  font-family: "NotoSansCJKjp-Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", Helvetica, Arial, Osaka, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}

@media screen and (min-width: 641px) {
  .honten-product .dashi-lineup .lineup .item .desc {
    margin-top: 30px;
    padding: 0 50px;
    font-size: 14px;
    line-height: 185.714285714%;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .dashi-lineup .lineup .item .desc {
    margin-top: 7.6923076923vw;
    padding: 0 3.8461538462vw;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 185.714285714%;
  }
}

@media screen and (min-width: 641px) {
  .honten-product .goyougura-introduction .main-img {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .goyougura-introduction .main-img {
    margin-bottom: 7.6923076923vw;
  }
}

.honten-product .goyougura-introduction .ttl-wrap {
  color: #222;
  font-family: "Ryumin Regular KL", serif;
  text-align: center;
}

@media screen and (min-width: 641px) {
  .honten-product .goyougura-introduction .ttl-wrap {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .goyougura-introduction .ttl-wrap {
    margin-bottom: 10.2564102564vw;
  }
}

.honten-product .goyougura-introduction .ttl-wrap .cat {
  margin-bottom: .5em;
}

@media screen and (min-width: 641px) {
  .honten-product .goyougura-introduction .ttl-wrap .cat {
    font-size: 16px;
    letter-spacing: 0.15em;
    line-height: 225%;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .goyougura-introduction .ttl-wrap .cat {
    font-size: 4.1025641026vw;
    letter-spacing: 0.15em;
    line-height: 225%;
  }
}

.honten-product .goyougura-introduction .ttl-wrap .ttl {
  margin-bottom: .5em;
}

@media screen and (min-width: 641px) {
  .honten-product .goyougura-introduction .ttl-wrap .ttl {
    font-size: 35px;
    letter-spacing: 0.15em;
    line-height: 102.857142857%;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .goyougura-introduction .ttl-wrap .ttl {
    font-size: 8.9743589744vw;
    letter-spacing: 0.15em;
    line-height: 102.857142857%;
  }
}

@media screen and (min-width: 641px) {
  .honten-product .goyougura-introduction .ttl-wrap .sub-ttl {
    font-size: 20px;
    letter-spacing: 0.15em;
    line-height: 180%;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .goyougura-introduction .ttl-wrap .sub-ttl {
    font-size: 5.1282051282vw;
    letter-spacing: 0.15em;
    line-height: 180%;
  }
}

@media screen and (min-width: 641px) {
  .honten-product .goyougura-introduction .desc {
    margin-bottom: 50px;
    padding: 0 110px;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .goyougura-introduction .desc {
    margin-bottom: 10.2564102564vw;
    padding: 0 8.9743589744vw;
  }
}

@media screen and (min-width: 641px) {
  .honten-product .goyougura-introduction .desc p {
    font-size: 14px;
    line-height: 185.714285714%;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .goyougura-introduction .desc p {
    font-size: 3.5897435897vw;
    line-height: 185.714285714%;
  }
}

.honten-product .goyougura-introduction .img-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 641px) {
  .honten-product .goyougura-introduction .img-wrap {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .goyougura-introduction .img-wrap {
    margin-bottom: 8.9743589744vw;
  }
}

@media screen and (min-width: 641px) {
  .honten-product .goyougura-introduction .img-wrap .img {
    margin-bottom: 20px;
    width: calc( (100% - 20px) / 2);
  }
}

@media screen and (max-width: 640px) {
  .honten-product .goyougura-introduction .img-wrap .img {
    margin-bottom: 2.5641025641vw;
    width: calc( (100% - 10px) / 2);
  }
}

.honten-product .goyougura-introduction .img-wrap .img.full {
  width: 100%;
}

.honten-product .goyougura-features {
  position: relative;
}

@media screen and (min-width: 641px) {
  .honten-product .goyougura-features {
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .goyougura-features {
    padding-bottom: 17.9487179487vw;
  }
}

@media screen and (min-width: 641px) {
  .honten-product .goyougura-features .main-img {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .goyougura-features .main-img {
    margin-bottom: 10.2564102564vw;
  }
}

.honten-product .goyougura-features .features .wrap {
  margin: auto;
}

@media screen and (min-width: 641px) {
  .honten-product .goyougura-features .features .wrap {
    max-width: 550px;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .goyougura-features .features .wrap {
    padding: 0 3.8461538462vw;
  }
}

.honten-product .goyougura-features .features .item {
  color: #fff;
}

@media screen and (min-width: 641px) {
  .honten-product .goyougura-features .features .item {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .goyougura-features .features .item {
    margin-bottom: 15.3846153846vw;
  }
}

@media screen and (min-width: 641px) {
  .honten-product .goyougura-features .features .item > .img {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .goyougura-features .features .item > .img {
    margin-bottom: 10.2564102564vw;
  }
}

@media screen and (min-width: 641px) {
  .honten-product .goyougura-features .features .item > .conts {
    margin-left: 40px;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .goyougura-features .features .item > .conts {
    padding: 0 5.1282051282vw;
  }
}

.honten-product .goyougura-features .features .item > .conts .ttl {
  font-family: "Ryumin Regular KL", serif;
  margin-bottom: 1em;
}

@media screen and (min-width: 641px) {
  .honten-product .goyougura-features .features .item > .conts .ttl {
    font-size: 18px;
    letter-spacing: 0.15em;
    line-height: 166.666666667%;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .goyougura-features .features .item > .conts .ttl {
    font-size: 4.6153846154vw;
    letter-spacing: 0.15em;
    line-height: 166.666666667%;
  }
}

.honten-product .goyougura-features .features .item > .conts .desc {
  font-family: "Ryumin Light KL", serif;
}

@media screen and (min-width: 641px) {
  .honten-product .goyougura-features .features .item > .conts .desc {
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 200%;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .goyougura-features .features .item > .conts .desc {
    font-size: 3.5897435897vw;
    letter-spacing: 0.06em;
    line-height: 200%;
  }
}

@media screen and (min-width: 641px) {
  .honten-product .goyougura-features .features .item.introduction > .conts .ttl {
    font-size: 24px;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .goyougura-features .features .item.introduction > .conts .ttl {
    font-size: 5.641025641vw;
  }
}

.honten-product .goyougura-features .features .item.introduction > .conts .desc {
  font-family: "Ryumin Regular KL", serif;
}

@media screen and (min-width: 641px) {
  .honten-product .goyougura-features .features .item.introduction > .conts .desc {
    font-size: 15.5px;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .goyougura-features .features .item.introduction > .conts .desc {
    font-size: 3.5897435897vw;
  }
}

.honten-product .goyougura-features .features .item .history {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 641px) {
  .honten-product .goyougura-features .features .item .history {
    padding: 40px;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .goyougura-features .features .item .history {
    padding: 5.1282051282vw;
  }
}

@media screen and (min-width: 641px) {
  .honten-product .goyougura-features .features .item .history .img {
    margin-right: 30px;
    width: 265px;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .goyougura-features .features .item .history .img {
    margin-right: 3.8461538462vw;
    width: 35.8974358974vw;
  }
}

.honten-product .goyougura-features .features .item .history .txt {
  flex: 1 1 0;
  font-family: "Ryumin Regular KL", serif;
}

.honten-product .goyougura-features .features .item .history .txt .ttl {
  margin-bottom: 1em;
}

@media screen and (min-width: 641px) {
  .honten-product .goyougura-features .features .item .history .txt .ttl {
    font-size: 14px;
    line-height: 171.428571429%;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .goyougura-features .features .item .history .txt .ttl {
    font-size: 14px;
    line-height: 171.428571429%;
  }
}

@media screen and (min-width: 641px) {
  .honten-product .goyougura-features .features .item .history .txt .desc {
    font-size: 11px;
    line-height: 200%;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .goyougura-features .features .item .history .txt .desc {
    font-size: 11px;
    line-height: 181.818181818%;
  }
}

.honten-product .goyougura-features .ingredients {
  color: #fff;
}

@media screen and (min-width: 641px) {
  .honten-product .goyougura-features .ingredients .wrap {
    padding: 0 50px;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .goyougura-features .ingredients .wrap {
    padding: 0 5.1282051282vw;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .goyougura-features .ingredients .ingredients-header {
    padding: 0 3.8461538462vw;
  }
}

.honten-product .goyougura-features .ingredients .ingredients-header .ttl {
  margin-bottom: 3em;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 641px) {
  .honten-product .goyougura-features .ingredients .ingredients-header .ttl {
    font-size: 24px;
    line-height: 108.333333333%;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .goyougura-features .ingredients .ingredients-header .ttl {
    font-size: 5.1282051282vw;
    line-height: 130%;
  }
}

.honten-product .goyougura-features .ingredients .ingredients-header .ttl::after {
  position: absolute;
  bottom: -1.25em;
  left: 50%;
  content: "";
  display: block;
  height: 1px;
  background-color: #fff;
  transform: translateX(-50%);
}

@media screen and (min-width: 641px) {
  .honten-product .goyougura-features .ingredients .ingredients-header .ttl::after {
    width: 60px;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .goyougura-features .ingredients .ingredients-header .ttl::after {
    width: 12.8205128205vw;
  }
}

.honten-product .goyougura-features .ingredients .ingredients-header .desc {
  margin-bottom: 3em;
}

@media screen and (min-width: 641px) {
  .honten-product .goyougura-features .ingredients .ingredients-header .desc {
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 171.428571429%;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .goyougura-features .ingredients .ingredients-header .desc {
    font-size: 3.5897435897vw;
    letter-spacing: 0.06em;
    line-height: 214.285714286%;
  }
}

.honten-product .goyougura-features .ingredients .conts {
  text-align: center;
  border: 1px solid #fff;
}

@media screen and (min-width: 641px) {
  .honten-product .goyougura-features .ingredients .conts {
    padding: 30px;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .goyougura-features .ingredients .conts {
    padding: 7.6923076923vw 7.6923076923vw;
  }
}

.honten-product .goyougura-features .ingredients .ingredient-list {
  display: inline-block;
  text-align: left;
}

@media screen and (min-width: 641px) {
  .honten-product .goyougura-features .ingredients .ingredient-list li {
    display: flex;
  }
}

.honten-product .goyougura-features .ingredients .ingredient-list li:not(:last-of-type) {
  margin-bottom: 1em;
}

@media screen and (min-width: 641px) {
  .honten-product .goyougura-features .ingredients .ingredient-list li .name {
    width: 80px;
    font-size: 18px;
    letter-spacing: 0.06em;
    line-height: 177.777777778%;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .goyougura-features .ingredients .ingredient-list li .name {
    font-size: 4.1025641026vw;
    letter-spacing: 0.06em;
    line-height: 200%;
  }
}

.honten-product .goyougura-features .ingredients .ingredient-list li .name::before {
  content: "・";
  font-family: "Ryumin Regular KL", serif;
}

@media screen and (min-width: 641px) {
  .honten-product .goyougura-features .ingredients .ingredient-list li .txt {
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 175%;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .goyougura-features .ingredients .ingredient-list li .txt {
    font-size: 3.5897435897vw;
    letter-spacing: 0.06em;
    line-height: 200%;
  }
}

.honten-product .goyougura-features .ingredients .ingredient-list li .notes {
  margin-top: 1em;
}

@media screen and (min-width: 641px) {
  .honten-product .goyougura-features .ingredients .ingredient-list li .notes {
    font-size: 11px;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .goyougura-features .ingredients .ingredient-list li .notes {
    font-size: 3.0769230769vw;
  }
}

.honten-product .goyougura-features .bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
}

@media screen and (min-width: 641px) {
  .honten-product .mirin-introduction {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .mirin-introduction {
    margin-bottom: 3.8461538462vw;
  }
}

@media screen and (min-width: 641px) {
  .honten-product .mirin-introduction .introduction:not(:last-of-type) {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .mirin-introduction .introduction:not(:last-of-type) {
    margin-bottom: 15.3846153846vw;
  }
}

.honten-product .mirin-introduction .section-header {
  color: #222;
  text-align: center;
}

@media screen and (min-width: 641px) {
  .honten-product .mirin-introduction .section-header .cat {
    font-size: 14px;
    letter-spacing: 0.2em;
    line-height: 200%;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .mirin-introduction .section-header .cat {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 200%;
  }
}

.honten-product .mirin-introduction .section-header .ttl {
  margin-bottom: 0;
}

@media screen and (min-width: 641px) {
  .honten-product .mirin-introduction .section-header .ttl {
    font-size: 30px;
    letter-spacing: 0.2em;
    line-height: 200%;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .mirin-introduction .section-header .ttl {
    font-size: 24px;
    letter-spacing: 0.15em;
    line-height: 166.666666667%;
  }
}

@media screen and (min-width: 641px) {
  .honten-product .mirin-introduction .section-header .sub-ttl {
    margin-bottom: 1em;
    font-size: 18px;
    letter-spacing: 0.2em;
    line-height: 200%;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .mirin-introduction .section-header .sub-ttl {
    margin-bottom: 7.6923076923vw;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 200%;
  }
}

@media screen and (min-width: 641px) {
  .honten-product .mirin-introduction .main-img {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .mirin-introduction .main-img {
    margin-bottom: 7.6923076923vw;
  }
}

.honten-product .mirin-introduction .img-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 641px) {
  .honten-product .mirin-introduction .img-wrap .img {
    margin-bottom: 25px;
    width: 345px;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .mirin-introduction .img-wrap .img {
    margin-bottom: 7.6923076923vw;
    width: 43.5897435897vw;
  }
}

.honten-product .mirin-introduction .ttl {
  color: #222;
}

@media screen and (min-width: 641px) {
  .honten-product .mirin-introduction .ttl {
    margin-bottom: 20px;
    font-size: 20px;
    letter-spacing: 0.2em;
    line-height: 140%;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .mirin-introduction .ttl {
    margin-bottom: 5.1282051282vw;
    padding: 0 3.8461538462vw;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 144.444444444%;
  }
}

.honten-product .mirin-introduction .desc {
  color: #222;
}

@media screen and (min-width: 641px) {
  .honten-product .mirin-introduction .desc {
    margin-bottom: 30px;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 214.285714286%;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .mirin-introduction .desc {
    margin-bottom: 7.6923076923vw;
    padding: 0 6.4102564103vw;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 185.714285714%;
  }
}

@media screen and (min-width: 641px) {
  .honten-product .mirin-lineup {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .mirin-lineup {
    margin-bottom: 7.6923076923vw;
  }
}

.honten-product .mirin-lineup .section-ttl {
  color: #222;
  font-family: "Ryumin Regular KL", serif;
  text-align: center;
}

@media screen and (min-width: 641px) {
  .honten-product .mirin-lineup .section-ttl {
    margin-bottom: 40px;
    font-size: 24px;
    letter-spacing: 0.15em;
    line-height: 141.666666667%;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .mirin-lineup .section-ttl {
    margin-bottom: 7.6923076923vw;
    font-size: 24px;
    letter-spacing: 0.15em;
    line-height: 166.666666667%;
  }
}

@media screen and (min-width: 641px) {
  .honten-product .mirin-lineup .lineup {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.honten-product .mirin-lineup .lineup .item {
  color: #222;
}

@media screen and (min-width: 641px) {
  .honten-product .mirin-lineup .lineup .item {
    margin-bottom: 40px;
    width: 260px;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .mirin-lineup .lineup .item {
    margin-bottom: 10.2564102564vw;
  }
}

.honten-product .mirin-lineup .lineup .item.full {
  width: 100%;
}

@media screen and (min-width: 641px) {
  .honten-product .mirin-lineup .lineup .item .img {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .mirin-lineup .lineup .item .img {
    margin-bottom: 5.1282051282vw;
  }
}

.honten-product .mirin-lineup .lineup .item .sub-ttl {
  margin-bottom: 1em;
  text-align: center;
}

@media screen and (min-width: 641px) {
  .honten-product .mirin-lineup .lineup .item .sub-ttl {
    font-size: 12px;
    letter-spacing: 0.06em;
    line-height: 166.666666667%;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .mirin-lineup .lineup .item .sub-ttl {
    font-size: 12px;
    letter-spacing: 0.04em;
    line-height: 166.666666667%;
  }
}

.honten-product .mirin-lineup .lineup .item .ttl {
  text-align: center;
}

@media screen and (min-width: 641px) {
  .honten-product .mirin-lineup .lineup .item .ttl {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 150%;
  }
}

@media screen and (max-width: 640px) {
  .honten-product .mirin-lineup .lineup .item .ttl {
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 150%;
  }
}

.honten-product ul.notes {
  font-family: "NotoSansCJKjp-Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", Helvetica, Arial, Osaka, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}

@media screen and (min-width: 641px) {
  .honten-product ul.notes {
    margin-top: 50px;
  }
}

@media screen and (max-width: 640px) {
  .honten-product ul.notes {
    margin-top: 12.8205128205vw;
  }
}

.honten-product ul.notes li {
  padding-left: 1.1em;
  position: relative;
}

@media screen and (min-width: 641px) {
  .honten-product ul.notes li {
    font-size: 11px;
    line-height: 136.363636364%;
  }
}

@media screen and (max-width: 640px) {
  .honten-product ul.notes li {
    font-size: 2.8205128205vw;
    line-height: 136.363636364%;
  }
}

.honten-product ul.notes li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
  width: 1em;
}

/*===================================
	GOYOUGURA
=====================================*/
.honten-goyougura {
  position: relative;
}

@media screen and (min-width: 641px) {
  .honten-goyougura {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 640px) {
  .honten-goyougura {
    margin-bottom: 11.5384615385vw;
  }
}

@media screen and (min-width: 641px) {
  .honten-goyougura .mainvisual {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 640px) {
  .honten-goyougura .mainvisual {
    margin-bottom: 20.5128205128vw;
  }
}

.honten-goyougura .features .wrap {
  margin: auto;
}

@media screen and (min-width: 641px) {
  .honten-goyougura .features .wrap {
    max-width: 550px;
  }
}

@media screen and (max-width: 640px) {
  .honten-goyougura .features .wrap {
    padding: 0 3.8461538462vw;
  }
}

.honten-goyougura .features .item {
  color: #fff;
}

@media screen and (min-width: 641px) {
  .honten-goyougura .features .item {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 640px) {
  .honten-goyougura .features .item {
    margin-bottom: 15.3846153846vw;
  }
}

@media screen and (min-width: 641px) {
  .honten-goyougura .features .item > .img {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 640px) {
  .honten-goyougura .features .item > .img {
    margin-bottom: 10.2564102564vw;
  }
}

@media screen and (min-width: 641px) {
  .honten-goyougura .features .item > .conts {
    margin-left: 40px;
  }
}

@media screen and (max-width: 640px) {
  .honten-goyougura .features .item > .conts {
    padding: 0 5.1282051282vw;
  }
}

.honten-goyougura .features .item > .conts .ttl {
  font-family: "Ryumin Regular KL", serif;
  margin-bottom: 1em;
}

@media screen and (min-width: 641px) {
  .honten-goyougura .features .item > .conts .ttl {
    font-size: 18px;
    letter-spacing: 0.15em;
    line-height: 166.666666667%;
  }
}

@media screen and (max-width: 640px) {
  .honten-goyougura .features .item > .conts .ttl {
    font-size: 4.6153846154vw;
    letter-spacing: 0.15em;
    line-height: 166.666666667%;
  }
}

.honten-goyougura .features .item > .conts .desc {
  font-family: "Ryumin Light KL", serif;
}

@media screen and (min-width: 641px) {
  .honten-goyougura .features .item > .conts .desc {
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 200%;
  }
}

@media screen and (max-width: 640px) {
  .honten-goyougura .features .item > .conts .desc {
    font-size: 3.5897435897vw;
    letter-spacing: 0.06em;
    line-height: 200%;
  }
}

@media screen and (min-width: 641px) {
  .honten-goyougura .features .item.introduction > .conts .ttl {
    font-size: 24px;
  }
}

@media screen and (max-width: 640px) {
  .honten-goyougura .features .item.introduction > .conts .ttl {
    font-size: 5.641025641vw;
  }
}

.honten-goyougura .features .item.introduction > .conts .desc {
  font-family: "Ryumin Regular KL", serif;
}

@media screen and (min-width: 641px) {
  .honten-goyougura .features .item.introduction > .conts .desc {
    font-size: 15.5px;
  }
}

@media screen and (max-width: 640px) {
  .honten-goyougura .features .item.introduction > .conts .desc {
    font-size: 3.5897435897vw;
  }
}

.honten-goyougura .features .item .history {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 641px) {
  .honten-goyougura .features .item .history {
    padding: 40px;
  }
}

@media screen and (max-width: 640px) {
  .honten-goyougura .features .item .history {
    padding: 5.1282051282vw;
  }
}

@media screen and (min-width: 641px) {
  .honten-goyougura .features .item .history .img {
    margin-right: 30px;
    width: 265px;
  }
}

@media screen and (max-width: 640px) {
  .honten-goyougura .features .item .history .img {
    margin-right: 3.8461538462vw;
    width: 35.8974358974vw;
  }
}

.honten-goyougura .features .item .history .txt {
  flex: 1 1 0;
  font-family: "Ryumin Regular KL", serif;
}

.honten-goyougura .features .item .history .txt .ttl {
  margin-bottom: 1em;
}

@media screen and (min-width: 641px) {
  .honten-goyougura .features .item .history .txt .ttl {
    font-size: 14px;
    line-height: 171.428571429%;
  }
}

@media screen and (max-width: 640px) {
  .honten-goyougura .features .item .history .txt .ttl {
    font-size: 14px;
    line-height: 171.428571429%;
  }
}

@media screen and (min-width: 641px) {
  .honten-goyougura .features .item .history .txt .desc {
    font-size: 11px;
    line-height: 200%;
  }
}

@media screen and (max-width: 640px) {
  .honten-goyougura .features .item .history .txt .desc {
    font-size: 11px;
    line-height: 181.818181818%;
  }
}

@media screen and (min-width: 641px) {
  .honten-goyougura .products {
    padding: 80px 0 40px;
  }
}

@media screen and (max-width: 640px) {
  .honten-goyougura .products {
    padding: 10.2564102564vw 0;
  }
}

.honten-goyougura .products .wrap {
  margin: auto;
}

@media screen and (min-width: 641px) {
  .honten-goyougura .products .wrap {
    max-width: 550px;
  }
}

@media screen and (max-width: 640px) {
  .honten-goyougura .products .wrap {
    padding: 0 3.8461538462vw;
  }
}

@media screen and (min-width: 641px) {
  .honten-goyougura .products .item {
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 640px) {
  .honten-goyougura .products .item {
    margin-bottom: 15.3846153846vw;
    display: flex;
    flex-direction: column;
  }
}

.honten-goyougura .products .item .img {
  text-align: center;
}

@media screen and (min-width: 641px) {
  .honten-goyougura .products .item .img {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .honten-goyougura .products .item .img {
    margin-bottom: 10.2564102564vw;
    order: 1;
  }
}

.honten-goyougura .products .item .section-header {
  text-align: center;
}

@media screen and (max-width: 640px) {
  .honten-goyougura .products .item .section-header {
    order: 2;
  }
}

.honten-goyougura .products .item .conts {
  color: #fff;
}

@media screen and (max-width: 640px) {
  .honten-goyougura .products .item .conts {
    padding: 0 5.1282051282vw;
    order: 2;
  }
}

.honten-goyougura .products .item .cat {
  color: #fff;
  font-family: "Libre Baskerville", serif;
}

@media screen and (min-width: 641px) {
  .honten-goyougura .products .item .cat {
    font-size: 18px;
    letter-spacing: 0.15em;
    line-height: 222.222222222%;
  }
}

@media screen and (max-width: 640px) {
  .honten-goyougura .products .item .cat {
    font-size: 4.6153846154vw;
    letter-spacing: 0.15em;
    line-height: 222.222222222%;
    text-align: center;
  }
}

.honten-goyougura .products .item .ttl {
  margin-bottom: 1em;
  color: #fff;
  font-family: "Ryumin Regular KL", serif;
}

@media screen and (min-width: 641px) {
  .honten-goyougura .products .item .ttl {
    font-size: 30px;
    letter-spacing: 0.15em;
    line-height: 133.333333333%;
  }
}

@media screen and (max-width: 640px) {
  .honten-goyougura .products .item .ttl {
    font-size: 7.6923076923vw;
    letter-spacing: 0.15em;
    line-height: 133.333333333%;
    text-align: center;
  }
}

.honten-goyougura .products .item .desc {
  font-family: "NotoSansCJKjp-Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", Helvetica, Arial, Osaka, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}

@media screen and (min-width: 641px) {
  .honten-goyougura .products .item .desc {
    margin-bottom: 45px;
    font-size: 14px;
    line-height: 200%;
  }
}

@media screen and (max-width: 640px) {
  .honten-goyougura .products .item .desc {
    margin-bottom: 11.5384615385vw;
    font-size: 3.5897435897vw;
    letter-spacing: 0.06em;
    line-height: 214.285714286%;
  }
}

.honten-goyougura .products .item .price-table {
  margin: auto;
  font-family: "Ryumin Regular KL", serif;
}

@media screen and (min-width: 641px) {
  .honten-goyougura .products .item .price-table {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 640px) {
  .honten-goyougura .products .item .price-table {
    margin-bottom: 10.2564102564vw;
  }
}

.honten-goyougura .products .item .price-table th, .honten-goyougura .products .item .price-table td {
  padding: 8px 0;
}

.honten-goyougura .products .item .price-table th {
  font-size: 14px;
  letter-spacing: 0.12em;
  text-align: right;
}

@media screen and (max-width: 640px) {
  .honten-goyougura .products .item .price-table th {
    font-size: 4.358974359vw;
  }
}

.honten-goyougura .products .item .price-table td {
  padding-left: 1em;
  font-size: 24px;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 640px) {
  .honten-goyougura .products .item .price-table td {
    font-size: 6.1538461538vw;
  }
}

.honten-goyougura .products .item .price-table td .small {
  font-size: 18px;
}

@media screen and (max-width: 640px) {
  .honten-goyougura .products .item .price-table td .small {
    font-size: 4.6153846154vw;
  }
}

.honten-goyougura .products .item .price-table td .tax {
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  .honten-goyougura .products .item .price-table td .tax {
    font-size: 3.5897435897vw;
  }
}

.honten-goyougura .products .item .c-button-more {
  text-align: center;
}

.honten-goyougura ul.notes {
  font-family: "NotoSansCJKjp-Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", Helvetica, Arial, Osaka, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}

@media screen and (max-width: 640px) {
  .honten-goyougura ul.notes {
    padding: 0 5.1282051282vw;
  }
}

.honten-goyougura ul.notes li {
  padding-left: 1.1em;
  color: #fff;
  position: relative;
}

@media screen and (min-width: 641px) {
  .honten-goyougura ul.notes li {
    font-size: 11px;
    line-height: 136.363636364%;
  }
}

@media screen and (max-width: 640px) {
  .honten-goyougura ul.notes li {
    font-size: 2.8205128205vw;
    line-height: 136.363636364%;
  }
}

.honten-goyougura ul.notes li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
  width: 1em;
}

.honten-goyougura .bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
}

/*===================================
	mirin
=====================================*/
.honten-mirin {
  position: relative;
  background-color: #F7F7F5;
}

@media screen and (min-width: 641px) {
  .honten-mirin {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 640px) {
  .honten-mirin {
    margin-bottom: 11.5384615385vw;
  }
}

@media screen and (min-width: 641px) {
  .honten-mirin .introduction {
    padding: 80px 0;
  }
}

@media screen and (max-width: 640px) {
  .honten-mirin .introduction {
    padding: 12.8205128205vw 0 16.6666666667vw;
  }
}

.honten-mirin .introduction .wrap {
  margin: auto;
}

@media screen and (min-width: 641px) {
  .honten-mirin .introduction .wrap {
    max-width: 550px;
  }
}

.honten-mirin .introduction .section-header {
  color: #222;
  font-family: "Ryumin Regular KL", serif;
}

@media screen and (min-width: 641px) {
  .honten-mirin .introduction .section-header {
    margin-bottom: 45px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}

@media screen and (max-width: 640px) {
  .honten-mirin .introduction .section-header {
    margin-bottom: 10.2564102564vw;
    padding: 0 3.8461538462vw;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}

.honten-mirin .introduction .section-header .ttl {
  color: #222;
}

@media screen and (min-width: 641px) {
  .honten-mirin .introduction .section-header .ttl {
    font-size: 25px;
    letter-spacing: 0.2em;
    line-height: 180%;
  }
}

@media screen and (max-width: 640px) {
  .honten-mirin .introduction .section-header .ttl {
    font-size: 4.6153846154vw;
    letter-spacing: 0.06em;
    line-height: 172.222222222%;
  }
}

@media screen and (min-width: 641px) {
  .honten-mirin .introduction .section-header .img {
    width: 150px;
  }
}

@media screen and (max-width: 640px) {
  .honten-mirin .introduction .section-header .img {
    width: 28.2051282051vw;
  }
}

@media screen and (max-width: 640px) {
  .honten-mirin .introduction .conts {
    padding: 0 8.9743589744vw;
  }
}

.honten-mirin .introduction .conts .desc {
  color: #222;
}

@media screen and (min-width: 641px) {
  .honten-mirin .introduction .conts .desc {
    margin-bottom: 100px;
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 225%;
  }
}

@media screen and (max-width: 640px) {
  .honten-mirin .introduction .conts .desc {
    margin-bottom: 15.3846153846vw;
    font-size: 4.1025641026vw;
    letter-spacing: 0.06em;
    line-height: 225%;
  }
}

.honten-mirin .introduction .conts .desc p {
  margin-bottom: 2em;
}

.honten-mirin .lineup .section-header {
  font-family: "Ryumin Regular KL", serif;
  text-align: center;
}

@media screen and (min-width: 641px) {
  .honten-mirin .lineup .section-header {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 640px) {
  .honten-mirin .lineup .section-header {
    margin-bottom: 12.8205128205vw;
  }
}

.honten-mirin .lineup .section-header .ttl {
  color: #222;
  writing-mode: vertical-rl;
  display: inline-block;
}

@media screen and (min-width: 641px) {
  .honten-mirin .lineup .section-header .ttl {
    margin-bottom: .5em;
    font-size: 20px;
    letter-spacing: 0.3em;
    line-height: 200%;
  }
}

@media screen and (max-width: 640px) {
  .honten-mirin .lineup .section-header .ttl {
    margin-bottom: 1em;
    font-size: 5.1282051282vw;
    letter-spacing: 0.3em;
    line-height: 200%;
  }
}

@media screen and (min-width: 641px) {
  .honten-mirin .mirin-lineup {
    padding: 0 80px;
  }
}

@media screen and (max-width: 640px) {
  .honten-mirin .mirin-lineup {
    padding: 0 6.4102564103vw;
  }
}

@media screen and (min-width: 641px) {
  .honten-mirin .mirin-lineup .products-introduction {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 640px) {
  .honten-mirin .mirin-lineup .products-introduction {
    margin-bottom: 10.2564102564vw;
  }
}

@media screen and (min-width: 641px) {
  .honten-mirin .mirin-lineup .products-introduction .main-img {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 640px) {
  .honten-mirin .mirin-lineup .products-introduction .main-img {
    margin-bottom: 10.2564102564vw;
  }
}

.honten-mirin .mirin-lineup .products-introduction .section-ttl {
  color: #222;
  font-family: "Ryumin Regular KL", serif;
}

@media screen and (min-width: 641px) {
  .honten-mirin .mirin-lineup .products-introduction .section-ttl {
    margin-bottom: 20px;
    font-size: 20px;
    letter-spacing: 0.2em;
    line-height: 150%;
  }
}

@media screen and (max-width: 640px) {
  .honten-mirin .mirin-lineup .products-introduction .section-ttl {
    margin-bottom: 5.1282051282vw;
    font-size: 4.6153846154vw;
    letter-spacing: 0.15em;
    line-height: 200%;
  }
}

.honten-mirin .mirin-lineup .products-introduction .desc {
  margin: auto;
  color: #222;
}

@media screen and (min-width: 641px) {
  .honten-mirin .mirin-lineup .products-introduction .desc {
    margin-bottom: 40px;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 214.285714286%;
  }
}

@media screen and (max-width: 640px) {
  .honten-mirin .mirin-lineup .products-introduction .desc {
    font-size: 3.5897435897vw;
    letter-spacing: 0.06em;
    line-height: 178.571428571%;
  }
}

.honten-mirin .mirin-lineup .products .item {
  color: #222;
}

@media screen and (min-width: 641px) {
  .honten-mirin .mirin-lineup .products .item {
    padding: 0 0 60px;
  }
}

@media screen and (max-width: 640px) {
  .honten-mirin .mirin-lineup .products .item {
    padding: 0 0 10.2564102564vw;
  }
}

@media screen and (min-width: 641px) {
  .honten-mirin .mirin-lineup .products .item .img {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 640px) {
  .honten-mirin .mirin-lineup .products .item .img {
    margin-bottom: 7.6923076923vw;
  }
}

.honten-mirin .mirin-lineup .products .item .txt .ttl {
  font-family: "Ryumin Regular KL", serif;
  text-align: center;
}

@media screen and (min-width: 641px) {
  .honten-mirin .mirin-lineup .products .item .txt .ttl {
    font-size: 30px;
    letter-spacing: 0.2em;
    line-height: 200%;
  }
}

@media screen and (max-width: 640px) {
  .honten-mirin .mirin-lineup .products .item .txt .ttl {
    margin-bottom: 3.8461538462vw;
    font-size: 6.1538461538vw;
    letter-spacing: 0.2em;
    line-height: 129.166666667%;
  }
}

.honten-mirin .mirin-lineup .products .item .txt .sub-ttl {
  font-family: "Ryumin Regular KL", serif;
  text-align: center;
}

@media screen and (min-width: 641px) {
  .honten-mirin .mirin-lineup .products .item .txt .sub-ttl {
    margin-bottom: 20px;
    font-size: 18px;
    letter-spacing: 0.2em;
    line-height: 200%;
  }
}

@media screen and (max-width: 640px) {
  .honten-mirin .mirin-lineup .products .item .txt .sub-ttl {
    margin-bottom: 5.1282051282vw;
    font-size: 4.1025641026vw;
    letter-spacing: 0.06em;
    line-height: 137.5%;
  }
}

@media screen and (min-width: 641px) {
  .honten-mirin .mirin-lineup .products .item .txt .desc {
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 214.285714286%;
  }
}

@media screen and (max-width: 640px) {
  .honten-mirin .mirin-lineup .products .item .txt .desc {
    font-size: 3.5897435897vw;
    letter-spacing: 0.06em;
    line-height: 185.714285714%;
  }
}

.honten-mirin .mirin-lineup .products .item .details {
  width: 100%;
}

@media screen and (min-width: 641px) {
  .honten-mirin .mirin-lineup .products .item .details {
    padding: 30px 0;
  }
}

@media screen and (max-width: 640px) {
  .honten-mirin .mirin-lineup .products .item .details {
    padding: 7.6923076923vw 0;
  }
}

.honten-mirin .mirin-lineup .products .item .details .price-table {
  margin: auto;
  font-family: "Ryumin Regular KL", serif;
}

@media screen and (min-width: 641px) {
  .honten-mirin .mirin-lineup .products .item .details .price-table {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 640px) {
  .honten-mirin .mirin-lineup .products .item .details .price-table {
    margin-bottom: 6.4102564103vw;
  }
}

.honten-mirin .mirin-lineup .products .item .details .price-table th, .honten-mirin .mirin-lineup .products .item .details .price-table td {
  padding: 8px 0;
}

.honten-mirin .mirin-lineup .products .item .details .price-table th {
  font-size: 14px;
  letter-spacing: 0.12em;
  text-align: right;
}

@media screen and (max-width: 640px) {
  .honten-mirin .mirin-lineup .products .item .details .price-table th {
    font-size: 4.358974359vw;
  }
}

.honten-mirin .mirin-lineup .products .item .details .price-table td {
  padding-left: 1em;
  font-size: 24px;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 640px) {
  .honten-mirin .mirin-lineup .products .item .details .price-table td {
    font-size: 6.1538461538vw;
  }
}

.honten-mirin .mirin-lineup .products .item .details .price-table td .tax {
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  .honten-mirin .mirin-lineup .products .item .details .price-table td .tax {
    font-size: 3.5897435897vw;
  }
}

.honten-mirin .mirin-lineup .products .item .details .c-button-more {
  text-align: center;
}
