html,
body {
  font-family: garamond-premier-pro, serif;
  font-weight: 500;
  font-style: normal;
  width: 100%;
  line-height: 1.4;
  letter-spacing: 1px;
  font-size: 16px;
  overflow-x: hidden;
  margin: 0 auto;
  transition: all 1.6s ease 0s;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  html,
body {
    font-size: 11px;
  }
}

body .com {
  color: #8d8c8c;
}
body.active {
  background-color: #777777;
}
body.active .com {
  color: #eaeaea;
}

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

.animate__animated {
  opacity: 0;
}

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

.flex {
  display: flex;
}

.item {
  padding-bottom: 100px;
}

.credit {
  text-align: center;
  margin: 15px auto 0;
  font-size: 10px;
}
.credit li {
  margin-bottom: 10px;
}
.credit a {
  color: #000;
  letter-spacing: 1px;
}
.credit .brand_name {
  font-style: italic;
}
.credit .buy {
  text-decoration: underline;
}

.no-touch {
  pointer-events: none;
}
.no-touch .buy {
  text-decoration: none;
}

.delay_04s {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay_08s {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay_1s {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.scrollbox {
  padding-top: 100px;
}

.fv {
  margin-bottom: 100px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .fv {
    background: url(../img/main_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    margin-bottom: 180px;
  }
}
.fv h1 {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20%;
  left: 85%;
}
.fv p {
  position: absolute;
  top: 96vh;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12%;
  max-width: 600px;
}

.item:nth-child(2) .flex {
  gap: 10px;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .item:nth-child(2) .flex {
    width: 90%;
    margin: 0 auto;
    gap: 20px;
  }
}
.item:nth-child(2) .flex .left {
  width: 60%;
}
.item:nth-child(2) .flex .right {
  width: 40%;
}

.item:nth-child(3) {
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .item:nth-child(3) figure {
    width: 60%;
    margin: 0 auto;
  }
}

.item:nth-child(4) {
  margin-bottom: 100px;
}
.item:nth-child(4) .flex {
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (min-width: 769px) {
  .item:nth-child(4) .flex {
    width: 80%;
    margin: 0 auto;
    gap: 20px;
  }
}
.item:nth-child(4) .flex figure {
  width: calc(50% - 5px);
}
@media screen and (min-width: 769px) {
  .item:nth-child(4) .flex figure {
    width: calc(50% - 10px);
  }
}

.item:nth-child(5) .flex {
  margin: 0 auto;
  gap: 10px;
}
@media screen and (min-width: 769px) {
  .item:nth-child(5) .flex {
    width: 90%;
    gap: 20px;
  }
}
.item:nth-child(5) .flex figure {
  width: calc(50% - 5px);
}
@media screen and (min-width: 769px) {
  .item:nth-child(5) .flex figure {
    width: calc(50% - 10px);
  }
}
.item:nth-child(5) .flex .left {
  margin-top: 20%;
}

@media screen and (min-width: 769px) {
  .item:nth-child(6) .slider_fade {
    width: 70%;
    margin: 0 auto;
  }
}

.item:nth-child(7) .flex {
  width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .item:nth-child(7) .flex {
    width: 90%;
  }
}
.item:nth-child(7) .flex > figure img {
  width: 101%;
}

.item:nth-child(8) {
  margin-top: 100px;
}
.item:nth-child(8) .slick-slide {
  margin-right: 10px;
}
@media screen and (min-width: 769px) {
  .item:nth-child(8) .slick-slide {
    margin-right: 20px;
  }
}

.staff_credit {
  margin: 50px 0 150px;
  text-align: center;
}
.staff_credit li {
  margin-bottom: 10px;
  font-size: 10px;
}
@media screen and (min-width: 769px) {
  .staff_credit li {
    font-size: 12px;
  }
}

footer {
  font-size: 10px;
  padding: 0 0 10px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  footer {
    padding: 0 0 20px;
  }
}
footer .flex {
  justify-content: center;
  gap: 30px;
  margin-bottom: 5%;
}
@media screen and (min-width: 769px) {
  footer .flex {
    margin-bottom: 2%;
  }
}
footer .flex li {
  width: 30px;
}
footer .logo {
  width: 40%;
  max-width: 250px;
  margin: 0 auto 15px;
}
@media screen and (min-width: 769px) {
  footer .logo {
    margin: 0 auto 10px;
  }
}/*# sourceMappingURL=style.css.map */