html,
body {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  transition: all 1.6s ease 0s;
}
html.active,
body.active {
  overflow: hidden;
}

img {
  width: 100%;
  display: block;
}

@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: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999;
}

h2 {
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  writing-mode: vertical-rl;
  font-size: clamp(55px, 14.6666666667vw, 75px);
  line-height: 0.8;
}

.flex {
  display: flex;
}

.bg {
  background: linear-gradient(90deg, #000 3%, #000 3%, #fff 1%, #fff 100%);
  width: 100%;
}

.credit {
  font-size: 12.5px;
  width: 100%;
}
.credit li {
  margin-bottom: 10px;
}
.credit li:last-child {
  margin-bottom: 0;
}
.credit li a {
  white-space: nowrap;
  line-height: 1.5;
}
.credit li a span {
  margin-left: 10px;
  text-align: center;
  padding: 1px 3px;
  border: 1px solid #000;
}

.inner {
  width: clamp(325px, 86.6666666667vw, 700px);
  margin: 0 auto;
}

.stickey_wrapper {
  position: relative;
  z-index: 1;
}

.fv {
  position: sticky;
  top: 0;
  height: 100vh;
  z-index: 2;
}

.container {
  padding-top: 100vh;
  width: 100%;
  position: sticky;
  bottom: 0;
  z-index: 3;
  overflow-x: hidden;
}

footer {
  position: absolute;
  bottom: 0;
  z-index: 4;
}

.close {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #000;
  border-right: 0;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: -40px;
  cursor: pointer;
}

.open {
  cursor: pointer;
  position: fixed;
  top: 20px;
  right: 10px;
  z-index: 99;
  width: 30px;
  height: 15px;
}
.open span {
  width: 30px;
  height: 1px;
  background-color: #000;
  position: absolute;
}
.open span:nth-child(2) {
  bottom: 7px;
  width: 25px;
  right: 0;
}
.open span:nth-child(3) {
  bottom: 0;
}

.fixed_menu {
  transform: translateX(100%);
  transition: all 0.6s;
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  position: fixed;
  max-width: 350px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 100;
  right: 0;
}
.fixed_menu.active {
  transform: translateX(0);
  transition: all 0.6s;
}
.fixed_menu .fixed_container {
  width: 270px;
  margin: 0 20px 0 auto;
  position: relative;
}
.fixed_menu .top ul:nth-child(1) {
  margin-bottom: 8px;
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1.328fr;
  grid-template-rows: auto;
}
.fixed_menu .top ul:nth-child(1) li:first-child {
  grid-row: 1/span 2;
}
.fixed_menu .top ul:nth-child(2) {
  display: grid;
  gap: 8px;
  grid-template-columns: 1.328fr 1fr;
  grid-template-rows: auto;
}
.fixed_menu .top ul:nth-child(2) li:nth-child(1) {
  grid-row: 1/2;
  grid-column: 1/2;
}
.fixed_menu .top ul:nth-child(2) li:nth-child(3) {
  grid-row: 1/3;
  grid-column: 2/3;
}
.fixed_menu .bottom {
  font-size: 15px;
  margin-top: 20px;
}
.fixed_menu .bottom li {
  margin-bottom: 20px;
}
.fixed_menu .bottom li:last-child {
  margin: 0;
}

h2 {
  white-space: nowrap;
}

#sec1 {
  padding-top: 40px;
}
#sec1 .flex {
  gap: 25px;
  position: relative;
  z-index: 2;
  width: 100%;
}
#sec1 .left {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: clamp(200px, 53.3333333333vw, 361px);
}
#sec1 .bottom {
  margin-top: clamp(-150px, -10.4166666667vw, -270px);
}
#sec1 .wrap {
  position: relative;
  z-index: 1;
}
#sec1 .wrap figure {
  width: clamp(250px, 60vw, 453px);
  margin: 0 20px 0 auto;
}
#sec1 .wrap h2 {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 1;
}
#sec1 .sec1_4 {
  position: relative;
  z-index: 2;
  margin-top: -60px;
}
#sec1 .sec1_4 figure {
  width: clamp(200px, 53.3333333333vw, 360px);
}
#sec1 .sec1_5 {
  position: relative;
  width: clamp(200px, 53.3333333333vw, 360px);
  margin: -120px 0 0 auto;
}
#sec1 .sec1_5 .credit {
  margin-top: 10px;
}
#sec1 .bottom_flex {
  margin-top: 110px;
  justify-content: center;
}
#sec1 .bottom_flex h2 {
  margin-left: 10px;
}
#sec1 .bottom_flex .credit {
  width: fit-content;
  margin: 10px auto 0;
}

#sec2 {
  padding-top: 100px;
}
#sec2 .wrap {
  width: clamp(265px, 57.3333333333vw, 463px);
  margin: 0 auto;
  position: relative;
}
#sec2 .wrap figure {
  width: clamp(200px, 53.3333333333vw, 363px);
}
#sec2 .wrap h2 {
  position: absolute;
  right: 0;
  top: 0;
}
#sec2 .big {
  width: min(678px, 47.0833333333vw);
  margin: -150px auto 0;
}
#sec2 .bottom_wrap {
  flex-wrap: wrap;
  width: clamp(200px, 53.3333333333vw, 362px);
  margin: -150px auto 0;
  gap: 10px;
  justify-content: center;
}
#sec2 .credit {
  margin-top: 10px;
}

#sec3 {
  padding-top: 250px;
  position: relative;
  z-index: 2;
}
#sec3 .box {
  overflow: hidden;
}
#sec3 .p {
  width: clamp(220px, 58.6666666667vw, 400px);
  margin: 0 0 0 auto;
}
#sec3 .flex {
  margin-top: -40px;
  flex-wrap: wrap;
  gap: 10px;
}
#sec3 .flex figure {
  width: clamp(200px, 53.3333333333vw, 360px);
}
#sec3 .wrap {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
#sec3 .wrap h2 {
  text-align: right;
}
#sec3 .big {
  padding-top: 100px;
}

.bg_logo {
  position: relative;
}
.bg_logo .bg_logo_p {
  position: absolute;
  width: clamp(223px, 59.4666666667vw, 400px);
  transform: translateY(-50%);
  top: 45%;
  right: 0;
  z-index: 1;
}

#sec4 {
  position: relative;
  z-index: 2;
  padding-top: 75px;
}
#sec4 .flex {
  width: clamp(260px, 69.3333333333vw, 460px);
  gap: 10px;
}
#sec4 .flex .right {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
#sec4 .big_wrap {
  margin-top: 180px;
}
#sec4 .big_wrap figure:nth-of-type(1) {
  width: clamp(280px, 74.6666666667vw, 520px);
}
#sec4 .big_wrap figure:nth-of-type(2) {
  position: relative;
  width: clamp(200px, 53.3333333333vw, 360px);
  margin: -60px 0 0 auto;
}
#sec4 .big_wrap .wrap {
  margin: -150px 0 0 20px;
}
#sec4 .big_wrap .wrap figure {
  width: clamp(200px, 53.3333333333vw, 360px);
}
#sec4 .big_wrap .credit {
  margin-top: 10px;
}

#sec5 {
  padding-top: 100px;
}
#sec5 .flex {
  margin: 0 0 0 -150px;
  display: grid;
  min-width: 500px;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  align-items: flex-end;
}
#sec5 .credit {
  width: fit-content;
  margin: 10px auto 0;
}
#sec5 .big {
  margin-top: 100px;
}

#sec6 {
  padding-top: 120px;
  position: relative;
}
#sec6 .inner {
  position: relative;
}
#sec6 .bg_img {
  position: absolute;
  top: 50px;
  right: 0;
  width: clamp(280px, 74.6666666667vw, 520px);
}
#sec6 .flex {
  position: relative;
  gap: 10px;
}
#sec6 .flex .left {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: clamp(200px, 53.3333333333vw, 360px);
}
#sec6 .credit {
  margin-top: 10px;
}
#sec6 .bottom_wrap {
  margin-top: 150px;
}
#sec6 .bottom_wrap figure {
  width: clamp(200px, 53.3333333333vw, 360px);
  margin: 0 auto;
}
#sec6 .bottom_wrap .credit {
  width: fit-content;
  margin: 10px auto 0;
}
#sec6 .bottom_img {
  width: clamp(150px, 40vw, 275px);
  margin: 150px auto 0;
}

.footer {
  max-width: 240px;
  margin: 0 auto;
  padding: 175px 0 100px;
}
.footer .sns {
  display: flex;
  justify-content: space-between;
}
.footer .sns li {
  max-width: 40px;
}
.footer .logo {
  max-width: 130px;
  margin: 74px auto 30px;
}
.footer .copy {
  font-size: 10px;
  text-align: center;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  #sec1 .sec1_4 {
    width: 100vw;
    margin: -60px calc(50% - 50vw) 0;
  }
  #sec2 .big {
    width: 100vw;
    margin: -150px calc(50% - 50vw) 0;
  }
  #sec3 .p {
    margin: 0 -10px 0 auto;
  }
  #sec3 .wrap {
    justify-content: space-between;
  }
  #sec3 .big {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 0;
  }
  #sec4 .big_wrap {
    width: 100vw;
    margin: 90px calc(50% - 50vw) 0;
  }
  #sec5 .big {
    width: 100vw;
    margin: 100px calc(50% - 50vw) 0;
  }
}
@media screen and (min-width: 769px) {
  .bg_logo {
    max-width: 700px;
    margin: 0 auto;
  }
  .bg {
    background: linear-gradient(90deg, #000 2%, #000 2%, #fff 1%, #fff 100%);
  }
  #sec6 .bg_img {
    top: -50px;
  }
  footer .container {
    padding: 500px 0 220px;
  }
  footer .container .logo {
    margin: 180px auto 40px;
  }
  footer .container .copy {
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */