.l-container {
  width: auto;
  overflow: hidden;
}

img {
  max-width: 100%;
}

.js-fade {
  visibility: hidden;
  opacity: 0;
  transform: translateY(1.5rem);
  transition: opacity 1.5s ease, transform 1.5s ease;
}
.js-fade.is-active {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}

.swiper-pagination {
  display: flex;
  align-items: center;
  gap: 0.5vw;
  bottom: -1.7857142857vw !important;
  left: 0vw !important;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 0.8571428571vw;
  height: 0.7857142857vw;
  background-image: url("./../img/icon_pager.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  opacity: 1;
  border-radius: 0;
  margin: 0 !important;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-image: url("./../img/icon_pager_hover.svg");
}

a img {
  transition: 0.7s;
}
a img:hover {
  opacity: 0.7;
}

.l-header,
.l-footer {
  background: #fff;
}

.feature {
  font-feature-settings: "palt" 1;
  color: #555555;
  position: relative;
  font-weight: 500;
}
.feature:before {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  background-image: url("./../img/bg_pc.jpg");
  background-size: cover;
  z-index: -1;
}

.mv__Inner {
  position: relative;
  width: 100%;
  height: 69.5714285714vw;
  margin: auto;
}
.mv__Thum {
  position: absolute;
  width: 64.2857142857vw;
  top: 5.7142857143vw;
  left: 17.8571428571vw;
}
.mv__Ttl {
  position: absolute;
  width: 100vw;
  top: 49.2857142857vw;
  left: 0vw;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.14em;
  font-size: 1.6428571429vw;
  font-weight: 500;
}
.mv__Txt {
  position: absolute;
  width: 100vw;
  top: 53.5714285714vw;
  left: 0vw;
  text-align: center;
  line-height: 2em;
  letter-spacing: 0.085em;
  font-size: 1vw;
}

.sec01__Inner {
  position: relative;
  width: 100%;
  height: 80vw;
  margin: auto;
}
.sec01__Box01 {
  position: absolute;
  width: 39.2857142857vw;
  top: 0vw;
  left: 30.3571428571vw;
}
.sec01__Box01-Heart {
  position: absolute;
  width: 5.1428571429vw;
  top: 0vw;
  left: -6.5714285714vw;
}
.sec01__Box01-Model {
  margin-bottom: 3.5714285714vw;
}
.sec01__Box01-Ttl {
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 1.2857142857vw;
  margin-bottom: 2.5714285714vw;
  font-weight: 500;
}
.sec01__Box01-Txt {
  line-height: 2em;
  letter-spacing: 0.06em;
  font-size: 1vw;
  text-align: justify;
}
.sec01__Box02 {
  position: absolute;
  width: 28.5714285714vw;
  top: 46.1428571429vw;
  left: 35.7142857143vw;
}

.sec02__Inner {
  position: relative;
  width: 100%;
  height: 97.8571428571vw;
  margin: auto;
}
.sec02__Box01 {
  position: absolute;
  width: 39.2857142857vw;
  top: 0vw;
  left: 30.3571428571vw;
}
.sec02__Box01-Heart {
  position: absolute;
  width: 5.1428571429vw;
  top: 0vw;
  right: -6.5714285714vw;
}
.sec02__Box01-Model {
  margin-bottom: 2.7857142857vw;
}
.sec02__Box01-Ttl {
  text-align: center;
  line-height: 2.8571428571vw;
  letter-spacing: 0.1em;
  font-size: 1.2857142857vw;
  margin-bottom: 1.7857142857vw;
  font-weight: 500;
}
.sec02__Box01-Txt {
  line-height: 2em;
  letter-spacing: 0.06em;
  font-size: 1vw;
  text-align: justify;
}
.sec02__Box02 {
  position: absolute;
  width: 22.2857142857vw;
  top: 48.9285714286vw;
  left: 26.4285714286vw;
}
.sec02__Box02-Ttl {
  position: absolute;
  width: 11.7142857143vw;
  bottom: -6.5vw;
  left: 0vw;
}
.sec02__Box03 {
  position: absolute;
  width: 22.2857142857vw;
  top: 59.2857142857vw;
  left: 51.2857142857vw;
}
.sec02__Box03-Ttl {
  position: absolute;
  width: 12.3428571429vw;
  top: -6.5vw;
  right: 0vw;
}

.sec03__Inner {
  position: relative;
  width: 100%;
  height: 71.4285714286vw;
  margin: auto;
}
.sec03__Box01 {
  position: absolute;
  width: 39.2857142857vw;
  top: 0vw;
  left: 30.3571428571vw;
}
.sec03__Box01-Heart {
  position: absolute;
  width: 5.1428571429vw;
  top: 0vw;
  left: -6.5714285714vw;
}
.sec03__Box01-Model {
  margin-bottom: 3.5714285714vw;
}
.sec03__Box02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  width: 47.1428571429vw;
  top: 31.7857142857vw;
  left: 26.4285714286vw;
}
.sec03__Box02-Thum {
  width: 22.8571428571vw;
  position: relative;
}
.sec03__Box02-Detail {
  width: 21.0714285714vw;
}
.sec03__Box02-Ttl {
  text-align: center;
  line-height: 2.8285714286vw;
  letter-spacing: 0.1em;
  font-size: 1.2857142857vw;
  margin-bottom: 1.7142857143vw;
  font-weight: 500;
}
.sec03__Box02-Txt {
  line-height: 2em;
  letter-spacing: 0.06em;
  font-size: 1vw;
  text-align: justify;
}

.sec04__Inner {
  position: relative;
  width: 100%;
  height: 71.3571428571vw;
  margin: auto;
}
.sec04__Box01 {
  position: absolute;
  width: 39.2857142857vw;
  top: 0vw;
  left: 30.3571428571vw;
}
.sec04__Box01-Heart {
  position: absolute;
  width: 5.1428571429vw;
  top: 0vw;
  right: -6.5714285714vw;
}
.sec04__Box01-Model {
  margin-bottom: 3.5714285714vw;
}
.sec04__Box02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  position: absolute;
  width: 47.1428571429vw;
  top: 31.7857142857vw;
  left: 26.4285714286vw;
}
.sec04__Box02-Thum {
  width: 22.8571428571vw;
  position: relative;
}
.sec04__Box02-Thum .swiper-pagination {
  justify-content: flex-end;
}
.sec04__Box02-Detail {
  width: 21.0714285714vw;
}
.sec04__Box02-Ttl {
  text-align: center;
  line-height: 2.8285714286vw;
  letter-spacing: 0.1em;
  font-size: 1.2857142857vw;
  margin-bottom: 1.7142857143vw;
  font-weight: 500;
}
.sec04__Box02-Txt {
  line-height: 2em;
  letter-spacing: 0.06em;
  font-size: 1vw;
  text-align: justify;
}

.sec05__Inner {
  position: relative;
  width: 100%;
  height: 71.3571428571vw;
  margin: auto;
}
.sec05__Box01 {
  position: absolute;
  width: 39.2857142857vw;
  top: 0vw;
  left: 30.3571428571vw;
}
.sec05__Box01-Heart {
  position: absolute;
  width: 5.1428571429vw;
  top: 0vw;
  left: -6.5714285714vw;
}
.sec05__Box01-Model {
  margin-bottom: 3.5714285714vw;
}
.sec05__Box02 {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 47.1428571429vw;
  top: 31.7857142857vw;
  left: 26.4285714286vw;
}
.sec05__Box02-Thum {
  width: 22.8571428571vw;
  position: relative;
}
.sec05__Box02-Detail {
  padding-top: 6.7142857143vw;
  width: 21.0714285714vw;
}
.sec05__Box02-Ttl {
  text-align: center;
  line-height: 2.8285714286vw;
  letter-spacing: 0.1em;
  font-size: 1.2857142857vw;
  margin-bottom: 1.8571428571vw;
  font-weight: 500;
}
.sec05__Box02-Txt {
  line-height: 2em;
  letter-spacing: 0.05em;
  font-size: 1vw;
  text-align: justify;
}

.sec06__Inner {
  position: relative;
  width: 100%;
  height: 71.3571428571vw;
  margin: auto;
}
.sec06__Box01 {
  position: absolute;
  width: 39.2857142857vw;
  top: 0vw;
  left: 30.3571428571vw;
}
.sec06__Box01-Heart {
  position: absolute;
  width: 5.1428571429vw;
  top: 0vw;
  right: -6.5714285714vw;
}
.sec06__Box01-Model {
  margin-bottom: 3.5714285714vw;
}
.sec06__Box02 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: absolute;
  width: 47.1428571429vw;
  top: 31.7857142857vw;
  left: 26.4285714286vw;
}
.sec06__Box02-Thum {
  width: 22.8571428571vw;
  position: relative;
}
.sec06__Box02-Thum .swiper-pagination {
  justify-content: flex-end;
}
.sec06__Box02-Detail {
  padding-top: 6.7142857143vw;
  width: 21.0714285714vw;
}
.sec06__Box02-Ttl {
  text-align: center;
  line-height: 2.8285714286vw;
  letter-spacing: 0.1em;
  font-size: 1.2857142857vw;
  margin-bottom: 1.8571428571vw;
  font-weight: 500;
}
.sec06__Box02-Txt {
  line-height: 2em;
  letter-spacing: 0.05em;
  font-size: 1vw;
  text-align: justify;
}

.sec07__Inner {
  position: relative;
  width: 100%;
  height: 95.2142857143vw;
  margin: auto;
}
.sec07__Box01 {
  position: absolute;
  width: 39.2857142857vw;
  top: 0vw;
  left: 30.3571428571vw;
}
.sec07__Box01-Heart {
  position: absolute;
  width: 5.1428571429vw;
  top: 0vw;
  left: -6.5714285714vw;
}
.sec07__Box01-Model {
  margin-bottom: 3.5714285714vw;
}
.sec07__Box01-Ttl {
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 1.2857142857vw;
  margin-bottom: 2.7142857143vw;
  font-weight: 500;
}
.sec07__Box01-Txt {
  line-height: 2em;
  letter-spacing: 0.06em;
  font-size: 1vw;
  text-align: justify;
}
.sec07__Box02 {
  position: absolute;
  width: 22.2857142857vw;
  top: 46.2142857143vw;
  left: 26.4285714286vw;
}
.sec07__Box02-Ttl {
  position: absolute;
  width: 12.2142857143vw;
  bottom: -6.5vw;
  left: 0vw;
}
.sec07__Box03 {
  position: absolute;
  width: 22.2857142857vw;
  top: 56.6428571429vw;
  left: 51.2857142857vw;
}
.sec07__Box03-Ttl {
  position: absolute;
  width: 12.3428571429vw;
  top: -6.6428571429vw;
  right: 0vw;
}

.sec08__Inner {
  position: relative;
  width: 100%;
  height: 36.6428571429vw;
  margin: auto;
}
.sec08__Ttl {
  position: absolute;
  width: 10.2142857143vw;
  top: 0;
  left: 44.9285714286vw;
  z-index: 10;
}
.sec08__Box {
  position: absolute;
  width: 46.4285714286vw;
  top: 0.7142857143vw;
  left: 26.7857142857vw;
  background: rgba(255, 255, 255, 0.3);
  padding: 4.0714285714vw 3vw 3.2142857143vw 3.4285714286vw;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.sec08__Box-Thum {
  width: 17.1428571429vw;
}
.sec08__Box-Detail {
  padding-top: 7.5vw;
  width: 20.7142857143vw;
}
.sec08__Box-Detail-Ttl {
  width: 18.9285714286vw;
  margin: 0 auto 1.2857142857vw;
}
.sec08__Box-Detail-Txt {
  line-height: 2em;
  letter-spacing: 0.05em;
  font-size: 1vw;
  text-align: center;
}

.allitembtn {
  text-align: center;
  margin-bottom: 8.5714285714vw;
  width: 100%;
}
.allitembtn a {
  display: inline-flex;
  width: 31.4285714286vw;
}

.l-footer {
  padding: 0;
}

.pc-footer {
  margin: 0;
}

@media (min-width: 1401px) {
  .swiper-pagination {
    gap: 7px;
    bottom: -25px !important;
    left: 0px !important;
  }
  .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 11px;
  }
  .mv__Inner {
    width: 1400px;
    height: 974px;
  }
  .mv__Thum {
    width: 900px;
    top: 80px;
    left: 250px;
  }
  .mv__Ttl {
    width: 100%;
    top: 690px;
    font-size: 23px;
    font-weight: 500;
  }
  .mv__Txt {
    width: 100%;
    top: 750px;
    font-size: 14px;
  }
  .sec01__Inner {
    width: 1400px;
    height: 1120px;
  }
  .sec01__Box01 {
    width: 550px;
    left: 425px;
  }
  .sec01__Box01-Heart {
    width: 72px;
    left: -92px;
  }
  .sec01__Box01-Model {
    margin-bottom: 50px;
  }
  .sec01__Box01-Ttl {
    font-size: 18px;
    margin-bottom: 36px;
  }
  .sec01__Box01-Txt {
    font-size: 14px;
  }
  .sec01__Box02 {
    width: 400px;
    top: 646px;
    left: 500px;
  }
  .sec02__Inner {
    width: 1400px;
    height: 1370px;
  }
  .sec02__Box01 {
    width: 550px;
    left: 425px;
  }
  .sec02__Box01-Heart {
    width: 72px;
    right: -92px;
  }
  .sec02__Box01-Model {
    margin-bottom: 39px;
  }
  .sec02__Box01-Ttl {
    line-height: 40px;
    font-size: 18px;
    margin-bottom: 25px;
  }
  .sec02__Box01-Txt {
    font-size: 14px;
  }
  .sec02__Box02 {
    width: 312px;
    top: 685px;
    left: 370px;
  }
  .sec02__Box02-Ttl {
    width: 164px;
    bottom: -91px;
  }
  .sec02__Box03 {
    width: 312px;
    top: 830px;
    left: 718px;
  }
  .sec02__Box03-Ttl {
    width: 172.8px;
    top: -91px;
  }
  .sec03__Inner {
    width: 1400px;
    height: 1000px;
  }
  .sec03__Box01 {
    width: 550px;
    top: 0px;
    left: 425px;
  }
  .sec03__Box01-Heart {
    width: 72px;
    left: -92px;
  }
  .sec03__Box01-Model {
    margin-bottom: 50px;
  }
  .sec03__Box02 {
    width: 660px;
    top: 445px;
    left: 370px;
  }
  .sec03__Box02-Thum {
    width: 320px;
  }
  .sec03__Box02-Detail {
    width: 295px;
  }
  .sec03__Box02-Ttl {
    line-height: 39.6px;
    font-size: 18px;
    margin-bottom: 24px;
  }
  .sec03__Box02-Txt {
    font-size: 14px;
  }
  .sec04__Inner {
    width: 1400px;
    height: 999px;
  }
  .sec04__Box01 {
    width: 550px;
    left: 425px;
  }
  .sec04__Box01-Heart {
    width: 72px;
    right: -92px;
  }
  .sec04__Box01-Model {
    margin-bottom: 50px;
  }
  .sec04__Box02 {
    width: 660px;
    top: 445px;
    left: 370px;
  }
  .sec04__Box02-Thum {
    width: 320px;
  }
  .sec04__Box02-Detail {
    width: 295px;
  }
  .sec04__Box02-Ttl {
    line-height: 39.6px;
    font-size: 18px;
    margin-bottom: 24px;
  }
  .sec04__Box02-Txt {
    font-size: 14px;
  }
  .sec05__Inner {
    width: 1400px;
    height: 999px;
  }
  .sec05__Box01 {
    width: 550px;
    left: 425px;
  }
  .sec05__Box01-Heart {
    width: 72px;
    left: -92px;
  }
  .sec05__Box01-Model {
    margin-bottom: 50px;
  }
  .sec05__Box02 {
    width: 660px;
    top: 445px;
    left: 370px;
  }
  .sec05__Box02-Thum {
    width: 320px;
  }
  .sec05__Box02-Detail {
    padding-top: 94px;
    width: 295px;
  }
  .sec05__Box02-Ttl {
    line-height: 39.6px;
    font-size: 18px;
    margin-bottom: 26px;
  }
  .sec05__Box02-Txt {
    font-size: 14px;
  }
  .sec06__Inner {
    width: 1400px;
    height: 999px;
  }
  .sec06__Box01 {
    width: 550px;
    left: 425px;
  }
  .sec06__Box01-Heart {
    width: 72px;
    right: -92px;
  }
  .sec06__Box01-Model {
    margin-bottom: 50px;
  }
  .sec06__Box02 {
    width: 660px;
    top: 445px;
    left: 370px;
  }
  .sec06__Box02-Thum {
    width: 320px;
  }
  .sec06__Box02-Detail {
    padding-top: 94px;
    width: 295px;
  }
  .sec06__Box02-Ttl {
    line-height: 39.6px;
    font-size: 18px;
    margin-bottom: 26px;
  }
  .sec06__Box02-Txt {
    font-size: 14px;
  }
  .sec07__Inner {
    width: 1400px;
    height: 1333px;
  }
  .sec07__Box01 {
    width: 550px;
    top: 0px;
    left: 425px;
  }
  .sec07__Box01-Heart {
    width: 72px;
    top: 0px;
    left: -92px;
  }
  .sec07__Box01-Model {
    margin-bottom: 50px;
  }
  .sec07__Box01-Ttl {
    font-size: 18px;
    margin-bottom: 38px;
  }
  .sec07__Box01-Txt {
    font-size: 14px;
  }
  .sec07__Box02 {
    width: 312px;
    top: 647px;
    left: 370px;
  }
  .sec07__Box02-Ttl {
    width: 171px;
    bottom: -91px;
  }
  .sec07__Box03 {
    width: 312px;
    top: 793px;
    left: 718px;
  }
  .sec07__Box03-Ttl {
    width: 172.8px;
    top: -93px;
  }
  .sec08__Inner {
    width: 1400px;
    height: 513px;
  }
  .sec08__Ttl {
    width: 143px;
    left: 629px;
  }
  .sec08__Box {
    width: 650px;
    top: 10px;
    left: 375px;
    padding: 57px 42px 45px 48px;
  }
  .sec08__Box-Thum {
    width: 240px;
  }
  .sec08__Box-Detail {
    padding-top: 105px;
    width: 290px;
  }
  .sec08__Box-Detail-Ttl {
    width: 265px;
    margin: 0 auto 18px;
  }
  .sec08__Box-Detail-Txt {
    font-size: 14px;
  }
  .allitembtn {
    margin-bottom: 120px;
    width: 100%;
  }
  .allitembtn a {
    width: 440px;
  }
}