@charset "utf-8";
/* -----------------------------------------------------------
商品詳細用css
----------------------------------------------------------- */
/* __________ 商品の特徴 __________ */
/*青魚*/
.product_feature_aozakana_content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.aozakana_content_txt {
  width: 70%;
}

.aozakana_content_img {
  width: 28%;
}

.aozakana_content_example {
  margin: 0 auto;
}


/*こだわり*/
.kodawari_vitaminD p {
  margin-bottom: 30px;
}

.kodawari_3point {
  padding-top: 30px;
}

.kodawari_3point > p {
  color: #502708;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.kodawari_3point_contents {
  background: #fdfaea;
  padding: 30px 80px;
  margin-bottom: 30px;
}


@media screen and (max-width: 760px) {
  .kodawari_3point_contents {
    padding: 30px 40px;
  }
}

.kodawari_3point_content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.kodawari_3point_txt {
  width: 70%;
}

.kodawari_point_ttl {
  color: #502708;
  font-size: 20px;
  font-weight: bold;
  height: 35px;
  line-height: 35px;
  margin-bottom: 15px;
}

.kodawari_point_ttl .point_arrow {
  display: inline-block;
  width: 115px;
  height: 35px;
  line-height: 35px;
  background: #df0202;
  color: #fff;
  text-align: center;
  position: relative;
  margin-right: 25px;
}

.kodawari_point_ttl .point_arrow:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 15px solid #df0202;
  border-top: 17.5px solid transparent;
  border-bottom: 17.5px solid transparent;
  position: absolute;
  right: -15px;

}

.kodawari_point_note {
  font-size: 14px;
}

.kodawari_3point_img {
  width: 26%;
}





/*こんな方におすすめ*/

.product_feature_recommend {
  margin-bottom: 30px;
}

.feature_recommend_content_wrapper {
  display: flex;
  justify-content: space-between;
  padding: 20px 10%;
}

.feature_recommend_content {
  width: 47%;
}


/*オススメ商品（style.cssと重複あるかも）*/


.recommend_panel_item-product .recommend_panel_item_link {
  width: 90%;
  margin: 0 5%;
}


.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.03 */
.product_main-left {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 47.36842%;
  flex: 0 0 47.36842%;
  max-width: 47.36842%;
  margin: 0;
  padding: 0;
}

.product_main-right {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49.47368%;
  flex: 0 0 49.47368%;
  max-width: 49.47368%;
  margin: 0;
  padding: 0;
}

.product_main_image .slick-initialized .slick-slide {
  padding: 9px;
}

.product_image_thumbnail {
  width: 100%;
  margin-top: 28px;
  padding: 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

.product_image_thumbnail .slick-dots {
  width: auto;
  margin: 0 -6px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product_image_thumbnail .slick-dots li {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 102px;
  flex: 0 0 102px;
  max-width: 102px;
  border: 1px solid #ddd6ca;
  margin: 0 6px 12px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.product_image_thumbnail .slick-dots li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 4px solid #ddd6ca;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: auto;
  opacity: 0;
}

.product_image_thumbnail .slick-dots li.slick-active {
  border-width: 1px;
}

.product_image_thumbnail .slick-dots li.slick-active::before {
  opacity: 1;
}

.routine_order {
  border-color: #f78490;
}

.routine_order .product_cartIn_title {
  font-size: 18px;
  background: #f78490;
}

@media screen and (min-width: 990px) {
  /*.routine_order .product_cartIn_title {
    font-size: 22px;
    padding: 20px 10px;
  }*/
}

.routine_order .cartIn_btn {
  background: #f75b6d;
}

.common_order {
  border-color: #75b346;
}

.common_order .product_cartIn_title {
  background: #75b346;
  font-size: 18px;
}

@media screen and (min-width: 990px) {
  .common_order .product_cartIn_title {
    font-size: 22px;
    padding: 20px 10px;
  }
}

.common_order .cartIn_btn {
  background: #75b346;
}

.common_order .product_cartIn_inner {
  padding-left: 15px;
  padding-right: 15px;
}

.product_course {
  text-align: left;
  font-size: 25px;
}

.product_course--center {
  text-align: center;
}

.routine_order .cartIn_quantity,
.common_order .cartIn_quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: center;
  width: 100%;
  text-align: center;
  font-size: 18px;
}

@media screen and (min-width: 990px) {
  .routine_order .cartIn_quantity,
  .common_order .cartIn_quantity {
    font-size: 22px;
  }
}

.routine_order .cartIn_quantity .cartIn_quantity-select,
.common_order .cartIn_quantity .cartIn_quantity-select {
  width: 70px;
  height: 30px;
  /*line-height: 48px;*/
  margin: 0 0.25em;
  /*font-size: 1em;*/
  font-size: 18px;
  line-height: 30px;
  text-align: right;
}

/*.routine_order .cartIn_quantity .cartIn_quantity-select .cartIn_quantity_value,
.common_order .cartIn_quantity .cartIn_quantity-select .cartIn_quantity_value {
  margin-right: 1em;
}*/

.capacity_variations {
  display: block;
  margin: 0 0 10px;
  padding: 0 0 0 15px;
}

.capacity_variations__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.capacity_variations__row + .capacity_variations__row {
  margin-top: 2px;
}

.capacity_variations__row > dt {
  display: block;
  max-width: 148px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 148px;
  flex: 0 0 148px;
  height: auto;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 12px 0 0;
  padding: 2.3px 5px;
  text-align: center;
  border: 2px solid #000;
}

.capacity_variations__row > dd {
  display: block;
  font-size: 23px;
  font-weight: bold;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.capacity_selection {
  display: block;
  margin: 0;
}

.product_course + .capacity_selection {
  margin-top: 15px;
}

.capacity_selection > dt {
  font-size: 24px;
  font-weight: bold;
  display: block;
  color: #333;
  margin-top: 8px;
}

/*@media screen and (min-width: 990px) {
  .capacity_selection > dt {
    font-size: 22px;
    line-height: 1.54545;
    margin-bottom: 20px;
    padding-top: 5.5px;
    padding-bottom: 5.5px;
  }
}*/

.capacity_selection > dd {
  display: block;
  margin: 0;
  padding: 0;
}

.capacity_selection > dd + dt {
  margin-top: 25px;
}

.capacity_selection__grid {
  width: auto;
  margin: 0 -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.capacity_selection__grid__item {
  display: block;
  margin: 20px 5px 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 10px);
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
  cursor: pointer;
}

.capacity_selection__grid__item input[type="radio"] {
  display: none;
}

.capacity_selection__size {
  display: block;
  text-align: center;
  padding: 20px 5px 20px;
  border: 1px solid #cccccc;
  position: relative;
  letter-spacing: -0.025em;
}

.capacity_selection__size::after {
  content: "";
  width: 34px;
  height: 34px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: -22px;
  right: auto;
  bottom: auto;
  z-index: 3;
  -webkit-transform: translate(24.44444%, -53.33333%);
  -ms-transform: translate(24.44444%, -53.33333%);
  transform: translate(24.44444%, -53.33333%);
  background-image: url(./img/icon_routine_checked_brown.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

input[type="radio"]:checked + .capacity_selection__size {
  border: 2px solid #be9a6a;
  border-radius: 4px;
  padding: 20px 5px 20px;
}

input[type="radio"]:checked + .capacity_selection__size::after {
  opacity: 1;
}

.capacity_selection__name {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.08333;
  margin: 0 0 14px;
}

.capacity_selection__size .non_routine_txt {
  font-size: 80%;
  margin-top: 6%;
  display: block;
}

@media screen and (min-width: 990px) {
  .capacity_selection__name {
    font-size: 24px;
  }
}

.capacity_selection__name small {
  font-size: 66.66667%;
}

.capacity_selection__name__type {
  display: block;
  margin-top: 4px;
  line-height: 1.33333;
}

.capacity_selection__price {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 9px;
}


@media screen and (min-width: 990px) {
  .capacity_selection__price {
    font-size: 30px;
  }
}

.capacity_selection__price__main {
  font-size: 33px;
  color: #de0202;
}

.capacity_selection__price__addon {
  font-size: 18px;
  color: #de0202;
}

.cartIn_attention {
  font-weight: normal;
}
.shipping_cost_tag {
  font-size: 20px;
  padding: 1% 8% 0 2%;
}
.shipping_cost_tag span {
  font-size: 15px;
}
.shipping_cost_tag sup {
  font-size: 14px;
}