@charset "UTF-8";
:root {
  --main-font: "helvetica-neue-lt-pro-cond", "Helvetica Neue", "Arial", sans-serif;
}

.ftool-wrapper #wrapper {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  font-family: "helvetica-neue-lt-pro", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
}
.ftool-wrapper #wrapper h2, .ftool-wrapper #wrapper h3, .ftool-wrapper #wrapper p {
  margin: 0 !important;
}
.ftool-wrapper #wrapper h2 {
  font-size: 4.5138888889vw;
}
@media screen and (max-width: 767px) {
  .ftool-wrapper #wrapper h2 {
    font-size: 10.2564102564vw;
  }
}
@media screen and (max-width: 767px) {
  .ftool-wrapper #wrapper {
    width: 100%;
  }
}
.ftool-wrapper .col--02--Y {
  max-width: 100% !important;
}
.ftool-wrapper .col--02--C {
  width: 100% !important;
}
.ftool-wrapper .col--02--C > div {
  margin: 0;
}

.splitLayout {
  color: #000;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100vw;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out;
  letter-spacing: normal;
}
.splitLayout img {
  max-width: 100%;
  display: block;
}
.splitLayout svg {
  max-width: 100%;
}
.splitLayout a {
  text-decoration: none;
  -webkit-transform: opacity 0.3s ease-in-out;
          transform: opacity 0.3s ease-in-out;
}
@media (hover: hover) {
  .splitLayout a:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .splitLayout a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .splitLayout a:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .splitLayout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .splitLayout__left {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100svh;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .splitLayout__left {
    width: 100%;
    position: relative;
  }
}
.splitLayout__right {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .splitLayout__right {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .splitLayout__right {
    width: 100%;
  }
}
.splitLayout .mainVisual__container {
  position: relative;
  width: 100%;
  height: 100%;
}
.splitLayout .mainVisual__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 50svh 50svh;
}
@media screen and (max-width: 767px) {
  .splitLayout .mainVisual__images {
    grid-template-rows: 1fr 1fr;
  }
}
.splitLayout .mainVisual__images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.splitLayout .mainVisual__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.splitLayout .mainVisual__title {
  width: 38.1944444444vw;
}
@media screen and (max-width: 767px) {
  .splitLayout .mainVisual__title {
    width: 84.6153846154vw;
  }
}
.splitLayout .mainVisual__logo {
  position: absolute;
  bottom: 2.7777777778vw;
  right: 2.7777777778vw;
}
@media screen and (max-width: 767px) {
  .splitLayout .mainVisual__logo {
    bottom: 5.1282051282vw;
    right: 5.1282051282vw;
  }
}
.splitLayout .mainVisual__logo img {
  width: 3.4722222222vw;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .splitLayout .mainVisual__logo img {
    width: 7.6923076923vw;
  }
}
.splitLayout .mainVisual .indexWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.7777777778vw;
  padding-top: 2.0833333333vw;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .splitLayout .mainVisual .indexWrap {
    gap: 5.1282051282vw;
    padding-top: 2.5641025641vw;
  }
}
.splitLayout .mainVisual .indexWrap__head {
  font-size: min(17px, 1.1805555556vw);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .splitLayout .mainVisual .indexWrap__head {
    font-size: 11px;
  }
}
.splitLayout .mainVisual .indexWrap__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.3888888889vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .splitLayout .mainVisual .indexWrap__item {
    gap: 2.5641025641vw;
  }
}
.splitLayout .mainVisual .indexWrap__item li a {
  font-size: min(13px, 0.9027777778vw);
  -webkit-transform: opacity 0.3s ease-in-out;
          transform: opacity 0.3s ease-in-out;
  position: relative;
  padding-bottom: 2px;
  display: block;
}
.splitLayout .mainVisual .indexWrap__item li a::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #FFF;
}
@media (hover: hover) {
  .splitLayout .mainVisual .indexWrap__item li a:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .splitLayout .mainVisual .indexWrap__item li a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .splitLayout .mainVisual .indexWrap__item li a:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .splitLayout .mainVisual .indexWrap__item li a {
    font-size: 2.5641025641vw;
  }
}
.splitLayout .contents__lead {
  margin: 6.9444444444vw auto;
  text-align: center;
  font-size: min(13px, 0.9027777778vw);
}
@media screen and (max-width: 767px) {
  .splitLayout .contents__lead {
    font-size: 2.8205128205vw;
    margin: 20.5128205128vw auto;
  }
}
.splitLayout .contents__lead p + p {
  padding-top: 0.5em;
}
.splitLayout .mainBlock .sliderArea {
  position: relative;
}
.splitLayout .mainBlock .sliderArea__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: min(12px, 0.8333333333vw);
  text-align: center;
  white-space: nowrap;
  line-height: 125%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .splitLayout .mainBlock .sliderArea__text {
    font-size: 2.0512820513vw;
  }
}
.splitLayout .mainBlock .itemArea {
  margin: 6.9444444444vw auto;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .splitLayout .mainBlock .itemArea {
    margin: 12.8205128205vw auto;
    width: calc(100% - 15.3846153846vw);
  }
}
.splitLayout .mainBlock .itemArea__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.splitLayout .mainBlock .itemArea__title span {
  font-size: 2.2222222222vw;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .splitLayout .mainBlock .itemArea__title span {
    font-size: 5.1282051282vw;
  }
}
.splitLayout .mainBlock .itemArea__title h2 {
  font-family: var(--main-font);
  font-weight: 700;
}
.splitLayout .mainBlock .itemArea__image {
  width: 41.6666666667vw;
  margin: 0 auto 3.4722222222vw;
}
@media screen and (max-width: 767px) {
  .splitLayout .mainBlock .itemArea__image {
    width: 100%;
    margin-bottom: 7.6923076923vw;
  }
}
.splitLayout .mainBlock .itemArea__image img {
  width: 100%;
  height: auto;
}
.splitLayout .mainBlock .itemArea__credit {
  width: 33.3333333333vw;
  margin-inline: auto;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .splitLayout .mainBlock .itemArea__credit {
    width: 100%;
  }
}
.splitLayout .mainBlock .itemArea__credit dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.8333333333vw 0;
  border-bottom: solid 1px currentColor;
}
@media screen and (max-width: 767px) {
  .splitLayout .mainBlock .itemArea__credit dl {
    padding: 3.0769230769vw 0;
  }
}
.splitLayout .mainBlock .itemArea__credit dl:last-child {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.splitLayout .mainBlock .itemArea__credit dl:last-child dt {
  margin-bottom: 0.5555555556vw;
}
@media screen and (max-width: 767px) {
  .splitLayout .mainBlock .itemArea__credit dl:last-child dt {
    margin-bottom: 1.5384615385vw;
  }
}
.splitLayout .mainBlock .itemArea__credit dl:last-child dd {
  font-size: min(12px, 0.8333333333vw);
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .splitLayout .mainBlock .itemArea__credit dl:last-child dd {
    font-size: 2.5641025641vw;
  }
}
.splitLayout .mainBlock .itemArea__credit dl:first-child {
  border-top: solid 1px currentColor;
}
.splitLayout .mainBlock .itemArea__credit dt {
  font-size: min(15px, 1.0416666667vw);
}
@media screen and (max-width: 767px) {
  .splitLayout .mainBlock .itemArea__credit dt {
    font-size: 3.0769230769vw;
  }
}
.splitLayout .mainBlock .itemArea__credit dd {
  font-size: min(15px, 1.0416666667vw);
}
@media screen and (max-width: 767px) {
  .splitLayout .mainBlock .itemArea__credit dd {
    font-size: 3.0769230769vw;
  }
}
.splitLayout .mainBlock .itemArea__credit .buyBtn a {
  display: inline-block;
  padding: 0.2777777778vw 0.6944444444vw;
  background: #000;
  color: #fff;
  font-size: min(12px, 0.8333333333vw);
  font-weight: 700;
  text-decoration: none;
  margin-left: 0.5em;
  -webkit-transform: opacity 0.3s ease-in-out;
          transform: opacity 0.3s ease-in-out;
}
@media (hover: hover) {
  .splitLayout .mainBlock .itemArea__credit .buyBtn a:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .splitLayout .mainBlock .itemArea__credit .buyBtn a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .splitLayout .mainBlock .itemArea__credit .buyBtn a:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .splitLayout .mainBlock .itemArea__credit .buyBtn a {
    font-size: 2.5641025641vw;
    padding: 0.7692307692vw 1.2820512821vw;
  }
}
.splitLayout .mainBlock .itemArea__credit .buyBtn > div {
  display: inline-block;
}
.splitLayout .mainBlock .itemArea__credit .buyBtn .item-d-none {
  display: none;
}
.splitLayout .infoBlock {
  padding: 6.9444444444vw 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.0833333333vw;
}
@media screen and (max-width: 767px) {
  .splitLayout .infoBlock {
    gap: 5.1282051282vw;
    padding: 20.5128205128vw 0 5.1282051282vw;
  }
}
.splitLayout .infoBlock__logo {
  width: 5.5555555556vw;
  height: auto;
}
@media screen and (max-width: 767px) {
  .splitLayout .infoBlock__logo {
    width: 15.3846153846vw;
  }
}
.splitLayout .infoBlock__list {
  font-weight: 400;
  text-align: center;
  font-size: 0.9027777778vw;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .splitLayout .infoBlock__list {
    font-size: 3.0769230769vw;
  }
}
.splitLayout .infoBlock__list li + li {
  margin-top: 0.3472222222vw;
}
@media screen and (max-width: 767px) {
  .splitLayout .infoBlock__list li + li {
    margin-top: 2.5641025641vw;
  }
}

.fadeIn {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}
.fadeIn.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.swiper-slide {
  width: 100%;
}
.swiper-slide img {
  display: block;
}

.swiper,
.swiper-wrapper {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#contents01 .swiper {
  background: #333;
}

#contents02 .swiper {
  background: #815A3A;
}/*# sourceMappingURL=style.css.map */