@font-face {
  font-family: "NotoSansJP";
  src: url(../font/NotoSansJP-Regular.otf);
}
@font-face {
  font-family: "Inter";
  src: url(../font/Inter-VariableFont_slnt\,wght.ttf);
}
@font-face {
  font-family: "LexendGiga";
  src: url(../font/LexendGiga-VariableFont_wght.ttf);
}
html,
body {
  font-family: "Inter";
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  background-color: #FDF3F6;
  color: #507EE8;
}

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: #507EE8;
}
a.no-touch {
  pointer-events: none;
}
a.no-touch .buy {
  text-decoration: none;
  border-bottom: none !important;
}

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

.container {
  width: 87%;
  margin: 0 auto;
  max-width: 1120px;
}

.bg_white {
  background-color: #fff;
}

.bg_blue {
  background-color: #507EE8;
}

.bg_pink {
  background-color: #FDF3F6;
}

.bg_bluewhite {
  background-color: #fff;
}

.bg_bluepink {
  background-color: #FDF3F6;
}

.title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fv .box {
  height: 100vh;
  background: url(../img/item1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 70%;
}
@media screen and (min-width: 769px) {
  .fv .box {
    background: url(../img/pc1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
}
.fv .bottom {
  overflow: hidden;
}
.fv .container {
  width: 100%;
  max-width: 100%;
}
.fv .box {
  position: relative;
}
.fv .box h1 {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 15%;
  left: 50%;
  width: 65%;
}
@media screen and (min-width: 769px) {
  .fv .box h1 {
    top: 50%;
    left: 30%;
    width: 30%;
  }
}

.sec .bg {
  background-color: #fff;
}
.sec .flex {
  display: flex;
  flex-wrap: wrap;
  padding: 25px 0 110px;
}
@media screen and (max-width: 768px) {
  .sec .flex .left_wrap {
    order: 2;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
  }
  .sec .flex .left_wrap h2 {
    width: 65%;
  }
  .sec .flex .left_wrap .credit {
    width: 35%;
    max-width: 200px;
  }
  .sec .flex .center_wrap {
    order: 0;
  }
  .sec .flex .right_wrap {
    order: 1;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 769px) {
  .sec .flex {
    padding: 100px 0;
  }
  .sec .flex .left_wrap {
    width: 20%;
  }
  .sec .flex .left_wrap .credit {
    margin-top: 188%;
  }
  .sec .flex .center_wrap {
    width: 40%;
  }
  .sec .flex .right_wrap {
    width: 40%;
  }
}
.sec h2 {
  font-size: 92px;
  margin-left: -10px;
  font-family: "LexendGiga";
  font-weight: 200;
}
.sec h2 span {
  width: 35%;
  display: block;
  margin-left: 10px;
  max-width: 45px;
}

@media screen and (min-width: 769px) {
  .sec2 .blue {
    padding: 8%;
  }
}

.sec4 .flex .left_wrap .credit {
  width: 50%;
}
@media screen and (min-width: 769px) {
  .sec4 .flex .left_wrap .credit {
    width: 100%;
  }
  .sec4 .flex .left_wrap .credit li a {
    width: 70%;
  }
}

.credit li a {
  font-size: 11px;
  display: flex;
  justify-content: center;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .credit li a {
    margin-right: 50%;
  }
}
.credit li a.active::after {
  content: "";
  background-color: #507EE8;
  position: absolute;
  width: 10px;
  height: 10px;
  left: -15px;
  border-radius: 50px;
}
.credit li a .buy {
  border-bottom: 1px solid #507EE8;
}

.credit li:last-child a {
  margin-bottom: 0;
}

.blue {
  padding: 7.8%;
  background-color: #507EE8;
}
@media screen and (min-width: 769px) {
  .blue {
    padding: 7.5%;
  }
}

.scroll {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.scroll .container {
  display: flex;
  margin: 0 auto;
  max-width: 900px;
  width: 80%;
  position: relative;
  height: 700px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .scroll .container {
    height: 800px;
  }
}
.scroll .container .side-scroll-list {
  display: flex;
  gap: 20px;
}
@media screen and (min-width: 769px) {
  .scroll .container .side-scroll-list {
    gap: 14px;
  }
}
.scroll .container .side-scroll-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 265px;
}
@media screen and (min-width: 769px) {
  .scroll .container .side-scroll-list li {
    width: 300px;
    margin-left: 14px;
  }
}
.scroll .container .side-scroll-list li:first-child {
  padding-left: 55px;
}
.scroll .container .side-scroll-list li:last-child {
  padding-right: 55px;
}

@media screen and (min-width: 769px) {
  .sec2 .flex .left_wrap .credit, .sec6 .flex .left_wrap .credit, .sec7 .flex .left_wrap .credit {
    margin-top: 160%;
  }
}

@media screen and (min-width: 769px) {
  .sec3 .flex .left_wrap .credit, .sec5 .flex .left_wrap .credit {
    margin-top: 172%;
  }
}

.sec5 .flex {
  padding: 110px 0;
}

footer {
  font-size: 10px;
}
footer .container {
  padding: 50px 0 35px;
  width: 93%;
  margin: 0 auto;
  max-width: 1234px;
}
@media screen and (min-width: 769px) {
  footer .container {
    padding: 80px 0 75px;
  }
}
footer .ja {
  font-family: "NotoSansJP";
  padding-bottom: 5px;
}
footer .staff_credit {
  margin-bottom: 25px;
  padding-top: 5px;
}
footer .staff_credit li {
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  footer .link_wrap {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  footer .link_wrap {
    display: flex;
  }
}
footer .link_wrap li {
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  footer .link_wrap li {
    padding-right: 30px;
    margin-bottom: 5px;
    font-size: 13px;
    position: relative;
  }
  footer .link_wrap li::after {
    content: "/";
    position: absolute;
    color: #507EE8;
    font-size: 13px;
    right: 0;
    top: 0;
    width: 15px;
  }
  footer .link_wrap li:last-child::after {
    display: none;
  }
}
footer .copy {
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  footer .copy {
    margin-top: 8px;
    margin-bottom: 20px;
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  footer .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  }
}
footer .text {
  width: 400px;
}/*# sourceMappingURL=style.css.map */