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/bg01.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: #006991;
  margin:0 auto;
}
.bnlp_kv {
  text-align: center;
  margin-block-end: 8px;
}
.bnlp_kv_logo {
  background-color: #006991;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding:1.5vw 2% 1vw;
}
.bnlp_kv_logo img {
  width: 35.74%;
}
.bnlp_catch {
  background: #f5e9ab;
  padding-block-end: 20vw;
  text-align: center;
}
@media (min-width: 801px) {
  .bnlp_catch {
    padding-block-end: 140px;
  }
  .bnlp_kv {
    margin-block-end: 20px;
  }
  .bnlp_kv_logo {
    height: 80px;
    padding:0;
    padding-top:18px;
    padding-right:25px;
  }
}

.bnlp_ft {
  padding-block: 26px;
}
@media (min-width: 801px) {
  .bnlp_ft {
    padding-block: 40px 30px;
  }
}

.bnlp_ft_note {
  width: 93.75vw;
  margin-inline: auto;
}
@media (min-width: 801px) {
  .bnlp_ft_note {
    width: 990px;
  }
}

.bnlp_ft_link {
  text-align: center;
  max-width:260px;
  margin:0 auto;
}
.bnlp_ft_link img {
  width: 91.25vw;
  margin-block-end: 4vw;
  padding-top:4vw;
}
@media (min-width: 801px) {
  .bnlp_ft_link img {
    width: auto;
  }
}

.bnlp_ft_copy {
  padding: 10px;
  background-color: #b46437;
  color: #fff;
  text-align: center;
  font-size: 10px;
}
@media (min-width: 801px) {
  .bnlp_ft_copy {
    font-size: 16px;
  }
}

.bnlp_nav {
  position: sticky;
  z-index: 2;
  top: 0;
}

.bnlp_nav_list {
  display: flex;
  justify-content: center;
  gap: 2.3vw;
  margin-inline: auto;
  padding: 0 0 2vw;
  max-width: 93.75vw;
}
.bnlp_nav_list li {
  display: flex;
  align-items: center;
  background-size: contain;
}
.bnlp_nav_list button {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1;
}
.bnlp_nav_list button img {
  transition: opacity 0.2s;
}
.bnlp_nav_list button:hover img {
  opacity: 0.5;
}
@media (min-width: 801px) {
  .bnlp_nav_list {
    max-width: 1140px;
    padding: 0;
    justify-content: space-between;
  }
}

.bnlp_info {
  width: 93.75vw;
  max-width: 1140px;
  margin-inline: auto;
  padding-block-end: 3vw;
  padding-top:5px;
}
.bnlp_info_title {
  background-color: #c88cc8;
  width:100%;
  background: #c88cc8;
  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: 2px solid #c88cc8;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
.info_list {
  padding: 5px 12px 0;
}
@media (min-width: 801px) {
  .bnlp_info {
    padding-block: 35px 59px;
    padding-bottom: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;
  }
}
.info_list li {
  color: #787878;
  padding-block-end: 10px;
  border-top: 2px dashed #c88cc8;
}
.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 #a07d6e;
  max-width: 1140px;
  width: 95%;
  margin: 0 auto 0;
}
.content:before {
  content:"";
  position: absolute;
  top:-1px;
  left:-1px;
  right: 4px;
  width:100%;
  height: 100%;;
  background: url(../images/c1.png) no-repeat 0 0;
}
.content:after {
  content:"";
  position: absolute;
  top:-1px;
  right: -1px;
  width:100%;
  height: 100%;;
  background: url(../images/c2.png) no-repeat right top;
}
.content-wrap .corner:before {
  content:"";
  position: absolute;
  background-repeat:no-repeat;
  background-size:contain;
  width:85px;
  height: 85px;
}
.content-wrap {
  position: relative;
  padding: 5.5vw 3% 3vw;
}
.content-wrap:before {
  content:"";
  position: absolute;
  bottom:-1px;
  left:-1px;
  right: 4px;
  width:100%;
  height: 100%;;
  background: url(../images/c3.png) no-repeat left bottom;
}
.content-wrap:after {
  content:"";
  position: absolute;
  bottom:-1px;
  right: -1px;
  width:100%;
  height: 100%;;
  background: url(../images/c4.png) no-repeat right bottom;
}
.content:before,
.content:after,
.content-wrap:before,
.content-wrap:after {
    background-size:8% auto!important;
}
.content .title {
  max-width: 700px;
  width: 83%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -4vw;
}
.content-wrap .release {
  max-width:1000px;
  width:90%;
  margin: 0 auto 4vw;
}

@media (min-width: 801px) {
  .content {
    border-width:4px;
  }
  .content:before {
    top:-4px;
    left:-4px;
  }
  .content:after {
    top:-4px;
    right: -4px;
  }
  .content-wrap:before {
    bottom:-4px;
    left:-4px;
  }
  .content-wrap:after {
    bottom:-4px;
    right: -4px;
  }
  .content:before,
  .content:after,
  .content-wrap:before,
  .content-wrap:after {
     background-size:75px auto!important;
  }
  .content .title {
    top: -38px;
  }
  .content-wrap {
    padding: 0 3%;
  }
  #limited {
    padding: 60px 0 50px;
  }
  .content-wrap .release {
    margin:0 auto 32px;
    padding-top:54px;
  }
}

/*--------------------
prizes
--------------------*/
.prizes {
  padding-bottom:10px;
  text-align: center;
}
.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%;
}
#namcre .namcre_cts .details .detail {
  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:first-child {
  width:100%;
}
#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;
  }
}
@media (min-width: 801px) {
  #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;
  }
}


/*--------------------
NOVELTY
--------------------*/
#novelty {
  padding: calc(50 / 800 * 100vw) 0;
}
.novelties {
  max-width:1060px;
  margin:0 auto;
  position: relative;
  z-index: 1;
}
.w1000 {
  max-width:1000px;
  margin:0 auto;
}
#novelty .novelties .part1 {
  background: #f0dcfa;
  margin-bottom:30px;
  position:relative;
}
#novelty .novelties .part1:before {
  content:"";
  position: absolute;
  left:0;
  background-color: #f0dcfa;
  width:100%;
  height:100%;
  z-index: -1;
}
#novelty .novelties .part2 {
  position:relative;
}
#novelty .novelties .part2 {
  background: #f0dcfa;
  position:relative;
}
#novelty .novelties .part2:before {
  content:"";
  position: absolute;
  top:-22px;
  left:0;
  background-color: #f0dcfa;
  width:100%;
  height:calc(100% + 30px);
  z-index: -1;
}
#novelty .novelties .part1:before {
  top:-12px;
}
#novelty .novelties .part2:before {
  top:-14px;
}
.novelty2-txt {
  max-width:720px;
  margin:0 auto 10px;
  width:80%;
}
/*PART1*/
#novelty .novelties .novelty.part1 .present {
  max-width: 1000px;
  margin:0 auto;
  text-align: center;
}

@media (min-width: 801px) {
  #novelty {
    padding:80px 0;
  }
  #novelty .novelties .novelty.part1 .present {
    width:95%;
    margin-bottom:20px;
  }
  #novelty .novelties .part1:before,
  #novelty .novelties .part2:before {
    top:-22px;
  }
  #novelty .novelties .part1 {
    padding-bottom:30px;
  }
  #novelty .novelties .part2 {
   padding: 20px;
  }
  #novelty .novelties .part2 .present {
    margin-bottom:20px;
  }
}

@media (min-width: 801px) {
  #crane{
    padding-top:10px;
  }
}
@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 受け取り方
--------------------*/
.bnlp_novelty_btm {
  background: #fff;
  position:relative;
  text-align: center;
}
@media (min-width: 801px) {
  #novelty .content-wrap .release {
    padding-top:4vw;
  }
}
@media (max-width: 800px) {
  .bnlp_novelty_btm {
    border-left:4px solid #f0dcfa;
    border-right:4px solid #f0dcfa;
  }
  .part1 .detail {
     margin-bottom:-4vw;
  }
}

.bnlp_novelty_text2 img {
  width: 95%;
}
.bnlp_novelty_text2 {
  padding-block: 4vw 2vw;
  text-align: left;
}
.bnlp_app, .bnlp_cp {
  position: relative;
  margin-block-end: 7vw;
  padding: 3vw 20vw;
}
.bnlp_app .swiper-pagination-bullets.swiper-pagination-horizontal, .bnlp_cp .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -6vw;
}
.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-prev, .cp-button-prev {
  left: 3vw;
  right: auto;
}
.app-button-next, .cp-button-next {
  right: 3vw;
  left: auto;
}
.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;
  }
  .bnlp_novelty_text2 img {
      width: 85%;
  }
  .bnlp_novelty_wrap.wrap2 {
    margin-block-end: 94px;
  }
  .bnlp_novelty_note {
    padding:10px 0 30px;
    font-size: 90%;
  }
  .bnlp_shop_inner {
    padding:5vw;
  }

}
@media (min-width: 801px) {
  .bnlp_novelty_inner {
      padding-block-end: 4vw;
  }
}

/*--------------------
crane
--------------------*/
#crane {
  margin-top:20px;
}
.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;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  margin-left: 13%;
}
.crane-btn a {
  display: block;
}

@media (min-width: 801px) {
  #crane {
    padding:15px 0 38px;
  }
}
@media (max-width: 800px) {
  .crane-btn {
    bottom: calc(40 / 1200 * 100vw);
  }
    #crane {
    padding-top:1vw;
  }
  .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: #006991;
}
.attention_inner {
  max-width:1140px;
  width:93%;
  margin:0 auto;
  padding:15px 0;
}
#attention_bottom * {
  color: #fff;
  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;
  border:1px solid #c9e6f6;
}
.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%;
  }
}


/*--------------------
limit
--------------------*/
@media (min-width: 801px) {
  .bnlp_novelty {
    padding-block-end: 76px;
    border-top-width: 16px;
  }
}


.bnlp_novelty {
  position: relative;
  text-align: center;
}
.bnlp_shop {
  position: relative;
}

@media (min-width: 801px) {
  .bnlp_novelty {
    padding-block-end: 8vw;
    border-top-width: 8vw;
  }
}


.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 {
    width: auto;
  }
}

@media (min-width: 801px) {
  .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;
}

.app_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;
}
