@charset "UTF-8";

body {
  font: normal normal 16px/1.6 'Noto Sans TC', 'Noto Sans JP', "游ゴシック体", 'Roboto', "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  /*letter-spacing: 2px;
  word-break: break-all;
  line-break: normal;*/
}
p,h1,h2,h3 {
  margin: 0;
}

.notosansJP {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
.kakugo_pro {
  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 400;
}
.kakugo_pro-b {
  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 600;
}
.nunito {
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
}
.pt-Sans {
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
}

/* ---------- #wrapper ----------  */
#wrapper {
  width: 960px;
  margin: 0 auto 210px;
  background: #fff;
  position: relative;
}


/* ---------- header ----------  */
header {
}
header a {
  display: block;
  background: #969696;
}


/* ---------- kv ----------  */
.kv {
  position: relative;
}


/* ----------sct01、sct07 ----------  */
.sct01-box,.sct07-box {
  position: relative;
}
.sct01-box .credit {
  left: 7%;
  top: 20%;
}
.sct07-box .credit {
  left: 7%;
  top: 20%;
}

/* ---------- credit ----------  */
.credit {
  position: absolute;
  color: #666464;
  font-feature-settings: "palt";
  font-weight: 400;
}
.credit .product-name {
  font-size: 24px;
  letter-spacing: 0.3vw;
  line-height: 1;
}

.credit .product-name2 {
  font-size: 24px;
  letter-spacing: 0.3vw;
  margin-bottom: 0.5rem;
}

.credit .cate-price {
  display: flex;
  font-size: 20px;
  padding-top: 10px;
  letter-spacing: 0.2vw;
}

.credit .category {
  font-size: 18px;
  color: #666464;
  border: 1px solid #666464;
  padding: 2px 5px 3px;
  letter-spacing: 0.15vw;
  margin-right: 15px;
}

.credit .p-txt {
  line-height: 0;
  padding-top: 2px;
}
.credit .capacity {
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.1vw;
}
.credit .capacity-g {
  font-size: 28px;
  line-height: 1;
  vertical-align: top;
  padding-right: 20px;
}
.credit .price {
  font-size: 47px;
  line-height: 0.6;
  letter-spacing: 0.08vw;
}
.credit .price span {
  vertical-align: top;
}
.credit .tax {
  font-size: 22px;
  line-height: 1;
}
.credit .tax span {
  font-size: 20px;
  line-height: 1;
}


/* ---------- ingredient ----------  */
.ingredient {
  background-color: #efe5e0;
  padding: 2% 5% 7%;
}
.ingredient-inner {
  border-top: 1px solid #928d8c;
  border-bottom: 1px solid #928d8c;
  color: #666464;
  position: relative;
  padding-top: 3.5%;
  padding-bottom: 3.5%;
}
.ingredient h2 {
  background-color: #efe5e0;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  letter-spacing: 0.1rem;
  padding: 3px 20px;
  font-weight: 400;
}
.ingredient p {
  font-size: 20px;
}


/* ---------- footer ----------  */
footer {
  width: 100%;
}


/* EC */
#bt_ec {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 860px;
}

.modal__shop__ul {
  max-width: 960px;
  margin: 0 auto;
}
.modal__shop__ul li {
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 20px;
}
.modal__shop__ul li a {
  background: #333399;
  color: #fff;
  padding: 10px 40px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 3rem;
  margin-left: 40px;

}

.modal__shop__ul li div {
  width: 320px;
  margin: 0;
}

.modal__shop__ul li .list_intxt p {
  margin: 0;
  font-size: 14px;
  text-align: center;

}
.modal-body .ec-productname {
  font-size: 3rem;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 2%;
}

.modal-body .ec-productname span {
  font-size: 2rem ;
}

.modal {
position: fixed;
z-index: 1;
left: 0;
top: 0;
height: 100%;
width: 100%;
overflow: scroll;
background-color: white;
}
.modal-content{
position: relative;
}
.modal-body{
background-color: white;
position: absolute;
width: 100%;
height: 100vh;
}
.modal_h {
padding: 0 0 3vw;
text-align: center;
font-size: 3rem;
}
#modal__ttl {
  margin: 40px 0 0;
  text-align: center;
}
.cloce {
  text-align: center;
  margin: 0 auto;
  display: inline-block;
}
input#closeBtn {
border: 1px solid #000;
background: #fff;
width: 260px;
padding: 20px;
font-size: 5rem;
transform: translateX(0%);
}
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="button"]::focus {
  outline-offset: -2px;
}


@media only screen and (max-width: 896px) {
  /* ---------- #wrapper ----------  */
  #wrapper {
    width: auto;
    margin-bottom: 22%;
  }

  /* ---------- kv ----------  */
  .kv-sub {
    top: -5vw;
    right: 5vw;
    width: 27%;
  }

  /* ---------- sct01 sct07 ----------  */
  .sct01-box .credit,  .sct07-box .credit {
    left: 3.5%;
  }
  
  /* ---------- credit ----------  */
  .credit .product-name {
    font-size: 3.2vw;
  }
  .credit .product-name2 {
    font-size: 3.2vw;
    margin-bottom: 0.2rem;
  }
  
  .credit .cate-price {
  }
  
  .credit .category {
    font-size: 2.4vw;
    margin-right: 6px;
    letter-spacing: 0.008vw;
  }
    
  .credit .p-txt {
    line-height: 0;
    padding-top: 0;
  }
  .credit .capacity {
    font-size: 4.5vw;
  }
  .credit .capacity-g {
    font-size: 4.5vw;
    padding-right: 10px;
  }
  .credit .price {
    font-size: 6.5vw;
    letter-spacing: 0.008vw;
  }
  .credit .price span {
  }
  .credit .tax {
    font-size: 3.2vw;
  }
  .credit .tax span {
    font-size: 2.4vw;
  }



  /* ---------- ingredient ----------  */
  .ingredient {
    padding-bottom: 10%;
  }
  .ingredient-inner {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .ingredient h2 {
    top: -7%;
  }
  .ingredient h2,.ingredient p {
    font-size: 0.8rem;
  }

  
  /* ---------- EC ----------  */
  #bt_ec {
    width: 90%;
  }
  
  .modal-body .ec-productname {
    font-size: 1rem;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 2%;
  }

  .modal-body .ec-productname span {
    font-size: 12px;
  }

  /* EC */
  input#closeBtn {
  padding: 10px;
  font-size: 1rem;
  }
  .modal__shop__ul {
    width: 100%;
    padding: 0 10px;
  }
  .modal_h {
    padding: 0 10px 3vw;
    text-align: center;
    font-size: 1rem;
  }
  .modal__shop__ul li a {
    font-size: 14px;
    border-radius: 10px;
    padding: 10px 10px;
  }
  .modal__shop__ul li div {
    width: 150px;
  }
  .modal__shop__ul li .list_intxt p {
    font-size: 12px;
  }

}

@media only screen and (min-width: 420px) and (max-width: 896px) {
  /* EC */
  input#closeBtn {
  padding: 10px;
  font-size: 1rem;
  }
  .modal__shop__ul {
    width: 100%;
    padding: 0 10px;
  }
  .modal_h {
    padding: 0 10px 3vw;
    text-align: center;
    font-size: 1rem;
  }
  .modal__shop__ul li a {
    font-size: 14px;
    border-radius: 10px;
    padding: 20px 30px;
  }
  .modal__shop__ul li div {
    width: 200px;
  }
  .modal__shop__ul li .list_intxt p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 480px) {

  /* ---------- footer ----------  */
  footer {
    width: 100%;
  }

}
@media only screen and (max-width: 375px) {

}
@media only screen and (max-width: 319px) {

}

@media only screen and (min-width: 481px) and (max-width: 568px) and (orientation: landscape) {


}