@charset "UTF-8";

.m-h1-cover{
  background: url(/common/images/bg_h1_cover_potetochuro_2.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
}

.m-h1-cover .m-h1-cover__inner{
  align-items: flex-start;
  justify-content: flex-start;
  display: block;
/*  margin: 0 auto;*/
}

.m-h1-cover .m-h1-cover__inner .e-h1--hdg{
  margin: 142px 0 42px;
  text-align: center;
  display: block;
  
}
.m-h1-cover .m-h1-cover__inner p{
  margin: 0;
  text-align: center;
  display: inline-block;
  width: auto;
  padding: 2px 40px;
}

.e-bg-potetochuro{
  background: url(/common/images/bg_img_potetochuro.jpg) center 218px no-repeat;
  text-align: center;
  padding: 106px 0 110px;
}
.e-bg-potetochuro h2{
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .m-h1-cover .m-h1-cover__inner{
    align-items: center;
    justify-content: center;
    display: flex;
/*    margin: 0 auto;*/
  }
  .m-h1-cover .m-h1-cover__inner .e-h1--hdg{
    margin: 0 0 22px;
  }
  .m-h1-cover .m-h1-cover__inner p{
    padding: 2px 20px;
  }
  .e-bg-potetochuro{
    background: url(/common/images/bg_img_potetochuro_sp.jpg) center center no-repeat;
    text-align: center;
    background-size: cover;
    padding: 35px 20px;
  }
  .e-bg-potetochuro h2{
    margin-bottom: 15px;
    letter-spacing: 0.25em;
  }
}

/*商品紹介*/
.e-bg-potetochuro-sub01{
  background: url(/common/images/bg_img_potetochuro_01_2.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
}
.e-bg-potetochuro-sub01 .m-article{
  padding: 172px 0 142px;
}
.e-bg-potetochuro-sub01 .m-article__txt{
  width: auto;
}
.e-bg-potetochuro-sub01 .e-txt{
  width: 400px;
}
.e-bg-potetochuro-sub02{
  background: url(/common/images/bg_img_potetochuro_02.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
}
.e-bg-potetochuro-sub02 .m-article{
  padding: 210px 0 180px;
}
.e-bg-potetochuro-sub02 .m-article__txt{
  width: 320px;
}
.m-article {
  width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .e-bg-potetochuro-sub01,
  .e-bg-potetochuro-sub02 {
    background: none;
  }
  
  .e-product-intro .m-article{
    flex-wrap: wrap;
    width: 100%;
  }
  .e-product-intro .m-article__imgl {
    padding: 40px 0;
  }
  .e-product-intro .m-article .m-article__img {
    width: auto;
    margin: 0 -20px;
  }
  .e-product-intro .m-article .m-article__txt{
    width: auto;
    margin-right: auto;
  }
  .e-product-intro .m-article__imgl {
    padding: 0px 0 25px;
  }
  .e-product-intro .m-article__imgr {
    padding: 0 0 25px;
  }
  .e-bg-potetochuro-sub01 .e-txt{
    width: auto;
  }
}

/*ポテトチュロ一覧*/
.e-potetochuro-type{
  padding: 75px 0 90px;
  background: #ebebeb;
}
.m-typelist{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  justify-content: center;
  width: 1000px;
  margin: 0 auto 45px;
}
.m-typelist dl{
  margin-top: 20px;
  letter-spacing: 0.2em;
}
.m-typelist dt{
  font-size: 16px;
  font-weight: bold;
  line-height: 1.65;
}
.m-typelist dd{
  font-size: 14px;
  color: #666;
}
.m-typelist__label{
  position: relative;
  width: 250px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.2em;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}
.m-typelist__label:before{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-top: -0.5px;
  width: 100%;
  height: 1px;
  background-color: #333;
}
.m-typelist__label:after{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  margin-left: -62px;
  width: 124px;
  height: 100%;
  background-color: #ebebeb;
}
.m-typelist__label span{
  position: relative;
  z-index: 2;
}
/* PC 文字の位置調整*/
@media screen and (min-width: 768px) {
  .potetochuro-type--01{
    padding-top: 1.83em;
  }
  .potetochuro-type--02{
    padding-left: 10px;
  }
  .potetochuro-type--03{
    padding-left: 20px;
  }
  .potetochuro-type--04{
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .e-potetochuro-type{
    padding: 22px 0 30px;
    background: #fafafa;
  }
  .m-typelist{
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .m-typelist dl{
    margin: 3px 0 15px;
  }
  .m-typelist dt{
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.29;
  }
  .m-typelist dd{
    font-size: 12px;
  }
  .m-typelist__label{
    width: 100%;
    font-size: 12px;
    border: none;
    
  }
  .m-typelist__label:before{
    width: 180px;
    left: 50%;
    margin-left: -90px;
  }
  .m-typelist__label:after{
    width: 60px;
    margin-left: -30px;
    background: #fafafa;
  }
  /*スライド*/
  .slick-arrow{
    position: absolute;
    top: 38%;
    font-size: 0;
    outline: none;
    z-index: 2;
  }
  .slick-prev{
    left: 20px;
    width: 38px;
    height: 38px;
    background: url(/common/images/bg_arrow_prev.png) center center no-repeat;
    background-size: contain;
  }
  .slick-next{
    right: 20px;
    width: 38px;
    height: 38px;
    background: url(/common/images/bg_arrow_next.png) center center no-repeat;
    background-size: contain;
  }
  .slick-dots{
    margin-top: 16px;
    font-size: 0;
  }
  .slick-dots li{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 6px;
    border-radius: 50%;
    background-color: #ccc;
  }
  .slick-dots .slick-active {
    background-color: #666;
  }

}
/*スライド リサイズ対策*/
@media screen and (min-width: 768px) {
  .slick-arrow,
  .slick-dots{
    display: none !important;
  }
}

/*商品情報*/
.e-product-guidance{
  width: 940px;
  margin: 0 auto;
  padding: 18px;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.2em;
  color: #666;
  border: 1px solid #666;
}
 @media screen and (max-width: 767px) {
  .e-product-guidance{
    width: auto;
    margin: 0;
    padding: 12px 5px;
    font-size: 16px;
    letter-spacing: 0.25em;
    line-height: 1.9;
  }
}

/*商品情報*/
.m-product-info{
    width: 940px;
    margin: 0 auto;
    padding: 75px 0 140px;
}
@media screen and (max-width: 767px) {
  .m-product-info{
    padding: 0 20px;
    margin: 20px 0 60px;
    width: auto;
  }
}

/*タブ*/
.tabs {
  margin-top: 50px;
  padding-bottom: 20px;
  background-color: #fff;
  /*width: 940px;*/
  margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
  width: calc(49%);
  height: 44px;
  background-color: #f2f2f2;
  line-height: 44px;
  font-size: 14px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  font-weight: bold;
  margin-right: 2%;
  border-radius :6px 6px 0 0;
}
.tab_item02{
  margin-right: 0px;
}
.tab_item span {
  color: #e29916;
  font-size: 10px;
  padding-right: 5px;
  vertical-align: middle;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  padding: 0;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#product01:checked ~ #product01_content,
#product02:checked ~ #product02_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #fff0d9;
  color: #333333;
}

/*成分表見出し*/
.m-product-component__ttl {
  display: inline-block;
  width: 49.5%;
  text-align: center;
  vertical-align: top;
  color: #d68d16;
  font-size: 16px;
  margin: 0 0 18px;
}

/*商品名見出し*/
.tabs .m-product__ttl {
  background: #ffe4cd;
  width: 100%;
  border-radius :6px;
  padding: 10px 20px 10px 30px;
  margin: 0 0 20px;
  position: relative;
}
.tabs .m-product__ttl:before{
  content: "●";
  display: block;
  position: absolute;
  top: 50%;
  left: 18px;
  font-size: 6px;
  vertical-align: middle;
  width: auto;
  height: auto;
  margin: 0;
  border: 0;
  color: #d68d16;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tab_content_description{
  margin: 0 0 40px;
}

.tab_content .m-product-info__item {
  display: inline-block;
  vertical-align: top;
  width: 49.5%;
  border-right: 1px solid #d68d16;
  padding: 0 40px 0 0;
  /*font-size: 13px;*/
  color: #666;
  font-family: "Yu Gothic", 'Yu Gothic', YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

.tab_content .m-product-info__item:last-child {
  padding: 0 0 0 40px;
  border-right: none;
}

.tab_content .m-product-component {
  width: 100%;
}
.tab_content .m-product-component th {
  text-align: left;
  font-weight: normal;
  width: 85px;
  padding: 3px 0;
}
.tab_content .m-product-component td {
  text-align: right;
  background-image: -webkit-linear-gradient(to right, #033333, #033333 1px, transparent 1px, transparent 2px);;
background-image: linear-gradient(to right, #033333, #033333 1px, transparent 1px, transparent 2px);
  background-size: 3px 1px;
  background-position: 0 50%;
  background-repeat: repeat-x;
  clear: both;
}
.tab_content .m-product-component td span{
  background: #fff;
  padding-left: 15px;
}

 @media screen and (max-width: 767px) {
  .tabs {
      width: auto;
      padding: 0 -20px;
  }
  .tab_content {
    background: #fff0d9;
    padding: 0 20px 0;
    margin: 0 -20px;
    clear: both;
    overflow: hidden;
    display: none;
  }
  .tab_content_description{
    margin: 0 0 25px;
  }
  .tab_content .m-product-info__item {
    display: block;
    vertical-align: top;
    width: 100%;
    height: auto;
    border-right: none;
    border-bottom: 1px solid #e29916;
    padding: 25px 0;
    font-size: 10px;
    color: #666;
    clear: both;
    overflow: hidden;
  }
  .tab_content .m-product-info__item:first-child {
    padding: 25px 0;
  }
  .tab_content .m-product-info__item:last-child {
    padding: 25px 0 0;
    border-bottom: none;
  }
  .tab_content .m-product-info__item h4{
    color: #e29916;
    font-size: 13px;
    margin: 0 0 8px;
    text-align: center;
  }
  .tab_content .m-product-component {
     width: 45%;
     float: left;
  }
  .tab_content .m-product-component:last-child{
     float: right;
  }
  .tab_content .m-product-component th {
    text-align: left;
    font-weight: normal;
    width: 85px;
    padding: 3px 0;
  }
  .tab_content .m-product-component td {
    text-align: right;
    background-image: -webkit-linear-gradient(to right, #033333, #033333 1px, transparent 1px, transparent 2px);;
  background-image: linear-gradient(to right, #033333, #033333 1px, transparent 1px, transparent 2px);
    background-size: 3px 1px;
    background-position: 0 50%;
    background-repeat: repeat-x;
    clear: both;
  }
  .tab_content .m-product-component td span{
    background: #fff0d9;
    padding-left: 15px;
  }
 }

.t-product .e-btn__txt {
  padding: 0 14px;
 }
