@import url("https://fonts.googleapis.com/css2?family=Anton&family=Noto+Sans+JP:wght@100..900&display=swap");
/*------------------------------------------
  Base Layout
------------------------------------------*/
.lp-main {
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
  color: #E17ED1;
  line-height: 1.642;
  -webkit-font-smoothing: antialiased;
}
.lp-main__contents {
  position: relative;
  overflow: hidden;
}
.lp-main section {
  position: relative;
}
.lp-main img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.lp-main a {
  color: #E17ED1;
}

@media only screen and (min-width: 768px) {
  .lp-main {
    position: relative;
    font-size: 14px;
    background: #ED95B2;
  }
  .lp-main__in {
    display: flex;
    flex-wrap: wrap;
  }
  .lp-main__contents {
    width: 375px;
    z-index: 10;
  }
  .lp-main a {
    transition: opacity 0.3s;
  }
  .lp-main a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
body, .wrapper {
  overflow: visible;
}

.is--pc {
  display: none;
}

@media only screen and (min-width: 768px) {
  .is--sp {
    display: none;
  }
  .is--pc {
    display: block;
  }
}
/*------------------------------------------
  layout
------------------------------------------*/
.l-inner {
  padding: 0 4.2666666667vw;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .l-inner {
    padding: 0 16px;
  }
}
.l-pcLeft {
  display: none;
}

@media only screen and (min-width: 768px) {
  .l-pcLeft {
    display: block;
    position: sticky;
    top: 0;
    left: 0;
    height: 100vh;
    width: calc(85% - 375px);
    z-index: 1;
  }
  .l-pcLeft:before {
    content: "";
    width: 100%;
    height: 403px;
    background: url(/cms/lp/bnc2026ss/assets/images/pc-left-cloud.png) no-repeat center top;
    background-size: 940px;
    position: absolute;
    top: -50px;
    left: 0;
    animation-name: fuwafuwa;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  .l-pcLeft__title {
    width: 352px;
    position: relative;
    text-align: center;
    padding: 1em 0 0;
    margin: 110px auto 0;
  }
  .l-pcLeft__title .title-image {
    margin-bottom: 12px;
  }
  .l-pcLeft__title .title-button a {
    display: inline-flex;
    width: 290px;
    height: 50px;
    background: #E17ED1;
    color: #fff;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.03em;
    border: 2px solid #fff;
    border-radius: 35px;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .l-pcLeft__title .title-button a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #fff;
    border-right: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .l-pcLeft__title .title-chara01 {
    animation-delay: 0.5s;
    width: 75px;
    top: 16px;
    left: -107px;
  }
  .l-pcLeft__title .title-chara02 {
    animation-delay: 1.5s;
    width: 70px;
    top: 90px;
    right: -102px;
  }
  .l-pcLeft__title .title-chara03 {
    animation-delay: 1s;
    width: 67px;
    top: 210px;
    right: -144px;
  }
}
.l-pcRight {
  display: none;
}

@media only screen and (min-width: 768px) {
  .l-pcRight {
    display: block;
    position: sticky;
    top: 0;
    height: 100vh;
    width: 15%;
  }
  .l-pcRight:before {
    content: "";
    width: 100%;
    height: 790px;
    background: url(/cms/lp/bnc2026ss/assets/images/pc-right-cloud.png) no-repeat right top;
    background-size: 150px;
    position: absolute;
    top: -50px;
    left: 0;
    animation-name: fuwafuwa;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
}
.l-pcBottom {
  display: none;
}

@media only screen and (min-width: 768px) {
  .l-pcBottom {
    display: block;
    width: 100%;
    position: sticky;
    left: 0;
    bottom: 0;
    height: 120px;
    background-color: #fff;
  }
  .l-pcBottom:before {
    content: "";
    width: 100%;
    height: 58px;
    position: absolute;
    left: 0;
    top: -44px;
    background: url(/cms/lp/bnc2026ss/assets/images/pc-bg-cloud.png) repeat-x left bottom;
    background-size: auto 100%;
  }
  .l-pcBottom__inner {
    height: 100%;
    background: url(/cms/lp/bnc2026ss/assets/images/pc-bg-flower.png) repeat-x left top 22px;
    background-size: 361px;
    position: relative;
    z-index: 1;
  }
}
/*------------------------------------------
  project
------------------------------------------*/
.mv {
  background: #FFFACE;
}
.mv:before {
  content: "";
  width: 100%;
  height: 105.0666666667vw;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/cms/lp/bnc2026ss/assets/images/mv-frame.png) no-repeat center top;
  background-size: 100%;
  z-index: 1;
}
.mv-image {
  position: relative;
}
.mv-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.mv-title {
  position: relative;
  margin: 0;
  z-index: 2;
}
.mv-lead {
  background: #E17ED1;
  color: #fff;
  line-height: 1.928;
  text-align: center;
  padding-top: 16vw;
  padding-bottom: 20.2666666667vw;
}
.mv-chara {
  z-index: 3;
}
.mv-chara img {
  width: 100%;
}
.mv-chara01 {
  width: 22.9333333333vw;
  top: 7.3333333333vw;
  left: 12.96vw;
}
.mv-chara02 {
  width: 26.9333333333vw;
  top: 4.48vw;
  left: 36.32vw;
  animation-delay: 0.5s;
}
.mv-chara03 {
  width: 24.5333333333vw;
  top: 6.3466666667vw;
  right: 12vw;
}
.mv-chara04 {
  width: 26.8vw;
  bottom: 10.0533333333vw;
  left: 10.1333333333vw;
}
.mv-chara05 {
  width: 25.3333333333vw;
  bottom: 4.2133333333vw;
  left: 38.3466666667vw;
  animation-delay: 1s;
}
.mv-chara06 {
  width: 28.1333333333vw;
  bottom: 16.56vw;
  right: 11.4666666667vw;
  animation-delay: 0.5s;
}

@media only screen and (min-width: 768px) {
  .mv:before {
    height: 394px;
  }
  .mv-lead {
    padding-top: 60px;
    padding-bottom: 76px;
  }
  .mv-chara01 {
    width: 86px;
    top: 27.5px;
    left: 48.6px;
  }
  .mv-chara02 {
    width: 101px;
    top: 16.8px;
    left: 136.2px;
  }
  .mv-chara03 {
    width: 92px;
    top: 23.8px;
    right: 45px;
  }
  .mv-chara04 {
    width: 100.5px;
    bottom: 37.7px;
    left: 38px;
  }
  .mv-chara05 {
    width: 95px;
    bottom: 15.8px;
    left: 143.8px;
  }
  .mv-chara06 {
    width: 105.5px;
    bottom: 62.1px;
    right: 43px;
  }
}
.p-items {
  background: #FADFEB;
  padding: 14.6666666667vw 0 42.6666666667vw;
}
.p-items:before, .p-items:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.p-items:before {
  height: 24.5333333333vw;
  top: -9.8666666667vw;
  background-image: url(/cms/lp/bnc2026ss/assets/images/items-bg-top.png);
  background-position: center top;
}
.p-items:after {
  height: 33.0666666667vw;
  bottom: 0;
  background-image: url(/cms/lp/bnc2026ss/assets/images/items-bg-bottom.png);
  background-position: center bottom;
}
.p-items .items-title {
  text-align: center;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
  font-size: 18.1333333333vw;
  line-height: 1.1;
  margin: 0 0 0.5em;
  text-shadow: 4px 4px 0px #fff;
}
.p-items .item {
  position: relative;
}
.p-items .item__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-items .item__image {
  position: relative;
}
.p-items .item__image .flip {
  position: relative;
  margin: auto;
  width: 37.3333333333vw;
}
.p-items .item__image .flip.--large {
  width: 69.3333333333vw;
}
.p-items .item__image .flip__image {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
}
.p-items .item__image .flip__image img {
  width: 100%;
}
.p-items .item__image .flip__button {
  position: absolute;
  z-index: 100;
  cursor: pointer;
}
.p-items .item__name {
  font-size: 3.4666666667vw;
  line-height: 1.538;
  margin-bottom: 0.5em;
}
.p-items .item__price {
  display: inline-block;
  background: #fff;
  font-size: 3.4666666667vw;
  padding: 0 0.5em;
}
.p-items .item__price span {
  font-size: 2.6666666667vw;
}
.p-items .item__inner {
  display: block;
  position: relative;
  z-index: 10;
}
.p-items .item__inner.--primary {
  padding-left: 3.7333333333vw;
  padding-right: 2.4vw;
}
.p-items .item__inner.--primary .item__image {
  margin-bottom: 5.8666666667vw;
  background: url(/cms/lp/bnc2026ss/assets/images/item-image-bg.png) no-repeat center;
  background-size: 100%;
  aspect-ratio: 1/1;
  padding: 8vw 0 0;
}
.p-items .item__inner.--primary .item__image:after {
  z-index: 1;
  content: "";
  width: 34.9333333333vw;
  height: 43.2vw;
  position: absolute;
  top: -4vw;
  left: -3.7333333333vw;
  background: url(/cms/lp/bnc2026ss/assets/images/item-image-frame01.png) no-repeat left top;
  background-size: 100%;
}
.p-items .item__inner.--primary .item__name {
  font-size: 3.7333333333vw;
  line-height: 1.642;
}
.p-items .item__inner.--primary .item__price {
  font-size: 3.7333333333vw;
}
.p-items .item__inner.--primary .flip__button {
  width: 10.6666666667vw;
  right: 3.7333333333vw;
  bottom: 3.2vw;
}
.p-items .item__inner.--secondary {
  width: 64vw;
  margin-left: auto;
  color: #F085AC;
}
.p-items .item__inner.--secondary .item__image {
  margin-bottom: 2.6666666667vw;
}
.p-items .item__inner.--tertiary {
  width: 54.9333333333vw;
  color: #54BDDA;
}
.p-items .item__inner.--tertiary .item__image {
  margin-bottom: 5.3333333333vw;
  background: url(/cms/lp/bnc2026ss/assets/images/item-image-bg.png) no-repeat center;
  background-size: 100%;
  aspect-ratio: 1/1;
  padding: 6.6666666667vw 0 0;
}
.p-items .item__inner.--tertiary .item__image:after {
  z-index: 1;
  content: "";
  width: 23.7333333333vw;
  height: 27.4666666667vw;
  position: absolute;
  bottom: -3.2vw;
  right: -4.2666666667vw;
  background: url(/cms/lp/bnc2026ss/assets/images/item-image-frame02.png) no-repeat right bottom;
  background-size: 100%;
}
.p-items .item__inner.--tertiary .flip__button {
  width: 10.6666666667vw;
  left: 5.3333333333vw;
  bottom: 4.8vw;
}
.p-items .item__illust {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  height: 100%;
}
.p-items .item01 {
  margin-bottom: 6.4vw;
}
.p-items .item01 .flip__button {
  width: 22.4vw !important;
  right: -2.1333333333vw !important;
  bottom: 2.6666666667vw !important;
}
.p-items .item02 {
  margin-bottom: 8vw;
}
.p-items .item02 .item__illust {
  width: 24.5333333333vw;
  top: -5.3333333333vw;
  left: 0;
  background-image: url(/cms/lp/bnc2026ss/assets/images/item02-bg.png);
}
.p-items .item02 .item__illust .chara {
  width: 21.3333333333vw;
  top: 15.4666666667vw;
  left: 2.1333333333vw;
}
.p-items .item03 {
  margin-bottom: 12vw;
}
.p-items .item03 .item__illust {
  width: 34.1333333333vw;
  top: -4.2666666667vw;
  right: 1.6vw;
  background-image: url(/cms/lp/bnc2026ss/assets/images/item03-bg.png);
}
.p-items .item03 .item__illust .chara {
  width: 30.6666666667vw;
  top: 8vw;
  right: -1.6vw;
}
.p-items .item04 {
  margin-bottom: 6.4vw;
}
.p-items .item05 {
  margin-bottom: 8vw;
}
.p-items .item05 .item__illust {
  width: 25.8666666667vw;
  top: -4.2666666667vw;
  left: 0;
  background-image: url(/cms/lp/bnc2026ss/assets/images/item05-bg.png);
}
.p-items .item05 .item__illust .chara {
  width: 17.8666666667vw;
  top: 21.3333333333vw;
  left: 4.2666666667vw;
}
.p-items .item06 {
  margin-bottom: 12vw;
}
.p-items .item06 .item__illust {
  width: 30.4vw;
  top: -9.0666666667vw;
  right: 2.6666666667vw;
  background-image: url(/cms/lp/bnc2026ss/assets/images/item06-bg.png);
}
.p-items .item06 .item__illust .chara {
  width: 30.4vw;
  top: 8vw;
  right: -0.5333333333vw;
}
.p-items .item08 {
  margin-bottom: 8vw;
}
.p-items .item08 .item__illust {
  width: 25.8666666667vw;
  top: 2.1333333333vw;
  left: 0;
  background-image: url(/cms/lp/bnc2026ss/assets/images/item08-bg.png);
}
.p-items .item08 .item__illust .chara {
  width: 21.3333333333vw;
  top: 17.6vw;
  left: 2.6666666667vw;
}
.p-items .item09 {
  margin-bottom: 12vw;
}
.p-items .item09 .item__illust {
  width: 28.2666666667vw;
  top: -8vw;
  right: 4.2666666667vw;
  background-image: url(/cms/lp/bnc2026ss/assets/images/item09-bg.png);
}
.p-items .item09 .item__illust .chara {
  width: 35.2vw;
  top: 9.6vw;
  right: -4.5333333333vw;
}
.p-items .item11 {
  margin-bottom: 8vw;
}
.p-items .item11 .item__illust {
  width: 30.4vw;
  top: 6.9333333333vw;
  left: 1.0666666667vw;
  background-image: url(/cms/lp/bnc2026ss/assets/images/item11-bg.png);
}
.p-items .item11 .item__illust .chara {
  width: 18.4vw;
  top: 0.8vw;
  left: 2.6666666667vw;
}
.p-items .item12 {
  margin-bottom: 12vw;
}
.p-items .item12 .item__illust {
  width: 32.8vw;
  top: -10.6666666667vw;
  right: 0;
  background-image: url(/cms/lp/bnc2026ss/assets/images/item12-bg.png);
}
.p-items .item12 .item__illust .chara {
  width: 32.8vw;
  top: 8vw;
  right: 0;
}
.p-items .item13 {
  margin-bottom: 5.3333333333vw;
}
.p-items .item14 {
  margin-bottom: 8vw;
}
.p-items .item14 .item__illust {
  width: 23.4666666667vw;
  top: 2.6666666667vw;
  left: 1.3333333333vw;
  background-image: url(/cms/lp/bnc2026ss/assets/images/item14-bg.png);
}
.p-items .item14 .item__illust .chara {
  width: 21.8666666667vw;
  top: 17.6vw;
  left: 0;
}
.p-items .item15 {
  margin-bottom: 12vw;
}
.p-items .item15 .item__illust {
  width: 32.8vw;
  top: -8vw;
  right: 0;
  background-image: url(/cms/lp/bnc2026ss/assets/images/item15-bg.png);
}
.p-items .item15 .item__illust .chara {
  width: 30.4vw;
  top: 9.8666666667vw;
  right: 3.7333333333vw;
}
.p-items .item16 {
  margin-bottom: 6.4vw;
}
.p-items .item17 {
  margin-bottom: 8vw;
}
.p-items .item17 .item__illust {
  width: 24.5333333333vw;
  top: -1.6vw;
  left: 0;
  background-image: url(/cms/lp/bnc2026ss/assets/images/item17-bg.png);
}
.p-items .item17 .item__illust .chara {
  width: 21.3333333333vw;
  top: 15.4666666667vw;
  left: 2.1333333333vw;
}
.p-items .item18 {
  margin-bottom: 12vw;
}
.p-items .item18 .item__illust {
  width: 29.8666666667vw;
  top: -9.0666666667vw;
  right: 2.6666666667vw;
  background-image: url(/cms/lp/bnc2026ss/assets/images/item18-bg.png);
}
.p-items .item18 .item__illust .chara {
  width: 30.1333333333vw;
  top: 10.6666666667vw;
  right: -0.5333333333vw;
}
.p-items .item19 {
  margin-bottom: 8vw;
}
.p-items .item20 {
  margin-bottom: 8vw;
}
.p-items .item20 .item__illust {
  width: 25.8666666667vw;
  top: 2.1333333333vw;
  left: 0;
  background-image: url(/cms/lp/bnc2026ss/assets/images/item20-bg.png);
}
.p-items .item20 .item__illust .chara {
  width: 21.3333333333vw;
  top: 17.6vw;
  left: 2.6666666667vw;
}
.p-items .item21 {
  margin-bottom: 12vw;
}
.p-items .item21 .item__illust {
  width: 31.4666666667vw;
  top: -7.4666666667vw;
  right: 0;
  background-image: url(/cms/lp/bnc2026ss/assets/images/item21-bg.png);
}
.p-items .item21 .item__illust .chara {
  width: 29.0666666667vw;
  top: 11.2vw;
  right: -1.6vw;
  animation-delay: 0.5s;
}
.p-items .item23 {
  margin-bottom: 8vw;
}
.p-items .item23 .item__illust {
  width: 28.5333333333vw;
  top: 7.4666666667vw;
  left: 1.0666666667vw;
  background-image: url(/cms/lp/bnc2026ss/assets/images/item23-bg.png);
}
.p-items .item23 .item__illust .chara {
  width: 18.4vw;
  top: 3.7333333333vw;
  left: 3.7333333333vw;
}
.p-items .item24 .item__illust {
  width: 34.4vw;
  top: -4.2666666667vw;
  right: 0;
  background-image: url(/cms/lp/bnc2026ss/assets/images/item24-bg.png);
}
.p-items .item24 .item__illust .chara {
  width: 30.9333333333vw;
  top: 13.3333333333vw;
  right: 0;
  animation-delay: 0.5s;
}
.p-items .items-foot {
  padding: 2.6666666667vw 2.6666666667vw 0;
}
.p-items .items-foot__all {
  position: relative;
  text-align: center;
  padding: 32vw 0 0;
  background: url(/cms/lp/bnc2026ss/assets/images/item-all-bg.png) no-repeat center top;
  background-size: 54.9333333333vw;
}
.p-items .items-foot__note {
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.57;
  margin-top: 5.3333333333vw;
}
.p-items .items-foot .all-chara {
  position: absolute;
  width: 54.9333333333vw;
  left: 50%;
  transform: translateX(-50%);
  bottom: 11.4666666667vw;
}
.p-items .items-foot .all-button {
  position: relative;
  z-index: 1;
}
.p-items .items-foot .all-button a {
  display: inline-flex;
  width: 77.3333333333vw;
  height: 18.6666666667vw;
  background: #E17ED1;
  color: #fff;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 6.4vw;
  letter-spacing: 0.03em;
  border: 2px solid #fff;
  border-radius: 9.3333333333vw;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: 0px 3px 0px 0px #fff;
}
.p-items .items-foot .all-button a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 1.6vw solid transparent;
  border-bottom: 1.6vw solid transparent;
  border-left: 2.6666666667vw solid #fff;
  border-right: 0;
  position: absolute;
  right: 5.3333333333vw;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (min-width: 768px) {
  .p-items {
    padding: 55px 0 160px;
  }
  .p-items:before {
    height: 92px;
    top: -37px;
  }
  .p-items:after {
    height: 124px;
  }
  .p-items .items-title {
    font-size: 68px;
  }
  .p-items .item__image .flip {
    width: 140px;
  }
  .p-items .item__image .flip.--large {
    width: 260px;
  }
  .p-items .item__name {
    font-size: 13px;
  }
  .p-items .item__price {
    font-size: 13px;
  }
  .p-items .item__price span {
    font-size: 10px;
  }
  .p-items .item__inner.--primary {
    padding-left: 14px;
    padding-right: 9px;
  }
  .p-items .item__inner.--primary .item__image {
    margin-bottom: 22px;
    padding: 30px 0 0;
  }
  .p-items .item__inner.--primary .item__image:after {
    width: 131px;
    height: 162px;
    top: -15px;
    left: -14px;
  }
  .p-items .item__inner.--primary .item__name {
    font-size: 14px;
  }
  .p-items .item__inner.--primary .item__price {
    font-size: 14px;
  }
  .p-items .item__inner.--primary .flip__button {
    width: 40px;
    right: 14px;
    bottom: 12px;
  }
  .p-items .item__inner.--secondary {
    width: 240px;
  }
  .p-items .item__inner.--secondary .item__image {
    margin-bottom: 10px;
  }
  .p-items .item__inner.--tertiary {
    width: 206px;
  }
  .p-items .item__inner.--tertiary .item__image {
    margin-bottom: 20px;
    padding: 25px 0 0;
  }
  .p-items .item__inner.--tertiary .item__image:after {
    width: 89px;
    height: 103px;
    bottom: -12px;
    right: -16px;
  }
  .p-items .item__inner.--tertiary .flip__button {
    width: 40px;
    left: 20px;
    bottom: 18px;
  }
  .p-items .item01 {
    margin-bottom: 24px;
  }
  .p-items .item01 .flip__button {
    width: 84px !important;
    right: -8px !important;
    bottom: 10px !important;
  }
  .p-items .item02 {
    margin-bottom: 30px;
  }
  .p-items .item02 .item__illust {
    width: 92px;
    top: -20px;
  }
  .p-items .item02 .item__illust .chara {
    width: 80px;
    top: 58px;
    left: 8px;
  }
  .p-items .item03 {
    margin-bottom: 45px;
  }
  .p-items .item03 .item__illust {
    width: 128px;
    top: -16px;
    right: 6px;
  }
  .p-items .item03 .item__illust .chara {
    width: 115px;
    top: 30px;
    right: -6px;
  }
  .p-items .item04 {
    margin-bottom: 24px;
  }
  .p-items .item05 {
    margin-bottom: 30px;
  }
  .p-items .item05 .item__illust {
    width: 97px;
    top: -16px;
  }
  .p-items .item05 .item__illust .chara {
    width: 67px;
    top: 80px;
    left: 16px;
  }
  .p-items .item06 {
    margin-bottom: 45px;
  }
  .p-items .item06 .item__illust {
    width: 114px;
    top: -34px;
    right: 10px;
  }
  .p-items .item06 .item__illust .chara {
    width: 114px;
    top: 30px;
    right: -2px;
  }
  .p-items .item08 {
    margin-bottom: 30px;
  }
  .p-items .item08 .item__illust {
    width: 97px;
    top: 8px;
  }
  .p-items .item08 .item__illust .chara {
    width: 80px;
    top: 66px;
    left: 10px;
  }
  .p-items .item09 {
    margin-bottom: 45px;
  }
  .p-items .item09 .item__illust {
    width: 106px;
    top: -30px;
    right: 16px;
  }
  .p-items .item09 .item__illust .chara {
    width: 132px;
    top: 36px;
    right: -17px;
  }
  .p-items .item11 {
    margin-bottom: 30px;
  }
  .p-items .item11 .item__illust {
    width: 114px;
    top: 26px;
    left: 4px;
  }
  .p-items .item11 .item__illust .chara {
    width: 69px;
    top: 3px;
    left: 10px;
  }
  .p-items .item12 {
    margin-bottom: 45px;
  }
  .p-items .item12 .item__illust {
    width: 123px;
    top: -40px;
  }
  .p-items .item12 .item__illust .chara {
    width: 123px;
    top: 30px;
  }
  .p-items .item13 {
    margin-bottom: 20px;
  }
  .p-items .item14 {
    margin-bottom: 30px;
  }
  .p-items .item14 .item__illust {
    width: 88px;
    top: 10px;
    left: 5px;
  }
  .p-items .item14 .item__illust .chara {
    width: 82px;
    top: 66px;
  }
  .p-items .item15 {
    margin-bottom: 45px;
  }
  .p-items .item15 .item__illust {
    width: 123px;
    top: -30px;
  }
  .p-items .item15 .item__illust .chara {
    width: 114px;
    top: 37px;
    right: 14px;
  }
  .p-items .item16 {
    margin-bottom: 24px;
  }
  .p-items .item17 {
    margin-bottom: 30px;
  }
  .p-items .item17 .item__illust {
    width: 92px;
    top: -6px;
  }
  .p-items .item17 .item__illust .chara {
    width: 80px;
    top: 58px;
    left: 8px;
  }
  .p-items .item18 {
    margin-bottom: 45px;
  }
  .p-items .item18 .item__illust {
    width: 112px;
    top: -34px;
    right: 10px;
  }
  .p-items .item18 .item__illust .chara {
    width: 113px;
    top: 40px;
    right: -2px;
  }
  .p-items .item19 {
    margin-bottom: 30px;
  }
  .p-items .item20 {
    margin-bottom: 30px;
  }
  .p-items .item20 .item__illust {
    width: 97px;
    top: 8px;
  }
  .p-items .item20 .item__illust .chara {
    width: 80px;
    top: 66px;
    left: 10px;
  }
  .p-items .item21 {
    margin-bottom: 45px;
  }
  .p-items .item21 .item__illust {
    width: 118px;
    top: -28px;
  }
  .p-items .item21 .item__illust .chara {
    width: 109px;
    top: 42px;
    right: -6px;
  }
  .p-items .item23 {
    margin-bottom: 30px;
  }
  .p-items .item23 .item__illust {
    width: 107px;
    top: 28px;
    left: 4px;
  }
  .p-items .item23 .item__illust .chara {
    width: 69px;
    top: 14px;
    left: 14px;
  }
  .p-items .item24 .item__illust {
    width: 129px;
    top: -16px;
  }
  .p-items .item24 .item__illust .chara {
    width: 116px;
    top: 50px;
  }
  .p-items .items-foot {
    padding: 10px 10px 0;
  }
  .p-items .items-foot__all {
    padding: 120px 0 0;
    background-size: 206px;
  }
  .p-items .items-foot__note {
    font-size: 12px;
    margin-top: 20px;
  }
  .p-items .items-foot .all-chara {
    width: 206px;
    bottom: 43px;
  }
  .p-items .items-foot .all-button a {
    width: 290px;
    height: 70px;
    font-size: 24px;
    border-radius: 35px;
  }
  .p-items .items-foot .all-button a:after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #fff;
    right: 20px;
  }
}
.p-bnr {
  background: #E17ED1;
  padding: 11.2vw 0 48vw;
}
.p-bnr:before {
  content: "";
  width: 100%;
  height: 5.3333333333vw;
  position: absolute;
  left: 0;
  top: -2.6666666667vw;
  background: url(/cms/lp/bnc2026ss/assets/images/bnr-bg-top.png) no-repeat center top;
  background-size: 100%;
}
.p-bnr__inner {
  padding: 0 5.3333333333vw;
}
.p-bnr .bnr-list li {
  margin-bottom: 6.4vw;
}
.p-bnr .bnr-list li:last-child {
  margin-bottom: 0;
}
.p-bnr .bnr-title {
  text-align: center;
  font-size: 3.7333333333vw;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1em;
}

@media only screen and (min-width: 768px) {
  .p-bnr {
    padding: 42px 0 180px;
  }
  .p-bnr:before {
    height: 20px;
    top: -10px;
  }
  .p-bnr__inner {
    padding: 0 20px;
  }
  .p-bnr .bnr-list li {
    margin-bottom: 24px;
  }
  .p-bnr .bnr-title {
    font-size: 14px;
  }
}
.p-foot {
  background: #FFFACE;
  padding: 29.3333333333vw 0 0;
}
.p-foot:before {
  content: "";
  width: 100%;
  height: 8vw;
  position: absolute;
  left: 0;
  top: -2.6666666667vw;
  background: url(/cms/lp/bnc2026ss/assets/images/foot-bg-top.png) no-repeat center top;
  background-size: 100%;
}
.p-foot__inner {
  padding: 0 0 10.6666666667vw;
}
.p-foot .foot-shindan {
  padding: 0 5.3333333333vw;
  margin-bottom: 5.3333333333vw;
}
.p-foot .foot-shindan a {
  display: block;
}
.p-foot .foot-shindan__image {
  margin-bottom: 2.6666666667vw;
}
.p-foot .foot-shindan__button {
  text-align: center;
}
.p-foot .foot-shindan__button img {
  width: 58.6666666667vw;
}
.p-foot .foot-sns {
  padding: 6.4vw 0 9.3333333333vw;
  margin-bottom: 2.6666666667vw;
  min-height: 57.8666666667vw;
  background: url(/cms/lp/bnc2026ss/assets/images/foot-sns-bg.png) no-repeat center top;
  background-size: 100%;
}
.p-foot .foot-sns__title {
  text-align: center;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
  font-size: 6.9333333333vw;
  margin-bottom: 2.6666666667vw;
  color: #F89ABA;
  text-shadow: 2px 2px 0px #fff;
  line-height: 1.5;
}
.p-foot .foot-sns__list li {
  text-align: center;
  margin-bottom: 2.6666666667vw;
}
.p-foot .foot-sns__list li:last-child {
  margin-bottom: 0;
}
.p-foot .foot-sns__list a {
  display: inline-flex;
  position: relative;
  width: 64vw;
  height: 13.3333333333vw;
  border-radius: 6.6666666667vw;
  padding: 2.4vw;
  background: #F89ABA;
  color: #fff;
  align-items: center;
  gap: 2.6666666667vw;
}
.p-foot .foot-sns__list a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 1.4666666667vw solid transparent;
  border-bottom: 1.4666666667vw solid transparent;
  border-left: 2.4vw solid #fff;
  border-right: 0;
  position: absolute;
  right: 5.3333333333vw;
  top: 50%;
  transform: translateY(-50%);
}
.p-foot .foot-sns__list a .icon {
  width: 8.5333333333vw;
}
.p-foot .foot-sns__list a .text {
  font-size: 4vw;
}
.p-foot .foot-about {
  padding: 0 5.3333333333vw;
}
.p-foot .foot-about__image {
  margin-bottom: 5.3333333333vw;
}
.p-foot .foot-about__button {
  text-align: center;
}
.p-foot .foot-about__button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 69.3333333333vw;
  height: 16.5333333333vw;
  border: 2px solid #fff;
  color: #fff;
  background: #FF647D;
  border-radius: 2.6666666667vw;
  font-size: 4.2666666667vw;
  line-height: 1.375;
  letter-spacing: 0.04em;
  position: relative;
}
.p-foot .foot-about__button a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 1.4666666667vw solid transparent;
  border-bottom: 1.4666666667vw solid transparent;
  border-left: 2.4vw solid #fff;
  border-right: 0;
  position: absolute;
  right: 4vw;
  top: 50%;
  transform: translateY(-50%);
}
.p-foot .foot-note {
  padding: 0 5.3333333333vw;
  margin-top: 4.2666666667vw;
  color: #767676;
  font-size: 2.6666666667vw;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
.p-foot .foot-illust--top {
  width: 56vw;
  top: -32vw;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (min-width: 768px) {
  .p-foot {
    padding: 110px 0 0;
  }
  .p-foot:before {
    height: 30px;
    top: -10px;
  }
  .p-foot__inner {
    padding: 0 0 40px;
  }
  .p-foot .foot-shindan {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .p-foot .foot-shindan__image {
    margin-bottom: 10px;
  }
  .p-foot .foot-shindan__button img {
    width: 220px;
  }
  .p-foot .foot-shindan__qr {
    text-align: center;
    margin-top: 20px;
  }
  .p-foot .foot-shindan__qr .qr-image {
    margin: 10px 0;
  }
  .p-foot .foot-shindan__qr .qr-image img {
    width: 100px;
  }
  .p-foot .foot-sns {
    padding: 24px 0 35px;
    margin-bottom: 10px;
    min-height: 217px;
  }
  .p-foot .foot-sns__title {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .p-foot .foot-sns__list li {
    margin-bottom: 10px;
  }
  .p-foot .foot-sns__list a {
    width: 240px;
    height: 50px;
    border-radius: 25px;
    padding: 9px;
    gap: 10px;
  }
  .p-foot .foot-sns__list a:after {
    border-top: 5.5px solid transparent;
    border-bottom: 5.5px solid transparent;
    border-left: 9px solid #fff;
    right: 20px;
  }
  .p-foot .foot-sns__list a .icon {
    width: 32px;
  }
  .p-foot .foot-sns__list a .text {
    font-size: 15px;
  }
  .p-foot .foot-about {
    padding: 0 20px;
  }
  .p-foot .foot-about__image {
    margin-bottom: 20px;
  }
  .p-foot .foot-about__button a {
    width: 260px;
    height: 62px;
    border-radius: 10px;
    font-size: 16px;
  }
  .p-foot .foot-about__button a:after {
    border-top: 5.5px solid transparent;
    border-bottom: 5.5px solid transparent;
    border-left: 9px solid #fff;
    right: 15px;
  }
  .p-foot .foot-note {
    padding: 0 20px;
    margin-top: 16px;
    font-size: 10px;
  }
  .p-foot .foot-illust--top {
    width: 210px;
    top: -120px;
  }
  .p-foot .foot-illust--bottom {
    padding-bottom: 60px;
    position: relative;
  }
  .p-foot .foot-illust--bottom:after {
    content: "";
    width: 100%;
    height: 60px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
/*------------------------------------------
  animation
------------------------------------------*/
.fadeInRight {
  transform: translateX(50%);
  opacity: 0;
}
.fadeInRight.js-scr-active {
  transition: transform 0.6s;
  transform: translateX(0);
  opacity: 1;
}

.fadeInBottom {
  transform: translateY(80%);
  opacity: 0;
}
.fadeInBottom.js-scr-active {
  transition: transform 0.6s;
  transform: translateY(0);
  opacity: 1;
}

.chara {
  position: absolute;
}

.fuwafuwa {
  animation-name: fuwafuwa;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

@keyframes fuwafuwa {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 1em);
  }
}
.bikkuri {
  animation-name: bikkuri;
  animation-duration: 2.3s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

@keyframes bikkuri {
  100%, 60%, 35%, 25%, 0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-1.7em);
  }
  40% {
    transform: translateY(-1em);
  }
}
.tada {
  animation-name: tada;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.js-flipImage {
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition: transform 0.9s cubic-bezier(0.175, 0.885, 0.23, 1.105);
}
.js-flipImage.is--hidden {
  transform: rotateY(180deg);
}

.pagetop {
  display: none;
  position: fixed;
  width: 12.2666666667vw;
  right: 4.2666666667vw;
  bottom: 50.6666666667vw;
  z-index: 100;
}

@media only screen and (min-width: 768px) {
  .pagetop {
    width: 46px;
    margin-right: 0;
    left: 700px;
    margin-left: 310px;
    bottom: 190px;
  }
}
@media only screen and (min-width: 1264px) {
  .pagetop {
    right: 15%;
    margin-right: 16px;
    bottom: 190px;
    margin-left: 0;
    left: auto;
  }
}