@charset "UTF-8";
/*=============================================================
 tools
=============================================================*/
@import url("https://fonts.googleapis.com/css2?family=Murecho:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Tilt+Warp&display=swap");
@keyframes spin-right {
  0% {
    transform: rotate(0deg); /* 初期位置 */
  }
  100% {
    transform: rotate(360deg); /* 360度回転 */
  }
}
@keyframes floatX {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(vw(-20));
    @media only screen and (min-width: 768px) {
      transform: translateX(-20px);
    }
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes floatX2 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(vw(-20));
    @media only screen and (min-width: 768px) {
      transform: translateX(-20px);
    }
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes poyon {
  0%, 50%, 100% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(1.1, 0.9);
  }
  20% {
    transform: scale(0.9, 1.1);
  }
  30% {
    transform: scale(1.05, 0.95);
  }
  40% {
    transform: scale(1, 1);
  }
}
@keyframes yurayura {
  0%, 100% {
    transform: rotate(0deg) skewX(0deg);
  }
  50% {
    transform: rotate(-2deg) skewX(2deg);
  }
}
@keyframes yurayura2 {
  0%, 100% {
    transform: rotate(0deg) skewX(0deg);
  }
  50% {
    transform: rotate(2deg) skewX(-2deg);
  }
}
@keyframes story {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(10px);
  }
  10% {
    transform: translateY(0);
  }
  15% {
    transform: translateY(10px);
  }
  20% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
#keyvisual {
  position: relative;
  margin-bottom: -4.0625vw;
  background-color: #210e14;
}
@media only screen and (min-width: 768px) {
  #keyvisual {
    margin-bottom: -26px;
  }
}
#keyvisual .keyvisual__logo {
  position: absolute;
  top: 37.5vw;
  right: -1.25vw;
  width: 41.875vw;
}
@media only screen and (min-width: 768px) {
  #keyvisual .keyvisual__logo {
    top: 240px;
    right: -8px;
    width: 268px;
  }
}

#content {
  padding-bottom: 4.6875vw;
}
@media only screen and (min-width: 768px) {
  #content {
    padding-bottom: 30px;
  }
}

section .sec__deco {
  position: absolute;
  top: -17.96875vw;
  left: 0;
}
@media only screen and (min-width: 768px) {
  section .sec__deco {
    top: -115px;
  }
}
section .sec__box {
  position: relative;
  padding: 0 4.375vw 8.4375vw;
  border-radius: 4.6875vw;
  z-index: 0;
  background-image: linear-gradient(0deg, #fda551 31%, #d14334 75%);
}
@media only screen and (min-width: 768px) {
  section .sec__box {
    padding: 0 28px 54px;
    border-radius: 30px;
  }
}
section .sec__box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/parts/sec_bg_short.webp");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  pointer-events: none;
  mix-blend-mode: overlay;
  z-index: -1;
}
section .sec__box.long::before {
  background-image: url("../img/parts/sec_bg_long.webp");
}
section .sec__box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1.25vw solid rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  border-radius: 4.6875vw;
  mix-blend-mode: overlay;
}
@media only screen and (min-width: 768px) {
  section .sec__box::before {
    border-width: 8px;
    border-radius: 30px;
  }
}
section .sec__box__ttlBox {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  width: 93.75vw;
  padding: 0 3.125vw 2.34375vw;
  background-color: #FFFF57;
  border: 0.625vw solid #D44334;
  border-radius: 12.5vw;
  text-align: center;
  margin: 0 2.5vw 5vw;
}
@media only screen and (min-width: 768px) {
  section .sec__box__ttlBox {
    padding: 0 20px 15px;
    border: 4px solid #D44334;
    border-radius: 80px;
    margin: 0 16px 32px;
    width: 600px;
  }
}
section .sec__box__ttlBox__text {
  display: inline-block;
  padding: 0.78125vw 1.5625vw;
  min-width: 22.5vw;
  font-size: 3.125vw;
  color: #fff;
  border: 0.3125vw solid #FFFF57;
  background-color: #782121;
  border-radius: 4.6875vw;
  text-align: center;
  margin: -50% 0 0.78125vw;
}
@media only screen and (min-width: 768px) {
  section .sec__box__ttlBox__text {
    padding: 5px 10px;
    min-width: 144px;
    font-size: 20px;
    border: 2px solid #FFFF57;
    border-radius: 30px;
    margin: -50% 0 5px;
  }
}
section .sec__box__ttlBox__title {
  font-size: 5vw;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #782121;
}
@media only screen and (min-width: 768px) {
  section .sec__box__ttlBox__title {
    font-size: 32px;
  }
}
section .sec__box__ttlBox__title span.red {
  color: #F14331;
}
section .sec__box__ttlBox__title span.fs-small {
  font-size: 3.75vw;
}
@media only screen and (min-width: 768px) {
  section .sec__box__ttlBox__title span.fs-small {
    font-size: 24px;
  }
}
section .sec__box__ttlBox__title span.fs-large {
  font-size: 5.9375vw;
}
@media only screen and (min-width: 768px) {
  section .sec__box__ttlBox__title span.fs-large {
    font-size: 38px;
  }
}
section .sec__box__ttlBox.type2 {
  padding: 3.125vw 0;
}
@media only screen and (min-width: 768px) {
  section .sec__box__ttlBox.type2 {
    padding: 20px 0;
  }
}
section .sec__box__ttlBox.type2 .sec__box__ttlBox__title {
  font-size: 6.25vw;
  font-family: "Murecho", sans-serif;
  font-weight: 900;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  section .sec__box__ttlBox.type2 .sec__box__ttlBox__title {
    font-size: 40px;
  }
}
section .sec__box__ttlBox.type2 .sec__box__ttlBox__title span.fs-large {
  font-size: 7.5vw;
}
@media only screen and (min-width: 768px) {
  section .sec__box__ttlBox.type2 .sec__box__ttlBox__title span.fs-large {
    font-size: 48px;
  }
}
section .sec__box__ttlBox.type2 .sec__box__ttlBox__title span.fs-small {
  display: block;
  font-family: "Tilt Warp", sans-serif;
  font-weight: 400;
  margin-top: 0.78125vw;
}
@media only screen and (min-width: 768px) {
  section .sec__box__ttlBox.type2 .sec__box__ttlBox__title span.fs-small {
    margin-top: 5px;
  }
}
section .sec__deco {
  opacity: 0;
  transform: translateY(50px) skewX(-10deg);
  transition: all 0.6s 0.3s ease;
}
section .sec__box {
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.5s ease;
}
section .sec__box__ttlBox {
  transform: translateY(-20%);
  opacity: 0;
  transition: all 0.5s 0.3s ease;
}
section.move-on .sec__deco {
  opacity: 1;
  transform: translateY(0) skewX(0);
}
section.move-on .sec__box {
  transform: translateY(0);
  opacity: 1;
}
section.move-on .sec__box__ttlBox {
  transform: translateY(-50%);
  opacity: 1;
}