body {
  overflow-x: hidden;
}

.stm_footer {
  min-width: 100%;
}

.stm_topsitemap_zone {
  min-width: 100%;
}

.product-detail * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a, button {
  color: inherit;
}

.product {
  background: #f7f8f8;
}
.product__inner {
  max-width: 1190px;
  margin: 0 auto;
  padding: 60px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 80px;
}
.product__gallery {
  max-width: 580px;
  overflow: hidden;
}
.product__gallery .slick-dots li button::before {
  opacity: 1;
  color: #fff;
}
.product__gallery .slick-dots li.slick-active button::before {
  opacity: 1;
  color: #000;
}
.product__gallery .slick-prev,
.product__gallery .slick-next {
  background: none;
}
.product__gallery .slick-prev::before,
.product__gallery .slick-next::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  opacity: 0.8;
}
.product__gallery .slick-prev:hover::before,
.product__gallery .slick-next:hover::before {
  opacity: 1;
}
.product__gallery .slick-prev {
  left: 15px;
  z-index: 1;
  text-align: center;
}
.product__gallery .slick-prev::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.product__gallery .slick-next {
  right: 15px;
  text-align: center;
}
.product__gallery .slick-next::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.product__gallery-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product__detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 420px;
}
.product__catch {
  font-size: 16px;
  color: #898989;
  margin-bottom: 8px;
}
.product__name {
  font-family: Lusitana, Georgia, serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.3;
  letter-spacing: 0.12em;
  color: #000;
  margin-bottom: 4px;
}
.product__name-ja {
  font-size: 13px;
  color: #898989;
  margin-bottom: 34px;
}
.product__desc {
  margin-bottom: 60px;
}
.product__desc-lead {
  display: block;
  font-size: 16px;
  font-weight: bold;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 15px;
  letter-spacing: 0.12em;
}
.product__desc-text {
  font-size: 13px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 15px;
}
.product__desc-notes {
  font-size: 10px;
}
.product__sizes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
}
.product__size {
  background-color: #f7f8f8;
  padding: 6px 30px;
  border: solid 1px #000;
  font-size: 14px;
  -webkit-transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.product__size--active, .product__size:hover {
  background: #000;
  color: #fff;
}
.product__size-text {
  font-size: 12px;
  color: #898989;
  display: none;
  margin-top: -12px;
}
.product__sizes-text {
  margin-bottom: 16px;
}
.product__text--active {
  display: block;
}
.product__purchase {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 16px;
  overflow: hidden;
}
.product__purchase-note {
  font-size: 12px;
  color: #c30d23;
  font-weight: 500;
}
.product__purchase-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 12px 16px;
  cursor: pointer;
  background: #f9f7f7;
}
.product__purchase-row:has(input[type=radio]:checked) {
  background: #fff;
}
.product__purchase-row + .product__purchase-row {
  border-top: 1px solid #ddd;
}
.product__purchase-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product__purchase-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}
.product__purchase-label input[type=radio] {
  accent-color: #000;
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.product__purchase-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.product__purchase-badge {
  display: block;
  padding-top: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.2;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #b7b7b7;
  color: #fff;
  font-size: 10px;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.product__purchase-badge span {
  font-size: 14px;
  line-height: 1;
}
.product__purchase-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.product__price {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1;
}
.product__price small {
  font-size: 14px;
}
.product__price-note {
  font-size: 10px;
  color: #000;
}
.product__purchase-desc {
  display: none;
  font-size: 10px;
  color: #000;
  margin-top: 6px;
}
.product__purchase-row:has(input[type=radio]:checked) .product__purchase-desc {
  display: block;
}
.product__cart-btn {
  display: block;
  width: 100%;
  padding: 18px;
  background: #aaa;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-align: center;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  margin-bottom: 20px;
  border: none;
  cursor: pointer;
}
.product__cart-btn:hover {
  background: #888;
}
.product__accordion {
  border-top: 1px solid #ddd;
}
.product__accordion-item {
  border-bottom: 1px solid #ddd;
}
.product__accordion-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 14px 0;
  font-size: 14px;
  text-align: left;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.product__accordion-trigger::after {
  content: "+";
  font-size: 35px;
  font-weight: lighter;
  line-height: 1;
  margin-right: 2px;
  color: #6e6e6e;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-text-stroke: 1px #b9b9b9;
}
.product__accordion-item.is-open .product__accordion-trigger::after {
  content: "-";
}
.product__accordion-body {
  display: none;
  padding: 0 0 16px;
  font-size: 13px;
  color: #666;
  line-height: 1.8;
}

.texture, .finish {
  padding: 80px 0 40px;
}
.texture__inner, .finish__inner {
  max-width: 1010px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
.texture__heading, .faq__heading, .howto__heading, .developer__heading, .ingredients__heading, .finish__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 3px solid #000;
  padding-left: 14px;
  font-size: 20px;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  margin-bottom: 40px;
}
.texture__heading span, .faq__heading span, .howto__heading span, .developer__heading span, .ingredients__heading span, .finish__heading span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.18em;
  color: #b7b7b7;
}
.texture__body, .finish__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
.texture__image, .finish__image {
  max-width: 350px;
}
.texture__image img, .finish__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.texture__content, .finish__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.texture__text, .finish__text {
  font-size: 13px;
  color: #000;
  line-height: 2;
}

.ingredients {
  padding: 40px 0;
}
.ingredients__inner {
  max-width: 1010px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
.ingredients__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px;
}
.ingredients__list:not(:has(> .ingredients__item:nth-child(3))) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.ingredients__item-btn {
  margin: auto auto 0 auto;
}
.ingredients__item-img {
  margin-bottom: 20px;
  overflow: hidden;
}
.ingredients__item-img img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.ingredients__item-name {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
}
.ingredients__item-text {
  font-size: 13px;
  color: #000;
  line-height: 1.6;
}

.developer {
  padding: 40px 0;
}
.developer__inner {
  max-width: 1010px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
.developer__heading {
  letter-spacing: 0.1em;
}
.developer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
}
.developer__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
.developer__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.developer__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.developer__quote {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 24px;
}
.developer__text {
  font-size: 0.875rem;
  color: #000;
  line-height: 2;
  margin-bottom: 32px;
}
.developer__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 5px 50px 10px 25px;
  font-family: Lusitana, Georgia, serif;
  border: 1px solid #000;
  font-weight: bold !important;
  font-size: 22px;
  letter-spacing: 0.2em;
  background: transparent;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
}
.developer__btn .arrow {
  content: "";
  display: block;
  height: 1px;
  margin-left: 20px;
}
.developer__btn .arrow::before {
  background: #000;
  width: 45px;
  -webkit-transform: translate(30px, 10px);
          transform: translate(30px, 10px);
}
.developer__btn .arrow::after {
  background: #000;
  width: 13px;
  -webkit-transform: translate(30px, 10px) rotate(25deg);
          transform: translate(30px, 10px) rotate(25deg);
}
.developer__btn:hover {
  background: #000;
  color: #fff;
}
.developer__btn:hover .arrow::before {
  background: #fff;
}
.developer__btn:hover .arrow::after {
  background: #fff;
}
.developer__btn-main {
  display: block;
}
.developer__btn-sub {
  display: block;
  font-size: 10px;
  text-align: center;
  line-height: 1.2;
  letter-spacing: normal;
}

.howto {
  padding: 40px 0;
}
.howto__inner {
  max-width: 1010px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
.howto__heading {
  letter-spacing: 0.06em;
}
.howto__intro {
  font-size: 13px;
  color: #000;
  line-height: 1.6;
  margin-bottom: 48px;
}
.howto__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.howto__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.howto__item-img {
  margin-bottom: 20px;
}
.howto__item-img img {
  width: 100%;
}
.howto__item-num {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.08em;
  margin-right: 4px;
}
.howto__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 8px;
}
.howto__item-text {
  font-size: 13px;
  color: #000;
  line-height: 1.6;
}
.howto__note {
  margin-top: 40px;
  font-size: 13px;
  color: #000;
  line-height: 1.6;
}

.faq {
  padding: 40px 0 80px;
}
.faq__inner {
  max-width: 1010px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
.faq__list {
  border-top: 1px solid #ddd;
}
.faq__item {
  border-bottom: 1px solid #ddd;
}
.faq__question-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 20px 0;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  cursor: pointer;
  gap: 16px;
}
.faq__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.2rem;
  color: #000;
  line-height: 1;
}
.faq__icon::before {
  content: "+";
}
.faq__item.is-open .faq__icon::before {
  content: "-";
}
.faq__answer {
  display: none;
  padding: 0 0 20px 0;
  font-size: 14px;
  color: #000;
  line-height: 1.6;
}
.faq__q {
  font-style: normal;
  font-weight: 500;
  margin-right: 6px;
}
.faq__a {
  font-style: normal;
  color: #aaa;
  margin-right: 6px;
}

.recommend {
  padding: 80px 0;
  background: #e4e8ea;
}
.recommend__inner {
  max-width: 1010px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
}
.recommend__heading {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  width: 100%;
  text-align: center;
}
.recommend__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
  margin-bottom: 35px;
  text-align: left;
}
.recommend__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.recommend__item-img {
  margin-bottom: 16px;
}
.recommend__item-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recommend__item-name {
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.18em;
  margin-bottom: 8px;
  color: #000;
  white-space: nowrap;
}
.recommend__item-desc {
  font-size: 13px;
  color: #000;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.recommend__btn-wrap {
  text-align: center;
}
.recommend__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 5px 60px 5px 35px;
  font-family: Lusitana, Georgia, serif;
  border: 1px solid #000;
  font-weight: bold !important;
  font-size: 22px;
  letter-spacing: 0.2em;
  background: transparent;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
}
.recommend__btn:hover {
  background: #000;
  color: #fff;
}
.recommend__btn:hover .arrow::before {
  background: #fff;
}
.recommend__btn:hover .arrow::after {
  background: #fff;
}
.recommend__btn .arrow {
  content: "";
  display: block;
  height: 1px;
  margin-left: 20px;
}
.recommend__btn .arrow::before {
  background: #000;
  width: 45px;
}
.recommend__btn .arrow::after {
  background: #000;
  width: 13px;
}

.product__desc-small {
  font-size: 10px;
  display: contents;
}

.product__cart-btn {
  background-color: #000;
}

.product__cart-btn {
  background-color: #000;
}
.product__cart-btn:hover {
  background-color: #aaa;
}

@media screen and (max-width: 820px) {
  .product__inner {
    max-width: 100%;
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 60px;
  }
  .product__gallery {
    max-width: 100%;
  }
  .product__gallery-item img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .product__detail {
    min-width: 100%;
    margin-top: 40px;
  }
  .texture__inner {
    padding: 0 60px;
    max-width: 100%;
  }
  .ingredients__inner {
    padding: 0 60px;
    max-width: 100%;
  }
  .ingredients__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ingredients__item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .developer__inner {
    padding: 0 60px;
    max-width: 100%;
  }
  .developer__btn {
    width: 100%;
    padding: 5px 50px 10px 50px;
  }
  .howto__inner {
    padding: 0 60px;
    max-width: 100%;
  }
  .howto__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .howto__item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .faq__inner {
    padding: 0 60px;
    max-width: 100%;
  }
  .recommend__inner {
    padding: 0 60px;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .product__inner {
    padding: 0;
  }
  .product__detail {
    padding: 0 30px 50px;
    margin-top: 24px;
  }
  .product__sizes {
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product__desc {
    margin-bottom: 32px;
  }
  .product__desc-small {
    font-size: 10px;
    display: contents;
  }
  .product__name {
    font-size: 28px;
  }
  .product__name-ja {
    margin-bottom: 24px;
  }
  .product__cart-btn {
    background-color: #000;
  }
  .product__price {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.1;
  }
  .texture {
    padding: 60px 0 30px;
  }
  .texture__inner {
    padding: 0 30px;
  }
  .texture__heading, .ingredients__heading, .developer__heading, .howto__heading, .faq__heading {
    margin-bottom: 20px;
  }
  .texture__body {
    display: block;
  }
  .texture__image {
    max-width: 100%;
  }
  .texture h3.texture__name {
    font-size: 18px;
    font-weight: 600;
    font-family: "Shippori Mincho", serif;
    margin-bottom: 16px;
  }
  .ingredients {
    padding: 30px 0 0;
  }
  .ingredients__top__name {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 12px;
    font-family: "Shippori Mincho", serif;
  }
  .ingredients__inner {
    padding: 0 30px;
  }
  .ingredients__heading {
    margin-bottom: 20px;
  }
  .ingredients__list {
    display: block;
  }
  .ingredients__item {
    width: 100%;
    margin-bottom: 30px;
  }
  .ingredients__item-img {
    margin-bottom: 6px;
  }
  .ingredients__item-name {
    margin-bottom: 0;
  }
  .ingredients__btn {
    width: 100%;
    margin: 14px auto 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding: 5px 50px 10px 60px;
    font-family: Lusitana, Georgia, serif;
    border: 1px solid #000;
    font-weight: bold !important;
    font-size: 22px;
    letter-spacing: 0.2em;
    background: transparent;
    -webkit-transition: background 0.2s ease, color 0.2s ease;
    transition: background 0.2s ease, color 0.2s ease;
  }
  .ingredients__btn:hover {
    background: #000;
    color: #fff;
  }
  .ingredients__btn:hover .arrow::before {
    background: #fff;
  }
  .ingredients__btn:hover .arrow::after {
    background: #fff;
  }
  .ingredients__btn .arrow::before {
    background: #000;
    width: 45px;
    -webkit-transform: translate(30px, 10px);
            transform: translate(30px, 10px);
  }
  .ingredients__btn .arrow::after {
    background: #000;
    width: 13px;
    -webkit-transform: translate(30px, 10px) rotate(25deg);
            transform: translate(30px, 10px) rotate(25deg);
  }
  .ingredients__btn-main {
    width: 200px;
    text-align: center;
  }
  .ingredients__btn-sub {
    display: block;
    font-size: 10px;
    text-align: left;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
  }
  .developer {
    padding: 30px 0;
  }
  .developer__inner {
    padding: 0 30px;
  }
  .developer__heading {
    margin-bottom: 20px;
  }
  .developer__body {
    display: block;
  }
  .developer__btn {
    padding: 5px 40px 10px 64px;
  }
  .howto {
    padding: 30px 0;
  }
  .howto__inner {
    padding: 0 30px;
  }
  .howto__heading {
    margin-bottom: 20px;
  }
  .howto__list {
    display: block;
  }
  .howto__item {
    width: 100%;
    margin-bottom: 32px;
  }
  .faq {
    padding: 30px 0 60px;
  }
  .faq__inner {
    padding: 0 30px;
  }
  .faq__heading {
    margin-bottom: 20px;
  }
  .faq .faq__question-btn span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .faq dd.faq__answer p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .recommend {
    padding: 50px 0 80px;
  }
  .recommend__inner {
    padding: 0 30px;
  }
  .recommend__list {
    display: block;
  }
  .recommend__item {
    width: 100%;
    margin-bottom: 30px;
  }
  .recommend__item-img {
    margin-bottom: 6px;
  }
  .recommend__btn {
    width: 100%;
    padding: 5px 30px 5px 65px;
  }
}
@media screen and (min-width: 769px) {
  .sp_part {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp_part {
    display: block;
  }
  .fixed .header_container_gmenu {
    height: 80px;
    background-color: #fff;
  }
  .fixed a#sp-icon {
    top: -32px;
  }
  .header_container_gmenu .h1_logo {
    height: auto;
    top: 25px;
  }
  .slick-next, .slick-prev {
    width: 35px;
    height: 35px;
  }
  .product__price {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.1;
  }
  .product__name {
    font-size: 28px;
  }
  .product__desc-lead {
    font-size: 15px;
  }
  .product__desc-small {
    font-size: 10px;
  }
  .product__name-ja {
    margin-bottom: 24px;
  }
  .ingredients__item {
    max-width: 100%;
  }
  .ingredients__btn {
    width: 100%;
    margin-top: 14px auto 0;
  }
  .product__desc {
    margin-bottom: 32px;
  }
  .product__detail {
    margin-top: 24px;
  }
}
.ingredients__btn {
  margin-top: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 5px 50px 10px 56px;
  font-family: Lusitana, Georgia, serif;
  border: 1px solid #000;
  font-weight: bold !important;
  font-size: 22px;
  letter-spacing: 0.2em;
  background: transparent;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
}

.ingredients__btn-main {
  width: 200px;
  text-align: center;
}

.ingredients__btn-sub {
  display: block;
  font-size: 10px;
  text-align: left;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
}

.ingredients__btn .arrow::before {
  background: #000;
  width: 45px;
  -webkit-transform: translate(30px, 10px);
  transform: translate(30px, 10px);
}

.ingredients__btn .arrow::after {
  background: #000;
  width: 13px;
  -webkit-transform: translate(30px, 10px) rotate(25deg);
  transform: translate(30px, 10px) rotate(25deg);
}

.ingredients__btn:hover {
  background: #000;
  color: #fff;
}

.ingredients__btn:hover .arrow::before {
  background: #fff;
}

.ingredients__btn:hover .arrow::after {
  background: #fff;
}

.product__accordion-head {
  font-weight: 900;
  margin-top: 6px;
}

.product__gallery_change {
  display: none;
}

.faq__question-btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

dd.faq__answer p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

h3.texture__name {
  font-size: 18px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 16px;
}

h3.ingredients__top__name {
  font-size: 18px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 16px;
}

.ingredients__inner__wrap {
  margin-top: 40px;
}

.product__detail_accordion {
  margin-top: 24px;
}

.product__purchase {
  display: none;
}
.product__purchase--active {
  display: block;
}
.product__purchase-row--active {
  display: block;
}

span.developer__text-small {
  display: block;
  text-align: right;
  margin: 16px auto 0;
  font-size: 12px;
}

.caution__text {
  font-size: 11px;
  color: #383838;
  line-height: 1.1;
  margin-bottom: 20px;
}