html {
  scroll-behavior: smooth;
}

.pre-inc * {
  font-family: "Noto Serif JP", serif;
}
.pre-inc .pickup_wrapp {
  background: #fff;
}
.pre-inc .main-lead {
  position: relative;
  background: url(../images/pickup/bg_main.png) left top;
  background-size: cover;
  padding-top: 220px;
}
@media screen and (max-width: 767px) {
  .pre-inc .main-lead {
    background: url(../images/pickup/bg_main_sp.png) left top;
    background-size: cover;
    padding-top: 64.2857142857vw;
  }
}
.pre-inc .main-lead .title {
  text-align: center;
}
.pre-inc .main-lead .lead {
  margin-top: 35px;
  text-align: center;
}
.pre-inc .main-lead .anchorlist {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 24px;
  max-width: 708px;
  margin-inline: auto;
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .pre-inc .main-lead .anchorlist {
    margin-top: 30px;
    width: 73.4285714286%;
    max-width: 511px;
  }
}
.pre-inc .main-lead .anchorlist .each {
  display: block;
  width: calc(50% - 12px);
}
@media screen and (max-width: 767px) {
  .pre-inc .main-lead .anchorlist .each {
    width: 100%;
  }
}
.pre-inc .main-lead .caption {
  position: absolute;
  right: 5px;
  bottom: 5px;
}
@media screen and (max-width: 767px) {
  .pre-inc .main-lead .caption {
    bottom: initial;
    top: 57.1428571429vw;
  }
}
.pre-inc .section-product .eyecatch {
  position: relative;
  min-height: 260px;
}
.pre-inc .section-product .eyecatch picture {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.pre-inc .section-product .eyecatch picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-product .eyecatch picture img {
    width: 100%;
  }
}
.pre-inc .section-product .eyecatch .caption {
  position: absolute;
  right: 10px;
  bottom: -15px;
  font-size: 10px;
  color: #000;
}
.pre-inc .section-product .eyecatch .num {
  position: absolute;
  bottom: 24px;
}
@media screen and (max-width: 1100px) {
  .pre-inc .section-product .eyecatch .num {
    width: 85px;
    bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .pre-inc .section-product .eyecatch .num {
    bottom: 100px;
  }
}
.pre-inc .section-product .content {
  position: relative;
  max-width: 730px;
  margin-inline: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-product .content {
    width: 100%;
    padding: 0 20px;
  }
}
.pre-inc .section-product .content .lead {
  position: absolute;
  top: -140px;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 14px;
  opacity: 0;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-product .content .lead {
    top: -120px;
  }
}
.pre-inc .section-product .content .lead span {
  display: inline-block;
  padding: 30px 20px;
  background: #fff;
  border-left: 1px solid #80714e;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-product .content .lead span {
    padding: 15px 10px;
  }
}
.pre-inc .section-product .content .lead span img {
  opacity: 0;
  transform: translateY(-30px);
  transition: opacity 0.3s, transform 0.3s;
  transition-delay: 0.4s;
}
.pre-inc .section-product .content .product {
  margin-top: 60px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s, transform 0.3s;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-product .content .product {
    max-width: 325px;
    margin-inline: auto;
  }
}
.pre-inc .section-product .content .body {
  display: inline-block;
  margin-top: 40px;
  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
  text-align: left;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s, transform 0.3s;
  transition-delay: 0.4s;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-product .content .body {
    display: block;
    font-size: 17px;
    text-align: center;
  }
}
.pre-inc .section-product .content .feature {
  text-align: center;
  margin-top: 40px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s, transform 0.3s;
  transition-delay: 0.6s;
}
.pre-inc .section-product .content.is-on .lead {
  opacity: 1;
}
.pre-inc .section-product .content.is-on .lead span img {
  opacity: 1;
  transform: translateY(0);
}
.pre-inc .section-product .content.is-on .product,
.pre-inc .section-product .content.is-on .body,
.pre-inc .section-product .content.is-on .feature {
  opacity: 1;
  transform: translateY(0);
}
.pre-inc .section-tebra {
  margin-top: 95px;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-tebra .eyecatch .caption {
    right: initial;
    bottom: 8px;
    left: 10px;
  }
}
.pre-inc .section-tebra .eyecatch .num {
  right: calc(50% - 520px);
}
@media screen and (max-width: 1100px) {
  .pre-inc .section-tebra .eyecatch .num {
    right: 30px;
  }
}
.pre-inc .section-tebra .content .lead {
  right: 0;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-tebra .content .lead {
    right: 25px;
  }
}
.pre-inc .section-tebra .content .product {
  padding-right: 230px;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-tebra .content .product {
    padding-top: 120px;
    padding-right: 0;
  }
}
.pre-inc .section-eletomo {
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-eletomo .eyecatch .caption {
    left: initial;
    bottom: 8px;
    right: 10px;
  }
}
.pre-inc .section-eletomo .eyecatch .num {
  left: calc(50% - 520px);
}
@media screen and (max-width: 1100px) {
  .pre-inc .section-eletomo .eyecatch .num {
    left: 30px;
  }
}
.pre-inc .section-eletomo .content .lead {
  left: 0;
}
@media screen and (max-width: 1100px) {
  .pre-inc .section-eletomo .content .lead {
    left: 25px;
  }
}
.pre-inc .section-eletomo .content .product {
  padding-left: 230px;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-eletomo .content .product {
    padding-top: 120px;
    padding-left: 0;
  }
}
.pre-inc .section-takuhai {
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-takuhai .eyecatch .caption {
    right: initial;
    bottom: 8px;
    left: 10px;
  }
}
.pre-inc .section-takuhai .eyecatch .num {
  right: calc(50% - 520px);
}
@media screen and (max-width: 1100px) {
  .pre-inc .section-takuhai .eyecatch .num {
    right: 30px;
  }
}
.pre-inc .section-takuhai .content .lead {
  right: 0;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-takuhai .content .lead {
    right: 25px;
  }
}
.pre-inc .section-takuhai .content .product {
  padding-right: 230px;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-takuhai .content .product {
    padding-top: 120px;
    padding-right: 0;
  }
}
.pre-inc .section-eco {
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-eco .eyecatch .caption {
    left: initial;
    bottom: 8px;
    right: 10px;
  }
}
.pre-inc .section-eco .eyecatch .num {
  left: calc(50% - 520px);
}
@media screen and (max-width: 1100px) {
  .pre-inc .section-eco .eyecatch .num {
    left: 30px;
  }
}
.pre-inc .section-eco .content .lead {
  left: 0;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-eco .content .lead {
    left: 25px;
  }
}
.pre-inc .section-eco .content .product {
  padding-left: 230px;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-eco .content .product {
    padding-top: 120px;
    padding-left: 0;
  }
}
.pre-inc .block-btn {
  max-width: 430px;
  margin-inline: auto;
  padding: 80px 20px;
  text-align: center;
}
.pre-inc .block-btn .btn {
  margin-top: 20px;
}
.pre-inc .section-bnr {
  padding: 80px 15px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-bnr {
    padding: 40px 15px;
  }
}
.pre-inc .section-bnr .inner {
  max-width: 800px;
  margin-inline: auto;
}/*# sourceMappingURL=pickup.css.map */