html,
body {
  font-family: classico-urw, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  line-height: 1.4;
  letter-spacing: 1px;
  font-size: 16px;
  overflow-x: hidden;
  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 {
  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;
}
a .no-touch .buy {
  text-decoration: none;
}

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

.fv {
  margin-bottom: 100px;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .fv {
    height: inherit;
  }
}
@media screen and (min-width: 769px) {
  .fv .bg {
    height: inherit;
    height: 100vh;
    display: flex;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .fv .bg {
    height: inherit;
    padding: 5%;
  }
}
@media screen and (min-width: 769px) {
  .fv .container {
    max-width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 5%;
  }
  .fv .container .right_wrap {
    width: 1000px;
    overflow-x: hidden;
  }
  .fv .container .left_wrap {
    width: 30%;
  }
}
.fv h1 {
  width: 35%;
  margin: 5% auto;
}
@media screen and (min-width: 769px) {
  .fv h1 {
    width: 90%;
    max-width: 300px;
    margin: 10% auto;
  }
}

.flex {
  display: flex;
}

.credit {
  font-size: 11px;
  text-align: center;
  margin: 20px auto 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 769px) {
  .credit {
    margin: 25px auto 100px;
  }
}
.credit li {
  line-height: 2;
}
.credit li .bold {
  font-weight: bold;
}
.credit li .line {
  text-decoration: underline;
}
.credit .no_touch a {
  color: #baaca6;
  pointer-events: none;
}
.credit .no_touch .line {
  text-decoration: none;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
}

.bg {
  background-color: #f5f2f0;
  padding: 60px 0 100px;
}
@media screen and (min-width: 769px) {
  .bg {
    padding: 80px 0 100px;
  }
}

.filter_re {
  -webkit-animation: 2s ease-in 3s infinite alternate forwards running color;
          animation: 2s ease-in 3s infinite alternate forwards running color;
}

@-webkit-keyframes color {
  0% {
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  100% {
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
  }
}

@keyframes color {
  0% {
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  100% {
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
  }
}
.sec1 .flex {
  gap: 10px;
  width: 95%;
  margin: 0 auto;
}
.sec1 .flex figure:nth-child(1) {
  width: 45%;
}
.sec1 .flex figure:nth-child(2) {
  width: 55%;
  margin: 30% 0 0 0;
  transform: rotate(2deg);
}

.sec2 .flex {
  gap: 3px 5px;
  flex-wrap: wrap;
  justify-content: center;
}
.sec2 .flex figure {
  width: calc(50% - 5px);
}

.sec3 .box {
  position: relative;
}
.sec3 .box figure:nth-child(1) {
  margin: 0 auto 80px;
  width: 70%;
}
.sec3 .box figure:nth-child(2) {
  margin: 0 0 0 auto;
  width: 52%;
}
.sec3 .box figure:nth-child(3) {
  position: absolute;
  left: 0;
  top: 45%;
  width: 40%;
}
.sec3 .credit {
  margin: 20px auto 60px;
}
@media screen and (min-width: 769px) {
  .sec3 .credit {
    margin: 25px auto 80px;
  }
}

.sec4 .flex {
  width: 95%;
  gap: 5px;
  margin: 0 auto 20px;
}
.sec4 .flex figure:nth-child(1) {
  transform: rotate(-1deg);
}
.sec4 .flex figure:nth-child(3) {
  transform: rotate(1deg);
}
.sec4 .bottom {
  width: 95%;
  margin: 0 auto;
}
.sec4 .credit {
  margin: 25px auto 0;
}

.sec5 .container {
  max-width: 100%;
}

.sec6 .flex {
  position: relative;
  width: 95%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
.sec6 .flex figure:nth-child(1) {
  width: 63%;
  transform: rotate(-1deg);
}
.sec6 .flex figure:nth-child(2) {
  width: 33%;
}
.sec6 .bottom {
  position: relative;
  z-index: 2;
  width: 60%;
  margin: -10% 5% 0 auto;
}

.sec7 .flex {
  gap: 10px;
  width: 98%;
  margin: 0 0 30px auto;
}
@media screen and (min-width: 769px) {
  .sec7 .flex {
    gap: 45px;
    margin: 0 0 40px auto;
  }
}
.sec7 .flex figure:nth-child(1) {
  width: 40%;
  margin: 0 0 auto 0;
  transform: rotate(-1deg);
}
.sec7 .flex figure:nth-child(2) {
  width: 60%;
  margin: 20% 0 0 0;
}

footer .bg {
  padding: 100px 0 30px;
}
footer ul, footer .copy {
  text-align: center;
  font-size: 10px;
}
footer ul li, footer .copy li {
  line-height: 3;
}
footer .flex {
  width: 80px;
  margin: 100px auto 30px;
  gap: 20px;
}
footer .flex a {
  width: 50%;
}
footer .logo {
  width: 180px;
  margin: 0 auto 10px;
}

@media screen and (min-width: 769px) {
  .credit {
    font-size: 10px;
  }
}/*# sourceMappingURL=style.css.map */