html,
body {
  font-style: italic;
  font-family: "Noto Sans", sans-serif;
  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 {
  animation-delay: 0.4s;
}

.delay_08s {
  animation-delay: 0.8s;
}

.delay_1s {
  animation-delay: 1s;
}

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

/*---------------------------------------------
content
---------------------------------------------*/
.fv {
  background-image: url(../images/pc.jpg);
  width: 100%;
  height: 100svh;
  position: relative;
  background-size: cover;
  background-position: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .fv {
    background-image: url(../images/sp_main.jpg);
  }
}
.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%;
  }
}

@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: 54%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .w65 {
    width: 80%;
    margin-bottom: 15px;
  }
}

.w29 {
  width: 24.1%;
}
@media screen and (max-width: 768px) {
  .w29 {
    width: 35%;
  }
}

.w40 {
  width: 33.3%;
}
@media screen and (max-width: 768px) {
  .w40 {
    width: 44%;
  }
}

.w50 {
  width: 41.6%;
}
@media screen and (max-width: 768px) {
  .w50 {
    width: 44%;
  }
}

.w55 {
  width: 45.8%;
}

.mb60 {
  margin-bottom: 60px;
}

.flex {
  display: flex;
  align-items: end;
}

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

#style01 .container {
  width: 91.6666666667%;
  margin-left: auto;
  display: grid;
  gap: 0px 50px;
  grid-template-columns: 1fr 1.6fr;
  align-items: end;
}
#style01 .container .img01 {
  overflow: hidden;
  height: auto;
}
#style01 .container .credit {
  margin-left: 0;
  grid-row: 2;
  grid-column: 1/3;
}
@media screen and (max-width: 768px) {
  #style01 .container .credit {
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  #style01 .container {
    width: 100%;
    gap: 0 10px;
  }
}

#style02 .container_1 {
  display: flex;
  gap: 30px;
  margin-left: 30px;
}
#style02 .container_1 .img01 {
  width: 21.9%;
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  #style02 .credit {
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  #style02 .credit {
    margin-left: 10px;
  }
}

#style03 .img01 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #style03 .img01 {
    margin-bottom: 15px;
  }
}
#style03 .flex {
  margin-right: 8%;
}
@media screen and (max-width: 768px) {
  #style03 .flex {
    margin-right: 5%;
  }
}
#style03 .credit {
  margin-right: 20px;
  text-align: right;
}

#style04 {
  position: relative;
}
#style04 .img01, #style04 .img02, #style04 .img03, #style04 .img04, #style04 .img05, #style04 .img06, #style04 .img07 {
  position: absolute;
}
#style04 .img01 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#style04 .img02 {
  top: 23.6182128074%;
  right: 12.5%;
}
#style04 .img03 {
  top: 28.3905527149%;
  left: 12.5%;
  z-index: 100;
}
#style04 .img04 {
  top: 39.2013635257%;
  right: 27%;
}
#style04 .img05 {
  width: 100%;
  top: 58.5585585586%;
}
#style04 .img06 {
  top: 80.8862916971%;
  right: 18.75%;
}
#style04 .img07 {
  bottom: 0;
  left: 18.75%;
}
#style04 .bg {
  z-index: -99;
  position: absolute;
  background: #F2F2F2;
  width: 100%;
  top: 6.5984903823%;
  height: 85.8534209886%;
}

#style04::before {
  content: "";
  display: block;
  padding-top: 342.25%;
}

@media screen and (max-width: 768px) {
  #style04::before {
    content: "";
    display: block;
    padding-top: 471.4666666667%;
  }
  #style04 .bg {
    z-index: -99;
    position: absolute;
    background: #F2F2F2;
    width: 100%;
    top: 7.4660633484%;
    height: 82.6923076923%;
  }
  #style04 .img02 {
    top: 24.6040723982%;
    right: 5.3333333333%;
  }
  #style04 .img03 {
    top: 29.242081448%;
    left: 0;
    z-index: 100;
  }
  #style04 .img04 {
    top: 39.649321267%;
    right: 20%;
  }
  #style04 .img05 {
    width: 100%;
    top: 63.1787330317%;
  }
  #style04 .img06 {
    top: 78.9592760181%;
    right: 7.2%;
  }
  #style04 .img07 {
    width: 100%;
    top: 81.5610859729%;
    left: 7.2%;
  }
  #style04 .img07 img {
    width: 44%;
    height: auto;
  }
}
#style06 .img01 {
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  #style06 .img01 {
    width: 80%;
    margin: 0 auto 50px;
  }
}
#style06 .container {
  position: relative;
}
#style06 .container .img02 {
  position: absolute;
  top: 0;
  left: 12.5%;
}
#style06 .container .img03_box {
  position: absolute;
  top: 9.8730606488%;
  left: 63.3333333333%;
}
#style06 .container .img03_box .img03 {
  margin-bottom: 30px;
}
#style06 .container::before {
  content: "";
  padding-top: 118.1666666667%;
  display: block;
}

@media screen and (max-width: 768px) {
  #style06 .container::before {
    content: "";
    padding-top: 178.6666666667%;
    display: block;
  }
  #style06 .container {
    position: relative;
  }
  #style06 .container .img02 {
    width: 54%;
    position: absolute;
    top: 0;
    left: 2.6666666667%;
  }
  #style06 .container .img03_box {
    position: absolute;
    top: 9.2537313433%;
    left: 59.4666666667%;
    width: 37%;
  }
  #style06 .container .img03_box .img03 {
    margin-bottom: 10px;
  }
}
footer {
  background-color: #F2F2F2;
  font-size: 10px;
  padding: 150px 0 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 100px 0 15px;
  }
}
footer .staff_credit {
  margin-bottom: 150px;
}
footer .staff_credit li {
  line-height: 3.7;
}
@media screen and (max-width: 768px) {
  footer .staff_credit {
    margin-bottom: 100px;
  }
  footer .staff_credit li {
    line-height: 3;
  }
}
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 */