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;
}

@media screen and (min-width: 801px) {
  .pc {
    display: initial;
  }
  .sp {
    display: none!important;
  }
  .pc, .tb {
     display: block;
  }
}

@media screen and (max-width: 800px) {
  .pc {
      display: none !important;
  }
}
@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: 1100px;
  margin: auto;
}

.bnlp_body {
  position: relative;
  width: 100vw;
}
.bnlp_body:before {
  content:"";
  position: absolute;
  top:0;
  left:0;
  width:calc(50% - (1200px/2));
  height: 100%;
  background-size:100%;
  z-index: -1;
background: linear-gradient(to right,  rgba(219,170,199,1) 0%,rgba(221,175,203,1) 6%,rgba(224,175,204,1) 6%,rgba(225,181,208,1) 12%,rgba(225,181,206,1) 13%,rgba(226,182,209,1) 14%,rgba(230,191,212,1) 24%,rgba(231,191,215,1) 24%,rgba(231,192,213,1) 26%,rgba(232,194,217,1) 28%,rgba(236,203,220,1) 38%,rgba(241,213,228,1) 48%,rgba(240,212,226,1) 48%,rgba(246,220,233,1) 57%,rgba(245,221,234,1) 60%,rgba(247,226,235,1) 63%,rgba(255,240,245,1) 80%,rgba(255,240,245,1) 100%); 
}

.bnlp_body:after {
  content:"";
  position: absolute;
  top:0;
  right:0;
  width:calc(50% - (1200px/2));
  height: 100%;
  background-size:100%;
  z-index: -1;
background: linear-gradient(to right,  rgba(255,240,245,1) 0%,rgba(255,240,245,1) 20%,rgba(235,200,220,1) 64%,rgba(235,201,218,1) 66%,rgba(226,180,208,1) 88%,rgba(221,175,203,1) 95%,rgba(223,174,203,1) 96%,rgba(220,174,202,1) 97%,rgba(220,169,200,1) 100%);
}



@media (min-width: 801px) {
  .bnlp_body {
    width: auto;
  }
}
.box_in {
  max-width:1200px;
  background-color: #fff0f5;
  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 {
  max-width: 1140px;
  width:95%;
  margin-inline: auto;
  padding-block-end: 3vw;
  padding-top:5px;
}
.bnlp_info_title {
  background-color: #eb87aa;
  width:100%;
  background: #eb87aa;
  display:flex;
  justify-content:center;
  align-items:center;
  border-radius: 10px 10px 0 0;
  padding:0.5vw 5vw;
}
.bnlp_info_title img {
  max-width:170px;
  width:36%;
}
.info_border {
  border: 2px solid #eb87aa;
  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 #eb87aa;
}
.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 #c8a0c8;
  max-width: 1140px;
  width: 95%;
  margin: 0 auto 0;
  box-shadow: 0 5px 5px rgba(199, 141, 199, 0.15);
}
#limited .content {
  border-color: #f0a0b4;
}
.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: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:1100px;
  width:100%;
}

@media (min-width: 801px) {
  .content {
    border-width:4px;
  }
  .content .title {
    top: -38px;
  }
  .content-wrap {
    padding: 0 2%;
  }
  #limited {
    padding: 60px 0 40px;
  }
  .content-wrap .release {
    margin: 0 auto 15px;
  }
  .content-wrap .release1 {
    margin:0 auto 15px;
    padding-top:60px;
  }
  .content-wrap .release2 {
    margin:0 auto 15px;
    padding-top:10px;
  }
}

@media (max-width: 800px) {
  .content-wrap .release {
    margin: 5px auto 15px;
  }
}

/*--------------------
prizes
--------------------*/
.prizes {
  padding-bottom:10px;
  text-align: center;
}
.prizes .photo {
  margin-block-end:20px;
  padding: 0 1vw;
}

@media (min-width: 801px) {
  .prizes .photo.tb {
      margin-bottom: 20px;
  }
  .prizes .photo {
    padding:0;
  }
  .prizes {
    padding-bottom:10px;
    text-align: center;
  }
}
@media (max-width: 800px) {
  .prizes {
    text-align: center;
  }
  #limited .content-wrap {
    padding-bottom:0;
  }
  #limited .prizes2 .photo:last-of-type {
    margin-bottom:0;
  }
  .content-wrap .release1,
  .content-wrap .release2 {
    margin:5px 0 10px;
  }
}

/*--------------------
namcre
--------------------*/
#namcre {
  background:#fff;
}
#namcre .namcre_cts {
  padding: 26px 30px 10px 20px;
  display:flex;
  justify-content:space-between;
  max-width: 1100px;
  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 .namcre_cts .details .cta a{
  display: block;
}
#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;
  }
  #namcre {
    margin-bottom:40px;
  }
  #namcre .attention p {
    font-size: 88%;
  }
  #namcre .attention {
    padding: 10px 10px;
  }
  #namcre {
    margin-bottom:40px;
  }
}



/*--------------------
cara
--------------------*/
.bnlp_chara .content {
  border-color: #96d2f0;
}
.chara_main,
.chara_detail {
  max-width:1040px;
  margin:0 auto;
}
.chara_inner {
  max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    background-color: #fae8f0;
    padding-bottom:20px;
}
.bnlp_chara .content-wrap {
  padding-bottom:20px;
}
@media (min-width: 801px) {
  .chara_inner {
    border-radius: 2rem;
  }
  .chara_main {
    padding: 20px 0;
  }
  .bnlp_chara {
    padding: 45px 0 80px;
  }
}
@media (max-width: 800px) {
  .chara_inner {
    border-radius: 1rem;
  }
  .chara_main {
    padding: 10px;
  }
  .chara_detail {
    padding:0 10px;
  }
  .bnlp_chara {
  padding:10px 0 30px;
  }
}



/*--------------------
crane
--------------------*/
.chara-area {
  position: relative;
  max-width: 1040px;
  width: 95%;
  margin: 0 auto 0;
}
.chara-img {
  width: 100%;
  margin: 0 0 0 auto;
  object-fit: cover;
}
.chara-btn {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
}
.chara-btn a {
  display: block;
}
@media (min-width: 801px) {
  .chara-btn {
    max-width: 300px;
    width: 29%;
    margin-left: 58%;
    bottom: 80px;
  }
}
@media (max-width: 800px) {
  .chara-btn {
    bottom: calc(80 / 1200 * 100vw);
    max-width: 212px;
    width: 29%;
    margin-left: 58%;
  }
}
@media (min-width: 481px) {
  .chara-img {
    max-height: 390px;
  }
}
@media (max-width: 480px) {
  .chara-btn {
    width: 70%;
    max-width: 478px;
    margin: 0 auto;
    bottom: calc(110 / 800 * 100vw);
  }
  .chara-img {
    max-height:705px;
  }
}


/*--------------------
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 #eb87aa;
}
@media (min-width: 801px) {
  .gallery_thumb .thumb_item_active {
    outline-width: 6px;
  }
}


/*--------------------
NOVELTY
--------------------*/
#novelty {
  padding: calc(50 / 800 * 100vw) 0 0;
}
.novelties {
  max-width:1100px;
  margin:0 auto;
  position: relative;
}
.w1100 {
  max-width:1100px;
  margin:0 auto;
}
#novelty .novelties .part1 {
  margin-bottom:30px;
  position:relative;
}
#novelty .novelties .part2 {
  position:relative;
}
.novelty2-txt {
  max-width:720px;
  margin:0 auto 10px;
  width:80%;
}
/*PART1*/
#novelty .novelties .novelty.part1 .present {
  max-width: 1100px;
  margin:0 auto;
  text-align: center;
}
#novelty .content {
  border-color: #c8a0c8;
}
@media (min-width: 801px) {
  #novelty {
    padding:80px 0 0;
  }
  #novelty .novelties .novelty.part1 .present {
    margin-bottom:5px;
    margin-top:-15px;
  }
  #novelty .novelties .part2 {
   padding: 20px 20px 46px;
  }
  #novelty .novelties .part2 .present {
    margin-bottom:20px;
  }
}

@media (min-width: 801px) {
}
@media (max-width: 800px) {
  #novelty .novelties .part1 {
    margin-bottom:20px;
  }
}

/*--------------------
NOVELTY 受け取り方
--------------------*/
.bnlp_novelty_btm {
  position:relative;
  text-align: center;
}
.part1 .bnlp_novelty_btm {
  background: #fff0f5;
}
.part2 .bnlp_novelty_btm {
  background: #fff;
  border: 5px solid #ffaa6e;
  border-top:0;
}
.novelty_bar_ttl {
  background-color: #ffaa6e;
  padding:10px 0;
}
.novelty_bar_ttl_inner {
  max-width:663px;
  width:85%;
  text-align: center;
  margin:auto;
}
.bnlp_novelty_btm {
  max-width:1020px;
  margin:0 auto;
}
.bnlp_novelty_btm.w1010 {
  max-width:1010px;
  margin:0 auto;
}
.bnlp_novelty_text2 {
  max-width:902px;
  margin: 0 auto;
}
@media (min-width: 801px) {
  .content-wrap .release {
    padding-top:60px;
  }
  .bnlp_novelty_btm {
  padding:0 3%;
  }
  .bnlp_novelty_btm.w1010 {
    padding:0;
  }
}
@media (max-width: 800px) {
  .part2 .bnlp_novelty_btm{
    border-width: 4px;
  }
}

.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:7vw 5vw 5vw;
  }

}
@media (min-width: 801px) {
  .bnlp_novelty_inner {
      padding-block-end: 4vw;
  }
}

/*--------------------
crane
--------------------*/
.crane-area {
  position: relative;
  max-width: 1140px;
  width: 95%;
  margin: 0 auto 0;
}
.crane-img {
  width: 100%;
  margin: 0 0 0 auto;
  object-fit: cover;
  max-height: 350px;
}
.crane-btn {
max-width: 651px;
width: 71%;
margin: 0 auto;
position: absolute;
left: 0;
right: 0;
bottom: 40px;
margin-left: 12.6%;
}
.crane-btn a {
  display: block;
}

@media (min-width: 801px) {
  #crane {
    margin:40px auto 30px;
  }
}

@media (max-width: 800px) {
  .crane-btn {
    bottom: calc(40 / 1200 * 100vw);
  }
  #crane {
    margin:20px auto 20px;
  }
  .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: #eb87aa;
}
.attention_inner {
  max-width:1140px;
  width:93%;
  margin:0 auto;
  padding:15px 0;
}
#attention_bottom * {
  color: #4b4641;
  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 #fae8f0;
}
.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;
}

.bnlp_shop .content {
  border-color: #b4e6a0;
  margin-bottom:30px;
}

@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: 25px;
  }
}
.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;
}
