html,
body {
  font-family: "dnp-shuei-gothic-kin-std", 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: #d0c3ab;
  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 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 11px;
  color: #454545;
  margin-top: 20px;
  margin-left: 20px;
  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;
  font-style: italic;
}
.credit li .com {
  color: #b6ab9e;
}
.credit li .com span {
  text-decoration: none;
}

.read {
  color: #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 100px auto 0;
  font-size: 11px;
  max-width: 400px;
  line-height: 3;
  text-align: center;
}

.sec1 .container {
  padding: 100px 0;
}
.sec1 .container .flexbox {
  display: flex;
  gap: 9.3%;
}
.sec1 .container .flexbox figure {
  width: 100%;
}
.sec1 figure {
  width: 45%;
}
.sec1 figure:nth-child(2) {
  margin-top: 17.9%;
}

.sec2 figure:nth-child(1) {
  width: 69.7%;
  margin: 0 auto 80px;
}
.sec2 figure:nth-child(2) {
  width: 100%;
}
.sec2 .credit_center {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sec2 .credit_center .credit {
  margin-left: 0;
}

.sec3 .container {
  padding: 100px 0;
}
.sec3 figure:nth-child(1) {
  width: 47.8%;
  margin-left: 49.7%;
}
.sec3 figure:nth-child(2) {
  width: 44.9%;
  margin-left: 2%;
  margin-top: -45.3%;
}
.sec3 figure:nth-child(3) {
  width: 36%;
  margin-left: 56.5%;
}
.sec3 figure:nth-child(4) {
  width: 62%;
  margin-top: -31%;
  position: relative;
  z-index: -99;
}
.sec3 .credit .com {
  color: #e8e5df;
}

.sec4 {
  padding: 0 0 100px;
}
.sec4 .container {
  padding-top: 50px;
}
.sec4 .flex {
  align-items: center;
}
.sec4 .flex .left {
  width: 50%;
}
.sec4 .flex .right {
  width: 40%;
  margin: 0 auto;
}
.sec4 .credit .com {
  color: #e8e5df;
}

.sec5 figure {
  width: 69.7%;
  margin: 0 auto 20px;
}
.sec5 .credit_center {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sec5 .credit {
  margin-left: 0;
}

.sec6 {
  padding: 100px 0;
}
.sec6 .top {
  margin-bottom: 40px;
}
.sec6 .flex {
  align-items: center;
}
.sec6 .flex .left {
  width: 50%;
}
.sec6 .flex .right {
  width: 40%;
  margin: 0 auto;
}

.sec7 {
  padding-bottom: 100px;
}
.sec7 .credit_center {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sec7 .credit_center .credit {
  margin-left: 0;
}

footer {
  padding-top: 100px;
  background-color: #d0c3ab;
}
footer .staff {
  font-size: 10px;
  text-align: center;
  padding-bottom: 100px;
}
footer .staff li {
  margin-bottom: 20px;
}
footer .flexbox {
  display: flex;
  justify-content: center;
  gap: 4px;
  padding-bottom: 50px;
}
footer .flexbox figure {
  width: 39%;
}
footer .sns_wrap {
  display: flex;
  justify-content: center;
  gap: 12px;
}
footer .sns_wrap li {
  max-width: 25px;
}
footer .logo {
  margin: 0 auto 20px;
  max-width: 145px;
}
footer .copy {
  font-size: 11px;
  font-family: "Arsenal", sans-serif;
  text-align: center;
  padding-bottom: 15px;
  padding-top: 15px;
}

@media screen and (min-width: 769px) {
  .read {
    margin: 100px auto 0;
  }
  .sec1 .container {
    padding: 100px 0;
  }
  .sec1 .container .flexbox {
    gap: 6%;
  }
  .sec1 .container .flexbox figure {
    width: 100%;
  }
  .sec1 .credit {
    margin: 20px 0 0 20px;
  }
  .sec2 figure:nth-child(2) {
    width: 88%;
    margin: 0 auto;
  }
  .sec2 .credit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 20px auto 0;
  }
  .sec3 .container {
    margin: 0 auto;
  }
  .sec3 figure:nth-child(1) {
    width: 48.3%;
    margin-left: 49.9%;
  }
  .sec3 figure:nth-child(2) {
    width: 45.7%;
    margin-left: 1.7%;
    margin-top: -48.9%;
  }
  .sec3 figure:nth-child(3) {
    margin-top: -3.3%;
  }
  .sec3 figure:nth-child(4) {
    width: 74%;
    margin-top: -36%;
  }
  .sec4 .container {
    padding-top: 80px;
  }
  .sec4 .flex {
    width: 100%;
    margin: 0 auto;
  }
  .sec5 figure {
    width: 56.6%;
    margin: 0 auto;
  }
  .sec5 .credit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .sec6 .credit {
    margin-left: 5.5%;
  }
  .sec7 figure {
    width: 88%;
    margin: 0 auto;
  }
  footer .flexbox {
    display: flex;
    gap: 16px;
  }
  footer .flexbox figure {
    width: 30%;
  }
  footer .sns_wrap {
    gap: 30px;
  }
  footer .sns_wrap li {
    max-width: 32px;
  }
  footer .logo {
    max-width: 200px;
  }
  footer .copy {
    font-size: 12px;
    padding-bottom: 25px;
  }
}
.delay_05s {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}/*# sourceMappingURL=style.css.map */