@charset "UTF-8";
/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ===================================================================
   Base styles: opinionated defaults
   ================================================================= */
html {
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ===================================================================
   Browser Upgrade Prompt
   ================================================================ */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==================================================================
   Author's custom styles
   =============================================================== */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  color: #000;
  height: 100%;
  min-height: 100%;
  font-size: 100%;
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,"Hiragino Sans","メイリオ",meiryo,sans-serif;
  overflow-x: hidden; }

img {
  width: auto;
  height: auto;
  max-width: 100%;
  line-height: 0;
  border: 0;
  display: inline;
  vertical-align: bottom;
  width /***/: auto;
  backface-visibility: hidden;
}
@media (min-width: 770px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}

#wrapper {overflow: hidden; }

[class*='col-'] {min-height: 1px; }

.col-1-10 {
  float: left;
  width: 10%; }

.col-1-8 {
  float: left;
  width: 12.5%; }

.col-1-6 {
  float: left;
  width: 16.666%; }

.col-1-5 {
  float: left;
  width: 20%; }

.col-1-4 {
  float: left;
  width: 25%; }

.col-3-10 {
  float: left;
  width: 30%; }

.col-1-3 {
  float: left;
  width: 33.33%; }

.col-4-10 {
  float: left;
  width: 40%; }

.col-1-2 {
  float: left;
  width: 50%; }

.col-6-10 {
  float: left;
  width: 60%; }

.col-2-3 {
  float: left;
  width: 66.66%; }

.col-7-10 {
  float: left;
  width: 70%; }

.col-3-4 {
  float: left;
  width: 75%; }

.col-4-5 {
  float: left;
  width: 80%; }

.col-5-6 {
  float: left;
  width: 83.333%; }

.col-9-10 {
  float: left;
  width: 90%; }

.col-10-10 {
  float: left;
  width: 100%; }

.grid-pad {
  margin-left: -80px;
  margin-right: -80px;
  padding: 0 0 0 80px; }

.grid-pad > [class*='col-'] {padding-right: 80px; }

.grid-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 80px;
  padding-left: 80px; }

.grid:after {
  content: "";
  display: table;
  clear: both; }

[class*='col-push'], [class*='col-pull'] {
  position: relative; }

.sp {display: none;}
.sp2 {display: none;}


@media (min-width: 768px) {
  [class*='col-md'] {
    float: left; }
  .col-md-1-10 {
    width: 10%; }
  .col-md-1-8 {
    width: 12.5%; }
  .col-md-1-6 {
    width: 16.666%; }
  .col-md-1-5 {
    width: 20%; }
  .col-md-1-4 {
    width: 25%; }
  .col-md-3-10 {
    width: 30%; }
  .col-md-1-3 {
    width: 33.33%; }
  .col-md-4-10 {
    width: 40%; }
  .col-md-1-2 {
    width: 50%; }
  .col-md-6-10 {
    width: 60%; }
  .col-md-2-3 {
    width: 66.66%; }
  .col-md-7-10 {
    width: 70%; }
  .col-md-3-4 {
    width: 75%; }
  .col-md-4-5 {
    width: 80%; }
  .col-md-5-6 {
    width: 83.333%; }
  .col-md-9-10 {
    width: 90%; }
  .col-md-10-10 {
    width: 100%; }
  [class*='col-push-md'] {
    right: auto; }
  .col-push-md-auto {
    left: auto; }
  .col-push-md-1-10 {
    left: 10%; }
  .col-push-md-1-8 {
    left: 12.5%; }
  .col-push-md-1-6 {
    left: 16.666%; }
  .col-push-md-1-5 {
    left: 20%; }
  .col-push-md-1-4 {
    left: 25%; }
  .col-push-md-3-10 {
    left: 30%; }
  .col-push-md-1-3 {
    left: 33.33%; }
  .col-push-md-4-10 {
    left: 40%; }
  .col-push-md-1-2 {
    left: 50%; }
  .col-push-md-6-10 {
    left: 60%; }
  .col-push-md-2-3 {
    left: 66.66%; }
  .col-push-md-7-10 {
    left: 70%; }
  .col-push-md-3-4 {
    left: 75%; }
  .col-push-md-4-5 {
    left: 80%; }
  .col-push-md-5-6 {
    left: 83.333%; }
  .col-push-md-9-10 {
    left: 90%; }
  .col-push-md-10-10 {
    left: 100%; }
  [class*='col-pull-md'] {
    left: auto; }
  .col-pull-md-auto {
    right: auto; }
  .col-pull-md-1-10 {
    right: 10%; }
  .col-pull-md-1-8 {
    right: 12.5%; }
  .col-pull-md-1-6 {
    right: 16.666%; }
  .col-pull-md-1-5 {
    right: 20%; }
  .col-pull-md-1-4 {
    right: 25%; }
  .col-pull-md-3-10 {
    right: 30%; }
  .col-pull-md-1-3 {
    right: 33.33%; }
  .col-pull-md-4-10 {
    right: 40%; }
  .col-pull-md-1-2 {
    right: 50%; }
  .col-pull-md-6-10 {
    right: 60%; }
  .col-pull-md-2-3 {
    right: 66.66%; }
  .col-pull-md-7-10 {
    right: 70%; }
  .col-pull-md-3-4 {
    right: 75%; }
  .col-pull-md-4-5 {
    right: 80%; }
  .col-pull-md-5-6 {
    right: 83.333%; }
  .col-pull-md-9-10 {
    right: 90%; }
  .col-pull-md-10-10 {
    right: 100%; }
  .show-md {display: none !important; }
}

a {
  color: #0089d3;
  text-decoration: underline;
}

a:hover {opacity: .8; }

a:hover img {opacity: .8; }

ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

form {
  margin: 0;
  padding: 0; }

strong {font-weight: 700; }

.req {color: #CC3333; }

/*----- common -----*/
.inner_352 {
  max-width: 352px;
  margin: 0 auto; }

.inner_544 {
  max-width: 544px;
  margin: 0 auto; }

.inner_608 {
  max-width: 608px;
  margin: 0 auto; }

.inner_647 {
  max-width: 647px;
  margin: 0 auto; }

.inner_650 {
  max-width: 650px;
  margin: 0 auto; }

.inner_736 {
  max-width: 736px;
  margin: 0 auto;
  padding: 0 10px; }

.inner_800 {
  max-width: 800px;
  margin: 0 auto; }

.inner_928 {
  max-width: 928px;
  margin: 0 auto;
  padding: 0 10px; }

.inner_992 {
  max-width: 992px;
  margin: 0 auto; }

.inner_1120 {
  max-width: 1120px;
  margin: 0 auto; }

.inner_1200 {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  [class^="inner_"] {max-width: 610px;}
  .sp {display: block;}
  .pc {display: none;}
}

/*----- header -----*/
.header {border-bottom: 1px solid #e6e6e6; }

.header_inner {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.logo {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
        flex-grow: 1;
}

.header-logo {
  margin: 0;
  line-height: 1;
  font-size: 100%;
  width: 145px;
}
/* .header-logo img {width: 100%;} */
@media screen and (max-width: 767px) {
  .logo {
    padding-left: 0; }
  .header-logo {
    width: 88px; }
  .header-button {width: 160px; }
}

header div.header-button p {margin: 0;}
header div.header-button a img {
  max-height: 60px;
}

.c-ul {
  font-size: 12px;
  line-height: 1.6; }
  .c-ul li:not(:last-child) {
    margin-bottom: 4px; }

.c-ul.-disc {
  list-style-type: disc;
  padding-left: 1.5em; }

.c-ul.-kome li {
  padding-left: 1.5em;
  position: relative; }

.c-ul.-kome li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0; }

.c-ul.-reference li {
  padding-left: 1.5em;
  position: relative; }

.c-ul.-reference li span {
  position: absolute;
  top: 0;
  left: 0; }

.c-conversion {
  max-width: 580px;
  margin: 0 auto;
  text-align: center;
}
/* 
.c-conversionHeading {
  margin: 0 auto 10px; }
  @media screen and (max-width: 767px) {
    .c-conversionHeading {
      max-width: 240px; } }
 */
.hidden-pc {display: none !important; }
@media screen and (max-width: 767px) {
  .hidden-pc {display: block !important;}
  .hidden-sp {display: none !important;}
}
.nst {
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
}

/* contents */
main {text-align: center;}
#indx {font-family: 'M PLUS Rounded 1c';}
.bx_flx {
  display: flex;
  justify-content: space-between;
}

.note,
ul.note_lst > li {
  padding: 0 0 0 1.4em;
  display: inline-block;
  list-style: none;
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,"Hiragino Sans","メイリオ",meiryo,sans-serif;
}
.note::before,
ul.note_lst > li:before {
  margin: 0 0 0 -1.4em;
  content: '※';
}
.t_l {text-align: left;}

#mv {
  margin: 0 auto;
  background: linear-gradient(180deg, #fff 0%, #fff 44%, #ffdd44 44%, #ffdd44 100%);
}
#mv > div {
  padding: 40px 0;
  background: transparent url(../img/lineup/bg_mv.png) no-repeat center 0;
  background-size: contain;
}
#mv div.nst > h1 {
  position: relative;
  width: 60%;
  margin: 0 auto 20px;
}
#mv div.nst > h1 + img {
  width: 54%;
  margin: 0 auto 30px;
}
#mv div.nst > ul {
  width: 70%;
  margin: 0 auto;
}
#mv div.nst > ul.bx_flx.bx_flx_nav {
  width: 100%;
  margin: 0 auto;
}
#mv div.nst > ul li {
  width: 24%;
}

main section:not(#mv) > h2 {
  padding: 20px 0;
  margin: 0 auto 70px;
  border-top: 3px solid #334466;
  background: #0071bc url(../img/lineup/bg_h2_01.png) repeat 0 0;
  line-height: 1;
  text-align: center;
  position: relative;
}
main section:not(#mv) > h2:after {
  width: 50px;
  height: 50px;
  content: ' ';
  background: #0071bc url(../img/lineup/bg_h2_01.png) repeat 0 85%;
  display: block;
  position: absolute;
  bottom: -10px;
  right: 48%;
  transform:rotate(45deg);
  z-index: -1;
}
main section:not(#mv) > h2 .aco_icon {
  position: absolute;
  right: 1.5%;
}
main section:not(#mv) > h2 img {
  width: auto;
  height: 3vw;
}

#crctr > div,
#evnt > div,
#ssn > div {
  margin: 0 auto 30px;
  flex-wrap: wrap;
}
section > div > div {
  width: 48%;
  margin: 0 auto 30px;
}
section > div > div > h3 {
  margin: 0 auto 20px;
  padding: 3px 1%;
  border-top: 1px solid #99ccea;
  border-bottom: 1px solid #99ccea;
  color: #0071bc;
  font-family: 'M PLUS Rounded 1c';
}
#rnkng > div > ul,
#nmbr > div > ul,
#crctr > div > div > ul,
#evnt > div > div > ul,
#ssn > div > div > ul,
#ssn_all > div > div > ul,
#nmbr > div > div > ul,
#test > div > div > ul,
#special > div > div > ul,
#variety > div > div > ul,
#simple > div > div > ul{
  justify-content: center;
  -ms-flex-pack: center;
}
section > div > div > ul > li {
  width: 30%;
  margin: 0 1.8% 25px;
}
section > div > div > ul > li a,
section > div ul.bx_ln6 > li a {
/*   color: #000; */
  display: block;
  position: relative;
/*   text-decoration: none; */
}

#nmbr > div > ul > li {
  position: relative;
}

section:not(#mv) > div > div > ul > li.new a:hover img,
section:not(#mv) > div ul.bx_ln6 > li.new a:hover img ,
section:not(#mv) > div > div > ul > li.soon a:hover img,
section:not(#mv) > div ul.bx_ln6 > li.soon a:hover img{
opacity:1;
}

section:not(#mv) > div > div > ul > li.new a:first-child .icon,
section:not(#mv) > div ul.bx_ln6 > li.new a:first-child .icon,
section:not(#mv) > div > div > ul > li.new a:hover:first-child .icon,
section:not(#mv) > div ul.bx_ln6 > li.new a:hover:first-child .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: min(52%, 78px);
  height: min(52%, 78px);
  border: none;
  margin: 0;
}
section:not(#mv) > div > div > ul > li.soon a:first-child .icon,
section:not(#mv) > div ul.bx_ln6 > li.soon a:first-child .icon,
section:not(#mv) > div > div > ul > li.soon a:hover:first-child .icon, section:not(#mv) > div ul.bx_ln6 > li.soon a:hover:first-child .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: none;
  margin: 0;
}
#nmbr > div > ul > li img,
section:not(#mv) > div > div > ul > li a > img {
  width: 100%;
  margin: 0 auto 3px;
  display: block;
  border: 1px solid #ccc;
}
div.bx_pp {
  padding: 35px 4%;
  background: #ffeede;
  text-align: left;
}
div.bx_pp > h3,
div.bx_pp > h4 {
  margin: 0 auto 10px;
  padding: 0 0 4px;
  border-bottom: 2px solid #99ccea;
  color: #0071bc;
  font-size: 1.4rem;
}
div.bx_pp > h3 + p,
div.bx_pp > h4 + p {
  margin: 0 auto 20px;
}
div.bx_pp > ul {flex-wrap: wrap;}
div.bx_pp > ul li {
  width: 30%;
  margin: 0 0 30px;
}
div.bx_pp > ul li img {
  margin: 0 auto 3px;
  border: 1px solid #999;
}
div.bx_pp > ul li p {margin: 0 auto;color: #334466;text-align: center;}
.remodal {
  max-width: 700px;
  background-color: transparent;
  padding: 0;
}
div.bx_pp > p.t_c {
  margin: 0 auto -30px;
  padding: 20px 0 0;
  font-size: .6rem;
  text-align: center;
}
div.bx_pp .remodal-close {
  width: 35px;
  height: 35px;
  left: auto;
  right: -10px;
  top: -10px;
  color: #fff;
  border: 2px solid;
  background: #344466;
  border-radius: 5rem;
}
div.bx_pp .remodal-close:before {
  width: 100%;
  line-height: 1;
  position: relative;
}

@media screen and (min-width: 766px) {
  div.bx_pp > ul:not(.flx03) li:nth-child(4),
  div.bx_pp > ul:not(.flx03) li:last-child {
    width: 26%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  section > div > div > ul > li.pub {
    padding-top: 22px;
  }
  .remodal {max-width: 290px;}
}

main section#evnt > h2 {
  background: #ff7f00 url(../img/lineup/bg_h2_02.png) repeat 0 0;
}
main section#evnt > h2:after {
  width: 50px;
  height: 50px;
  content: ' ';
  background: #0071bc url(../img/lineup/bg_h2_02.png) repeat 0 85%;
  display: block;
  position: absolute;
  bottom: -10px;
  right: 48%;
  transform:rotate(45deg);
  z-index: -1;
}

section#evnt > div > div > h3 {
  border-top: 1px solid #ffcc33;
  border-bottom: 1px solid #ffcc33;
  color: #ff6600;
}

section > div > *.bx_ln6,
section > div > *.bx_ln6 ul {
  width: 100%;
  flex-wrap: wrap;
}
section > div > *.bx_ln6 li {
  width: 15%;
  margin: 0 0.8% 30px;
}

main section#crctr > h2 {
  background: #009245 url(../img/lineup/bg_h2_03.png) repeat 0 0;
}
main section#crctr > h2:after {
  background: #009245 url(../img/lineup/bg_h2_03.png) repeat 0 85%;
}
section#crctr > div > div > h3 {
  border-top: 1px solid #99cc99;
  border-bottom: 1px solid #99cc99;
  color: #009245;
}
main section#nmbr > h2 {
  background: #736357 url(../img/lineup/bg_h2_04.png) repeat 0 0;
}
main section#nmbr > h2:after {
  background: #736357 url(../img/lineup/bg_h2_04.png) repeat 0 85%;
}
section#nmbr > div > div > h3 {
  border-top: 1px solid #ad9786 ;
  border-bottom: 1px solid #ad9786;
  color: #736357;
}


main section#test > h2 {
    background: #000000 url(../img/lineup/bg_h2_test.png) repeat 0 0;
  }
main section#test > h2:after {
    background: #000000 url(../img/lineup/bg_h2_test.png) repeat 0 85%;
  }
section#test > div > div > h3 {
    border-top: 1px solid #353535 ;
    border-bottom: 1px solid #353535;
    color: #000000;
  }


main section#special > h2 {
    background: #000000 url(../img/lineup/bg_h2_05.png) repeat 0 0;
  }
  main section#special > h2.is-close {
      margin-bottom: 5% !important;
    }
main section#special > h2:after {
    background: #000000 url(../img/lineup/bg_h2_05.png) repeat 0 85%;
  }
  main section#special > h2.is-close:after {
      background: none;
    }
section#special > div > div > h3 {
    border-top: 1px solid #353535 ;
    border-bottom: 1px solid #353535;
    color: #000000;
  }


section#rnkng {
  background: #ffeebb;
}
section#rnkng > div {
  padding: 0 0 30px;
}
main section#rnkng > h2 {
  background: #b6171c url(../img/lineup/bg_h2_05.png) repeat 0 0;
  border-top: 3px solid #ff6666;
  /*cursor: pointer;*/
}
main section#rnkng > h2 span {display: block;position: relative;}
main section#rnkng > h2:after
/*#rnkng > div*/ {
  display: none;
}

main section#variety > h2 {
  background: #000000 url(../img/lineup/bg_h2_06.png) repeat 0 0;
}
main section#variety > h2:after {
  background: #000000 url(../img/lineup/bg_h2_06.png) repeat 0 85%;
}
section#variety > div > div > h3 {
  border-top: 1px solid #353535 ;
  border-bottom: 1px solid #353535;
  color: #000000;
}

main section#simple > h2 {
  background: #000000 url(../img/lineup/bg_h2_07.png) repeat 0 0;
}
main section#simple > h2:after {
  background: #000000 url(../img/lineup/bg_h2_07.png) repeat 0 85%;
}
section#simple > div > div > h3 {
  border-top: 1px solid #353535 ;
  border-bottom: 1px solid #353535;
  color: #000000;
}
/*main section#rnkng > h2 span:after {
  width: 36px;
  height: 100%;
  background: url(../img/lineup/btn01.png) no-repeat center center;
  background-size: 100% auto!important;
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  transform: none;
  z-index: 1;
}
main section#rnkng > h2.on span:after {
  transform: rotate(180deg);
}*/
#rnkng > div > ul > li {
  padding: 4.2% 0 0;
  background: transparent url(../img/lineup/rnk01.png) no-repeat center 0;
  background-size: 80% auto;
}
#rnkng > div > ul > li img {
  width:150px;
}
#rnkng > div > ul > li:nth-child(2) {
  background-image: url(../img/lineup/rnk02.png);
}
#rnkng > div > ul > li:nth-child(3) {
  background-image: url(../img/lineup/rnk03.png);
}
#rnkng > div > ul > li:nth-child(4) {
  background-image: url(../img/lineup/rnk04.png);
}
#rnkng > div > ul > li:nth-child(5) {
  background-image: url(../img/lineup/rnk05.png);
}
#rnkng > div > p {text-align: right;}


/* 2022/4/1 add */
#rnkng.april > div > ul > li {
  padding: 5.2% 0 0;
  background: transparent url(../img/lineup/april01.png) no-repeat center 0;
  background-size: 100% auto;
}
#rnkng.april > div > ul > li:nth-child(2) {
  background-image: url(../img/lineup/april02.png);
}
#rnkng.april > div > ul > li:nth-child(3) {
  background-image: url(../img/lineup/april03.png);
}
/* 2022/4/1 add */


section#nmbr,
section#rnkng,
section#cap {
  margin: 0 auto 30px;
}
section#cap {
  padding: 0 0 30px;
}

@media screen and (max-width: 767px) {
  section#cap {
    margin: 0 auto 60px;
  }
}

#indx section > div > div {
  width: 100%;
}
#indx p {
  color: #334466;
}
#indx p.nst {
  margin: 0 auto 35px;
  font-size: 1.2rem;
  font-weight: bold;
}
#indx p.t_l {
  text-align: left;
}
#indx section:not(#cmpn) .bx_flx {
  flex-wrap: wrap;
}

#indx .bx_sp2 > div,
#indx .bx_sp2 > li {
  width: 48%;
}
#indx .bx_sp3 > div,
#indx .bx_sp3 > li {
  width: 32%;
}
#indx .bx_sp4 > div,
#indx .bx_sp4 > li {
  width: 24%;
}
#indx .bx_btn {
  margin: 0 auto 30px;
  width: 50%;
}
#lnp .bx_btn {
  margin: 30px auto 0;
  width: 50%;
}
#lnp .campaign_bx_btn {
  margin: 0px auto 0;
  width: 100%;
}
#indx .bx_btn.btn_rd a, #lnp .bx_btn.btn_rd a {
  padding: 10px 0;
  background: #fff url(../img/arrw_04.png) no-repeat 98% center!important;
  background-size: auto 32%!important;
  border: 1px solid #dd4466;
  border-radius: 6px!important;
  box-shadow: 4px 4px #993333;
  color: #dd4466;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 900;
}
#lnp .bx_btn.btn_rd a {
  display: block;
  font-family: 'M PLUS Rounded 1c';
}
#indx .bx_btn.btn_rd a:hover {
}
#indx ul.bx_btn li {
  width: 48%;
}
#indx #abt > div > div.item > ul > li {
  margin: 0;
  color: #334466;
  font-size: 1.2rem;
  font-weight: 900;
}
#indx #abt > div > div.item > ul > li img {
  width: 90%;
  margin: 0 auto 5px;
  display: block;
}
#indx ul.bx_flx.bx_btn {
  justify-content: space-between;
}

#indx main section:not(#mv,#nv,#cmpn){
  padding: 0 0 40px 0;
  background: #fff2b1;
}

#indx main section:not(#mv) > h2 {
  background: #0071bc url(../img/bg_h2.png) repeat 0 0;
  z-index: 1;
}
#indx main section:not(#mv) > h2:after {
  background: #0071bc url(../img/bg_h2.png) repeat 0 85%;
  z-index: -1;
}
#indx section div h3 {
  margin: 0 auto 40px;
  padding: 6px 1%;
  background: #fff;
  border-top: 1px solid #334466;
  border-bottom: 1px solid #334466;
  color: #334466;
  font-family: 'M PLUS Rounded 1c';
}
#indx section div h4 {
  margin: 0 auto 20px;
  padding: 7px 1%;
  background:  transparent url(../img/bg_h4_01.png) no-repeat center center;
  background-size: auto 100%;
  color: #fff;
  line-height: 1;
}
#indx section#indcrctr div h4 {
  background-image:  url(../img/bg_h4_02.png);
}

#indx #mv {
  background: linear-gradient(180deg, #fff 0%, #fff 52%, #ffdd44 52%, #ffdd44 100%);
}
#indx #mv > div {
  background: transparent url(../img/bg_mv.png) no-repeat center 0;
  background-size: auto 84%;
}
#indx #mv p {
  margin: 0 auto -46px;
  text-align: right;
}
#indx #mv p img {
  width: 8%;
  max-width: 80px;
}
#indx #mv div > h1 {
  width: 78%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 0 20px;
  background: url(../img/bg_logo.png) no-repeat center bottom;
  background-size: 100%;
}
#indx #mv div > h1 img {
  width: 38%;
}
#indx #mv div.nst > img {
  margin: 0 auto 30px;
  width: 56%;
}
#indx #mv div.mv_txt_add > img {
  margin: 0 auto 20px;
  width: 25%;
}
#lnp #mv div.mv_txt_add > img {
  margin: 0 auto 20px;
  width: 30%;
}
#lnp #mv div.mv_txt_add + img {
  width: 54%;
  margin: 0 auto 30px;
}
#indx #mv ul {
  width: 50%;
}
#indx #mv ul li,
#indx ul.bx_btn li {
  width: 84%;
  margin: 0 auto;
}
#indx #mv ul li a,
#indx ul.bx_btn li a {
  padding: 10px 2%;
  background: #cc0033 url(../img/arrw_02.png) no-repeat 98% center;
  background-size: auto 34%;
  border: 2px solid #fff;
  border-radius: 0.6rem;
  box-shadow: 4px 4px #990033;
  display: block;
  line-height: 1;
}
#indx #mv ul li:last-child a,
#indx ul.bx_btn li:last-child a {
  background-color: #334466;
  box-shadow: 4px 4px #334466;
}
#indx #mv ul li a img,
#indx ul.bx_btn li a img {
  width: 70%;
  max-width: 180px;
}
#indx #mv ul li a:hover img,
#indx ul.bx_btn li a:hover img {
  opacity: 1;
}

#indx #nv {
  margin: 20px auto;
}
#indx #nv ul li a {
  margin: 0 auto;
  padding: 16px 1% 10px;
  color: #334466;
  display: block;
  background: url(../img/nv01.png) no-repeat 0 0;
  background: url(../img/bg_nv.png) repeat 0 0;
  border: 6px solid #5588cc;
  border-radius: 0.5rem;
  box-shadow: 4px 4px #336699;
  box-sizing:border-box;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
}
#indx #nv ul li a:after {
  width: 100%;
  margin: 5% auto 0;
  background: url(../img/arrw_03.png) no-repeat center 0;
  content: '　';
  display: block;
  background-size: auto 100%;
  line-height: 1;
}
@media screen and (max-width: 910px) {
  #indx #nv ul li a {font-size: 2vw;}
}
#indx #nv ul li a:hover {
  background: url(../img/bg_nv_on.png) repeat 0 0;
  opacity: 1;
}
#indx #nv ul li a img {width: 86%;}
#indx main section#cmpn {
  padding: 40px 0 50px;
}
#indx main section#cmpn > h2 {
  margin: 0 auto 30px;
  padding: 0;
  background: none;
  border: none;
}
#indx #cmpn > h2:after {
  display: none;
}
#indx #cmpn > ul > li {
  width: 48%;
}
#indx main section#cap {
  padding: 40px 0;
  margin: 0 auto;
}

#lnp #mv {
  background: linear-gradient(180deg, #fff 0%, #fff 34%, #ffdd44 34%, #ffdd44 100%);
}


#abt div.bx_flx div.exp img {
  width: 68%;
  margin: 0 auto 10px;
  display: block;
}
#abt div.bx_flx div.exp .swiper-slide > div > img {
  width: 94%;
  margin: 20px auto 10px;
}
#abt .exp .sliderPhotobook,
#abt .item ul li {
  padding: 30px 0;
  background: #ffdd44;
  border-radius: 12px;
}
#abt .exp .sliderPhotobook {
  width: 90%;
  padding: 26px 0 5px;
}
#sliderPhotobook > div:nth-child(2) {
  width: 100%;
  margin: -53% auto 34%;
  display: flex;
  justify-content: space-between;
}
.swiper-pagination-bullet {
  margin: 0 3px;
  background: #fff;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #334466;
}
.swiper-button-next,
.swiper-button-prev {
  background-position: 10px 0;
}

#indx #lnup > div > div > div {
  margin: 0 auto 40px;
}
#indx #lnup ul {
  flex-wrap: nowrap;
}
#indx section#lnup .bx_flx li {
  width: 28%;
}
#indx section#lnup .bx_flx li:nth-child(3),
#indx section#lnup .bx_flx li:last-child {
  width: 19%;
}
#indcrctr > div > p.cap,
#indx #lnup p.cap {
  margin: 0 auto 10px;
  padding: 0 1%;
  display: inline-block;
  font-size: 1.6vw;
  font-weight: 900;
  position: relative;
}
#indx #lnup p.cap i {margin: 0 0 0 -5px;}
@media screen and (min-width: 1120px) {
  #indcrctr > div > p.cap,
  #indx #lnup p.cap {font-size: 1.14rem;}
}
#indx #lnup p.cap img {width: 94%;}
#indcrctr > div > p.cap:after,
#indcrctr > div > p.cap:before/* ,
#indx #lnup p.cap:after,
#indx #lnup p.cap:before */ {
  width: 24px;
  height: 24px;
  margin: 0 -8px 0 0;
  content: ' ';
  border-top: 1px solid #dd4466;
  display: inline-block;
  transform:rotate(-122deg);
}
#indcrctr > div > p.cap:after/*,
 #indx #lnup p.cap:after */ {
  margin: 0 0 0 -16px;
  left: 91%;
  transform:rotate(122deg);
}
#indcrctr > div > p.cap:after {
  margin: 0 0 0 -8px;
}


.sliderPhotobook {text-align: center; }
.sliderPhotobook .swiper-wrapper {
  margin-bottom: 10px;
}
.sliderPhotobook .swiper-slide {
/*   min-height: 344px; */
  margin: 0 auto 12px;
  color: #334466;
  font-weight: 900;
}
@media screen and (max-width: 870px) {
  #indx #abt > div > div.item > ul > li,
  .sliderPhotobook .swiper-slide {
    font-size: 2.2vw;
  }
  #sliderPhotobook > div:nth-child(2) {
    height: 30px;
  }
}
#sliderPhotobook div.bx_flx {
  justify-content: center;
}
#sliderPhotobook div.bx_flx > div {
  width: 40%;
  margin: 0 1%;
}
.sliderPhotobook .swiper-lazy[data-src] {
  display: none;
}
.sliderPhotobook .swiper-controller {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sliderPhotobook .swiper-button-next,
.sliderPhotobook .swiper-button-prev {
  width: 100px;
  height: 50px;
  position: static;
  margin-top: 0;
  display: inline-block;
  background-size: contain;
}
.sliderPhotobook .swiper-pagination {
  position: static;
  display: inline-block;
  width: auto;
  font-size: 26px;
  padding: 0 15px;
}
.sliderPhotobook .swiper-button-prev,
.sliderPhotobook .swiper-button-next {
  background-image: url(../img/arrw_l.png);
}
.sliderPhotobook .swiper-button-next {
  transform: scale(-1, 1);
}
#indx #indcrctr > div > div.bx_btn > a,
#indx #lnup > div > div.bx_btn > a {
  background: #fff;
  display: block;
  border-radius: 1rem;
}
#indx #indcrctr > div > div.bx_btn > a:hover,
#indx #lnup > div > div.bx_btn > a:hover,
#indx #indcrctr > div > div.bx_btn > a:hover img {
  background: #ffeb61;
  opacity: 1;
}

#indcrctr div.bx_sp3 > div > ul {
  justify-content: space-evenly;
}
#indcrctr div.bx_sp3 > div > ul > li {
  width: 56%;
}
#indcrctr div.bx_sp3 > div:first-child > ul > li,
#indcrctr div.bx_sp3 > div:not(:first-child) > ul > li:nth-child(2) {
  width: 38.4%;
}
#indcrctr p.cpy {
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,"Hiragino Sans","メイリオ",meiryo,sans-serif;
}

#hwt ul:nth-child(1) > li {
  width: 30%;
  margin: 0 0 40px;
}
#hwt ul:nth-child(1) > li:last-child {
  width: 65%;
}
#hwt ul:nth-child(1) > li p img {
  width: 40%;
}
#hwt ul:nth-child(1) > li:last-child p:nth-child(1) img {
  max-width: 120px;
}
#hwt ul:nth-child(1) > li p:nth-child(2) img {
  width: 84%;
}
#hwt ul:nth-child(1) > li:last-child p:nth-child(2) img {
  width: 51%;
}


/* sphone */
@media screen and (max-width: 767px) {
  #mv {
    background: linear-gradient(180deg, #fff 0%, #fff 60%, #ffdd44 60%, #ffdd44 100%);
  }
  #mv > div {
    padding: 20px 0;
    background: transparent url(../img/lineup/sp/bg_mv.png) no-repeat center 0;
    background-size: contain;
  }
  #mv div.nst > h1 {
    margin: 0 auto 10px;
  }
  #mv div.nst > h1 + img {
    width: 72%;
    margin: 0 auto 15px;
  }
  #mv div.nst > ul {
    width: 100%;
  }
  #mv div.nst > ul li {
    margin: 0;
  }

  main section:not(#mv) > h2 {
    margin: 0 auto 50px;
    padding: 15px 0;
  }
  #indx main section:not(#mv) > h2 {
    margin: 0 auto 40px;
    padding: 8px 0 12px;
  }
  main section:not(#mv) > h2 img {
    height: 6vw;
  }
  #indx main section:not(#mv) > h2 img {
    height: 5vw;
  }
  main section:not(#mv) > h2:after {
    width: 20px;
    right: 45%;
    bottom: -13px;
    clip-path: polygon(0% 100%, 17.5% 0%, 82.5% 0%, 100% 100%);  }

  section > div > div {
    width: 100%;
    margin: 0 auto 30px;
  }
  section > div > *.bx_ln6 li {
    width: 28%;
    max-height: 165.19px;
    margin: 0 1.8% 20px;
  }

  #indcrctr > div > p.cap:after,
  #indcrctr > div > p.cap:before,
  #indx #lnup p.cap:after,
  #indx #lnup p.cap:before {
    width: 20px;
    height: 20px;
  }
  #indcrctr > div > p.cap:after,
  #indx #lnup p.cap:after {
    margin: 0 0 0 -12px;
  }
  #indx #indcrctr > div > p.cap:after {
    margin: 0 0 0 -8px;
  }

  main section#rnkng > h2::after {
    width: 10%;
    height: 100%;
    right: 10%;
  }
  #rnkng > div > ul > li {
    padding: 9.2% 0 0;
  }
  #rnkng > div > p {font-size: 78%;}
  
/* 2022/4/1 add */
#rnkng.april > h2 img {
    height: 9vw;}
#rnkng.april > div > ul > li {
  padding: 9.2% 0 0!important;
  background-size: 100% auto;
}
/* 2022/4/1 add */

  div.bx_pp {padding: 20px 4%;}
  div.bx_pp > ul {
    justify-content: space-around;
    -ms-flex-pack: distribute;
  }
  div.bx_pp > ul li {
    width: 46%;
    margin: 0 0 15px;
  }
  div.bx_pp > ul li:nth-child(3) {
    margin: 0 15% 15px;
    text-align: center;
  }
  div.bx_pp > ul li:nth-child(4),
  div.bx_pp > ul li:last-child {
    width: 36%;
    margin: 0 auto;
  }
  div.bx_pp > h3,
  div.bx_pp > h4 {
    font-size: 1.2rem;
  }
  div.bx_pp > h3 + p,
  div.bx_pp > h4 + p {
    margin: 0 auto 15px;
    font-size: 0.8rem;
  }
  div.bx_pp > ul li p {
    font-size: 0.8rem;
  }
  section > div > div > ul > li a,
  section > div ul.bx_ln6 > li a {
    font-size: 3.7vw;
  }
  div.bx_pp > p.t_c {margin: 0 auto -12px;}
  #indx .nst,
  #indx .bx_sp3,
  #indx .bx_sp4{
    width: 93%;
    margin: 0 auto;
  }
  #indx .bx_sp4 {width: 92%;}

  #indx main section:not(#mv,#nv,#cmpn) {
    padding: 0 0 20px 0;
  }

  #indx .bx_btn.btn_rd, 
  #lnp .bx_btn.btn_rd {
    width: 99%;
  }
  #indx .bx_btn.btn_rd a,
  #lnp .bx_btn.btn_rd a {
    font-size: 4vw;
  }

  #indx #mv p img {width: 14%;}
  #indx #mv > div {
    background: transparent url(../img/sp/bg_mv.png) no-repeat center 0;
    background-size: 100% auto;
  }
  #indx #mv div > h1 {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 10px;
    background: none;
  }
  #indx #mv div > h1 img {
    width: 78%;
    margin: 0 auto;
  }
  #indx #mv div.nst > img {
    width: 78%;
  }
  #indx #mv div.mv_txt_add > img {
    width: 55%;
    margin-bottom: 10px;
  }
  #lnp #mv div.mv_txt_add > img {
    width: 50%;
    margin-bottom: 10px;
  }
  #lnp #mv div.mv_txt_add + img {
    width: 72%;
    margin: 0 auto 15px;
  }
  #indx #mv ul {width: 100%;}
  #indx #mv ul li,
  #indx ul.bx_btn li {
    width: 48%;
  }
  #indx #mv ul.bx_btn li.odr,
  #indx ul.bx_btn li.odr {
    width: 100%;
  }
  #indx #mv ul li a,
  #indx ul.bx_btn li a {
    padding: 15px 2%;
    background-size: auto 20%;
  }
  #indx #mv ul li a,
  #indx ul.bx_btn li a {
    background-position: 94% center;
  }
  #indx #mv ul li:last-child a img,
  #indx ul.bx_btn li:last-child a img,
  #indx ul.bx_btn li.odr a img {
    width: 59%;
    max-width: 154px;
  }
  #indx ul.bx_btn li.odr a img {
    width: 40%!important;
  }

  #indx .bx_sp4 > div,
  #indx .bx_sp4 > li {
    width: 48%;
  }

  #indx #nv ul li {margin: 0 0 20px;}
  #indx #nv ul li a {font-size: 3.8vw;}

  #indx p.nst {
    margin: 0 auto 35px;
    font-size: 1rem;
  }

  #indx section#indcrctr div h4 {
    background-image: url(../img/bg_h4_01.png);
  }
  #indcrctr > p {text-align: left;}
  #indcrctr p.cpy {
    margin: 8px auto 0;
    font-size: .8rem;
  }
  #indcrctr > div > div.bx_sp3 > div {
    margin: 0 auto 25px;
  }

  #indx .bx_sp2 > div,
  #indx section > div > div,
  #indcrctr > div > div.bx_sp3,
  #cmpn > ul {
    width: 100%;
    display: block;
  }

  #indx section div h3 {
    margin: 0 auto 20px;
  }
  #indx #abt > div > div.item > ul > li,
  .sliderPhotobook .swiper-slide {
    font-size: 4.2vw;
  }

  #abt > div > div.exp {
    margin: 0 auto 30px;
  }
  #abt .exp .sliderPhotobook {
    width: 100%;
    padding: 26px 0 5px;
    margin: 0 auto;
  }
  #abt div.bx_flx div.exp img {
    width: 74%;
  }

  .sliderPhotobook {margin: 0 -15px;}
  .sliderPhotobook .swiper-slide {
    -webkit-transition: opacity .25s ease 0s;
    transition: opacity .25s ease 0s;
    min-height: 78vw;
  }
  .sliderPhotobook .swiper-pagination {
    font-size: 100%;
  }
  .sliderPhotobook .swiper-slide-prev.swiper-slide-right {
    opacity: 0;
  }
  .sliderPhotobook .swiper-slide-next.swiper-slide-left {
    opacity: 0;
  }

  #indx .bx_btn,
  #indx .bx_sp3 > div {
    width: 100%;
  }

  #indcrctr > div > p.cap,
  #indx #lnup p.cap {
    font-size: 3.4vw;
  }
  #indx #lnup p.cap img {
    width: 88%;
  }
  #lnup > div > div.bx_flx.bx_sp2 {
    margin: 0 auto;
  }

  #hwt ul:nth-child(1) {
    justify-content: space-around;
  }
  #hwt ul:nth-child(1) > li {
    width: 48%;
    margin: 0 0 20px;
  }
  #hwt ul:nth-child(1) > li p {
    margin: 5px auto;
  }
  #hwt ul:nth-child(1) > li p img {
    width: 52%;
  }
  #hwt ul:nth-child(1) > li:last-child {
    width: 98%;
    margin: 0 auto 30px;
  }
  #hwt ul:nth-child(1) > li:last-child p img {
    width: 25%;
  }

  #indx main section#cmpn {
    padding: 20px 0;
  }
  #indx main section#cmpn > h2 {
    margin: 0 auto 10px;
  }
  #indx #cmpn > ul > li {
    width: 94%;
    margin: 0 auto 20px;
  }

  #indx main section#cap {
    margin: 0 auto;
    padding: 40px 0;
  }
  #lnp #mv {
    background: linear-gradient(180deg, #fff 0%, #fff 38%, #ffdd44 38%, #ffdd44 100%)
  }

  /*20240207 add*/
  .bx_flx.bx_flx_nav{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  #mv div.nst > ul.bx_flx.bx_flx_nav li {
    width: 28%;
    margin: 0px 1.8% 20px;
  }
  
  #mv div.nst > ul.bx_flx.bx_flx_nav {
    justify-content: center;
  }
}

@media screen and (max-width: 360px) {
  #indx #nv ul li a {font-size: 3.5vw;}
}



/*----- pagetop -----*/
.pagetop-box {
  position: relative;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  .pagetop-box img {
    width: 44px;
    height: 44px;
  }
}

/*----- footer -----*/
#footer {
  padding: 93px 0 60px;
  background: #fcfafa url("../img/bg_gray@2x.png");
  background-size: 40px;
}
footer {
  text-align: center;
  padding: 0 15px 60px;
}
@media screen and (max-width: 767px) {
  #footer {padding: 70px 0;}
  footer {padding: 0 15px 30px;}
}

.footer_nav {
  margin: 0 auto 30px;
  text-align: left;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1; }
  .footer_nav li {
    font-size: 13px; }
    .footer_nav li:not(:last-child) {
      padding-right: 20px;
      border-right: 1px solid #ccc;
      margin-right: 20px; }
  @media screen and (max-width: 767px) {
    .footer_nav {
      display: block;
      text-align: center; }
      .footer_nav li {
        font-size: 11px; }
        .footer_nav li:not(:last-child) {
          padding-right: 0;
          border-right: none;
          margin-right: 0;
          margin-bottom: 15px; } }

.footer_nav li a {
  color: #000; }

@media screen and (max-width: 767px) {
  div.btn_entry {position: relative;}
  div.btn_entry a {
    width: 24%;
    max-width: 140px;
    position: fixed;
    top: 80%;
    right: 1%;
    z-index: 10;

    display: block;
/*     filter: drop-shadow(0px 5px 2px rgba(0,0,0,0.3)); */
  }
}


.window:after {
  display: inline-block;
  content: "";
  margin-left: 5px;
  width: 11px;
  height: 11px;
  background: url(../img/icon_window@2x.png) no-repeat left top;
  background-size: contain; }

.arrow:after {
  display: inline-block;
  content: "";
  margin-left: 5px;
  width: 7px;
  height: 9px;
  background: url(../img/icon_internal_link01@2x.png) no-repeat left top;
  background-size: contain; }

.copy {
  font-size: 11px;
  margin: 0;
  line-height: 1;
}

/* =================================================================
   Helper classes
   =============================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {visibility: hidden;}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {clear: both; }

/* ===========================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================= */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ===========================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ======================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
		http://www.sanbeiji.com/archives/953 */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }


/**/
.new_icon {
  position: absolute;
  margin-left: -14%;
}

.is-close {
  margin-bottom: 0 !important;
  transition: 0.5s;
}

.new_design {
  position: absolute;
  top: 1%;
  left: -36%;
  width: 45%;
}

.mv_txt_add {
  margin-top: 8%;
}

@media screen and (min-width: 768px) {
  .new_design {
    top: -12%;
    left: -17%;
    width: 30%;
  }
  .mv_txt_add {
    margin-top: 0;
  }

  .new_icon {
    position: absolute;
    margin-left: -7%;
  }
  
}

/*20241210追加　JXコンサート*/
#lnp .jx_202412_campaign_bn{
  margin-bottom: 100px;
}

.JX_bn_title{
  font-weight: bold;
  font-size: 1.2rem;
}

section > div > *.bx_ln6 ul.jx_li li {
  width: unset;
  margin: unset;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}

.note, ul.note_lst.notice_li > li {
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}

ul.notice_li li:nth-child(1){
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  #lnp .jx_202412_campaign_bn{
    margin-bottom: 60px;
  }

  .JX_bn_title{
    font-size: 1rem;
  }
}

@media screen and (max-width: 424px) {
   .JX_bn_title{
    font-size: 0.85rem;
  }
}

@media screen and (max-width: 374px) {
   .JX_bn_title{
    font-size: 0.75rem;
  }
}

/*20241210追加　契約ボタン追加*/
#lnp .bx_btn.btn_rd.ft_contract_btn a {
  padding: 10px 0;
  background: #cc0033 url(../img/arrw_04.png) no-repeat 98% center !important;
  background-size: auto 32% !important;
  border: 1px solid #dd4466;
  border-radius: 6px !important;
  box-shadow: 4px 4px #993333;
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  .lineup_hd_button{
    display: contents;
  }
}

@media screen and (max-width: 480px) {
  header div.header-button .lineup_hd_btn_area a img{
    max-height: none;
    max-width: 140px;
  }
}

@media screen and (max-width: 375px) {
  header div.header-button .lineup_hd_btn_area a img{
    max-height: none;
    max-width: 116px;
  }
}


/*20241226追加　OWVバナーの余白追加*/
#lnp .campaign_bx_btn.owv_cp_btn {
  margin: 0px auto 30px;
  width: 100%;
}

ul.notice_li.notice_ordinary li:nth-child(1){
  margin-bottom: unset;
}

/*202501追加*/
.mb30{
  margin-bottom: 30px;
}

/*202501追加*/
.d_block{
  display: block;
}

ul.note_lst > li.d_block{
  display: block;
}

/*20250401追加*/
section > div > *.bx_ln6 ul.jx_li.no_item li{
  text-align: center;
  margin: 5rem 0;
}

/*20250501追加*/
hr.h_election_hr{
  background-image: url(../img/dotline.png);
  position: relative;
  left: -5px;
  border: 0px;
  margin: 50px auto 50px;
  height: 30px;
  max-width: 1200px;
}

hr.h_election_hr_2{
  background-image: url(../img/dotline.png);
  position: relative;
  left: -5px;
  border: 0px;
  margin: 25px auto 50px;
  height: 30px;
  max-width: 1200px;
}

p.el_rank{
  font-size: 1.2rem;
  font-weight: bold;
  color: red;
  margin-bottom: 5px;
}

section:not(#mv) > div > div > ul > li a > img.h_el_new{
  margin: 0 auto;
  border: unset;
}

@media screen and (max-width: 768px) {
hr.h_election_hr,hr.h_election_hr_2{
  max-width: 700px;
}
section > div > *.bx_ln6 > ul.bx_flx02 li:nth-child(n+3):nth-child(-n+5){
  margin-bottom: inherit;
}
}
@media screen and (max-width: 767px) {
  section > div > *.bx_ln6 ul.bx_flx02 li {
    max-height: none;
  }
  main.lineup_lp > section > div > *.bx_ln6 li {
    max-height: unset;
}
}

@media screen and (max-width: 480px) {
  hr.h_election_hr,hr.h_election_hr_2{
    max-width: 400px;
  }
  .bx_flx02{
    margin-bottom: 1.7rem;
  }
  section > div > *.bx_ln6 > ul.bx_flx02 li:nth-child(n+3):nth-child(-n+5){
    margin-bottom: 2.3rem;
  }
}

@media screen and (max-width: 375px) {
  hr.h_election_hr,hr.h_election_hr_2{
    max-width: 300px;
  }
  .bx_flx02{
    margin-bottom: 1.7rem;
  }
}

@media screen and (max-width: 320px) {
  .bx_flx02{
    margin-bottom: 1.7rem;
  }
}

.header-button {
  margin: 7px 7px 0 0;
}

/* 2025.07 flx02 */
.bx_pp > .bx_flx.flx02 li {
  width: 26%;
  margin: 0 auto;
}

section:not(#mv) .box_content ul.bx_flx > li a > .img {
  display: block;
  position: relative;
  border: 1px solid #ccc;
}
section:not(#mv) .box_content ul.bx_flx > li a > .img:after {
  width: min(21%, 30px);
  height: min(21%, 30px);
  content: ' ';
  background: transparent url(../img/lineup/glass.png) top left / contain no-repeat;
  display: block;
  position: absolute;
  bottom: 5%;
  right: 5%;
}
section:not(#mv) > div > div > ul > li a > .img > img {
  width: 100%;
  display: block;
}

section:not(#mv) .box_content ul.bx_flx > li a > p {
  margin: 3px 0 0;
}

@media screen and (min-width: 766px) {
  section:not(#mv) ul.bx_flx > li.pub {
    margin-top: 34px;
  }
}

/* 2025.07 foot_float */
.foot_float {
  background: rgba(255,255,255,.7);
  width: 100%;
  height: 80px;
  position: fixed;
  left: 0;
  bottom: -210px;
  z-index: 9998;
  overflow: visible;
  transition: all 300ms 0s ease;
}
.foot_float.show {
  bottom: 0;
}
.foot_float .inner {
  margin: 0 auto;
  width: max(100%, 1015px);
  padding-top: 5px;
}

.foot_float .inner .btn_cont {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: min(100%, 964px);
}
.foot_float .inner .btn_cont .item {
  margin: 0 2%;
  width: min(100%, 460px);
}
section:not(#mv) > .foot_float > .inner > .btn_cont > .item a > img {
  border: none;
}

@media screen and (max-width: 767px) {
  .foot_float {
    padding: .5% 0 0;
    height: 65px;
  }
  .foot_float .inner {
    width: 100%;
  }
  .foot_float .inner .btn_cont .item {
    width: min(100%, 155px);
  }
}
