:root {
  --sp-side: 5.333vw;
}

body, html {
  overflow-x: unset;
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

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

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.swiper-slide {
  width: 100%;
  background-size: cover;
  background-position: center;
}
.swiper-slide-active .swiper-zoom, .swiper-slide-duplicate-active .swiper-zoom, .swiper-slide-prev .swiper-zoom {
  -webkit-animation: zoomUp 7s linear 0s normal both;
          animation: zoomUp 7s linear 0s normal both;
}
.swiper-slide img {
  height: 100%;
  width: 100%;
}

.fadeIn {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}
.fadeIn.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .fadeIn--late {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}
.fadeIn--lateSp {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

/* setting */
.ftool-wrapper .description {
  letter-spacing: 0 !important;
}

@media (hover: hover) {
  #sec01 a:where(:-webkit-any-link, :enabled, summary):hover {
    text-decoration: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    cursor: pointer;
    opacity: 0.5;
  }
  #sec01 a:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: none;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    cursor: pointer;
    opacity: 0.5;
  }
  #sec01 a:where(:any-link, :enabled, summary):hover {
    text-decoration: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    cursor: pointer;
    opacity: 0.5;
  }
}
#sec01 h1, #sec01 h2 {
  margin-bottom: 0 !important;
}

.contentsWrap {
  font-family: "futura-pt", "Helvetica Neue", "Arial", sans-serif;
  font-weight: 450;
  color: #1a1a1a;
  /* visual fixed */
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.contentsWrap .visualBlock {
  position: -webkit-sticky;
  position: sticky;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .contentsWrap .visualBlock {
    height: 100%;
    width: 100%;
  }
}
.contentsWrap__title {
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 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;
}
.contentsWrap__title h1 {
  width: 36.25vw;
  height: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-bottom: 175px;
}
@media screen and (max-width: 767px) {
  .contentsWrap__title h1 {
    width: 88vw;
    padding-bottom: 60%;
  }
}
.contentsWrap__title p {
  position: absolute;
  bottom: 1px;
  color: #fff;
  margin-bottom: -10px;
}
.contentsWrap__title p::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 250px;
  background: #fff;
  -webkit-animation: liner 2s cubic-bezier(1, 0, 0, 1) infinite;
          animation: liner 2s cubic-bezier(1, 0, 0, 1) infinite;
}
@media screen and (max-width: 767px) {
  .contentsWrap__title p {
    display: none;
  }
}
@-webkit-keyframes liner {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes liner {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
.contentsWrap__main {
  width: 100vw;
  background: #fff;
  position: relative;
  z-index: 1;
  padding-top: 160px;
}
@media screen and (max-width: 767px) {
  .contentsWrap__main {
    padding-top: 100px;
  }
}

/* common */
.mainBlock {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .mainBlock {
    padding-bottom: 100px;
  }
}
.mainBlock__title {
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .mainBlock__title {
    margin-left: var(--sp-side);
  }
}
.mainBlock__block--01 {
  width: 100%;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .mainBlock__block--01 {
    padding-bottom: 50px;
  }
}

.creditBlock li + li {
  padding-top: 5px;
}
.creditBlock .creditWrap {
  font-size: 14px;
  letter-spacing: -0.15px;
}
.creditBlock .creditWrap a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  line-height: 1.2;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.creditBlock .creditWrap__thumb {
  width: 50px;
  height: 60px;
}
.creditBlock .creditWrap .price {
  color: #848484;
  display: block;
  padding-top: 5px;
}

.endrollBlock {
  border-top: solid 1px #1a1a1a;
  padding-top: 100px;
  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;
  gap: 100px;
  text-align: center;
}
.endrollBlock .linksWrap__images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .endrollBlock .linksWrap__images {
    gap: 16vw;
  }
}
.endrollBlock .linksWrap__images img {
  width: 100px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .endrollBlock .linksWrap__images img {
    width: 26.66vw;
  }
}
.endrollBlock .linksWrap__list {
  display: grid;
  grid-template-columns: 100px 100px;
  gap: 100px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .endrollBlock .linksWrap__list {
    grid-template-columns: 26.66vw 26.66vw;
    gap: 16vw;
  }
}
.endrollBlock .linksWrap__list li {
  text-decoration: underline;
}
.endrollBlock .linksWrap__list li + li {
  padding-top: 20px;
}
.endrollBlock__staff {
  padding-bottom: 100px;
  font-weight: 400;
}
.endrollBlock__staff li + li {
  padding-top: 8px;
}

.style01 .mainBlock__title {
  width: 140px;
}
@media screen and (max-width: 767px) {
  .style01 .mainBlock__title {
    width: 32vw;
  }
}
.style01 .mainBlock__block--02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .style01 .mainBlock__block--02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 60px;
    gap: 40px;
    margin-left: var(--sp-side);
  }
}
.style01 .mainBlock .block02__left {
  width: 600px;
}
@media screen and (max-width: 767px) {
  .style01 .mainBlock .block02__left {
    width: 80vw;
  }
}
.style01 .mainBlock__block--03 {
  position: relative;
  height: 1010px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .style01 .mainBlock__block--03 {
    height: 120vw;
    margin-bottom: 60px;
  }
}
.style01 .mainBlock .block03__image01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 500px;
}
@media screen and (max-width: 767px) {
  .style01 .mainBlock .block03__image01 {
    width: 50.66vw;
  }
}
.style01 .mainBlock .block03__image02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 330px;
  padding: 100px 0 0 110px;
}
@media screen and (max-width: 767px) {
  .style01 .mainBlock .block03__image02 {
    width: 38.666vw;
    padding: 60px 0 0 var(--sp-side);
  }
}
.style01 .mainBlock .block03__image03 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 310px;
  padding: 0 140px 110px 0;
}
@media screen and (max-width: 767px) {
  .style01 .mainBlock .block03__image03 {
    width: 38.666vw;
    padding: 0 var(--sp-side) 70px 0;
  }
}
.style01 .mainBlock .block03__image04 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 480px;
}
@media screen and (max-width: 767px) {
  .style01 .mainBlock .block03__image04 {
    width: 50.66vw;
  }
}
.style01 .mainBlock__block--04 {
  width: 800px;
  margin: 0 0 0 auto;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .style01 .mainBlock__block--04 {
    width: 84vw;
    padding-bottom: 60px;
  }
}
.style01 .mainBlock__block--05 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .style01 .mainBlock__block--05 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 50px;
    margin-left: var(--sp-side);
  }
}
.style01 .mainBlock .block05__left {
  width: 450px;
}
@media screen and (max-width: 767px) {
  .style01 .mainBlock .block05__left {
    width: 70vw;
  }
}
.style01 .mainBlock__block--06 {
  width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .style01 .mainBlock__block--06 {
    width: 84vw;
  }
}

.style02 .mainBlock__title {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .style02 .mainBlock__title {
    width: 34.13vw;
  }
}
.style02 .mainBlock__block--02 {
  width: 800px;
  margin: 0 0 0 auto;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .style02 .mainBlock__block--02 {
    width: 80vw;
    padding-bottom: 50px;
  }
}
.style02 .mainBlock__block--03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .style02 .mainBlock__block--03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
    padding-bottom: 40px;
    margin-left: var(--sp-side);
  }
}
.style02 .mainBlock .block03__left {
  width: 450px;
}
@media screen and (max-width: 767px) {
  .style02 .mainBlock .block03__left {
    width: 56vw;
  }
}
.style02 .mainBlock__block--04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .style02 .mainBlock__block--04 {
    gap: 4vw;
    padding-bottom: 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.style02 .mainBlock .block04__left {
  width: 600px;
}
@media screen and (max-width: 767px) {
  .style02 .mainBlock .block04__left {
    width: 66.66vw;
  }
}
.style02 .mainBlock .block04__right {
  width: 266px;
}
@media screen and (max-width: 767px) {
  .style02 .mainBlock .block04__right {
    width: 29.33vw;
    margin-top: -90px;
  }
}
.style02 .mainBlock__block--05 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .style02 .mainBlock__block--05 {
    -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: 50px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .style02 .mainBlock__block--05 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px;
    padding-bottom: 50px;
    margin-left: var(--sp-side);
  }
}
.style02 .mainBlock .block05__right {
  width: 450px;
}
@media screen and (max-width: 767px) {
  .style02 .mainBlock .block05__right {
    width: 80vw;
    margin: 0 0 0 auto;
  }
}
.style02 .mainBlock__block--06 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .style02 .mainBlock__block--06 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin: 0 var(--sp-side);
  }
}
.style02 .mainBlock .block06__left {
  width: 600px;
}
@media screen and (max-width: 767px) {
  .style02 .mainBlock .block06__left {
    width: 80vw;
  }
}
@media screen and (min-width: 768px) {
  .style02 .mainBlock .block06__right {
    padding-top: 160px;
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .style02 .mainBlock .block06__right {
    width: 42.66vw;
    margin: 0 0 0 auto;
  }
}

.style03 .mainBlock__title {
  width: 152px;
}
@media screen and (max-width: 767px) {
  .style03 .mainBlock__title {
    width: 32vw;
  }
}
.style03 .mainBlock__block--02 {
  height: 1076px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .style03 .mainBlock__block--02 {
    height: 192.8vw;
    margin-bottom: 40px;
  }
}
.style03 .mainBlock .block02__imageWrap {
  display: contents;
}
@media screen and (max-width: 767px) {
  .style03 .mainBlock .block02__imageWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: var(--sp-side);
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: 2.666vw;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .style03 .mainBlock .block02__image01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .style03 .mainBlock .block02__image01 {
    width: 80vw;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .style03 .mainBlock .block02__image02 {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    padding: 140px 60px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .style03 .mainBlock .block02__image02 {
    width: 42.666vw;
    padding-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .style03 .mainBlock .block02__image03 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 260px;
    padding: 0 0 175px 60px;
  }
}
@media screen and (max-width: 767px) {
  .style03 .mainBlock .block02__image03 {
    width: 40vw;
  }
}
@media screen and (min-width: 768px) {
  .style03 .mainBlock .block02__image04 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 580px;
  }
}
@media screen and (max-width: 767px) {
  .style03 .mainBlock .block02__image04 {
    width: 69.333vw;
    margin: 0 var(--sp-side) 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .style03 .mainBlock__block--03 {
    display: grid;
    grid-template-columns: 1fr 390px 200px;
    gap: 30px;
    margin-left: 40px;
  }
}
@media screen and (min-width: 768px) {
  .style03 .mainBlock__block--03 .creditBlock {
    margin-top: -100px;
  }
}
@media screen and (max-width: 767px) {
  .style03 .mainBlock__block--03 .creditBlock {
    margin-left: var(--sp-side);
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .style03 .mainBlock .block03__imageWrap {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .style03 .mainBlock .block03__imageWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-left: var(--sp-side);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .style03 .mainBlock .block03__image01 {
    padding-top: 250px;
  }
}
@media screen and (max-width: 767px) {
  .style03 .mainBlock .block03__image01 {
    padding-top: 120px;
    width: 53.333vw;
  }
}
@media screen and (min-width: 768px) {
  .style03 .mainBlock .block03__image02 {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .style03 .mainBlock .block03__image02 {
    width: 36vw;
  }
}

.style04 .mainBlock__title {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .style04 .mainBlock__title {
    width: 33.333vw;
  }
}
.style04 .mainBlock__block--02 {
  width: 800px;
  margin: 0 0 0 auto;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .style04 .mainBlock__block--02 {
    width: 80vw;
    padding-bottom: 50px;
  }
}
.style04 .mainBlock__block--03 {
  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;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .style04 .mainBlock__block--03 {
    padding-bottom: 50px;
  }
}
.style04 .mainBlock .block03__left {
  width: 665px;
}
@media screen and (max-width: 767px) {
  .style04 .mainBlock .block03__left {
    width: 66.66vw;
  }
}
.style04 .mainBlock .block03__right {
  width: 295px;
}
@media screen and (max-width: 767px) {
  .style04 .mainBlock .block03__right {
    width: 29.33vw;
  }
}
.style04 .mainBlock__block--04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media screen and (min-width: 768px) {
  .style04 .mainBlock__block--04 {
    -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;
  }
}
@media screen and (max-width: 767px) {
  .style04 .mainBlock__block--04 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.style04 .mainBlock__block--04 .creditBlock {
  margin-left: var(--sp-side);
}
.style04 .mainBlock .block04__right {
  width: 450px;
}
@media screen and (max-width: 767px) {
  .style04 .mainBlock .block04__right {
    width: 80vw;
    margin: 0 auto;
  }
}/*# sourceMappingURL=style.css.map */