/******************************/
/* Product */
/******************************/
@media screen and (max-width: 767px) {
  .p-product {
    margin-bottom: 45px;
  }
}

/* form */
.p-product select {
  box-sizing: border-box;
  padding: 5px;
  border: 2px solid #000000;
  border-radius: 0;
  height: 50px;
  line-height: 1.2;
  font-size: 16px;
}
.p-product input[type=text] {
  box-sizing: border-box;
  padding: 5px;
  border: 2px solid #000000;
  border-radius: 0;
  height: 50px;
  line-height: 1.2;
  font-size: 16px;
}

.p-product-img {
  overflow: hidden;
}
.p-product-img .slick-list {
  overflow: visible;
}
.p-product-img .slick-slide {
  opacity: 0.4;
  transition: all ease 0.2s;
}
.p-product-img .slick-slide.slick-active {
  opacity: 1;
}

.p-product-img__main {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 530px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-product-img__main {
    width: 530px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-img__main {
    width: 80%;
  }
}

.p-product-img__main-item {
  text-align: center;
}
.p-product-img__main-item img {
  margin-left: auto;
  margin-right: auto;
  max-height: 520px;
  max-width: 520px;
}
@media screen and (max-width: 1023px) {
  .p-product-img__main-item img {
    max-height: 530px;
  }
}
@media screen and (max-width: 1023px) {
  .p-product-img__main-item img {
    max-width: 100%;
    max-height: 98%;
  }
}

.p-product-img__thumb {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-product-img__thumb {
    margin-top: 15px;
  }
}

.p-product-thumb-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .p-product-thumb-list {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}

.p-product-thumb-list__item {
  box-sizing: border-box;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 12px;
  width: 90px;
}
@media screen and (max-width: 1023px) {
  .p-product-thumb-list__item {
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-product-thumb-list__item {
    margin-right: 6px;
    width: 60px;
  }
}
.p-product-thumb-list__item.is-current .p-product-thumb-list__img:before {
  border-color: #000000;
}

.p-product-thumb-list__img {
  overflow: hidden;
  position: relative;
  width: 90px;
  height: 90px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
  .p-product-thumb-list__img {
    width: 60px;
    height: 60px;
  }
}
.p-product-thumb-list__img:hover {
  opacity: 0.7;
  cursor: pointer;
}
.p-product-thumb-list__img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
  padding-top: calc(100% - 4px);
  border: 2px solid transparent;
  transition: all 0.1s ease;
}

/* 商品画像 slider */
.p-product-img__main .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.p-product-img__main .slick-prev, .p-product-img__main .slick-next {
  top: 50%;
  width: 30px;
  height: 30px;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-product-img__main .slick-prev, .p-product-img__main .slick-next {
    width: 45px;
    height: 45px;
  }
}
.p-product-img__main .slick-prev:before, .p-product-img__main .slick-next:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  width: 15px;
  height: 15px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-product-img__main .slick-prev:before, .p-product-img__main .slick-next:before {
    top: 15px;
  }
}
.p-product-img__main .slick-prev {
  left: 15px;
}
@media screen and (max-width: 767px) {
  .p-product-img__main .slick-prev {
    left: 0px;
  }
}
.p-product-img__main .slick-prev:before {
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-product-img__main .slick-prev:before {
    left: 17px;
  }
}
.p-product-img__main .slick-next {
  right: 15px;
}
@media screen and (max-width: 767px) {
  .p-product-img__main .slick-next {
    right: 0px;
  }
}
.p-product-img__main .slick-next:before {
  left: 4px;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .p-product-img__main .slick-next:before {
    left: 13px;
  }
}

/***** 商品情報 *****/
.p-product-txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .p-product-txt {
    display: block;
    margin-top: 30px;
  }
}

.p-product-info {
  box-sizing: border-box;
  padding-right: 40px;
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .p-product-info {
    padding-right: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-info {
    padding-right: 0;
    width: auto;
  }
}

.p-product-info__ttl {
  margin: 0 0 5px 0;
  line-height: 1.4;
  font-size: 30px;
  font-weight: 600;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .p-product-info__ttl {
    font-size: 22px;
  }
}
.p-product-info__ttl img {
  vertical-align: middle;
}

.p-product-info__id {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-product-info__id {
    margin-top: 5px;
    font-size: 12px;
  }
}

.p-product-price {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-product-price {
    margin-top: 10px;
  }
}

.p-product-price__off {
  color: #a10000;
  font-weight: 500;
}

.p-product-price__sell {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .p-product-price__sell {
    font-size: 17px;
  }
}

.p-product-price__sell-off {
  display: inline-block;
  margin-left: 5px;
  padding: 0px 8px;
  border-radius: 3px;
  font-size: 18px;
  background: #cf1110;
  color: #ffffff;
}

.p-product-price__normal {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-product-price__normal {
    font-size: 12px;
  }
}

.p-product-price__list-price {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-product-price__list-price {
    font-size: 12px;
  }
}

.p-product-action {
  box-sizing: border-box;
  padding-left: 40px;
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .p-product-action {
    padding-left: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-action {
    margin-top: 30px;
    padding-left: 0;
    width: auto;
  }
}

/* オプション 値段詳細表 */
.p-product-option-detail {
  margin-top: 25px;
}

.p-product-option-detail__btn {
  position: relative;
  padding: 15px 20px;
  border-top: 2px solid #2d2d2d;
  border-bottom: 2px solid #2d2d2d;
  border-left: 0;
  border-right: 0;
  width: 100%;
  font-size: 18px;
  line-height: 1.4;
  background: transparent;
  text-align: left;
}
.p-product-option-detail__btn:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #a0a0a0;
  border-bottom: 2px solid #a0a0a0;
  transform: rotate(45deg);
  transition: all ease 0.2s;
}
.p-product-option-detail__btn:hover:before {
  border-right-color: #2d2d2d;
  border-bottom-color: #2d2d2d;
}
.p-product-option-detail__btn.is-on:before {
  margin-top: -3px;
  border-right-color: #2d2d2d;
  border-bottom-color: #2d2d2d;
  transform: rotate(-135deg);
}

.p-price-table {
  display: none;
  padding: 30px 30px 20px 30px;
  line-height: 1.4;
  background: #fafafa;
  word-break: break-all;
}
@media screen and (max-width: 1023px) {
  .p-price-table {
    padding: 25px 20px 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-price-table {
    padding: 20px 10px 5px 10px;
  }
}

.p-price-table__heading-wrap {
  display: flex;
  flex-wrap: wrap;
}

.p-price-table__heading {
  box-sizing: border-box;
  padding-bottom: 15px;
  width: 40%;
  font-weight: bold;
}
.p-price-table__heading:nth-child(2) {
  padding-left: 10px;
  width: 60%;
}

.p-price-table__dl {
  display: flex;
  flex-wrap: wrap;
}

.p-price-table__dt {
  box-sizing: border-box;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #2d2d2d;
  width: 40%;
  font-weight: 600;
}

.p-price-table__dd {
  box-sizing: border-box;
  margin: 0;
  padding-top: 15px;
  border-top: 1px solid #2d2d2d;
  width: 60%;
}

.p-price-table-list__item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  border-bottom: 1px solid #2d2d2d;
}
.p-price-table-list__item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.p-price-table-list__name {
  font-weight: 600;
}

.p-price-table-list__price {
  margin-top: 5px;
}

.p-price-table-list__soldout {
  color: #a10000;
}

.p-price-table__body::after {
  display: block;
  clear: both;
  content: "";
}

.p-price-table__body dt {
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding: 0.7em 0.5em;
  border-top: 1px solid #eaeaea;
}

.p-price-table__body dd {
  overflow: hidden;
  padding: 0;
  border-top: 1px solid #eaeaea;
}

.p-price-table__body span {
  display: block;
  text-align: right;
}

.p-price-table__body ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.p-price-table__body li {
  padding: 0.7em 0.5em;
  border-bottom: 1px solid #eaeaea;
}

.p-price-table__body li:last-child {
  border-bottom: 0;
}

.p-price-table__name {
  font-weight: bold;
}

/* オプション table */
@media screen and (max-width: 767px) {
  .p-product-option-tbl {
    display: none;
  }
}
.p-product-option-tbl table {
  margin-bottom: 30px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #2f2f2f;
  border-radius: 0;
  width: 100%;
}
.p-product-option-tbl table div {
  display: inline-block !important;
}
.p-product-option-tbl th, .p-product-option-tbl td {
  padding: 17px 15px 12px 15px;
  border-top: 1px solid #2f2f2f !important;
  border-bottom: 1px solid #ffffff;
  border-left: 0;
  border-radius: 0 !important;
  text-align: center;
}
.p-product-option-tbl th {
  font-weight: 600;
  white-space: pre-wrap;
}
.p-product-option-tbl label {
  display: inline-block !important;
  margin-left: 5px;
  margin-bottom: 0;
}
.p-product-option-tbl input {
  margin-top: 0;
}
.p-product-option-tbl {
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 10px;
}

.p-product-option-tbl::-webkit-scrollbar {
  height: 8px;
}

.p-product-option-tbl::-webkit-scrollbar-track {
  background: #f4f4f4;
}

.p-product-option-tbl::-webkit-scrollbar-thumb {
  background: #8f8f8f;
  border-radius: 4px;
}

/* オプション select */
.p-product-option-select {
  margin-bottom: 30px;
}

.p-product-option-select__box {
  margin-bottom: 25px;
}

.p-product-option-select__ttl {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-product-option-select__ttl {
    font-size: 13px;
  }
}

/* 名入れ */
.p-product-name {
  margin-bottom: 30px;
}

.p-product-name__box {
  margin-top: 15px;
}

.p-product-name__ttl {
  margin-bottom: 10px;
  line-height: 1;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-product-name__ttl {
    font-size: 13px;
  }
}

.p-product-name__body input {
  width: 100%;
}

/* 数量 */
.p-product-form-stock {
  margin-top: 30px;
  margin-bottom: 25px;
}

.p-product-form-stock__ttl {
  margin-bottom: 10px;
  line-height: 1;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-product-form-stock__ttl {
    font-size: 13px;
  }
}

.p-product-form-stock__box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-product-form-stock__box {
    font-size: 13px;
  }
}

.p-product-form-stock__input {
  display: flex;
  align-items: center;
}
.p-product-form-stock__input input {
  margin-right: 5px;
  width: 60px;
}

.p-product-form-stock__unit {
  margin-left: 10px;
}

.p-product-form-stock__stock {
  margin-left: 15px;
}

/* ボタン */
.p-product-form-btn__cart {
  margin-bottom: 10px;
}

.p-product-form-btn-member {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 10px;
}

.p-product-form-btn-member__item {
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}

.p-product-form-btn__favorite {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-product-form-btn__favorite .c-btn-cart.is-favorite {
  color: #888888;
}
.p-product-form-btn__favorite .c-btn-cart.is-favorite svg {
  position: relative;
  top: 1px;
  margin-right: 5px;
  width: 21px;
  height: 17px;
  fill: #d8d8d8;
}
@media screen and (max-width: 767px) {
  .p-product-form-btn__favorite .c-btn-cart.is-favorite svg {
    width: 18px;
    height: 14px;
  }
}
.p-product-form-btn__favorite .c-btn-cart.is-favorite.is-added {
  color: #2d2d2d;
}
.p-product-form-btn__favorite .c-btn-cart.is-favorite.is-added svg {
  fill: #000000;
}

.p-product-form__error-message {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #a10000;
  text-align: center;
}

.p-product-contact__link {
  display: block;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-product-contact__link {
    font-size: 14px;
  }
}

/* SNS */
.p-product-sns-list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-product-sns-list {
    margin-top: 40px;
  }
}

.p-product-sns-list__item {
  margin-right: 20px;
}
.p-product-sns-list__item:last-child {
  margin-right: 0;
}

/* link */
.p-product-link-list {
  margin-top: 40px;
}
.p-product-link-list li {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-product-link-list {
    margin-left: 25px;
  }
}

.p-product-link-list__item {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .p-product-link-list__item {
    margin-bottom: 20px;
  }
}

/***** 商品詳細 *****/
.p-product__ttl {
  position: relative;
  margin-top: 240px;
  margin-bottom: 45px;
  padding-top: 25px;
  line-height: 1.4;
  font-size: 24px;
  font-weight: bold;
  font-family: "Playfair Display", serif;
  color: #757575;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-product__ttl {
    margin-top: 120px;
    margin-bottom: 30px;
    padding-top: 15px;
    line-height: 1.4;
    font-size: 20px;
  }
}
.p-product__ttl:before {
  content: "";
  position: absolute;
  top: -85px;
  left: 50%;
  height: 85px;
  width: 1px;
  background: #b3b2b2;
}
@media screen and (max-width: 767px) {
  .p-product__ttl:before {
    top: -40px;
    height: 40px;
  }
}

.p-product-detail {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-product-detail {
    padding-top: 45px;
  }
}

.p-product-explain {
  width: 90%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.p-product-explain__body {
  line-height: 2;
}

.p-product-other {
  width: 530px;
  order: -1;
}
@media screen and (max-width: 1023px) {
  .p-product-other {
    width: auto;
  }
}

/* おすすめ商品 */
.p-product-recommend {
  padding-top: 90px;
}

.p-product-recommend-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 767px) {
  .p-product-recommend-list {
    margin-left: -5px;
    margin-right: -5px;
  }
}

.p-product-recommend-list__item {
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  width: 33.3333%;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .p-product-recommend-list__item {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.p-product-recommend-list__img {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-product-recommend-list__img {
    margin-bottom: 10px;
  }
}

.p-product-recommend-list__txt {
  position: relative;
  padding-bottom: 20px;
}

.p-product-recommend-list__ttl {
  font-size: 14px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-product-recommend-list__ttl {
    font-size: 12px;
  }
}

.p-product-recommend-list__price {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-product-recommend-list__price {
    margin-top: 5px;
    font-size: 12px;
  }
}
.p-product-recommend-list__price.is-default {
  margin-top: 0;
  text-decoration: line-through;
}
.p-product-recommend-list__price.is-soldout {
  color: #a10000;
}

/* レビュー */
.p-product-review {
  margin-left: 50px;
  margin-right: 50px;
  padding-top: 60px;
}
@media screen and (max-width: 1023px) {
  .p-product-review {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-review {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.p-product-review__item {
  box-sizing: border-box;
  padding: 30px 50px;
  border-top: 2px solid #2d2d2d;
  border-bottom: 2px solid #2d2d2d;
}
@media screen and (max-width: 767px) {
  .p-product-review__item {
    padding: 25px;
  }
}
.p-product-review__item + .p-product-review__item {
  border-top: 0;
}

.p-product-review__heading {
  margin-bottom: 10px;
}

.p-product-review__ttl {
  margin-top: 15px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 18px;
}

.p-product-review-info {
  margin-top: 10px;
  margin-bottom: 10px;
}

.p-product-review-info__item {
  display: inline-block;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .p-product-review-info__item {
    display: block;
  }
}
.p-product-review-info__item.is-type {
  margin-right: 35px;
}

.p-product-review__img {
  margin-top: 20px;
  width: 80px;
  text-align: center;
  position: relative;
}
.p-product-review__img:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 18px;
  height: 18px;
  background: url(https://img.shop-pro.jp/tmpl_img/87/review-icon-zoom.png);
  background-size: 18px 18px;
}

.p-product-review__body {
  line-height: 1.75;
}

.p-product-review__rates {
  display: flex;
  flex-wrap: wrap;
}

.p-product-review__rate {
  width: 18px;
  height: 18px;
  vertical-align: -0.3em;
  fill: currentColor;
  fill: #d8d8d8;
}
.p-product-review__rate.is-color {
  fill: #ea872f;
}

/* レビュー 返信 */
.p-product-review-reply {
  box-sizing: border-box;
  margin-top: 20px;
}

.p-product-review-reply__ttl {
  font-weight: bold;
}

.p-product-review-reply__body {
  font-size: 12px;
}

.p-product-review-reply__date {
  font-size: 12px;
}

.p-product-review__none {
  text-align: center;
}

.p-product-review__btn-wrap {
  margin-top: 45px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-product-review__btn-wrap {
    margin-top: 30px;
  }
}

.p-product-review__btn {
  box-sizing: border-box;
  display: inline-block;
  padding: 18px;
  min-width: 370px;
  border: 2px solid #2d2d2d;
  font-size: 18px;
  background: #ffffff;
  color: #2d2d2d;
  text-align: center;
  transition: all ease 0.2s;
}
@media screen and (max-width: 767px) {
  .p-product-review__btn {
    padding: 10px;
    font-size: 14px;
    min-width: 275px;
  }
}
.p-product-review__btn:hover, .p-product-review__btn:focus {
  background: #2d2d2d;
  color: #ffffff;
  text-decoration: none;
}

/*  クイックカートイン CSS  */
.cart_in_modal,
.cart_in_error_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .7);
  z-index: 20000;
  display: flex;
  overflow: auto;
}
@media screen and (min-width: 960px) {
  .cart_in_modal,
  .cart_in_error_modal {
    align-items: center;
  }
}
.cart_in_modal__bg {
  background-color: rgba(0, 0, 0, .7);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 20000;
}
.cart_in_modal__outline {
  width: 90%;
  margin: 20px 5%;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
  box-sizing: border-box;
  text-align: center;
  position: absolute;
}
@media screen and (min-width: 960px) {
  .cart_in_modal__outline {
    width: 900px;
    margin: auto;
    padding: 20px 70px;
    position: relative;
  }
}
.cart_in_modal__heading {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
  line-height: 1.4;
}
@media screen and (min-width: 960px) {
  .cart_in_modal__heading {
    font-size: 26px;
    margin: 30px 0;
    line-height: 1.2;
  }
}
.cart_in_error_modal__heading {
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 20px;
  line-height: 1.4;
}
@media screen and (min-width: 960px) {
  .cart_in_error_modal__heading {
    margin: 30px 0;
    line-height: 1.2;
  }
}
.cart_in_modal__detail {
  display: flex;
  padding: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .cart_in_modal__detail {
    flex-direction: row;
  }
}
.cart_in_modal__name {
  font-size: 16px;
  flex: 1;
  line-height: 1.4;
  text-align: left;
  margin: 0;
}
@media screen and (min-width: 960px) {
  .cart_in_modal__name {
    font-size: 18px;
  }
}
.cart_in_modal__image-wrap {
  padding: 5px;
  width: 170px;
  height: 170px;
  background: rgba(0, 0, 0, .1);
  position: relative;
  border: 5px solid transparent;
  box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  .cart_in_modal__image-wrap {
    margin: 0 30px 0 0;
    flex-basis: 170px;
  }
}
.cart_in_modal__image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.cart_in_modal__text-link {
  color: #2169f3;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 20px 0 0;
  padding: 0 0 0 20px;
  line-height: 1.15;
}
.cart_in_modal__text-link::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #2169f3;
  border-right: 2px solid #2169f3;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.cart_in_modal__button-wrap {
  width: 100%;
  margin: 30px auto;
  font-size: 17px;
}
@media screen and (min-width: 960px) {
  .cart_in_modal__button-wrap {
    width: 350px;
  }
}
.cart_in_modal__button {
  font-size: 17px;
  font-weight: bold;
  line-height: 23px;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  border: 0;
  border-radius: 4px;
  width: 100%;
  height: 58px;
  padding: 15px;
  background: #2169f3;
  box-shadow: 0 2px 0 #1a54c2;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cart_in_modal__button:hover,
.cart_in_modal__button:focus {
  height: 58px;
  color: #e9f0fe;
  background-color: #1e5fdb;
  box-shadow: none;
  transform: translate3d(0, 2px, 0);
}
.cart_in_modal__close-icon {
  cursor: pointer;
}
.cart_in_modal__close-icon::before,
.cart_in_modal__close-icon::after {
  content: "";
  width: 35px;
  height: 6px;
  display: block;
  position: absolute;
  top: 30px;
  right: 20px;
  background: #eee;
  border-radius: 4px;
}
.cart_in_modal__close-icon::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cart_in_modal__close-icon::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.spinner::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100px;
  width: 100px;
  margin-top: -50px;
  margin-left: -50px;
  border-radius: 50%;
  border: 5px solid #eee;
  border-top-color: #fd7f23;
  animation: spinner 0.5s linear infinite;
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 960px) {
  .sp-br {
    display: none;
  }
}



/* テンプレート カスタム
******************************/
.p-product-detail p {
  margin: 1em 0;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.p-product-detail img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.u-container-s {
  box-sizing: border-box;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

.p-product-explain {
  margin-left: 100px;
  margin-right: 100px;
}

.c-ttl-main {
  position: relative;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.2;
  font-size: 30px;
  font-weight: 600;
  font-family: "Spartan", sans-serif;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-product-explain {
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .c-ttl-main {
    margin-bottom: 20px;
    font-size: 21px;
  }
}

@media screen and (max-width: 1023px) {
  .u-container-s {
      padding-left: 25px;
      padding-right: 25px;
      max-width: inherit;
  }
}


/* --------------------------
  商品説明
-------------------------- */

.detailSec {
  margin: 40px 0;
  padding: 20px 0 0;
}

/* 見出し
-------------------------- */
.detailSec .heading {
	position: relative;
  margin: 0 0 30px;
  padding: 0 0 14px;
	font-size: 24px;
  color: #300;
}

.detailSec .heading::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 25%;
	height: 4px;
	background-image: repeating-linear-gradient(135deg, #939f60 0px, #939f60 1px, transparent 0%, transparent 50%);
	background-size: 5px 5px;
}

@media screen and (max-width: 767px) {
  .detailSec .heading {
    font-size: 20px;
  }
}

/* 見出し英語 */
.detailSec .headingSubEng {
	position: relative;
	padding-top: 50px;
	padding-left: 30px;
	font-size: 26px;
}
.detailSec .headingSubEng span {
	position: relative;
	z-index: 2;
}
.detailSec .headingSubEng::before {
	content: attr(data-en);
	position: absolute;
	transform: rotate(-5deg);
	top: -20px;
	left: 0;
	color: rgba(224,66,114,0.2);
	font-size: 80px;
	font-weight: 400;
	font-family: luxus-brut, cursive;
	font-style: italic;
}

/* 見出し画像 */
.headingImg {
  text-align: center;
}

/* 見出し強調 */
.headingM {
  font-size: 1.2rem;
}


/* 吹き出し見出し */
.balloonLine {
  position: relative;
  padding: 0  0 5px 5px;
  border-bottom: 2px solid #939f60;
  border-left: 2px solid #939f60;
  border-radius: 0 0 0 10px;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #76872e;
}
.balloonLine:before {
  position: absolute;
  left: 50px;
  bottom: -20px;
  width: 0;
  height: 0;
  content: '';
  border-width: 20px 20px 0 0;
  border-style: solid;
  border-color: #939f60 transparent transparent transparent;
}
.balloonLine:after {
  position: absolute;
  left: 52px;
  bottom: -14px;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 14px 0 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.balloonLine .bg {
  display: block;
  background-color: #f6f7e9;
  padding: 0.5em 1em;
  border-radius: 0 0 0 10px;
}
@media screen and (max-width: 767px) {
  .balloonLine {
    font-size: 18px;
  }
}


/* 商品詳細表
-------------------------- */
#productInfo {
  position: relative;
  background: #efeeeb;
  margin: 0 0 40px;
  padding: 5%;
}
#productInfo::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background-image: repeating-linear-gradient(135deg, #939f60 0px, #939f60 1px, transparent 0%, transparent 50%);
	background-size: 5px 5px;
}

#productInfo .tbl {
  border-collapse: collapse;
  margin: 0 auto;
}
#productInfo .tbl th,
#productInfo .tbl td {
  border-bottom: 1px dotted rgba(51,0,0,0.4);
  padding: 10px 10px;
  font-size: 13px;
}
#productInfo .tbl th {
  white-space: nowrap;
  padding-right: 0;
  color: #300;
}
#productInfo .tbl td ul {
  margin: 0;
  padding: 2px 0 2px 1.5rem;
  list-style: disc;
}
#productInfo .tbl td p {
  font-size: 13px;
}
#productInfo .tbl td p:last-child {
  margin: 0;
  padding: 5px 0 0;
}


/* イメージ画像
-------------------------- */
@media screen and (min-width: 768px) {
  .p-product-detail .imgSp {
    padding: 20px 0;
  }
}


/* PC2列・スマホ1列 */
.p-product-detail .flexPc1Mb2 .imgBox {
  text-align: center;
}
.p-product-detail .flexPc1Mb2 .imgBox img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-product-detail .flexPc1Mb2 {
    display: flex;
  }
  .p-product-detail .flexPc1Mb2 .imgBox {
    width: 50%;
  }
}

/* 表示切替 */
@media screen and (max-width: 767px) {
  .pcOn {
    display: none !important;
  }
}
@media screen and (min-width: 768px), print {
  .mbOn {
    display: none !important;
  }
}

/* おすすめポイント
-------------------------- */
#productPoint {
  padding: 0;
}
#productPoint ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

#productPoint li {
  position: relative;
  border: 1px dotted #300;
  color: #300;
  margin: 10px 0;
  padding: 0;
}

#productPoint li::before {
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  background: #4c7a2d21;
  border-radius: 5px;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
}

#productPoint li a {
  position: relative;
  display: block;
  padding: 10px 20px 10px 10px;
  text-decoration: none;
  color: inherit;
}

#productPoint li a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -5px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #2d2d2d;
  border-bottom: 2px solid #2d2d2d;
  transform: rotate(45deg);
  transition: all ease 0.2s;
}

@media screen and (min-width: 768px) {
  #productPoint {
    padding-bottom: 20px;
  }
}

@media (hover: hover) {
  #productPoint li:hover {
    opacity: 0.6;
  }
}



/* シリーズ一覧
-------------------------- */
ul.seriesList {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  ul.seriesList {
    display: flex;
    flex-wrap: wrap;
  }
  ul.seriesList li {
    width: 50%;
  }
}

@media (hover: hover) {
  ul.seriesList a:hover {
    opacity: 0.6;
  }
}


/* 使用例
-------------------------- */
table.egTbl {
  border-collapse: separate;
  border-spacing: 0 3px;
  position: relative;
  width: 100%;
  border: 1px dotted #300;
  margin: 30px 0 0;
  padding: 0.8rem 1rem;
  letter-spacing: 0.05rem;
}
table.egTbl caption {
  position: absolute;
  top: -0.8rem;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  background: #fff;
  color: #300;
  padding: 0 10px;
  font-size: 20px;
  font-weight: bold;
}
table.egTbl th,
table.egTbl td {
  padding: 8px 10px;
  font-size: 14px;
  box-sizing: border-box;
}
table.egTbl th {
  background: #94Af2f;
  color: #fff;
  width: 30%;
}
table.egTbl tr.clr01 th { background: #cc3433; }
table.egTbl tr.clr02 th { background: #fe9900; }
table.egTbl tr.clr03 th { background: #0066cb; }
table.egTbl tr.clr04 th { background: #339967; }
table.egTbl tr.clr05 th { background: #cb3398; }
table.egTbl tr.clr06 th { background: #ff6766; }

table.egTbl td {
  background: #f7f3d6;
}
table.egTbl tr:nth-child(even) td {
  background: #e8e7df;
}

@media screen and (max-width: 767px) {
  table.egTbl {
    border-spacing: 0 5px;
    padding: 0.6rem 1rem;
  }
  
  table.egTbl caption {
    font-size: 18px;
  }
  
  table.egTbl th,
  table.egTbl td {
    display: block;
    width: 100%;
    text-align: left; 
  }
}

dl.boxNote {
  margin: 0 0 10px;
  padding: 10px 0 0;
  font-size: 14px;
  letter-spacing: 0.05rem;
}
dl.boxNote dt {
  display: inline-block;
  background-color: #300;
  border-radius: 5px;
  color: #ff0;
  margin: 0 10px;
  padding: 3px 14px;
  font-weight: normal;
}
dl.boxNote dd {
  border: 1px solid #300;
  color: #300;
  margin: -14px 0 0;
  padding: 24px 15px 15px;
}


/* お茶の淹れ方
-------------------------- */
.recipeSec.typeImg {
  padding: 20px 0;
}

.recipeSec.typeImg .imgBox {
  max-width: 320px;
  margin: 0 auto;
  text-align: center;
}
.recipeSec.typeImg .imgBox img {
  margin: 0 auto;
}

.recipeSec dt {
  display: inline-block;
  background: linear-gradient(-45deg, #b6e3e3 0%, #dcebb3 40%, #dcebb3 100%);
  border-radius: 100vh;
  padding: 10px 20px;
  color: #300;
  font-size: 16px;
}
.recipeSec dd {
  border-top: 2px dotted #a8dcdc;
  border-bottom: 2px dotted #939f60;
  margin: -20px 0 0 10px;
  padding: 35px 20px 10px;
}

#arrange {
  padding: 20px 0 0;
}

#arrange .recipeSec dt {
  background: linear-gradient(-45deg, #dea8b8 0%, #e8e59e 40%, #e8e59e 100%);
}
#arrange .recipeSec dd {
  border-top: 2px dotted #dea8b8;
  border-bottom: 2px dotted #939f60;
}
#recipe .pointMemo dl {
  position: relative;
  padding: 20px;
}
#recipe .pointMemo dl::before {
  position: absolute;
  top: 40px;
  left: 0;
  content: "";
  background-color: rgba(220,235,179,0.3);
  width: 100%;
  height: 90%;
  z-index: -1;
}
#recipe .pointMemo .memoTile {
  text-align: center;
  font-size: 18px;
  background-color: rgba(220,235,179,1);
  border-radius: 12px 12px 0 0;
  color: #269c57;
  display: inline-block;
  padding: 10px 20px 5px;
}
#recipe .pointMemo dd {
  border: 2px solid rgba(220,235,179,1);
  margin: 0;
  padding: 10px 20px;
  font-size: 14px;
  letter-spacing: 0.05rem;
}
#recipe .pointMemo ul {
  list-style: disc;
  margin: 0;
  padding: 0 0 0 1rem;
}
#recipe .pointMemo li {
  margin: 16px auto;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .recipeSec.typeImg {
    display: flex;
    align-items: center;
  }
  .recipeSec.typeImg:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  .recipeSec.typeImg .txtBox {
    flex: 1;
  }

  #recipe .pointMemo dd {
    padding: 20px 28px;
  }
}

/* フロー形式 */
ol.recipeFlow {
  list-style: none;
  margin: 2em 0;
  padding: 0;
}
ol.recipeFlow li {
  display: flex;
  position: relative;
  margin: 0 0 30px;
  padding: 0;
}
ol.recipeFlow li:not(:last-child)::before {
  position: absolute;
  left: 50%;
  bottom: -18px;
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-color: transparent transparent #333 #333;
  transform: rotate(-45deg);
}
ol.recipeFlow li .imgBox {
  width: 50%;
  max-width: 250px;
}
ol.recipeFlow li .imgBox img {
  border-radius: 10px;
}
ol.recipeFlow li dl {
  position: relative;
  margin: 20px 0 0;
  padding: 0;
  flex: 1;
}
ol.recipeFlow li dl::before {
  position: absolute;
  top: 20px;
  right: 0;
  content: "";
  width: 105%;
  height: calc(100% - 20px);
  background-color: #f6f7e9;
  z-index: -1;
  display: flex;
  flex-direction: column;
}
ol.recipeFlow li dt {
  margin: 0 auto 10px 15px;
  padding: 0;
  font-size: 20px;
  color: #269c57;
}
ol.recipeFlow li dt .fNum {
  display: inline-block;
  margin: 0 0 0 5px;
  font-size: 32px;
}
ol.recipeFlow li dd {
  margin: 0;
  padding: 5px 15px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  ol.recipeFlow li {
    display: block;
  }
  ol.recipeFlow li .imgBox {
    margin: 0 auto;
  }
  ol.recipeFlow li dl {
    margin-top: -32px;
  }
  ol.recipeFlow li dl::before {
    width: 100%;
  }
}


/* ご購入者様のお声
-------------------------- */
ul.voiceList {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.voiceList li {
  position: relative;
  background-color: rgba(234,66,114,0.1);
  color: #300;
  margin: 20px 0;
  padding: 25px 5% 15px;
  font-size: 15px;
}
ul.voiceList li::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  display: block;
  width: 95%;
  height: 1px;
  border-top: 1px dashed #300;
}
ul.voiceList li::after {
  position: absolute;
  top: -10px;
  right: -3%;
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url("https://file003.shop-pro.jp/PA01443/201/img_product/mk_voice.png") no-repeat center center;
  background-size: contain;
}
ul.voiceList li:nth-child(even) {
  background-color: rgba(243,232,188,0.5);
}
ul.voiceList li .sig {
  display: inline-block;
  font-size: 13px;
}
@media screen and (max-width: 320px) {
  ul.voiceList li::after {
    right: -6%;
  }
}
@media screen and (max-width: 599px) {
  ul.voiceList li::after {
    right: -4%;
    width: 30px;
    height: 30px;
  }
}


/* 完全独自製法
-------------------------- */
#ownMethod .boxLine {
  position: relative;
  background-color: #fdfae6;
  border: 1px dashed #2b9986;
  margin-top: -70px;
  padding: 50px 5% 20px;
  z-index: -2;
}
#ownMethod .readBox {
  text-align: center;
}
#ownMethod .readBox p {
  display: inline-block;
  text-align: left;
}
#ownMethod .readBox strong {
  font-size: 20px;
  color: #300;
}

#ownMethod dl.method {
  position: relative;
  padding: 20px 0 0;
  margin: 0;
}
#ownMethod dl.method::before {
  position: absolute;
  top: 40px;
  left: 8%;
  content: "";
  background: repeating-linear-gradient(135deg, rgba(234,227,119,0.4), rgba(234,227,119,0.4) 4px, transparent 0, transparent 8px);
  width: calc(98% - 4px);
  height: 96%;;
  z-index: -1;
}
#ownMethod dl.method:nth-of-type(even)::before {
  left: calc(-5% - 4px);
}
#ownMethod dl.method:last-child {
  margin-bottom: 20px;
}

#ownMethod dl.method dt {
  position: relative;
  display: inline-block;
  margin: 0 0 1rem;
  padding: 7px 15px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.05rem;
  background: #2b9986;
  border-radius: 6px;
}
#ownMethod dl.method dt::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border: 6px solid transparent;
  border-top: 15px solid #2b9986;
}
#ownMethod dl dd {
  margin: 0 0 20px;
  padding: 0;
}

#ownMethod dl.method .flexBox .imgBox {
  max-width: 260px;
  margin-left: 5%;
}

#ownMethod dl.method .flexBox .txtBox {
  flex: 1;
}

@media screen and (max-width: 767px) {
  #ownMethod .readBox strong {
    font-size: 18px;
  }
  #ownMethod dl.method dt {
    font-size: 16px;
  }
  #ownMethod dl.method .flexBox {
    display: block;
  }
  #ownMethod dl.method .flexBox .imgBox {
    margin-right: auto;
    margin-left: auto !important;
  }
}


/* シリーズ商品一覧
-------------------------- */
#seriesList {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background: linear-gradient(to bottom, #e8e1db 0%, #f6f6f4 40%, #f6f6f4 100%);
  text-align: center;
  padding: 0 0 40px;
}
#seriesList .box {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
}

/* 見出し */
.seriesListTitle {
  position: relative;
  display: inline-block;
  background: url("https://file003.shop-pro.jp/PA01443/201/img_product/check.png") no-repeat center 0 #fff;
  background-size: 150px 40px;
  margin: 0 0 2em;
  padding: 40px 10px 7px;
  min-width: 180px;
  max-width: 100%;
  border-radius: 0 0 6px 6px;
  font-size: 20px;
  color: #300;
}
.seriesListTitle::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border: 6px solid transparent;
  border-top: 15px solid #fff;
}

/* 一覧 */
#seriesList ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 184px));
  
  justify-content: center;
  row-gap: 20px;
  column-gap: 20px;
}
#seriesList ul a {
  display: block;
}
#seriesList ul p {
  margin: 1em 0;
 text-align: left;
 font-size: 12px;
}

/* このページの商品です */
#seriesList li.thisPage {
  position: relative;
}
#seriesList li.thisPage::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(246,246,244,0.6);
}
#seriesList li.thisPage .thisPageText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0,0,0,0.8);
  border-radius: 5px;
  color: #fff;
  width: 80%;
  padding: 10px 5px;
  z-index: 10;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  #seriesList ul {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
}
@media (hover: hover) {
  #seriesList ul a:hover {
    opacity: 0.6;
  }
}



/* etc
-------------------------- */
.fRed {
  color: #c00;
}

.fS {
  font-size: 0.8rem;
  vertical-align: middle;
}

/* flexBox */
.flexBox {
  display: flex;
  flex-wrap: wrap;
}

/**/
.p-product-detail figure {
  margin: 0;
  padding: 0;
}
.p-product-detail figcaption {
  margin: 0;
  padding: 5px 0;
  font-size: 0.8rem;
}


/* 表示調整
-------------------------- */
@media screen and (max-width: 767px) {
  .overBox {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    width: 100vw;
  }
}


/* 043用・048用
-------------------------- */
/* 実際に届いたお声 */
#pg043letter,
#pg048letter {
padding-bottom: 10px;
}
#pg043letter dl,
#pg048letter dl {
  position: relative;
  margin: 0;
  padding: 0;
}
#pg043letter dl::before,
#pg048letter dl::before {
  position: absolute;
  top: 50px;
  content: "";
  width: 100%;
  height: calc(100% + 10px);
  background: repeating-linear-gradient(135deg, rgba(255,255,255,0.5), rgba(255,255,255,0.5) 3px, #bef0ed 0, #bef0ed 6px);
  z-index: -2;
}
#pg043letter dl::after,
#pg048letter dl::after {
  position: absolute;
  top: 50px;
  content: "";
  width: 100%;
  height: calc(100% + 10px);
  background: linear-gradient(to bottom, transparent 0%, #bef0ed 40%, #bef0ed 100%);
  z-index: -1;
}
#pg043letter dd,
#pg048letter dd {
  margin: 15px 10% 15px 5%;
  padding: 10px 15px;
  background-color: #fff;
  border-radius: 6px;
  color: #18198e;
  letter-spacing: 0.05em;
}
#pg043letter dd:nth-child(even),
#pg048letter dd:nth-child(even) {
  margin: 15px 5% 15px 10%;
}
/* 質問FAQ */
#pg043Faq dt,
#pg048Faq dt {
  display: flex;
}
#pg043Faq dt .faqNum,
#pg048Faq dt .faqNum {
  display: flex;
  align-items: center;
  background-color: #18198e;
  border-radius: 6px;
  color: #fff;
  margin: 0;
  padding: 5px 10px;
  white-space: nowrap;
  font-size: 13px;
}
#pg043Faq dt .txt,
#pg048Faq dt .txt {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 5px;
  color: #18198e;
  font-weight: bold;
}
#pg043Faq dd,
#pg048Faq dd {
  background-color: #fffcb6;
  border-radius: 6px;
  margin: 10px 0 20px;
  padding: 10px 15px;
}

@media screen and (min-width: 480px) {
  #pg043Faq dt,
  #pg048Faq dt {
    align-items: center;
  }
}


/* 055用
-------------------------- */
#pg055Reason .warp {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#pg055Reason .herbs {
	width: 48%;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
#pg055Reason .herbs h4 {
	margin: 0;
	font-size: 20px;
	border-bottom: 1px dashed #eee;
}
#pg055Reason .herbs p {
	margin: 10px 0 0;
	font-size: 14px;
}
#pg055Reason .herbs img {
	display: block;
	margin-right: 10px;
}
@media screen and (max-width: 767px) {
	#pg055Reason .herbs {
    width: 100%;
  }

  #pg055Reason .herbs h4 {
    font-size: 16px;
  }
  #pg055Reason .herbs p {
    margin: 5px 0 0;
  }
}

.favorite {
	background: #011635;
	padding-bottom:4%;
}
.favorite h5 {
	margin: 0;
}
.favorite .intro {
	padding:15px;
	font-size: 12px;
	background: #b1d8d8;
	margin: 0 4%;
}
.favorite .intro p {
	margin: 0;
	color: #063856;
	
}
.favorite .box{
	margin: 0 4%;
	padding: 10px 20px;
	background: #fff;
	font-size: 15px;
}
.favorite .box h6 {
	font-size: 16px;
	margin: 0 0 10px;
	border-left: 4px solid #3197a9;
	padding-left: 10px;
	color: #063856;

}
.favorite .faq dl {
	margin: 0;
}
.favorite .faq dt {
	margin-left: 0;
	padding: 0.5em 0 0.5em 3em;
	font-weight:  bold;
	color: #3197a9;
}
.favorite .faq dd {
	margin-left: 0;
	padding: 0.5em 0 0.5em 3em;
}
.favorite .faq dt::before {
	margin: 0 0.5em 0 -2.1em;
	padding: 0 8px;
	content: 'Q';
	border-radius: 20px;
	background: #fff;
	color: #3197a9;
	font-size: 22px;
	border: 1px solid #3197a9;
}
.favorite .faq dd::before {
	margin: 0 0.5em 0 -2em;
	padding: 0 10px;
	content: 'A';
	border-radius: 20px;
	background: #3197a9;
	color: #fff;
	font-size: 22px;
}



