@charset "Shift_JIS";
html {
  position: relative;
  min-height: 100%;
  overflow-y: scroll;
  font-size: 62.5%;
}

/* SP */
.header {
  z-index: 1000;
}
.content__inner {
  overflow: visible;
}

/* -------------------------------------------
 * bistropotato
 * ------------------------------------------- */
 @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");

 .bistropotato{
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  color: #000;
}
.bistropotato .main__inner{
  width: 84%;
  margin: auto;
}
.bistropotato img{
  width: 100%;
  height: auto;
}

/* bistropotato__mv */
.bistropotato__mv{
  width: 100%;
}

/* bistropotato__newarea */
.bistropotato__newarea{
  padding-top: 20px;
  text-align: center;
}

/* bistropotato__about */
.bistropotato__about{
  padding-top: 60px;
}
.bistropotato__about__title{
  text-align: center;
}
  .bistropotato__about__title img{
    height: 17px;
    width: auto;
  }
.bistropotato__about__read{
  margin-top: 55px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 2.4px;
  text-align: center;
}
.bistropotato__about__content01{
  margin-top: 60px;
}
  .bistropotato__about__content01 .content01__img{
    margin-left: calc(50% - 50vw);
  }
  .bistropotato__about__content01 .content01__inner h3{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2.16px;
    text-align: center;
    margin-top: 28px;
  }
  .bistropotato__about__content01 .content01__inner p{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.93;
    text-align: justify;
    margin-top: 12px;
  }
.bistropotato__about__content02{
  margin-top: 60px;
}
  .bistropotato__about__content02 .content02__img{
    margin-right: calc(50% - 50vw);
  }
  .bistropotato__about__content02 .content02__inner h3{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1.08px;
    text-align: center;
    margin-top: 28px;
  }
  .bistropotato__about__content02 .content02__inner p{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.93;
    text-align: justify;
    margin-top: 12px;
  }

/* bistropotato__flavor */
.bistropotato__flavor{
  margin-top: 100px;
}
.bistropotato__flavor__title{
  text-align: center;
}
  .bistropotato__flavor__title img{
    height: 17px;
    width: auto;
  }
.bistropotato__flavor__item{
  margin-top: 60px;
}
.bistropotato__flavor__item .item_thumb{
  text-align: center;
}
.bistropotato__flavor__item .item__title{
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
  /* subtitle image size */
  .bistropotato__flavor__item._bacon .item__title span img{
    width: 77px;
  }
  .bistropotato__flavor__item._vichyssoise .item__title span img{
    width: 68px;
  }
  .bistropotato__flavor__item._minestrone .item__title span img{
    width: 67px;
  }
  .bistropotato__flavor__item._chiliconcarne .item__title span img{
    width: 85px;
  }
.bistropotato__flavor__item .item__text{
  font-size: 14px;
  font-weight: 500;
  line-height: 1.93;
  text-align: justify;
  margin-top: 10px;
}

/* bistropotato__scene */
.bistropotato__scene{
  margin-top: 100px;
  background-color: #e4e8e8;
  padding-top: 60px;
  padding-bottom: 60px;
}
.bistropotato__scene__title{
  text-align: center;
}
  .bistropotato__scene__title img{
    height: 17px;
    width: auto;
  }
.bistropotato__scene__item{
  margin-top: 47px;
}
  .bistropotato__scene__item .item__title{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1.08px;
    text-align: center;
    margin-top: 20px;
  }
  .bistropotato__scene__item .item__text{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.93;
    text-align: justify;
    margin-top: 12px;
  }

/* bistropotato__product */

.bistropotato__product__inner01{
  background-color: #000;
  padding-top: 60px;
  padding-bottom: 60px;
}
.bistropotato__product__title{
  text-align: center;
}
  .bistropotato__product__title img{
    height: 17px;
    width: auto;
  }
.bistropotato__product__image01{
  margin-top: 60px;
  text-align: center;
}
  .bistropotato__product__image01 img{
    width: 60%;
  }
.bistropotato__product__inner02{
  position: relative;
}
.bistropotato__product__inner02::before{
  content: "";
  display: block;
  background-color: #000;
  width: 100%;
  height: 20.4vw;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
.bistropotato__product__image03{
  width: 84%;
  margin: auto;
  padding-top: 30px;
  position: relative;
  z-index: 1;
}
.bistropotato__product__price{
  margin: 30px 0;
  text-align: center;
}
  .bistropotato__product__price img{
    width: 60%;
  }

.bistropotato__product__button{
  width: 84%;
  margin: 30px auto 60px;
}
/* cv__button */
.cv__button{
  position: sticky;
  bottom: -6px;
  text-align: center;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s;
}
  .cv__button img{
    width: 270px;
    /* width: 86%; */
  }
.cv__button.is-animated{
  opacity: 1;
  visibility: visible;
}



/* -------------------------------------------
 * Scroll Animation
 * ------------------------------------------- */
.an_true,
.an_delay_item {
  transition: opacity 0.8s, transform 0.8s;
}

.si_fade,
.si_top,
.si_bottom,
.si_left,
.si_right{
  opacity: 0;
}
.si_fade.scrollin,.scrollin .si_fade {opacity: 1;}
.si_top {transform: translate(0, -50px);}
.si_bottom {transform: translate(0, 50px);}
.si_left {transform: translate(-50px, 0);}
.si_right {transform: translate(50px, 0);}
.si_diagonal {transform: translate(50px, 50px);}
.si_top.scrollin,.scrollin .si_top,
.si_bottom.scrollin,.scrollin .si_bottom,
.si_left.scrollin,.scrollin .si_left,
.si_right.scrollin,.scrollin .si_right,
.si_diagonal.scrollin,.scrollin .si_diagonal{
  opacity: 1;
  transform : translate(0, 0);
}