@charset "UTF-8";
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* フォント
*--------------------------------------*/
/*--------------------------------------*
* ブレイクポイント
*--------------------------------------*/
/*--------------------------------------*
* vw変換(SP用)
*--------------------------------------*/
/*--------------------------------------*
* vw変換(PC用)
*--------------------------------------*/
/*--------------------------------------*
* デフォルトスタイル
*--------------------------------------*/
html,
body {
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  font-family: "itc-american-typewriter", serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.3333333333;
}

img,
video,
object {
  width: 100%;
  border: none;
  display: block;
}

@media screen and (min-width: 958px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .spNone {
    display: none;
  }
}

@media screen and (min-width: 958px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .pcNone {
    display: block;
  }
}

.en {
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*--------------------------------------*
* aタグ
*--------------------------------------*/
a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  color: #000;
}
@media screen and (min-width: 958px) {
  a:hover {
    opacity: 0.6;
    transition: all 0.4s;
  }
}
a[href=""] {
  pointer-events: none;
}

/*--------------------------------------*
* ローディング
*--------------------------------------*/
#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999;
}

/*--------------------------------------*
* layout
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ヘッダー
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* フッター
*--------------------------------------*/
/*--------------------------------------*
* object
*--------------------------------------*/
/*-------------------
* component
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* コンテンツ幅
*--------------------------------------*/
/*-------------------
* project
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
.fv {
  height: 100vh;
  position: relative;
}
.fv .fv_image img {
  object-fit: cover;
  height: 100%;
  object-position: top;
}

@media screen and (max-width: 960px) {
  .fv h1 {
    width: 66.6666666667vw;
    position: absolute;
    translate: -50% -50%;
    top: 50%;
    left: 50%;
  }
}
@media screen and (min-width: 958px) {
  .fv h1 {
    width: 31.25vw;
    position: absolute;
    translate: 0 -50%;
    top: 50%;
    left: 11.8055555556vw;
  }
}
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* セクション共通
*--------------------------------------*/
.section_title {
  font-size: 3.6vw;
}

.credit_card {
  position: relative;
}
.credit_card .credit {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
}

.grid.grid1 {
  display: grid;
  width: 98vw;
  gap: 2vw;
  grid-template-columns: 1fr 1fr;
  position: relative;
  z-index: 10;
}

.snap,
.snap_top {
  clip-path: inset(0 0 100% 0);
  transition: all 0.5s;
}
.snap.active,
.snap_top.active {
  clip-path: inset(0);
  transition: all 0.5s;
}

.sec1 {
  width: 86.6666666667vw;
  margin: 0 auto 40vw;
  padding-top: 28.1333333333vw;
  position: relative;
}
.sec1 .snap_top {
  width: 49.2vw;
  position: absolute;
  right: -4vw;
  top: -25.3333333333vw;
  z-index: 5;
}
.sec1 .section_title {
  padding-bottom: 2.9333333333vw;
}

.sec2 {
  margin: 0 auto 40vw;
}
.sec2 .credit_card {
  width: 80vw;
  margin: -14.6666666667vw 0 0 0;
}
.sec2 .number {
  width: 20.1333333333vw;
  margin: -0.4vw 0 5.3333333333vw;
}
.sec2 .section_title {
  margin-bottom: 6vw;
}

.sec3 {
  width: 100vw;
  margin: 0 auto 40vw;
  position: relative;
}
.sec3 .image {
  width: 80vw;
  margin: 0 0 20vw 6.6666666667vw;
  position: relative;
}
.sec3 .image h2 {
  position: absolute;
  left: 4vw;
  bottom: 4vw;
  color: #fff;
}
.sec3 .snap {
  width: 49.6vw;
  position: absolute;
  right: 1.6vw;
  top: 68.5333333333vw;
  z-index: 5;
}
.sec3 .credit_card {
  display: flex;
  gap: 1.2vw;
}

.sec4,
.sec15 {
  width: 100vw;
  margin: 0 auto;
}
.sec4 .number,
.sec15 .number {
  width: 23.7333333333vw;
  margin-inline: auto;
}
.sec4 .section_title,
.sec15 .section_title {
  text-align: center;
  padding: 9.3333333333vw 0;
}
.sec4 .grid,
.sec15 .grid {
  display: grid;
  gap: 2.6666666667vw;
}
.sec4 .grid img,
.sec15 .grid img {
  width: 60vw;
  margin-inline: auto;
  position: relative;
}
.sec4 .grid .plus_inner,
.sec15 .grid .plus_inner {
  position: relative;
}
.sec4 .plus.none,
.sec15 .plus.none {
  right: 24vw;
}

.sec4 {
  margin: 0 auto 40vw;
}

.sec5,
.sec6,
.sec12,
.sec13 {
  border: 0.9333333333vw solid #000;
  width: 80vw;
  margin-inline: auto;
}
.sec5 .section_title,
.sec6 .section_title,
.sec12 .section_title,
.sec13 .section_title {
  z-index: 10;
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  writing-mode: vertical-rl;
  right: 2.6666666667vw;
  text-align: center;
}
.sec5 .number,
.sec6 .number,
.sec12 .number,
.sec13 .number {
  z-index: 10;
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  writing-mode: vertical-rl;
  left: 2.6666666667vw;
}

.sec5,
.sec12 {
  margin-bottom: 6.6666666667vw;
}

.sec6,
.sec13 {
  margin: 0 auto 40vw;
}

.sec7 .credit_card .section_title {
  position: absolute;
  left: 2.6666666667vw;
  top: 16vw;
}
.sec7 .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.loop_slider {
  position: sticky;
  top: 0;
  height: 100vh;
  z-index: -1;
}
.loop_slider .swiper-slide {
  height: 100vh;
}
.loop_slider .fade_slider img {
  object-fit: cover;
  height: 100%;
}

.sec8 {
  width: 80vw;
  margin: 40vw auto 40vw;
}
.sec8 .section_title {
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  writing-mode: vertical-rl;
  right: 2.6666666667vw;
  text-align: center;
  white-space: nowrap;
}

.sec9 .grid {
  margin: 0 0 0 auto;
}
.sec9 .grid .number {
  width: 24vw;
  margin: 10.6666666667vw 0 3.3333333333vw;
}
.sec9 .grid .section_title {
  padding-bottom: 2.6666666667vw;
}
.sec9 .credit_card {
  margin-top: -10.6666666667vw;
}

.sec10 {
  width: 80vw;
  margin: 40vw auto 40vw;
}
.sec10 .section_title {
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  writing-mode: vertical-rl;
  right: 2.6666666667vw;
  text-align: center;
  white-space: nowrap;
}

.sec11 {
  margin: 0 0 40vw;
}
.sec11 .image {
  position: sticky;
  height: 100vh;
  top: 0;
  z-index: -1;
}
.sec11 .image img {
  height: 100%;
  object-fit: cover;
}
.sec11 .number {
  width: 9.7333333333vw;
  position: absolute;
  left: 4vw;
  bottom: 5.3333333333vw;
}

.sec12 .number {
  width: 7.2vw;
}
.sec12 .section_title {
  color: #fff;
}

.sec13 .number {
  width: 10.2666666667vw;
}

.sec14 {
  position: relative;
  margin: 0 0 53.3333333333vw;
}
.sec14 .snap {
  width: 49.0666666667vw;
  position: absolute;
  bottom: -38.1333333333vw;
  left: 4vw;
  z-index: 5;
}

footer {
  margin-top: 60vw;
}

@media screen and (max-width: 960px) {
  .sec11 .bottom_wrap {
    height: 100vh;
    display: flex;
    align-items: center;
  }
  .sec11 .bottom_wrap .inner {
    width: 100%;
    display: grid;
    gap: 4.5333333333vw;
  }
  .sec11 .bottom_wrap > div img {
    width: 60vw;
  }
  .sec11 .bottom_wrap .img1 img {
    margin: 0 auto 0 6.6666666667vw;
  }
  .sec11 .bottom_wrap .img2 img {
    margin: 0 6.6666666667vw 0 auto;
  }
  .sec11 .plus_inner {
    position: relative;
    width: 60vw;
  }
  .sec11 .plus.none {
    right: 1.3333333333vw;
  }
}
@media screen and (min-width: 958px) {
  .section_title {
    font-size: 1.6666666667vw;
  }
  .sec1 {
    margin: 0 auto 20.8333333333vw;
    width: 45.1388888889vw;
    padding-top: 14.6527777778vw;
  }
  .sec1 .snap_top {
    width: 21.0416666667vw;
    right: -10.1388888889vw;
    top: -6.9444444444vw;
  }
  .sec1 .section_title {
    padding-bottom: 1.3888888889vw;
  }
  .sec2 {
    margin: 0 auto 20.8333333333vw;
    width: 52.0833333333vw;
  }
  .sec2 .grid.grid1 {
    width: 51.0416666667vw;
    gap: 1.0416666667vw;
  }
  .sec2 .credit_card {
    width: 41.6666666667vw;
    margin: -7.6388888889vw 0 0 0;
  }
  .sec2 .number {
    width: 10.4861111111vw;
    margin: -0.2083333333vw 0 2.7777777778vw;
  }
  .sec2 .section_title {
    margin-bottom: 4.1666666667vw;
  }
  .sec3 {
    margin: 0 auto 20.8333333333vw;
    width: 57.9166666667vw;
  }
  .sec3 .image {
    width: 41.6666666667vw;
    margin: 0 0 10.4166666667vw 6.5277777778vw;
  }
  .sec3 .image h2 {
    left: 2.0833333333vw;
    bottom: 2.0833333333vw;
  }
  .sec3 .snap {
    width: 21.5277777778vw;
    right: 0.1388888889vw;
    top: 38.9583333333vw;
  }
  .sec3 .credit_card {
    gap: 0.6944444444vw;
  }
  .sec4,
  .sec15 {
    width: 52.0833333333vw;
  }
  .sec4 .section_title,
  .sec15 .section_title {
    padding: 4.8611111111vw 0;
  }
  .sec4 .grid,
  .sec15 .grid {
    justify-content: center;
    gap: 1.0416666667vw;
  }
  .sec4 .grid img,
  .sec15 .grid img {
    width: 31.25vw;
  }
  .sec4 .grid .plus_inner,
  .sec15 .grid .plus_inner {
    width: 31.25vw;
  }
  .sec4 .number,
  .sec15 .number {
    width: 13.5416666667vw;
  }
  .sec4 {
    margin: 0 auto 20.8333333333vw;
  }
  .sec5,
  .sec6,
  .sec12,
  .sec13 {
    border: 0.4861111111vw solid #000;
    width: 41.6666666667vw;
  }
  .sec5 .section_title,
  .sec6 .section_title,
  .sec12 .section_title,
  .sec13 .section_title {
    right: 1.3888888889vw;
  }
  .sec5 .number,
  .sec6 .number,
  .sec12 .number,
  .sec13 .number {
    left: 1.3888888889vw;
  }
  .sec5,
  .sec12 {
    margin-bottom: 3.4722222222vw;
  }
  .sec6,
  .sec13 {
    margin: 0 auto 20.8333333333vw;
  }
  .sec7 .credit_card .section_title {
    left: 3.4722222222vw;
    top: 9.9305555556vw;
  }
  .sec7 .grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .sec7 .grid li:nth-child(2) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .sec7 .grid li:nth-child(5) {
    grid-column: 3/4;
    grid-row: 1/2;
  }
  .sec8 {
    margin: 0 auto 20.8333333333vw;
    width: 41.6666666667vw;
  }
  .sec8 .section_title {
    right: 1.3888888889vw;
  }
  .sec9 {
    width: 52.0833333333vw;
    margin: 0 auto 20.8333333333vw;
  }
  .sec9 .grid {
    width: 52.0833333333vw;
  }
  .sec9 .grid .number {
    width: 12.5vw;
    margin: 5.5555555556vw 0 1.7361111111vw;
  }
  .sec9 .grid .section_title {
    padding-bottom: 1.3888888889vw;
  }
  .sec9 .credit_card {
    margin-top: -5.5555555556vw;
  }
  .sec10 {
    margin: 0 auto 20.8333333333vw;
    width: 41.6666666667vw;
  }
  .sec10 .section_title {
    right: 1.3888888889vw;
  }
  .sec11 {
    margin: 0 auto 13.8888888889vw;
  }
  .sec11 .bottom_wrap .inner {
    width: 65.9722222222vw;
    margin: 0 auto;
    display: grid;
    gap: 4.5333333333vw;
  }
  .sec11 .bottom_wrap .img1,
  .sec11 .bottom_wrap .img2 {
    width: 31.25vw;
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    align-items: center;
  }
  .sec11 .bottom_wrap .img2 {
    margin: 0 0 0 auto;
  }
  .sec11 .number {
    width: 5.0694444444vw;
    left: 3.4722222222vw;
    bottom: inherit;
    translate: 0 -50%;
    top: 50%;
  }
  .sec11 .section_title {
    writing-mode: vertical-lr;
    position: absolute;
    translate: 0 -50%;
    top: 50%;
    right: 3.4722222222vw;
    color: #fff;
  }
  .sec12 .number {
    width: 3.75vw;
  }
  .sec13 .number {
    width: 5.3472222222vw;
  }
  .sec14 {
    margin: 0 auto 27.7777777778vw;
    width: 52.0833333333vw;
  }
  .sec14 .snap {
    width: 19.9305555556vw;
    translate: -50% 0;
    left: 50%;
    bottom: -13.1944444444vw;
  }
  footer {
    margin-top: 38.1944444444vw;
  }
  .loop_slider {
    margin-bottom: 20.8333333333vw;
  }
}
/*--------------------------------------*
* foundation
*--------------------------------------*/
.credit_card {
  cursor: pointer;
  position: relative;
  font-size: 13px;
}
.credit_card .credit {
  position: absolute;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.credit_card .credit ul {
  width: fit-content;
  max-width: 280px;
  margin: 0 auto 10.4166666667vw;
}
.credit_card .credit li:not(li:last-child) {
  margin-bottom: 4vw;
}
.credit_card .credit li a {
  text-align: center;
  color: #fff;
  line-height: 1.3;
  text-decoration: underline;
}
.credit_card .credit li span {
  border: 1px solid #fff;
  padding: 0 5px;
  white-space: nowrap;
}
.credit_card .plus {
  transition: all 0.4s;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}
.credit_card .plus:before, .credit_card .plus:after {
  content: "";
  translate: -50% -50%;
  left: 50%;
  top: 50%;
  background-color: #fff;
  position: absolute;
}
.credit_card .plus:before {
  width: 20px;
  height: 1px;
}
.credit_card .plus:after {
  width: 1px;
  height: 20px;
}
.credit_card .plus.none.active {
  opacity: 0;
}
.credit_card.active > .plus {
  rotate: 45deg;
  transition: all 0.4s;
}
.credit_card.open > .plus {
  rotate: 45deg;
  transition: all 0.4s;
}

@media screen and (min-width: 958px) {
  .credit_card .credit ul {
    margin-bottom: 10.4166666667vw;
  }
  .credit_card .credit li:not(li:last-child) {
    margin-bottom: 1.3888888889vw;
  }
}/*# sourceMappingURL=style.css.map */