@charset "utf-8";
/* CSS Document */

/* 共通指定
----------------------------------------------- */
em {
  font-style: normal;
}

.clear {
  clear: both;
}

/* 調整クラス（margin）
----------------------------------------------*/
.bottom5 {
  margin-bottom: 5px !important;
}

.top10 {
  margin-top: 10px !important;
}

.top15 {
  margin-top: 15px !important;
}

.top20 {
  margin-top: 20px !important;
}

.bottom10 {
  margin-bottom: 10px !important;
}

.bottom15 {
  margin-bottom: 15px !important;
}

.bottom20 {
  margin-bottom: 20px !important;
}

.bottom25 {
  margin-bottom: 25px !important;
}

.bottom30 {
  margin-bottom: 30px !important;
}

.left10 {
  margin-left: 10px !important;
}

.left15 {
  margin-left: 15px !important;
}

.left20 {
  margin-left: 20px !important;
}

.left25 {
  margin-left: 25px !important;
}

.left30 {
  margin-left: 30px !important;
}

.left35 {
  margin-left: 35px !important;
}

.right5 {
  margin-right: 5px !important;
}

/* 調整クラス（font）
----------------------------------------------*/
.font120 {
  font-size: 120%;
}

.font140 {
  font-size: 140%;
}

.font160 {
  font-size: 160%;
}

/* 調整クラス（txt）
----------------------------------------------*/
.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.flleft {
  float: left;
}

.flright {
  float: right;
}

.lh180 {
  line-height: 180%;
}

.lh200 {
  line-height: 200%;
}

.flbox {
  overflow: hidden;
}

.red {
  color: #990000;
}

/*背景*/
body,
#wrapper #header {
  background: #fff url(/ec/html/template/default/img/common/bg_body.jpg);
  border-top: 3px solid #dd7341;
}

@media only screen and (max-width: 768px) {

  body,
  html {
    max-width: 100%;
    overflow-x: hidden;
  }
}

#wrapper #contents {
  background: transparent;

}


/* ヘッダー
----------------------------------------------*/
i.fa {
  font-size: 2rem;
  width: 25px;
  vertical-align: middle;
  color: #b9b9b9;
}

#header .copy {
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
  .header_logo_area {
    margin-right: 0;
  }

  #header .copy {
    font-size: 10px;
    font-size: 1.0rem;
  }

  .header_logo_area .header_logo {
    margin: 5px 115px 10px 0;
  }
}

#header .member_link a:hover {
  color: #DE5D50;
}

/*他のサイトへのリンク*/
#header #tabarea {
  float: right;
  margin-top: -15px;
}

#header #tabarea li {
  width: 132px;
  float: left;
  margin-right: 8px;
}

#header #tabarea li.btn_ec {
  margin-right: 0;
}

#header #tabarea li img {
  vertical-align: top;
}

/*電話番号*/
#header #telarea {
  float: right;
  border: 1px solid #D9D9D9;
  background: #fff;
  clear: right;
  margin-top: 8px;
}

#header #telarea p {
  margin: 0;
  padding: 5px 10px 3px;
  color: #2b0c0b;
  font-weight: bold;
  font-size: 14px;
}

#header #telarea img {
  vertical-align: baseline;
  padding: 0 3px;
}

#header #telarea .tel_no {
  font-size: 148%;
}

/*カートの中*/
/*#header #cart_area{
	position: static;
}*/
#header #cart_area {
  top: 165px;
}

#header #cart_area .cart-trigger {
  background: #fff;
}

#header #cart .inner {
  /*background-color: transparent;*/
}

@media only screen and (max-width: 859px) {
  #header .sp {
    display: block !important;
  }

  #header .pc {
    display: none !important;
  }

  #header .header_pc {
    display: none !important;
  }

  #header #cart_area,
  #header #btn_menu {
    top: 20px;
  }

  #header #cart_area {
    right: -5px;
  }

  #header #btn_menu {
    right: 10px;
  }

  #wrapper #contents {
    padding-top: 0;
  }
}

/*商品検索*/
#header .input_search {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}

/*グローバルナビ*/
#header #category {
  background-color: #2b0c0b;
}

#header .category-nav {
  margin: auto;
  max-width: 1150px;
  border: none;
}

#header .category-nav li {
  width: 20%;
  float: left;
  text-align: center;
  display: block;
  border-right: 1px solid #46351b;
}

#header .category-nav li.top {
  border-left: 1px solid #46351b;
}

#header .category-nav a {
  color: #fff;
  font-size: 95%;
  font-weight: normal;
}

@media only screen and (min-width: 860px) {
  #header .header_logo_area {
    margin-right: 0;
  }

  #member {
    margin-top: 48px;
  }

  #header #category {
    padding-top: 0;
  }

  #header .category-nav li.header_menu_sp {
    display: none;
  }
}

#drawer h2,
#drawer .category_list {
  padding: 0 12px;
}

#drawer .category_list {
  margin-bottom: 30px;
  line-height: 1.8;
}




/* フッター
----------------------------------------------*/
#footer {
  background: #2b0c0b;
  color: #fff;
}

#footer a,
#footer .footer_logo_area {
  color: #fff;
}

#footer ul {
  text-align: left;
}

#footer ul li {
  display: block;
  margin: 0 0 10px;
}

#footer ul li a {
  position: relative;
  padding-left: 24px;
  font-size: 90%;
}

#footer ul li a:before {
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  left: 6px;
  margin-top: -9px;
  content: "\f054";
}




/*おすすめ商品エリア*/
.front_page .comment_area .comment_detail {
  text-align: left;
}

/*サブページ（初めての方へ、プライバシーポリシーなど）*/
ul.pagelink li {
  display: inline-block;
  margin-right: 5px;
}

ul.pagelink li a {
  background: url(../img/common/allow_bottom.png) left center no-repeat;
  padding-left: 15px;
  line-height: 1.8;
}

#beginarea img {
  margin: 10px 0;
}

#beginarea h2 {
  font-size: 2rem;
  padding: 5px 10px;
  border-bottom: 3px solid #d17b51;
  background-color: #FAF2E0;
  margin-bottom: 30px;
}

#beginarea h3 {
  color: #d17b51;
  font-size: 2rem;
  line-height: 180%;
  border-bottom: 1px dotted #ccc;
}

#beginarea .bdr_block {
  background: #F8F8F8;
  border: 1px solid #8d8886;
  padding: 10px;
}

#beginarea .bgclblock {
  background-color: #FFF6F1;
  padding: 10px;
  margin-bottom: 10px;
}

#beginarea .gettxt {
  width: 350px;
  font-size: 1.2rem;
}

/* リンク指定
----------------------------------------------- */
#beginarea a:link {
  color: #54794d;
  text-decoration: underline;
}

#beginarea a:visited {
  color: #54794d;
  text-decoration: underline;
}

#beginarea a:hover {
  color: #c55822;
  text-decoration: underline;
}

/* 商品カテゴリー
----------------------------------------------*/
#category_list {
  background: #F8F8F8;
  padding: 1px 0 30px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  #category_list {
    padding: 8px 0;
  }
}

#category_list h2 {
  text-align: center;
}

#category_list .category_list li a {
  display: block;
  padding: 10px 0 10px 50px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  color: #525263;
}

#category_list .category_list li a:hover {
  color: #d17b51;
}

#category_list .category_list li a {
  background: url(../img/common/icon-li_16.png) left center no-repeat;
  /*その他*/
}

#category_list .category_list li.li_4 a {
  background: url(../img/common/icon-li_7.png) left center no-repeat;
  /*特選ギフト*/
}

#category_list .category_list li.li_1 a {
  background: url(../img/common/icon-li_16.png) left center no-repeat;
  /*お豆腐お揚げセット*/
}

#category_list .category_list li.li_2 a {
  background: url(../img/common/icon-li_8.png) left center no-repeat;
  /*豆乳*/
}

#category_list .category_list li.li_3 a {
  background: url(../img/common/icon-li_11.png) left center no-repeat;
  /*スイーツ*/
}

#category_list .category_list li.li_5 a {
  background: url(../img/common/icon-li_10.png) left center no-repeat;
  /*単品*/
}

#category_list .category_list li.li_9 a {
  background: url(../img/common/icon-li_gift.png) left center no-repeat;
  /*ギフト券*/
}

#category_list .category_list li.li_10 a {
  background: url(../img/common/icon-li_12.png) left center no-repeat;
  /*わんこクッキー*/
}

#category_list .category_list li.li_14 a {
  background: url(../img/common/icon-li_9.png) left center no-repeat;
  /*料理本*/
}

#category_list .category_list li.li_19 a {
  background: url(../img/common/icon-li_17.png) left center no-repeat;
  /*期間限定*/
}

#category_list .category_list li.li_20 a {
  background: url(../img/common/icon-li_20.png) left center no-repeat;
  /*おからパウダー*/
}

#category_list .category_list li.li_22 a {
  background: url(../img/common/icon-li_22.png) left center no-repeat;
  /*タマ＆フレンズ*/
}

#category_list .category_list li.li_23 a {
  background: url(../img/common/icon-li_23.png) left center no-repeat;
  /*頒布会*/
}

#category_list .category_list li.li_24 a {
  background: url(../img/common/icon-li_24.png) left center no-repeat;
  /*カレンダー*/
}

@media only screen and (max-width: 768px) {
  #topicpath {
    margin-bottom: 15px;
  }
}


/* 商品詳細ページ
----------------------------------------------*/
.item_comment {
  margin-bottom: 30px;
}

.item_comment h1,
.freearea h1 {
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
  font-size: 28px;
  font-size: 2.8rem;
  border-bottom-style: solid;
  border-top: 0 none;
  padding: 16px 0 12px;
  clear: both;
  margin-bottom: 20px;
}

.item_comment h2,
.freearea h2 {
  font-size: 2rem;
  padding: 5px 0px;
  border-bottom: 3px solid #d17b51;
  clear: both;
  /*margin: 0 15px;*/
}

.item_comment h3,
.freearea h3 {
  color: #d17b51;
  font-size: 1.8rem;
  line-height: 1.5;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 15px;
  clear: both;
}

.item_comment h2,
.item_comment h3,
.item_comment h4 {
  margin: 0;
}

.item_comment img,
.freearea img {
  padding: 0 10px 20px;
}

@media only screen and (min-width: 769px) {
  #item_detail_area .item_name {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: bold;
  }
}

@media only screen and (max-width: 768px) {
  .item_comment img {
    margin: 10px auto;
    float: none !important;
    display: block;
  }
}

/*見出し文字サイズ*/
@media only screen and (max-width: 580px) {

  .item_comment h1,
  .freearea h1 {
    font-size: 20px;
    font-size: 2rem;
  }
}

/*商品タグ*/
.product_tag .product_tag_list {
  color: #fff;
  border: none;
  padding: 5px 5px 5px 24px;
  margin-bottom: 5px;
  position: relative;
}

.product_tag_list:before {
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  left: 6px;
  margin-top: -9px;
}

.product_tag_list.product_tag_box__product_tag--1 {
  /*NEW*/
  background-color: #ff7203;
}

.product_tag_list.product_tag_box__product_tag--1:before {
  content: "\f001";
}

.product_tag_list.product_tag_box__product_tag--2 {
  /*残りわずか*/
  background-color: #de6c32;
}

.product_tag_list.product_tag_box__product_tag--2:before {
  content: "\f12a";
}

.product_tag_list.product_tag_box__product_tag--3 {
  /*ポイント2倍*/
  background-color: #ff4cd8;
}

.product_tag_list.product_tag_box__product_tag--3:before {
  content: "\f004";
}

.product_tag_list.product_tag_box__product_tag--10 {
  /*ポイント5倍*/
  background-color: #ff4cd8;
}

.product_tag_list.product_tag_box__product_tag--10:before {
  content: "\f004";
}

.product_tag_list.product_tag_box__product_tag--14 {
  /*ポイント10倍*/
  background-color: #ff4cd8;
}

.product_tag_list.product_tag_box__product_tag--14:before {
  content: "\f004";
}

.product_tag_list.product_tag_box__product_tag--4 {
  /*オススメ*/
  background-color: #f1ac32;
  color: #fff;
}

.product_tag_list.product_tag_box__product_tag--4:before {
  content: "\f164";
}

.product_tag_list.product_tag_box__product_tag--5 {
  /*限定品*/
  background-color: #7d3c9f;
}

.product_tag_list.product_tag_box__product_tag--5:before {
  content: "\f219";
}

.product_tag_list.product_tag_box__product_tag--6 {
  /*常温*/
  background-color: #46a54a;
}

.product_tag_list.product_tag_box__product_tag--6:before {
  content: "\f0d1";
}

.product_tag_list.product_tag_box__product_tag--7 {
  /*冷蔵便*/
  background-color: #4260a7;
}

.product_tag_list.product_tag_box__product_tag--7:before {
  content: "\f0d1";
}

.product_tag_list.product_tag_box__product_tag--8 {
  /*冷凍便*/
  background-color: #33b1c0;
}

.product_tag_list.product_tag_box__product_tag--8:before {
  content: "\f0d1";
}

.product_tag_list.product_tag_box__product_tag--9 {
  /*送料無料*/
  background-color: #fe1908;
  color: #fff;
}

.product_tag_list.product_tag_box__product_tag--9:before {
  content: "\f157";
}

.product_tag_list.product_tag_box__product_tag--11 {
  /*期間特価*/
  color: #fff;
  background-color: #209800;
}

.product_tag_list.product_tag_box__product_tag--11:before {
  content: "\f157";
}

.product_tag_list.product_tag_box__product_tag--12 {
  /*早期割引*/
  background-color: #d80005;
}

.product_tag_list.product_tag_box__product_tag--12:before {
  content: "\f157";
}

.product_tag_list.product_tag_box__product_tag--13 {
  /*期間限定*/
  background-color: #ff7203;
}

.product_tag_list.product_tag_box__product_tag--13:before {
  content: "\f157";
}


#biginner .step {
  background: #fff;
  padding: 0 0 20px;
  margin-bottom: 30px;
}

#biginner h3 {
  font-size: 2rem;
  padding: 5px 10px;
  border-bottom: 3px solid #d17b51;
  background-color: #FAF2E0;
  margin-bottom: 30px;
}

#biginner h4 {
  font-weight: bold;
  background: #EFEFEF;
  padding: 8px 12px;
}

#product_review_area {
  margin-top: 36px;
}

/* おすすめ商品・商品一覧
----------------------------------------------*/
/*#item_list{
	margin-bottom: 30px;
}*/
.item_price {
  margin-bottom: 15px;
}

/* 単品ページ（カテゴリーボタン）
----------------------------------------------*/
.category-button {
  display: flex;
  padding-bottom: 30px;
}

.category-button a {
  margin: 0.5em;
}

.category-button a:hover {
  opacity: 70%;
}

/*タブレット表示*/
@media screen and (min-width:768px) and (max-width:1024px) {

  .category-button {
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
  }

}


/*スマホ表示*/
@media screen and (max-width:767px) {

  .category-button {
    flex-wrap: wrap;
    padding-bottom: 10px;
  }

  .category-button a {
    width: 45%;
    margin: 10px 2.5%;
  }

}


/* インスタグラム読み込み
----------------------------------------------*/

#instafeed ul li a {
  display: block;
  padding-bottom: 10px;
}

#instafeed ul li a .image {
  position: relative;
  display: block;
}

#instafeed ul li a .image img {
  position: relative;
  z-index: 10;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

#instafeed ul li a .image:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #923d34;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

#instafeed ul li a .image:after {
  content: '詳細をみる';
  color: #fff;
  border: solid 2px #fff;
  display: table-cell;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -62px;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding: 10px 23px 10px;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#instafeed ul li a:hover .image img {
  opacity: 0.2;
}

#instafeed ul li a:hover .image:before {
  opacity: 1;
}

#instafeed ul li a:hover .image:after {
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#detail_cart_box .errormsg {
  color: #fff;
  background: #d60a0a;
  margin: 10px 0 !important;
  padding: 10px;
  text-align: center;
}

@media only screen and (min-width: 1200px) {
  #instafeed ul li:nth-child(5) {
    clear: both;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #instafeed ul li:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 991px) {
  #instafeed ul li:nth-child(2n+1) {
    clear: both;
  }
}

/* メルマガ会員募集
----------------------------------------------*/
.mail_form {
  background: url(../img/common/mail_bg.png);
  padding: 10px;
}

.mail_form #plg_postcarrier_mailmaga_form {
  background: #fff url(../img/common/bg_body.jpg);
  padding: 20px;
}

@media only screen and (min-width: 769px) {
  .mail_form #plg_postcarrier_mailmaga_form .mail_inner {
    background: url(../img/common/mail_img.png) no-repeat right top;
  }
}

.mail_form #plg_postcarrier_mailmaga_form h3 {
  margin-top: 0;
}

.mail_form #plg_postcarrier_mailmaga_form .text {
  font-weight: bold;
  color: #dd5d50;
}

.mail_form #plg_postcarrier_mailmaga_form .mail_input {
  text-align: center;
}

.mail_form #plg_postcarrier_mailmaga_form .mail_input .form-control {
  width: 90%;
  max-width: 420px;
}

.mail_form #plg_postcarrier_mailmaga_form .mail_inner button {
  display: block;
  width: 90%;
  max-width: 420px;
  margin: 0 auto;
  border-radius: 3px;
}

.mail_form #plg_postcarrier_mailmaga_form .mail_inner button.subscribe {
  margin: 0 auto 10px;
  background: linear-gradient(#ee912e, #e2352b);
  border-color: none;
}

.mail_form #plg_postcarrier_mailmaga_form .mail_inner button.subscribe:hover,
.mail_form #plg_postcarrier_mailmaga_form .mail_inner button.subscribe:focus,
.mail_form #plg_postcarrier_mailmaga_form .mail_inner button.subscribe:active,
.mail_form #plg_postcarrier_mailmaga_form .mail_inner button.subscribe.active {
  background: linear-gradient(#d47612, #e2352b);
}

.mail_form #plg_postcarrier_mailmaga_form .mail_inner button.unsubscribe {
  background-color: #989898;
  border-color: #989898;
}

.mail_form #plg_postcarrier_mailmaga_form .mail_inner button.unsubscribe:hover,
.mail_form #plg_postcarrier_mailmaga_form .mail_inner button.unsubscribe:focus,
.mail_form #plg_postcarrier_mailmaga_form .mail_inner button.unsubscribe:active,
.mail_form #plg_postcarrier_mailmaga_form .mail_inner button.unsubscribe.active {
  background-color: #828282;
  border-color: #828282;
}

@media only screen and (max-width: 768px) {
  .mail_form #plg_postcarrier_mailmaga_form h3 img {
    content: url(../img/common/mail_entry_smt.png);
  }

  .mail_form #plg_postcarrier_mailmaga_form {
    padding: 3%;
  }

  .cart_item .item_box .table .item_photo,
  .cart_item .item_box .table .item_detail {
    display: block;
  }

}

/*カートの中　送料無料表示*/



span.free {
  background: #fff;
  display: block;
  border: #de5d4f 5px solid;
  padding: 20px;
  color: #de5d4f;
  font-weight: bold;
}

/*span.free{
    background: #fff;
    display: block;
    border: #de5d4f 5px solid;
    padding: 20px;
    color: #de5d4f;
    font-weight: bold;}

*/


/*.free:before,
.free:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
}

.free:before {
  bottom: -20px;
  border-style: solid;
  border-color: transparent transparent #de5d4f transparent;
  border-width: 0 45px 40px 0;
}

.free:after {
  bottom: -14px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  border-width: 0 39px 35px 0;
  z-index: 10;
}*/

#related_product_area {
  clear: both;
}


/*
　トップページ追加改修_2022.11.01
*/
.front_page #main_middle{
  margin-bottom: 56px;
}

/*スライドショーを横幅いっぱいに*/
@media only screen and (min-width: 860px) and (max-width: 1320px) {
  .front_page #contents{
    position: relative;
    margin-top: 30px;
    padding-top: 45%;
  }
  .front_page #main_middle{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin-bottom: 0;
  }
.slick-slide img{width:100%;}
}

/*おすすめ商品コーナーの背景色を変更*/
#item_list .bg-dark{
  background: #190606;
  padding-top: 20px;
}
.front_page #contents_top{
  margin-bottom: 50px;
}
.front_page #contents_top .bg-dark .item_name.text-warning{
  color: #d4cfbc;
}
.front_page #contents_top .item_comment{
  color: #e4e4e4;
}






/*2022 12 23 商品ページレイアウト改修*/
/*------------------------------------------*/



#detail_cart_box{
    display: block;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

/*#hide_cart_open_btn:before,*/
#add-cart:before {
    content: "\f07a";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    font-size: 20px;
    margin-right: 10px;
}

/*カート追従*/
#detail_cart_box.done{
    display: none;
    position: fixed;
    background: #fff;
    
    padding: 12px;
    border-radius: 4px;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 24%);
    bottom: 0;
    right: 0;

    z-index: 9;
    padding-bottom: 90px;

    width: 100%;
    max-width: 420px;
}

#detail_cart_box.done #detail_cart_box__favorite_button,
#detail_cart_box.done .text-primary{
    display: none;
}
#detail_cart_box.done p,
#detail_cart_box.done #detail_cart_box__insert_button{
    padding: 0!important;
}

#hide_cart_open_btn{
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99;
    background: #fff;
    width: 100%;
    max-width: 420px;
    padding: 12px;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 24%);
}
#hide_cart_open_btn b{
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #ff5722;
    margin: 0;
    padding: 10px;
    cursor: pointer;
    border-radius: 4px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#hide_cart_open_btn b:before{
    content: "カートに入れる";
}

#hide_cart_open_btn i{
    color: #fff;
/*    transition: all .1s ease-out;*/
}

#hide_cart_open_btn.done{
    display: block;
}

#hide_cart_open_btn.close b{
    color: #686868;
    background: #fff;
}
#hide_cart_open_btn.close i{
    color: #686868;
    transform: rotate(180deg);
}
#hide_cart_open_btn.close b:before{
    content: "閉じる";
}

#detail_cart_box__button_area .col-sm-8{
    width: 100%;
}

/*レイアウト*/
body {
    line-height: 1.8;
    /*font-family: Meiryo,Hiragino Kaku Gothic ProN,MS PGothic,sans-serif;
    font-feature-settings: "palt";*/
}
.text-primary {
    color: #e13e2e;
}
body#page_product_detail{
/*    background: #fff;*/
    color: #000;
}

body#page_product_detail #ToTopIcon{
    display: none!important;
}

@media only screen and (max-width: 769px){
body#page_product_detail{
 font-size: 15px;   
}
}
#page_product_detail #header{
    background: #fff url(/ec/html/template/default/img/common/bg_body.jpg);
/*    padding-bottom: 3%;*/
}


/*商品エリア*/

.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -30px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

#contents {
    padding-top: 0;
}
#item_name_top{
    margin: 0;
    border: 0;
    padding: 4% 0 2%;
    font-size: min(160%,5vw);
    line-height: 1.6;
}

#item_name_top>* {
    color: #2b0c0b!important;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.normal_price{
      font-size: 14px;
    color: #666;  
}

.product_tag_list {
    line-height: 1.2;
}

#item_detail_area .item_detail .sale_price {
    font-size: 28px;
}

#relative_category_box {
        padding: 0;
}
#relative_category_box>p{
    display: none;
}
#relative_category_box ol{
    display: inline-block;
    font-size: 12px;
    background: #fdfdfd;
    padding: 2px 6px;
    border-radius: 4px;
}
#relative_category_box ol a{
    color: #3e3a39;
}

#item_detail_area .item_detail .relative_cat,
#item_detail_area .item_detail .item_code {
    border-bottom: 0;
    border-top: 0;
    font-size: 12px;
    padding: 8px 0!important;

}

.classcategory_list li:first-child {
    margin-top: 8px;
}
.classcategory_list li {
    display: flex;
    align-items: center;
        /* word-break: keep-all; */
    white-space: nowrap;
}

.cart_area .classcategory_list li{

    margin: 5px 0;

/*        margin: 4px 0;
    transform: scale(0.9);
    transform-origin: 0 center;*/
}

.cart_area .classcategory_list li span{

}


.cart_area .classcategory_list li select{
    width: 100%;
}
.cart_area .quantity{
    display: flex;
    align-items: center;
}
.cart_area dl.quantity dt{
    float: none;
    min-height: auto;
    line-height: initial;
    vertical-align: middle;
}
.cart_area dl.quantity dd{
      padding-left: initial;
}
.cart_area .quantity dd input{

}
.btn-primary,
.btn-primary:hover {
    border-radius: 4px;
    border-color: #ff5722;
    background-color: #ff5722;
    outline: 0;
}

.btn-primary:hover {
    opacity: .8;
}


#favorite{
    background: none;
    color: #000;
    font-weight: normal;
    margin: 0;
    line-height: 1;
    height: auto;
    font-size: 14px;
    outline: 0;
    box-shadow: none;
    padding: 10px;
    text-align: center;
    background: #fdfdfd;
    border: 0;
}
#favorite:before{
    content: "\f08a";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    margin-right: 5px;
}


/*フリーエリア*/
.item_comment {
    margin-bottom: 0;
}

@media only screen and (max-width: 769px){
.item_comment img, .freearea img {
    width: 100%;
    height: auto!important;
    /*max-width: fit-content;*/
}
}

#item_detail_area{
    padding-bottom: 3%;
}

.freearea{
    padding-bottom: 10px; 
}

.item_comment h2,
.freearea h2{
    border: 1px solid #46351b;
    padding: 15px;
    color: #fff;
    background: #2b0c0b;
    text-align: center;
    line-height: 1.4;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: min(5vw,2.2rem);
    margin: 3% 0;
}
@media only screen and (max-width: 769px){
.item_comment h2,
.freearea h2{
    text-align: left;
}
}

.item_comment h2>*,
.freearea h2>*{
    color: #fff!important;
}
.item_comment h2 br,
.freearea h2 br{
    display: none;
}

.item_comment h2 + br,
.freearea h2 + br{
    display: none;
}

.item_comment h3, .freearea h3 {
    border-bottom: 0;
}

/*関連商品*/

#related_product_area {
    border-top: 0!important;
}

#related_product_area .heading03 {
    border-top: 1px solid #E8E8E8;
    margin-top: 3%!important;
    padding-top: 3%!important;
}

#related_product_area .item_name {
    white-space: initial!important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 12px;
    line-height: 16px!important;
    color: #333;
    font-family: Meiryo,Hiragino Kaku Gothic ProN,MS PGothic,sans-serif;
}
#related_product_area .item_price {
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#related_product_area .item_price + .item_comment {
    display: none;
}

.item_photo img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}