@charset "UTF-8";
/* media query
------------------------------------------ */
/* display
------------------------------------------ */
.is-show-pc {
  display: block;
}
@media (max-width: 767px) {
  .is-show-pc {
    display: none;
  }
}

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

/* function
------------------------------------------ */
.les26sp_nbnl {
  /* 変数
  ------------------------------------------ */
  --section01-color: #e5522f;
  --section02-color: #414f81;
  --section03-color: #41845b;
  --section04-color: #ccae83;
  /* mixin
  ------------------------------------------ */
  /* reset
  ------------------------------------------ */
}
.les26sp_nbnl img {
  width: 100%;
  height: auto;
}
.les26sp_nbnl * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.les26sp_nbnl {
  /* 共通
  ------------------------------------------ */
}
.les26sp_nbnl .button {
  position: relative;
  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: min(700 * 100vw / 1920, 700px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .button {
    width: calc(700 * 100vw / 750);
  }
}
.les26sp_nbnl .button {
  height: min(80 * 100vw / 1920, 80px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .button {
    height: calc(80 * 100vw / 750);
  }
}
.les26sp_nbnl .button {
  margin: 0 auto;
  border-radius: min(40 * 100vw / 1920, 40px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .button {
    border-radius: calc(40 * 100vw / 750);
  }
}
.les26sp_nbnl .button {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: min(30 * 100vw / 1920, 30px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .button {
    font-size: calc(30 * 100vw / 750);
  }
}
.les26sp_nbnl .button {
  color: #fff;
  text-align: center;
}
.les26sp_nbnl .button::after {
  content: "";
  width: min(26 * 100vw / 1920, 26px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .button::after {
    width: calc(26 * 100vw / 750);
  }
}
.les26sp_nbnl .button::after {
  height: min(35 * 100vw / 1920, 35px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .button::after {
    height: calc(35 * 100vw / 750);
  }
}
.les26sp_nbnl .button::after {
  right: min(24 * 100vw / 1920, 24px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .button::after {
    right: calc(24 * 100vw / 750);
  }
}
.les26sp_nbnl .button::after {
  background-image: url("../img/arrow.svg");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.les26sp_nbnl .button-all {
  background-color: #000;
}
.les26sp_nbnl .button-section01 {
  background-color: var(--section01-color);
}
.les26sp_nbnl .button-section02 {
  background-color: var(--section02-color);
}
.les26sp_nbnl .button-section03 {
  background-color: var(--section03-color);
}
.les26sp_nbnl .button-section04 {
  background-color: var(--section04-color);
}
.les26sp_nbnl {
  /* animation
  ------------------------------------------ */
}
.les26sp_nbnl .js-fade-in {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.les26sp_nbnl .js-fade-in.is-active {
  opacity: 1;
}
.les26sp_nbnl .js-fade-up {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: 1s;
  transition: 1s;
}
.les26sp_nbnl .js-fade-up.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.les26sp_nbnl {
  /* LP style
  ------------------------------------------ */
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.les26sp_nbnl-cont {
  width: min(1200 * 100vw / 1920, 1200px);
  max-width: 1200px;
  margin: 0 auto min(255 * 100vw / 1920, 255px);
}
@media (max-width: 767px) {
  .les26sp_nbnl-cont {
    width: 100%;
    max-width: none;
    margin: 0 auto calc(90 * 100vw / 750);
  }
}
.les26sp_nbnl {
  /* hero
  ------------------------------------------ */
}
.les26sp_nbnl .hero {
  margin-top: min(130 * 100vw / 1920, 130px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .hero {
    margin-top: calc(120 * 100vw / 750);
  }
}
.les26sp_nbnl .hero-txt {
  margin-bottom: min(112 * 100vw / 1920, 112px);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: min(25 * 100vw / 1920, 25px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .hero-txt {
    font-size: calc(25 * 100vw / 750);
  }
}
.les26sp_nbnl .hero-txt {
  line-height: 2;
  text-align: center;
}
@media (max-width: 767px) {
  .les26sp_nbnl .hero-txt {
    margin-bottom: calc(110 * 100vw / 750);
  }
}
.les26sp_nbnl {
  /* section01
  ------------------------------------------ */
}
.les26sp_nbnl .section01 {
  margin-top: min(150 * 100vw / 1920, 150px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section01 {
    margin-top: calc(150 * 100vw / 750);
  }
}
.les26sp_nbnl .section01-ttl {
  text-align: center;
}
.les26sp_nbnl .section01-ttl .section-ttl-number {
  position: relative;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: min(120 * 100vw / 1920, 120px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section01-ttl .section-ttl-number {
    font-size: calc(120 * 100vw / 750);
  }
}
.les26sp_nbnl .section01-ttl .section-ttl-number {
  text-align: center;
}
.les26sp_nbnl .section01-ttl .section-ttl-number::before, .les26sp_nbnl .section01-ttl .section-ttl-number::after {
  content: "";
  width: min(100 * 100vw / 1920, 100px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section01-ttl .section-ttl-number::before, .les26sp_nbnl .section01-ttl .section-ttl-number::after {
    width: calc(100 * 100vw / 750);
  }
}
.les26sp_nbnl .section01-ttl .section-ttl-number::before, .les26sp_nbnl .section01-ttl .section-ttl-number::after {
  height: min(3 * 100vw / 1920, 3px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section01-ttl .section-ttl-number::before, .les26sp_nbnl .section01-ttl .section-ttl-number::after {
    height: calc(3 * 100vw / 750);
  }
}
.les26sp_nbnl .section01-ttl .section-ttl-number::before, .les26sp_nbnl .section01-ttl .section-ttl-number::after {
  position: absolute;
  top: min(50 * 100vw / 1920, 50px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section01-ttl .section-ttl-number::before, .les26sp_nbnl .section01-ttl .section-ttl-number::after {
    top: calc(50 * 100vw / 750);
  }
}
.les26sp_nbnl .section01-ttl .section-ttl-number::before {
  left: min(100 * 100vw / 1920, 100px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section01-ttl .section-ttl-number::before {
    left: calc(100 * 100vw / 750);
  }
}
.les26sp_nbnl .section01-ttl .section-ttl-number::after {
  right: min(100 * 100vw / 1920, 100px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section01-ttl .section-ttl-number::after {
    right: calc(100 * 100vw / 750);
  }
}
.les26sp_nbnl .section01-ttl .section-ttl-jp {
  display: block;
  margin-top: min(30 * 100vw / 1920, 30px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section01-ttl .section-ttl-jp {
    margin-top: calc(30 * 100vw / 750);
  }
}
.les26sp_nbnl .section01-ttl .section-ttl-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: min(60 * 100vw / 1920, 60px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section01-ttl .section-ttl-jp {
    font-size: calc(60 * 100vw / 750);
  }
}
.les26sp_nbnl .section01-ttl .section-ttl-jp {
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .les26sp_nbnl .section01-ttl .section-ttl-jp {
    line-height: 1.2;
  }
}
.les26sp_nbnl .section01-ttl .section-ttl-en {
  display: block;
  margin-top: min(30 * 100vw / 1920, 30px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section01-ttl .section-ttl-en {
    margin-top: calc(30 * 100vw / 750);
  }
}
.les26sp_nbnl .section01-ttl .section-ttl-en {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: min(45 * 100vw / 1920, 45px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section01-ttl .section-ttl-en {
    font-size: calc(45 * 100vw / 750);
  }
}
.les26sp_nbnl .section01-ttl .section-ttl-en {
  text-align: center;
}
.les26sp_nbnl .section01-ttl-number {
  color: var(--section01-color);
}
.les26sp_nbnl .section01-ttl-number::before, .les26sp_nbnl .section01-ttl-number::after {
  background-color: var(--section01-color);
}
.les26sp_nbnl .section01-ttl-en {
  color: var(--section01-color);
}
.les26sp_nbnl .section01-txt {
  margin-top: min(60 * 100vw / 1920, 60px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section01-txt {
    margin-top: calc(60 * 100vw / 750);
  }
}
.les26sp_nbnl .section01-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: min(24 * 100vw / 1920, 24px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section01-txt {
    font-size: calc(24 * 100vw / 750);
  }
}
.les26sp_nbnl .section01-txt {
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
.les26sp_nbnl .section01-photo-01 {
  margin: min(75 * 100vw / 1920, 75px) auto 0;
  width: min(900 * 100vw / 1920, 900px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section01-photo-01 {
    margin: calc(62 * 100vw / 750) auto 0;
    width: calc(750 * 100vw / 750);
  }
}
.les26sp_nbnl .section01-photo-02 {
  margin: min(80 * 100vw / 1920, 80px) auto 0 0;
  width: min(750 * 100vw / 1920, 750px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section01-photo-02 {
    margin: calc(100 * 100vw / 750) auto 0 0;
    width: calc(690 * 100vw / 750);
  }
}
.les26sp_nbnl .section01-photo-03 {
  margin: min(80 * 100vw / 1920, 80px) 0 0 auto;
  width: min(750 * 100vw / 1920, 750px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section01-photo-03 {
    margin: calc(100 * 100vw / 750) 0 0 auto;
    width: calc(690 * 100vw / 750);
  }
}
.les26sp_nbnl .section01-product-ttl {
  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: min(780 * 100vw / 1920, 780px);
  height: min(70 * 100vw / 1920, 70px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section01-product-ttl {
    height: calc(70 * 100vw / 750);
  }
}
.les26sp_nbnl .section01-product-ttl {
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: min(45 * 100vw / 1920, 45px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section01-product-ttl {
    font-size: calc(45 * 100vw / 750);
  }
}
.les26sp_nbnl .section01-product-ttl {
  color: #fff;
}
@media (max-width: 767px) {
  .les26sp_nbnl .section01-product-ttl {
    width: 100%;
  }
}
.les26sp_nbnl .section01-product-ttl {
  background-color: var(--section01-color);
}
.les26sp_nbnl .section01-product-txt {
  margin-top: min(30 * 100vw / 1920, 30px);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: min(20 * 100vw / 1920, 20px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section01-product-txt {
    font-size: calc(20 * 100vw / 750);
  }
}
.les26sp_nbnl .section01-product-txt {
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 767px) {
  .les26sp_nbnl .section01-product-txt {
    margin-top: calc(50 * 100vw / 750);
  }
}
.les26sp_nbnl .section01-product-01 {
  width: min(760 * 100vw / 1920, 760px);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .les26sp_nbnl .section01-product-01 {
    width: 100%;
  }
}
.les26sp_nbnl .section01-product-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: min(1110 * 100vw / 1920, 1110px);
  margin: min(32 * 100vw / 1920, 32px) auto min(45 * 100vw / 1920, 45px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section01-product-column {
    display: block;
    width: auto;
    margin: calc(62 * 100vw / 750) 0 0;
  }
}
.les26sp_nbnl .section01-product-detail {
  width: min(540 * 100vw / 1920, 540px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section01-product-detail {
    width: calc(600 * 100vw / 750);
    margin: 0 auto;
  }
}
.les26sp_nbnl .section01-product-detail dd {
  position: relative;
  margin-top: min(-60 * 100vw / 1920, -60px);
  text-align: center;
}
@media (max-width: 767px) {
  .les26sp_nbnl .section01-product-detail dd {
    margin-top: calc(-80 * 100vw / 750);
  }
}
.les26sp_nbnl .section01-product-detail dd a {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: min(20 * 100vw / 1920, 20px);
  line-height: 1.8;
}
@media (max-width: 767px) {
  .les26sp_nbnl .section01-product-detail dd a {
    font-size: calc(23 * 100vw / 750);
    line-height: 1.86956522;
  }
}
.les26sp_nbnl .section01-product-slider {
  width: min(400 * 100vw / 1920, 400px);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .les26sp_nbnl .section01-product-slider {
    width: calc(450 * 100vw / 750);
  }
}
.les26sp_nbnl .section01-product-slider-wrapper {
  position: relative;
  width: min(480 * 100vw / 1920, 480px);
  margin-bottom: min(0 * 100vw / 1920, 0px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section01-product-slider-wrapper {
    width: calc(550 * 100vw / 750);
    margin: calc(63 * 100vw / 750) auto calc(61 * 100vw / 750);
  }
}
.les26sp_nbnl .section01-product-slider-wrapper .swiper-button-prev,
.les26sp_nbnl .section01-product-slider-wrapper .swiper-button-next {
  width: min(20 * 100vw / 1920, 20px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section01-product-slider-wrapper .swiper-button-prev,
  .les26sp_nbnl .section01-product-slider-wrapper .swiper-button-next {
    width: calc(20 * 100vw / 750);
  }
}
.les26sp_nbnl .section01-product-slider-wrapper .swiper-button-prev,
.les26sp_nbnl .section01-product-slider-wrapper .swiper-button-next {
  height: min(40 * 100vw / 1920, 40px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section01-product-slider-wrapper .swiper-button-prev,
  .les26sp_nbnl .section01-product-slider-wrapper .swiper-button-next {
    height: calc(40 * 100vw / 750);
  }
}
.les26sp_nbnl .section01-product-slider-wrapper .swiper-button-prev,
.les26sp_nbnl .section01-product-slider-wrapper .swiper-button-next {
  top: 44%;
}
.les26sp_nbnl .section01-product-slider-wrapper .swiper-button-prev {
  background-image: url("../img/prev.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
}
.les26sp_nbnl .section01-product-slider-wrapper .swiper-button-next {
  background-image: url("../img/next.svg");
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
}
.les26sp_nbnl .section01-product-slider-wrapper .swiper-button-next::after,
.les26sp_nbnl .section01-product-slider-wrapper .swiper-button-prev::after {
  display: none;
}
.les26sp_nbnl .section01-product-slider-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-top: min(20 * 100vw / 1920, 20px);
  font-size: min(20 * 100vw / 1920, 20px);
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 767px) {
  .les26sp_nbnl .section01-product-slider-txt {
    margin-top: calc(30 * 100vw / 750);
    font-size: calc(23 * 100vw / 750);
    line-height: 1.86956522;
  }
}
.les26sp_nbnl {
  /* section02
  ------------------------------------------ */
}
.les26sp_nbnl .section02 {
  margin-top: min(150 * 100vw / 1920, 150px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section02 {
    margin-top: calc(150 * 100vw / 750);
  }
}
.les26sp_nbnl .section02-ttl {
  text-align: center;
}
.les26sp_nbnl .section02-ttl .section-ttl-number {
  position: relative;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: min(120 * 100vw / 1920, 120px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section02-ttl .section-ttl-number {
    font-size: calc(120 * 100vw / 750);
  }
}
.les26sp_nbnl .section02-ttl .section-ttl-number {
  text-align: center;
}
.les26sp_nbnl .section02-ttl .section-ttl-number::before, .les26sp_nbnl .section02-ttl .section-ttl-number::after {
  content: "";
  width: min(100 * 100vw / 1920, 100px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section02-ttl .section-ttl-number::before, .les26sp_nbnl .section02-ttl .section-ttl-number::after {
    width: calc(100 * 100vw / 750);
  }
}
.les26sp_nbnl .section02-ttl .section-ttl-number::before, .les26sp_nbnl .section02-ttl .section-ttl-number::after {
  height: min(3 * 100vw / 1920, 3px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section02-ttl .section-ttl-number::before, .les26sp_nbnl .section02-ttl .section-ttl-number::after {
    height: calc(3 * 100vw / 750);
  }
}
.les26sp_nbnl .section02-ttl .section-ttl-number::before, .les26sp_nbnl .section02-ttl .section-ttl-number::after {
  position: absolute;
  top: min(50 * 100vw / 1920, 50px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section02-ttl .section-ttl-number::before, .les26sp_nbnl .section02-ttl .section-ttl-number::after {
    top: calc(50 * 100vw / 750);
  }
}
.les26sp_nbnl .section02-ttl .section-ttl-number::before {
  left: min(100 * 100vw / 1920, 100px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section02-ttl .section-ttl-number::before {
    left: calc(100 * 100vw / 750);
  }
}
.les26sp_nbnl .section02-ttl .section-ttl-number::after {
  right: min(100 * 100vw / 1920, 100px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section02-ttl .section-ttl-number::after {
    right: calc(100 * 100vw / 750);
  }
}
.les26sp_nbnl .section02-ttl .section-ttl-jp {
  display: block;
  margin-top: min(30 * 100vw / 1920, 30px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section02-ttl .section-ttl-jp {
    margin-top: calc(30 * 100vw / 750);
  }
}
.les26sp_nbnl .section02-ttl .section-ttl-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: min(60 * 100vw / 1920, 60px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section02-ttl .section-ttl-jp {
    font-size: calc(60 * 100vw / 750);
  }
}
.les26sp_nbnl .section02-ttl .section-ttl-jp {
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .les26sp_nbnl .section02-ttl .section-ttl-jp {
    line-height: 1.2;
  }
}
.les26sp_nbnl .section02-ttl .section-ttl-en {
  display: block;
  margin-top: min(30 * 100vw / 1920, 30px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section02-ttl .section-ttl-en {
    margin-top: calc(30 * 100vw / 750);
  }
}
.les26sp_nbnl .section02-ttl .section-ttl-en {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: min(45 * 100vw / 1920, 45px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section02-ttl .section-ttl-en {
    font-size: calc(45 * 100vw / 750);
  }
}
.les26sp_nbnl .section02-ttl .section-ttl-en {
  text-align: center;
}
.les26sp_nbnl .section02-ttl-number {
  color: var(--section02-color);
}
.les26sp_nbnl .section02-ttl-number::before, .les26sp_nbnl .section02-ttl-number::after {
  background-color: var(--section02-color);
}
.les26sp_nbnl .section02-ttl-en {
  color: var(--section02-color);
}
.les26sp_nbnl .section02-txt {
  margin-top: min(60 * 100vw / 1920, 60px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section02-txt {
    margin-top: calc(60 * 100vw / 750);
  }
}
.les26sp_nbnl .section02-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: min(24 * 100vw / 1920, 24px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section02-txt {
    font-size: calc(24 * 100vw / 750);
  }
}
.les26sp_nbnl .section02-txt {
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
.les26sp_nbnl .section02-photo-01 {
  margin: min(70 * 100vw / 1920, 70px) auto 0;
  width: min(900 * 100vw / 1920, 900px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section02-photo-01 {
    margin: calc(62 * 100vw / 750) auto 0;
    width: calc(750 * 100vw / 750);
  }
}
.les26sp_nbnl .section02-photo-02 {
  margin: min(80 * 100vw / 1920, 80px) auto 0 0;
  width: min(750 * 100vw / 1920, 750px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section02-photo-02 {
    margin: calc(100 * 100vw / 750) auto 0 0;
    width: calc(690 * 100vw / 750);
  }
}
.les26sp_nbnl .section02-photo-03 {
  margin: min(80 * 100vw / 1920, 80px) 0 0 auto;
  width: min(750 * 100vw / 1920, 750px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section02-photo-03 {
    margin: calc(100 * 100vw / 750) 0 0 auto;
    width: calc(690 * 100vw / 750);
  }
}
.les26sp_nbnl .section02-product-ttl {
  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: min(780 * 100vw / 1920, 780px);
  height: min(70 * 100vw / 1920, 70px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section02-product-ttl {
    height: calc(70 * 100vw / 750);
  }
}
.les26sp_nbnl .section02-product-ttl {
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: min(45 * 100vw / 1920, 45px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section02-product-ttl {
    font-size: calc(45 * 100vw / 750);
  }
}
.les26sp_nbnl .section02-product-ttl {
  color: #fff;
}
@media (max-width: 767px) {
  .les26sp_nbnl .section02-product-ttl {
    width: 100%;
  }
}
.les26sp_nbnl .section02-product-ttl {
  background-color: var(--section02-color);
}
.les26sp_nbnl .section02-product-txt {
  margin-top: min(30 * 100vw / 1920, 30px);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: min(20 * 100vw / 1920, 20px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section02-product-txt {
    font-size: calc(20 * 100vw / 750);
  }
}
.les26sp_nbnl .section02-product-txt {
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 767px) {
  .les26sp_nbnl .section02-product-txt {
    margin-top: calc(50 * 100vw / 750);
  }
}
.les26sp_nbnl .section02-product-01 {
  width: min(760 * 100vw / 1920, 760px);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .les26sp_nbnl .section02-product-01 {
    width: 100%;
  }
}
.les26sp_nbnl .section02-product-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: min(1110 * 100vw / 1920, 1110px);
  margin: min(32 * 100vw / 1920, 32px) auto min(45 * 100vw / 1920, 45px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section02-product-column {
    display: block;
    width: auto;
    margin: calc(62 * 100vw / 750) 0 0;
  }
}
.les26sp_nbnl .section02-product-column {
  margin: min(32 * 100vw / 1920, 32px) auto min(74 * 100vw / 1920, 74px);
}
.les26sp_nbnl .section02-product-detail {
  width: min(540 * 100vw / 1920, 540px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section02-product-detail {
    width: calc(600 * 100vw / 750);
    margin: 0 auto;
  }
}
.les26sp_nbnl .section02-product-detail dd {
  position: relative;
  margin-top: min(-60 * 100vw / 1920, -60px);
  text-align: center;
}
@media (max-width: 767px) {
  .les26sp_nbnl .section02-product-detail dd {
    margin-top: calc(-80 * 100vw / 750);
  }
}
.les26sp_nbnl .section02-product-detail dd a {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: min(20 * 100vw / 1920, 20px);
  line-height: 1.8;
}
@media (max-width: 767px) {
  .les26sp_nbnl .section02-product-detail dd a {
    font-size: calc(23 * 100vw / 750);
    line-height: 1.86956522;
  }
}
.les26sp_nbnl .section02-product-detail dd {
  position: relative;
  margin-top: min(-50 * 100vw / 1920, -50px);
  text-align: center;
}
@media (max-width: 767px) {
  .les26sp_nbnl .section02-product-detail dd {
    margin-top: calc(-75 * 100vw / 750);
  }
}
.les26sp_nbnl .section02-product-slider {
  width: min(400 * 100vw / 1920, 400px);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .les26sp_nbnl .section02-product-slider {
    width: calc(450 * 100vw / 750);
  }
}
.les26sp_nbnl .section02-product-slider-wrapper {
  position: relative;
  width: min(480 * 100vw / 1920, 480px);
  margin-bottom: min(0 * 100vw / 1920, 0px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section02-product-slider-wrapper {
    width: calc(550 * 100vw / 750);
    margin: calc(63 * 100vw / 750) auto calc(61 * 100vw / 750);
  }
}
.les26sp_nbnl .section02-product-slider-wrapper .swiper-button-prev,
.les26sp_nbnl .section02-product-slider-wrapper .swiper-button-next {
  width: min(20 * 100vw / 1920, 20px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section02-product-slider-wrapper .swiper-button-prev,
  .les26sp_nbnl .section02-product-slider-wrapper .swiper-button-next {
    width: calc(20 * 100vw / 750);
  }
}
.les26sp_nbnl .section02-product-slider-wrapper .swiper-button-prev,
.les26sp_nbnl .section02-product-slider-wrapper .swiper-button-next {
  height: min(40 * 100vw / 1920, 40px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section02-product-slider-wrapper .swiper-button-prev,
  .les26sp_nbnl .section02-product-slider-wrapper .swiper-button-next {
    height: calc(40 * 100vw / 750);
  }
}
.les26sp_nbnl .section02-product-slider-wrapper .swiper-button-prev,
.les26sp_nbnl .section02-product-slider-wrapper .swiper-button-next {
  top: 44%;
}
.les26sp_nbnl .section02-product-slider-wrapper .swiper-button-prev {
  background-image: url("../img/prev.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
}
.les26sp_nbnl .section02-product-slider-wrapper .swiper-button-next {
  background-image: url("../img/next.svg");
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
}
.les26sp_nbnl .section02-product-slider-wrapper .swiper-button-next::after,
.les26sp_nbnl .section02-product-slider-wrapper .swiper-button-prev::after {
  display: none;
}
.les26sp_nbnl .section02-product-slider-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-top: min(20 * 100vw / 1920, 20px);
  font-size: min(20 * 100vw / 1920, 20px);
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 767px) {
  .les26sp_nbnl .section02-product-slider-txt {
    margin-top: calc(30 * 100vw / 750);
    font-size: calc(23 * 100vw / 750);
    line-height: 1.86956522;
  }
}
.les26sp_nbnl .section02-product-slider-wrapper {
  margin-bottom: min(0 * 100vw / 1920, 0px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section02-product-slider-wrapper {
    margin: calc(63 * 100vw / 750) auto calc(78 * 100vw / 750);
  }
}
.les26sp_nbnl {
  /* section03
  ------------------------------------------ */
}
.les26sp_nbnl .section03 {
  margin-top: min(150 * 100vw / 1920, 150px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section03 {
    margin-top: calc(150 * 100vw / 750);
  }
}
.les26sp_nbnl .section03-ttl {
  text-align: center;
}
.les26sp_nbnl .section03-ttl .section-ttl-number {
  position: relative;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: min(120 * 100vw / 1920, 120px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section03-ttl .section-ttl-number {
    font-size: calc(120 * 100vw / 750);
  }
}
.les26sp_nbnl .section03-ttl .section-ttl-number {
  text-align: center;
}
.les26sp_nbnl .section03-ttl .section-ttl-number::before, .les26sp_nbnl .section03-ttl .section-ttl-number::after {
  content: "";
  width: min(100 * 100vw / 1920, 100px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section03-ttl .section-ttl-number::before, .les26sp_nbnl .section03-ttl .section-ttl-number::after {
    width: calc(100 * 100vw / 750);
  }
}
.les26sp_nbnl .section03-ttl .section-ttl-number::before, .les26sp_nbnl .section03-ttl .section-ttl-number::after {
  height: min(3 * 100vw / 1920, 3px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section03-ttl .section-ttl-number::before, .les26sp_nbnl .section03-ttl .section-ttl-number::after {
    height: calc(3 * 100vw / 750);
  }
}
.les26sp_nbnl .section03-ttl .section-ttl-number::before, .les26sp_nbnl .section03-ttl .section-ttl-number::after {
  position: absolute;
  top: min(50 * 100vw / 1920, 50px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section03-ttl .section-ttl-number::before, .les26sp_nbnl .section03-ttl .section-ttl-number::after {
    top: calc(50 * 100vw / 750);
  }
}
.les26sp_nbnl .section03-ttl .section-ttl-number::before {
  left: min(100 * 100vw / 1920, 100px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section03-ttl .section-ttl-number::before {
    left: calc(100 * 100vw / 750);
  }
}
.les26sp_nbnl .section03-ttl .section-ttl-number::after {
  right: min(100 * 100vw / 1920, 100px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section03-ttl .section-ttl-number::after {
    right: calc(100 * 100vw / 750);
  }
}
.les26sp_nbnl .section03-ttl .section-ttl-jp {
  display: block;
  margin-top: min(30 * 100vw / 1920, 30px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section03-ttl .section-ttl-jp {
    margin-top: calc(30 * 100vw / 750);
  }
}
.les26sp_nbnl .section03-ttl .section-ttl-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: min(60 * 100vw / 1920, 60px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section03-ttl .section-ttl-jp {
    font-size: calc(60 * 100vw / 750);
  }
}
.les26sp_nbnl .section03-ttl .section-ttl-jp {
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .les26sp_nbnl .section03-ttl .section-ttl-jp {
    line-height: 1.2;
  }
}
.les26sp_nbnl .section03-ttl .section-ttl-en {
  display: block;
  margin-top: min(30 * 100vw / 1920, 30px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section03-ttl .section-ttl-en {
    margin-top: calc(30 * 100vw / 750);
  }
}
.les26sp_nbnl .section03-ttl .section-ttl-en {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: min(45 * 100vw / 1920, 45px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section03-ttl .section-ttl-en {
    font-size: calc(45 * 100vw / 750);
  }
}
.les26sp_nbnl .section03-ttl .section-ttl-en {
  text-align: center;
}
.les26sp_nbnl .section03-ttl-number {
  color: var(--section03-color);
}
.les26sp_nbnl .section03-ttl-number::before, .les26sp_nbnl .section03-ttl-number::after {
  background-color: var(--section03-color);
}
.les26sp_nbnl .section03-ttl-en {
  color: var(--section03-color);
}
.les26sp_nbnl .section03-txt {
  margin-top: min(60 * 100vw / 1920, 60px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section03-txt {
    margin-top: calc(60 * 100vw / 750);
  }
}
.les26sp_nbnl .section03-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: min(24 * 100vw / 1920, 24px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section03-txt {
    font-size: calc(24 * 100vw / 750);
  }
}
.les26sp_nbnl .section03-txt {
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
.les26sp_nbnl .section03-photo-01 {
  margin: min(70 * 100vw / 1920, 70px) auto 0;
  width: min(1200 * 100vw / 1920, 1200px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section03-photo-01 {
    margin: calc(80 * 100vw / 750) auto 0;
    width: calc(750 * 100vw / 750);
  }
}
.les26sp_nbnl .section03-photo-02 {
  margin: min(80 * 100vw / 1920, 80px) min(40 * 100vw / 1920, 40px) 0 auto;
  width: min(720 * 100vw / 1920, 720px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section03-photo-02 {
    margin: calc(100 * 100vw / 750) 0 0 auto;
    width: calc(690 * 100vw / 750);
  }
}
.les26sp_nbnl .section03-photo-03 {
  position: relative;
  z-index: 1;
  margin: min(-80 * 100vw / 1920, -80px) auto 0 min(40 * 100vw / 1920, 40px);
  width: min(750 * 100vw / 1920, 750px);
  background-color: #fff;
}
@media (max-width: 767px) {
  .les26sp_nbnl .section03-photo-03 {
    margin: calc(100 * 100vw / 750) auto 0 0;
    width: calc(690 * 100vw / 750);
  }
}
.les26sp_nbnl .section03-photo-04 {
  margin: min(40 * 100vw / 1920, 40px) 0 0 auto;
  width: min(600 * 100vw / 1920, 600px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section03-photo-04 {
    margin: calc(100 * 100vw / 750) auto 0;
    width: calc(600 * 100vw / 750);
  }
}
.les26sp_nbnl .section03-product-ttl {
  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: min(780 * 100vw / 1920, 780px);
  height: min(70 * 100vw / 1920, 70px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section03-product-ttl {
    height: calc(70 * 100vw / 750);
  }
}
.les26sp_nbnl .section03-product-ttl {
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: min(45 * 100vw / 1920, 45px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section03-product-ttl {
    font-size: calc(45 * 100vw / 750);
  }
}
.les26sp_nbnl .section03-product-ttl {
  color: #fff;
}
@media (max-width: 767px) {
  .les26sp_nbnl .section03-product-ttl {
    width: 100%;
  }
}
.les26sp_nbnl .section03-product-ttl {
  background-color: var(--section03-color);
}
.les26sp_nbnl .section03-product-txt {
  margin-top: min(30 * 100vw / 1920, 30px);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: min(20 * 100vw / 1920, 20px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section03-product-txt {
    font-size: calc(20 * 100vw / 750);
  }
}
.les26sp_nbnl .section03-product-txt {
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 767px) {
  .les26sp_nbnl .section03-product-txt {
    margin-top: calc(50 * 100vw / 750);
  }
}
.les26sp_nbnl .section03-product-01 {
  width: min(760 * 100vw / 1920, 760px);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .les26sp_nbnl .section03-product-01 {
    width: 100%;
  }
}
.les26sp_nbnl .section03-product-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: min(1110 * 100vw / 1920, 1110px);
  margin: min(32 * 100vw / 1920, 32px) auto min(45 * 100vw / 1920, 45px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section03-product-column {
    display: block;
    width: auto;
    margin: calc(62 * 100vw / 750) 0 0;
  }
}
.les26sp_nbnl .section03-product-column {
  margin: min(32 * 100vw / 1920, 32px) auto min(63 * 100vw / 1920, 63px);
}
.les26sp_nbnl .section03-product-detail {
  width: min(540 * 100vw / 1920, 540px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section03-product-detail {
    width: calc(600 * 100vw / 750);
    margin: 0 auto;
  }
}
.les26sp_nbnl .section03-product-detail dd {
  position: relative;
  margin-top: min(-60 * 100vw / 1920, -60px);
  text-align: center;
}
@media (max-width: 767px) {
  .les26sp_nbnl .section03-product-detail dd {
    margin-top: calc(-80 * 100vw / 750);
  }
}
.les26sp_nbnl .section03-product-detail dd a {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: min(20 * 100vw / 1920, 20px);
  line-height: 1.8;
}
@media (max-width: 767px) {
  .les26sp_nbnl .section03-product-detail dd a {
    font-size: calc(23 * 100vw / 750);
    line-height: 1.86956522;
  }
}
.les26sp_nbnl .section03-product-detail dd {
  position: relative;
  margin-top: min(-30 * 100vw / 1920, -30px);
  text-align: center;
}
@media (max-width: 767px) {
  .les26sp_nbnl .section03-product-detail dd {
    margin-top: calc(-50 * 100vw / 750);
  }
}
.les26sp_nbnl .section03-product-slider {
  width: min(400 * 100vw / 1920, 400px);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .les26sp_nbnl .section03-product-slider {
    width: calc(450 * 100vw / 750);
  }
}
.les26sp_nbnl .section03-product-slider-wrapper {
  position: relative;
  width: min(480 * 100vw / 1920, 480px);
  margin-bottom: min(0 * 100vw / 1920, 0px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section03-product-slider-wrapper {
    width: calc(550 * 100vw / 750);
    margin: calc(63 * 100vw / 750) auto calc(61 * 100vw / 750);
  }
}
.les26sp_nbnl .section03-product-slider-wrapper .swiper-button-prev,
.les26sp_nbnl .section03-product-slider-wrapper .swiper-button-next {
  width: min(20 * 100vw / 1920, 20px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section03-product-slider-wrapper .swiper-button-prev,
  .les26sp_nbnl .section03-product-slider-wrapper .swiper-button-next {
    width: calc(20 * 100vw / 750);
  }
}
.les26sp_nbnl .section03-product-slider-wrapper .swiper-button-prev,
.les26sp_nbnl .section03-product-slider-wrapper .swiper-button-next {
  height: min(40 * 100vw / 1920, 40px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section03-product-slider-wrapper .swiper-button-prev,
  .les26sp_nbnl .section03-product-slider-wrapper .swiper-button-next {
    height: calc(40 * 100vw / 750);
  }
}
.les26sp_nbnl .section03-product-slider-wrapper .swiper-button-prev,
.les26sp_nbnl .section03-product-slider-wrapper .swiper-button-next {
  top: 44%;
}
.les26sp_nbnl .section03-product-slider-wrapper .swiper-button-prev {
  background-image: url("../img/prev.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
}
.les26sp_nbnl .section03-product-slider-wrapper .swiper-button-next {
  background-image: url("../img/next.svg");
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
}
.les26sp_nbnl .section03-product-slider-wrapper .swiper-button-next::after,
.les26sp_nbnl .section03-product-slider-wrapper .swiper-button-prev::after {
  display: none;
}
.les26sp_nbnl .section03-product-slider-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-top: min(20 * 100vw / 1920, 20px);
  font-size: min(20 * 100vw / 1920, 20px);
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 767px) {
  .les26sp_nbnl .section03-product-slider-txt {
    margin-top: calc(30 * 100vw / 750);
    font-size: calc(23 * 100vw / 750);
    line-height: 1.86956522;
  }
}
.les26sp_nbnl .section03-product-slider-wrapper {
  margin-bottom: min(45 * 100vw / 1920, 45px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section03-product-slider-wrapper {
    margin: calc(63 * 100vw / 750) auto calc(114 * 100vw / 750);
  }
}
.les26sp_nbnl {
  /* section04
  ------------------------------------------ */
}
.les26sp_nbnl .section04 {
  margin-top: min(150 * 100vw / 1920, 150px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section04 {
    margin-top: calc(150 * 100vw / 750);
  }
}
.les26sp_nbnl .section04 {
  margin-bottom: min(150 * 100vw / 1920, 150px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section04 {
    margin-bottom: calc(150 * 100vw / 750);
  }
}
.les26sp_nbnl .section04-ttl {
  text-align: center;
}
.les26sp_nbnl .section04-ttl .section-ttl-number {
  position: relative;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: min(120 * 100vw / 1920, 120px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section04-ttl .section-ttl-number {
    font-size: calc(120 * 100vw / 750);
  }
}
.les26sp_nbnl .section04-ttl .section-ttl-number {
  text-align: center;
}
.les26sp_nbnl .section04-ttl .section-ttl-number::before, .les26sp_nbnl .section04-ttl .section-ttl-number::after {
  content: "";
  width: min(100 * 100vw / 1920, 100px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section04-ttl .section-ttl-number::before, .les26sp_nbnl .section04-ttl .section-ttl-number::after {
    width: calc(100 * 100vw / 750);
  }
}
.les26sp_nbnl .section04-ttl .section-ttl-number::before, .les26sp_nbnl .section04-ttl .section-ttl-number::after {
  height: min(3 * 100vw / 1920, 3px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section04-ttl .section-ttl-number::before, .les26sp_nbnl .section04-ttl .section-ttl-number::after {
    height: calc(3 * 100vw / 750);
  }
}
.les26sp_nbnl .section04-ttl .section-ttl-number::before, .les26sp_nbnl .section04-ttl .section-ttl-number::after {
  position: absolute;
  top: min(50 * 100vw / 1920, 50px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section04-ttl .section-ttl-number::before, .les26sp_nbnl .section04-ttl .section-ttl-number::after {
    top: calc(50 * 100vw / 750);
  }
}
.les26sp_nbnl .section04-ttl .section-ttl-number::before {
  left: min(100 * 100vw / 1920, 100px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section04-ttl .section-ttl-number::before {
    left: calc(100 * 100vw / 750);
  }
}
.les26sp_nbnl .section04-ttl .section-ttl-number::after {
  right: min(100 * 100vw / 1920, 100px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section04-ttl .section-ttl-number::after {
    right: calc(100 * 100vw / 750);
  }
}
.les26sp_nbnl .section04-ttl .section-ttl-jp {
  display: block;
  margin-top: min(30 * 100vw / 1920, 30px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section04-ttl .section-ttl-jp {
    margin-top: calc(30 * 100vw / 750);
  }
}
.les26sp_nbnl .section04-ttl .section-ttl-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: min(60 * 100vw / 1920, 60px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section04-ttl .section-ttl-jp {
    font-size: calc(60 * 100vw / 750);
  }
}
.les26sp_nbnl .section04-ttl .section-ttl-jp {
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .les26sp_nbnl .section04-ttl .section-ttl-jp {
    line-height: 1.2;
  }
}
.les26sp_nbnl .section04-ttl .section-ttl-en {
  display: block;
  margin-top: min(30 * 100vw / 1920, 30px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section04-ttl .section-ttl-en {
    margin-top: calc(30 * 100vw / 750);
  }
}
.les26sp_nbnl .section04-ttl .section-ttl-en {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: min(45 * 100vw / 1920, 45px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section04-ttl .section-ttl-en {
    font-size: calc(45 * 100vw / 750);
  }
}
.les26sp_nbnl .section04-ttl .section-ttl-en {
  text-align: center;
}
.les26sp_nbnl .section04-ttl-number {
  color: var(--section04-color);
}
.les26sp_nbnl .section04-ttl-number::before, .les26sp_nbnl .section04-ttl-number::after {
  background-color: var(--section04-color);
}
.les26sp_nbnl .section04-ttl-en {
  white-space: nowrap;
  letter-spacing: -0.035em;
  color: var(--section04-color);
}
.les26sp_nbnl .section04-txt {
  margin-top: min(60 * 100vw / 1920, 60px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section04-txt {
    margin-top: calc(60 * 100vw / 750);
  }
}
.les26sp_nbnl .section04-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: min(24 * 100vw / 1920, 24px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section04-txt {
    font-size: calc(24 * 100vw / 750);
  }
}
.les26sp_nbnl .section04-txt {
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
.les26sp_nbnl .section04-photo-01 {
  margin: min(70 * 100vw / 1920, 70px) auto 0;
  width: min(900 * 100vw / 1920, 900px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section04-photo-01 {
    margin: calc(80 * 100vw / 750) auto 0;
    width: calc(750 * 100vw / 750);
  }
}
.les26sp_nbnl .section04-photo-02 {
  margin: min(80 * 100vw / 1920, 80px) auto 0 0;
  width: min(720 * 100vw / 1920, 720px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section04-photo-02 {
    margin: calc(100 * 100vw / 750) auto 0 0;
    width: calc(690 * 100vw / 750);
  }
}
.les26sp_nbnl .section04-photo-03 {
  margin: min(80 * 100vw / 1920, 80px) 0 0 auto;
  width: min(750 * 100vw / 1920, 750px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section04-photo-03 {
    margin: calc(100 * 100vw / 750) 0 0 auto;
    width: calc(690 * 100vw / 750);
  }
}
.les26sp_nbnl .section04-product-ttl {
  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: min(780 * 100vw / 1920, 780px);
  height: min(70 * 100vw / 1920, 70px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section04-product-ttl {
    height: calc(70 * 100vw / 750);
  }
}
.les26sp_nbnl .section04-product-ttl {
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: min(45 * 100vw / 1920, 45px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section04-product-ttl {
    font-size: calc(45 * 100vw / 750);
  }
}
.les26sp_nbnl .section04-product-ttl {
  color: #fff;
}
@media (max-width: 767px) {
  .les26sp_nbnl .section04-product-ttl {
    width: 100%;
  }
}
.les26sp_nbnl .section04-product-ttl {
  background-color: var(--section04-color);
}
.les26sp_nbnl .section04-product-txt {
  margin-top: min(30 * 100vw / 1920, 30px);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: min(20 * 100vw / 1920, 20px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section04-product-txt {
    font-size: calc(20 * 100vw / 750);
  }
}
.les26sp_nbnl .section04-product-txt {
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 767px) {
  .les26sp_nbnl .section04-product-txt {
    margin-top: calc(50 * 100vw / 750);
  }
}
.les26sp_nbnl .section04-product-01 {
  width: min(760 * 100vw / 1920, 760px);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .les26sp_nbnl .section04-product-01 {
    width: 100%;
  }
}
.les26sp_nbnl .section04-product-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: min(1110 * 100vw / 1920, 1110px);
  margin: min(32 * 100vw / 1920, 32px) auto min(45 * 100vw / 1920, 45px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section04-product-column {
    display: block;
    width: auto;
    margin: calc(62 * 100vw / 750) 0 0;
  }
}
.les26sp_nbnl .section04-product-column {
  margin: min(0 * 100vw / 1920, 0px) auto min(63 * 100vw / 1920, 63px);
}
.les26sp_nbnl .section04-product-detail {
  width: min(540 * 100vw / 1920, 540px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section04-product-detail {
    width: calc(600 * 100vw / 750);
    margin: 0 auto;
  }
}
.les26sp_nbnl .section04-product-detail dd {
  position: relative;
  margin-top: min(-60 * 100vw / 1920, -60px);
  text-align: center;
}
@media (max-width: 767px) {
  .les26sp_nbnl .section04-product-detail dd {
    margin-top: calc(-80 * 100vw / 750);
  }
}
.les26sp_nbnl .section04-product-detail dd a {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: min(20 * 100vw / 1920, 20px);
  line-height: 1.8;
}
@media (max-width: 767px) {
  .les26sp_nbnl .section04-product-detail dd a {
    font-size: calc(23 * 100vw / 750);
    line-height: 1.86956522;
  }
}
.les26sp_nbnl .section04-product-detail dd {
  position: relative;
  margin-top: min(-30 * 100vw / 1920, -30px);
  text-align: center;
}
@media (max-width: 767px) {
  .les26sp_nbnl .section04-product-detail dd {
    margin-top: calc(-95 * 100vw / 750);
  }
}
.les26sp_nbnl .section04-product-slider {
  width: min(400 * 100vw / 1920, 400px);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .les26sp_nbnl .section04-product-slider {
    width: calc(450 * 100vw / 750);
  }
}
.les26sp_nbnl .section04-product-slider-wrapper {
  position: relative;
  width: min(480 * 100vw / 1920, 480px);
  margin-bottom: min(0 * 100vw / 1920, 0px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section04-product-slider-wrapper {
    width: calc(550 * 100vw / 750);
    margin: calc(63 * 100vw / 750) auto calc(61 * 100vw / 750);
  }
}
.les26sp_nbnl .section04-product-slider-wrapper .swiper-button-prev,
.les26sp_nbnl .section04-product-slider-wrapper .swiper-button-next {
  width: min(20 * 100vw / 1920, 20px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section04-product-slider-wrapper .swiper-button-prev,
  .les26sp_nbnl .section04-product-slider-wrapper .swiper-button-next {
    width: calc(20 * 100vw / 750);
  }
}
.les26sp_nbnl .section04-product-slider-wrapper .swiper-button-prev,
.les26sp_nbnl .section04-product-slider-wrapper .swiper-button-next {
  height: min(40 * 100vw / 1920, 40px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section04-product-slider-wrapper .swiper-button-prev,
  .les26sp_nbnl .section04-product-slider-wrapper .swiper-button-next {
    height: calc(40 * 100vw / 750);
  }
}
.les26sp_nbnl .section04-product-slider-wrapper .swiper-button-prev,
.les26sp_nbnl .section04-product-slider-wrapper .swiper-button-next {
  top: 44%;
}
.les26sp_nbnl .section04-product-slider-wrapper .swiper-button-prev {
  background-image: url("../img/prev.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
}
.les26sp_nbnl .section04-product-slider-wrapper .swiper-button-next {
  background-image: url("../img/next.svg");
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
}
.les26sp_nbnl .section04-product-slider-wrapper .swiper-button-next::after,
.les26sp_nbnl .section04-product-slider-wrapper .swiper-button-prev::after {
  display: none;
}
.les26sp_nbnl .section04-product-slider-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-top: min(20 * 100vw / 1920, 20px);
  font-size: min(20 * 100vw / 1920, 20px);
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 767px) {
  .les26sp_nbnl .section04-product-slider-txt {
    margin-top: calc(30 * 100vw / 750);
    font-size: calc(23 * 100vw / 750);
    line-height: 1.86956522;
  }
}
.les26sp_nbnl .section04-product-slider-wrapper {
  margin-bottom: min(45 * 100vw / 1920, 45px);
}
@media (max-width: 767px) {
  .les26sp_nbnl .section04-product-slider-wrapper {
    margin: calc(63 * 100vw / 750) auto calc(110 * 100vw / 750);
  }
}