@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.active {
  -webkit-animation: popanm 0.6s ease forwards;
          animation: popanm 0.6s ease forwards;
}

#stalker {
  pointer-events: none;
  position: fixed;
  top: 0px;
  left: 0px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transform: translate(-50px, -50px);
          transform: translate(-50px, -50px);
  z-index: 999;
}
@media screen and (max-width: 768px) {
  #stalker {
    display: none;
  }
}
#stalker span {
  position: relative;
  display: block;
  top: -32px;
  left: -40px;
  width: 32px;
  height: 30px;
  -webkit-transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
#stalker span:before {
  position: absolute;
  content: "";
  background: url("https://cf.graniph.com/banner/other/ikaku-campaign/img/202510/mouse.png") center center no-repeat;
  width: 64px;
  height: 56px;
  background-size: contain;
  pointer-events: none;
}
#stalker.hover span {
  -webkit-transform: scale(2);
          transform: scale(2);
}

.font-montserrat {
  font-family: "Montserrat", sans-serif;
  letter-spacing: -0.03em;
}
.font-montserrat.black {
  font-weight: 900;
}
.font-montserrat.bold {
  font-weight: 800;
}

#lp-ikaku-campaign {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: #535B65;
  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: 600;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign {
    width: 100%;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign .pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #lp-ikaku-campaign .sp {
    display: none;
  }
}
#lp-ikaku-campaign img {
  width: 100%;
}
#lp-ikaku-campaign 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-ikaku-campaign a:hover {
  opacity: 0.6;
}
#lp-ikaku-campaign section.sec-main {
  position: relative;
  width: 100%;
}
#lp-ikaku-campaign section.sec-main .image {
  width: 100%;
}
#lp-ikaku-campaign section.sec-main .image img {
  width: 100%;
  height: auto;
}
#lp-ikaku-campaign section.sec-lead {
  position: relative;
  width: 100%;
  background: #ffd100;
  padding: 5.234375vw 0 5vw;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-lead {
    padding: 7.4666666667vw 0 7.4666666667vw;
  }
}
#lp-ikaku-campaign section.sec-lead .lead-box {
  position: relative;
  width: 100%;
  padding-bottom: 5.234375vw;
}
#lp-ikaku-campaign section.sec-lead .lead-box .p-box {
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-lead .lead-box .p-box {
    width: 100%;
  }
}
#lp-ikaku-campaign section.sec-lead .lead-box .p-box p {
  font-size: 1.796875vw;
  text-align: center;
  line-height: 1.88;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #9f5c27;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-lead .lead-box .p-box p {
    line-height: 1.85;
    letter-spacing: 0.03em;
    font-size: 3.7333333333vw;
  }
}
#lp-ikaku-campaign section.sec-lead .lead-box .p-box p.margin {
  position: relative;
  margin: 1.5625vw 0 1.5625vw;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-lead .lead-box .p-box p.margin {
    margin: 2.6666666667vw 0 2.6666666667vw;
  }
}
#lp-ikaku-campaign section.sec-lead .lead-box .txt-period {
  font-size: 2.1875vw;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.03em;
  margin-top: 3.75vw;
  color: #006837;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-lead .lead-box .txt-period {
    margin-top: 4.2666666667vw;
    font-size: 3.7333333333vw;
  }
}
#lp-ikaku-campaign section.sec-lead .lead-box .txt-period span {
  position: relative;
  font-size: 2.96875vw;
  letter-spacing: 0em;
  top: 0.15625vw;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-lead .lead-box .txt-period span {
    font-size: 4.6666666667vw;
  }
}
#lp-ikaku-campaign section.sec-lead .lead-box .txt-period p.note {
  position: relative;
  margin: 0.625vw auto 0;
  font-size: 1.25vw;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-lead .lead-box .txt-period p.note {
    margin: 3.2vw auto 0;
    font-size: 3.2vw;
  }
}
#lp-ikaku-campaign section.sec-lead .lead-box ul.deco-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#lp-ikaku-campaign section.sec-lead .lead-box ul.deco-box li {
  position: absolute;
  top: 0vw;
  left: 14.0625vw;
  width: 11.5625vw;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-lead .lead-box ul.deco-box li {
    top: auto;
    left: 16vw;
    bottom: -29.3333333333vw;
    width: 24vw;
  }
}
#lp-ikaku-campaign section.sec-lead .lead-box ul.deco-box li:nth-child(2) {
  top: 24.765625vw;
  left: 75vw;
  width: 10.15625vw;
}
#lp-ikaku-campaign section.sec-lead .lead-box ul.deco-box li:nth-child(2) .image.label-hide .inner:before {
  display: none;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-lead .lead-box ul.deco-box li:nth-child(2) {
    top: auto;
    left: 54vw;
    bottom: -41.8666666667vw;
    width: 24vw;
  }
}
#lp-ikaku-campaign section.sec-lead .lead-box ul.deco-box li:nth-child(2) .inner {
  position: relative;
}
#lp-ikaku-campaign section.sec-lead .lead-box ul.deco-box li:nth-child(2) .inner:before {
  position: absolute;
  content: "";
  top: -4.53125vw;
  right: -4.0625vw;
  background: url("https://cf.graniph.com/banner/other/ikaku-campaign/img/202510/label_push.png") center center no-repeat;
  width: 4.6875vw;
  height: 4.6875vw;
  background-size: contain;
  -webkit-animation: tikatika 3s infinite;
          animation: tikatika 3s infinite;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-lead .lead-box ul.deco-box li:nth-child(2) .inner:before {
    top: -13.3333333333vw;
    right: -8vw;
    width: 11.7333333333vw;
    height: 11.7333333333vw;
  }
}
#lp-ikaku-campaign section.sec-lead .lead-box ul.deco-box li img {
  position: relative;
  width: 100%;
  height: auto;
}
#lp-ikaku-campaign section.sec-lead .lead-box ul.deco-box li img:nth-child(n+2) {
  position: absolute;
  top: 0;
  left: 0;
}
#lp-ikaku-campaign section.sec-lead .loop-box {
  position: relative;
  width: 100%;
  margin-top: 0vw;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-lead .loop-box {
    margin-top: 1.3333333333vw;
  }
}
#lp-ikaku-campaign section.sec-lead .loop-box .container {
  white-space: nowrap;
  letter-spacing: -0.4em;
}
@media screen and (min-width: 768px) {
  #lp-ikaku-campaign section.sec-lead .loop-box .container {
    -webkit-animation: loop 40s linear infinite;
            animation: loop 40s linear infinite;
  }
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-lead .loop-box .container {
    -webkit-animation: loop-sp 20s linear infinite;
            animation: loop-sp 20s linear infinite;
  }
}
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-128.515625vw);
            transform: translateX(-128.515625vw);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-128.515625vw);
            transform: translateX(-128.515625vw);
  }
}
@-webkit-keyframes loop-sp {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-228.7333333333vw);
            transform: translateX(-228.7333333333vw);
  }
}
@keyframes loop-sp {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-228.7333333333vw);
            transform: translateX(-228.7333333333vw);
  }
}
#lp-ikaku-campaign section.sec-lead .loop-box .container .inner {
  display: inline-block;
  white-space: nowrap;
  letter-spacing: -0.4em;
}
#lp-ikaku-campaign section.sec-lead .loop-box .container .inner article {
  position: relative;
  display: inline-block;
  position: relative;
  width: 10.9375vw;
  height: 10.9375vw;
}
@media screen and (max-width: 768px) {
  #lp-ikaku-campaign section.sec-lead .loop-box .container .inner article {
    width: 19.4666666667vw;
    height: 19.4666666667vw;
  }
}
#lp-ikaku-campaign section.sec-lead .loop-box .container .inner article img {
  position: relative;
  width: 100%;
  height: auto;
}
#lp-ikaku-campaign section.sec-lead .loop-box .container .inner article.wide-1 {
  width: 24.609375vw;
}
@media screen and (max-width: 768px) {
  #lp-ikaku-campaign section.sec-lead .loop-box .container .inner article.wide-1 {
    width: 43.8vw;
  }
}
#lp-ikaku-campaign section.sec-lead .loop-box .container .inner article.wide-2 {
  width: 16.40625vw;
}
@media screen and (max-width: 768px) {
  #lp-ikaku-campaign section.sec-lead .loop-box .container .inner article.wide-2 {
    width: 29.2vw;
  }
}
#lp-ikaku-campaign section.sec-lead .loop-box .container .inner article.komaAnim img:nth-child(n+2), #lp-ikaku-campaign section.sec-lead .loop-box .container .inner article.cook img:nth-child(n+2), #lp-ikaku-campaign section.sec-lead .loop-box .container .inner article.thunder img:nth-child(n+2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
#lp-ikaku-campaign section.sec-lead .loop-box .container .inner article.jump-koma img:nth-child(n+2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#lp-ikaku-campaign section.sec-lead .loop-box .container .inner article.jump-koma img:nth-child(3) {
  opacity: 0;
}
#lp-ikaku-campaign section.sec-campaign {
  position: relative;
  background: #ff7c00;
  width: 100%;
  padding: 7.8125vw 0 10.9375vw;
  font-weight: bold;
  color: #535B65;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-campaign {
    padding: 11.7333333333vw 0 30.9333333333vw;
  }
}
#lp-ikaku-campaign section.sec-campaign .container {
  position: relative;
  width: 75.78125vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-campaign .container {
    width: 92vw;
  }
}
#lp-ikaku-campaign section.sec-campaign .container .ttl-box h2 {
  font-size: 6.25vw;
  font-weight: 800;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-campaign .container .ttl-box h2 {
    font-size: 11.2vw;
  }
}
#lp-ikaku-campaign section.sec-campaign .container .ttl-box h2 span {
  position: relative;
}
#lp-ikaku-campaign section.sec-campaign .container .ttl-box h2 span:after {
  position: absolute;
  content: "";
  top: -3.125vw;
  left: -8.984375vw;
  background: url("https://cf.graniph.com/banner/other/ikaku-campaign/img/202510/deco_campaign_1.png") center center no-repeat;
  width: 10.78125vw;
  height: 11.09375vw;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-campaign .container .ttl-box h2 span:after {
    top: -1.3333333333vw;
    left: auto;
    right: -17.3333333333vw;
    width: 16vw;
    height: 18.6666666667vw;
  }
}
#lp-ikaku-campaign section.sec-campaign .container ul.campaign-box {
  position: relative;
  margin: 3.75vw auto 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-campaign .container ul.campaign-box {
    margin: 4.2666666667vw auto 0;
  }
}
#lp-ikaku-campaign section.sec-campaign .container ul.campaign-box li {
  position: relative;
  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-ikaku-campaign section.sec-campaign .container ul.campaign-box li {
    display: block;
  }
}
#lp-ikaku-campaign section.sec-campaign .container ul.campaign-box li:nth-child(n+2) {
  margin-top: 5.625vw;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-campaign .container ul.campaign-box li:nth-child(n+2) {
    margin-top: 13.3333333333vw;
  }
}
#lp-ikaku-campaign section.sec-campaign .container ul.campaign-box li .text-box {
  position: relative;
  width: 51.171875vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-campaign .container ul.campaign-box li .text-box {
    width: 100%;
    padding: 0;
  }
}
#lp-ikaku-campaign section.sec-campaign .container ul.campaign-box li .text-box h5 {
  position: relative;
  margin-top: 0vw;
  font-size: 3.28125vw;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0em;
  color: #006837;
}
#lp-ikaku-campaign section.sec-campaign .container ul.campaign-box li .text-box h5 em {
  color: #006837;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-campaign .container ul.campaign-box li .text-box h5 {
    margin-top: 0.5333333333vw;
    font-size: 5.8666666667vw;
    line-height: 1.3;
  }
}
#lp-ikaku-campaign section.sec-campaign .container ul.campaign-box li .text-box h6 {
  font-weight: bold;
  font-size: 1.40625vw;
  font-weight: 900;
  margin: 1.25vw 0 0.46875vw;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-campaign .container ul.campaign-box li .text-box h6 {
    font-size: 3.4666666667vw;
    margin: 2.6666666667vw 0 0.8vw;
  }
}
#lp-ikaku-campaign section.sec-campaign .container ul.campaign-box li .text-box .p-box {
  margin-top: 5.3125vw;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-campaign .container ul.campaign-box li .text-box .p-box {
    margin-top: 3.4666666667vw;
  }
}
#lp-ikaku-campaign section.sec-campaign .container ul.campaign-box li .text-box .p-box p {
  line-height: 1.65;
  font-size: 1.25vw;
  font-weight: bold;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-campaign .container ul.campaign-box li .text-box .p-box p {
    font-size: 3.2vw;
  }
}
#lp-ikaku-campaign section.sec-campaign .container ul.campaign-box li .text-box .p-box p.ttl {
  font-weight: 900;
  letter-spacing: -0.4em;
}
#lp-ikaku-campaign section.sec-campaign .container ul.campaign-box li .text-box .p-box p.ttl span {
  display: inline-block;
  color: #fff;
  background: #006837;
  border-radius: 0.859375vw;
  padding: 0.3125vw 0.9375vw 0.234375vw;
  letter-spacing: 0.03em;
}
#lp-ikaku-campaign section.sec-campaign .container ul.campaign-box li .text-box .p-box p.ttl span:nth-child(n+2) {
  margin-left: 0.625vw;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-campaign .container ul.campaign-box li .text-box .p-box p.ttl span {
    border-radius: 1.6vw;
    padding: 0.5333333333vw 1.6vw 0.4vw;
  }
}
#lp-ikaku-campaign section.sec-campaign .container ul.campaign-box li .text-box .p-box p.text {
  margin-top: 1.25vw;
  line-height: 1.5;
  color: #006837;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-campaign .container ul.campaign-box li .text-box .p-box p.text {
    margin-top: 4.8vw;
  }
}
#lp-ikaku-campaign section.sec-campaign .container ul.campaign-box li .text-box .p-box p.note {
  margin-top: 0.9375vw;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-campaign .container ul.campaign-box li .text-box .p-box p.note {
    margin-top: 0.8vw;
  }
}
#lp-ikaku-campaign section.sec-campaign .container ul.campaign-box li .text-box .p-box p span.box {
  display: block;
  margin-top: 0.390625vw;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-campaign .container ul.campaign-box li .text-box .p-box p span.box {
    margin-top: 0.8vw;
  }
}
#lp-ikaku-campaign section.sec-campaign .container ul.campaign-box li .text-box .p-box p span.note {
  position: relative;
  display: block;
  font-weight: 500;
  font-size: 1.171875vw;
  padding-left: 1.25vw;
  margin-bottom: 0.15625vw;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-campaign .container ul.campaign-box li .text-box .p-box p span.note {
    font-size: 2.6666666667vw;
    padding-left: 3.2vw;
  }
}
#lp-ikaku-campaign section.sec-campaign .container ul.campaign-box li .text-box .p-box p span.note:before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
}
#lp-ikaku-campaign section.sec-campaign .container ul.campaign-box li .image-box {
  position: relative;
  width: 22.65625vw;
  top: -4.0625vw;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-campaign .container ul.campaign-box li .image-box {
    top: 0;
    width: 70.6666666667vw;
    margin: 5.3333333333vw auto 0;
  }
}
#lp-ikaku-campaign section.sec-campaign .container ul.campaign-box li .image-box .image {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
#lp-ikaku-campaign section.sec-campaign .container ul.campaign-box li .image-box .image:before {
  position: absolute;
  content: "";
  top: 24vw;
  right: -4.5vw;
  background: url("https://cf.graniph.com/banner/other/ikaku-campaign/img/202510/novelty2_text.png") center center no-repeat;
  width: 8.8125vw;
  height: 8.8125vw;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-campaign .container ul.campaign-box li .image-box .image:before {
    top: 80vw;
    right: -9.6666666667vw;
    width: 24vw;
    height: 24vw;
  }
}
#lp-ikaku-campaign section.sec-campaign .container ul.campaign-box li .image-box .image:after {
  position: absolute;
  content: "";
  top: 0vw;
  left: -5vw;
  background: url("https://cf.graniph.com/banner/other/ikaku-campaign/img/202510/novelty1_text.png") center center no-repeat;
  width: 12.15625vw;
  height: 12.15625vw;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-campaign .container ul.campaign-box li .image-box .image:after {
    top: 5.6666666667vw;
    left: -6.6666666667vw;
    width: 30.6666666667vw;
    height: 30.6666666667vw;
  }
}
#lp-ikaku-campaign section.sec-campaign .container ul.campaign-box li .image-box .image.margin {
  margin-top: 1.171875vw;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-campaign .container ul.campaign-box li .image-box .image.margin {
    margin-top: 3.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-campaign .container ul.campaign-box li .image-box .image {
    border-radius: 8px;
  }
}
#lp-ikaku-campaign section.sec-campaign .container ul.campaign-box li .image-box .image img {
  display: block;
  width: 100%;
  height: auto;
}
#lp-ikaku-campaign section.sec-campaign ul.deco-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 5;
}
#lp-ikaku-campaign section.sec-campaign ul.deco-box li {
  position: absolute;
  top: auto;
  bottom: 0;
  left: right;
}
#lp-ikaku-campaign section.sec-campaign ul.deco-box li:nth-child(1) {
  top: auto;
  bottom: -7.1875vw;
  left: auto;
  right: 5.9375vw;
  width: 34.0625vw;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-campaign ul.deco-box li:nth-child(1) {
    right: 26.6666666667vw;
    width: 48vw;
  }
}
#lp-ikaku-campaign section.sec-campaign ul.deco-box li img {
  position: relative;
  width: 100%;
  height: auto;
}
#lp-ikaku-campaign section.sec-movie {
  position: relative;
  width: 100%;
  background: #7fb39c;
  padding: 8.4375vw 0 0vw;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-movie {
    padding: 11.7333333333vw 0 0vw;
  }
}
#lp-ikaku-campaign section.sec-movie .movie-box {
  width: 76.3888888889vw;
  margin: 6.9444444444vw auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-movie .movie-box {
    margin: 6.9444444444vw auto 0;
    width: 89.3333333333vw;
  }
}
#lp-ikaku-campaign section.sec-movie .movie-box .movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#lp-ikaku-campaign section.sec-movie .movie-box .movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#lp-ikaku-campaign section.sec-movie .lead-box {
  margin: 2.3611111111vw auto 0;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-movie .lead-box {
    margin: 5.3333333333vw auto 0;
  }
}
#lp-ikaku-campaign section.sec-movie .lead-box p {
  font-weight: 800;
  line-height: 1.6;
  font-size: 2.9166666667vw;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-movie .lead-box p {
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
}
#lp-ikaku-campaign section.sec-movie .container {
  position: relative;
  width: 76.5625vw;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-movie .container {
    width: 92vw;
  }
}
#lp-ikaku-campaign section.sec-movie .container .ttl-box h2 {
  position: relative;
  font-size: 6.25vw;
  font-weight: 800;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-movie .container .ttl-box h2 {
    font-size: 11.2vw;
  }
}
#lp-ikaku-campaign section.sec-movie .container .ttl-box h2 span {
  position: relative;
}
#lp-ikaku-campaign section.sec-movie .container .ttl-box h2 span:before {
  position: absolute;
  content: "";
  top: -1.5625vw;
  left: -8.75vw;
  background: url("https://cf.graniph.com/banner/other/ikaku-campaign/img/202510/deco_ttl.png") center center no-repeat;
  width: 10vw;
  height: 10vw;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-movie .container .ttl-box h2 span:before {
    top: -1.3333333333vw;
    left: auto;
    right: -17.3333333333vw;
    width: 16vw;
    height: 18.6666666667vw;
  }
}
#lp-ikaku-campaign section.sec-movie .container .deco {
  position: relative;
  bottom: -0.625vw;
  margin: 60px auto 0;
  width: 56.875vw;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-movie .container .deco {
    bottom: -1.0666666667vw;
    margin: 5.3333333333vw auto 0;
    width: 74.6666666667vw;
  }
}
#lp-ikaku-campaign section.sec-movie .container .deco img {
  width: 100%;
  height: auto;
}
#lp-ikaku-campaign section.sec-item {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 5.3125vw 0 6.875vw;
  background: url("https://cf.graniph.com/banner/other/ikaku-campaign/img/202510/bg_item_pc.png") top center no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-item {
    padding: 8.6666666667vw 0 13.3333333333vw;
    background: url("https://cf.graniph.com/banner/other/ikaku-campaign/img/202510/bg_item_sp.png") top center repeat-y;
    background-size: 100% auto;
  }
}
#lp-ikaku-campaign section.sec-item .container {
  position: relative;
  width: 76.5625vw;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-item .container {
    width: 92vw;
  }
}
#lp-ikaku-campaign section.sec-item .container .ttl-box h2 {
  position: relative;
  font-size: 6.25vw;
  font-weight: 800;
  color: #ff7c00;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-item .container .ttl-box h2 {
    font-size: 11.2vw;
  }
}
#lp-ikaku-campaign section.sec-item .container .ttl-box h2 span {
  position: relative;
}
#lp-ikaku-campaign section.sec-item .container .item-box {
  position: relative;
  margin: 4.0625vw auto 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5vw 1.40625vw;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-item .container .item-box {
    margin: 5.6vw auto 0;
    gap: 4.8vw 3.4666666667vw;
  }
}
#lp-ikaku-campaign section.sec-item .container .item-box li {
  position: relative;
  width: calc((100% - 4.21875vw) / 4);
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-item .container .item-box li {
    width: calc((100% - 3.4666666667vw) / 2);
  }
}
#lp-ikaku-campaign section.sec-item .container .item-box li .image {
  display: block;
  width: 100%;
  border-radius: 0.390625vw;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-item .container .item-box li .image {
    border-radius: 1.0666666667vw;
  }
}
#lp-ikaku-campaign section.sec-item .container .item-box li p.name {
  margin: 1.09375vw auto 0;
  font-size: 0.9375vw;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #000;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-item .container .item-box li p.name {
    margin: 2.4vw auto 0;
    font-size: 2.9333333333vw;
    line-height: 1.5;
  }
}
#lp-ikaku-campaign section.sec-item .container .item-box li p.price {
  margin: 0.3125vw auto 0;
  font-size: 0.9375vw;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #000;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-item .container .item-box li p.price {
    margin: 0.5333333333vw auto 0;
    font-size: 2.6666666667vw;
    line-height: 1.5;
  }
}
#lp-ikaku-campaign section.sec-item ul.deco-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  pointer-events: none;
}
#lp-ikaku-campaign section.sec-item ul.deco-box li {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  pointer-events: auto;
}
#lp-ikaku-campaign section.sec-item ul.deco-box li .label.label-hide:before {
  display: none;
}
#lp-ikaku-campaign section.sec-item ul.deco-box li .label:before {
  position: absolute;
  content: "";
  top: -1.5625vw;
  left: 0vw;
  background: url("https://cf.graniph.com/banner/other/ikaku-campaign/img/202510/label_push_2.png") center center no-repeat;
  width: 4.6875vw;
  height: 4.6875vw;
  background-size: contain;
  -webkit-animation: tikatika 3s infinite;
          animation: tikatika 3s infinite;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-item ul.deco-box li .label:before {
    top: -8vw;
    left: -5.3333333333vw;
    width: 11.7333333333vw;
    height: 11.7333333333vw;
  }
}
#lp-ikaku-campaign section.sec-item ul.deco-box li:nth-child(1) {
  top: 9.6875vw;
  left: 82.8125vw;
  width: 11.328125vw;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-item ul.deco-box li:nth-child(1) {
    top: -3.3333333333vw;
    left: 78.6666666667vw;
    width: 16vw;
  }
}
#lp-ikaku-campaign section.sec-item ul.deco-box li:nth-child(2) {
  top: 1.5625vw;
  left: 1.875vw;
  width: 10.625vw;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-item ul.deco-box li:nth-child(2) {
    display: none;
  }
}
#lp-ikaku-campaign section.sec-item ul.deco-box li:nth-child(3) {
  top: 9.765625vw;
  left: 70.3125vw;
  width: 3.90625vw;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-item ul.deco-box li:nth-child(3) {
    top: 14vw;
    left: 67.3333333333vw;
    width: 4.8vw;
  }
}
#lp-ikaku-campaign section.sec-item ul.deco-box li:nth-child(4) {
  top: 56.25vw;
  left: 89.453125vw;
  width: 8.125vw;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-item ul.deco-box li:nth-child(4) {
    top: auto;
    bottom: -8vw;
    left: 81.3333333333vw;
    width: 13.3333333333vw;
  }
}
#lp-ikaku-campaign section.sec-item ul.deco-box li img {
  position: relative;
  width: 100%;
  height: auto;
}
#lp-ikaku-campaign section.sec-sns {
  position: relative;
  width: 100%;
  background: #ffd100;
  padding: 5.3125vw 0 0vw;
  z-index: 1;
  color: #006536;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-sns {
    padding: 11.7333333333vw 0 0vw;
  }
}
#lp-ikaku-campaign section.sec-sns .container .ttl-box h2 {
  color: #006536 !important;
}
#lp-ikaku-campaign section.sec-sns .lead-box {
  margin: 2.3611111111vw auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-sns .lead-box {
    margin: 5.3333333333vw auto 0;
  }
}
#lp-ikaku-campaign section.sec-sns .lead-box p {
  font-weight: 800;
  line-height: 1.6;
  font-size: 2.9166666667vw;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-sns .lead-box p {
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
}
#lp-ikaku-campaign section.sec-sns ul.sns-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3.4375vw;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-sns ul.sns-box {
    margin-top: 7.4666666667vw;
  }
}
#lp-ikaku-campaign section.sec-sns ul.sns-box li {
  width: 14.0625vw;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-sns ul.sns-box li {
    width: 24vw;
  }
}
#lp-ikaku-campaign section.sec-sns ul.sns-box li:nth-child(n+2) {
  margin-left: 3.125vw;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-sns ul.sns-box li:nth-child(n+2) {
    margin-left: 5.3333333333vw;
  }
}
#lp-ikaku-campaign section.sec-sns ul.sns-box li .image {
  width: 12.5vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-sns ul.sns-box li .image {
    width: 24vw;
  }
}
#lp-ikaku-campaign section.sec-sns ul.sns-box li .image img {
  width: 100%;
  height: auto;
}
#lp-ikaku-campaign section.sec-sns ul.sns-box li p {
  margin-top: 0.9375vw;
  font-size: 1.25vw;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.03em;
  color: #231815;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-sns ul.sns-box li p {
    margin-top: 2.1333333333vw;
    font-size: 2.6666666667vw;
    line-height: 1.35;
  }
}
#lp-ikaku-campaign section.sec-sns .btn-more a {
  background-color: #006837;
}
#lp-ikaku-campaign section.sec-sns .container {
  position: relative;
  width: 76.5625vw;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-sns .container {
    width: 92vw;
  }
}
#lp-ikaku-campaign section.sec-sns .container .ttl-box h2 {
  position: relative;
  font-size: 6.25vw;
  font-weight: 800;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-sns .container .ttl-box h2 {
    font-size: 11.2vw;
  }
}
#lp-ikaku-campaign section.sec-sns .container .ttl-box h2 span {
  position: relative;
}
#lp-ikaku-campaign section.sec-sns .container .ttl-box h2 span:before {
  position: absolute;
  content: "";
  top: -1.5625vw;
  left: -8.75vw;
  background: url("https://cf.graniph.com/banner/other/ikaku-campaign/img/202510/deco_ttl.png") center center no-repeat;
  width: 10vw;
  height: 10vw;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-sns .container .ttl-box h2 span:before {
    top: -1.3333333333vw;
    left: auto;
    right: -17.3333333333vw;
    width: 16vw;
    height: 18.6666666667vw;
  }
}
#lp-ikaku-campaign section.sec-sns .container .deco {
  position: relative;
  bottom: -0.625vw;
  margin: 60px auto 0;
  width: 56.875vw;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-sns .container .deco {
    bottom: -1.0666666667vw;
    margin: 5.3333333333vw auto 0;
    width: 74.6666666667vw;
  }
}
#lp-ikaku-campaign section.sec-sns .container .deco img {
  width: 100%;
  height: auto;
}
#lp-ikaku-campaign section.sec-thanks {
  position: relative;
  width: 100%;
  padding: 8.59375vw 0 0vw;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-thanks {
    padding: 11.7333333333vw 0 0vw;
  }
}
#lp-ikaku-campaign section.sec-thanks .image {
  width: 45.78125vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-thanks .image {
    position: relative;
    width: 69.3333333333vw;
  }
}
#lp-ikaku-campaign section.sec-thanks .image img {
  width: 100%;
  height: auto;
}
#lp-ikaku-campaign section.sec-thanks .deco-foot {
  position: relative;
  width: 100%;
  margin: 6.875vw auto 0;
}
@media screen and (max-width: 767px) {
  #lp-ikaku-campaign section.sec-thanks .deco-foot {
    width: 150%;
    left: -25%;
  }
}
#lp-ikaku-campaign section.sec-thanks .deco-foot img {
  width: 100%;
  height: auto;
}

.btn-more {
  position: relative;
  margin: 4.296875vw auto 0;
  width: 25vw;
  height: 5vw;
}
@media screen and (max-width: 767px) {
  .btn-more {
    margin: 10.6666666667vw auto 0;
    width: 53.3333333333vw;
    height: 10.6666666667vw;
  }
}
.btn-more a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  background: #ff7c00;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 1.796875vw 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.25vw;
  border-radius: 100px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .btn-more a {
    font-size: 2.6666666667vw;
    padding: 4vw 0;
  }
}
.btn-more a span {
  position: relative;
}
.btn-more a span:after {
  position: absolute;
  content: "";
  top: 0.15625vw;
  right: -1.5625vw;
  background: url("https://cf.graniph.com/banner/other/ikaku-campaign/img/202510/icon_link.png") center center no-repeat;
  width: 0.78125vw;
  height: 0.9375vw;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .btn-more a span:after {
    top: 0.4vw;
    right: -3.0666666667vw;
    width: 1.3333333333vw;
    height: 2vw;
  }
}

@-webkit-keyframes rumble {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  25% {
    -webkit-transform: translate(2px);
            transform: translate(2px);
  }
  50% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  75% {
    -webkit-transform: translate(-2px);
            transform: translate(-2px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes rumble {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  25% {
    -webkit-transform: translate(2px);
            transform: translate(2px);
  }
  50% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  75% {
    -webkit-transform: translate(-2px);
            transform: translate(-2px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes run {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  60% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  80% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes run {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  60% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  80% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes fly {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-150vh);
            transform: translateY(-150vh);
  }
}
@keyframes fly {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-150vh);
            transform: translateY(-150vh);
  }
}
@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes jump {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes jump-2 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes jump-2 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes run-left {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
  50.1% {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes run-left {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
  50.1% {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@-webkit-keyframes headphone {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  15% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  45% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  60% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes headphone {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  15% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  45% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  60% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.anim-headphone {
  cursor: pointer;
}
.anim-headphone.anim img {
  -webkit-animation: headphone 1.5s cubic-bezier(0.65, 0, 0.35, 1) 1;
          animation: headphone 1.5s cubic-bezier(0.65, 0, 0.35, 1) 1;
}

.purupuru {
  cursor: pointer;
}
.purupuru.anim img {
  -webkit-animation: rumble 0.1s linear infinite;
          animation: rumble 0.1s linear infinite;
}

.run, .run-2 {
  cursor: pointer;
  z-index: 99999;
}
.run.run-2, .run-2.run-2 {
  cursor: default;
}
.run img, .run-2 img {
  -webkit-transform-origin: 45% 100%;
          transform-origin: 45% 100%;
}
.run.anim img, .run-2.anim img {
  -webkit-animation: run 1.25s cubic-bezier(0.37, 0, 0.63, 1) forwards;
          animation: run 1.25s cubic-bezier(0.37, 0, 0.63, 1) forwards;
}

.anim-purupuru {
  cursor: pointer;
}
.anim-purupuru.anim img {
  -webkit-animation: rumble 0.1s linear infinite;
          animation: rumble 0.1s linear infinite;
}

.anim-fly img, .anim-fly-2 img {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.anim-fly.anim img, .anim-fly-2.anim img {
  -webkit-transform: translateY(-150vh);
          transform: translateY(-150vh);
}

.jump-koma.anim img:nth-child(1) {
  -webkit-animation: jump-2 0.4s cubic-bezier(0.65, 0, 0.35, 1) 1 forwards;
          animation: jump-2 0.4s cubic-bezier(0.65, 0, 0.35, 1) 1 forwards;
}
.jump-koma.anim img:nth-child(2) {
  -webkit-animation: koma-out 0.5s 0.5s cubic-bezier(0.65, 0, 0.35, 1) 1 forwards;
          animation: koma-out 0.5s 0.5s cubic-bezier(0.65, 0, 0.35, 1) 1 forwards;
}
.jump-koma.anim img:nth-child(3) {
  -webkit-animation: koma-in 0.5s 0.5s cubic-bezier(0.65, 0, 0.35, 1) 1 forwards;
          animation: koma-in 0.5s 0.5s cubic-bezier(0.65, 0, 0.35, 1) 1 forwards;
}

.jump {
  position: relative;
}
.jump img:nth-child(n+2) {
  display: block;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.jump.anim img.anim {
  -webkit-animation: jump 0.4s cubic-bezier(0.65, 0, 0.35, 1) 3 forwards;
          animation: jump 0.4s cubic-bezier(0.65, 0, 0.35, 1) 3 forwards;
}

.jump-2.label-hide:before {
  display: none;
}
.jump-2.anim img {
  -webkit-animation: jump-2 0.4s cubic-bezier(0.65, 0, 0.35, 1) 2 forwards;
          animation: jump-2 0.4s cubic-bezier(0.65, 0, 0.35, 1) 2 forwards;
}

.run-left.anim img {
  -webkit-animation: run-left 1.25s cubic-bezier(0.65, 0, 0.35, 1) forwards;
          animation: run-left 1.25s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}

.koma-1, .koma-2, .koma-3, .koma-4, .koma-5 {
  cursor: pointer;
}
.koma-1.anim img:nth-child(1), .koma-2.anim img:nth-child(1), .koma-3.anim img:nth-child(1), .koma-4.anim img:nth-child(1), .koma-5.anim img:nth-child(1) {
  opacity: 0;
}
.koma-1.anim img:nth-child(2), .koma-2.anim img:nth-child(2), .koma-3.anim img:nth-child(2), .koma-4.anim img:nth-child(2), .koma-5.anim img:nth-child(2) {
  opacity: 1 !important;
}

.koma-1.label-hide:after {
  display: none;
}
.koma-1:after {
  position: absolute;
  content: "";
  top: -2.34375vw;
  right: -0.78125vw;
  background: url("https://cf.graniph.com/banner/other/ikaku-campaign/img/202510/label_push.png") center center no-repeat;
  width: 4.6875vw;
  height: 4.6875vw;
  background-size: contain;
  -webkit-animation: tikatika 3s infinite;
          animation: tikatika 3s infinite;
}
@media screen and (max-width: 767px) {
  .koma-1:after {
    top: -4vw;
    right: 0vw;
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
}

.cook {
  cursor: pointer;
}
.cook img:nth-child(2) {
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
}
.cook.anim img:nth-child(2) {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1 !important;
}

.bikkuri {
  cursor: pointer;
}
.bikkuri img:nth-child(2) {
  position: absolute !important;
  top: 20% !important;
  left: 15% !important;
  width: 40% !important;
  height: auto;
  display: block;
  -webkit-transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
}
.bikkuri.anim img:nth-child(2) {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 1 !important;
}

.thunder {
  cursor: pointer;
}
.thunder img:nth-child(1) {
  display: block;
  z-index: 1;
}
.thunder img:nth-child(2) {
  display: block;
  z-index: 0;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
}
.thunder.anim img:nth-child(2) {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1 !important;
}

.doragon.label-hide:after {
  display: none;
}
.doragon:after {
  position: absolute;
  content: "";
  top: -2.34375vw;
  right: -0.78125vw;
  background: url("https://cf.graniph.com/banner/other/ikaku-campaign/img/202510/label_push.png") center center no-repeat;
  width: 4.6875vw;
  height: 4.6875vw;
  background-size: contain;
  -webkit-animation: tikatika 3s infinite;
          animation: tikatika 3s infinite;
}
@media screen and (max-width: 767px) {
  .doragon:after {
    top: -4vw;
    right: 0vw;
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
}
.doragon.anim img {
  -webkit-animation: animDrone 1s ease-in-out 0s infinite alternate;
          animation: animDrone 1s ease-in-out 0s infinite alternate;
}
@media screen and (max-width: 768px) {
  .doragon.anim img {
    -webkit-animation: animDroneSp 1s ease-in-out 0s infinite alternate;
            animation: animDroneSp 1s ease-in-out 0s infinite alternate;
  }
}

.hoverObj {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .hoverObj:hover {
    -webkit-animation: hoverAnim 0.3s ease 1;
            animation: hoverAnim 0.3s ease 1;
  }
}

.chara-skate img {
  -webkit-transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
}

@-webkit-keyframes popanm {
  0% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  30% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  60% {
    -webkit-transform: scale(0.96);
            transform: scale(0.96);
  }
  80% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes popanm {
  0% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  30% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  60% {
    -webkit-transform: scale(0.96);
            transform: scale(0.96);
  }
  80% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes hoverAnim {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.075);
            transform: scale(1.075);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes hoverAnim {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.075);
            transform: scale(1.075);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes tikatika {
  0%, 35% {
    opacity: 1;
  }
  49%, 51% {
    opacity: 0;
  }
  100%, 65% {
    opacity: 1;
  }
}
@keyframes tikatika {
  0%, 35% {
    opacity: 1;
  }
  49%, 51% {
    opacity: 0;
  }
  100%, 65% {
    opacity: 1;
  }
}
@-webkit-keyframes koma-out {
  0% {
    opacity: 1;
  }
  1%, 99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes koma-out {
  0% {
    opacity: 1;
  }
  1%, 99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes koma-in {
  0% {
    opacity: 0;
  }
  1%, 99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes koma-in {
  0% {
    opacity: 0;
  }
  1%, 99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes animDrone {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
  }
}
@keyframes animDrone {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
  }
}
@-webkit-keyframes animDroneSp {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@keyframes animDroneSp {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
footer {
  margin-top: 0px !important;
}/*# sourceMappingURL=style.css.map */