html,
body {
  font-family: "Noto Serif Display", serif;
  font-optical-sizing: auto;
  font-style: normal;
  width: 100%;
  font-size: 14px;
  overflow-x: hidden;
  transition: all 1.5s;
  letter-spacing: 0.05em;
  background-image: url(../images/b_wall.jpg);
  background-repeat: repeat-y;
  background-blend-mode: lighten;
  transition-duration: 0.5s;
  transition-timing-function: ease-in;
}
html.y_bg,
body.y_bg {
  background-image: url(../images/bg_wall.jpg) !important;
  transition-duration: 0.5s;
  transition-timing-function: ease-in;
}

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 .no-touch {
  pointer-events: none;
}
a .no-touch .buy {
  text-decoration: none;
}

.fade, .fade_down, .fade_left, .fade_right {
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999;
}

.fv {
  background-image: url(../images/sp_img.jpg);
  height: 100svh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  .fv {
    background-image: url(../images/pc_img.jpg);
  }
}
@media screen and (min-width: 769px) {
  .fv {
    height: 100vh;
  }
}
.fv .ttl {
  position: absolute;
  width: 73.8666666667%;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  .fv .ttl {
    width: 37.8333333333%;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 60%);
  }
}
.fv .ttl_logo {
  position: absolute;
  width: 28%;
  bottom: 3%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 769px) {
  .wrap, .wrap_gray {
    max-width: 600px;
    margin: 0 auto;
  }
}

.flex {
  display: flex;
}
.flex .left, .flex .right {
  width: 50%;
}

.credit {
  font-size: 14px;
  color: #454545;
  margin-top: 10px;
  line-height: 1.5;
}
.credit li {
  margin-bottom: 10px;
  white-space: nowrap;
}
.credit li:last-child {
  margin-bottom: 0;
}
.credit li a span {
  text-decoration: underline;
}
.credit li .com {
  color: #B2B2B2;
}
.credit li .com span {
  text-decoration: none;
}

.container {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.sec1 figure:nth-child(1), .sec2 figure:nth-child(1) {
  width: 84%;
  margin: 0 auto;
}
.sec1 figure:nth-child(2), .sec2 figure:nth-child(2) {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  width: 80%;
  margin: -5% auto 0;
}
.sec1 figure:nth-child(2) div, .sec2 figure:nth-child(2) div {
  width: 63%;
}
@media screen and (min-width: 769px) {
  .sec1 figure:nth-child(2), .sec2 figure:nth-child(2) {
    flex-direction: row;
    width: 80%;
    margin: -5.5% auto 0;
    gap: 10px;
  }
  .sec1 figure:nth-child(2) div, .sec2 figure:nth-child(2) div {
    width: 55%;
  }
}
.sec1 .credit, .sec2 .credit {
  width: 42%;
  text-align: right;
  padding-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .sec1 .credit, .sec2 .credit {
    width: 45%;
  }
}

.sec1 {
  padding-top: 30px;
}
@media screen and (min-width: 769px) {
  .sec1 {
    padding-top: 40px;
  }
}

.sec2 .credit {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .sec2 figure:nth-child(2) {
    display: block;
  }
}

.sec3 figure:nth-child(1) {
  width: 62.9333333333%;
  margin-right: 0;
  margin-left: auto;
}
.sec3 figure:nth-child(2) {
  width: 62.9333333333%;
  margin-left: 30px;
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .sec3 figure:nth-child(2) {
    margin-top: 60px;
  }
}
.sec3 figure:nth-child(2) .credit {
  text-align: right;
  margin-right: 10px;
}

.sec4 .img1, .sec4 .img3, .sec4 .img4 {
  width: 60%;
  margin-right: 0;
  margin-left: auto;
}
.sec4 .img1 .credit, .sec4 .img3 .credit, .sec4 .img4 .credit {
  text-align: right;
  margin-right: 10px;
}
.sec4 .img2 {
  width: 100%;
  margin: 30px 0;
}
@media screen and (min-width: 769px) {
  .sec4 .img2 {
    margin: 60px 0;
  }
}
.sec4 .img4 {
  margin-right: auto;
  margin-left: 0;
  margin-top: -10%;
}

.sec5 .img1 {
  width: 84%;
  margin: 0 auto;
}
.sec5 .flexbox {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .sec5 .flexbox {
    margin-top: 60px;
  }
}
.sec5 .flexbox .img2 {
  width: 40%;
  margin-bottom: 6%;
}
.sec5 .flexbox .img3 {
  width: 50.4%;
}
.sec5 .flexbox .img3 .credit {
  text-align: right;
  margin-right: 10px;
}

.sec6 .img1, .sec6 .img2, .sec6 .img3 {
  width: 61.3333333333%;
  margin-left: 30px;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .sec6 .img1, .sec6 .img2, .sec6 .img3 {
    margin-bottom: 20px;
  }
}
.sec6 .img4 {
  width: 80%;
  margin-left: auto;
  margin-right: 0;
}
.sec6 .img4 .credit {
  margin-left: 10px;
}

.sec7 {
  padding-bottom: 40px;
}
.sec7 .img1 {
  width: 58.1333333333%;
  margin-right: 30px;
  margin-left: auto;
}
.sec7 .img2, .sec7 .img3 {
  width: 68.5333333333%;
}
.sec7 .img2 {
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .sec7 .img2 {
    margin-top: 60px;
  }
}
.sec7 .img3 {
  margin-top: -5.5%;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .sec7 .img3 {
    margin-bottom: 60px;
  }
}
.sec7 .box {
  position: relative;
}
.sec7 .box .img4, .sec7 .box .img5, .sec7 .box .img6 {
  position: absolute;
}
.sec7 .box .img4 {
  width: 58.1333333333%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.sec7 .box .img5 {
  width: 34.9333333333%;
  top: 43.910806175%;
  left: 59.7333333333%;
}
.sec7 .box .img6 {
  width: 50.1333333333%;
  top: 57.461406518%;
}
.sec7 .box::before {
  content: "";
  display: block;
  padding-top: 155.4666666667%;
}
.sec7 .credit {
  margin-left: 10px;
}
.sec7 .credit li:nth-of-type(4) {
  margin-top: 20px;
}

.sec8 .container {
  padding-top: 0;
}
.sec8 .flexbox {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 17px;
  justify-content: flex-end;
}
.sec8 .flexbox .img2 {
  width: 42.1333333333%;
  margin-top: -9%;
}
.sec8 .flexbox .img3 {
  width: 50%;
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .sec8 .flexbox .img3 {
    margin-top: 80px;
  }
}
.sec8 .flexbox .img3 .credit {
  margin-left: 10px;
}

.sec9 .container {
  margin: 0 auto;
}
.sec9 .container .img1 {
  width: 48.5333333333%;
  margin-left: 8%;
}
.sec9 .container .img2 {
  width: 44.2666666667%;
  margin-right: 8%;
  margin-left: auto;
  margin-top: -18.018018018%;
}
.sec9 .img3 {
  width: 83.7333333333%;
  margin: 30px auto 0;
}
@media screen and (min-width: 769px) {
  .sec9 .img3 {
    margin: 60px auto 0;
  }
}
.sec9 .img3 .credit {
  text-align: right;
}

.sec10 .img_box {
  position: relative;
}
.sec10 .img_box figure {
  position: absolute;
}
.sec10 .img_box figure:nth-of-type(1) {
  top: 0;
  transition-timing-function: ease-in;
}
.sec10 .img_box figure:nth-of-type(2) {
  width: 83.7333333333%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition-delay: 1s;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
.sec10 .img_box::before {
  content: "";
  display: block;
  padding-top: 76.2666666667%;
}

.sec11 {
  width: 83.7333333333%;
  margin: 0 auto;
}
.sec11 .img1 {
  width: 59.5541401274%;
  z-index: 10;
  position: relative;
}
.sec11 .img2 {
  width: 80.8917197452%;
  margin: -20% auto 0;
}
.sec11 .img3 {
  width: 80.8917197452%;
  margin: 10px auto 0;
}
@media screen and (min-width: 769px) {
  .sec11 .img3 {
    margin: 20px auto 0;
  }
}
.sec11 .img3 .credit {
  text-align: right;
}

.sec12 .flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sec12 .flexbox figure {
  width: 50%;
}
.sec12 .flexbox figure:nth-of-type(2) {
  transition-delay: 0.2s;
  transition-duration: 1s;
  transition-timing-function: ease-in;
}
.sec12 .flexbox figure:nth-of-type(3) {
  transition-delay: 0.2s;
  transition-duration: 1s;
  transition-timing-function: ease-in;
}
.sec12 .credit {
  margin-left: 10px;
}
.sec12 .credit li:nth-of-type(4) {
  margin-top: 20px;
}

.sec13 .container {
  width: 84%;
  margin: 0 auto;
}
.sec13 .img_box {
  position: relative;
}
.sec13 figure:nth-of-type(1) {
  position: absolute;
  top: 0;
}
.sec13 figure:nth-of-type(2) {
  width: 80.6349206349%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition-delay: 1s;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
.sec13 .img_box::before {
  content: "";
  display: block;
  padding-top: 133.3333333333%;
}

.sec14 .container {
  padding-bottom: 80px;
}
@media screen and (min-width: 769px) {
  .sec14 .container {
    padding-bottom: 120px;
  }
}
.sec14 .img2 {
  width: 84%;
  margin: -10% auto 0;
}
.sec14 .img2 .credit {
  text-align: right;
}

.gra_bg {
  position: relative;
}
.gra_bg::after {
  content: "";
  height: 100%;
  min-height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  transition: all 1.5s;
}
.gra_bg.active::after {
  opacity: 1;
  transition: all 1.5s;
}

footer {
  background-image: url(../images/bg_wall_light.jpg);
  overflow: hidden;
  font-size: 14px;
}
footer .staff {
  padding: 120px 0;
  text-align: center;
  font-size: 12px;
  line-height: 2.5;
}
@media screen and (min-width: 769px) {
  footer .staff {
    padding: 220px 0;
  }
}
footer .btn {
  width: 84%;
  margin: 0 auto;
  text-align: center;
  padding: 22px 0;
  background-color: #DBDBDB;
}
@media screen and (min-width: 769px) {
  footer .btn {
    max-width: 600px;
  }
}
footer .insta {
  display: flex;
  justify-content: center;
  text-decoration: underline;
  align-items: end;
}
footer .insta span {
  display: block;
  max-width: 14px;
  margin-right: 3px;
}
footer .logo {
  margin: 70px auto 10px;
  max-width: 109px;
}
@media screen and (min-width: 769px) {
  footer .logo {
    margin: 95px auto 10px;
  }
}/*# sourceMappingURL=style.css.map */