html,
body {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #707070;
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  transition: all 1.6s ease 0s;
  background-color: #fff;
}

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 {
  text-decoration: none;
  transition: all 0.4s;
  color: #707070;
  font-size: 12px;
  border-bottom: 1px solid #707070;
  padding-bottom: 3px;
}
@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;
}

.container {
  width: min(94.6666666667vw, 435px);
  margin: 0 auto;
  padding: 100px 0;
}

.credit {
  margin-top: 30px;
  width: fit-content;
}
.credit li {
  margin-bottom: 10px;
}
.credit li a {
  letter-spacing: 1.2px;
}

.fv {
  position: relative;
}
.fv .title {
  position: absolute;
  z-index: 100;
  transform: translate(-50%, -50%);
  right: 3%;
  top: 55%;
}
@media screen and (max-width: 768px) {
  .fv .title {
    right: inherit;
    left: 50%;
    top: 55%;
  }
}
.fv .title h1 {
  font-family: trajan-sans-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  font-size: max(3.3333333333vw, 30px);
  color: #fff;
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
  white-space: nowrap;
}
.fv .title h1 span {
  font-size: max(2.5vw, 20px);
}
.fv figure {
  z-index: 100;
  position: absolute;
  max-width: 120px;
  margin: 15px auto 0;
  bottom: 8%;
  left: 76%;
  transform: translateX(-50%);
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 768px) {
  .fv figure {
    max-width: 80px;
    left: 50%;
  }
}

section:nth-of-type(1) .credit, section:nth-of-type(4) .credit, section:nth-of-type(5) .credit, section:nth-of-type(6) .credit {
  margin: 30px 0 0 auto;
  text-align: right;
}
section:nth-of-type(1) figure {
  width: min(61.3333333333vw, 300px);
  margin: 0 0 3% auto;
}
section:nth-of-type(3) .slider_fade {
  width: min(61.3333333333vw, 300px);
  margin: 0 0 3% auto;
}
section:nth-of-type(3) figure {
  width: 80%;
  margin: 0 auto;
}
section:nth-of-type(4) figure {
  width: 65%;
}
section:nth-of-type(4) figure:nth-child(2) {
  margin: -7% 0 0 auto;
}
section:nth-of-type(7) .container {
  width: min(100vw, 910px);
}
section:nth-of-type(7) .credit {
  margin-left: 3%;
}
@media screen and (min-width: 769px) {
  section:nth-of-type(7) .credit {
    margin-left: 0;
  }
}
section:nth-of-type(7) .slide .slick-slide {
  margin-right: 3px;
}
section:nth-of-type(9) figure {
  width: min(61.3333333333vw, 300px);
  margin: 0 auto 3% 0;
}
section:nth-of-type(10) figure:nth-child(1) {
  width: min(61.3333333333vw, 300px);
  margin: 0 0 3% auto;
}

.single {
  width: min(53.3333333333vw, 320px);
  margin: 100px auto;
}

footer {
  text-align: center;
  padding: 50px 0 100px;
}
footer .logo {
  display: block;
  width: min(26.6666666667vw, 200px);
  margin: 0 auto;
  border-bottom: 0;
}
footer .staff_credit {
  font-size: 10px;
  margin: 50px 0 80px;
  color: #000;
  line-height: 1.5;
}
footer a:not(.logo) {
  display: block;
  border-bottom: none;
  color: #000;
  padding: 10px;
  max-width: 200px;
  margin: 0 auto 10px;
  border: 1px solid #000;
}

.slick-dots {
  bottom: 15px !important;
  right: 15px;
  width: 5px !important;
  display: flex;
  flex-wrap: wrap;
}
.slick-dots li {
  width: 5px !important;
  height: 5px !important;
  margin: 5px 0 !important;
}
.slick-dots li button {
  padding: 0 !important;
  width: 5px !important;
  height: 5px !important;
}
.slick-dots li button:before {
  content: "" !important;
  width: 5px !important;
  height: 5px !important;
  border-radius: 10px;
  background-color: #fff;
}/*# sourceMappingURL=style.css.map */