@charset "utf-8";
/* CSS Document */
html {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
p {
  margin: 0;
  padding: 0;
}
body {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-style: normal;
  background: #f6f2eb;
  position: relative;
}
.sp {
  display: block !important;
}
.pc {
  display: none !important;
}
/* ----表示----------------- */
.center {
  width: 100%;
  margin: 0 auto 1px;
  background: #fff;
  position: relative;
  z-index: 2;
}
/* ----fv----------------- */
header {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
}
.info {
  position: relative;
  z-index: 100;
  overflow: hidden;
}
/* ----info1----------------- */
.info1 {
  width: 100%;
  margin-bottom: 47px;
}
.info1 img {
  width: 100%;
}
/* ----info2----------------- */
.info2 {
  width: 100%;
  margin-bottom: 30px;
}
.info2 img {
  width: 100%;
}
/* ----info3----------------- */
.info3 {
  width: 100%;
  margin-bottom: 8px;
}
.info3 img {
  width: 100%;
}
/* ----info4----------------- */
.info4 {
  width: 100%;
  margin-top: -5px;
  margin-bottom: 0px;
}
.info4 img {
  width: 100%;
}
/* ----info5----------------- */
.info5 {
  width: 100%;
  margin-top: -5px;
}
.info5 img {
  width: 100%;
}
/* ----info6----------------- */
.info6 {
  width: 100%;
  margin-top: -5px;
}
.info6 img {
  width: 100%;
}
/* ----info7----------------- */
.info7 {
  padding: 20px;
  margin-top: -5px;
}
.info7_box {
  background: #fff;
  margin: 0 auto;
}
.info7_logo {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 30px 0 10px;
}
.info7_box_info {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 650px) and (max-width: 767px) {
  /* ----fv----------------- */
  .fv_img {
    width: 100%;
    height: auto;
    min-height: auto;
    position: relative;
    display: block;
  }
  .center {
    width: 100%;
  }
  .campaign {
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  /* ----PCサイド----------------- */
  #container {
    position: relative;
  }
  #bg_left {
    position: absolute;
    width: calc((100vw - 430px) / 2);
    height: 100%;
    left: calc((-100vw + 430px) / 2);
    top: 0;
    bottom: 0;
  }
  .bg_blur {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f6f2eb+0,f6f2eb+100&1+9,0+100 */
    background: linear-gradient(to bottom, rgba(246,242,235,1) 0%,rgba(246,242,235,1) 20%,rgba(246,242,235,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    position: absolute;
    width: 100%;
    height: 10vw;
    top: 0;
    left: 0;
		z-index: 111;
	}
  #bg_left_1 {
    background: url(../img/bg_pc_left_1.png) repeat-y center top / 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    animation: parallax-large-anim_l1 linear;
    animation-timeline: scroll();
    aspect-ratio: 1 / 1;
  }
  #bg_left_2 {
    background: url(../img/bg_pc_left_2.png) repeat-y center top / 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    animation: parallax-large-anim_l2 linear;
    animation-timeline: scroll();
    aspect-ratio: 1 / 1;
    opacity: 0.8;
  }
  #bg_right {
    position: absolute;
    width: calc((100vw - 430px) / 2);
    height: 100%;
    right: calc((-100vw + 430px) / 2);
    top: 0;
    bottom: 0;
  }
  #bg_right_1 {
    background: url(../img/bg_pc_right_1.png) repeat-y center top / 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0;
    z-index: 2;
    animation: parallax-large-anim_r1 linear;
    animation-timeline: scroll();
    aspect-ratio: 1 / 1;
  }
  #bg_right_2 {
    background: url(../img/bg_pc_right_2.png) repeat-y center top / 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;
    animation: parallax-large-anim_r2 linear;
    animation-timeline: scroll();
    aspect-ratio: 1 / 1;
    opacity: 0.8;
  }
  .c-block-bg__bg {
    position: absolute;
    inset: 0;
  }
  .c-block-bg__logo img {}
  .c-block-bg__qr {
    position: absolute;
    width: calc((100% - 430px) / 2);
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;
  }
  .sp {
    display: block !important;
  }
  /*パララックスの値*/
  @keyframes parallax-large-anim_l1 {
    from {
      background-position: top -0px center;
    }
    to {
      background-position: top 2000px center;
    }
  }
  @keyframes parallax-large-anim_l2 {
    from {
      background-position: top 0px center;
    }
    to {
      background-position: top -1000px center;
    }
  }
  @keyframes parallax-large-anim_r1 {
    from {
      background-position: top -0px center;
    }
    to {
      background-position: top 2000px center;
    }
  }
  @keyframes parallax-large-anim_r2 {
    from {
      background-position: top 0px center;
    }
    to {
      background-position: top -1000px center;
    }
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  body #body_inner {
    max-width: 430px;
    width: 100%;
    margin: 0 auto;
  }
  .center {
    width: 100%;
    z-index: 3;
    margin: 0px auto 1px;
  }
  /* ----PCサイド----------------- */
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
@media screen and (min-width: 1281px) {
  body {
    /*overflow-x: hidden !important;*/
  }
  body #body_inner {
    max-width: 430px;
    width: 100%;
    margin: 0 auto;
  }
  /* ----中央----------------- */
  .center {
    width: 100%;
    z-index: 3;
    margin: 0px auto 1px;
  }
  /* ----PCサイド----------------- */
  #bg_left_1, #bg_left_2, #bg_right_1, #bg_right_2 {
    background-size: auto;
    overflow-x: hidden !important;
  }
  /*パララックスの値*/
  @keyframes parallax-large-anim_l1 {
    from {
      background-position: top -0px left;
    }
    to {
      background-position: top 1000px left;
    }
  }
  @keyframes parallax-large-anim_l2 {
    from {
      background-position: top 0px left;
    }
    to {
      background-position: top -2000px left;
    }
  }
  @keyframes parallax-large-anim_r1 {
    from {
      background-position: top -0px right;
    }
    to {
      background-position: top 1000px right;
    }
  }
  @keyframes parallax-large-anim_r2 {
    from {
      background-position: top 0px right;
    }
    to {
      background-position: top -2000px right;
    }
  }
}
/*キラキラ降りそそぐマウスストーカー*/
.mouse_stalker_shine {
  position: fixed;
  top: -15px;
  left: -15px;
  width: 30px;
  height: 30px;
  background: url(../img/mouse_stalker_shine_1.svg) no-repeat center center / contain;
  z-index: 99999;
  animation: shine 2s ease-out 0s forwards;
  pointer-events: none;
}
/*画像の種類*/
.mouse_stalker_shine.shine_1 {
  background: url(../img/mouse_stalker_shine_2.svg) no-repeat center center / contain;
}
.mouse_stalker_shine.shine_2 {
  background: url(../img/mouse_stalker_shine_3.svg) no-repeat center center / contain;
}
/*サイズの種類*/
.mouse_stalker_shine.size_0 {
  width: 10px;
  height: 10px;
}
.mouse_stalker_shine.size_1 {
  width: 20px;
  height: 20px;
}
.mouse_stalker_shine.size_2 {
  width: 40px;
  height: 40px;
}
.mouse_stalker_shine.size_3 {}
.mouse_stalker_shine.size_4 {}
@keyframes shine {
  0% {
    transform: translateY(0) rotate(-20deg) scale(1);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translateY(50px) rotate(180deg) scale(0);
    opacity: 0;
  }
}
/* キラキラスクロール */
#kirakira_scroll_bg.active {
  opacity: 1;
  z-index: 100000;
  transition: 0.4s;
  background: rgba(255, 255, 255, 0.8);
}
#kirakira_scroll_bg.no-active {
  opacity: 0;
  z-index: -100000;
  transition: 0.4s;
  background: rgba(255, 255, 255, 0);
}
#kirakira_scroll_bg {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}
#kirakira_scroll {
  width: 60px;
  height: 400px;
  position: relative;
}
.kirakira_star {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/mouse_stalker_shine_2.svg) no-repeat bottom center / 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  animation: kirakira_star 2s ease-out 0s forwards;
}
.kirakira_star_1 {
  background: url(../img/mouse_stalker_shine_3.svg);
}
.kirakira_star_2 {
  background: url(../img/mouse_stalker_shine_3.svg);
}
.kirakira_star_3 {
  background: url(../img/mouse_stalker_shine_2.svg);
}
.sp {
  display: none !important;
}
.pc {
  display: block !important;
}
@keyframes kirakira_star {
  0% {
    transform: rotate(-0deg) scale(1);
    opacity: 0;
    bottom: 0;
  }
  10% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: rotate(180deg) scale(0);
    opacity: 0;
    bottom: 100%;
  }
}