@charset "euc-jp";
/* CSS Document */


  
.Product_detail_wrap{
  padding-bottom: 80px;
}  
@media screen and (min-width: 768px){
  .Product_detail_wrap{
    display: flex;
    justify-content: space-between;
  }
  .Product_detail_img{
    width: 54%;
  }
  .detail_info{
    width: 40%;
    padding-top: 30px;
  }
}
.group_list{
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
.group_list li{
  margin-right: 5px;
  margin-bottom: 10px;
}
.group_list li a{
  background: #04a569;
  color: #FFF !important;
  font-size: 1.4rem;
  line-height: 1;
  padding: 3px 10px;
  border-radius: 30px;
  font-weight: 500;
}
.detail_price_area{
  border-bottom: 1px solid #CCC;
  margin-bottom: 20px;
}
.nomal_price{
  font-size: 1.4rem;
}
.detail_price{
  font-size: 1.4rem;
  margin: 20px 0;
}
.detail_price span{
  color:#04a569;
  vertical-align: middle;
  font-weight: 900;
  font-size: 3.4rem;
  font-family: "Roboto", sans-serif;
}

.detail_p_code{
  font-size: 1.4rem;
  margin-bottom: 20px;
}

/*p_action*/
.p_action{
  margin-bottom: 20px;
}
.p_action li{
  font-size: 1.4rem;
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
  box-sizing: border-box;
}

.p_action li img{
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  margin-right: 5px;
}
button.favorite-button{
  border: none;
  background: none;
  text-align: left;
  color: #000;
}
.p_action li.action_fav span{

}
.p_action li.action_fav span:before{
  content: '';
  background: url("https://file001.shop-pro.jp/PA01514/654/common/images/icon_fav.svg") no-repeat 0 0;
  background-size: 100%;
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p_action li.action_fav span:after{
  content: 'お気に入りに追加';
  }
  
.p_action li.action_fav .fav-items span:before{
  background-image: url("https://file001.shop-pro.jp/PA01514/654/common/images/icon_fav_on.svg");
}
.p_action li.action_fav .fav-items span:after{
  content: 'お気に入り追加済み';
  }

  @media screen and (min-width: 1181px){
    .p_action ul{
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
    }
    .p_action li{width: 60%;}
    .p_action li:nth-child(2n){
      width: 40%;
    }
  }

  @media screen and (max-width: 767px){
    .group_list li{
      margin-right: 5px;
      margin-bottom: 5px;}
    .group_list li a{
      padding: 3px 10px;
      font-size: 1.2rem;
    }
    .detail_price{margin: 10px 0;}
    .detail_p_code{margin-bottom: 10px;}
  }

.Share{
  padding-top: 20px;
  border-top: 1px solid #CCC;
  
}
.sns_share{
  display: flex;
  align-items: center;
}
.Share p.sns_share_ttl{
  margin-right: 30px;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
}
.Share p.sns_icon{
  margin-right: 20px;
}
.Share p.sns_icon img{
  width: 30px;
}

/*画像*/
.Product_detail_mainimg{
  margin-bottom: 10px;
  background: #FFF;
  border-radius: 20px;
  overflow: hidden;
}
.Product_detail_mainimg li{
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  
}
.Product_detail_mainimg li img{
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 95%;
  max-height: 95%;
  transform: translate(-50%,-50%);
}

.Product_detail_thm{
  display: flex;
  flex-wrap: wrap;
}
.Product_detail_thm li{
  width: 15%;
  height: 0;
  padding-top: 15%;
  margin: 0 0.83333% 5px 0.83333%;
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 20px;
  margin-bottom: 10px;
  background: #FFF;
  position: relative;
  border: 2px solid #FFF;
}

.Product_detail_thm li img{
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 95%;
  max-height: 95%;
  transform: translate(-50%,-50%);
}

.Product_detail_thm li.thumbnail-current{border: 2px solid #04a569;}


  @media screen and (max-width: 767px){
    .Product_detail_img{margin-bottom: 30px;}
    .Product_detail_thm li{border-radius: 10px;}
  }
/*オプション*/
table.detail_list{}
table.detail_list th{white-space: nowrap; padding-right: 10px;}
table.detail_list th,
table.detail_list td{
  vertical-align: middle;
  text-align: left;
  padding: 10px 0;
}
input.product_init_num{
  background: #FFF;
  border: none;
  height: 50px;
  padding: 10px 30px;
  width: 150px;
  border-radius: 50px;
  text-align: center;
  font-size: 1.6rem;
  color: #000;
  -webkit-appearance: none; 
  -moz-appearance: none;
  box-sizing: border-box;
  }
  
.count{
  width: 150px;
  position: relative;
}  
.count_up{
  position: absolute;
  width: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.count_down{
  position: absolute;
  width: 20px;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}

.option_box select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
  height: 50px;
  padding: 10px 30px;
  line-height: 1;
  font-size: 1.6rem;
  text-align: left;
  color: #000;
  border-radius: 50px;
	border: none;
  width: 90%;
	background: url("https://file001.shop-pro.jp/PA01514/654/common/images/select.png") no-repeat 90% 50% #FFF;
  background-size: 8px 7px;
}

select::-ms-expand {
    display: none;
}
.add_cart_area{
  margin: 30px 0;
}
.btn_addcart{ text-align: center;}
.btn_addcart button{
  width: 100%;
  height: 80px;
  font-size: 2rem;
  cursor: pointer;
  text-align: center;
  border-radius: 40px;
  padding-left: 34px;
  box-sizing: border-box;
  color: #FFF !important;
  font-weight: 700;
  border:none;
  transition: 0.5 all;
  background: #f6a90e url("https://file001.shop-pro.jp/PA01514/654/common/images/icon_cart.svg") no-repeat 25% center;
  background-size: 34px 30px;
}
.btn_addcart button:hover{
  opacity: 0.5; 
  transition: 0.3s;
}
.bottom_btn_addcart{
  position: fixed;
  width: 100%;
  background: rgba(255,255,255,0.8);
  bottom: 0;
  left: 0;
  padding: 20px;
  box-sizing: border-box;
  z-index: 10;
  display: none;
}
  .bottom_btn_addcart .btn_addcart a{
    width: 100%;
    padding: 10px;
    display: block;
    box-sizing: border-box;
    font-size: 2rem;
    cursor: pointer;
    text-align: center;
    border-radius: 40px;
    padding-left: 34px;
    color: #FFF !important;
    font-weight: 700;
    border:none;
    transition: 0.5 all;
    background: #f6a90e url("https://file001.shop-pro.jp/PA01514/654/common/images/icon_cart.svg") no-repeat 25% center;
    background-size: 28px 24px;
  }

.Soldout_wrap{
  background: #666;
  color: #FFF;
  text-align: center;
  padding: 10px;
}
  @media screen and (max-width: 1180px){
    .btn_addcart button{
      font-size: 1.8rem;
      background-position: 20% center;}
  }
  @media screen and (max-width: 767px){
    input.product_init_num{
      height: 40px;}
    .option_box select {  height: 40px;}
    .btn_addcart button{height: 60px;}
    .add_cart_area{
      margin: 10px 0 20px 0;
    }
    .bottom_btn_addcart.active{display: block;}
    }
  
/*freearea*/
.p_tab_Contents{
  display: none;
}
.p_tab_menu_wrap{
  display: flex;
  justify-content: space-between;
  position: relative;
  border-bottom:2px solid #04a569;
}

.p_tab_menu{
  position: relative;
  width: 48%;
  cursor: pointer;
  text-align: center;
  border-radius: 20px 20px 0 0;
  font-size: 2.4rem;
  padding: 10px;
  box-sizing: border-box;
  background: #FFF;
  font-weight: 900;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
}
.p_tab_menu.p_active{
  background: #04a569;
  color: #FFF;
  z-index: 1;
}
.p_tab_menu span{
  display: block;
  font-size: 1.4rem;
  font-weight: 900;
}

.p_tab_Contents {
    display: none;
    padding: 70px 0;
    max-width: 900px;
    margin: 0 auto;
}
.p_tab_Contents.p_show {
    display: block;
    animation:tabAnim ease 1s forwards;
}  
.freearea {
  line-height: 1.8;
  margin-bottom: 80px;
}

/*大見出し*/
.ttl_large{
  position: relative;
  border-bottom: 4px solid #04a569;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 10px;
  padding-left: 40px;
  margin-bottom: 40px;
}
.ttl_large:before{
  content: '';
  display: block;
  background: url("https://file001.shop-pro.jp/PA01514/654/common/images/icon_circle.png") no-repeat 0 0;
  background-size: 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  left: 0;
}
  @media screen and (max-width: 1024px){.ttl_large{font-size: 2.6rem;}}
  @media screen and (max-width: 1024px){.ttl_large{font-size: 2.2rem;}}
/*中見出し*/
.ttl_middle{
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 40px;
  font-weight: 700;
  position: relative;
  padding-left: 40px;
}

.ttl_middle:before{
  content: '';
  display: block;
  background: url("https://file001.shop-pro.jp/PA01514/654/common/images/ttl_line-v.png") no-repeat 0 0;
  background-size: 100%;
  width: 6px;
  height: 41px;
  position: absolute;
  top: 0;
  left: 12px;
}
  @media screen and (max-width: 1024px){.ttl_middle{font-size: 2rem;}}
  @media screen and (max-width: 767px){.ttl_middle{font-size: 1.8rem;}}
/*小見出し*/
.ttl_small{
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 40px;
  font-weight: 700;
  position: relative;
  padding-left: 40px;
}
.ttl_small:before{
  content: '';
  display: block;
  background: #04a569;
  width: 30px;
  height: 4px;
  border-radius: 4px;
  position: absolute;
  top: 15px;
  left: 0;
}
  @media screen and (max-width: 1024px){.ttl_small{font-size: 1.8rem;}}
  @media screen and (max-width: 767px){.ttl_small{font-size: 1.6rem;}}

/*リード文*/
.freearea h3,
.lead{
  color: #04a569;
  font-weight: 900;
  font-size: 2.4rem;
  margin-bottom: 40px;
}
  @media screen and (max-width: 1024px){.freearea h3,
.lead{font-size: 2rem;}}
  @media screen and (max-width: 767px){.freearea h3,
.lead{font-size: 1.8rem;}}
/*マーカー*/
.marker{
  background: #fcee09;
  font-weight: 700;
  display: inline-block;
}
/*矢印付きリンク*/
.arrow_link{
  position: relative;
  padding-left: 40px;
  font-weight: 500;
}

.arrow_link:before{
  content: '';
  display: block;
  background: url("https://file001.shop-pro.jp/PA01514/654/common/images/arrow.png") no-repeat 0 0;
  background-size: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
/*btn*/
.Btn{  }
.Btn a{
  display: inline-block;
  
  background: #f6a90e;
  color: #FFF !important;
  font-weight: 900;
  line-height: 1;
  padding: 25px 60px 25px 10px;
  border-radius: 100px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
 }
.Btn a:after{
  content: '';
  display: block;
  background: url("https://file001.shop-pro.jp/PA01514/654/common/images/arrow_wh.png") no-repeat 0 0;
  width: 22px;
  height: 20px;
  background-size: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: 0.3s;
}
.Btn a:hover{
  opacity: 1 !important;
  background: #04a569;
}
.Btn a:hover:after{
  right: 15px;
  transition: 0.3s;
}  

/*赤枠*/
.red_box{
  border: 2px solid #e53619;
  border-radius: 20px;
  background: #FFF;
  padding: 20px 30px;
  overflow: hidden;
  margin-bottom: 80px;
}
.red_box_ttl{
  background: #e53619;
  font-size: 2rem;
  color: #FFF;
  padding: 10px;
  font-weight: 700;
  text-align: center;
  margin: -20px -30px;
}
  @media screen and (max-width: 1024px){.red_box_ttl{font-size: 1.8rem;}}
  @media screen and (max-width: 767px){
    .red_box_ttl{font-size: 1.6rem; margin: -10px -20px;}
    .red_box{padding: 10px 20px;}
    }

/*動画*/
.movie_box{
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  height: 0;
  padding-top: 56.25%;
  margin-bottom: 80px;
}
.movie_box iframe{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.Img_box{
  text-align: center;
}

.freearea p{
  margin-bottom: 40px;
}
.freearea img{
  border-radius: 20px;
  margin-bottom: 40px;
}
.freearea_spec_table table {
  border-top: 1px solid #CCC;
}
.freearea_spec_table table th{
  white-space: nowrap;
}
.freearea_spec_table table td,
.freearea_spec_table table th{
  border-bottom: 1px solid #CCC;
  text-align: left;
  vertical-align: top;
  padding: 20px;
}
.freearea_spec_table table th{
  font-weight: 900;
}

  @media screen and (min-width: 768px){
    .freearea_spec{
      display: flex;
      justify-content: space-between;
    }
    .freearea_spec_ttl{
      white-space: nowrap;
      margin-right: 40px;
    }
    .freearea_spec_table{
      flex: 1;
    }
    .Img_Left,
    .Img_Right{
      display: flex;
      justify-content: space-between;
    }
    .Img_Left{
      flex-direction: row-reverse;
    }
    .Img_Left p,
    .Img_Right p{
      flex: 1;
    }
    .Img_Left .Img_box{
      padding-right: 30px;
      width: 45%;
    }
    .Img_Right .Img_box{
      padding-left: 30px;
      width: 45%;
    }
  }   
  @media screen and (max-width: 767px){
    .p_tab_menu{
      font-size: 1.8rem;}
    .p_tab_Contents {
      padding: 30px 0;}
    .freearea h3{
      font-size: 1.8rem;}
    
    .freearea_spec_table table td,
    .freearea_spec_table table th{
      padding: 10px 0;}
    
    .freearea_spec_table table th{
      padding-right: 10px;
    }
  }  
  
/*Voice*/
.Voice{
  background: #FFF;
  border-radius: 20px;
  padding: 80px;
}


.p_action-voice ul{
  display: flex;
  flex-wrap: wrap;
}
.p_action-voice li{
  font-size: 1.4rem;
  position: relative;
  box-sizing: border-box;
}



.p_action-voice li img{
  position: absolute;
  top: -3px;
  left: 0;
  width: 30px;
}

.p_action-voice li a{
  position: relative;
  display: block;
  padding-right: 30px;
  padding-left: 30px;
}
.p_action-voice li a:after{
  content: '';
  display: block;
  background: url("https://file001.shop-pro.jp/PA01514/654/common/images/arrow.png") no-repeat 0 0;
  background-size: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.Voice_box{
  border-top: 1px solid #CCC;
  padding: 40px 0;
}
.Voice_box_head{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.star img{
  width: 130px;
}
.Voice_date{
  color: #04a569;
}
.Voice_name{
  margin: 0 20px;
}
.Voice_ttl{
  font-weight: 700;
  font-size: 2rem;
  margin: 20px 0;
}
.Shop_comment{
  margin-top: 30px;
  background: #e6f1ef;
  padding: 20px;
}
.Shop_comment_ttl{
  font-weight: 700;
  margin-bottom: 20px;
}
.review_img{
  width:30%;
  float:left;
  margin-right:20px;
  margin-bottom:20px;}

  @media screen and (min-width: 1181px){
  .Voice_wrap_ttl{
    display: flex;
    justify-content: space-between;
  }
  .p_action-voice{
    margin-top: 10px;
  }
  .p_action-voice li{margin-left: 40px;}
}
  @media screen and (max-width: 1180px){
    .Voice_wrap_ttl{
        margin-bottom: 40px;}
    .p_action-voice li{margin-right: 40px;}
    .Voice{padding: 40px;}
  }
  @media screen and (max-width: 767px){
    .Voice{padding: 20px;}
    .Voice_wrap_ttl{
        margin-bottom: 0px;}
    .p_action-voice li{
      margin-right: 0;
      width: 100%;
      margin-bottom: 30px;
    }
    .star{
      width: 100%;
      margin-top: 20px;
    }
    .Voice_ttl{font-size: 1.8rem;}
    .Shop_comment{padding: 20px 10px;}
  }
.P-password_area{
  padding-top: 20px;
  border-top: 1px solid #CCC;
  margin: 20px 0;
}  
.P-password_txt{
  margin-bottom: 10px;
}
.P-password_area input.password_field{
 background: #FFF;
  border: none;
  height: 50px;
  padding: 10px 30px;
  width: 100%;
  border-radius: 10px;
  text-align: center;
  font-size: 1.6rem;
  color: #000;
  -webkit-appearance: none; 
  -moz-appearance: none;
  box-sizing: border-box;
}