@charset "UTF-8";
#page_product_detail .ec-productRole {
    font-size: 16px;
    color: #222222;
    line-height: 1.8em;
}
.add-cart::after, .add-visit::after{

  background-position:right 15px center!important;
}
.ec-productRole .ec-productRole__description{
  font-size:14px;
}

/*詳細用細いヘッダー*/
.pdetail-pageHeader {

    max-width: 100%;
    height: 40px;
    background-color: #F5F0E8;
    /* text-align: center; */

}
/* お気に入り、シェアアイコン関連　*/
.sns_share {
    text-align: right;
    margin-right: 17px;
    margin-bottom: 40px;
}

.sns_share_form{
    display: inline;
}
.ec-icon{
  margin-right:20px;
  margin:auto;
  display: inline;

}

.sns_share .clear-decoration {
  margin-left:5px;
}

.clear-decoration {
    border: none;
    outline: none;
    background: transparent;
}

/* カートへ追加ボタン関連　*/
.add-cart{
  width:100%!important;
  border-radius:3px!important;
  background-color:#444;
  border:0px;
  transition: color .5s cubic-bezier(.23,1,.32,1);
  transition-property: color,background,border;
}

/* 来店予約ボタン関連　*/
.add-visit{
  border-radius:3px!important;
  background-color:#444;
  border:0px;
}

.ec-productRole__description {
    margin-top: 40px;
}

/* 返品・交換について～関連　画面から表示削除部分あり*/
.menu_item,.menu_item_top{
  padding: 15px 19px 15px 20px;
  border-bottom:1px solid lightgray;
  font-size:15px;
  font-weight:400;
  cursor:pointer;
  text-decoration:none;
}
.menu_item_top{
  margin-top:40px;
  border-top:1px solid lightgray;
}
.menu_item_top a{
  color:#333;
}
.menu_item_top a:hover{
  text-decoration:none;
}
.menu_item_icon{
  float:right;
  padding-right:20px;
}
.menu_item_icon_open{
  cursor:pointer;
}
#chk_open_returns,#chk_open_cancel,#chk_open_deliver,#chk_open_gift{
  display:none;
}
#chk_open_returns:checked~#detail_returns{
  display:block;
}
.btn_detail,.btn_detail_close{
  margin-top:10px;
  text-align:center;
  cursor:pointer;
}
#chk_more:checked~.detail_sentence{
  height:auto;
  margin-top:0px;
}
#chk_more:checked~.detail_trans{
  display:none;
}
#detail_returns,#detail_cancel,#detail_deliver,#detail_gift{
  display:none;
}
#chk_open_returns,#chk_open_cancel,#chk_open_deliver,#chk_open_gift{
  display:none;
}
#chk_open_returns:checked~#detail_returns{
  display:block;
}
#chk_open_cancel:checked~#detail_cancel{
  display:block;
}
#chk_open_deliver:checked~#detail_deliver{
  display:block;
}
#chk_open_gift:checked~#detail_gift{
  display:block;
}

/* 商品画像の拡大関連　*/
.zoom_image{
  position:fixed;
  width:100vw;
  height:100vh;
  top:0px;
  left:0px;
  z-index:10;
  background:rgba(0,0,0,0.6);
  display:none;
  z-index:5000;
}
.zoom_img{

  width:100%;
  height: 90%;
  object-fit: contain;
  vertical-align:middle;
  display:table-cell;
  position: absolute;
  margin: 8% 0px 2% 0px;
  /*margin: auto;*/
  background-color:#fff;

  /*margin: 10px auto auto auto;*/
}
.ecen{
  display: flex;
  height: 90%;
  justify-content: center;
  align-items: center;
  /*margin: 160px 0px 0px  190px;*/
  margin: 8% 0px 2% 0px;
  /*width: 80%;*/
  /*height: 60%;*/
  background-color:#fff;
}
.ecen div{
  height:100%;
}
.close_zoom{
  width:24px;
  position:fixed;
  font-size:40px;
  color:white;
  float:right;
  right:100px;
  top: calc(10vh - 52px);
  cursor:pointer;
}
.shopping-cancel-link,.menu_item_top{
  background-image:url('/html/template/default/assets/svg/icon_arrow_sr.svg');
  background-repeat:no-repeat;
  background-size:16px;
  background-position:right 20px center;
}
.prev_zoom,.next_zoom{
  color:white;
  position:fixed;
  top: calc(50vh - 15.5px);
  cursor:pointer;
}
.prev_zoom{
  left:30px;
}
.next_zoom{
  right:30px;
}
.ec-sliderItemRole .slideThumb img{
    width:100%;
}
/* 商品画像関連　*/
.img_product_item{
  float:left;
  width:100%;
  background-color: white;

}
.img_product_item:nth-child(n+2){
  margin-top:0.5%;
  width:49%;
}
.img_product_item:nth-child(2n){
  margin-right:1%;
}
.img_product_item:nth-child(2n+3){
  margin-left:1%;
}
.img_detail_main{
  float:right;
  margin-top:-25px;
  z-index:1;
  position: relative;

}
.img_detail_main img {
  width: 100%;
  max-width: 62px;;
}
.img_detail{
  float:right;
  margin-right: 5px;
  margin-top:-20px;
  z-index:1;
  position: relative;
}
.img_detail img {
  width: 100%;
  max-width: 22px;
}
.p_img{
  z-index:0;

}
.p_img_sub{
  height:300px;
  width:300px;
  object-fit:contain;
}

/* 関連商品関連　*/
.relative_product a{
  color:black;
}
.relative_product{
  /*cursor:pointer;*/
}
.relative_product_title{
  text-align:center;
  font-size:25px;
  font-weight:bold;
  margin:30px;
}
.item_area{
  background-color:white;
}
.relative_product_item{
  width:100%;
  background-color:white;
  padding:20px;
  margin-bottom:10px;
  transition: .5s cubic-bezier(.23,1,.32,1);
}
.relative_product_item_name{
  margin-top:20px;
  text-align:center;
  font-size:16px;
  font-weight:400;
}
.relative_product_item_kname{
  font-size:13px;
}
.relative_product_item_price{
  text-align:center;
}
.relative_product_item_price_amount{
  font-size:14px;
  font-weight:400;
}
.relative_product_item_tax{
  font-size:12px;
  font-weight:400;
}
.relative_product_img{
  background-color: white;
  width: 200px;
  height: 200px;
  object-fit: contain;
}
/*　その他　*/
.cboth{
  clear:both;
}
.bottom_one{
    border-bottom: 1px solid #ccc;
}
/*商品状態　文字用*/
.product_status{
    display:inline-block;
    background-color: #222222;
    color:#ffffff;
    padding:5px 10px 5px 10px;
    font-size:13px;
    margin-left: 16px;
}

#page_product_detail .ec-productRole__category{
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 0;
  font-size: 13px;
  letter-spacing: 1px;
  color: #868686;
  font-weight: 400;
}

.btn_return{
  line-height:40px;
  width: 100%;
  max-width: 1400px;
  padding-left: 80px;
  margin: 0 auto;
}

.btn_return a{
  color: #000;
  transition: color .5s cubic-bezier(.23,1,.32,1);
  transition-property: color,background,border;
}

.ec-sliderItemRole{
  padding-left:0px!important;
  padding-right:15px!important;
}
.item_nav{
  display:flex;
  justify-content: space-between!important;
}
.ec-sliderItemRole .slideThumb {
    margin-bottom: 10px;
    width: calc(50% - 5px);
    opacity: .7;
    cursor: pointer;
    background-color: white;
    padding: 15px;
    text-align:center;
}

/*ログインボタン関連   */
.login-btn{
  border-radius:3px!important;
  background-color:#444;
  border:0px;
}
/*来店予約ボタン関連   */
.visit-btn{
  border-radius:3px!important;
  background-color:#444;
  border:0px;
}

/* 金額の表示設定関連　*/
.ec-price{
    color:#222222;
    font-size: 16px;
}
.ec-productRole .ec-productRole__price {
    padding: 0px 0 30px;
}
/* 商品名の表示設定関連　*/
.ec-headingTitle_overwrite{
    font-size: 30px;
    margin: 0 0 20px 0;
}

/*商品説明　開く閉じる関連*/
.grad-wrap {
  position: relative;
}
.grad-wrap + .grad-wrap {
  margin-top: 80px;
}
.grad-btn {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0px;
  left: 0;
  width: 148px;
  margin: auto;
  padding: .5em 0;
  /*border-radius: 2px;*/
  /*background: #009e8f;
  color: #fff;*/
  font-size: 1.3rem;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
  /*box-shadow: 0 0 3px rgba(0,0,0,.3);*/


}
.grad-btn::after {
  content: "　　詳しく見る　　";
  background: url('/html/template/default/assets/svg/icon_arrow_sr_down.svg');
  background-size: 15px;
  background-repeat:  no-repeat;
  background-position: right 8%  bottom 50%;
}
.grad-btn:hover {
  /*background: #fff;
  color: #009e8f;*/
}
.grad-btn .fa {
  margin-right: .5em;
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 200px;

}
.grad-item p + p {
  margin-top: 1em;
}
.top_sumb{
  margin-top:0px!important;
  margin-bottom:10px!important;
}
.top_sumb img{
  padding:20px;
}
.slide-item{
  background-color:white;
  outline:0;
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 80px; /*グラデーションで隠す範囲*/
  background: -webkit-linear-gradient(top, rgba(250,248,244,0) 0%, rgba(250,248,244,0.9) 50%, rgba(250,248,244,0.9) 50%, #faf8f4 100%);
  background: linear-gradient(top, rgba(250,248,244,0) 0%, rgba(250,248,244,0.9) 50%, rgba(250,248,244,0.9) 50%, #faf8f4 100%);
}
.grad-trigger {
  display: none;
}
.grad-trigger:checked ~ .grad-btn {
  bottom: -2em;
}
.grad-trigger:checked ~ .grad-btn::after {
  content: "　　閉じる　　";
  background: url('/html/template/default/assets/svg/icon_arrow_sr_up.svg');
  background-size: 15px;
  background-repeat:  no-repeat;
  background-position: right 10%  bottom 50%;
}
.grad-trigger:checked ~ .grad-btn .fa {
  transform: rotate(180deg);
}
.grad-trigger:checked ~ .grad-item {
  height: auto;
}
.grad-trigger:checked ~ .grad-item::before {
  display: none;
}
.slick-dots li.slick-active button:before {
    background-color: #aa8420!important;
}
.only_shop_message{
  color:#971a2f;
  font-weight:bold;
}
.left-detail{
  width:61%!important;

  margin-right:2%;
}
.right-detail{
  width:35%!important;
  margin-top: 40px !important;
  margin-right:2%;
}

.sliderItemRole,.ec-productRole{
  padding-left:0px;
  padding-right:0px;
  max-width: unset;
}
.no_touch{
  background-color:rgba(0,0,0,0);
  width:100%;
  height:100vw;
  position:absolute;
  z-index:5;
  display:none;
}
.ec-sliderItemRole .slideThumb{
  opacity:1;
  transition: .5s cubic-bezier(.23,1,.32,1);
}
.ec-sliderItemRole .slideThumb:hover{
  opacity:0.7;
}
@media screen and (max-width: 800px) {

  .ec-productRole .ec-productRole__profile{
    margin:0px 16px;
  }
  .ec-grid2__cell:nth-child(2) {
      margin:10px;
      width: calc(100% - 20px)!important;
  }
  .sns_share{
    text-align:center;
    margin-top:20px;
    margin-bottom:20px;
  }
  .pdetail-pageHeader{
    margin:0px;
  }


  .next_slide,.prev_slide{
  position:absolute;
  z-index:3;
  height:90vw;
  width:30px;

  background-repeat:no-repeat;
  background-position:50% 55%;
  }
  .next_slide{
    right:0px;
    background-image:url('/html/template/default/assets/icon/icon-next-sp.png');
  }
  .prev_slide{
    background-image:url('/html/template/default/assets/icon/icon-prev-sp.png');
  }
  .prev_zoom,.next_zoom{
    color:black;
    top:calc(44vh - 27.75px);
    font-size:initial;
  }
  .prev_zoom{
    left:0px;
  }
  .next_zoom{
    right:0px;
  }
  .zoom_img{
    width:100%;
    top: 14vh!important;
    height: 60vh;
    pointer-events:none;
    margin:0px;
  }
  .close_zoom{
    right:20px;
    top:calc(14vh - 48px);
  }
  .close_zoom img{
    width:15px;
  }
  .radiolabel2 {
    width:31%!important;
  }
  .ec-price__price{
    margin-bottom: 20px;
  }
  .left-detail{
    width:100%!important;
  }
  .right-detail{
    width:100%!important;
  }
  .ec-sliderItemRole{
    padding-right:0px!important;
  }
  .ecen{
    height:auto;
  }
  .btn_return{
    padding-left: 0px;
  }
  .img_detail_main{
    margin-top: -35px;
    margin-right: 15px;
  }
  .img_detail_main img{
    max-width: 18px;
    padding:0px!important;
  }
  .prev_slide,.next_slide{
    background-size:11px;
  }
  .top_sumb img{
    padding:0px;
  }
  .slick-dots li{
    width:10px!important;
  }
  .slick-dots li button:before {
    width: 10px!important;
    height: 10px!important;
  }
  .ec-headingTitle_overwrite{
    font-size:23px;
    font-weight:400;
  }
  .ec-price .ec-price__price{
    font-size:16px;
    font-weight:400;
  }
  .text_share {
    font-size: 14px!important;
    font-weight: 400!important;
    letter-spacing: 3px!important;
    margin-left: 7px;
  }
  .clear-decoration.share_modal_btn{
    width:100px!important;
    height:32px!important;
  }
  #heart-img img{
    max-width: 26px!important;
  }
  .sns_share .clear-decoration{
    margin-left: 12px!important;
  }
  .sns_share{
    margin-bottom:30px!important;
  }

  .ec-productRole__description{
    margin-top:30px!important;
  }
  .menu_item_top{
    margin-top: 20px!important;
  }
  .menu_item, .menu_item_top,.shopping-cancel-link{
        padding: 5px 19px 5px 20px!important;
        font-size:14px!important;
  }
  .prev_zoom img,.next_zoom img{
    width:10px;
    margin:20px;
  }
  #share_modal{
    width:calc(100% - 40px)!important;
    height:172px!important;
    padding:0px!important;
  }
  #modal_close{
    margin:15px 15px 7px 0px;
  }
  #modal_close img{
    width: 15px;
  }
  .message{
    margin:0px 0px 26px 0px!important;
  }
  .share_icon_item{
    width:39px!important;
  }
  .guide-sp-mt {
    margin-top:50px !important;
  }
  .relative_product_title {
    font-size:20px;
  }

}
.grad-wrap{
  padding-bottom:30px;
}
.ec-productRole .ec-productRole__btn{
  min-width:initial;
  width:100%;
  margin-bottom: 25px;
}

.color_wrap{
  display:flex;
  width:100%;
}
.color_sumb{
  width:50px!important;
  height:50px;
  object-fit: contain;
  margin:10px;
}

#page_product_detail .ec-blockBtn--action {
  transition: .5s cubic-bezier(.23,1,.32,1);
}
#page_product_detail .ec-blockBtn--action:hover {
  background-color: #aa8420;
  color: #fff;
}

#heart-img img {
  width: 100%;
  max-width: 21px;
}
.clear-decoration.share_modal_btn {
  width: 78px;
  height: 26px;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
.clear-decoration.share_modal_btn .btn_share {
  cursor: pointer;
  width: 12px;
}

.clear-decoration.share_modal_btn * {
  cursor: pointer;
}

.shopping-cancel-link {
  padding: 15px 19px 15px 20px;
  border-bottom: 1px solid lightgray;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
}

.clear-decoration.share_modal_btn label {
  margin: 3px auto;
  vertical-align: middle;
}
.text_share {
  font-size: 12px;
}

/* カタログダウンロードリンク */
.catalog_download_link_box {
  margin: 25px auto;
}
.catalog_download_link_box a:hover {
  opacity: 0.7;
}