html,
body {
  font-family: kaneda-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  line-height: 1.4;
  letter-spacing: 2px;
  font-size: 11px;
  overflow-x: hidden;
  margin: 0 auto;
  transition: all 1.6s ease 0s;
}
@media screen and (max-width: 768px) {
  html,
body {
    font-size: 12px;
  }
}

img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none !important;
  }
}
@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;
}

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

.delay_2s {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

/*---------------------------------------------
content
---------------------------------------------*/
.fv {
  background-image: url(../images/pc_main.jpg);
  width: 100%;
  height: 100svh;
  position: relative;
  background-size: cover;
  background-position: center;
  margin-bottom: 100px;
}
.fv h1 {
  position: absolute;
  width: 37%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .fv h1 {
    width: 80%;
  }
}
.fv h2 {
  position: absolute;
  bottom: 6.4%;
  width: 23%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .fv h2 {
    width: 49.4%;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.lead {
  width: 90%;
  margin: 100px auto;
  text-align: center;
  font-size: 10px;
  line-height: 2rem;
}
@media screen and (min-width: 769px) {
  .lead {
    width: 66%;
    font-size: 12px;
    line-height: 3.5rem;
  }
}

section {
  margin: 150px 0;
}
@media screen and (max-width: 768px) {
  section {
    margin: 100px 0;
  }
}

.w65 {
  width: 650px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .w65 {
    width: 80%;
  }
}

.mb60 {
  margin-bottom: 60px;
}

.credit {
  font-family: "rama-gothic-e", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  text-align: left;
  margin: 10px auto 0;
}
.credit li {
  margin-bottom: 7px;
}
.credit li span {
  padding-left: 5px;
  text-decoration: underline;
}
.credit a {
  color: #000;
  letter-spacing: 1px;
}
.credit .buy {
  text-decoration: underline;
}

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

@media screen and (min-width: 769px) {
  #style01 .container {
    width: 83%;
    max-width: 1000px;
    margin: 60px auto 0;
  }
  #style01 .container .img01, #style01 .container .img02, #style01 .container .img03 {
    width: 40%;
  }
  #style01 .container .img01 {
    margin-left: auto;
  }
  #style01 .container .img02 {
    margin-top: -27%;
  }
  #style01 .container .img03 {
    margin-left: 50%;
    margin-top: -17%;
  }
}
@media screen and (max-width: 768px) {
  #style01 .container {
    width: 100%;
    margin: 60px auto;
  }
  #style01 .container .img01, #style01 .container .img02, #style01 .container .img03 {
    width: 44%;
  }
  #style01 .container .img01 {
    margin-left: auto;
  }
  #style01 .container .img02 {
    margin-top: -27%;
  }
  #style01 .container .img03 {
    margin-left: 50%;
    margin-top: -40px;
  }
  #style01 .container .credit {
    margin-left: 10px;
  }
}

@media screen and (min-width: 769px) {
  #style02 .container {
    width: 83%;
    max-width: 1000px;
    margin: 60px auto;
  }
}
@media screen and (max-width: 768px) {
  #style02 .container {
    margin-left: 6%;
    margin-top: 30px;
  }
}
#style02 .container .img01 {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #style02 .container .img01 {
    width: 44%;
  }
}

#style03 .container_1 {
  display: flex;
  gap: 10px;
}
@media screen and (min-width: 769px) {
  #style03 .container_1 .img01 {
    width: 24%;
  }
}
#style03 .container_2 {
  width: 54%;
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  #style03 .container_2 {
    width: 80%;
    margin: 50px auto;
  }
}
#style03 .img03 {
  width: 33%;
  margin-left: 16%;
}
@media screen and (max-width: 768px) {
  #style03 .img03 {
    width: 44%;
    margin-left: 6%;
  }
}
#style03 .img04 {
  width: 33%;
  margin-left: 58.3%;
  margin-top: -25%;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  #style03 .img04 {
    width: 44%;
    margin-left: auto;
  }
}
#style03 .img05 {
  margin-top: -7%;
}

#style05 .flexbox {
  justify-content: center;
  display: flex;
  gap: 30px;
  align-items: center;
}
@media screen and (min-width: 769px) {
  #style05 {
    width: 75%;
    margin: 0 auto;
  }
  #style05 .flexbox {
    margin-bottom: 80px;
  }
  #style05 .flexbox .flex_img01 {
    width: 44%;
  }
  #style05 .flexbox .flex_img02 {
    width: 32%;
  }
}
@media screen and (max-width: 768px) {
  #style05 {
    width: 100%;
  }
  #style05 .flexbox {
    margin-bottom: 50px;
    gap: 10px;
  }
  #style05 .flexbox .flex_img01 {
    width: 53%;
  }
  #style05 .flexbox .flex_img02 {
    width: 44%;
  }
  #style05 .credit {
    margin-left: 10px;
  }
}

#style06 .img01 {
  width: 54%;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  #style06 .img01 {
    width: 80%;
    margin: 0 auto 50px;
  }
}
#style06 .container {
  margin-left: 16%;
  width: 33%;
}
@media screen and (max-width: 768px) {
  #style06 .container {
    width: 44%;
    margin-left: 6%;
  }
}

#style07 .img01 {
  width: 71%;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #style07 .img01 {
    width: 80%;
    margin-bottom: 50px;
  }
}
#style07 .img02 {
  width: 46.6%;
  margin-left: auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #style07 .img02 {
    width: 53.3%;
    margin-bottom: 50px;
  }
}
#style07 .img03 {
  width: 54%;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #style07 .img03 {
    width: 80%;
    margin-bottom: 50px;
  }
}
#style07 .container {
  width: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #style07 .container {
    width: 94.6%;
  }
}

#style08 .flexbox {
  display: flex;
  flex-wrap: wrap;
}
#style08 .flexbox div {
  width: 50%;
}
#style08 .credit {
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  #style08 .credit {
    padding-left: 10px;
  }
}

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

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