@charset "UTF-8";
/* CSS Document */

/*breadcrumb*/
.breadcrumb{
  border-top: 1px solid #d7d2cf;
  padding: 5px 15px 20px 15px;
  
}

.breadcrumb ul{
  max-width: 1280px;
  margin: 0 auto;
  white-space: nowrap;
}
.breadcrumb ul li{
  font-size: 1.3rem;
  line-height: 1;
  display: inline;
}
.breadcrumb ul li + li:before{
    content: ">";
    margin: 0 5px;
}

  @media screen and (max-width:767px){
    .breadcrumb{
      overflow-x: scroll;}
    .breadcrumb ul li{
      font-size: 1.1rem;}
  }
  
/*Pagettl*/
.Pagettl{
  background: #ece5de;
  position: relative;
  color: #444450;
  margin-bottom: 80px;
}
  .Pagettl_ctg{background: #ECE9DE;}
  
.Pagettl:after{
  content: '';
  display: block;
  border: 1px solid #aaa5a2;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  position: absolute;
  top: 20px;
  left: 20px;
}
.Pagettl_txt{
  text-align: center;
}
.ctg_ttl_en{
  font-size: 6.4rem;
  font-weight: 500;
  margin-bottom: 40px;
  position: relative;
  color: #444450;
  display: inline-block;
  font-family: "Jost",sans-serif;
}
.ctg_ttl_en span{display: inline-block;}
  
.ctg_ttl{
  font-size: 2.4rem;
  position: relative;
  display: inline-block;
}
.ctg_ttl.icon_rec{
  padding-left: 90px;
}
.ctg_ttl.icon_rec:before{
  content: '';
  display: block;
  background: url("../images/icon_recommend.webp") no-repeat 0 0;
  width: 76px;
  height: 30px;
  background-size: 100%;
  position: absolute;
  top: 5px;
  left: 0;}
  
.ctg_copy{
  display: block;
  font-size: 1.8rem;
  color: #81544e;
  margin-top: 20px;
}  
.Ctg_lead{
  max-width: 820px;
  margin: 0 auto 80px auto;
  line-height: 2;
}
  @media screen and (min-width:768px){
    .Pagettl{
      display: flex;
      align-items: center;}
    
    .Pagettl_txt{
      width: 50%;
      box-sizing: border-box;
    }
    .Pagettl_img{
      width: 50%;
      overflow: hidden;
    }
  }
  @media screen and (max-width:1280px){
    .Pagettl:after{
      width: calc(100% - 20px);
      height: calc(100% - 20px);
      top: 10px;
      left: 10px;}
      
    .ctg_ttl_en{font-size: 4rem; margin-bottom: 10px;}
    .ctg_ttl{font-size: 1.8rem;}
    .ctg_copy{font-size: 1.5rem;}  
  }
  
  @media screen and (min-width:768px) and (max-width:1280px){
    .Pagettl_img img{
      width: 120%;
      max-width: 120%;
    }
    .Pagettl_img{
      width: 45%;
    }
    .Pagettl_txt{
      width: 55%;
      padding:40px 20px;}
  }
  
  @media screen and (max-width:767px){
    .Pagettl_txt{
      padding: 50px 20px 40px 20px;
    }
    .Ctg_lead,
    .Pagettl{
      margin-bottom: 40px;}
  }
  
      /*//////////////タイトルsvg画像//////////////*/
      .img_ctg_ttl_en{position: absolute; left: 0;}
      
      /*ギフト・プチギフト*/
      .ctg_ttl_gift .img_ctg_ttl_en{width: 194px; top: -30px;}
      .ctg_ttl_gift{padding-left: 120px;}

      /*季節限定人気商品*/
      .ctg_ttl_season .img_ctg_ttl_en{width: 268px; top: -50px;}
      .ctg_ttl_season{padding-left: 130px;}

      /*アンティークデザイン*/
      .ctg_ttl_antique .img_ctg_ttl_en{width: 228px; top: -30px;}
      .ctg_ttl_antique{padding-left: 160px;}

      /*価格別*/
      .ctg_ttl_by .img_ctg_ttl_en{width: 102px; top: -20px;}
      .ctg_ttl_by{padding-left: 80px;}

      /*アウトレット*/
      .ctg_ttl_sale .img_ctg_ttl_en{width: 146px; top: 10px; left: auto; right: 0;}
      .ctg_ttl_sale{padding-right: 150px}

      /*ジャンドゥーヤチョコレート*/
      .ctg_ttl_gianduia .img_ctg_ttl_en{width: 286px; top: -40px;}
      .ctg_ttl_gianduia{padding-left: 140px;}
      
      /*カファレル缶アソート*/
      .ctg_ttl_chocolate .img_ctg_ttl_en{width: 264px; top: -45px;}
      .ctg_ttl_chocolate{padding-left: 80px;}
      
      /*きのこ・てんとう虫チョコレート*/
      .ctg_ttl_mash .img_ctg_ttl_en{width: 568px; top: -65px;}
      .ctg_ttl_mash{padding-left: 80px;}
      
      /*焼き菓子*/
      .ctg_ttl_baked .img_ctg_ttl_en{width: 214px; top: -45px;}
      .ctg_ttl_baked{padding-left: 140px;}
      
      /*全商品一覧*/
      .ctg_ttl_all .img_ctg_ttl_en{width: 164px; top: -55px;}
      .ctg_ttl_all{padding-left: 80px;}


      @media screen and (max-width:1280px){
        /*PC版の60%*/
        /*ギフト・プチギフト*/
        .ctg_ttl_gift .img_ctg_ttl_en{width: 116px; top: -18px;}
        .ctg_ttl_gift{padding-left: 72px;}

        /*季節限定人気商品*/
        .ctg_ttl_season .img_ctg_ttl_en{width: 160px; top: -30px;}
        .ctg_ttl_season{padding-left: 78px;}

        /*アンティークデザイン*/
        .ctg_ttl_antique .img_ctg_ttl_en{width: 136px; top: -18px;}
        .ctg_ttl_antique{padding-left: 96px;}

        /*価格別*/
        .ctg_ttl_by .img_ctg_ttl_en{width: 60px; top: -12px;}
        .ctg_ttl_by{padding-left: 48px;}

        /*アウトレット*/
        .ctg_ttl_sale .img_ctg_ttl_en{width: 88px; top: 6px;}
        .ctg_ttl_sale{padding-right: 90px}

        /*ジャンドゥーヤチョコレート*/
        .ctg_ttl_gianduia .img_ctg_ttl_en{width: 170px; top: -24px;}
        .ctg_ttl_gianduia{padding-left: 84px;}
        
        /*カファレル缶アソート*/
        .ctg_ttl_chocolate .img_ctg_ttl_en{width: 158px; top: -24px;}
        .ctg_ttl_chocolate{padding-left: 48px;}
        
        /*きのこ・てんとう虫チョコレート*/
        .ctg_ttl_mash .img_ctg_ttl_en{width: 340px; top: -38px;}
        .ctg_ttl_mash{padding-left: 48px;}
        
        /*焼き菓子*/
        .ctg_ttl_baked .img_ctg_ttl_en{width: 128px; top: -27px;}
        .ctg_ttl_baked{padding-left: 84px;}
        
        /*全商品一覧*/
        .ctg_ttl_all .img_ctg_ttl_en{width: 98px; top: -33px;}
        .ctg_ttl_all{padding-left: 48px;}
      }
    /*//////////////-------------//////////////*/
    
/*About_block*/
.About_block{
  margin-bottom: 80px;
  position: relative;
  padding-top: 20px;
}
.About_block:before{
  content: '';
  display: block;
  background: #eceade;
  width: 100%;
  height: 60%;
  position: absolute;
  top: 0;
  left: 0;
}
.About_block_ttl{
  text-align: center;
  margin-bottom: 30px;
}
.About_block_ttl .ttl_en{
  font-size: 4.2rem;
}
.About_block_ttl .ttl_img_caffarel{width:180px;}
.About_block_bnr{
  position: relative;
}
  @media screen and (min-width:768px){
  .About_block_bnr_wrap{
    display: flex;
    justify-content:space-around;
  }
  .About_block_bnr{
    width: 46%;
  }
  }
  @media screen and (max-width:1280px){
    .About_block_ttl .ttl_en{
      font-size: 3rem;
    }
    .About_block_ttl{margin-bottom: 10px;}
    .About_block_ttl .ttl_img_caffarel{width:100px; transform: translate(-2px,-5px);}
    .About_block_bnr_wrap{
      margin-bottom: 40px;}
    
    .About_block_bnr{margin-bottom: 10px;}
     
    .About_block_bnr .bnr_200_cs{top:auto; bottom: 5%;}
  }
  @media screen and (max-width:767px){
    .About_block{margin-bottom: 40px;}
    .About_block:before{
      height: 40%;}
  }
  
/*Item_list*/  
.list_ttl{
  font-size: 2.4rem;
  color: #444450;
}
.search_count{
  margin-left: 30px;
}
.Item_list_head{
  margin-bottom: 30px;}

.Cat_link{
  text-align: center;
  font-size: 2rem;
  margin-top: 80px
}
.Cat_link a{
  border-bottom: 1px solid #aaa5a2;
  color: #444450;
}

/*セレクトボックス*/
.sort_select{
    border-bottom: 1px solid #aaa5a2; 
    width: 160px;
 }
.sort_select select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  box-sizing: border-box;
  padding: 5px;
  font-size: 1.4rem;
  border:none;
  color: #313131;
  width: 100%;
	background: url("../images/select.gif") 95% 50% no-repeat transparent;
  background-size: 12px 6px;
}
select::-ms-expand {
    display: none;
}

/**/
.Item_list{
  display: flex;
  flex-wrap: wrap;
  }
.Item_box{
  margin-bottom: 40px;
}


.Item_box_name{
  font-size: 1.7rem;
  line-height: 1.4;
  color: #444450;
  margin: 10px 0;
}
.Item_box_price.price{
  font-size: 1.8rem;
}
.Item_box_price.price span.tax{
  font-size: 1.4rem;
}
span.sale_price{
  color: #b64e4e;
}

.Product_list_icon{
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
}
.Product_list_icon li{
  margin-right: 8px;
  margin-bottom: 2px;
}

.Product_list_icon img{
  height: 25px;
}
.pager-list{
  font-family: "Jost",sans-serif;
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
}
.pager-list ul{
  display: flex;
  align-items: center;
  justify-content: center;
}
.pager-list li.pager-number{
  padding: 0 15px;
  border-left: 1px solid #d7cfc7;
}
.pager-list li.pager-number:last-child{
  border-right: 1px solid #d7cfc7;
}
.pager-list li.current-page{
  color: #aaa5a2;
}

.icon_prev,
.icon_next{
  width: 48px;
}
.pager-prev{
  margin-right: 40px;
}
.pager-next{
  margin-left: 40px;
}

  @media screen and (min-width:768px){
    .Item_list_head{
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .Item_box{
      width: 24%;
      margin-right: 1.333%;
    }
    .Item_box:nth-of-type(4n){margin-right: 0;}
    
  }
  @media screen and (max-width:1280px){
    .list_ttl{
      font-size: 2rem;
    }
    .Item_box_name{
      font-size: 1.5rem;
    }
    .Item_box_price.price{
      font-size: 1.6rem;
    }
    .Product_list_icon img{
      height: 20px;
    }
  }  
  @media screen and (max-width:767px){
    .list_ttl{font-size: 1.8rem; margin-bottom: 20px;}
    .Item_list{justify-content: space-between;}
    .Item_box{
      width: 48%;
      }
    .Item_box_name{
      font-size: 1.4rem;
    }
    .Item_box_price.price{
      font-size: 1.4rem;
    }  
    .Item_box_price.price span.tax{font-size: 1.2rem;}
    
    .pager-list{font-size: 1.8rem;}
    .icon_prev,
    .icon_next{
      width: 30px;
    }
    .pager-prev{
      margin-right: 15px;
    }
    .pager-next{
      margin-left: 15px;
    }
  }  
  
/*item detail//////////////////////////////////////////////*/
.item_slider{
  margin-bottom: 20px;
}
.item_slider img{
  width: 100% !important;
}
.thumbnail-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.thumbnail-list li{
  width: 48.25%;
  margin-bottom: 20px;
}
.thumbnail-current img{
  opacity: 0.6;
}
.Item_detail_name{
  font-size: 3.2rem;
}
.item-sell{
  margin-top: 20px;
  font-size: 1.4rem;
  color: #797979;
}
.item-sell.item-sell_sale{
  color: #b64e4e;}
  
.item_bulk{
  margin-bottom: 20px;
}  

.Item_detail_price{
  font-size: 2.4rem;
  margin: 20px 0;
}
.Item_detail_price span.tax{
  font-size: 1.6rem;
}

.Item_detail_info .Product_list_icon img{
  height: 30px;
}
.Item_detail_info .Product_list_icon li{
  margin-bottom: 10px;
  margin-right: 10px;
}
.Cart_area{
  margin: 50px 0 20px 0;
}
.btn_cart a{
  display: block;
  background: #444450;
  color: #FFF;
  text-align: center;
  padding: 16px;
  border-radius: 4px;
  font-size: 2.2rem;
}
  .SoldOut{
    text-align: center;    
    padding: 16px;
    border-radius: 4px;
    font-size: 2.2rem;
    color: #FFF;
    font-family: "Jost",sans-serif;
    background: #aaa5a2;
    box-sizing: border-box;
  }
.icon_cart_img{
  width: 28px;
  vertical-align: text-bottom;
  margin-right: 15px;
}
.option_wrap{
  margin-bottom: 20px;
  width: 100%;
}
.makeshop-option-label{
  margin-bottom: 5px;
  font-size: 1.4rem;
}
.makeshop-option-wrap{
  margin-bottom: 30px;
}

.item-option select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  box-sizing: border-box;
  padding: 5px 35px 5px 15px;
  border: none;
  border-radius: 4px;
  width: 100%;
  height: 40px;
  font-size: 1.4rem;
  color: #313131;
	background: url("../images/select.gif") 95% 50% no-repeat #f7f7f2;
  background-size: 12px 6px;
}
.item-quantity{
  position: relative;
  height: 70px;
  font-size: 1.6rem;
}
.item-quantity input{
  border: none;
  background: #f7f7f2;
  border-radius: 4px;
  font-size: 2rem;
  width: 100%;
  height: 100%;
  padding: 15px 30px;
  text-align: center;
  box-sizing: border-box;
}
.item-quantity .quantity_label{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  left: 20px;
}
.count_up img,
.count_down img{
  display: block;
}
.count_up,
.count_down{
  display: block;
  position: absolute;
  cursor: pointer;
  right: 15px;
  line-height: 1;
  width: 11px;
  height: 6px;
}
.count_up{top: 20px;}
.count_down{bottom: 20px;}

.Guide_link{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.Guide_link li{
  margin-right: 30px;
}
.Guide_link li a{
  position: relative;
  padding-left: 20px;
}
.Guide_link li a:before{
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #565656;
  border-right: 1px solid #565656;
  position: absolute;
  top: 8px;
  left: 0;
  transform: rotate(45deg);
}
.Review_link{
  border-top: 1px solid #aaa5a2;
  border-bottom: 1px solid #aaa5a2;
  padding: 20px 0;
  margin-bottom: 30px;
}
.Review_link .reviewRateStar {
  width: 18px;
  height: 18px;}


.Review_link_Rate{
  display: flex;
  align-items: center;
}
.Review_link_Rate .reviewRate{
  margin-right: 10px;
}
.Review_link_inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Review_entry a{
  padding-right: 20px;
  position: relative;
}
.Review_entry a:after{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: url("../images/arrow_bl.svg") no-repeat 0 0;
  width: 14px;
  height: 11px;
  background-size: 100%;
}

.Item_detail_ssttl{
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.box-specifications dl{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.box-specifications dl dt,
.box-specifications dl dd{
  box-sizing: border-box;
  padding: 12px 15px;
}
.box-specifications dl dt{
  margin-right: 1px;
  width: calc(30% - 1px);
  margin-bottom: 1px;
  background: #ded1c6;
}
.box-specifications dl dd{
  width: 70%;
  margin-bottom: 1px;
  background: #f7f7f2;
}

.fixed_cta{
  background: #FFF;
  position: fixed;
  padding: 20px 30px;
  right: 0;
  bottom: 10%;
  box-sizing: border-box;
  max-width: 320px;
  box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.4);
  z-index: 10;
  display: none;
}
.fixed_cta .btn_cart{
  width: 100% !important;
  
}
.fixed_cta .btn_cart a{
  font-size: 1.8rem;
  padding: 10px;}

.fixed_cta .btn_cart .icon_cart_img{
  width: 22px;
}
.fixed_cta_name{
  margin: 10px 0;
}

  @media screen and (min-width:768px){
      .Item_detail{
        display: flex;
        justify-content: space-between;
      }
      .Item_detail_img{  
      width: 45%;}
      
      .Item_detail_info{
        width: 48%;
      }
      .Cart_area{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
      }
      .item-quantity{
        width: 30%;
      }
      .btn_cart{
        width: 66%;
      }
      
      
      

    }
    
    @media screen and (min-width:768px) and (max-width:1280px){
      .Item_detail_info{
        width: 52%;
      }
    }
    
    @media screen and (max-width:1280px){
      
      .Item_detail_name{
        font-size: 2.4rem;
      }
      .Item_detail_price{
        font-size: 2rem;
      }
      .Item_detail_price span.tax{
        font-size: 1.4rem;
      }
      .Cart_area{
        margin: 30px 0 20px auto;
      }
      .btn_cart a,
      .SoldOut{
        padding: 10px;
        font-size: 1.8rem;
      }
      
      .item-quantity,
      .item-option select{
        height: 50px;
        font-size: 1.4rem;}
      .item-quantity input{
        font-size: 1.6rem;}
      
      .item-quantity .quantity_label{
        left: 10px;
      }
      .count_up,
      .count_down{
        right: 10px;}
      
      .count_up{top: 15px;}
      .count_down{bottom: 15px;}
      
      .box-specifications dl dt,
      .box-specifications dl dd{
        padding: 10px;
        font-size: 1.4rem;
      }
    }  
    
    @media screen and (max-width:767px){
      .fixed_cta{display: none !important;}
      .item_slider{
        margin-bottom: 5px;
      }
      .thumbnail-list li{
        width: 24%
      }
      .Item_detail_ssttl{font-size: 1.6rem;}
      .Item_detail_name{
        font-size: 2rem;
      }
      .Item_detail_price{
        font-size: 1.8rem;
      }
      .Item_detail_price span.tax{
        font-size: 1.2rem;
      }
      .Item_detail_info .Product_list_icon img{
        height: 22px;
      }
      
      .Cart_area{
        margin: 20px 0 20px 0;
      }
      .item-quantity{
        width: 50%;
        height: 45px;
        font-size: 1.6rem;
        margin-bottom: 20px;
      }
    }
.item_free_area{
  padding: 100px 0;
}    
.item_free_txt h2{
  font-size: 2.8rem;
  margin-bottom: 20px;
}
.item_free_box + .item_free_box{
  margin-top: 120px;
}
.item_free_box:first-of-type .item_free_sttl .sttl_en:before{content: 'FEATURES';}
.item_free_box:first-of-type .item_free_sttl .sttl_jp:before{content: '商品の特徴';}

.item_free_box:nth-of-type(2) .item_free_sttl .sttl_en:before{content: 'ITEM STORY';}
.item_free_box:nth-of-type(2) .item_free_sttl .sttl_jp:before{content: 'ストーリー';}

  @media screen and (min-width:768px){
    .item_free_contents{
      display: flex;
      justify-content: space-between;
    }
    .item_free_txt{
      width: 60%;
    }
    .item_free_img{
      width: 34%;
    }
    
    .item_free_img img{width: 100% !important;}
  }
  
  @media screen and (min-width:1281px){
    .item_free_box{
      display: flex;
      justify-content: space-between;
    }
    .item_free_sttl{
      width: 24%;
    }
    .item_free_contents{
      width: 74%;}
  }
  
  @media screen and (max-width:1280px){
      .item_free_txt h2{
        font-size: 2.2rem;}
  }
  
  @media screen and (max-width:767px){
      .item_free_area{
        padding: 50px 0;
      }
      
      .item_free_img{
        max-width: 280px;
        margin: 20px auto 0 auto;
      }
      .item_free_box + .item_free_box{
        margin-top: 60px;
      }
      .Item_list_scroll{
        overflow-x: scroll;
        overflow-y: hidden;
        margin-right: -15px;
        overflow-scrolling: touch;}
        
      .Item_list_scroll .Item_list{
        width: 680px;}
        
      .Item_list_scroll .Item_list .Item_box{
        width: 24%;  
      }  
    }
/*review*/
.detail_review_list{
  margin-bottom: 80px;
}

.detail_review_box{
  background: #f7f7f2;
  box-sizing: border-box;
  padding: 30px;
  margin-bottom: 30px;
}

.detail_review_box .review_box_rate{
  margin: 10px 0;}
  
  @media screen and (min-width:768px){
    .detail_review_list{
      flex-wrap: wrap;
      display: flex;
      justify-content: space-between;
    }
    .detail_review_box{
      width: 31.25%;
    }
    .detail_review_list:after{
      content: '';
      display: block;
      width: 31.25%;
    }
  }
  @media screen and (max-width:1280px){
    .detail_review_box{padding: 20px; margin-bottom: 20px;}
  }


/*cart//////////////////////////////////////////*/
.bg_beige.cart_page{
  margin-bottom: 60px;
}
table.item-cart-table{

}
table.item-cart-table th{
  font-weight: 600;
  text-align:left;
  color: #444450;
  font-size: 1.8rem;
  white-space: nowrap;
}
table.item-cart-table th,
table.item-cart-table td{
  padding: 20px 0;
  border-bottom: 1px solid #aaa5a2;
  vertical-align: middle;
}
table.item-cart-table .padding_cell{
  padding: 20px 30px;
}

.cart_item_img{
  max-width: 180px;
}
.cart_item_name{
  font-size: 1.8rem;
}
.cart-list-option{
  margin-top: 10px;
  font-size: 1.4rem;
  color: #797979;
}
.cart-list-option li{
  line-height: 1.3;
  display: block;
  padding-left: 1em;
  margin-bottom: 10px;
}
.cart-list-option li:before{
  content: '・';
  margin-left: -1em;
}

.cart_table_wrap .Product_list_icon{margin-bottom: 20px;}

.cart_item_price{
  font-size: 2rem;
  white-space: nowrap;
}

.cart_item_price .tax{font-size: 1.4rem;}

.cart_item-quantity{
  position: relative;
  margin-bottom: 0;
  height: 44px;
  width: 100px;
}
.item-quantity input{
  border: none;
  background: #f7f7f2;
  border-radius: 4px;
  font-size: 2rem;
  width: 100%;
  height: 100%;
  padding: 15px 30px;
  text-align: center;
  box-sizing: border-box;
}
.cart_item-quantity .count_up{top: 10px; right: 10px;}
.cart_item-quantity .count_down{bottom: 10px; right: 10px;}
.btn_edit{
  text-align: right;
  margin-top: 5px;
  font-size: 1.4rem;
}
.btn_edit a{
  text-decoration: underline;
}
.btn_delete{
  text-align: center;
  margin-top: 20px;
  font-size: 1.4rem;
}
.btn_delete img{margin-right: 8px;}

.cart_btn_wrap{}
.cart_btn_ttl{
  font-size: 1.8rem;
  font-weight: 600;
  padding: 20px 0;
  text-align: center;
}
.cart_btn_box{
  background: #FFF;
  padding: 30px;
  box-sizing: border-box;
}
.cart_item_total{
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.cart_item_total_price span{font-size: 2.8rem;}
.btn_send{
  margin: 30px 0 20px 0;
}
.btn_send a{
  font-size: 2.2rem;
  display: block;
  background: #444450;
  color: #FFF;
  text-align: center;
  padding: 16px;
  border-radius: 4px;
}
.icon_cart_img_bl{
  width: 24px;
  margin-right: 10px;
  vertical-align: text-bottom;
}
.cart_error{
  text-align: center;
}
.error{
  margin-bottom: 40px;
}

.cart-bulk{
  margin-top: 10px;
}
.bulk-discount{
  color: #b64e4e;
}
.bulk-note{
  font-size: 1.4rem;
  color: #797979;
}

  @media screen and (min-width:1281px){
    .cart_wrap{
      display: flex;
      justify-content: space-between;
    }
    .cart_table_wrap{
      width: 70%;
    }
    .cart_btn_wrap{
      width: 25%;
    }
    .cart_img_cell{width: 180px;}
    .cart_quantity_cell{width: 100px;}
  }
  
  @media screen and (max-width:1280px){
    .cart_table_wrap{margin-bottom: 40px;}
  }  
  
  @media screen and (max-width:767px){
    .cart_item_img{
      max-width: 100px;
    }
    table.item-cart-table{
      border-top: 1px solid #aaa5a2;
    }
    table.item-cart-table tr{
      position: relative;
      display: block;
      border-bottom: 1px solid #aaa5a2;
      padding: 20px 0;
    }
    table.item-cart-table td{
      display: block;
      padding: 0 0 0 125px !important;
      border: none;
    }
    table.item-cart-table td.cart_img_cell{
      background: #CCC;
      position: absolute;
      top: 20px;
      left: 0;
      width: 100px;
      padding: 0 !important;
    }
    table.item-cart-table td.cart_quantity_cell{
      padding: 10px 0 0 125px !important;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .cart_item-quantity{
      height: 40px;
    }
    .cart_item-quantity input{font-size: 1.6rem;}
    
    .btn_delete{margin-top: 0;}
    
    .cart_table_wrap .Product_list_icon{margin-bottom: 10px;}
    .cart_item_name{
      font-size: 1.4rem;
    }
    .cart_item_price{font-size: 1.8rem;}
    
    .cart_btn_ttl{
      display: none;
    }
    .cart_item_total{font-size: 1.4rem; margin: 0;}
    .cart_item_total_price span{font-size: 2.2rem;}
    
    .cart_btn_box{padding: 20px;}
    
    .cart_item_total_wrap{
      display: flex;
      position: relative;
      justify-content: space-between;
      align-items: center;
    }
    .btn_send a{
      font-size: 1.8rem;}
      
    .btn_send{
      margin: 10px 0 20px 0;
    }  
  }



/*News*/
.Second_news_ttl{
  text-align: center;
  margin-bottom: 120px;
  background: #eceade;
  padding: 45px 0;
}
.Second_news_ttl .ttl_jp{
  padding: 0 10px;
}

.Second_news{
  max-width: 980px;
  margin: 0 auto;
}

.News_detail{
  border-bottom: 1px solid #aaa5a2;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.News_detail time{
  font-family: "Jost",sans-serif;
  color: #797979;
}
.News_detail h2{
  font-size: 2.6rem;
  font-weight: 500;
  padding: 40px 0;
  margin-bottom: 40px;
  border-bottom: 1px solid #aaa5a2;
  color: #444450;
}
.News_detail h3{
  color: #444450;
  font-size: 2.2rem;
  margin-bottom: 30px;
  font-weight: 500;
}
.News_detail p,
.News_detail ul,
.News_detail img,
.News_detail table{
  margin-bottom: 30px;
}

.News_detail ul li{
  padding-left: 1.5em;
  margin-bottom: 5px;
}
.News_detail ul li:before{
  margin-left: -1em;
  content: '-';
  margin-right: 0.5em; 
}
.News_detail a{
  text-decoration: underline;
}

.Newslist_return{
  text-align: center;
}
.Newslist_return a,
.News_pager a{
  text-decoration: underline;
}
.News_pager{
  border-bottom: 1px solid #aaa5a2;
  padding-bottom: 50px;
  margin-bottom: 30px;
}
      .News_pager_prev a,
      .News_pager_next a{
        display: block;
        position: relative;
      }
      .News_pager_prev a{
        padding-left: 50px;
      }
      .News_pager_next a{
        padding-right: 50px;
      }
      .News_pager_prev a:before,
      .News_pager_next a:before{
        content: '';
        display: block;
        width: 36px;
        height: 36px;
        border-radius: 36px;
        background: #FFF;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
      }
      .News_pager_prev a:before{left: 0;}
      .News_pager_next a:before{right: 0;}
      
      .News_pager_prev a:after,
      .News_pager_next a:after{
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: url("../images/arrow_bl.svg") no-repeat 0 0;
        width: 14px;
        height: 11px;
        background-size: 100%;
      }
      .News_pager_prev a:after{left: 10px; transform: translateY(-50%) rotate(180deg);}
      .News_pager_next a:after{right: 10px;}
      
      
    @media screen and (min-width:768px){
      .News_pager{
        display: flex;
        justify-content: space-between;
      }
      .News_pager_prev,
      .News_pager_next{
        width: 33%;
      }
      
    }
    @media screen and (max-width:767px){
      .Second_news_ttl{margin-bottom: 50px;}
      .News_detail h2{font-size: 2.2rem;}
      .News_detail h3{font-size: 2.2rem;}
      .News_detail{
        padding-bottom: 30px;
        margin-bottom: 30px;
      }
      .News_pager{
        padding-bottom: 30px;
      }
      .News_pager_prev + .News_pager_next{margin-top: 30px;}
      .News_pager_prev a:before,
      .News_pager_next a:before{
        width: 30px;
        height: 30px;}
       .News_pager_prev a,
       .News_pager_next a{
        padding:0 40px;
      }  
    }
