article, aside, figure, footer, header, nav, section, main {
  display: block;
}

body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, pre, form, input, img, iframe, article, aside, figure, figcaption, footer, header, nav, section, main {
  margin: 0;
  padding: 0;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 100%;
}

img, object, video {
  max-width: 100%;
  max-height: 100%;
  border: 0;
  vertical-align: top;
}

ul {
  list-style: none;
}

ol {
  margin: 0 0 1em;
  padding: 0 0 0 1.4em;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

em, address, i {
  font-style: normal;
}

p {
  margin: 0 0 2em;
  padding: 0;
}

picture {
  line-height: 1;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
}

input, button, textarea, select {
  font: inherit;
}

[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.r {
  text-align: right;
}

.c {
  text-align: center;
}

.emph,
.alert,
.bold {
  font-weight: bold;
}

.attention,
.alert {
  color: #d71718;
}

.disc {
  list-style-type: disc;
  margin-bottom: 1em;
  padding-left: 1.4em;
}

.hide {
  display: none;
}

.clear {
  clear: both;
}

.pc {
  display: none;
}

@media screen and (min-width: 801px) {
  .pc {
    display: initial;
  }
  .sp {
    display: none!important;
  }
  .pc.tb {
        display: block;
  }
}
@media (min-width: 481px) {
    .xs {
        display: none;
    }
}

@media (max-width: 480px) {
    .pc, .tb {
        display: none !important;
    }
}

.scrollItem {
  opacity: 0;
  transition: all 0.7s;
  transform: translateY(20px);
}

.scrollItem.isShow {
  opacity: 1;
  transform: translate(0, 0);
}

.slideToLeft {
  transform: translate(20px, 0%);
}

.slideToRight {
  transform: translate(-20px, 0%);
  transition-duration: 0.5s;
}

.slideToRightMod {
  transform: translate(-20px, -50%);
}

.slideToRightMod.isShow {
  transform: translate(0, -50%);
}

article * {
  margin: 0;
  padding: 0;
}

article li + li,
article h2 + h3 {
  margin-top: 0;
}

#common_page_header.js_ready {
  z-index: 4;
}

article * img {
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}

a:link:hover img {
  transition: opacity 0.2s;
  opacity: 0.6;
}

.inner {
  max-width: 1000px;
  margin: auto;
}

.bnlp_body {
  width: 100vw;
  background: url(../images/pat2.jpg) repeat;
  background-size: auto;
}
@media (min-width: 801px) {
  .bnlp_body {
    width: auto;
    background-size: auto;
    padding-bottom:35px;
  }
}
.box_in {
  max-width:1200px;
  background-color: #f0b4c3;
  margin:0 auto;
}
.bnlp_kv {
  text-align: center;
}

.bnlp_nav_outer {
  background-color: #824696;
}

/*--------------------
Grobal Navi
--------------------*/
#grobal {
display:flex;
justify-content:space-between;
align-items:center;
width:95%;
padding:27px 0 24px;
z-index:999;
margin:0 auto;
gap:0 2%;
}

#grobal nav {
max-width:260px;
}

/*--------------------
Side Navi
--------------------*/
#side_navi {
display:none;
position: relative;
z-index: 100;
}
#side_navi .navs {
max-width:1140px;
width:100%;
margin:auto;
padding-top:5px;
position:fixed;
top:0;
left:0;
right:0;
display:flex;
justify-content:space-between;
align-items:center;
z-index:99999;
}

#side_navi nav {
margin:0 4px;
}
@media (min-width: 801px) {
  .anchor {
  display:block;
  margin-top:-160px;
  padding-top:160px;
  }
}
@media (max-width: 800px) {
  .anchor {
    display: block;
    margin-top: -100px;
    padding-top: 100px;
  }
  #side_navi {
  top:5px;
  }
  #side_navi nav {
    margin: 0 2px;
  }
  #side_navi .navs {
    width: 100%;
  }
    #grobal {
    padding:15px 0 10px;
  }
}
@media (max-width: 480px) {
  #grobal {
    padding-top:10px; 
  }
  .anchor {
  display: block;
  margin-top: -70px;
  padding-top: 70px;
  }

}

.bnlp_info {
  width: 93.75vw;
  max-width: 1140px;
  margin-inline: auto;
  padding: 3vw 0;
}
.bnlp_info_title {
  background-color: #d2146e;
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  border-radius: 10px 10px 0 0;
  padding:0.5vw 5vw;
}
.bnlp_info_title img {
  max-width:240px;
  width:36%;
}
.info_border {
  border: 4px solid #d2146e;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
.info_list {
  padding: 5px 12px 0;
}
@media (min-width: 801px) {
  .bnlp_info {
    padding-block: 35px 20px;
  }
  .info_border {
    border-radius: 0 0 20px 20px;
  }
  .info_list {
    padding: 10px 24px 10px;
  }
  .info_list li {
    font-size: 16px;
  }
  .bnlp_info_title {
     border-radius: 16px 16px 0 0;
  }
}
@media (max-width: 800px) {
.info_border {
  border-width:2px;
}
}
.info_list li {
  color: #787878;
  padding-block-end: 10px;
  border-top: 2px dashed #f2d3e6;
}
.info_list li:not(:first-of-type) {
  padding-block-start: 5px;
}
.info_list li:first-of-type {
  border-top:0;
}
.info_date {
  color: #787878;
}

/*--------------------
Limited
--------------------*/
#limited {
  padding: 5vw 0;
}
.content {
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  border:3px solid #ff65a1;
  max-width: 1140px;
  width: 95%;
  margin: 0 auto 0;
}
.bnlp_shop .content {
  border-color:#56b86d;
}
#novelty .content {
  border-color:#40a9ec;
}
.content:before,
.content:after {
  content:"";
  position: absolute;
  width:100%;
  height: 100%;
}
.content-wrap {
  position: relative;
  padding: 5.5vw 3% 3vw;
}
.content-wrap:before,
.content-wrap:after {
  content:"";
  position: absolute;
  width:100%;
  height: 100%;
}

#limited .content:before {
  background: url(../images/c1.png) no-repeat 0 0;
}
#limited .content:after {
  background: url(../images/c3.png) no-repeat right top;
}
#limited .content-wrap:before {
  background: url(../images/c2.png) no-repeat left bottom;
}
#limited .content-wrap:after {
  background: url(../images/c4.png) no-repeat right bottom;
}

#novelty .content:before {
  background: url(../images/p1.png) no-repeat 0 0;
}
#novelty .content:after {
  background: url(../images/p2.png) no-repeat right top;
}
#novelty .content-wrap:before {
  background: url(../images/p3.png) no-repeat left bottom;
}
#novelty .content-wrap:after {
  background: url(../images/p4.png) no-repeat right bottom;
}

.bnlp_shop .content:before {
  background: url(../images/s1.png) no-repeat 0 0;
}
.bnlp_shop .content:after {
  background: url(../images/s2.png) no-repeat right top;
}
.bnlp_shop .content-wrap:before {
  background: url(../images/s3.png) no-repeat left bottom;
}
.bnlp_shop .content-wrap:after {
  background: url(../images/s4.png) no-repeat right bottom;
}
.content .title {
  max-width: 700px;
  width: 83%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -4vw;
}
.content-wrap .release {
  max-width:1060px;
  width:100%;
  margin: 0 auto 28px;
}
@media (min-width: 801px) {
  .content {
    border-width:4px;
  }
  #limited .content:before {
    top: -40px;
    left: 5px;
    background-size:90px 71px;
  }
  #limited .content:after {
    top:-39px;
    right: -4px;
    background-size:auto 78px;
  }
  #limited .content-wrap:before {
    bottom:-36px;
    left:-4px;
    background-size:auto 82px;
  }
  #limited .content-wrap:after {
    bottom:-14px;
    right: -4px;
    background-size:auto 65px;
  }
  #novelty .content:before {
    top:-37px;
    left:-4px;
    background-size:auto 65px;
  }
  #novelty .content:after {
    top:-33px;
    right: -4px;
    background-size:auto 70px;
  }
  #novelty .content-wrap:before {
    bottom:-24px;
    left:-6px;
    background-size:auto 73px;
  }
  #novelty .content-wrap:after {
    bottom:-24px;
    right: -4px;
    background-size:auto 80px;
  }
  .bnlp_shop .content:before {
    top:-32px;
    left:-10px;
    background-size:auto 71px;
  }
  .bnlp_shop .content:after {
    top:-31px;
    right: -4px;
    background-size:auto 78px;
  }
  .bnlp_shop .content-wrap:before {
    bottom:-28px;
    left:-6px;
    background-size:auto 76px;
  }
  .bnlp_shop .content-wrap:after {
    bottom:-16px;
    right: -4px;
    background-size:auto 65px;
  }
  .content .title {
    top: -38px;
  }
  .content-wrap {
    padding: 0 3%;
  }
  #limited {
    padding: 60px 0 50px;
  }
  .content-wrap .release {
    padding-top:54px;
  }
  #limited .content-wrap .release {
    padding-top:4vw;
  }
}

@media (max-width: 800px) {
  .content:before,
  .content:after,
  .content-wrap:before,
  .content-wrap:after {
      background-size:auto 7vw!important;
  }
  .content-wrap:before,
  .content-wrap:after{
      background-size:auto 7.5vw!important;
  }
  .content:before {
    top:-12px;
    left:2px;
  }
  .content:after {
    top:-12px;
    right: -4px;
  }
  .content-wrap:before {
    bottom:-13px;
    right: 4px;
  }
  .content-wrap:after {
    bottom:-9px;
    right: -1px;
  }
  .content .title {
    width: 73%;
  }
  #limited .content-wrap .release {
    margin-bottom:10px;
    padding: 0 1vw;
  }
}

/*--------------------
prizes
--------------------*/
.prizes {
  padding-bottom:10px;
  text-align: center;
}
.part1_ttl {
  padding-bottom:10px;
}
.prizes .photo {
  margin-block-end:20px;
  padding: 0 1vw;
}
.prizes .photo:last-of-type {
  margin-bottom:0;
}

@media (min-width: 801px) {
  .prizes .photo.tb {
      margin-bottom: 20px;
  }
  .prizes .photo {
    padding:0;
  }
}

/*--------------------
namcre
--------------------*/
#namcre {
  background:#fff;
}
#namcre .namcre_cts {
  padding: 26px 30px 10px 20px;
  display:flex;
  justify-content:space-between;
  max-width: 1000px;
  margin: 0 auto;
}
#namcre .namcre_cts .photo {
  width:27.1%;
  max-width:271px;
}
#namcre .namcre_cts .details {
  max-width:690px;
  width:69%;
}
#namcre .namcre_cts .details .detail {
  width:690px;
  max-width:100%;
  margin:0 auto 12px;
}
#namcre .namcre_cts .details .cta {
  max-width:693px;
  margin:0 auto;
}
#namcre .attention {
  background:#ff3c5a;
  padding:13px 30px;
}
#namcre .attention .attention-inner {
  display:flex;
  justify-content: flex-start;
  flex-wrap:wrap;
  max-width:1080px;
  margin:0 auto;
}
#namcre .attention p {
  display:flex;
  color:#fff;
  width:100%;
  font-size:85%;
}
#namcre .attention p:nth-child(2) {
  padding-right:30px;
}

@media (min-width: 801px) {
  #namcre .namcre_cts {
    padding:40px 30px 0 20px;
  }
  #namcre .namcre_cts .details .detail {
    margin:0 auto 25px;
  }
  #namcre .attention p {
    font-size: 88%;
  }
  #namcre .attention {
    padding: 10px 10px;
  }
}

/*--------------------
slide
--------------------*/
.bnlp_gallery {
  margin-inline: auto;
  padding: 6.25vw 8vw;
  background: url(../images/slide_bg.jpg) no-repeat center 0;
  background-size:cover;
}

@media (min-width: 801px) {
  .bnlp_gallery {
    padding: 70px 8vw;
  }
  .gallery_slides {
    margin-block-end: 42px;
  }
  .gallery_slides .swiper-slide {
    text-align: center;
  }
}
.gallery_slides .swiper-button-prev {
  left: 1vw;
}
@media (min-width: 801px) {
  .gallery_slides .swiper-button-prev {
    left: 20px;
  }
}
.gallery_slides .swiper-button-next {
  right: 0;
}
@media (min-width: 801px) {
  .gallery_slides .swiper-button-next {
    right: 30px;
  }
}
.gallery_slides .swiper-button-prev::after,
.gallery_slides .swiper-button-next::after {
  width: 4vw;
  height: 12vw;
  content: "";
}
@media (min-width: 801px) {
  .gallery_slides .swiper-button-prev::after,
  .gallery_slides .swiper-button-next::after {
    width: 34px;
    height: 110px;
  }
}
.gallery_slides .swiper-button-prev::after {
  background: url(../images/prev.svg) no-repeat;
  background-size: contain;
}
.gallery_slides .swiper-button-next::after {
  background: url(../images/next.svg) no-repeat;
  background-size: contain;
}
.gallery_thumb {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2vw;
  margin: 10px auto 0;
}
@media (min-width: 801px) {
  .gallery_thumb {
    gap: 26px 16px;
    padding-inline: 60px;
  }
}
.gallery_thumb .thumb_item {
  flex-basis: 18%;
}
.gallery_thumb .thumb_item_active {
  outline: 2px solid #c59ac5;
}
@media (min-width: 801px) {
  .gallery_thumb .thumb_item_active {
    outline-width: 6px;
  }
}

@media (max-width: 800px) {
	.bnlp_gallery {
	  background-size:148%;
	}
}

/*--------------------
NOVELTY
--------------------*/
#novelty {
  padding: calc(50 / 800 * 100vw) 0;
}
.novelties {
  max-width:1070px;
  margin:0 auto;
  position: relative;
  z-index: 1;
}
.noveltie01 {
  max-width:1070px;
  margin:0 auto;
  position: relative;
  z-index: 1;
}
.noveltie02 {
  max-width:1060px;
  margin:0 auto;
  position: relative;
  z-index: 1;
}
.w1000 {
  max-width:1000px;
  margin:0 auto;
}
#novelty .novelties .part1 {
  margin-bottom:30px;
  position:relative;
}
#novelty .novelties .part1:before {
  content:"";
  position: absolute;
  top:-12px;
  left:0;
  width:100%;
  height:100%;
  z-index: -1;
}
#novelty .novelties .part2 {
  position:relative;
}
#novelty .novelties .part2:before {
  content:"";
  position: absolute;
  top:-14px;
  left:0;
  width:100%;
  height:calc(100% + 30px);
  z-index: -1;
}
/*PART1*/
#novelty .novelties .novelty.part1 .present {
  max-width: 1000px;
  margin:0 auto;
  text-align: center;
}

@media (min-width: 801px) {
  #novelty {
    padding:80px 0 40px;
  }
  #novelty .novelties .novelty.part1 .present {
    width:95%;
    margin-bottom:20px;
  }
  #novelty .novelties .part1:before,
  #novelty .novelties .part2:before {
    top:-22px;
  }
  #novelty .novelties .part2 {
   padding: 20px;
   padding-bottom:37px;
  }
  #novelty .novelties .part2 .present {
    margin-bottom:20px;
  }
  .w1060 {
    max-width:1060px;
    margin:0 auto;
  }

  #crane {
    padding-top:10px;
    max-width:1140px;
    margin:0 auto;
  }
}
@media (max-width: 800px) {
  #novelty .novelties .part1:before {
    height: calc(100% + 23px);
  }
  #novelty .novelties .part2:before {
    height: calc(100% + 25px);
  }
  #novelty .novelties .part1 {
    margin-bottom:20px;
  }
  #novelty {
    padding-bottom:20px;
  }
}

/*--------------------
NOVELTY 受け取り方
--------------------*/
.bnlp_novelty_btm {
  position:relative;
  text-align: center;
}
.noveltie01 .bnlp_novelty_btm {
  background: #ebd2eb;
}
.noveltie02 .bnlp_novelty_btm {
  background: #fff;
  border:5px solid #008ce6;
}

@media (min-width: 801px) {
  #novelty .content-wrap .release {
    margin-bottom:10px;
  }
}
@media (max-width: 800px) {
  .part1 .detail {
     margin-bottom:-4vw;
  }
  #play .part2_ttl {
    margin-bottom:4vw;
  }
  .part2-1, .part2-2 {
    margin-bottom:4vw;
  }
  .lp_novelty_bnr {
      border-bottom:5px solid #008ce6;
  }
  .content-wrap .release {
    margin-bottom:8px;
  }
}

.bnlp_novelty_text2 img {
  width: 95%;
}
.bnlp_novelty_text2 {
  padding-block: 4vw 2vw;
  text-align: left;
}
.bnlp_novelty_note {
  max-width:860px;
  width:95%;
  margin:0 auto;
  text-align: left;
  padding:10px 0;
  font-size: 78%;
}
.bnlp_shop_inner {
  padding: 4vw 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 801px) {
  .bnlp_novelty_text2 {
    padding-block: 30px 2vw;
    max-width: 900px;
    margin: 0 auto;
  }
  .bnlp_novelty_text2 img {
      width: 85%;
  }
  .bnlp_novelty_note {
    padding:10px 0 15px;
    font-size: 90%;
  }
  .bnlp_shop_inner {
    padding:5vw;
  }

}

/*--------------------
crane
--------------------*/
#crane {
  position: relative;
  z-index: 1;
}
.crane-area {
  position: relative;
}
.crane-img {
  width: 100%;
  margin: 0 0 0 auto;
  object-fit: cover;
  max-height: 350px;
}
.crane-inner {
  position: relative;
}
.crane-btn {
  max-width: 650px;
  width: 60%;
  margin: 0 auto 0 13%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
}
.crane-btn a {
  display: block;
}

@media (min-width: 801px) {
  #crane {
    padding:0 0 70px;
  }
}
@media (max-width: 800px) {
  .crane-btn {
    bottom: calc(40 / 1200 * 100vw);
  }
  #crane {
    width: 95%;
    margin: 0 auto 30px;
  }
  .content-wrap {
    padding-bottom:5vw;
    padding-top:6vw;
  }
}
@media (max-width: 480px) {
  .crane-btn {
    width: 90%;
    margin: 0 auto;
    bottom: 17px;
  }
}

/*--------------------
attention_bottom
--------------------*/
#attention_bottom {
  background-color: #f0b4c3;
}
.attention_inner {
  max-width:1140px;
  width:93%;
  margin:0 auto;
  padding:30px 0 15px;
}
#attention_bottom * {
  color: #787878;
  line-height: 1.4;
}
#attention_bottom span {
  font-size: 85%;
}
@media (min-width: 801px) {
  #attention_bottom * {
    font-size: 14px;
  }
}

/*--------------------
Footer
--------------------*/
.footer-copyright {
  width:100%;
  background:#fff;
  display:flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  height:50px;
}
.footer-copyright .copyright {
  max-width:400px;
  margin:auto;
}
.footer-copyright img {
  vertical-align: middle;
}

@media (max-width: 800px) {
  .footer-copyright .copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    width:70%;
  }
}

.bnlp_shop {
  position: relative;
}

.bnlp_novelty_text1 {
  padding-block-start: 4vw;
}
@media (min-width: 801px) {
  .bnlp_novelty_text1 {
    padding-block: 30px;
  }
}
.bnlp_novelty_text1 img {
  width: 76%;
}
@media (min-width: 801px) {
  .bnlp_novelty_text1 img,
  .bnlp_novelty_text2 img {
    width: auto;
  }
}

.bnlp_novelty_note {
  color: #787878;
}

.bnlp_app,
.bnlp_cp {
  position: relative;
  margin-block-end: 7vw;
  padding: 3vw 20vw;
}

@media (min-width: 801px) {
  .bnlp_app,
  .bnlp_cp {
    display: none;
  }
}
.bnlp_app .swiper-pagination-bullets.swiper-pagination-horizontal,
.bnlp_cp .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -6vw;
}
.bnlp_app .swiper-pagination-bullet-active,
.bnlp_cp .swiper-pagination-bullet-active {
  background-color: #d7bbe2;
}

.cp_btns {
  position: relative;
}

.app_btn_app,
.app_btn_ggl {
  position: absolute;
  bottom: 29%;
  left: 50%;
  transform: translateX(-50%);
  width: 57%;
}

.app_btn_ggl {
  bottom: 12.5%;
}

.bnlp_app_pc {
  display: none;
}
@media (min-width: 801px) {
  .bnlp_app_pc {
    display: block;
  }
}

.app-button-next,
.app-button-prev,
.cp-button-next,
.cp-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.app-button-next.swiper-button-disabled,
.app-button-prev.swiper-button-disabled,
.cp-button-next.swiper-button-disabled,
.cp-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.app-button-next.swiper-button-hidden,
.app-button-prev.swiper-button-hidden,
.cp-button-next.swiper-button-hidden,
.cp-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .app-button-next,
.swiper-navigation-disabled .app-button-prev,
.swiper-navigation-disabled .cp-button-next,
.swiper-navigation-disabled .cp-button-prev {
  display: none !important;
}

.app-button-prev,
.cp-button-prev {
  left: 3vw;
  right: auto;
}

.app-button-next,
.cp-button-next {
  right: 3vw;
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.app-button-next:after,
.app-button-prev:after,
.cp-button-next:after,
.cp-button-prev:after {
  width: 32px;
  height: 32px;
  content: "";
}

.app-button-prev:after,
.cp-button-prev:after {
  background: url(../images/app_prev.png) no-repeat;
  background-size: contain;
}

.app-button-next:after,
.cp-button-next:after {
  background: url(../images/app_next.png) no-repeat;
  background-size: contain;
}
