@charset "UTF-8";
/* 商品タイトル */
.product_title.ttl_h2 {
  font-size: 3rem;
  text-align: left;
  font-weight: 400;
  padding-bottom: 20px;
  margin: 20px 0 10px;
  position: relative;
  text-align: right;
}
.product_title.ttl_h2::after {
  position: absolute;
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  right: 0;
  bottom: 0;
  border: 1px solid #ddd;
}

/* 商品番号 */
.product_model_num {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #ededed;
  width: auto;
  font-size: 1.1rem;
  padding: 5px 10px;
  border-radius: 3px;
  color: #333;
}
.product_model_num__title {
  padding-right: 10px;
}

/* 商品？？？ */
.title_mark {
  position: relative;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 10px;
  margin-right: 10px;
  display: inline;
}

/* 商品オプションスペック？？？？ */
.prd_opt_src {
  display: none !important;
}

/* 商品画像 */
.product_image {
  margin-bottom: 0;
}
.product_image_main {
  width: 100%;
  overflow: hidden;
}
.product_image_main img {
  display: block;
  margin: 0 auto;
  height: 750px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 商品サムネイル・詳細ブロック */
.product_thumb_spec_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  gap: 20px;
}
.product_thumb_spec_block__thumb_area {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
.product_thumb_spec_block__spec_area {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}

/* 商品サムネイル */
.product_image_thumb {
  width: 100%;
}
.product_image_thumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 auto;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product_image_thumb ul li {
  cursor: pointer;
  overflow: hidden;
  width: calc((100% - 5px) / 2);
  height: 150px;
}
.product_image_thumb ul li img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 商品説明 */
.product_exp {
  /*padding-top: 20px;*/
  padding-bottom: 20px;
  line-height: 1.5;
  font-size: 1.4rem;
}

.product_spec_block {
  margin: 30px 0;
  padding: 0 15px 15px;
  border-radius: 5px;
  border: 1px solid #aaa;
  font-size: 1.3rem;
}

.product_spec_table {
  border-top: 1px solid #888;
}
.product_spec_table th {
  padding: 1em 0.5em 1em 1em;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  width: 33.333%;
}
.product_spec_table td {
  overflow: hidden;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  border-bottom: 1px solid #888;
  width: 66.666%;
}
.product_spec_table select {
  width: 90%;
}

.product_price_block {
  font-size: 1.4rem;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.product_price_block .option_sales {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 10px;
}
.product_price_block .option_sales .sales__title {
  margin-right: 10px;
}
.product_price_block .option_sales .sales__price {
  font-size: 3rem;
}
.product_price_block .product_price__tax {
  font-size: 0.7em;
}
.product_price_block .option_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 10px;
}
.product_price_block .option_price__title {
  margin-right: 10px;
}
.product_price_block .option_price__price {
  font-size: 3rem;
}
.product_price_block .option_price.sales_members_login {
  font-size: 1.4rem;
}
.product_price_block .option_price.sales_members_login .option_price__price {
  text-decoration: line-through;
  font-size: 1.8rem;
}
.product_price_block__priceClass__sales {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 10px;
}
.product_price_block__priceClass__sales .sales__title {
  margin-right: 10px;
}
.product_price_block__priceClass__sales .sales__price {
  font-size: 3rem;
}
.product_price_block__priceClass__reguler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 10px;
}
.product_price_block__priceClass__reguler .regular__title {
  margin-right: 10px;
}
.product_price_block__priceClass__reguler .regular__price {
  font-size: 1.8rem;
  text-decoration: line-through;
}
.product_price_block__priceClass__normal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 10px;
}
.product_price_block__priceClass__normal .normal__title {
  margin-right: 10px;
}
.product_price_block__priceClass__normal .normal__price {
  font-size: 1.8rem;
  text-decoration: line-through;
}
.product_price_block .product_discount {
  text-align: right;
  color: #b63838;
  padding-right: 10px;
  font-size: 1.6rem;
}

/* 注文 */
.product_order_area .ttl_h2 {
  font-size: 1.3rem;
  color: #999;
  margin-top: 15px;
}

.product_order_num_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
  border: 1px solid #aaa;
  padding: 10px 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f6f6f6;
}
.product_order_num_block__stock_title {
  padding-right: 10px;
  color: #666;
}
.product_order_num_block__stock_num {
  margin-right: auto;
  color: #666;
}
.product_order_num_block__buyNum_title {
  margin-left: auto;
  padding-right: 20px;
  font-size: 1.5rem;
  color: #333;
}
.product_order_num_block__buyNum_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product_order_num_block__buyNum_input input[type=text] {
  width: 80px;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 1.7rem;
  color: #333;
  height: 40px;
  text-align: center;
  background-color: #fff;
}

.product_unit {
  padding: 5px;
  font-size: 1.4rem;
}

.product_init {
  margin: 0 10px;
}
.product_init li a {
  text-decoration: none;
  color: #666;
  font-size: 1.2rem;
}
.product_init li a:hover {
  color: #aaa;
}
.product_init li a:active {
  color: #666;
}

/* 注文オプション */
.product_option_area .ttl_h2 {
  font-size: 1.3rem;
  color: #999;
  margin-top: 15px;
}
.product_option_area .puroduct_option_selector {
  padding: 20px 20px;
  border: 1px solid #999;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  background: #f6f6f6;
}
.product_option_area .puroduct_option_selector .product_order_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product_option_area .puroduct_option_selector .product_order_form .selector_title {
  -ms-flex-preferred-size: 80px;
      flex-basis: 80px;
}
.product_option_area .puroduct_option_selector .product_order_form .selector_title select {
  width: 100%;
  height: 30px;
  border-radius: 5px;
  padding: 5px 10px;
}

/* 名入れ */
.name_printing_area .ttl_h2 {
  font-size: 1.3rem;
  color: #999;
  margin-top: 15px;
}

.name_printing_area .name_printing .name_printing {
  padding: 20px 20px;
  border: 1px solid #aaa;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  background: #f6f6f6;
}
.name_printing_area .name_printing .name_printing .product_order_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.name_printing_area .name_printing .name_printing .product_order_form .name_printing_title {
  -ms-flex-preferred-size: 80px;
      flex-basis: 80px;
}
.name_printing_area .name_printing .name_printing .product_order_form .name_printing_box {
  -ms-flex-preferred-size: calc(100% - 80px);
      flex-basis: calc(100% - 80px);
}
.name_printing_area .name_printing .name_printing .product_order_form .text-titles-list__detail-text {
  width: 100%;
  text-align: left;
  font-size: 1.4rem;
  height: 30px;
  border-radius: 3px;
  padding: 5px 10px;
}

/* オプションテーブル */
.product_option_table {
  margin: 0;
}
.product_option_table table {
  width: 100%;
  border-collapse: separate;
  border-bottom: none;
  border-left: none;
}
.product_option_table table tbody th {
  background: #f6f6f6;
  border-left: 1px solid #aaa;
}
.product_option_table table tbody tr:first-child th,
.product_option_table table tbody tr:first-child td {
  border-top: 1px solid #aaa;
}
.product_option_table table tbody tr:first-child th {
  border-left: none;
}
.product_option_table table tbody tr:first-child th:last-child {
  border-radius: 0 5px 0 0;
}
.product_option_table table tbody tr:first-child td:first-child {
  border-radius: 5px 0 0 0;
  border-left: 1px solid #aaa;
  background: #f6f6f6;
}
.product_option_table table tbody tr:last-child th,
.product_option_table table tbody tr:last-child td {
  border-bottom: 1px solid #aaa;
}
.product_option_table table tbody tr:last-child th:first-child {
  border-radius: 0 0 0 5px;
}
.product_option_table table tbody tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
.product_option_table table tbody tr td:last-child,
.product_option_table table tbody tr th:last-child {
  border-right: 1px solid #aaa;
}

/* ギフト メモ */
.product_gift_memo__list li {
  margin-bottom: 10px;
}
.product_gift_memo__list__img {
  margin: 0 auto 20px;
  width: 50%;
}
.product_gift_memo__list__img__title {
  margin-top: 30px;
  text-align: center;
  font-weight: bold;
}
/* 商品情報 */
.product_info_lst {
  width: 100%;
  margin-bottom: 2rem;
  font-size: 1.4rem;
}
.product_info_lst .icon {
  margin-bottom: 0.4rem;
  padding-left: 1rem;
}
.product_info_lst a {
  color: #666;
  text-decoration: none;
}

@media (prefers-color-scheme: dark) {
  .product_info_lst a {
    color: #fff;
  }
}
/* 商品レビュー */
.product_review {
  margin-bottom: 1.5em;
}

.product_review a {
  font-weight: bold;
}

/* ソーシャル */
.social_share {
  margin-top: 1.5em;
}

.social_share li {
  margin-bottom: 0.5em;
}

/* カートボタン */
.product_cart_btn {
  display: block;
  margin-top: 1em;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 123.076%;
}

.product_addcart_btn {
  width: 100%;
  padding: 1.5rem 0;
  border: none;
  background-color: #b63838;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 5px;
  font-size: 1.6rem;
}

.product_quick_order_btn {
  width: 100%;
  padding: 1.5rem 0;
  background-color: #b63838;
  text-decoration: none;
  font-size: 1.6rem;
}

.product_member_sale_msg {
  color: #df7676;
}

/* 在庫なし */
.stock_error {
  margin: 0.5em 0;
  color: #f00;
  font-weight: bold;
  font-size: 123.076%;
  line-height: 3;
}

.trackback_block {
  clear: both;
}

.trackback_url {
  padding: 0.5em;
  width: 60%;
}

.together_block {
  clear: both;
}

/* 商品・注意事項 */
.prod_attention {
  border-radius: 3px;
  padding: 10px;
  color: #b63838;
  border: 1px solid #b63838;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 30px;
}

/* 商品詳細 */
.product_detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  font-size: 1.6rem;
  padding: 0 5px;
  margin-bottom: 30px;
}

.product_detail dt.product_detail__title {
  font-weight: bold;
  padding: 5px 10px;
  background: #eeeeee;
  color: #696969;
  font-size: 1.6rem;
}

.product_detail dt.product_detail__title.prod_detail__ovv {
  background: none;
  padding: 0 5px 5px;
  font-size: 1.8rem;
  font-weight: normal;
  border-bottom: 1px solid #666;
}

.product_detail dd.product_detail__detail {
  padding: 10px 15px 20px;
  font-size: 1.6rem;
}

.product_detail dd.product_detail__detail.prod_detail__ovv {
  font-size: 1.6rem;
  margin-bottom: 50px;
  line-height: 32px;
}

.product_detail__exp_txt {
  font-size: 1.8rem;
  padding: 0 0 40px;
  line-height: 1.8;
}

.product_detail__exp_txt p {
  padding-bottom: 10px;
}

.product_detail__exp_txt p:nth-last-of-type() {
  padding-bottom: 0;
}

.product_detail__exp_txt p a {
  margin: 20px 0;
  display: block;
  color: #e12400;
  font-weight: bold;
  text-decoration: none;
}

.product_detail__exp_txt p a:hover {
  text-decoration: underline;
}
.product_detail__exp_txt p span a {
  display: inline-block;
  text-decoration: underline;
  margin: 0;
}

.product_detail__area__ovv {
  font-size: 1.8rem;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.product_detail__area__ovv::after {
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  width: 40px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #666;
}

.product_detail dl.product_detail__area__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  font-size: 1.4rem;
  padding: 0 5px;
}
.product_detail dl.product_detail__title {
  font-weight: bold;
  padding: 5px 10px;
  background: #eeeeee;
  color: #696969;
  font-size: 1.2rem;
}
.product_detail dl.product_detail__title.prod_detail__ovv {
  background: none;
  padding: 0 5px 5px;
  font-size: 1.8rem;
  font-weight: normal;
  border-bottom: 1px solid #666;
}
.product_detail dd.product_detail__detail {
  padding: 10px 15px 20px;
  font-size: 1.3rem;
}
.product_detail dd.product_detail__detail.prod_detail__ovv {
  font-size: 1.6rem;
  margin-bottom: 50px;
  line-height: 32px;
}
.product_detail__exp_txt {
  font-size: 1.5rem;
  padding: 0 0 40px;
  line-height: 1.8;
}
.product_detail__exp_txt p {
  padding-bottom: 10px;
}
.product_detail__exp_txt p:nth-last-of-type() {
  padding-bottom: 0;
}
.product_detail dl.product_detail__area__detail dl.product_detail__nutrition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 70%;
  font-size: 1.3rem;
}

dd.prod_setprod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
dd.prod_setprod .product_detail__setprod__name {
  font-size: 1.4rem;
  margin-bottom: 10px;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}
dd.prod_setprod .product_detail__set__detail {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
  margin-bottom: 15px;
  padding-left:20px;
}

dt.product_detail__nutrition__title {
  -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
  padding: 0 0 5px;
  position: relative;
}
dt.product_detail__nutrition__title::after {
  display: block;
  content: "...";
  position: absolute;
  right: 20px;
  top: -5px;
}

dd.product_detail__nutrition__number {
  -ms-flex-preferred-size: calc(100% - 150px);
      flex-basis: calc(100% - 150px);
  padding: 0 0 5px;
}

.attention_list .list_ast {
  position: relative;
  padding-left: 20px;
}

.attention_list .list_ast:before {
  position: absolute;
  content: "※";
  display: block;
  left: 0;
}

.attention_list .list_dot {
  position: relative;
  padding-left: 20px;
}

.attention_list .list_dot:before {
  position: absolute;
  content: "・";
  display: block;
  left: 0;
}

.contents_header_attent {
  color: #666;
  padding: 10px 10px;
  border-radius: 3px;
  border: 1px solid #666;
  margin-bottom: 15px;
}

.contents_header_attent h3 {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.contents_header_attent h3::after {
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  width: 40px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #666;
}

.contents_header_attent__detail {
  font-size: 1.4rem;
}

/* 商品セット内容 */
.product_detail__area__set_contents__title {
  font-size: 1.8rem;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.product_detail__area__set_contents__title::after {
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  width: 40px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #666;
}

.prod_set_img {
  width: 100%;
  margin: 0px 0 30px;
}
.prod_set_img img {
  width: 100%;
  height: auto;
}

.product_detail__area__set_contents__title::after {
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  width: 50px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #9a9a9a;
}
.product_detail__area__set_contents_content {
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}
.product_detail__area__set_contents_content::after {
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  width: 80%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #eeeeee;
}
.product_detail__area__set_contents_content .set_contents_content__name {
  padding-bottom: 10px;
  font-size: 1.7rem;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-weight: bold;
}
.product_detail__area__set_contents_content .set_contents_content__name::after {
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  width: 30px;
  left: 0;
  bottom: 0;
  background-color: #666;
}
.product_detail__area__set_contents_content .set_contents_content__img {
  margin: 0 30px 30px 40px;
}
.product_detail__area__set_contents_content .set_contents_content__img img {
  width: 100%;
}
.product_detail__area__set_contents_content .set_contents_content__detail {
  padding-bottom: 15px;
  font-size: 1.7rem;
  margin: 0 30px 0 40px;
}
.product_detail__area__set_contents_content .set_contents_content__detail p {
  line-height: 1.6;
  text-align: justify;
  margin-bottom: 15px;
}

/* レシピ */
.product_detail__area__recipe {
  margin: 30px 10px 40px;
}

.product_detail__area__recipe__title {
  font-size: 1.8rem;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.product_detail__area__recipe__title::after {
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  width: 40px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #666;
}

.product_detail__area__recipe__recipe {
  padding: 20px 30px 20px;
  border: solid 1px #ccc;
  border-radius: 5px;
  font-size: 1.6rem;
}

/* 注意事項：リスト */
.product_attentionlist {
  margin: 20px 25px;
  font-size: 1.4rem;
}

.list_asterisk > li {
  padding-left: 5px;
  position: relative;
  margin-bottom: 5px;
}

.list_asterisk > li::before {
  position: absolute;
  content: "※";
  display: block;
  left: -15px;
  top: 0;
}

.list_dot > li {
  padding-left: 5px;
  position: relative;
  margin-bottom: 5px;
}

.list_dot > li::before {
  position: absolute;
  content: "・";
  display: block;
  left: -15px;
  top: 0;
}

.product_attentionlist__indent01 {
  padding-left: 20px;
}/*# sourceMappingURL=product_detail.css.map */