@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700;800&display=swap");
@import url("https://use.typekit.net/seo8thd.css");
.effect {
  opacity: 0;
}
.effect.display {
  opacity: 1 !important;
  -webkit-transform: translate(0px) !important;
          transform: translate(0px) !important;
}
.effect.active {
  -webkit-animation: popanm 0.6s ease forwards;
          animation: popanm 0.6s ease forwards;
}
.effect.mv-1.anim .inner {
  -webkit-animation: mv1-x 3s 0.5s cubic-bezier(0.37, 0, 0.63, 1) forwards 1;
          animation: mv1-x 3s 0.5s cubic-bezier(0.37, 0, 0.63, 1) forwards 1;
}
@media screen and (max-width: 767px) {
  .effect.mv-1.anim .inner {
    -webkit-animation: mv1-x-sp 3s 0.5s cubic-bezier(0.37, 0, 0.63, 1) forwards 1;
            animation: mv1-x-sp 3s 0.5s cubic-bezier(0.37, 0, 0.63, 1) forwards 1;
  }
}
@-webkit-keyframes mv1-x {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-27.7777777778vw);
            transform: translateX(-27.7777777778vw);
  }
  55% {
    -webkit-transform: translateX(-27.7777777778vw) scale(-1, 1);
            transform: translateX(-27.7777777778vw) scale(-1, 1);
  }
  100% {
    -webkit-transform: translateX(12.5vw) scale(-1, 1);
            transform: translateX(12.5vw) scale(-1, 1);
  }
}
@keyframes mv1-x {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-27.7777777778vw);
            transform: translateX(-27.7777777778vw);
  }
  55% {
    -webkit-transform: translateX(-27.7777777778vw) scale(-1, 1);
            transform: translateX(-27.7777777778vw) scale(-1, 1);
  }
  100% {
    -webkit-transform: translateX(12.5vw) scale(-1, 1);
            transform: translateX(12.5vw) scale(-1, 1);
  }
}
@-webkit-keyframes mv1-x-sp {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-60vw);
            transform: translateX(-60vw);
  }
  55% {
    -webkit-transform: translateX(-60vw) scale(-1, 1);
            transform: translateX(-60vw) scale(-1, 1);
  }
  100% {
    -webkit-transform: translateX(12.5vw) scale(-1, 1);
            transform: translateX(12.5vw) scale(-1, 1);
  }
}
@keyframes mv1-x-sp {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-60vw);
            transform: translateX(-60vw);
  }
  55% {
    -webkit-transform: translateX(-60vw) scale(-1, 1);
            transform: translateX(-60vw) scale(-1, 1);
  }
  100% {
    -webkit-transform: translateX(12.5vw) scale(-1, 1);
            transform: translateX(12.5vw) scale(-1, 1);
  }
}
.effect.mv-1.anim .inner img {
  -webkit-animation: mv1-y 3s 0.5s cubic-bezier(0.37, 0, 0.63, 1) forwards 1;
          animation: mv1-y 3s 0.5s cubic-bezier(0.37, 0, 0.63, 1) forwards 1;
}
@-webkit-keyframes mv1-y {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(27.7777777778vw);
            transform: translateY(27.7777777778vw);
  }
}
@keyframes mv1-y {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(27.7777777778vw);
            transform: translateY(27.7777777778vw);
  }
}
.effect.footer-1 li {
  opacity: 0;
}
.effect.footer-1 li.anim {
  -webkit-animation: footer-anim 4s cubic-bezier(0.65, 0, 0.35, 1) infinite;
          animation: footer-anim 4s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}
@-webkit-keyframes footer-anim {
  0%, 100% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
}
@keyframes footer-anim {
  0%, 100% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
}

#lp-shonenwolf {
  position: relative;
  width: 100%;
  background: #eaeff3;
  overflow: hidden;
  color: #000;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  margin: 0 auto;
  text-align: left;
  font-size: 14px;
  font-family: hiragino-kaku-gothic-pron, "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf {
    width: 100%;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf .pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #lp-shonenwolf .sp {
    display: none;
  }
}
#lp-shonenwolf img {
  width: 100%;
}
#lp-shonenwolf a {
  display: block;
  cursor: pointer;
  -webkit-transition: opacity 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
#lp-shonenwolf a:hover {
  opacity: 0.6;
}
#lp-shonenwolf section {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0vw 0vw;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section {
    padding: 1.3333333333vw 0vw;
  }
}
#lp-shonenwolf section > .ttl-box .image {
  width: 11.1111111111vw;
  margin: 0 auto;
}
#lp-shonenwolf section > .ttl-box .image img {
  width: 100%;
  height: auto;
}
#lp-shonenwolf section > .ttl-box .txt {
  width: 22.2222222222vw;
  margin: 2.7777777778vw auto 0;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section > .ttl-box .txt {
    width: 34.1333333333vw;
    margin: 4.8vw auto 0;
  }
}
#lp-shonenwolf section > .ttl-box .txt img {
  width: 100%;
  height: auto;
}
#lp-shonenwolf section .container {
  position: relative;
  width: 76.3888888889vw;
  margin: 4.8611111111vw auto 0;
  background: #fff;
  border-radius: 2.0833333333vw;
  padding: 5vw 7.2916666667vw 3.3333333333vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section .container {
    width: 89.3333333333vw;
    margin: 5.8666666667vw auto 0;
    border-radius: 2.6666666667vw;
    padding: 7.4666666667vw 6.4vw 6.4vw;
  }
}
#lp-shonenwolf section .container h3 {
  text-align: center;
  font-size: 2.9166666667vw;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section .container h3 {
    font-size: 5.6vw;
    line-height: 1.55;
  }
}
#lp-shonenwolf section .container .lead {
  font-size: 1.875vw;
  line-height: 1.88;
  margin: 2.2222222222vw 0;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section .container .lead {
    font-size: 3.6vw;
    margin: 2.6666666667vw 0 0;
  }
}
#lp-shonenwolf section .note-box {
  position: relative;
  margin: 1.3888888889vw auto 0;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section .note-box {
    margin: 2.6666666667vw auto 0;
  }
}
#lp-shonenwolf section .note-box li {
  position: relative;
  padding-left: 1.1111111111vw;
  font-size: 1.1111111111vw;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section .note-box li {
    font-size: 2.2666666667vw;
    padding-left: 2.2666666667vw;
    letter-spacing: -0.02em;
  }
}
#lp-shonenwolf section .note-box li:nth-child(n+2) {
  margin-top: 0.3472222222vw;
}
#lp-shonenwolf section .note-box li:before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
}
#lp-shonenwolf section.sec-main {
  width: 100%;
}
#lp-shonenwolf section.sec-main .image {
  width: 100%;
}
#lp-shonenwolf section.sec-main .image img {
  width: 100%;
  height: auto;
}
#lp-shonenwolf section.sec-about {
  position: relative;
}
#lp-shonenwolf section.sec-about .top-box {
  position: relative;
  padding: 3.0555555556vw 0 0;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-about .top-box {
    padding: 1.6vw 0 0vw;
  }
}
#lp-shonenwolf section.sec-about .top-box nav {
  position: relative;
  z-index: 3;
}
#lp-shonenwolf section.sec-about .top-box nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-about .top-box nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
  }
}
#lp-shonenwolf section.sec-about .top-box nav ul li {
  position: relative;
  padding-left: 1.7361111111vw;
  cursor: pointer;
  -webkit-transition: opacity 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
#lp-shonenwolf section.sec-about .top-box nav ul li:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-about .top-box nav ul li {
    padding-left: 2.4vw;
  }
}
#lp-shonenwolf section.sec-about .top-box nav ul li:before {
  position: absolute;
  content: "";
  top: 0.3472222222vw;
  left: 0;
  background: url("https://cf.graniph.com/banner/other/shonenwolf/img/icon_anchor.svg") center center no-repeat;
  width: 1.25vw;
  height: 1.25vw;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-about .top-box nav ul li:before {
    top: 1.6vw;
    width: 2vw;
    height: 1.7333333333vw;
  }
}
#lp-shonenwolf section.sec-about .top-box nav ul li:nth-child(n+2) {
  margin-left: 3.0555555556vw;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-about .top-box nav ul li:nth-child(n+2) {
    margin-left: 3.2vw;
  }
}
#lp-shonenwolf section.sec-about .top-box nav ul li span {
  position: relative;
}
#lp-shonenwolf section.sec-about .top-box nav ul li span img {
  height: 2.1527777778vw;
  width: auto;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-about .top-box nav ul li span img {
    height: 3.4666666667vw;
    width: auto;
  }
}
#lp-shonenwolf section.sec-about .top-box .lead-box {
  position: relative;
  margin: 17.5vw auto 0;
  width: 76.3888888889vw;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-about .top-box .lead-box {
    margin: 30.6666666667vw auto 0;
    width: 89.3333333333vw;
  }
}
#lp-shonenwolf section.sec-about .top-box .lead-box h3 {
  font-weight: 800;
  font-size: 2.8472222222vw;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-about .top-box .lead-box h3 {
    font-size: 5.8666666667vw;
    line-height: 1.55;
  }
}
#lp-shonenwolf section.sec-about .top-box .lead-box p {
  margin: 2.0833333333vw 0;
  font-size: 1.875vw;
  line-height: 1.86;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-about .top-box .lead-box p {
    margin: 5.0666666667vw 0;
    font-size: 3.6vw;
    line-height: 1.88;
    letter-spacing: -0.01em;
  }
}
#lp-shonenwolf section.sec-about .top-box .deco-box {
  position: absolute;
  top: 0vw;
  left: 0vw;
  width: 100%;
  height: 100%;
}
#lp-shonenwolf section.sec-about .top-box .deco-box li {
  position: absolute;
  top: 0;
  left: 0;
}
#lp-shonenwolf section.sec-about .top-box .deco-box li:nth-child(1) {
  top: 10.1388888889vw;
  left: 5.2083333333vw;
  width: 54.8611111111vw;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-about .top-box .deco-box li:nth-child(1) {
    top: 13.8666666667vw;
    left: -1.0666666667vw;
    width: 102vw;
  }
}
#lp-shonenwolf section.sec-about .top-box .deco-box li:nth-child(1) img {
  width: 100%;
  height: auto;
}
#lp-shonenwolf section.sec-about .top-box .deco-box li:nth-child(1) .base {
  position: relative;
  width: 100%;
  opacity: 0;
}
#lp-shonenwolf section.sec-about .top-box .deco-box li:nth-child(1) .image {
  position: absolute;
  top: 0;
  left: 0;
}
#lp-shonenwolf section.sec-about .top-box .deco-box li:nth-child(1) .image span {
  display: block;
}
#lp-shonenwolf section.sec-about .top-box .deco-box li:nth-child(1) .image span:nth-child(n+2) {
  position: absolute;
  top: 0;
  left: 0;
}
#lp-shonenwolf section.sec-about .top-box .deco-box li:nth-child(2) {
  top: 51.3888888889vw;
  left: 6.9444444444vw;
  width: 15.4166666667vw;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-about .top-box .deco-box li:nth-child(2) {
    top: 109.3333333333vw;
    left: 1.3333333333vw;
    width: 24vw;
  }
}
#lp-shonenwolf section.sec-about .top-box .deco-box li:nth-child(2) img {
  width: 100%;
  height: auto;
}
#lp-shonenwolf section.sec-about .top-box .deco-box li:nth-child(3) {
  top: 14.9305555556vw;
  left: 69.4444444444vw;
  width: 25.8333333333vw;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-about .top-box .deco-box li:nth-child(3) {
    top: 60vw;
    left: 73.3333333333vw;
    width: 40vw;
  }
}
#lp-shonenwolf section.sec-about .top-box .deco-box li:nth-child(3) img {
  width: 100%;
  height: auto;
}
#lp-shonenwolf section.sec-mv {
  position: relative;
  width: 100%;
  margin: 7.5vw 0 0;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-mv {
    margin: 12.5333333333vw 0 0;
  }
}
#lp-shonenwolf section.sec-mv .ttl-box {
  position: relative;
  width: 22.2222222222vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-mv .ttl-box {
    width: 34.1333333333vw;
  }
}
#lp-shonenwolf section.sec-mv .ttl-box .image {
  width: 12.5vw;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-mv .ttl-box .image {
    width: 19.3333333333vw;
  }
}
#lp-shonenwolf section.sec-mv .ttl-box ul.deco-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#lp-shonenwolf section.sec-mv .ttl-box ul.deco-box li {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.4722222222vw;
}
#lp-shonenwolf section.sec-mv .ttl-box ul.deco-box li:nth-child(1) {
  top: -0.6944444444vw;
  left: -1.0416666667vw;
  width: 2.7777777778vw;
  -webkit-animation: onpu-1 5s cubic-bezier(0.65, 0, 0.35, 1) infinite;
          animation: onpu-1 5s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}
@-webkit-keyframes onpu-1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes onpu-1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-mv .ttl-box ul.deco-box li:nth-child(1) {
    top: -1.3333333333vw;
    left: -2vw;
    width: 4.5333333333vw;
  }
}
#lp-shonenwolf section.sec-mv .ttl-box ul.deco-box li:nth-child(2) {
  top: -3.8194444444vw;
  left: 4.1666666667vw;
  width: 1.9444444444vw;
  -webkit-animation: onpu-2 5.5s cubic-bezier(0.65, 0, 0.35, 1) infinite;
          animation: onpu-2 5.5s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}
@-webkit-keyframes onpu-2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes onpu-2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-mv .ttl-box ul.deco-box li:nth-child(2) {
    top: -6.4vw;
    left: 6.4vw;
    width: 3.2vw;
  }
}
#lp-shonenwolf section.sec-mv .ttl-box ul.deco-box li:nth-child(3) {
  top: 7.2916666667vw;
  left: 21.9444444444vw;
  width: 1.25vw;
  -webkit-animation: onpu-3 3.5s cubic-bezier(0.65, 0, 0.35, 1) infinite;
          animation: onpu-3 3.5s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}
@-webkit-keyframes onpu-3 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes onpu-3 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-mv .ttl-box ul.deco-box li:nth-child(3) {
    top: 11.7333333333vw;
    left: 33.0666666667vw;
    width: 2vw;
  }
}
#lp-shonenwolf section.sec-mv .ttl-box ul.deco-box li img {
  width: 100%;
  height: auto;
}
#lp-shonenwolf section.sec-mv .movie-box {
  width: 76.3888888889vw;
  margin: 3.6111111111vw auto 0;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-mv .movie-box {
    width: 89.3333333333vw;
    margin: 6.4vw auto 0;
  }
}
#lp-shonenwolf section.sec-mv .movie-box .movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#lp-shonenwolf section.sec-mv .movie-box .movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#lp-shonenwolf section.sec-mv .lead-box {
  position: relative;
  margin: 2.7777777778vw auto 0;
  width: 65.2777777778vw;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-mv .lead-box {
    margin: 4.2666666667vw auto 0;
    width: 86.6666666667vw;
  }
}
#lp-shonenwolf section.sec-mv .lead-box .chara {
  position: absolute;
  top: 0.3472222222vw;
  left: 0;
  width: 8.6111111111vw;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-mv .lead-box .chara {
    top: 18.1333333333vw;
    left: 37.3333333333vw;
    width: 13.0666666667vw;
  }
}
#lp-shonenwolf section.sec-mv .lead-box .chara img {
  width: 100%;
  height: auto;
}
#lp-shonenwolf section.sec-mv .lead-box .text {
  padding-left: 11.1111111111vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-mv .lead-box .text {
    padding-left: 0;
  }
}
#lp-shonenwolf section.sec-mv .lead-box .text p {
  font-size: 2.9166666667vw;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.6;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-mv .lead-box .text p {
    font-size: 4.5333333333vw;
    line-height: 1.6;
  }
}
#lp-shonenwolf section.sec-campaign {
  position: relative;
  width: 100%;
  margin: 7.5vw 0 0;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-campaign {
    margin: 34.6666666667vw 0 0;
  }
}
#lp-shonenwolf section.sec-campaign .ttl-box {
  position: relative;
  width: 22.2222222222vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-campaign .ttl-box {
    width: 100%;
  }
}
#lp-shonenwolf section.sec-campaign .ttl-box .image {
  width: 7.6388888889vw;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-campaign .ttl-box .image {
    width: 11.7333333333vw;
  }
}
#lp-shonenwolf section.sec-campaign .ttl-box .txt {
  width: 18.75vw;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-campaign .ttl-box .txt {
    width: 29.3333333333vw;
  }
}
#lp-shonenwolf section.sec-campaign .container .image-box {
  position: relative;
  margin: 2.7777777778vw auto 0;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-campaign .container .image-box {
    margin: 1.6vw auto 0;
  }
}
#lp-shonenwolf section.sec-campaign .container .image-box .image {
  position: relative;
  left: 1.6666666667vw;
  width: 30.1388888889vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-campaign .container .image-box .image {
    margin: 3.2vw auto 0;
    left: 3.2vw;
    width: 57.8666666667vw;
  }
}
#lp-shonenwolf section.sec-campaign .container .image-box .image img {
  width: 100%;
  height: auto;
}
#lp-shonenwolf section.sec-campaign .container .image-box .label {
  position: absolute;
  top: 0.9722222222vw;
  left: -1.6666666667vw;
  width: 15.9722222222vw;
  height: 15.9722222222vw;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-campaign .container .image-box .label {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
  }
}
#lp-shonenwolf section.sec-campaign .deco-box {
  position: absolute;
  top: 0vw;
  left: 0vw;
  width: 100%;
  height: 100%;
}
#lp-shonenwolf section.sec-campaign .deco-box li {
  position: absolute;
  top: 0;
  left: 0;
}
#lp-shonenwolf section.sec-campaign .deco-box li:nth-child(1) {
  top: 10.1388888889vw;
  left: 5.2083333333vw;
  width: 54.8611111111vw;
}
#lp-shonenwolf section.sec-campaign .deco-box li:nth-child(1) img {
  width: 100%;
  height: auto;
}
#lp-shonenwolf section.sec-campaign .deco-box li:nth-child(1) .base {
  position: relative;
  width: 100%;
  opacity: 0;
}
#lp-shonenwolf section.sec-campaign .deco-box li:nth-child(1) .image {
  position: absolute;
  top: 0;
  left: 0;
}
#lp-shonenwolf section.sec-campaign .deco-box li:nth-child(1) .image span {
  display: block;
}
#lp-shonenwolf section.sec-campaign .deco-box li:nth-child(1) .image span:nth-child(n+2) {
  position: absolute;
  top: 0;
  left: 0;
}
#lp-shonenwolf section.sec-campaign .deco-box li:nth-child(1) {
  top: -3.125vw;
  left: -1.8055555556vw;
  width: 34.7222222222vw;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-campaign .deco-box li:nth-child(1) {
    top: -13.3333333333vw;
    left: -2.6666666667vw;
    width: 44vw;
  }
}
#lp-shonenwolf section.sec-campaign .deco-box li:nth-child(1) img {
  width: 100%;
  height: auto;
  -webkit-animation: rumble 5s cubic-bezier(0.65, 0, 0.35, 1) infinite;
          animation: rumble 5s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}
@-webkit-keyframes rumble {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  50% {
    -webkit-transform: translate(20px);
            transform: translate(20px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes rumble {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  50% {
    -webkit-transform: translate(20px);
            transform: translate(20px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
#lp-shonenwolf section.sec-campaign .deco-box li:nth-child(2) {
  top: 11.8055555556vw;
  left: 77.9166666667vw;
  width: 25.8333333333vw;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-campaign .deco-box li:nth-child(2) {
    top: 12.6666666667vw;
    left: 72vw;
    width: 32vw;
  }
}
#lp-shonenwolf section.sec-campaign .deco-box li:nth-child(2) img {
  width: 100%;
  height: auto;
}
#lp-shonenwolf section.sec-campaign .deco-box li:nth-child(2) .base {
  position: relative;
  width: 100%;
}
#lp-shonenwolf section.sec-campaign .deco-box li:nth-child(2) .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#lp-shonenwolf section.sec-campaign .deco-box li:nth-child(2) .inner span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 1s 0.5s cubic-bezier(0.37, 0, 0.63, 1);
  transition: -webkit-transform 1s 0.5s cubic-bezier(0.37, 0, 0.63, 1);
  transition: transform 1s 0.5s cubic-bezier(0.37, 0, 0.63, 1);
  transition: transform 1s 0.5s cubic-bezier(0.37, 0, 0.63, 1), -webkit-transform 1s 0.5s cubic-bezier(0.37, 0, 0.63, 1);
}
#lp-shonenwolf section.sec-campaign .deco-box li:nth-child(2) .inner span:nth-child(1) {
  -webkit-transform: translate(-10%, -100%);
          transform: translate(-10%, -100%);
}
#lp-shonenwolf section.sec-campaign .deco-box li:nth-child(2) .inner span:nth-child(2) {
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  -webkit-transition: -webkit-transform 1s 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition: -webkit-transform 1s 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition: transform 1s 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition: transform 1s 0.6s cubic-bezier(0.37, 0, 0.63, 1), -webkit-transform 1s 0.6s cubic-bezier(0.37, 0, 0.63, 1);
}
#lp-shonenwolf section.sec-campaign .deco-box li:nth-child(2) .inner span:nth-child(3) {
  -webkit-transform: translate(-30%, 100%);
          transform: translate(-30%, 100%);
  -webkit-transition: -webkit-transform 1s 0.7s cubic-bezier(0.37, 0, 0.63, 1);
  transition: -webkit-transform 1s 0.7s cubic-bezier(0.37, 0, 0.63, 1);
  transition: transform 1s 0.7s cubic-bezier(0.37, 0, 0.63, 1);
  transition: transform 1s 0.7s cubic-bezier(0.37, 0, 0.63, 1), -webkit-transform 1s 0.7s cubic-bezier(0.37, 0, 0.63, 1);
}
#lp-shonenwolf section.sec-campaign .deco-box li:nth-child(2) .inner span.anim {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
#lp-shonenwolf section.sec-campaign .deco-box li:nth-child(2) .inner span img {
  width: 100%;
  height: auto;
}
#lp-shonenwolf section.sec-tokyo {
  position: relative;
  width: 100%;
  margin: 9.7222222222vw 0 0;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-tokyo {
    margin: 18.6666666667vw 0 0;
  }
}
#lp-shonenwolf section.sec-tokyo .ttl-box {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
#lp-shonenwolf section.sec-tokyo .ttl-box .image {
  position: relative;
  width: 16.1111111111vw;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-tokyo .ttl-box .image {
    left: 1.6vw !important;
    width: 26.1333333333vw;
  }
}
#lp-shonenwolf section.sec-tokyo .ttl-box .txt {
  width: 25.6944444444vw;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-tokyo .ttl-box .txt {
    width: 38.6666666667vw;
  }
}
#lp-shonenwolf section.sec-tokyo .ttl-box .deco-box {
  position: absolute;
  top: -16.6666666667vw;
  left: 4.4444444444vw;
  width: 90.2777777778vw;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-tokyo .ttl-box .deco-box {
    top: -17.3333333333vw;
    left: 2.9333333333vw;
    width: 94.6666666667vw;
  }
}
#lp-shonenwolf section.sec-tokyo .ttl-box .deco-box .base {
  position: relative;
  width: 100%;
  opacity: 0;
}
#lp-shonenwolf section.sec-tokyo .ttl-box .deco-box ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#lp-shonenwolf section.sec-tokyo .ttl-box .deco-box ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#lp-shonenwolf section.sec-tokyo .ttl-box .deco-box ul li:nth-child(1) img {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
#lp-shonenwolf section.sec-tokyo .ttl-box .deco-box ul li:nth-child(2) img {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#lp-shonenwolf section.sec-tokyo .ttl-box .deco-box ul li:nth-child(3) img {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#lp-shonenwolf section.sec-tokyo .ttl-box .deco-box ul li:nth-child(4) img {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
#lp-shonenwolf section.sec-tokyo .ttl-box .deco-box ul li:nth-child(5) img {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
#lp-shonenwolf section.sec-tokyo .ttl-box .deco-box ul li:nth-child(6) img {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
#lp-shonenwolf section.sec-tokyo .ttl-box .deco-box ul li:nth-child(7) img {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
#lp-shonenwolf section.sec-tokyo .ttl-box .deco-box ul li:nth-child(8) img {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
#lp-shonenwolf section.sec-tokyo .ttl-box .deco-box ul li:nth-child(9) img {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
#lp-shonenwolf section.sec-tokyo .ttl-box .deco-box ul li:nth-child(10) img {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
#lp-shonenwolf section.sec-tokyo .ttl-box .deco-box ul li img {
  width: 100%;
  height: auto;
  -webkit-animation: wave 5s cubic-bezier(0.37, 0, 0.63, 1) infinite;
          animation: wave 5s cubic-bezier(0.37, 0, 0.63, 1) infinite;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-tokyo .ttl-box .deco-box ul li img {
    -webkit-animation: wave-2 5s cubic-bezier(0.37, 0, 0.63, 1) infinite;
            animation: wave-2 5s cubic-bezier(0.37, 0, 0.63, 1) infinite;
  }
}
@-webkit-keyframes wave {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes wave {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes wave-2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(75px);
            transform: translateY(75px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes wave-2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(75px);
            transform: translateY(75px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#lp-shonenwolf section.sec-tokyo .container:before {
  position: absolute;
  content: "";
  bottom: -1.8055555556vw;
  right: -1.3888888889vw;
  background: url("https://cf.graniph.com/banner/other/shonenwolf/img/deco_tokyo_2.png") center center no-repeat;
  width: 9.7222222222vw;
  height: 7.9166666667vw;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-tokyo .container:before {
    bottom: -4.2666666667vw;
    right: -1.6vw;
    width: 18.6666666667vw;
    height: 15.2vw;
  }
}
#lp-shonenwolf section.sec-tokyo .container h3 {
  white-space: nowrap;
}
#lp-shonenwolf section.sec-tokyo .container .image-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2.5vw 0 0;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-tokyo .container .image-box {
    display: block;
    margin: 4.8vw 0 0;
  }
}
#lp-shonenwolf section.sec-tokyo .container .image-box li {
  width: 28.4722222222vw;
  border-radius: 2.0833333333vw;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-tokyo .container .image-box li {
    width: 54.6666666667vw;
    margin: 0 auto;
    border-radius: 4vw;
  }
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-tokyo .container .image-box li:nth-child(n+2) {
    margin: 6.9333333333vw auto 0;
  }
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-tokyo .container .note-box {
    margin: 4.8vw auto 0;
  }
}
#lp-shonenwolf section.sec-items {
  position: relative;
  width: 100%;
  margin: 9.3055555556vw 0 0;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-items {
    margin: 19.2vw 0 0;
  }
}
#lp-shonenwolf section.sec-items .ttl-box {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
#lp-shonenwolf section.sec-items .ttl-box .image {
  width: 29.3055555556vw;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-items .ttl-box .image {
    position: relative;
    left: 2.6666666667vw;
    width: 45.3333333333vw;
  }
}
#lp-shonenwolf section.sec-items .ttl-box .txt {
  width: 10.4166666667vw;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-items .ttl-box .txt {
    width: 16.5333333333vw;
  }
}
#lp-shonenwolf section.sec-items .ttl-box .deco-box {
  position: absolute;
  top: -11.1111111111vw;
  left: 4.4444444444vw;
  width: 90.2777777778vw;
}
#lp-shonenwolf section.sec-items .ttl-box .deco-box .base {
  position: relative;
  width: 100%;
  opacity: 0;
}
#lp-shonenwolf section.sec-items .ttl-box .deco-box ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#lp-shonenwolf section.sec-items .ttl-box .deco-box ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#lp-shonenwolf section.sec-items .ttl-box .deco-box ul li img {
  width: 100%;
  height: auto;
}
#lp-shonenwolf section.sec-items > .item-box {
  position: relative;
  width: 76.3888888889vw;
  margin: 5.5555555556vw auto 0;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-items > .item-box {
    margin: 6.4vw auto 0;
    width: 89.3333333333vw;
  }
}
#lp-shonenwolf section.sec-items > .item-box .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-items > .item-box .flex-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#lp-shonenwolf section.sec-items > .item-box .flex-box.full {
  display: block;
}
#lp-shonenwolf section.sec-items > .item-box .flex-box.full .r-box {
  margin: 2.7777777778vw auto 0;
}
#lp-shonenwolf section.sec-items > .item-box .flex-box.full .item-box {
  width: 100%;
}
#lp-shonenwolf section.sec-items > .item-box .flex-box.full .item-box li:nth-child(n+3) {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-items > .item-box .flex-box.full .item-box li:nth-child(n+3) {
    margin-top: 5.3333333333vw;
  }
}
#lp-shonenwolf section.sec-items > .item-box .flex-box.margin {
  margin: 2.7777777778vw 0 0;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-items > .item-box .flex-box.margin {
    margin: 6.6666666667vw 0 0;
  }
}
#lp-shonenwolf section.sec-items > .item-box .flex-box.opp .l-box {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-items > .item-box .flex-box.opp .l-box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
#lp-shonenwolf section.sec-items > .item-box .flex-box.opp .r-box {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-items > .item-box .flex-box.opp .r-box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
#lp-shonenwolf section.sec-items > .item-box .flex-box .main {
  width: 37.5vw;
}
#lp-shonenwolf section.sec-items > .item-box .flex-box .main.margin {
  margin: 1.9444444444vw 0 0;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-items > .item-box .flex-box .main.margin {
    margin: 5.3333333333vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-items > .item-box .flex-box .main {
    width: 100%;
  }
}
#lp-shonenwolf section.sec-items > .item-box .flex-box .item-box {
  width: 37.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#lp-shonenwolf section.sec-items > .item-box .flex-box .item-box.margin {
  margin: 1.9444444444vw 0 0;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-items > .item-box .flex-box .item-box.margin {
    margin: 5.3333333333vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-items > .item-box .flex-box .item-box {
    margin: 6.4vw auto 0;
    width: 100%;
  }
}
#lp-shonenwolf section.sec-items > .item-box .flex-box .item-box li {
  width: 18.0555555556vw;
}
#lp-shonenwolf section.sec-items > .item-box .flex-box .item-box li.chara {
  position: relative;
}
#lp-shonenwolf section.sec-items > .item-box .flex-box .item-box li.chara:before {
  position: absolute;
  content: "";
  top: -3.8888888889vw;
  right: 1.3888888889vw;
  background: url("https://cf.graniph.com/banner/other/shonenwolf/img/deco_item_5.png") center center no-repeat;
  width: 9.4444444444vw;
  height: 3.8888888889vw;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-items > .item-box .flex-box .item-box li.chara:before {
    top: -7.4666666667vw;
    right: 2.6666666667vw;
    width: 18.1333333333vw;
    height: 7.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-items > .item-box .flex-box .item-box li {
    width: 42.9333333333vw;
  }
}
#lp-shonenwolf section.sec-items > .item-box .flex-box .item-box li:nth-child(n+3) {
  margin-top: 3.125vw;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-items > .item-box .flex-box .item-box li:nth-child(n+3) {
    margin-top: 5.3333333333vw;
  }
}
#lp-shonenwolf section.sec-items > .item-box .image {
  border-radius: 0.6944444444vw;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-items > .item-box .image {
    border-radius: 1.3333333333vw;
  }
}
#lp-shonenwolf section.sec-items > .item-box p.name {
  margin: 1.3888888889vw 0 0;
  font-size: 1.1111111111vw;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-items > .item-box p.name {
    margin: 3.2vw 0 0;
    font-size: 2.6666666667vw;
  }
}
#lp-shonenwolf section.sec-items > .item-box p.price {
  margin: 0.2777777778vw 0 0;
  font-size: 1.1111111111vw;
  font-weight: bold;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-items > .item-box p.price {
    margin: 1.0666666667vw 0 0;
    font-size: 2.6666666667vw;
  }
}
#lp-shonenwolf section.sec-items .deco-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
#lp-shonenwolf section.sec-items .deco-box li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#lp-shonenwolf section.sec-items .deco-box li img {
  width: 100%;
  height: auto;
}
#lp-shonenwolf section.sec-items .deco-box li:nth-child(1) {
  top: 12.5vw;
  left: 71.6666666667vw;
  width: 43.75vw;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-items .deco-box li:nth-child(1) {
    top: 28vw;
    left: 68vw;
    width: 48vw;
  }
}
#lp-shonenwolf section.sec-items .deco-box li:nth-child(1) .base {
  position: relative;
  width: 100%;
  opacity: 0.85;
}
#lp-shonenwolf section.sec-items .deco-box li:nth-child(1) ul.deco-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  mix-blend-mode: multiply;
}
#lp-shonenwolf section.sec-items .deco-box li:nth-child(1) ul.deco-1 li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#lp-shonenwolf section.sec-items .deco-box li:nth-child(1) ul.deco-1 li img {
  width: 100%;
  height: auto;
}
#lp-shonenwolf section.sec-items .deco-box li:nth-child(2) {
  top: 113.1944444444vw;
  left: -5.5555555556vw;
  width: 36.1111111111vw;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-items .deco-box li:nth-child(2) {
    top: 322.6666666667vw;
    left: -0.6666666667vw;
    width: 42.6666666667vw;
  }
}
#lp-shonenwolf section.sec-items .deco-box li:nth-child(2) .base {
  position: relative;
  width: 100%;
  opacity: 0;
}
#lp-shonenwolf section.sec-items .deco-box li:nth-child(2) ul.deco-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#lp-shonenwolf section.sec-items .deco-box li:nth-child(2) ul.deco-2 li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#lp-shonenwolf section.sec-items .deco-box li:nth-child(2) ul.deco-2 li:nth-child(2) img {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
#lp-shonenwolf section.sec-items .deco-box li:nth-child(2) ul.deco-2 li img {
  width: 100%;
  height: auto;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
  -webkit-transition: all 1s 0s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 1s 0s cubic-bezier(0.37, 0, 0.63, 1);
}
#lp-shonenwolf section.sec-items .deco-box li:nth-child(2) ul.deco-2 li img.anim {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
}
#lp-shonenwolf section.sec-items .deco-box li:nth-child(3) {
  top: 194.4444444444vw;
  left: 69.4444444444vw;
  width: 38.1944444444vw;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-items .deco-box li:nth-child(3) {
    top: 938.6666666667vw;
    left: 66vw;
    width: 45.3333333333vw;
  }
}
#lp-shonenwolf section.sec-items .deco-front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  pointer-events: none;
}
#lp-shonenwolf section.sec-items .deco-front ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#lp-shonenwolf section.sec-items .deco-front ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: opacity 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
#lp-shonenwolf section.sec-items .deco-front ul li.in-view {
  opacity: 1;
}
#lp-shonenwolf section.sec-items .deco-front ul li:nth-child(1) {
  position: absolute;
  top: 20.8333333333vw;
  left: 1.3888888889vw;
  width: 25vw;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-items .deco-front ul li:nth-child(1) {
    top: 32vw;
    left: -5.3333333333vw;
    width: 38.6666666667vw;
  }
}
#lp-shonenwolf section.sec-items .deco-front ul li:nth-child(2) {
  position: absolute;
  top: 100.6944444444vw;
  left: 75vw;
  width: 19.4444444444vw;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-items .deco-front ul li:nth-child(2) {
    top: 293.3333333333vw;
    left: 73.3333333333vw;
    width: 32vw;
  }
}
#lp-shonenwolf section.sec-items .deco-front ul li:nth-child(3) {
  position: absolute;
  top: 165.2777777778vw;
  left: 41.6666666667vw;
  width: 19.4444444444vw;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-items .deco-front ul li:nth-child(3) {
    top: 650.6666666667vw;
    left: -5.3333333333vw;
    width: 38.6666666667vw;
  }
}
#lp-shonenwolf section.sec-items .deco-front ul li:nth-child(4) {
  position: absolute;
  top: 229.1666666667vw;
  left: 27.7777777778vw;
  width: 23.6111111111vw;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-items .deco-front ul li:nth-child(4) {
    top: 1066.6666666667vw;
    left: 32vw;
    width: 42.6666666667vw;
  }
}
#lp-shonenwolf section.sec-items .deco-front ul li img {
  width: 100%;
  height: auto;
}
#lp-shonenwolf section.sec-footer {
  position: relative;
  width: 100%;
  margin: 9.8611111111vw 0 0;
  padding-bottom: 9.0277777778vw;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-footer {
    margin: 53.6vw 0 0;
    padding-bottom: 21.3333333333vw;
  }
}
#lp-shonenwolf section.sec-footer .image {
  position: relative;
  left: 6.6666666667vw;
  width: 50.9722222222vw;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-footer .image {
    left: 0;
    width: 78.6666666667vw;
    margin: 0 auto;
  }
}
#lp-shonenwolf section.sec-footer .image img {
  width: 100%;
  height: auto;
}
#lp-shonenwolf section.sec-footer .deco {
  position: absolute;
  top: -8.0555555556vw;
  right: -1.1111111111vw;
  width: 43.0555555556vw;
}
@media screen and (max-width: 767px) {
  #lp-shonenwolf section.sec-footer .deco {
    top: -45.6vw;
    right: 4.8vw;
    width: 49.3333333333vw;
  }
}
#lp-shonenwolf section.sec-footer .deco .base {
  width: 100%;
  opacity: 0;
}
#lp-shonenwolf section.sec-footer .deco .base img {
  width: 100%;
  height: auto;
}
#lp-shonenwolf section.sec-footer .deco .deco-footer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#lp-shonenwolf section.sec-footer .deco .deco-footer li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#lp-shonenwolf section.sec-footer .deco .deco-footer li img {
  width: 100%;
  height: auto;
}

footer {
  margin-top: 0px !important;
}

.btn-more {
  position: relative;
  margin: 3.8194444444vw auto 0;
  width: 22.7777777778vw;
  height: 3.75vw;
}
@media screen and (max-width: 767px) {
  .btn-more {
    margin: 12.8vw auto 0;
    width: 56.2666666667vw;
    height: 9.6vw;
  }
}
.btn-more a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  background: #22688a;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 1.1111111111vw 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.1111111111vw;
  border-radius: 100px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .btn-more a {
    padding: 3.3333333333vw 0;
  }
}
.btn-more a span {
  position: relative;
  width: 4.0277777778vw;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .btn-more a span {
    width: 10.6666666667vw;
  }
}
.btn-more a span img {
  width: 100%;
  height: auto;
}
.btn-more a:after {
  position: absolute;
  content: "";
  top: 1.3194444444vw;
  right: 0.9722222222vw;
  background: url("https://cf.graniph.com/banner/other/shonenwolf/img/icon_link.svg") center center no-repeat;
  width: 0.6944444444vw;
  height: 0.9722222222vw;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .btn-more a:after {
    top: 3.6vw;
    right: 3.0666666667vw;
    width: 1.6vw;
    height: 2.4vw;
  }
}/*# sourceMappingURL=style.css.map */