@charset "UTF-8";

body {
  overflow-x: auto !important;
}

#lp2025 {
  padding: 60px 0 100px;
  background: #FFFFCC;
  position: relative;
  color: #000000;
  font-family: "Work Sans", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#lp2025.--men {
  background: #FFFFCC;
}

#lp2025 h1,
#lp2025 h2,
#lp2025 h3,
#lp2025 h4,
#lp2025 h5 {
  font-family: "Work Sans", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#lp2025 .libra {
  font-family: "Libre Bodoni", serif !important;
}

#lp2025 .fade {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 1.5s, -webkit-transform 1s;
  transition: opacity 1.5s, -webkit-transform 1s;
  transition: opacity 1.5s, transform 1s;
  transition: opacity 1.5s, transform 1s, -webkit-transform 1s;
}

#lp2025 .fade.--active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

#lp2025 img {
  width: 100%;
  height: auto;
}

#lp2025 a:hover {
  text-decoration: none;
  opacity: 0.8 !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

#lp2025 .lp2025 {
  max-width: 1410px;
  padding-inline: 30px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#lp2025 .lp2025-side {
  width: 390px;
  height: 100%;
  padding-left: 70px;
  position: sticky;
  top: 30px;
  left: 0;
}

#lp2025 .lp2025-side h1 {
  margin: 30px 0;
}

#lp2025 .lp2025-side h1 img {
  width: 250px;
}

#lp2025 .lp2025-side__nav {
  margin-top: 95px;
  width: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

#lp2025 .lp2025-side__nav a {
  display: block;
  width: calc((100% - 10px) / 2);
}

#lp2025 .lp2025-side__nav span {
  display: none;
}

#lp2025 .lp2025-side__btn {
  margin-top: 30px;
  display: block;
  width: 170px;
  height: 35px;
  background: #000000;
  color: #fff;
  border-radius: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
}

#lp2025 .lp2025-main {
  width: calc(100% - 390px);
}

#lp2025 .lp2025-mv img {
  width: 100%;
}

#lp2025 .lp2025-inr {
  padding-inline: 15% 7%;
}

#lp2025 .lp2025-lead {
  margin-top: 35px;
  line-height: 1.6;
}

#lp2025 .lp2025-sec {
  margin-top: 100px;
}

#lp2025 .lp2025-sec h2 {
  font-size: 28px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

#lp2025 .lp2025-sec h2 small {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.1em;
}

#lp2025 .lp2025-sec h3 {
  margin: 30px 0 20px;
  font-size: 18px;
  line-height: 1.8;
  font-weight: bold;
}

#lp2025 .lp2025-sec p {
  font-size: 14px;
  line-height: 1.6;
}

#lp2025 .lp2025-sec p.-attn {
  font-size: 10px;
  margin-top: 10px;
}

#lp2025 .lp2025-sec a {
  margin-top: 40px;
  display: block;
  width: 130px;
  height: 35px;
  background: #000000;
  color: #fff;
  border-radius: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
}

#lp2025 .lp2025-slide {
  max-width: 480px;
  margin: 0 auto;
}

#lp2025 .lp2025-slide.--oneimg ul {
  padding-left: 0;
}

#lp2025 .lp2025-slide li {
  list-style: none;
}

#lp2025 .lp2025-slide li a {
  margin-top: 0;
  display: block;
  width: 100%;
  height: auto;
  background: none;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#lp2025 .lp2025-slide .slick-slider {
  padding-left: 0;
}

.slick-slider div {
  transition: none;
}

#lp2025 .lp2025-slide .slick-arrow {
  top: -15px;
}

#lp2025 .lp2025-slide .slick-arrow::before {
  content: "";
}

#lp2025 .lp2025-slide .slick-prev {
  left: auto;
  right: 40px;
}

#lp2025 .lp2025-slide .slick-next {
  right: 0;
}

#lp2025 .lp2025-nav {
  margin-top: 95px;
  width: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

#lp2025 .lp2025-nav a {
  display: block;
  width: calc((100% - 10px) / 2);
}

#lp2025 .lp2025-nav span {
  display: none;
}

@media screen and (min-width: 768px) {
  #lp2025 .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  #lp2025 {
    padding: 60px 0 0;
  }

  #lp2025 .pc {
    display: none !important;
  }

  #lp2025 .lp2025 {
    max-width: 1410px;
    padding-inline: 30px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #lp2025 .lp2025-side {
    width: 100%;
    padding-left: 0;
    position: relative;
    top: auto;
    left: auto;
  }

  #lp2025 .lp2025-side h1 {
    margin: 0 0 30px;
  }

  #lp2025 .lp2025-side h1 img {
    width: 250px;
  }

  #lp2025 .lp2025-side__nav {
    display: none;
  }

  #lp2025 .lp2025-side__btn {
    display: none;
  }

  #lp2025 .lp2025-main {
    width: 100%;
    padding-bottom: 100px;
  }

  #lp2025 .lp2025-mv {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }

  #lp2025 .lp2025-mv img {
    width: 100%;
  }

  #lp2025 .lp2025-inr {
    padding-inline: 0;
  }

  #lp2025 .lp2025-lead {
    font-size: 14px;
    margin-top: 35px;
    line-height: 1.6;
  }

  #lp2025 .lp2025-sec {
    margin-top: 100px;
  }

  #lp2025 .lp2025-sec.--sub {
    margin-top: 60px;
  }

  #lp2025 .lp2025-sec h2 {
    font-size: 21px;
    margin-bottom: 55px;
  }

  #lp2025 .lp2025-sec h2 small {
    font-size: 10px;
  }

  #lp2025 .lp2025-sec h3 {
    margin: 25px 0 15px;
    font-size: 14px;
    line-height: 1.6;
    font-weight: bold;
  }

  #lp2025 .lp2025-sec p {
    font-size: 12px;
    line-height: 1.6;
  }

  #lp2025 .lp2025-sec a {
    margin-top: 25px;
    width: 100px;
    height: 35px;
  }

  #lp2025 .lp2025-slide {
    max-width: 400px;
    margin: 0 auto;
  }

  #lp2025 .lp2025-slide.--oneimg {
    max-width: 230px;
  }

  #lp2025 .lp2025-slide li {
    list-style: none;
  }

  #lp2025 .lp2025-slide li a {
    margin-top: 0;
    width: 100%;
    height: auto;
  }

  #lp2025 .lp2025-slide .slick-slider {
    padding-left: 0;
  }

  #lp2025 .lp2025-slide .slick-arrow {
    top: -20px;
  }

  #lp2025 .lp2025-slide .slick-arrow::before {
    content: "";
  }

  #lp2025 .lp2025-slide .slick-prev {
    left: auto;
    right: 40px;
  }

  #lp2025 .lp2025-slide .slick-next {
    right: 0;
  }

  #lp2025 .lp2025-nav {
    background: #fff;
    gap: 0;
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: 0;
    padding: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #lp2025 .lp2025-nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 23.5%;
    height: 40px;
    border: 1px solid;
    border-radius: 40px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }

  #lp2025 .lp2025-nav a:nth-of-type(2),
  #lp2025 .lp2025-nav a:nth-of-type(3),
  #lp2025 .lp2025-nav a:nth-of-type(4) {
    margin-left: 2%;
  }

  #lp2025 .lp2025-nav a.lp2025-side__btn {
    margin-top: 10px;
    width: 51%;
    background: #000000;
    color: #fff;
  }

  #lp2025 .lp2025-nav span {
    display: inline;
  }

  #lp2025 .lp2025-nav img {
    display: none;
  }
}