@charset "utf-8";

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) {
  .sp {
    display: none!important;
  }
  .pc {
        display: block;
  }
}

.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:100%;
  background: #fff5aa;
}
.box_in {
  max-width:1200px;
  background:#415a2d;
  margin:0 auto;
}
.bg_green {
  background-color: #e1e6a0;
}
.bnlp_kv {
  text-align: center;
}
.bnlp_nav{
  position: sticky;
  z-index: 2;
  top: 0;
}
.bnlp_nav_list {
  display: flex;
  justify-content: center;
  gap: 1%;
  margin-inline: auto;
  max-width: 93.75vw;
}
.bnlp_nav_list li {
  max-width:262px;
  display: flex;
  align-items: center;
  background-size: contain;
}
.bnlp_nav_list button {
  display: block;
  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) {
  .anchor {
      display: block;
  }
  .bnlp_nav_list {
    max-width: 1080px;
    padding: 0;
    justify-content: space-between;
  }
  .bnlp_nav{
    padding: 1.38rem 0;
  }
}
@media (max-width: 800px) {
  .bnlp_nav{
    padding: 8px 0;
  }
}

.bnlp_info {
  width: 93.75vw;
  max-width: 1080px;
  margin-inline: auto;
  padding: 4vw 0 0;
}
.bnlp_info_title {
  background-color: #415a2d;
  width:100%;
  background: #415a2d;
  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:33%;
}
.info_border {
  border: 2px solid #415a2d;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
.info_list {
  padding: 5px 12px 0;
}

@media (min-width: 801px) {
  .bnlp_info {
    padding-block: 30px 59px;
    padding-bottom:5px;
  }
  .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 #415a2d;
}
.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{
	position: relative;
  padding-bottom: 10px;
}
.content .title {
  max-width:987px;
  width:86.5%;
  margin:0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
#limited .prizes {
	position: relative;
  z-index: 1;
}
@media(min-width:801px){
  #limited .prizes {
    padding-bottom: 30px;
  }
}

@media(max-width:800px){
  #limited {
    padding: 1rem 0;
  }
  #limited .prizes .prize img {
    width: 100%;
    border-bottom: 2px dotted #ccc;
    padding: 1.3rem 0;
  }
  #limited .prizes .prize .photo1 img {
    padding-top:0.2rem;
    padding-bottom:1.5rem;
  }
  #limited .prizes .prize .photo2 img {
    padding-top:0.8rem;
  }
  .prize .photo.photo1 {
    padding:0;
  }
  #limited .prizes .prize img.bd {
    border-bottom: none;
    padding-bottom:0.3rem;
  }
}

/*--------------------
mat
--------------------*/
.mat {
  max-width: 1140px;
	width: 95%;
	margin:0 auto;
	padding:0;
	position: relative;
  z-index: 1;
}
.mat:before {
	content:"";
	position: absolute;
	top:56px;
	left:0;
	right:0;
	margin:auto;
	background-image: url(../images/matg-top.png);
	background-repeat:no-repeat;
	background-position: center 0;
	background-size:100%;
	width:100%;
	height:100%;
}
.mat .title {
	max-width: 986px;
	width: 86.5%;
	margin: 0 auto!important;
	text-align: center;
	position: relative;
	z-index: 1;
}
.mat .inner-box {
	padding:16px 30px 30px;
	position: relative;
}
.mat .inner-box:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	background-image: url(../images/matg-m.png);
	background-repeat:repeat-y;
	background-position: center top;
	height: calc(100% - 80px);
	width:100%;
	background-size: 100%;
	z-index: 0;
}
.mat .inner-box:after {
	content:"";
	position: absolute;
	left:0;
	right:0;
	margin:auto;
	bottom:1.8%;
	background-image: url(../images/matg-bottom.png);
	background-repeat:no-repeat;
	background-position: center top;
	width:100%;
	height:60px;
	background-size:100%;
}
.mat.-yellow:before {
	background-image:url(../images/maty-top.png);
}
.mat.-yellow .inner-box:before {
	background-image: url(../images/maty-m.png);
}
.mat.-yellow .inner-box:after {
	background-image: url(../images/maty-bottom.png);
}


/*--------------------
mat
--------------------*/
@media(max-width:800px){
  .mat:before {
    content:"";
    position: absolute;
    top:calc(60/1140*100vw);
    left:0;
    right:0;
    margin:auto;
    background-image: url(../images/matg-top.png);
    background-repeat:no-repeat;
    background-position: center 0;
    background-size:100%;
    width:100%;
    height:calc(60/1140*100vw);
    z-index: 1;
  }
  .mat .inner-box:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    background-image: url(../images/matg-m.png);
    background-repeat: repeat-y;
    background-position: center top;
    height: calc(100% - 1rem);
    width: 100%;
    background-size: 100%;
    z-index: -1;
  }
  .mat .inner-box:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    background-image: url(../images/matg-bottom.png);
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: calc(60 / 1140 * 100vw);
    background-size: 100%;
  }
  .mat .title {
    max-width: 986px;
    width: 86.5%;
    margin: 0 auto!important;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .mat .inner-box {
    padding:1rem 0.8rem calc(60/1140*100vw);
    position: relative;
  }
}

/*--------------------
prizes
--------------------*/
.prizes {
  padding-bottom:10px;
  text-align: center;
}
.prizes .photo {
  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: 40px 8vw;
  }
  .gallery_slides {
    margin-block-end: 42px;
    max-width: 800px;
    margin: 0 auto;
  }
  .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: 25px auto 0;
}
.slide-caption {
  color: #415a2d;
  font-weight: bold;
  max-width:845px;
  margin:0 auto;
  padding-top:5px;
}
.gallery_thumb .thumb_item {
  flex-basis: 23%;
}
.gallery_thumb .thumb_item_active {
  border: 2px solid #f59b00;
}
@media (min-width: 801px) {
  .gallery_thumb {
    gap: 16px;
    max-width:816px;
  }
  .gallery_thumb .thumb_item_active {
    border-width: 6px;
  }
  .gallery_thumb .thumb_item {
    flex-basis: calc(25% - 16px);
  }
  .gallery_thumb .thumb_item:hover {
    cursor: pointer;
    transition: opacity 0.2s;
    opacity: 0.7;
  }
}

@media (max-width: 800px) {
  .slide-caption {
    font-size: 12px;
  }
  .gallery_thumb {
    margin-top:18px;
  }
}



/*--------------------
Novelty
--------------------*/
#novelty .present {
  position: relative;
  z-index: 1;
}
.present1 .items {
  background: url(../images/pat-g.jpg);
  background-position: 0;
}
.present-inner {
	max-width:1080px;
	margin:0 auto;
	padding:0px 10px 36px 10px;
	border-radius: 10px;
}
#play_wrap .present {
  position: relative;
  z-index: 1;
}
.present2 .items {
  background: url(../images/pat-y.jpg);
  background-position: 0;
}
.play_read {
  text-align: center;
  padding:8px 0 5px;
}
.play_photo {
  max-width:1045px;
  margin:0 auto;
}

/*--------------------
NOVELTY
--------------------*/
@media (min-width: 801px) {
  #novelty {
    padding-top:30px;
  }
  #limited {
    padding-top:30px;
  }
  #crane{
    padding-top:10px;
  }
  #novelty .present1 .items .copy {
    padding:16px 0 10px 10px;
  }
  .present1 .items,
  .present2 .items {
    background-size:95px;
  }
  .-orange {
    border:5px solid #f59b00;
  }
  #play_wrap .present {
    padding-bottom: 46px;
  }
  #novelty .present {
    padding-bottom: 40px;
  }
}

@media (max-width: 800px) {
  #novelty {
    padding-top: 15px;
  }
  #play_wrap{
     padding-top: 15px;   
  }
  #novelty .novelties .part1:before {
    height: calc(100% + 23px);
  }
  #novelty .novelties .part2:before {
    height: calc(100% + 25px);
  }
  #novelty .novelties .part1 {
    margin-bottom:20px;
  }
  .present1 .items,
  .present2 .items {
    background-size:40px;
  }
}

/*--------------------
NOVELTY 受け取り方
--------------------*/
.bnlp_novelty_btm {
  background: #fff;
  position:relative;
  text-align: center;
}
.bnlp_novelty_btm.w1000 {
  max-width:1000px;
  width:95%;
  margin:0 auto;
}
@media (min-width: 801px) {
  #novelty .content-wrap .release {
    padding-top:4vw;
  }
  .play_photo {
    margin-bottom:10px;
  }
  .bnlp_novelty_text1 {
    padding-block: 30px;
  }
}
@media (max-width: 800px) {
  .bnlp_novelty_btm {
    border-width:3px;
  }
  .part1 .detail {
     margin-bottom:-4vw;
  }
  .play_photo {
    margin-bottom:1rem;
  }
  .bnlp_novelty_text1 {
    text-align: center;
    padding:1.5rem 1.5rem 1rem;
  }
  .-orange {
      border: 2.5px solid #ffbf00;
  }
}

.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 14vw;
}
.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 {
  width:95%;
  margin:0 auto;
  text-align: left;
  padding:10px 0;
  font-size: 78%;
  color: #787878;
}

@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 15px;
    font-size: 90%;
  }
  .bnlp_shop_inner {
    padding:5vw;
  }

}
@media (min-width: 801px) {
  .bnlp_novelty_inner {
      padding-block-end: 4vw;
  }
}

/*--------------------
crane
--------------------*/
.crane-outer {
    position: relative;
    padding: 5vw 3% 6vw;
    margin:0 auto;
}
@media (min-width: 801px) {
  .crane-outer {
      max-width:1060px;
      padding:0;
  }
}

.crane-area {
  position: relative;
}
.crane-img {
  width: 100%;
  margin: 0 0 0 auto;
  object-fit: cover;
}
.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:0 0 40px;
  }
}
@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;
  }
}


/*--------------------
store
--------------------*/
.bnlp_shop_inner {
  padding: 4vw 0;
  position: relative;
  z-index: 1;
}

@media (min-width: 801px) {
  #store .mat:before {
    top:22px;
  }
  #store .mat .inner-box:before {
    height: calc(100% - 60px);
  }
}

@media (max-width: 800px) {
  #store .mat:before {
    top:calc(40/1140*100vw);
  }
}

/*--------------------
attention_bottom
--------------------*/
.attention_inner {
  max-width:1140px;
  width:93%;
  margin:0 auto;
  padding:15px 0;
}
#attention_bottom * {
  color: #415a2d;
  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 #e1e6a0;
}
.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%;
  }
}

@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: #cfdf58;
}

.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;
}
