html,
body {
  font-family: classico-urw, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  font-size: 16px;
  overflow-x: hidden;
  margin: 0 auto;
  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 {
  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;
  color: #929292;
}
a.no-touch .buy {
  text-decoration: none;
}

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

.ja {
  font-family: yu-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fv .container {
  width: 100%;
}

.container {
  width: 95%;
  margin: 0 auto;
}

.read {
  text-align: center;
  padding: 100px 0;
  font-size: 11px;
  line-height: 2;
  letter-spacing: 1px;
}
.read .bold {
  padding-bottom: 30px;
  font-weight: bold;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .read .bold {
    font-size: 20px;
  }
}

h2 {
  font-size: 55px;
  text-align: center;
  margin-bottom: 30px;
}

.sec figure {
  position: relative;
}
.sec figure span {
  position: absolute;
  width: 14%;
  left: 10px;
  top: -18px;
  z-index: 2;
}
.sec .text {
  font-size: 11px;
  line-height: 2;
  letter-spacing: 1px;
  padding: 30px 0 50px;
  width: 85%;
  margin: 0 auto;
}

.code_title {
  width: 85%;
  margin: 20px auto;
  text-align: center;
  font-size: 22px;
  color: #fff;
  padding: 7px 0;
}
.code_title span {
  font-size: 15px;
}
.code_title.brown {
  background-color: #beb097;
}
.code_title.green {
  background-color: #8cb671;
}

.credit {
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 50px;
}
.credit li {
  margin-bottom: 20px;
  text-align: center;
}
.credit li span {
  text-decoration: underline;
}

.sec2 {
  padding: 110px 0 0 0;
}
.sec2 figure span {
  left: inherit;
  right: 10px;
}

.sec3 {
  padding: 110px 0 0 0;
}

.sec_second .bg {
  background-color: #f6f6f6;
  padding: 50px 0;
}
.sec_second .container {
  width: 77%;
  margin: 0 auto;
}
.sec_second figure {
  background-color: #fff;
}
.sec_second figure span {
  top: 10px;
  left: -12px;
  width: 12%;
}
.sec_second .text {
  width: 100%;
  padding: 20px 0 30px;
}
.sec_second .credit {
  margin-bottom: 0;
}

.sec4 figure span {
  width: 15%;
}

.sec5 .bg {
  background-color: #fff;
}
.sec5 figure {
  background-color: #f6f6f6;
}
.sec5 figure span {
  width: 18%;
  left: inherit;
  top: 20px;
  right: -25px;
}

.sec6 figure span {
  width: 20%;
  left: -30px;
}

footer {
  padding: 100px 0 20px;
}
footer .flex {
  display: flex;
  justify-content: center;
  gap: 20px;
}
footer .flex a {
  width: 25px;
}
footer .logo {
  margin: 20px auto;
  width: 50%;
  max-width: 155px;
}
footer .copy {
  font-size: 10px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .container {
    max-width: 720px;
  }
  .fv .container {
    max-width: 100%;
  }
  h2 {
    margin-bottom: 50px;
  }
  .sec figure span {
    width: 9%;
    top: -23px;
  }
  .sec .text {
    max-width: 460px;
  }
  .sec .flex {
    display: flex;
    gap: 5%;
    width: 98%;
    margin: 0 auto;
  }
  .code_title {
    width: 100%;
  }
  .sec_second .container {
    display: flex;
    align-items: center;
    gap: 10%;
    width: 98%;
    margin: 0 auto;
  }
  .sec_second .container.reverse {
    flex-direction: row-reverse;
  }
  .sec_second figure, .sec_second .wrap {
    width: 50%;
  }
  .sec_second figure span {
    width: 13%;
    left: inherit;
    right: -20px;
    top: 20px;
  }
  .sec_second .text {
    padding: 20px 0 100px;
  }
  .sec5 figure span {
    right: inherit;
    left: -20px;
  }
  .sec6 figure span {
    width: 16%;
    right: -23px;
  }
  footer {
    padding: 150px 0 30px;
  }
  footer .logo {
    margin: 20px auto 10px;
  }
}
section.sec_leep {
  width: 95%;
  max-width: 720px;
  padding: 110px 0 0 0;
  margin: 0 auto;
}
section.sec_leep .container {
  width: 95%;
}
section.sec_leep .container h3 {
  padding-bottom: 10px;
  text-align: center;
  font-size: 28px;
}
section.sec_leep .container h4 {
  padding-bottom: 15px;
  text-align: center;
  font-size: 20px;
}/*# sourceMappingURL=style.css.map */