html {
  scroll-behavior: smooth;
}
h1 {
  margin: 0;
}
img {
  display: inherit;
}

.wrapper {
  text-align: center;
  color: #aa2c00;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

/* img {
  width: 100%;
} */
a:hover {
  opacity: 0.7;
}

.fv {
  width: 100%;
  position: relative;
}

.fv h1 img {
  width: 100%;
  display: block;
}
.fv_btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  width: 50%;
}
.fv_btn img {
  width: 100%;
}

.main_cont {
  width: 100%;
  background: url(../images/pc/main_bg.jpg);
  background-size: 100%;
  background-repeat-x: no-repeat;
}
.inner__1000 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.handmade_ttl {
  padding-top: 70px;
  margin-bottom: 60px;
}

.handmade_ttl_pic {
  margin-bottom: 60px;
}
.handmade_komeko_ttl {
  width: 50%;
  margin: 0 auto 20px;
}

.handmade_ttl p {
  line-height: 1.7rem;
}

.itemList {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 80px;
}
.itemList_pic {
  width: 40%;
  box-sizing: border-box;
}
.itemList_pic_name {
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 5% 50%, 0% 0%);
  font-size: 26px;
}
.itemList_pic_name.komeko {
  background: #721e00;
  color: #fff;
  padding: 3% 0;
  margin-bottom: 40px;
}
.itemList_pic_img {
  width: 70%;
  margin: 0 auto 60px;
}

.itemList_pic_img.topping {
  width: 50%;
}

.itemList_pic_img.granulated {
  width: 90%;
}

.itemList_pic_img.limited {
  width: 85%;
}

.itemList_pic_btn {
  width: 70%;
  margin: 0 auto;
}

.itemList_txt {
  width: 60%;
  box-sizing: border-box;
  margin: -4px -12px;
}

.handmade_kit_ttl {
  width: 30%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.itemList_pic_name.handmade_kit {
  background: #714200;
  color: #fff;
  padding: 3% 0;
  margin-bottom: 40px;
}

.limited_cont {
  background: url(../images/pc/limited_bg.jpg);
  background-size: 100%;
  padding-bottom: 10px;
}
.limited_ttl {
  padding-top: 80px;
  margin-bottom: 50px;
}

.itemList_pic_name.limited {
  background: #fff;
  color: #5c1c1c;
  padding: 3% 0;
  margin-bottom: 40px;
}

.nuts {
  margin-bottom: 60px;
}

.nuts_ttl {
  padding-top: 60px;
  margin-bottom: 80px;
}
.nuts_main_cont {
  display: flex;
  flex-wrap: wrap;
}
.nuts_mainItem {
  width: 100%;
  position: relative;
  margin-bottom: 60px;
}
.nuts_mainItem_btn {
  position: absolute;
  width: 35%;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.nuts_itemList {
  width: 50%;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto 40px;
}
.nuts_itemList_btn {
  width: 60%;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.athome_ttl {
  width: 100%;
  padding-top: 60px;
  margin: 0 auto 40px;
}
.athome_ttl img {
  width: 30%;
  margin: 0 auto 30px;
}
.nuts_itemList.mt-22px {
  margin-top: -22px;
}
.dryfruits_ttl {
  width: 100%;
}
.dryfruits_ttl img {
  width: 40%;
  padding-top: 60px;
  margin: 0 auto 60px;
}
.main_bottom_cont {
  background: url(../images/pc/main_bottomImage.png) no-repeat;
  background-size: 100%;
  background-position: bottom;
  width: 100%;
  height: 13vw;
}

.main_bottom_cont img {
  width: 37%;
  margin: -60px auto;
}

.pc {
  display: block;
}
.sp {
  display: none;
}
/* @media (min-width: 1600px) {
  .inner__1000 {
    max-width: 1200px;
  }
  .handmade_komeko_ttl {
    width: 70%;
    margin-bottom: 40px;
  }
  .handmade_ttl p {
    font-size: 24px;
    line-height: 3rem;
  }
  .itemList_pic_btn {
    width: 90%;
  }
} */
@media (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }

  .fv_btn {
    width: 95%;
  }
  .fv_btn img {
    width: 100%;
  }
  .main_cont {
    background: url(../images/sp/bg_sp.jpg);
  }
  .inner__1000 {
    width: 90%;
  }
  .handmade_ttl {
    padding-top: 60px;
    margin-bottom: 40px;
  }
  .handmade_ttl_pic {
    margin-bottom: 30px;
  }
  .handmade_komeko_ttl {
    width: 100%;
    margin-bottom: 20px;
  }
  .itemList {
    margin-bottom: 60px;
  }
  .itemList_pic {
    width: 100%;
  }
  .itemList_pic_name.komeko {
    margin-bottom: 20px;
  }
  .itemList_pic_name {
    clip-path: polygon(100% 0, 95% 50%, 100% 100%, 0% 100%, 5% 50%, 0% 0%);
    font-size: 18px;
    font-weight: 400;
  }
  .itemList_pic_img {
    margin-bottom: 20px;
  }

  .itemList_pic_img.limited {
    width: 90%;
  }
  .itemList_txt {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .itemList_pic_btn {
    width: 85%;
  }
  .handmade_kit_ttl {
    width: 55%;
  }
  .limited_cont {
    background: #703333;
    padding-bottom: 10px;
  }
  .limited .itemList_pic_img {
    width: 100%;
  }

  .limited_ttl {
    padding-top: 40px;
    margin-bottom: 30px;
  }

  .nuts_ttl {
    margin-bottom: 60px;
  }
  .nuts_mainItem_btn {
    width: 85%;
    bottom: 35px;
  }
  .nuts_itemList {
    width: 100%;
    margin: 0 auto 40px;
  }
  .nuts_itemList_btn {
    width: 85%;
    bottom: 35px;
  }
  .nuts_itemList.mt-22px {
    margin-top: 0;
  }
  .athome_ttl {
    padding-top: 20px;
    margin: 0 auto;
  }

  .athome_ttl img {
    width: 60%;
    margin: 0 auto 30px;
  }
  .dryfruits_ttl img {
    width: 80%;
    padding-top: 20px;
    margin: 0 auto 39px;
  }
  .main_bottom_cont {
    background: url(../images/sp/main_bottomImage_sp.png) no-repeat;
    background-size: 100%;
    background-position: bottom;
    width: 100%;
    height: 40vw;
  }
  .main_bottom_cont img {
    width: 90%;
    margin-top: -40px;
  }
}
