html,
body {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  transition: all 1.6s ease 0s;
  background-color: #fff;
}

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

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

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

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

#loading-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999;
}
#loading-bg .text_slider1 {
  opacity: 0;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #loading-bg {
    max-height: 100svh;
  }
}

header {
  position: fixed;
  top: 21px;
  left: 20px;
  font-size: 11px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  header {
    left: 15px;
  }
}

.slider_wrap {
  height: 100vh;
  position: relative;
  z-index: 10;
}
.slider_wrap svg {
  fill: #fff;
}
@media screen and (max-width: 768px) {
  .slider_wrap {
    max-height: 100svh;
    min-height: 100svh;
  }
}

.text_slider1 {
  width: 100%;
  position: absolute;
  transform: translateY(-50%);
  top: 53%;
}

.text_slider1 .swiper-wrapper,
.text_slider2 .swiper-wrapper {
  transition-timing-function: linear !important;
}

.sticky_container {
  height: 230vh;
}
@media screen and (max-width: 768px) {
  .sticky_container {
    height: calc(200svh + 100px);
    min-height: 1340px;
  }
}

.sticky {
  position: sticky;
  top: 0;
}

.ja {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.fv {
  margin-top: -100vh;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .fv {
    margin-top: -100svh;
    max-height: 100svh;
    min-height: 100svh;
  }
}
.fv .swiper-slide {
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .fv .swiper-slide {
    max-height: 100svh;
    min-height: 100svh;
  }
}
.fv .bg1,
.fv .bg2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .fv .bg1,
  .fv .bg2 {
    background-position: top center;
    max-height: 100svh;
    min-height: 100svh;
  }
}
.fv .bg1 {
  background-image: url(../images/fv1_pc.jpg);
}
@media screen and (max-width: 768px) {
  .fv .bg1 {
    background-image: url(../images/fv1_sp.jpg);
  }
}
.fv .bg2 {
  background-image: url(../images/fv2_pc.jpg);
}
@media screen and (max-width: 768px) {
  .fv .bg2 {
    background-image: url(../images/fv2_sp.jpg);
  }
}
.fv .logo {
  position: absolute;
  right: 20px;
  bottom: 30px;
  width: min(140px, 10.2489019034vw);
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .fv .logo {
    width: 33.3333333333vw;
  }
}

.bg {
  background-color: #a7a7a7;
  margin-top: -1px;
}

.inner {
  max-width: 1920px;
  margin: 0 auto;
}

.bg .inner {
  position: relative;
  max-width: 1366px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .bg .inner {
    padding-bottom: min(200px, 14.6412884334vw);
  }
}
@media screen and (max-width: 768px) {
  .bg .inner {
    padding-bottom: max(80px, 5.8565153734vw);
  }
}

.text {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .text {
    font-size: min(15px, 1.0980966325vw);
    line-height: 2;
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  .text {
    line-height: 1.8571428571;
    font-size: max(14px, 3.7333333333vw);
    padding: max(80px, 21.3333333333vw) 0;
    margin: 0 auto;
    width: max(335px, 89.3333333333vw);
  }
}
@media screen and (min-width: 769px) {
  .text .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .text .spNone {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .text .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .text .pcNone {
    display: block;
  }
}
.text p {
  display: flex;
  overflow: hidden;
  vertical-align: top;
}
.text p span {
  display: block;
}
.text.text3 p {
  justify-content: right;
  text-align: right;
}

@media screen and (min-width: 769px) {
  .text1 {
    top: min(400px, 29.2825768668vw);
    left: min(410px, 30.0146412884vw);
  }
  .text2 {
    margin-top: min(114px, 8.345534407vw);
    right: min(210px, 15.3733528551vw);
  }
  .text3 {
    bottom: min(324px, 23.7188872621vw);
    right: min(114px, 8.345534407vw);
  }
}
@media screen and (max-width: 768px) {
  .text1 {
    padding: 0 0 80px;
  }
}
.bg .text {
  color: #fff;
}

.sticky_container {
  position: relative;
}
.sticky_container:after {
  content: "";
  width: 100%;
  height: 100vh;
  position: absolute;
  background-color: #a7a7a7;
  bottom: 0;
}
.sticky_container .sticky.bg {
  z-index: 10;
  background: none;
}
@media screen and (min-width: 769px) {
  .sticky_container .sticky.bg {
    padding-top: 30vh;
  }
}

.sec1 {
  height: 120vh;
  display: flex;
  align-items: center;
}
.sec1 .img1 {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .sec1 .img1 {
    width: min(658px, 48.1698389458vw);
  }
}
@media screen and (max-width: 768px) {
  .sec1 .img1 {
    max-width: 335px;
    margin: 0 auto;
  }
}

.img2 {
  width: min(1115px, 81.6251830161vw);
  margin: 0 0 0 auto;
}
@media screen and (min-width: 769px) {
  .img2 {
    padding: min(420px, 30.7467057101vh) 0 0 0;
    margin: -2px 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .img2 {
    width: max(326px, 86.9333333333vw);
  }
}

.img3 {
  width: min(480px, 35.1390922401vw);
  margin: 0 auto 0 min(180px, 13.17715959vw);
}
@media screen and (min-width: 769px) {
  .img3 {
    margin-top: max(-80px, -21.3333333333vw);
  }
}
@media screen and (max-width: 768px) {
  .img3 {
    width: max(288px, 76.8vw);
    margin: 0 auto 0 0;
  }
}

.box1 {
  position: relative;
}
.box1 .text_img {
  position: absolute;
  z-index: 10;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.box1 .text_img li:nth-child(1) {
  width: min(336px, 24.5973645681vw);
}
@media screen and (max-width: 768px) {
  .box1 .text_img li:nth-child(1) {
    width: max(244px, 65.0666666667vw);
  }
}
.box1 .text_img li:nth-child(2) {
  width: min(215px, 15.7393850659vw);
  margin: min(22px, 1.6105417277vw) auto 0;
}
@media screen and (max-width: 768px) {
  .box1 .text_img li:nth-child(2) {
    margin: min(18px, 4.8vw) auto 0;
    width: max(156px, 41.6vw);
  }
}
.box1 .img4 {
  overflow: hidden;
}

.text4 {
  position: inherit;
  font-size: clamp(16px, 4.2666666667vw, 20px);
}
@media screen and (min-width: 769px) {
  .text4 {
    margin: min(180px, 13.17715959vw) auto;
  }
}
@media screen and (max-width: 768px) {
  .text4 {
    padding: min(100px, 26.6666666667vw) 0;
  }
}
.text4 p {
  justify-content: center;
}

.img6 {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .img6 {
    width: max(329px, 87.7333333333vw);
  }
}
@media screen and (min-width: 769px) {
  .img6 {
    width: min(827px, 60.541727672vw);
  }
}

.img7 {
  width: max(305px, 81.3333333333vw);
  margin: min(-130px, -34.6666666667vw) 0 0 auto;
}
@media screen and (min-width: 769px) {
  .img7 {
    margin: max(-350px, -25.6222547584vw) auto 0;
    width: min(650px, 47.5841874085vw);
  }
}

.box2 {
  position: relative;
}
@media screen and (min-width: 769px) {
  .box2 {
    padding-bottom: min(200px, 14.6412884334vw);
  }
}
.box2:after {
  content: "";
  width: 100%;
  height: 68%;
  background-color: #a7a7a7;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.box2 .fade_slider {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .box2 .fade_slider {
    width: max(232px, 61.8666666667vw);
    margin: 0 auto;
    padding: max(80px, 21.3333333333vw) 0 0 0;
  }
}
@media screen and (min-width: 769px) {
  .box2 .fade_slider {
    width: min(537px, 39.3118594436vw);
    margin: max(-100px, -7.3206442167vw) 0 0 auto;
  }
}
.box2 .text5 {
  color: #fff;
  font-size: clamp(18px, 4.8vw, 20px);
}
.box2 .text5 p {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .box2 .text5 {
    text-align: center;
    margin: 0 auto;
    width: fit-content;
  }
}
@media screen and (min-width: 769px) {
  .box2 .text5 {
    position: absolute;
    bottom: min(468px, 34.2606149341vw);
    left: min(230px, 16.8374816984vw);
  }
}

@media screen and (max-width: 768px) {
  .anim2 {
    margin: min(150px, 40vw) auto;
  }
}
@media screen and (min-width: 769px) {
  .anim2 {
    margin: min(160px, 11.7130307467vw) 0 min(160px, 11.7130307467vw) auto;
    width: 50%;
    position: absolute;
    right: 0;
  }
}
.anim2 li:nth-child(1) {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .anim2 li:nth-child(1) {
    width: min(207px, 55.2vw);
  }
}
@media screen and (min-width: 769px) {
  .anim2 li:nth-child(1) {
    width: max(311px, 22.7672035139vw);
  }
}
@media screen and (max-width: 768px) {
  .anim2 li:nth-child(2) {
    margin: min(15px, 4vw) auto 0;
    width: min(203px, 54.1333333333vw);
  }
}
@media screen and (min-width: 769px) {
  .anim2 li:nth-child(2) {
    width: max(305px, 22.3279648609vw);
    margin: max(5px, 0.3660322108vw) auto 0;
  }
}

@media screen and (min-width: 769px) {
  .img5 .plus:before, .img5 .plus:after {
    background-color: #000;
  }
}

@media screen and (min-width: 769px) {
  .img5.active .plus {
    margin-top: max(-200px, -14.6412884334vw);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 55%;
    bottom: inherit;
    right: inherit;
    transition: all 0s;
  }
  .img5.active .plus.active {
    transition: all 0s;
    transform: translate(0) rotate(45deg);
    top: 30%;
    left: 60%;
    margin: 0;
  }
}

@media screen and (min-width: 769px) {
  .img12.active .plus {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 49%;
    bottom: inherit;
    right: inherit;
    transition: all 0s;
    margin-top: max(-220px, -16.1054172767vw);
    margin-left: min(100px, 7.3206442167vw);
  }
  .img12.active .plus:before, .img12.active .plus:after {
    background-color: #000;
  }
}

.img8 {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .img8 {
    width: 50%;
    margin: max(300px, 21.9619326501vw) auto 0 0;
  }
}

.credit_btn {
  position: relative;
  overflow: hidden;
}
.credit_btn.active .plus {
  transform: rotate(45deg);
  transition: all 0.4s;
}

.credit {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}
.credit ul {
  width: 230px;
  margin: 0 auto;
  position: relative;
  font-size: 12px;
  line-height: 1.5;
}
.credit li {
  margin-bottom: 15px;
}
.credit li a {
  display: flex;
  gap: 10px;
  color: #000;
  align-items: flex-start;
  white-space: nowrap;
  justify-content: space-between;
}
.credit li .bold {
  font-weight: bold;
  display: contents;
}
.credit li .buy {
  text-decoration: underline;
  font-size: 12px;
}
.credit li .com {
  text-decoration: none;
}

.plus {
  position: absolute;
  width: 20px;
  height: 20px;
  padding: 10px;
  right: 0;
  bottom: 0;
  cursor: pointer;
  transition: all 0.4s;
}
@media screen and (min-width: 769px) {
  .plus {
    padding: 15px;
  }
}
.plus:before, .plus:after {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background-color: #fff;
}
.plus:before {
  width: 20px;
  height: 1px;
}
.plus:after {
  height: 20px;
  width: 1px;
}

.black .plus:before, .black .plus:after {
  background-color: #000;
}

.box3 {
  position: relative;
}
.box3 .img10 {
  position: sticky;
  top: -1px;
}
@media screen and (min-width: 769px) {
  .box3 .img10 {
    height: 100vh;
    overflow: hidden;
  }
}
.box3 .img11 {
  position: sticky;
  z-index: 3;
  top: 0;
}
@media screen and (min-width: 769px) {
  .box3 .img11 {
    width: min(640px, 46.8521229868vw);
    left: min(115px, 8.4187408492vw);
    margin-bottom: -50vh;
    top: 50%;
  }
}
.box3 .text_slider2 {
  position: sticky;
  z-index: 5;
  width: 100%;
  bottom: -3px;
}
@media screen and (min-width: 769px) {
  .box3 .text_slider2 {
    position: absolute;
    bottom: -5px;
  }
}

.img12 {
  margin: max(140px, 37.3333333333vw) 0;
}
@media screen and (min-width: 769px) {
  .img12 {
    margin: calc(50vh + 600px) 0 min(280px, 20.4978038067vw);
  }
}

.box4 {
  position: relative;
  width: min(293px, 78.1333333333vw);
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .box4 {
    width: max(617px, 45.168374817vw);
  }
}
.box4 .logo1 {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: max(-24px, -6.4vw);
  width: min(257px, 68.5333333333vw);
}
@media screen and (min-width: 769px) {
  .box4 .logo1 {
    width: max(535px, 39.1654465593vw);
    top: min(-55px, -4.0263543192vw);
  }
}
.box4 .logo2 {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: max(-32px, -8.5333333333vw);
  width: min(257px, 68.5333333333vw);
}
@media screen and (min-width: 769px) {
  .box4 .logo2 {
    width: max(617px, 45.168374817vw);
    bottom: min(-80px, -5.8565153734vw);
  }
}

footer {
  padding: 250px 0 40px;
  font-size: 12px;
  line-height: 1.3333333333;
  width: min(335px, 33500vw);
  margin: 0 auto;
}
footer .staff_credit {
  margin-top: 40px;
}
footer .copy {
  padding-top: 40px;
}
footer a {
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  footer {
    width: fit-content;
    padding: 250px 0 140px;
    margin: 0 auto 0 max(60px, 4.39238653%);
  }
}

.img11 .plus {
  top: 0;
}/*# sourceMappingURL=style.css.map */