@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 135px;
  background: #fff;
  position: relative;
}


/* ---------- header ----------  */
header {
}
header a {
  display: block;
  background: #969696;
}
/* ---------- kv ----------  */

.credit {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-feature-settings: "palt";
  width: 100%;
  font-weight: 400;
}
.credit .cate-price {
  display: flex;
  justify-content: center;
  letter-spacing: 0.2vw;
}
/*
.sct05 .credit .cate-price {
  font-size: 16px;
}
*/

.sct05{
  margin-bottom: 50px;
}
.sct13{
  margin-bottom: 100px;
}
.sct13 p{
  max-width: 860px;
  margin: 10px auto 0;
  font-size: 25px;
}



.credit .category {
  font-size: 24px;
  color: #fff;
  border:1px solid #fff;
  padding: 0.20em 1em 0.3em;
  letter-spacing: 0.2vw;
  margin-right: 1.05em;
  line-height: 1;
}

.credit .p-txt {
  line-height: 0;
}
.credit .capacity {
  font-size: 30px;
  letter-spacing: 0.1vw;
}
.credit .capacity-g {
  font-size: 25px;
  margin-right: 0.8em;
}
.credit .price {
  font-size: 44px;
  line-height: 0.8;
  letter-spacing: 0.1vw;
}
.credit .tax {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.06em;
}
.credit .tax span {
  font-size: 19px;
  line-height: 1;
}


/* ---------- ingredient ----------  */
.ingredient {
  margin-top: 60px;
  padding:0 10% 10%;
  color: #4D4D4D;
}
.ingredient-inner {
  border-top: 1px solid #4D4D4D;
  border-bottom: 1px solid #4D4D4D;
  position: relative;
  padding-top:40px;
  padding-bottom: 3.5%;
}
.ingredient h2 {
  background: #fff;
  font-size: 33px;
  color: #4D4D4D;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.5rem;
  padding: 3px 20px;
  font-weight: 400;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.ingredient h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.ingredient h3 span{
  font-size: 27px;
  display: block;
}
.ingredient__single{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ingredient__single:not(:last-child){
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #4D4D4D;
}
.ingredient__singleImg{
  width: 216px;
}
.ingredient__singleTxt{
  width: calc(100% - 216px);
}
.ingredient p {
  font-size: 16px;
  line-height: 26px;
}



/* ---------- 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: 14%;
  }

  .credit .product-name {
    font-size: 3.5vw;
  }
  
  .credit .category {
    font-size: 2.8vw;
  }
    
  .credit .p-txt {
    line-height: 0;
  }
  .credit .capacity {
    font-size: 4vw;
  }
  .credit .capacity-g {
    font-size: 3.5vw;
    vertical-align: baseline;
  }
  .credit .price {
    font-size: 5.3vw;
  }
  .credit .price span {
    vertical-align: baseline;
  }
  .credit .tax {
    font-size: 2.8vw;
  }
  .credit .tax span {
    font-size: 2.3vw;
  }

  /* ---------- ingredient ----------  */
  .ingredient h2 {
    font-size: 4vw;
    padding-top: 0.65em;
    padding-bottom: 0.65em;
    margin-bottom: 1em;
  }
  .ingredient p {
    font-size: 3vw;
  }

  /* ---------- 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) {
  .sct05{
    margin-bottom: 20px;
  }
  .sct13{
    margin-bottom: 30px;
  }
  .sct13 p{
    max-width: inherit;
    margin: 10px 5% 0;
    font-size: 13px;
  }
}

@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) {


}