html,
body {
  font-family: dunbar-low, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  width: 100%;
  line-height: 1.4;
  letter-spacing: 1px;
  overflow-x: hidden;
}
@media screen and (min-width: 769px) {
  html,
body {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  html,
body {
    font-size: 12px;
  }
}

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

.animate__animated {
  opacity: 0;
}

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

.container {
  margin: 0 auto;
}

section {
  margin-top: 100px;
}

.top_non {
  margin-top: 0px;
}

.no-touch {
  pointer-events: none;
}
.no-touch .price {
  text-decoration: none !important;
}

li {
  margin-bottom: 3px;
}

@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.6;
  }
}

.slider_fade {
  font-size: 0;
}

.flex {
  display: flex;
}
.flex .item {
  width: 50%;
}

.strong {
  font-family: dunbar-low, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12vw;
}
@media screen and (min-width: 769px) {
  .strong {
    font-size: 5.5vw;
  }
}
.strong .color_text {
  font-size: 14vw;
}
@media screen and (min-width: 769px) {
  .strong .color_text {
    font-size: 7vw;
  }
}
.strong .small {
  font-size: 24px;
}
@media screen and (min-width: 769px) {
  .strong .small {
    font-size: 50px;
  }
}

.credit {
  margin-top: 20px;
}
.credit a {
  color: #000;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .credit a {
    font-size: 10px;
  }
}
.credit a span {
  margin-right: 3px;
}
.credit .name {
  font-weight: 700;
}
.credit .price {
  text-decoration: underline;
}
.credit .com {
  color: #afafaf;
}

.staff_credit {
  text-align: center;
  padding-bottom: 100px;
  padding-top: 100px;
  background-color: #fdfbf8;
}
@media screen and (min-width: 769px) {
  .staff_credit {
    padding-top: 100px;
    margin-top: 100px;
  }
}

.delay {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.fv {
  margin-top: 0;
}

.read {
  background: #fdfbf8;
  padding: 150px 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .read {
    font-size: 12px;
  }
}

section:nth-child(2) .flex {
  gap: 5px;
}
@media screen and (min-width: 769px) {
  section:nth-child(2) .flex {
    gap: 20px;
  }
}
section:nth-child(2) .flex .item:nth-child(2) {
  position: relative;
}
section:nth-child(2) .flex .strong {
  position: absolute;
  bottom: -13px;
  left: 1px;
}
section:nth-child(2) .flex .color_text {
  color: #fff;
}
section:nth-child(2) .credit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
}

section:nth-child(3) .container {
  width: 80%;
  margin: 0 0 0 auto;
}
section:nth-child(3) .flex {
  gap: 5px;
  position: relative;
}
@media screen and (min-width: 769px) {
  section:nth-child(3) .flex {
    gap: 20px;
  }
}
section:nth-child(3) .flex .strong {
  position: absolute;
  top: 50%;
  left: -3%;
  transform: translate(-50%, -50%);
}
section:nth-child(3) .flex .color_text {
  color: #eadbb4;
  margin-right: -5px;
}
section:nth-child(3) .credit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
}

section:nth-child(4) .container {
  width: 90%;
  margin: 0 auto 0 0;
}
section:nth-child(4) .strong {
  margin: 0 3% 0 auto;
  text-align: right;
}
section:nth-child(4) .color_text {
  color: #c0e0d4;
}
section:nth-child(4) .flex {
  gap: 5px;
}
@media screen and (min-width: 769px) {
  section:nth-child(4) .flex {
    gap: 20px;
  }
}
section:nth-child(4) .flex .item {
  width: calc(50% - 2.5px);
}
@media screen and (min-width: 769px) {
  section:nth-child(4) .flex .item {
    width: calc(50% - 10px);
  }
}
section:nth-child(4) .credit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
}

section:nth-child(5) img {
  width: 101%;
}
section:nth-child(5) .strong {
  text-align: center;
}
section:nth-child(5) .color_text {
  color: #dfbecb;
}
section:nth-child(5) .color_text.blue {
  color: #65a4ba;
}
section:nth-child(5) .credit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
}

section:nth-child(6) .container {
  width: 85%;
  margin: 0 auto;
}
section:nth-child(6) .item:nth-child(2) {
  position: relative;
}
section:nth-child(6) .strong {
  position: absolute;
  bottom: -10px;
  right: -25px;
}
section:nth-child(6) .color_text {
  color: #d8cdbe;
}
section:nth-child(6) .flex {
  gap: 5px;
}
@media screen and (min-width: 769px) {
  section:nth-child(6) .flex {
    gap: 20px;
  }
}
section:nth-child(6) .flex .item {
  width: calc(50% - 2.5px);
}
@media screen and (min-width: 769px) {
  section:nth-child(6) .flex .item {
    width: calc(50% - 10px);
  }
}
section:nth-child(6) .credit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
}

section:nth-child(7) .container {
  width: 85%;
  margin: 0 auto 0 0;
}
section:nth-child(7) .item:nth-child(2) {
  position: relative;
}
section:nth-child(7) .strong {
  position: absolute;
  bottom: 0px;
  width: 15vw;
  right: -34%;
}
section:nth-child(7) .flex {
  gap: 5px;
}
@media screen and (min-width: 769px) {
  section:nth-child(7) .flex {
    gap: 20px;
  }
}
section:nth-child(7) .flex .item {
  width: calc(50% - 2.5px);
}
@media screen and (min-width: 769px) {
  section:nth-child(7) .flex .item {
    width: calc(50% - 10px);
  }
}
section:nth-child(7) .credit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
}

section:nth-child(8) .container {
  width: 90%;
  margin: 0 0 0 auto;
}
section:nth-child(8) .color_text {
  color: #7e4939;
}
section:nth-child(8) .flex {
  gap: 5px;
}
@media screen and (min-width: 769px) {
  section:nth-child(8) .flex {
    gap: 20px;
  }
}
section:nth-child(8) .flex .item {
  width: calc(50% - 2.5px);
}
@media screen and (min-width: 769px) {
  section:nth-child(8) .flex .item {
    width: calc(50% - 10px);
  }
}
section:nth-child(8) .credit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
}

section:nth-child(9) .color_text {
  color: #445b7e;
}
section:nth-child(9) .beige {
  color: #b4a594;
}
section:nth-child(9) .flex {
  gap: 5px;
}
@media screen and (min-width: 769px) {
  section:nth-child(9) .flex {
    gap: 20px;
  }
}
section:nth-child(9) .flex .item {
  width: calc(50% - 2.5px);
  position: relative;
}
@media screen and (min-width: 769px) {
  section:nth-child(9) .flex .item {
    width: calc(50% - 10px);
  }
}
section:nth-child(9) .flex .strong {
  position: absolute;
  top: -17%;
  left: 5px;
}
section:nth-child(9) .flex .strong.strong_beige {
  top: inherit;
  left: inherit;
  bottom: -12%;
  right: 5px;
}
section:nth-child(9) .credit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
}
section:nth-child(9) .credit .top {
  margin-top: 20px;
}

footer {
  background-color: #fdfbf8;
}
footer .flex {
  margin: 0 auto 25px;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
footer .flex a {
  width: 25px;
}
footer .brand_logo {
  display: block;
  max-width: 200px;
  margin: 0 auto;
}
footer .copyright {
  text-align: center;
  font-size: 10px;
  margin: 5px 0;
  padding-bottom: 50px;
}

@media screen and (min-width: 769px) {
  section:nth-child(2) .flex .strong {
    bottom: 120px;
    left: 20px;
  }
  section:nth-child(3) .flex .strong {
    left: -12%;
  }
  section:nth-child(6) .flex .strong {
    bottom: 140px;
    right: -80px;
  }
  section:nth-child(7) .flex .strong {
    right: -23%;
    width: 10vw;
  }
  section:nth-child(8) .container {
    width: 80%;
  }
  section:nth-child(9) .flex.flex_credit {
    gap: 0;
  }
  section:nth-child(9) .flex.flex_credit div {
    width: 50%;
  }
  section:nth-child(9) .flex .strong {
    top: -7.8%;
  }
  section:nth-child(9) .flex .strong.strong_beige {
    bottom: -6%;
  }
}/*# sourceMappingURL=style.css.map */