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

.main_cont {
  line-height: 1.5;
  color: #782211;
  text-align: center;
}

img {
  display: block;
  width: 100%;
}

a:hover {
  opacity: 0.7;
}

.inner__1000 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.sp {
  display: none;
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

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

.fv_pageLink {
  width: 100%;
  max-width: 1000px;
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.fv_pageLink img {
  max-width: 300px;
}

.handmade {
  background: url(../images/pc/handmade_bg.png)repeat;
  background-size: 50%;
  background-position: top;
}

.nuts {
  background: url(../images/pc/nuts_bg.png)repeat;
  background-size: 50%;
  background-position: top;
}

.handmade_wrap {
  padding-top: 80px;
  padding-bottom: 85px;
}

.handmade_ttl {
  max-width: 645px;
  margin: 0 auto 25px;
}

.handmade_itemBox {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  padding-left: 70px;
  box-sizing: border-box;
}

.handmade_item {
  display: flex;
  flex-wrap: wrap;
  gap: 55px;
  align-items: center;
}

.handmade_item_left {
  width: 360px;
}

.handmade_item_ttl {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
}

.handmade_item_left img {
  height: 300px;
  width: auto;
  margin: 0 auto;
}

.handmade_item_moreBtn {
  max-width: 310px;
  margin: 30px auto 0;
  background: #9F2126;
  color: #fff!important;
  padding: 15px 0;
  border-radius: 50px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, .25);
}

.handmade_item_right {
  flex: 1;
}

.nuts_wrap {
  padding-top: 100px;
}

.nuts_ttl {
  max-width: 790px;
  margin: 0 auto;
}

.nuts_itemBox {
  background: #fff;
  border-radius: 10px;
  margin-top: -50px;
  padding: 110px 50px 90px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 45px;
  row-gap: 100px;
}

.nuts_item {
  width: calc((100% - 45px) / 2);
}

.nuts_item_ttl {
  font-size: 29px;
  font-weight: 600;
  color: #775B38;
  margin-bottom: 45px;
}

.nuts_item a,.nuts_item_btn {
  width: 310px;
  margin: 50px auto 0;
  background: #5E630E;
  color: #fff!important;
  padding: 15px 0;
  border-radius: 50px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, .25);
}

.nuts_renewal_ttl {
  padding-top: 100px;
  max-width: 580px;
  margin: 0 auto;
}

.nuts_renewal_con {
  background: #fff;
  border-radius: 10px;
  margin-top: -50px;
  padding: 110px 75px 90px;
}

.nuts_renewal_itemBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  column-gap: 70px;
  row-gap: 25px;
  margin-bottom: 45px;
  color: #2D0F00;
}

.nuts_renewal_item {
  width: calc((100% - 140px) / 3);
  text-align: left;
}

.nuts_renewal_item h3 {
  height: 50px;
  text-align: center;
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 600;
  color: #775B38;
}

.nuts_footerImg {
  padding: 120px 0 150px;
  max-width: 900px;
  margin: 0 auto;
}

.handmade_item.item01 .handmade_item_left img {
  height: 348px;
}
.handmade_item.item02 .handmade_item_left img {
  height: 315px;
}
.handmade_item.item03 .handmade_item_left img {
  height: 307px;
}
.handmade_item.item04 .handmade_item_left img {
  height: 301px;
}
.handmade_item.item05 .handmade_item_left img {
  height: 269px;
}
.handmade_item.item06 .handmade_item_left img {
  height: 263px;
}
.handmade_item.item07 .handmade_item_left img {
  height: 291px;
}
.handmade_item.item01 .handmade_item_left .handmade_item_ttl {
  margin-top: 60px;
  position: relative;
}
.handmade_item.item01 .handmade_item_left .handmade_item_ttl::before {
  content: "";
  width: 80px;
  height: 80px;
  background: url(../images/pc/handmade_item_limited.png)no-repeat;
  background-size: contain;
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
}

.handmade_item.item07 .handmade_item_left img.handmade_item_bubble {
  width: 261px;
  height: 100px;
  margin-bottom: 10px;
}

.nuts_renewal_item.item01 img {
	display: block;
  height: 275px;
  width: auto;
  margin: 0 auto;
}
.nuts_renewal_item.item02 img {
  height: 299px;
  width: auto;
  margin: 0 auto;
}
.nuts_renewal_item.item03 img {
  height: 337px;
  width: auto;
  margin: 0 auto;
}
.nuts_renewal_item_desc {
	font-size: 14px;
}

@media screen and (min-width: 1800px) {
  .fv_pageLink {
    gap: 6%;
    bottom: 5%;
  }
}
@media screen and (max-width: 1300px) {
  .fv_pageLink a {
    width: 25%;
  }
}
@media screen and (max-width: 1100px) {
  .fv_pageLink {
    width: 60%;
  }
  .fv_pageLink a {
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .fv_pageLink {
    width: 100%;
    bottom: 5%;
    gap: 35px;
    padding: 0 25px
  }
  .fv_pageLink a {
    width: 100%;
  }
  .fv_pageLink img {
    max-width: 100%;
  }
  .handmade {
    background-size: 100%;
  }
  .handmade_wrap {
    padding: 30px 25px 80px;
  }
  .handmade_ttl {
    margin: 0 auto 10px;
  }
  .handmade_itemBox {
    padding-left: 0;
    gap: 65px;
  }
  .handmade_item {
    gap: 30px;
  }
  .handmade_item_left {
    width: 100%;
  }
  .handmade_item_right {
    flex: 100%;
  }
  .handmade_item_ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .handmade_item.item01 .handmade_item_left .handmade_item_ttl {
    margin-bottom: 16px;
    font-size: 24px;
    margin-top: 40px;
  }
  .handmade_item.item01 .handmade_item_left .handmade_item_ttl::before {
    width: 68px;
    height: 68px;
    top: -65px;
  }
  .handmade_item_moreBtn {
    width: 100%;
    margin-top: 0;
    font-size: 20px;
  }
  .nuts {
    background-size: 100%;
  }
  .nuts_wrap {
    padding: 45px 25px ;
  }
  .nuts_itemBox {
    padding: 45px 20px 60px;
    row-gap: 60px;
    margin-top: -25px;
  }
  .nuts_item {
    width: 100%;
  }
  .nuts_item_ttl {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .nuts_item a, .nuts_item_btn {
    width: 265px;
    font-size: 16px;
    margin: 30px auto 0;
  }
  .nuts_renewal_ttl {
    padding-top: 50px;
  }
  .nuts_renewal_con {
    padding: 45px 20px 60px;
    margin-top: -25px;
  }
  .nuts_renewal_itemBox {
    row-gap: 25px;
    margin-bottom: 20px;
  }
  .nuts_renewal_item {
    width: 100%;
  }
  .nuts_renewal_item_ttl {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .nuts_renewal_item h3 {
    margin-bottom: 10px;
    height: auto;
    font-size: 24px;
  }
  .nuts_renewal_item_desc {
    width: fit-content;
    margin: 0 auto;
    font-size: 14px;
  }
  .nuts_footerImg {
    padding: 50px 0 0 ;
  }
}