@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* media query
------------------------------------------ */
/* function
------------------------------------------ */
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .slick-dots {
    margin-top: calc(28 * 100vw / 750);
    gap: calc(18 * 100vw / 750);
  }
}
.slick-dots li {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}
@media (max-width: 767px) {
  .slick-dots li {
    width: calc(15 * 100vw / 750);
    height: calc(15 * 100vw / 750);
  }
}
.slick-dots li.slick-active {
  background-color: #828282;
}
.slick-dots li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

/* 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
------------------------------------------ */
.header__wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: var(--zindex-header);
}
@media (max-width: 767px) {
  .header__wrapper {
    position: absolute;
    top: calc(80 * var(--formula));
    width: 100%;
    padding: 0 6vw 0;
    margin: 8vw 0 6vw;
  }
}

.lp_250808_FIRSTCLASS {
  /* 可変設定
  ------------------------------------------ */
  /*デザインの値*/
  --pc-width: 1400; /*PCデザイン幅*/
  --sp-width: 750; /*SPデザイン幅*/
  --pc-artboard-width: 572; /*SP共通デザイン幅*/
  --sp-artboard-width: 750; /*PC共通デザイン幅*/
  /*可変率の計算式*/
  --formula: calc(
    var(--variable) * var(--ratio)
  ); /*SP,PC共通箇所の可変割合の計算式*/
  --formula_pc: calc(var(--variable) * 1); /*PCデザインの可変割合の計算式*/
  /* PC画面幅 1400px以上 固定 */
  /* PC画面幅 768～1400px 可変 */
  /* SP画面幅 767px以下 可変 */
  /* mixin
  ------------------------------------------ */
  /* reset
  ------------------------------------------ */
  background-color: #b4b4b4;
}
@media (min-width: 1401px) {
  .lp_250808_FIRSTCLASS {
    --ratio: calc(
      var(--pc-artboard-width) / var(--sp-artboard-width)
    ); /* PCとSPのデザイン幅の比率 */
    --variable: 1px; /* 固定値（可変しない） */
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .lp_250808_FIRSTCLASS {
    --ratio: calc(
      var(--pc-artboard-width) / var(--sp-artboard-width)
    ); /* PCとSPのデザイン幅の比率 */
    --variable: calc(100vw / var(--pc-width)); /* 画面幅に基づく可変値 */
  }
}
@media (max-width: 767px) {
  .lp_250808_FIRSTCLASS {
    --ratio: 1; /* 比率は1（変わらない） */
    --variable: calc(100vw / var(--sp-width)); /* 画面幅に基づく可変値 */
  }
}
.lp_250808_FIRSTCLASS img {
  width: 100%;
  height: auto;
}
.lp_250808_FIRSTCLASS * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lp_250808_FIRSTCLASS .lp-cont {
  width: calc(750 * var(--variable) * var(--ratio));
  margin: 0 auto;
  color: #000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-color: #f7f4f2;
}
@media (max-width: 767px) {
  .lp_250808_FIRSTCLASS .lp-cont {
    width: 100%;
  }
}
.lp_250808_FIRSTCLASS .mv-img {
  position: relative;
}
.lp_250808_FIRSTCLASS .mv-img-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  width: calc(478 * var(--formula));
  top: calc(472 * var(--formula));
  left: calc(-4 * var(--formula));
  right: 0;
  margin: auto;
}
.lp_250808_FIRSTCLASS .mv-img-txt-01 {
  overflow: hidden;
  display: block;
  width: calc(478 * var(--formula));
}
.lp_250808_FIRSTCLASS .mv-img-txt-02 {
  overflow: hidden;
  display: block;
  margin-top: calc(24 * var(--formula));
  width: calc(477 * var(--formula));
}
.lp_250808_FIRSTCLASS .mv-txt {
  margin-top: calc(90 * var(--formula));
  font-size: calc(26 * var(--formula));
  line-height: 1.76923077;
  letter-spacing: 0.1em;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "Hiragino Sans", "ヒラギノ角ゴシック", "Meiryo", "メイリオ", sans-serif;
  font-weight: 600;
  text-align: center;
}
.lp_250808_FIRSTCLASS .style01 {
  margin-top: calc(112 * var(--formula));
}
.lp_250808_FIRSTCLASS .style01-block-01-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.lp_250808_FIRSTCLASS .style01-block-01-ttl {
  position: relative;
  width: calc(107 * var(--formula_pc));
}
@media (max-width: 767px) {
  .lp_250808_FIRSTCLASS .style01-block-01-ttl {
    width: calc(142 * var(--formula));
  }
}
.lp_250808_FIRSTCLASS .style01-block-01-ttl::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: calc(76 * var(--formula));
  left: calc(20 * var(--formula));
  -webkit-transition: 1.2s;
  transition: 1.2s;
}
@media (max-width: 767px) {
  .lp_250808_FIRSTCLASS .style01-block-01-ttl::after {
    left: 0;
  }
}
.lp_250808_FIRSTCLASS .style01-block-01-ttl.is-active::after {
  width: calc(120 * var(--formula_pc));
}
@media (max-width: 767px) {
  .lp_250808_FIRSTCLASS .style01-block-01-ttl.is-active::after {
    width: calc(142 * var(--formula));
  }
}
.lp_250808_FIRSTCLASS .style01-block-01-ttl-lead {
  display: inline-block;
  position: relative;
  margin-top: calc(4 * var(--formula));
  left: calc(22 * var(--formula));
  width: calc(115 * var(--formula));
  overflow: hidden;
}
.lp_250808_FIRSTCLASS .style01-block-01-ttl-number {
  display: block;
  position: relative;
  margin-top: calc(32 * var(--formula));
  left: calc(65 * var(--formula));
  width: calc(26 * var(--formula));
  overflow: hidden;
}
.lp_250808_FIRSTCLASS .style01-block-01-photo {
  width: calc(600 * var(--formula));
}
.lp_250808_FIRSTCLASS .style01-block-01-txt {
  margin: calc(60 * var(--formula)) auto 0;
  width: calc(649 * var(--formula));
  font-size: calc(23 * var(--formula));
  line-height: 1.86956522;
  letter-spacing: 0.075em;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "Hiragino Sans", "ヒラギノ角ゴシック", "Meiryo", "メイリオ", sans-serif;
  font-weight: 600;
  text-align: justify;
}
.lp_250808_FIRSTCLASS .style01-block-02 {
  position: relative;
  margin-top: calc(86 * var(--formula));
}
.lp_250808_FIRSTCLASS .style01-block-02-photo {
  width: calc(750 * var(--formula));
}
.lp_250808_FIRSTCLASS .style01-block-02-txt {
  margin-top: calc(30 * var(--formula));
  font-size: calc(26 * var(--formula));
  line-height: 1.76923077;
  letter-spacing: 0.1em;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "Hiragino Sans", "ヒラギノ角ゴシック", "Meiryo", "メイリオ", sans-serif;
  font-weight: 600;
  text-align: center;
}
.lp_250808_FIRSTCLASS .style01-block-02-arrow {
  position: absolute;
  z-index: 1;
  width: calc(90 * var(--formula));
  bottom: calc(96 * var(--formula));
  right: calc(179 * var(--formula));
}
.lp_250808_FIRSTCLASS .style01-block-03 {
  position: relative;
  margin-top: calc(125 * var(--formula));
}
.lp_250808_FIRSTCLASS .style01-block-03-photo {
  width: calc(600 * var(--formula));
  margin: calc(30 * var(--formula)) auto 0;
}
.lp_250808_FIRSTCLASS .style01-block-03-txt {
  font-size: calc(26 * var(--formula));
  line-height: 1.76923077;
  letter-spacing: 0.1em;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "Hiragino Sans", "ヒラギノ角ゴシック", "Meiryo", "メイリオ", sans-serif;
  font-weight: 600;
  text-align: center;
}
.lp_250808_FIRSTCLASS .style01-block-03-arrow {
  position: absolute;
  z-index: 1;
  width: calc(97 * var(--formula));
  top: calc(98 * var(--formula));
  left: calc(181 * var(--formula));
}
.lp_250808_FIRSTCLASS .style01-block-03-decoration {
  position: absolute;
  bottom: calc(198 * var(--formula));
  left: calc(58 * var(--formula));
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(50 * var(--formula));
  letter-spacing: 0.05em;
  line-height: 1.1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: justify;
  pointer-events: none;
  text-align: center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.lp_250808_FIRSTCLASS .style01-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(14 * var(--formula));
  letter-spacing: 0.005em;
}
.lp_250808_FIRSTCLASS .style01-price a {
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(24 * var(--formula));
  line-height: 2.08333333;
  text-decoration: underline;
}
.lp_250808_FIRSTCLASS .style01-price-01 {
  margin-top: calc(28 * var(--formula));
}
.lp_250808_FIRSTCLASS .style02 {
  margin-top: calc(150 * var(--formula));
}
.lp_250808_FIRSTCLASS .style02-block-01-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.lp_250808_FIRSTCLASS .style02-block-01-ttl {
  position: relative;
  width: calc(150 * var(--formula));
}
.lp_250808_FIRSTCLASS .style02-block-01-ttl::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: calc(76 * var(--formula));
  right: 0;
  -webkit-transition: 1.2s;
  transition: 1.2s;
}
.lp_250808_FIRSTCLASS .style02-block-01-ttl.is-active::after {
  width: calc(150 * var(--formula));
}
.lp_250808_FIRSTCLASS .style02-block-01-ttl-lead {
  display: inline-block;
  position: relative;
  margin-top: calc(4 * var(--formula));
  left: calc(19 * var(--formula));
  width: calc(115 * var(--formula));
  overflow: hidden;
}
.lp_250808_FIRSTCLASS .style02-block-01-ttl-number {
  display: inline-block;
  width: calc(46 * var(--formula));
  margin-top: calc(32 * var(--formula));
  position: relative;
  left: calc(52 * var(--formula));
  overflow: hidden;
}
.lp_250808_FIRSTCLASS .style02-block-01-photo {
  width: calc(600 * var(--formula));
}
.lp_250808_FIRSTCLASS .style02-block-01-txt {
  margin: calc(58 * var(--formula)) auto 0;
  width: calc(649 * var(--formula));
  font-size: calc(23 * var(--formula));
  line-height: 1.86956522;
  letter-spacing: 0.075em;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "Hiragino Sans", "ヒラギノ角ゴシック", "Meiryo", "メイリオ", sans-serif;
  font-weight: 600;
  text-align: justify;
}
.lp_250808_FIRSTCLASS .style02-block-02 {
  position: relative;
  margin-top: calc(80 * var(--formula));
}
.lp_250808_FIRSTCLASS .style02-block-02-photo {
  width: calc(750 * var(--formula));
}
.lp_250808_FIRSTCLASS .style02-block-02-txt {
  margin-top: calc(53 * var(--formula));
  font-size: calc(26 * var(--formula));
  line-height: 1.76923077;
  letter-spacing: 0.1em;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "Hiragino Sans", "ヒラギノ角ゴシック", "Meiryo", "メイリオ", sans-serif;
  font-weight: 600;
  text-align: center;
}
.lp_250808_FIRSTCLASS .style02-block-02-arrow {
  position: absolute;
  z-index: 1;
  width: calc(96 * var(--formula));
  bottom: calc(107 * var(--formula));
  left: calc(154 * var(--formula));
}
.lp_250808_FIRSTCLASS .style02-block-03 {
  position: relative;
  margin-top: calc(118 * var(--formula));
}
.lp_250808_FIRSTCLASS .style02-block-03-photo {
  width: calc(600 * var(--formula));
  margin: calc(52 * var(--formula)) auto 0;
}
.lp_250808_FIRSTCLASS .style02-block-03-txt {
  font-size: calc(26 * var(--formula));
  line-height: 1.76923077;
  letter-spacing: 0.1em;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "Hiragino Sans", "ヒラギノ角ゴシック", "Meiryo", "メイリオ", sans-serif;
  font-weight: 600;
  text-align: center;
}
.lp_250808_FIRSTCLASS .style02-block-03-arrow {
  position: absolute;
  z-index: 1;
  width: calc(127 * var(--formula));
  top: calc(90 * var(--formula));
  right: calc(179 * var(--formula));
}
.lp_250808_FIRSTCLASS .style02-block-03-decoration {
  position: absolute;
  bottom: calc(78 * var(--formula));
  right: calc(51 * var(--formula));
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(50 * var(--formula));
  letter-spacing: 0.05em;
  line-height: 1.1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: justify;
  pointer-events: none;
}
.lp_250808_FIRSTCLASS .style02-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(14 * var(--formula));
  letter-spacing: 0.005em;
}
.lp_250808_FIRSTCLASS .style02-price a {
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(24 * var(--formula));
  line-height: 2.08333333;
  text-decoration: underline;
}
.lp_250808_FIRSTCLASS .style02-price-01 {
  margin-top: calc(30 * var(--formula));
}
.lp_250808_FIRSTCLASS .style03 {
  margin-top: calc(145 * var(--formula));
}
.lp_250808_FIRSTCLASS .style03-block-01-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.lp_250808_FIRSTCLASS .style03-block-01-ttl {
  position: relative;
  width: calc(150 * var(--formula));
  overflow: hidden;
}
.lp_250808_FIRSTCLASS .style03-block-01-ttl::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: calc(76 * var(--formula));
  left: 0;
  -webkit-transition: 1.2s;
  transition: 1.2s;
}
.lp_250808_FIRSTCLASS .style03-block-01-ttl.is-active::after {
  width: calc(150 * var(--formula));
}
.lp_250808_FIRSTCLASS .style03-block-01-ttl-lead {
  display: inline-block;
  width: calc(115 * var(--formula));
  position: relative;
  left: calc(22 * var(--formula));
  margin-top: calc(6 * var(--formula));
  overflow: hidden;
}
.lp_250808_FIRSTCLASS .style03-block-01-ttl-number {
  display: inline-block;
  width: calc(49 * var(--formula));
  position: relative;
  left: calc(57 * var(--formula));
  margin-top: calc(26 * var(--formula));
  overflow: hidden;
}
.lp_250808_FIRSTCLASS .style03-block-01-photo {
  width: calc(600 * var(--formula));
}
.lp_250808_FIRSTCLASS .style03-block-01-txt {
  margin: calc(18 * var(--formula)) auto 0;
  width: calc(649 * var(--formula));
  font-size: calc(23 * var(--formula));
  line-height: 1.86956522;
  letter-spacing: 0.075em;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "Hiragino Sans", "ヒラギノ角ゴシック", "Meiryo", "メイリオ", sans-serif;
  font-weight: 600;
  text-align: justify;
}
.lp_250808_FIRSTCLASS .style03-block-02 {
  position: relative;
  margin-top: calc(110 * var(--formula));
}
.lp_250808_FIRSTCLASS .style03-block-02-photo {
  width: calc(750 * var(--formula));
}
.lp_250808_FIRSTCLASS .style03-block-02-txt {
  margin-top: calc(34 * var(--formula));
  font-size: calc(26 * var(--formula));
  line-height: 1.76923077;
  letter-spacing: 0.1em;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "Hiragino Sans", "ヒラギノ角ゴシック", "Meiryo", "メイリオ", sans-serif;
  font-weight: 600;
  text-align: center;
}
.lp_250808_FIRSTCLASS .style03-block-02-arrow {
  position: absolute;
  z-index: 1;
  width: calc(91 * var(--formula));
  bottom: calc(109 * var(--formula));
  left: calc(142 * var(--formula));
}
.lp_250808_FIRSTCLASS .style03-block-03 {
  position: relative;
  margin-top: calc(118 * var(--formula));
}
.lp_250808_FIRSTCLASS .style03-block-03-photo {
  width: calc(600 * var(--formula));
  margin: calc(56 * var(--formula)) auto 0;
}
.lp_250808_FIRSTCLASS .style03-block-03-txt {
  font-size: calc(26 * var(--formula));
  line-height: 1.76923077;
  letter-spacing: 0.1em;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "Hiragino Sans", "ヒラギノ角ゴシック", "Meiryo", "メイリオ", sans-serif;
  font-weight: 600;
  text-align: center;
}
.lp_250808_FIRSTCLASS .style03-block-03-arrow {
  position: absolute;
  z-index: 1;
  width: calc(79 * var(--formula));
  top: calc(97 * var(--formula));
  right: calc(139 * var(--formula));
}
.lp_250808_FIRSTCLASS .style03-block-03-decoration {
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(50 * var(--formula));
  letter-spacing: 0.05em;
  line-height: 1.1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: justify;
  pointer-events: none;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: absolute;
  bottom: calc(198 * var(--formula));
  left: calc(59 * var(--formula));
}
.lp_250808_FIRSTCLASS .style03-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(14 * var(--formula));
  letter-spacing: 0.005em;
}
.lp_250808_FIRSTCLASS .style03-price a {
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(24 * var(--formula));
  line-height: 2.08333333;
  text-decoration: underline;
}
.lp_250808_FIRSTCLASS .style03-price-01 {
  margin-top: calc(30 * var(--formula));
}
.lp_250808_FIRSTCLASS .style04 {
  margin-top: calc(150 * var(--formula));
}
.lp_250808_FIRSTCLASS .style04-block-01-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.lp_250808_FIRSTCLASS .style04-block-01-ttl {
  position: relative;
  width: calc(150 * var(--formula));
}
.lp_250808_FIRSTCLASS .style04-block-01-ttl::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: calc(76 * var(--formula));
  right: 0;
  -webkit-transition: 1.2s;
  transition: 1.2s;
}
.lp_250808_FIRSTCLASS .style04-block-01-ttl.is-active::after {
  width: calc(150 * var(--formula));
}
.lp_250808_FIRSTCLASS .style04-block-01-ttl-lead {
  display: inline-block;
  position: relative;
  margin-top: calc(4 * var(--formula));
  left: calc(19 * var(--formula));
  width: calc(115 * var(--formula));
  overflow: hidden;
}
.lp_250808_FIRSTCLASS .style04-block-01-ttl-number {
  display: inline-block;
  width: calc(47 * var(--formula));
  position: relative;
  left: calc(54 * var(--formula));
  margin-top: calc(26 * var(--formula));
  overflow: hidden;
}
.lp_250808_FIRSTCLASS .style04-block-01-photo {
  width: calc(600 * var(--formula));
}
.lp_250808_FIRSTCLASS .style04-block-01-txt {
  margin: calc(40 * var(--formula)) auto 0;
  width: calc(649 * var(--formula));
  font-size: calc(23 * var(--formula));
  line-height: 1.86956522;
  letter-spacing: 0.075em;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "Hiragino Sans", "ヒラギノ角ゴシック", "Meiryo", "メイリオ", sans-serif;
  font-weight: 600;
  text-align: justify;
}
.lp_250808_FIRSTCLASS .style04-block-02 {
  position: relative;
  margin-top: calc(85 * var(--formula));
}
.lp_250808_FIRSTCLASS .style04-block-02-photo {
  width: calc(750 * var(--formula));
}
.lp_250808_FIRSTCLASS .style04-block-02-txt {
  margin-top: calc(10 * var(--formula));
  font-size: calc(26 * var(--formula));
  line-height: 1.76923077;
  letter-spacing: 0.1em;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "Hiragino Sans", "ヒラギノ角ゴシック", "Meiryo", "メイリオ", sans-serif;
  font-weight: 600;
  text-align: center;
}
.lp_250808_FIRSTCLASS .style04-block-02-arrow {
  position: absolute;
  z-index: 1;
  width: calc(87 * var(--formula));
  bottom: calc(102 * var(--formula));
  right: calc(144 * var(--formula));
}
.lp_250808_FIRSTCLASS .style04-block-03 {
  position: relative;
  margin-top: calc(112 * var(--formula));
}
.lp_250808_FIRSTCLASS .style04-block-03-photo {
  width: calc(600 * var(--formula));
  margin: calc(20 * var(--formula)) auto 0;
}
.lp_250808_FIRSTCLASS .style04-block-03-txt {
  font-size: calc(26 * var(--formula));
  line-height: 1.76923077;
  letter-spacing: 0.1em;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "Hiragino Sans", "ヒラギノ角ゴシック", "Meiryo", "メイリオ", sans-serif;
  font-weight: 600;
  text-align: center;
}
.lp_250808_FIRSTCLASS .style04-block-03-arrow {
  position: absolute;
  z-index: 1;
  width: calc(136 * var(--formula));
  top: calc(93 * var(--formula));
  left: calc(96 * var(--formula));
}
.lp_250808_FIRSTCLASS .style04-block-03-decoration {
  position: absolute;
  bottom: calc(227 * var(--formula));
  right: calc(50 * var(--formula));
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(50 * var(--formula));
  letter-spacing: 0.05em;
  line-height: 1.1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: justify;
  pointer-events: none;
}
.lp_250808_FIRSTCLASS .style04-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(14 * var(--formula));
  letter-spacing: 0.005em;
}
.lp_250808_FIRSTCLASS .style04-price a {
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(24 * var(--formula));
  line-height: 2.08333333;
  text-decoration: underline;
}
.lp_250808_FIRSTCLASS .style04-price-01 {
  margin-top: calc(34 * var(--formula));
}
.lp_250808_FIRSTCLASS .viewall {
  padding: calc(188 * var(--formula)) 0 calc(120 * var(--formula));
  text-align: center;
}
.lp_250808_FIRSTCLASS .viewall a {
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(30 * var(--formula));
  letter-spacing: 0.057em;
  text-decoration: underline;
}

@media (max-width: 767px) {
  #Foot {
    background-color: #f7f4f2;
  }
}