html,
body {
  font-family: "dunbar-low", sans-serif;
  font-weight: 300;
  font-style: normal;
  width: 100%;
  font-size: 16px;
  overflow-x: hidden;
  transition: all 1.5s;
  letter-spacing: 0.05em;
}
html.y_bg,
body.y_bg {
  background-color: #FAE1B8;
  transition: all 1.5s;
}

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;
}

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

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

.credit {
  font-size: 11px;
  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;
}

.read {
  color: #454545;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px auto 0;
  font-size: 11px;
  max-width: 400px;
  font-family: "Noto Sans Japanese", sans-serif;
  line-height: 2.5;
  text-align: center;
}

.sec1 .container {
  padding: 50px 0;
}
.sec1 figure:nth-child(1) {
  width: 49%;
  margin: 0 5% 40px auto;
}
.sec1 .credit {
  width: 93%;
  margin: 10px auto 0;
}

.sec2 .bg {
  padding: 50px 0;
}
.sec2 .flex {
  width: 93%;
  margin: 0 auto;
}
.sec2 .flex .left {
  padding-right: 3.5px;
}
.sec2 .flex .right {
  padding-left: 3.5px;
}
.sec2 .credit {
  width: 93%;
  margin: 10px auto 0;
}

.sec3 .container {
  padding: 50px 0 25px;
}
.sec3 .top {
  width: 76%;
  margin: 0 auto;
  margin-bottom: 40px;
}
.sec3 .flex {
  width: 76%;
  margin: 0 auto;
  align-items: flex-end;
  gap: 10px;
}
.sec3 .flex .left {
  width: 62%;
}
.sec3 .flex .right {
  width: 38%;
}

.sec4 {
  padding: 25px 0 50px;
}
.sec4 .flex {
  gap: 27px;
  align-items: center;
}
.sec4 .credit {
  margin-left: 5%;
}

.sec5 .container {
  padding: 50px 0 100px;
  width: 76%;
  margin: 0 auto;
}

.sec6 {
  padding: 50px 0 32.5px;
}
.sec6 .top {
  margin-bottom: 40px;
}
.sec6 .flex {
  width: 93%;
  margin: 0 auto;
  align-items: flex-end;
  gap: 10px;
}

.sec7 {
  padding: 32.5px 0 100px;
}
.sec7 .top {
  width: 82%;
}
.sec7 .bottom {
  width: 82%;
  margin: 40px 0 0 auto;
}

.sec8 .container {
  padding: 50px 0 0;
  width: 93%;
  margin: 0 auto;
}
.sec8 .flex {
  gap: 7px;
}

.gra_bg {
  position: relative;
}
.gra_bg::after {
  background: linear-gradient(180deg, #DBF5FD 0%, #DBF5FD 45%, #DCEFE8 55%, #DCEFE8 100%);
  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;
}

.staff {
  margin: 140px 0;
  text-align: center;
  font-size: 10px;
  line-height: 2.5;
}

footer .sns_wrap {
  display: flex;
  justify-content: center;
  gap: 22px;
}
footer .sns_wrap li {
  max-width: 22px;
}
footer .logo {
  margin: 20px auto 10px;
  max-width: 145px;
}
footer .copy {
  font-size: 10px;
  font-family: "Arsenal", sans-serif;
  text-align: center;
  padding-bottom: 15px;
}

@media screen and (min-width: 769px) {
  .read {
    margin: 100px auto 0;
  }
  .sec1 .container {
    padding: 100px 0;
  }
  .sec1 figure:nth-child(1) {
    width: 49%;
    margin: 0 5% 80px auto;
  }
  .sec2 .bg {
    padding: 100px 0;
  }
  .sec2 .flex {
    width: 83%;
    margin: 0 auto;
  }
  .sec2 .flex .left {
    padding-right: 10px;
  }
  .sec2 .flex .right {
    padding-left: 7px;
  }
  .sec2 .credit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 10px auto 0;
  }
  .sec3 .container {
    padding: 100px 0 50px;
    margin: 0 auto;
  }
  .sec3 .top {
    width: 54%;
    margin-bottom: 80px;
  }
  .sec3 .flex {
    align-items: flex-end;
    gap: 10px;
  }
  .sec3 .flex .left {
    width: 62%;
  }
  .sec3 .flex .right {
    width: 38%;
  }
  .sec4 {
    padding: 50px 0 100px;
  }
  .sec4 .flex {
    width: 89%;
    margin: 0 auto;
    gap: 70px;
    align-items: flex-end;
  }
  .sec4 .credit {
    margin-left: 0;
  }
  .sec5 .container {
    padding: 100px 0 200px;
    width: 54%;
  }
  .sec5 .credit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 10px auto 0;
  }
  .sec6 {
    padding: 100px 0 70px;
    width: 83%;
    margin: 0 auto;
  }
  .sec6 .top {
    margin-bottom: 80px;
  }
  .sec6 .flex {
    width: 100%;
    gap: 10px;
  }
  .sec7 {
    padding: 70px 0 200px;
  }
  .sec7 .top {
    width: 75%;
  }
  .sec7 .bottom {
    width: 75%;
    margin: 80px 0 0 auto;
  }
  .sec8 .container {
    padding: 100px 0 0;
    width: 83%;
  }
  .sec8 .flex {
    gap: 20px;
  }
  .staff {
    margin: 250px 0;
    line-height: 2.5;
  }
  footer .sns_wrap {
    gap: 30px;
  }
  footer .sns_wrap li {
    max-width: 32px;
  }
  footer .logo {
    margin: 35px auto 15px;
    max-width: 200px;
  }
  footer .copy {
    font-size: 12px;
    padding-bottom: 25px;
  }
}/*# sourceMappingURL=style.css.map */