@charset "UTF-8";

/* -----------------------------------------------------------
商品詳細用・共通css
----------------------------------------------------------- */
.pd_txt_brown {
  color: #502709;
}

.product_hr {
  display: block;
  border-bottom: 1px solid #888;
  margin: 4px 0;
}

.pd_hr_line {
  border-top: 1px solid #b99a6f;
  margin-top: 7px;
  padding-top: 7px;
}

/* 商品詳細用width等 */
.page-product-width {
  width: 100%;
  max-width: 990px;
  min-width: 700px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.product_inner {
  padding-top: 20px;
  padding-bottom: 20px;
}

.product_main {
  font-size: 0;
}

.product_banner_image {
  margin-bottom: 30px;
}

.product_contents img {
  width: 100%;
  height: auto;
}

.product_main {
  font-size: 0;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

button {
  cursor: pointer;
}

/*ぱんくずリスト*/
.breadcrumb {
  text-align: left;
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: bold;
}

.breadcrumb_link:after {
  content: ">";
  margin: 0 5px;
}

.breadcrumb_link_current:after {
  content: "";
  margin: 0;
}

/* 画面左部の画像 */
.product_main_image {
  border: 1px solid #ddd6ca;
}

.product_main_image img {
  max-width: 100%;
}

.product_main-left {
  display: inline-block;
  vertical-align: top;
  width: 47.9%;
  max-width: 450px;
  font-size: 16px;
}

/* メインイメージ スライダー */
.product_main_image .slick-arrow {
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  border: none;
  background: none;
}

.product_main_image .slick-prev {
  z-index: 3;
  font-size: 0;
  position: absolute;
  left: 5px;
  width: 35px;
  height: 35px;
}

.product_main_image .slick-prev:after {
  content: "";
  display: inline-block;
  border-bottom: 2px solid #ddd6ca;
  border-left: 2px solid #ddd6ca;
  margin-left: 5px;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.product_main_image .slick-next {
  z-index: 3;
  font-size: 0;
  position: absolute;
  right: 5px;
  width: 35px;
  height: 35px;
}

.product_main_image .slick-next:after {
  content: "";
  display: inline-block;
  border-bottom: 2px solid #ddd6ca;
  border-right: 2px solid #ddd6ca;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.product_image_thumbnail .slick-dots {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: center;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: center;
  /*--- IE10 ---*/
  -webkit-justify-content: center;
  /*--- safari（PC）用 ---*/
  justify-content: center;
  margin-top: 15px;
  height: auto;
}

.product_image_thumbnail .slick-dots li {
  width: 18.4%;
  height: auto;
  margin: 0;
  margin-right: 2%;
  border-radius: 0;
  border: 1px solid #ddd6ca;
  cursor: pointer;
  padding: 3px;
}

.product_image_thumbnail .slick-dots li:last-child {
  margin-right: 0;
}

.product_image_thumbnail img {
  width: 100%;
}

.product_image_thumbnail .slick-dots .slick-active {
  border: 4px solid #ddd6ca;
  padding: 0px;
}

/*画面左部下のテキスト、リンク*/
.product_note {
  padding: 30px 0 10px;
}

.product_note_text {
  line-height: 1.5em;
  padding-bottom: 10px;
  border-bottom: 1px solid #cec0a8;
  font-weight: bold;
}

.product_note_list {
  padding-top: 15px;
}

.product_faq {
  display: block;
  width: 95%;
  max-width: 350px;
  height: 40px;
  line-height: 40px;
  background: #ece1d0;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 20px auto 30px;
  position: relative;
}

.product_faq:after {
  content: "";
  background: url(../img/product_faq_arrow.png) no-repeat;
  width: 8px;
  height: 10px;
  display: inline-block;
  top: 14px;
  right: 10px;
  position: absolute;
}

.product_share_SNS {
  width: 100%;
  max-width: 450px;
  height: 70px;
  line-height: 70px;
  font-size: 16px;
  font-weight: bold;
  background: #f4f0eb;
  margin: 0 auto 50px;
}

.product_share_SNS_inner {
  width: 87%;
  max-width: 270px;
  margin: 0 auto;
}

.product_share_SNS p {
  display: inline-block;
  padding-right: 10px;
}

.product_share_SNS ul {
  display: inline-block;
}

.product_share_SNS li {
  display: inline-block;
  padding: 0 10px;
}

.product_share_SNS a:hover {
  opacity: 0.7;
}

.product_share_SNS img {
  vertical-align: middle;
}

/* 右コンテンツ */
.product_main-right {
  display: inline-block;
  vertical-align: top;
  width: 49.5%;
  font-size: 16px;
}

.product_introduction {
  font-size: 20px;
  border-bottom: 1px solid #cec0a8;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}

.product_name {
  margin-bottom: 10px;
  font-weight: bold;
}

.product_name .product_name_main {
  display: block;
  font-size: 28px;
}

.product_name .product_name_sub {
  display: block;
  font-size: 22px;
}

.product_main_information {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  margin-bottom: 25px;
}

.product_main_information_link {
  margin-bottom: 5px;
}

.product_main_information_link a {
  padding-left: 10px;
  background: url(/shared/img/link_arrow_red.png) left center no-repeat;
  background: contain;
  text-decoration: underline;
}

.product_main_information_attention {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
  padding: 10px 0;
  color: #ff0000;
}

.product_main_information_attention>a {
  color: #ff0000;
}

.product_information_tag {
  display: inline-block;
  background: #fff;
  padding: 5px 15px;
  margin-right: 20px;
  margin-bottom: 5px;
  border: 3px solid #b99a6f;
}

.product_cartIn {
  margin-bottom: 25px;
  border: 1px solid;
  border-radius: 10px;
  overflow: hidden;
}

.routine_order {
  border-color: #e88a92;
}

.common_order {
  border-color: #99bb76;
}

.trial_order {
  border-color: #c2a882;
}

.product_cartIn_title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
}

.product_cartIn_title .small_txt {
  font-size: 16px;
}

.routine_order .product_cartIn_title {
  background: #e88a92;
  font-size: 20px;
}

@media screen and (min-width: 990px) {
  .routine_order .product_cartIn_title {
    padding: 20px 10px;
  }
}

.common_order .product_cartIn_title {
  background: #99bb76;
}

.trial_order .product_cartIn_title {
  background: #c2a882;
}

.shipping_cost_tag:after {
  content: attr(data-shipping-cost);
  border: 1px solid #fff;
  font-size: 14px;
  height: 25px;
  line-height: 25px;
  padding: 0 5px;
  margin-left: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.routine_order .product_cartIn_inner {
  padding: 15px;
}

.common_order .product_cartIn_inner,
.trial_order .product_cartIn_inner {
  padding: 15px 25px;
}

.product_course_and_price {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.product_course {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.product_cartIn_content {
  display: block;
}

.product_course_price {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.product_course_quantity {
  display: inline-block;
  width: 100%;
  padding-top: 10px;
  text-align: center;
  font-weight: bold;
}

.routine_page .product_course {
  text-align: center;
  font-size: 18px;
  margin-bottom: 5px;
}

.routine_page .product_course_price {
  display: block;
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (min-width: 990px) {
  .product_cartIn_content {
    display: -webkit-box;
    /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox;
    /*--- IE10 ---*/
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    display: flex;
    -webkit-box-pack: space-between;
    /*--- Androidブラウザ用 ---*/
    -ms-flex-pack: space-between;
    /*--- IE10 ---*/
    -webkit-justify-content: space-between;
    /*--- safari（PC）用 ---*/
    justify-content: space-between;
  }

  .product_course {
    text-align: left;
  }

  .product_course_price {
    text-align: left;
  }

  .product_course_quantity {
    width: 150px;
    text-align: left;
  }

  .product_course_and_price {
    width: inherit;
  }
}

.product_price_off {
  display: inline-block;
  border: 1px solid #de0202;
  margin-left: 5px;
  padding: 2px 5px;
  vertical-align: bottom;
}

.product_course_price .txt_small {
  font-size: 18px;
  margin-right: 10px;
}

.product_price_value {
  color: #de0202;
}

.product_price_tax {
  color: #de0202;
  font-size: 16px;
}

.product_select dt {
  padding: 10px 15px;
  margin-bottom: 20px;
  background: #d0ba9d;
  color: #fff;
  font-size: 18px;
  line-height: 1em;
}

.product_select dd {
  font-size: 16px;
  margin-bottom: 20px;
}

.cartIn_quantity-select {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  padding-right: 5px;
  margin: 0 5px;
  width: 70px;
  height: 30px;
  border: 1px solid #ddd6ca;
  font-size: 18px;
  line-height: 30px;
  text-align: right;
}

.cartIn_quantity-select:after {
  content: "▼";
  font-size: 14px;
  color: #d0ba9d;
  margin-left: 10px;
}

.cartIn_quantity-select select {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

.product_select .cartIn_routine {
  font-size: 0;
}

.cartIn_routine input {
  display: none;
}

.cartIn_routine_item {
  position: relative;
  display: inline-block;
  width: 31.4%;
  height: 70px;
  border-radius: 10px;
  border: 1px solid #ddd6ca;
  text-align: center;
  line-height: 70px;
  font-size: 33px;
  margin-right: 8px;
  margin-bottom: 10px;
  padding: 2px;
}

.cartIn_routine .cartIn_routine_item:nth-child(6) {
  margin-right: 0;
}

@media screen and (min-width: 990px) {
  .cartIn_routine_item {
    width: 18.4%;
  }

  .cartIn_routine .cartIn_routine_item:nth-child(6) {
    margin-right: 8px;
  }
}

.cartIn_routine .cartIn_routine_item:last-child {
  margin-right: 0;
}

.cartIn_routine_item:after {
  content: "日";
  font-size: 16px;
}

.cartIn_routine input:checked+.cartIn_routine_item {
  border: 3px solid #e88a92;
  padding: 0;
}

.cartIn_routine input:checked+.cartIn_routine_item:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 35px;
  height: 35px;
  top: -18px;
  right: -8px;
  background: url(../img/select_checked.png) center center no-repeat;
  background-size: contain;
  z-index: 10;
}

.routine_order .product_total_price {
  text-align: center;
  margin: 40px 0 10px;
}

.shipping_free_tag {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
  padding: 0px 10px;
  border: 1px solid #de0202;
  font-size: 18px;
  line-height: 30px;
  color: #de0202;
}

.product_total_price_value {
  font-size: 30px;
  color: #de0202;
}

.product_total_price_txt {
  font-size: 18px;
  color: #de0202;
}

.cartIn_btn_contents {
  text-align: center;
}

.cartIn_btn {
  text-align: center;
  width: 100%;
  max-width: 370px;
  height: 50px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 10%;
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
  color: #fff;
  border: none;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  position: relative;
}

.about_regularly_course {
  max-width: 370px;
  margin: 0 auto;
}

.about_regularly_course dl dt {
  position: relative;
  background: #ede0cf;
  padding: 5px;
  border-radius: 5px 5px 0 0;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
}

.about_regularly_course dl dt::after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 6px 9px 6px;
  border-color: transparent transparent #c4a679 transparent;
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
}

.about_regularly_course dl dt.js--closed::after {
  transform: translateY(-50%) rotate(180deg);
}

.about_regularly_course dl dd {
  padding: 10px;
  border: solid 1px #bea883;
  font-size: 14px;
  line-height: 1.5;
  max-height: 200px;
  transition: all 0.2s;
  overflow: hidden;
}

.about_regularly_course dl dt.js--closed+dd {
  max-height: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media screen and (min-width: 990px) {
  .common_order .cartIn_btn {
    margin-top: 8px;
  }
}

.routine_order .cartIn_btn {
  background: #e56570;
}

.common_order .cartIn_btn {
  background: #83b055;
}

.trial_order .cartIn_btn {
  background: #b7915a;
}

.cartIn_btn:hover {
  opacity: 0.7;
}

.cartIn_btn:before {
  content: "";
  background: url(../img/cart_btn_icon.png) no-repeat;
  display: inline-block;
  width: 30px;
  height: 24px;
  position: absolute;
  top: 12px;
  left: 20%;
}

.cartIn_btn:after {
  content: "";
  background: url(../img/cart_btn_arrow.png) no-repeat;
  display: inline-block;
  width: 10px;
  height: 12px;
  position: absolute;
  top: 20px;
  right: 10px;
}

.routine_course_link_wrapper {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 370px;
}

.routine_course_link_wrapper .text-left {
  text-align: left;
}

.cartIn_attention {
  padding: 10px;
  font-size: 14px;
  width: 100%;
  max-width: 370px;
  border: solid 1px #c2a882;
}

.cartIn_attention.js-accordion {
  display: none;
}

.cartIn_attention p {
  font-weight: normal;
}

.routine_course_link {
  display: block;
  width: 100%;
  max-width: 370px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  background: #ece1d0;
  border-radius: 5px 5px 0 0;
  position: relative;
  cursor: pointer;
}

.routine_course_link:after {
  content: "";
  background: url(../img/arrow_brown_downward.png) no-repeat;
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 10px;
  top: 15px;
  right: 10px;
}

.routine_course_link.active:after {
  content: "";
  background: url(../img/arrow_brown_upward.png) no-repeat;
}

.routine_course_link_wrapper a {
  text-decoration: underline;
}

.routine_order .js-accordion-btn.routine_course_link:hover {
  text-decoration: underline;
  color: #de0202;
}

.common_order .product_total_price {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: bold;
}

.product_common_quantity {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
}

.product_common_quantity span {
  vertical-align: bottom;
}

.common_order .cartIn_quantity-select {
  vertical-align: top;
  margin-top: 5px;
}

.common_order .product_select dd {
  display: inline-block;
}

.common_order .cartIn_quantity-select {
  vertical-align: top;
  margin-top: 5px;
}

.common_order .product_select dd,
.common_order .product_total_price {
  margin-bottom: 0px;
}

@media screen and (min-width: 990px) {
  .common_order .cartIn_quantity {
    display: -webkit-box;
    /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox;
    /*--- IE10 ---*/
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    display: flex;
    -webkit-box-pack: space-between;
    /*--- Androidブラウザ用 ---*/
    -ms-flex-pack: space-between;
    /*--- IE10 ---*/
    -webkit-justify-content: space-between;
    /*--- safari（PC）用 ---*/
    justify-content: space-between;
    -webkit-align-items: baseline;
    /* Safari etc. */
    -ms-align-items: baseline;
    /* IE10        */
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 7px;
  }

  .common_order .product_total_price {
    width: inherit;
    text-align: left;
  }

  .product_common_quantity {
    width: inherit;
    text-align: left;
  }
}

.trial_order .product_total_price {
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 990px) {
  .trial_order .product_total_price {
    text-align: left;
  }

  .trial_order .product_total_price_name {
    display: inline-block;
  }
}

.hoshi_att {
  background: #f8f5ec;
  padding: 20px;
  border-radius: 10px;
}

.hoshi_att_ttl {
  font-weight: bold;
}

.hoshi_att_txt span {
  display: block;
  margin-bottom: 10px;
}

/* product_common */
.product_common {
  font-size: 16px;
  margin-bottom: 50px;
}

.product_common_title {
  /* font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
  border-bottom:1px solid #cec0a8;
  margin-bottom: 10px;
  margin-top: 25px; */
  color: #fff;
  background: #b99a6f;
  font-size: 20px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  margin-bottom: 20px;
  position: relative;
}

.product_common_title::before {
  content: "";
  background: #b99a6f;
  height: 5px;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 1px solid #dccdb7;
}

.product_common_title::after {
  content: "";
  background: #b99a6f;
  height: 5px;
  width: 100%;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  border-top: 1px solid #dccdb7;
}

.product_common_information-opener {
  display: block;
  text-align: right;
}

.product_common_information-opener-link {
  font-size: 1.1em;
}

.product_common_information-opener-link:link {
  text-decoration: underline;
}

.product_common_information-opener.opened .product_common_information-opener-link {
  font-size: 1em;
}

.product_common_information dt:before {
  content: "◆";
}

.product_common_information dt {
  font-weight: bold;
}

.product_common_information dd {
  margin-bottom: 15px;
}

.product_common_attention {
  margin-top: 2px;
  font-size: 12px;
}

/*商品の特徴
----------------------------------------------------------*/
/*一応、本来ここじゃないかものやつ*/
body {
  font-size: 16px;
}

.product_feature .product_faq {
  margin-bottom: 60px;
}

/*タイトル*/
.product_feature_title {
  color: #fff;
  background: #b99a6f;
  font-size: 20px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  margin-bottom: 20px;
  position: relative;
}

.product_feature_title:before {
  content: "";
  background: #b99a6f;
  height: 5px;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 1px solid #dccdb7;
}

.product_feature_title:after {
  content: "";
  background: #b99a6f;
  height: 5px;
  width: 100%;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  border-top: 1px solid #dccdb7;
}

/*見出し*/
.feature_catch {
  padding: 5px 20px;
  background: #faf5e7;
  color: #df0202;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.feature_section_ttl {
  padding-bottom: 5px;
  color: #df0202;
  border-bottom: 2px solid #df0202;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.feature_section_block_ttl {
  background-image: -webkit-linear-gradient(right, #b9aa92 0px, #b9aa92 2px, #fff 2px, #fff 3px);
  background-image: -o-linear-gradient(right, #b9aa92 0px, #b9aa92 2px, #fff 2px, #fff 3px);
  background-image: linear-gradient(to left, #b9aa92 0px, #b9aa92 2px, #fff 2px, #fff 3px);
  background-repeat: repeat-x;
  background-size: 3px 1px;
  background-position: left bottom;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}

.feature_lead {
  color: #502708;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

/*お客様の実感の声*/
.product_feature_customerVoice {
  padding: 30px 3%;
  margin-bottom: 50px;
  font-size: 16px;
}

.customerVoice_title {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

.customerVoice_content {
  background: url(../img/customerVoice_comment_bg.png) no-repeat right top;
  height: 180px;
  margin-bottom: 10px;
}

.customerVoice_inner {
  height: 120px;
  margin: 0 auto;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 30px;
}

.customerVoice_inner_left {
  display: inline-block;
  width: 14%;
  height: auto;
  border: 1px solid #ddd6ca;
  border-radius: 15px;
  margin-right: 2%;
}

.customerVoice_inner_left img {
  text-align: middle;
}

.customerVoice_inner_right {
  display: inline-block;
  width: 83%;
  height: 120px;
  vertical-align: top;
}

.customer_age_sex.woman {
  height: 40px;
  line-height: 40px;
  background: url(../img/customerVoice_inner_bg_woman.png) no-repeat right top;
  padding-left: 15px;
  font-weight: bold;
}

.customer_age_sex.man {
  height: 40px;
  line-height: 40px;
  background: url(../img/customerVoice_inner_bg_man.png) no-repeat right top;
  padding-left: 15px;
  font-weight: bold;
}

.customer_comment {
  padding-top: 10px;
  line-height: 1.7em;
}

.customerVoice_attention {
  font-size: 12px;
  text-align: right;
}

.customerVoice_moreComment {
  display: block;
  width: 370px;
  height: 50px;
  background: #c2a882;
  border-radius: 5px;
  margin: 35px auto 0;
  font-weight: bold;
  padding-left: 15px;
}

.customerVoice_moreComment a {
  display: inline-block;
  width: 370px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.customerVoice_moreComment a:before {
  content: "";
  background: url(../img/customerVoicd_moreComment_icon.png) no-repeat right center;
  width: 55px;
  height: 27px;
  display: inline-block;
  vertical-align: middle;
}

.customerVoice_moreComment a:after {
  content: "";
  background: url(../img/customerVoice_moreComment_arrow.png) no-repeat left 15px center;
  width: 50px;
  height: 27px;
  display: inline-block;
  vertical-align: middle;
}

/*担当者からのメッセージ*/
.product_feature_officialMessage {
  background: #f6fcfe;
  padding: 40px 0 20px;
  width: 100%;
}

.officialMessage_contents {
  padding-right: 5%;
  padding-left: 5%;
  margin: 0 auto;
  font-size: 16px;
}

.officialMessage_content {
  padding: 30px 0 45px;
}

.officialMessage_content:last-child {
  background: url(../../pd/img/officialMessage_border.png) repeat-x top;
}

.officialMessage_title {
  font-size: 20px;
  font-weight: bold;
}

.officialMessage_content_upper {
  margin-bottom: 20px;
  height: 80px;
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.officialMessage_content_upper_right,
.officialMessage_content_upper_left {
  display: inline-block;
}

.officialMessage_content_upper_left {
  border: 1px solid #e5e5e5;
  margin-right: 20px;
}

.officialMessage_content_upper_right {
  vertical-align: top;
  line-height: 1.7em;
  width: 80%;
}

.officialMessage_content_title {
  font-weight: bold;
}

/*購入手続きへ*/
.product_feature_bottomButton {
  display: block;
  width: 370px;
  height: 50px;
  background: #df0202;
  border-radius: 5px;
  margin: 50px auto;
  font-weight: bold;
}

.product_feature_bottomButton a {
  display: inline-block;
  width: 370px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
  color: #fff;
  position: relative;
}

.product_feature_bottomButton a:after {
  content: "▲";
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  text-align: right;
  position: absolute;
  top: 0;
  right: 15px;
}

/*オススメ商品（style.cssと重複あるかも）*/
.recommend_panel_item-product .recommend_panel_item_link {
  width: 90%;
  margin: 0 5%;
  color: #fff;
}

.recommend_panel_item {
  width: 49%;
  margin-right: 1.5%;
}

.recommend-login_panel_list .recommend_panel_item:nth-child(2n) {
  margin-right: 0;
}

@media screen and (min-width: 1024px) {
  .recommend_panel_item {
    width: 23.8%;
  }

  .recommend-login_panel_list .recommend_panel_item:nth-child(2) {
    margin-right: 1.5%;
  }
}

/* ------------------------------------------------
 * 2021.10 関連する商品
** ------------------------------------------------ */
.product_related_items {
  display: block;
  margin: 0 0 15px;
  padding: 0;
}

.product_related_items,
.product_related_items * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*+.product_related_items {
  margin-top: 32px;
}

.product_related_items__container {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

.product_related_items__title {
  display: block;
  width: 100%;
  height: auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 18px;
  padding: 9.2px 22px;
  color: #fff;
  background: #654838;
}

.product_related_items__body {
  display: block;
  margin: 0;
  padding: 0;
}

.product_related_items__list {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  margin: 0 -5px;
}

.product_related_items__list__item {
  display: block;
  margin: 0 0 17.5px;
  padding: 0 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.product_related_items__list__item a[href] {
  color: #333333;
  text-decoration: none;
}

.product_related_items__list__item a[href]:hover {
  color: #de0202;
  text-decoration: underline;
}

.product_related_item {
  display: block;
}

.product_related_item__image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 6.5px;
  border: 1px solid #654838;
}

.product_related_item__image img {
  display: block;
  width: 100%;
  height: auto;
}

.product_related_item__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
  text-align: left;
}

/* ------------------------------------------------
 * 2021.10 製品の原材料名等（kodawari）
** ------------------------------------------------ */
.product_common_information--kodawari {
  display: block;
  line-height: 1.5;
}

.product_common_information--kodawari>dd,
.product_common_information--kodawari>dt {
  display: block;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.product_common_information--kodawari>dt::before {
  content: "◆";
}

.product_common_information--kodawari>dd {
  margin: 0 0 15px;
}

.product_common_information--kodawari__wrapper {
  display: block;
  min-height: 50px;
  position: relative;
}

.product_common_information--kodawari__wrapper .product_common_information--kodawari {
  overflow: hidden;
  padding-bottom: 50px;
}

.product_common_information--kodawari__wrapper .product_common_information--kodawari.js--opened+.product_common_information--kodawari__more {
  background: rgba(255, 255, 255, 0);
}

.product_common_information--kodawari__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  text-align: center;
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  pointer-events: none;
}

.product_common_information--kodawari__more__btn {
  display: inline-block;
  width: auto;
  min-width: 300px;
  color: #654838 !important;
  background: #fff;
  text-decoration: none !important;
  font-size: 18px;
  font-weight: bold;
  padding: 9.5px 15px;
  border: 2px solid CurrentColor;
  border-radius: 5px;
  text-align: center;
  pointer-events: auto;
  cursor: pointer;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.product_common_information--kodawari__more__btn:hover {
  opacity: 0.7;
}

.product_common_information--kodawari__more__btn__text--closed {
  display: block;
}

.product_common_information--kodawari__more__btn__text--opened {
  display: none;
}

.product_common_information--kodawari__more__btn.js--opened .product_common_information--kodawari__more__btn__text--closed {
  display: none;
}

.product_common_information--kodawari__more__btn.js--opened .product_common_information--kodawari__more__btn__text--opened {
  display: block;
}

.product_common_attention--kodawari {
  margin: 2px 0 0;
  font-size: 12px;
}

/* ------------------------------------------------
 * 2021.10 食品カテゴリ一覧
** ------------------------------------------------ */
.product_kodawari_category {
  display: block;
  background-color: #fff;
  padding: 40px 0;
}

.product_kodawari_category__container {
  display: block;
  width: 100%;
  max-width: 1320px;
  padding: 0 15px;
  margin: 0 auto;
}

.product_kodawari_category__title {
  display: block;
  color: #654838;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 44.5px;
  letter-spacing: 0.15em;
}

.product_kodawari_category__body {
  display: block;
  margin: 0;
  padding: 0;
}

.product_kodawari_category__list {
  list-style: none;
  padding: 0;
  display: flex;
  margin: 0 0 15px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product_kodawari_category__list li {
  width: 49%;
}

.product_kodawari_category__list__item {
  display: block;
  margin: 0 0 40px;
}

.product_kodawari_category__list__item a[href] {
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.product_kodawari_category__list__item a[href]:hover {
  opacity: 0.7;
}

.product_kodawari_category__block {
  display: block;
  margin: 0;
  padding: 0;
}

.product_kodawari_category__block__image {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}

.product_kodawari_category__block__image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.search_cat .search_inner {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
}

.search_cat .search_inner .cat_box {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}

.search_cat .search_inner .cat_box:nth-child(even) {
  margin-left: 20px;
}

.search_cat .search_inner .cat_box a {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  border: 1px solid #d5c5b7;
  border-radius: 5px;
}

.search_cat .search_inner .cat_box a .name {
  width: calc( 100% - 252px - 30px );
  padding-left: 30px;
  font-weight: bold;
  font-size: 21px;
}
.search_cat .search_inner .cat_box.cat_13 a .name {
  font-size: 18px;
}
.search_cat .search_inner .cat_box a .img {
  width: 252px;
  margin: 0 0 0 auto;
  border-radius: 0px 5px 5px 0px;
}

.search_cat .search_inner .cat_box a .img img {
  border-radius: 0px 5px 5px 0px;
  width: 100%;
}

.all_item_inner .item .name,
.all_item_inner .item .txt {
  height: 3em;
}

@media screen and (min-width: 768px) and (max-width:1280px) {
  .search_cat .search_inner .cat_box {
    width: 100%;
  }

  .search_cat .search_inner .cat_box:nth-child(even) {
    margin-left: 0;
  }
}