.lp-cover div, .lp-cover span, .lp-cover applet, .lp-cover object, .lp-cover iframe, .lp-cover h1, .lp-cover h2, .lp-cover h3, .lp-cover h4, .lp-cover h5, .lp-cover h6, .lp-cover p, .lp-cover blockquote, .lp-cover pre, .lp-cover a, .lp-cover abbr, .lp-cover acronym, .lp-cover address, .lp-cover big, .lp-cover cite, .lp-cover code, .lp-cover del, .lp-cover dfn, .lp-cover em, .lp-cover img, .lp-cover ins, .lp-cover kbd, .lp-cover q, .lp-cover s, .lp-cover samp, .lp-cover small, .lp-cover strike, .lp-cover strong, .lp-cover sub, .lp-cover sup, .lp-cover tt, .lp-cover var, .lp-cover b, .lp-cover u, .lp-cover i, .lp-cover center, .lp-cover dl, .lp-cover dt, .lp-cover dd, .lp-cover ol, .lp-cover ul, .lp-cover li, .lp-cover fieldset, .lp-cover form, .lp-cover label, .lp-cover legend, .lp-cover table, .lp-cover caption, .lp-cover tbody, .lp-cover tfoot, .lp-cover thead, .lp-cover tr, .lp-cover th, .lp-cover td, .lp-cover article, .lp-cover aside, .lp-cover canvas, .lp-cover details, .lp-cover embed, .lp-cover figure, .lp-cover figcaption, .lp-cover footer, .lp-cover header, .lp-cover hgroup, .lp-cover menu, .lp-cover nav, .lp-cover output, .lp-cover ruby, .lp-cover section, .lp-cover summary, .lp-cover time, .lp-cover mark, .lp-cover audio, .lp-cover video, .lp-cover button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.lp-cover article, .lp-cover aside, .lp-cover details, .lp-cover figcaption, .lp-cover figure, .lp-cover footer, .lp-cover header, .lp-cover hgroup, .lp-cover main, .lp-cover menu, .lp-cover nav, .lp-cover section {
  display: block;
}
.lp-cover ol, .lp-cover ul {
  list-style: none;
}
.lp-cover blockquote, .lp-cover q {
  quotes: none;
}
.lp-cover blockquote:before, .lp-cover blockquote:after, .lp-cover q:before, .lp-cover q:after {
  content: '';
  content: none;
}
.lp-cover table {
  border-collapse: collapse;
  border-spacing: 0;
}
.lp-cover a:focus, .lp-cover :focus {
  outline: none;
}
.lp-cover a, .lp-cover label, .lp-cover html input[type=button], .lp-cover input[type=reset], .lp-cover input[type=submit], .lp-cover button {
  cursor: pointer;
}
.lp-cover button[disabled], .lp-cover html input[disabled] {
  cursor: default;
}
.lp-cover audio:not([controls]) {
  display: none;
  height: 0;
}
.lp-cover img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.lp-cover *, .lp-cover *:before, .lp-cover *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#lp-cover {
  overflow: hidden;
  padding-bottom: 60px;
  background: #f8fafa;
  line-height: 1.5;
  font-family: "Arial", "Helvetica", "sans-serif";
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  #lp-cover {
    padding-bottom: 40px;
  }
}
#lp-cover .lp-container {
  width: 1130px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #lp-cover .lp-container {
    width: auto;
    padding: 0 4%;
  }
}
#lp-cover .lp-mv {
  margin-bottom: 70px;
  background: #fff;
}
@media screen and (max-width: 750px) {
  #lp-cover .lp-mv {
    margin-bottom: 20px;
  }
}
#lp-cover .lp-mv.-character {
  background-color: #2ac3ff;
}
#lp-cover .lp-mv.-holostars-character {
  background:-webkit-gradient(linear,left top, right top,from(#bfcfe8),color-stop(50%, #bfcfe8),color-stop(50%, #eeff4f),to(#eeff4f));
  background:-o-linear-gradient(left,#bfcfe8 0%,#bfcfe8 50%,#eeff4f 50%,#eeff4f 100%);
  background:linear-gradient(90deg,#bfcfe8 0%,#bfcfe8 50%,#eeff4f 50%,#eeff4f 100%);
}
#lp-cover .lp-mv.-goods {
  background-color: #ff4d7e;
}
#lp-cover .lp-mv__inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #lp-cover .lp-mv__inner {
    width: auto;
  }
}
#lp-cover .lp-sns{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -30px;
  margin-bottom: 30px;
  font-size: 1.5em;
}
@media screen and (max-width: 750px){
  #lp-cover .lp-sns{
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.1em;
  }
}
@media screen and (max-width: 380px){
  #lp-cover .lp-sns{
    font-size: 3.947vw;
  }
}
#lp-cover .lp-sns > dt{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #003d4a;
  font-weight: bold;
  vertical-align: middle;
}
@media screen and (max-width: 750px){
  #lp-cover .lp-sns > dt{
    font-size: 0.84em;
  }
}
#lp-cover .lp-sns > dt:after{
  display: block;
  width: 0.8em;
  height: 1em;
  margin-left: 0.8em;
  margin-right: 1.2em;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20597%20512%22%3E%3Cpath%20fill%3D%22%23003d4a%22%20d%3D%22M341%200L269.17%2071.82%20453.34%20256%20269.17%20440.18%20341%20512%20597%20256%20341%200z%22%2F%3E%3Cpath%20fill%3D%22%23003d4a%22%20d%3D%22M71.83%200L0%2071.82%20184.17%20256%200%20440.18%2071.83%20512%20327.83%20256%2071.83%200z%22%2F%3E%3C%2Fsvg%3E') center center / 100% auto no-repeat;
  content: '';
}
#lp-cover .lp-sns > dt > span{
  display: block;
}
#lp-cover .lp-sns > dd{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#lp-cover .lp-sns__list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -0.4em;
  margin-right: -0.4em;
}
@media screen and (max-width: 750px){
  #lp-cover .lp-sns{
    margin-left: -0.2em;
    margin-right: -0.2em;
  }
}
#lp-cover .lp-sns__list>li{
  width: 1.6em;
  margin-left: 0.3em;
  margin-right: 0.3em;
}
@media screen and (max-width: 750px){
  #lp-cover .lp-sns__list>li{
    width: 1.8em;
    margin-left: 0.3em;
    margin-right: 0.3em;
  }
}
#lp-cover .lp-sns__list>li>a{
  display: block;
}
#lp-cover .lp-sns__list>li>a>img{
  display: block;
  width: 100%;
  height: auto;
}
#lp-cover .lp-headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
  color: #003d4a;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 750px) {
  #lp-cover .lp-headline {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
#lp-cover .lp-headline:before, #lp-cover .lp-headline:after {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  content: '';
  border-top: 5px solid #17b1f7;
  -webkit-transform: skewX(-20deg);
      -ms-transform: skewX(-20deg);
          transform: skewX(-20deg);
}
@media screen and (max-width: 750px) {
  #lp-cover .lp-headline:before, #lp-cover .lp-headline:after {
    border-top-width: 3px;
  }
}
#lp-cover .lp-headline:before {
  margin-right: 1.2em;
}
#lp-cover .lp-headline:after {
  margin-left: 1.2em;
}
#lp-cover .lp-headline > span {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
#lp-cover .lp-sp-banner {
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  #lp-cover .lp-sp-banner {
    margin-bottom: 20px;
  }
}
#lp-cover .lp-sp-banner.js-ramdom-banner,
#lp-cover .lp-sp-banner.js-random-banner{
  display: none;
}
#lp-cover .lp-sp-banner a {
  display: block;
}
#lp-cover .lp-sp-banner a:hover {
  opacity: 0.6;
}
#lp-cover .lp-sp-banner.-announce{
  position: relative;
  background: #fff;
}
#lp-cover .lp-sp-banner.-announce:before{
  display: block;
  padding-top: 50%;
  content: '';
}
#lp-cover .lp-sp-banner__inner{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #eee;
}
#lp-cover .lp-sp-banner__message{
  width: 100%;
  min-width: 0;
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
  font-size: 60px;
  color: #000;
}
@media screen and (max-width: 750px){
  #lp-cover .lp-sp-banner__message{
    font-size: 5vw;
  }
}
#lp-cover .lp-sp-banner__message .fz-s{
  margin-top: 0.6em;
  font-size: 0.5em
}
#lp-cover .lp-product-description{
  padding: 0.5em;
  margin-bottom: 50px;
  border: 2px solid #f00;
  text-align: left;
  color: #f00;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 750px){
  #lp-cover .lp-product-description{
    margin-bottom: 20px;
    font-size: 1em;
  }
}
#lp-cover .lp-product-description.-info01 {
  font-size: 2.5em;
}
@media screen and (max-width: 750px){
  #lp-cover .lp-product-description.-info01 {
    font-size: 1.5em;
  }
}
body.yukihana_lamy #lp-cover .lp-product-description.-info01.-js-message,
body.tsunomaki_watame #lp-cover .lp-product-description.-info01.-js-message,
body.takanashi_kiara #lp-cover .lp-product-description.-info01.-js-message,
body.kiryu_coco #lp-cover .lp-product-description.-info01.-js-message,
body.usada_pekora #lp-cover .lp-product-description.-info01.-js-message,
body.nakiri_ayame #lp-cover .lp-product-description.-info01.-js-message,
body.shirakami_fubuki #lp-cover .lp-product-description.-info01.-js-message,
body.himemori_luna #lp-cover .lp-product-description.-info01.-js-message,
body.uruha_rushia #lp-cover .lp-product-description.-info01.-js-message,
body.shishiro_botan #lp-cover .lp-product-description.-info01.-js-message{
  font-size: 1.5em;
}
@media screen and (max-width: 750px){
  body.yukihana_lamy #lp-cover .lp-product-description.-info01.-js-message,
  body.tsunomaki_watame #lp-cover .lp-product-description.-info01.-js-message,
  body.takanashi_kiara #lp-cover .lp-product-description.-info01.-js-message,
  body.kiryu_coco #lp-cover .lp-product-description.-info01.-js-message,
  body.usada_pekora #lp-cover .lp-product-description.-info01.-js-message,
  body.nakiri_ayame #lp-cover .lp-product-description.-info01.-js-message,
  body.shirakami_fubuki #lp-cover .lp-product-description.-info01.-js-message,
  body.himemori_luna #lp-cover .lp-product-description.-info01.-js-message,
  body.uruha_rushia #lp-cover .lp-product-description.-info01.-js-message,
  body.shishiro_botan #lp-cover .lp-product-description.-info01.-js-message{
    font-size: 1em;
  }
}
#lp-cover .lp-product-box > .lp-product:nth-of-type(n + 10) {
  display: none;
}
#lp-cover .lp-product-box > .lp-product{
  visibility: hidden;
}
#lp-cover .lp-product-box__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  position: relative;
  width: auto;
  margin-left: -20px;
  margin-right: -20px;
  -webkit-animation: lp-fade-in 0.3s ease 0s 1 normal;
  animation: lp-fade-in 0.3s ease 0s 1 normal;
}
#lp-cover .lp-product-box__item:not(.is-show) {
  display: none;
}
@media screen and (max-width: 750px) {
  #lp-cover .lp-product-box__item {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 500px) {
  #lp-cover .lp-product-box__item {
    margin-left: -5px;
    margin-right: -5px;
  }
}
#lp-cover .lp-product {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  width: calc(33.3333% - 40px);
  margin: 0 20px;
  -webkit-transition: 0.3s opacity ease-in-out;
  -o-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
@media screen and (max-width: 750px) {
  #lp-cover .lp-product {
    width: calc(33.3333% - 20px);
    margin: 0 10px;
  }
}
@media screen and (max-width: 600px) {
  #lp-cover .lp-product {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 500px) {
  #lp-cover .lp-product {
    width: calc(50% - 10px);
    margin: 0 5px;
  }
}
#lp-cover .lp-product:nth-of-type(n + 4) {
  margin-top: 70px;
}
@media screen and (max-width: 750px) {
  #lp-cover .lp-product:nth-of-type(n + 4) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  #lp-cover .lp-product:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}
#lp-cover .lp-product:hover {
  opacity: 0.6;
}
#lp-cover .lp-product.new:before {
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 1;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  display: block;
  background: url(../../top/images/img_new.png) right top/24% auto no-repeat;
  content: '';
  pointer-events: none;
}
#lp-cover .lp-product.soldout {
/*  cursor: default;
  pointer-events: none;*/
}
#lp-cover .lp-product__overlap-text{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
#lp-cover .lp-product__overlap-text:before{
  display: block;
  font-weight: 700;
  font-size: 42px;
  text-shadow: 2px 2px 3px rgba(0,0,0,0.9);
  line-height: 1.2;
  content: '';
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}
@media screen and (max-width: 750px){
  #lp-cover .lp-product__overlap-text:before{
    font-size: 25px;
  }
}
#lp-cover .lp-product.soldout .lp-product__overlap-text:before{
  content: 'SOLD OUT';
}
#lp-cover .lp-product__img {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0%;
  margin-bottom: 10px;
  border: 1px solid #bfbfbf;
}
@media screen and (max-width: 750px) {
  #lp-cover .lp-product__img {
    margin-bottom: 5px;
  }
}
#lp-cover .lp-product__img:before{
  display: block;
  padding-top: 100%;
  content: '';
}
#lp-cover .lp-product__img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#lp-cover .lp-product__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 1em;
  background: #b4eefa;
}
@media screen and (max-width: 750px) {
  #lp-cover .lp-product__detail {
    padding: 0.7em;
  }
}
#lp-cover .lp-product__info{
  margin-right: -0.5em;
  text-align: left;
  word-break: break-all;
}
@media screen and (max-width: 750px){
  #lp-cover .lp-product__info{
    margin-right: -5px;
  }
}
#lp-cover .lp-product__info > span{
  display: inline-block;
  padding: 0.2em 0.8em;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  border-radius: 0.2em;
  background: #38abe0;
  color: #fff;
  line-height: 1.2;
}
@media screen and (max-width: 750px){
  #lp-cover .lp-product__info > span{
    font-size: 10px;
  }
}
#lp-cover .lp-product__info > span.-limited{
  background: #bf2932;
}
#lp-cover .lp-product__tag {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  min-height: 1.4em;
  font-size: 20px;
  color: #38abe0;
  text-align: left;
}
@media screen and (max-width: 750px) {
  #lp-cover .lp-product__tag {
    font-size: 13px;
  }
}
#lp-cover .lp-product__name {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: block;
  min-height: 2.8em;
  margin-bottom: 0.8em;
  font-size: 20px;
  color: #38abe0;
  text-align: left;
}
@media screen and (max-width: 750px) {
  #lp-cover .lp-product__name {
    font-size: 13px;
  }
}
#lp-cover .lp-product__price {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  font-size: 36px;
  color: #d63c4b;
  text-align: right;
}
@media screen and (max-width: 750px) {
  #lp-cover .lp-product__price {
    font-size: 18px;
  }
}
#lp-cover .lp-chara-box > .lp-chara:nth-of-type(n + 13) {
  display: none;
}
#lp-cover .lp-chara-box > .lp-chara{
  visibility: hidden;
}
#lp-cover .lp-chara-box__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  position: relative;
  width: auto;
  margin-left: -20px;
  margin-right: -20px;
  -webkit-animation: lp-fade-in 0.3s ease 0s 1 normal;
  animation: lp-fade-in 0.3s ease 0s 1 normal;
}
#lp-cover .lp-chara-box__item:not(.is-show) {
  display: none;
}
@media screen and (max-width: 500px) {
  #lp-cover .lp-chara-box__item {
    margin-left: -5px;
    margin-right: -5px;
  }
}
#lp-cover .lp-chara {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  width: calc(33.3333% - 40px);
  margin: 0 20px;
  -webkit-transition: 0.3s opacity ease-in-out;
  -o-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
@media screen and (max-width: 750px) {
  #lp-cover .lp-chara {
    width: calc(33.3333% - 20px);
    margin: 0 10px;
  }
}
@media screen and (max-width: 600px) {
  #lp-cover .lp-chara {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 500px) {
  #lp-cover .lp-chara {
    width: calc(50% - 10px);
    margin: 0 5px;
  }
}
#lp-cover .lp-chara:nth-of-type(n + 4) {
  margin-top: 70px;
}
@media screen and (max-width: 750px) {
  #lp-cover .lp-chara:nth-of-type(n + 4) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  #lp-cover .lp-chara:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}
#lp-cover .lp-chara:hover {
  opacity: 0.6;
}
#lp-cover .lp-chara.new:before {
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 1;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  display: block;
  background: url(../../top/images/img_new.png) right top/24% auto no-repeat;
  content: '';
  pointer-events: none;
}
#lp-cover .lp-chara__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0%;
  margin-bottom: 10px;
  border: 1px solid #bfbfbf;
}
@media screen and (max-width: 750px) {
  #lp-cover .lp-chara__img {
    margin-bottom: 5px;
  }
}
#lp-cover .lp-chara__img img {
  display: block;
}
#lp-cover .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
  font-size: 30px;
}
@media screen and (max-width: 750px) {
  #lp-cover .pagination {
    margin-top: 40px;
    font-size: 24px;
  }
}
#lp-cover .pagination .page-item {
  position: relative;
  font-weight: bold;
  width: 1.5em;
  text-align: center;
  color: #7d7d7d;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
#lp-cover .pagination .page-item.active {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  color: #505050;
}
#lp-cover .pagination .page-item.disabled {
  opacity: 0.3;
}
#lp-cover .pagination .page-item.disabled .page-link {
  cursor: default;
}
#lp-cover .pagination .page-item.first, #lp-cover .pagination .page-item.last {
  display: none;
}
#lp-cover .pagination .page-item.prev, #lp-cover .pagination .page-item.next {
  width: 1.733333333333333em;
}
#lp-cover .pagination .page-item.prev:before, #lp-cover .pagination .page-item.next:before {
  display: block;
  padding-top: 100%;
  content: '';
}
#lp-cover .pagination .page-item.prev .page-link, #lp-cover .pagination .page-item.next .page-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAMAAADypuvZAAAAilBMVEVHcEy07vq07vq07vq07vq07vq07vq07vq07vq07vq07vq07vq07vq07vq07vq07vq07vq07vq07vq07vq07vq07vq07vq07vq07vq07vq07vq07vq07vo4q+C07vpSuuaw7Pmg4/ZmxOqF1fE9ruFAr+KO2vOk5fdLtuRXvOdNt+RuyOyo6Ph6zu4IFjMLAAAAHXRSTlMAMwf2xC2NSu78yM8BkSY3Jd7i87yVZuSZQWUkZ+hGcvwAAAFtSURBVEjHrVbheoIwDKyKUAQQBFDdWkBR1G3v/3oDyretpSks2/1ry309kksTQsYIT1kaJ5wncZqdQjIDa3vHJezstZnhOxbXwHJ8mLPYcACbBUBZ2i4H4QZLHSfyuBFeNOZsKZ8A3aocZ8UnsXKUe2ZwWpZ01wvls0B//NfS4zPhfccwgL6pClY00k7wlVMoP5eaMVbI+Rqy7AM+KM+sh+IN4SgHkHYXnIeyL+JuwdI6de+qe/taMEljb+XorKsUWyftKSjXm+bQbkl7g7RGp2KvU2eS1iMkr+pWUwhKfYFSnpODsnO7Cs6zAr2UqQH/GKSdS9iAKYnle6akdYhJIq0fPedeGa2eEHldT0nrgSG5CHkuxQUCEXILk9wDbCOtwwcboQyLKg1cEaLKHfWw4J4w1GOJepZxDQDXakg0t6mFf22fuEZNyHF6JDj+z/DRxjD4/ZiDG6iQoxtuSBzG0TxLY+q6NE6zXDeOfgKFLfaBWCFTlAAAAABJRU5ErkJggg==) 0 0/100% auto no-repeat;
  font-size: 0;
}
#lp-cover .pagination .page-item.prev {
  margin-right: 60px;
}
@media screen and (max-width: 750px) {
  #lp-cover .pagination .page-item.prev {
    margin-right: 30px;
  }
}
#lp-cover .pagination .page-item.next {
  margin-left: 60px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 750px) {
  #lp-cover .pagination .page-item.next {
    margin-left: 30px;
  }
}
#lp-cover .pagination .page-item .page-link {
  display: block;
  color: inherit;
}
#lp-cover .lp-select-box {
  position: relative;
  display: block;
  width: 350px;
  max-width: 100%;
  margin-left: auto;
  vertical-align: top;
  cursor: pointer;
  line-height: 1.6;
}

@media screen and (max-width: 750px) {
  #lp-cover .lp-select-box {
    width: 100%;
  }
}

#lp-cover .lp-select-box:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0.5em;
  z-index: 1;
  margin-top: -0.2em;
  width: 0;
  height: 0;
  border-left: 0.4em solid rgba(255, 255, 255, 0);
  border-right: 0.4em solid rgba(255, 255, 255, 0);
  border-top: 0.4em solid #000;
  content: '';
  pointer-events: none;
}

#lp-cover .lp-select-box .lp-select {
  display: block;
  width: 100%;
  height: auto;
  padding: 0.4em 0.8em;
  background: #fff;
  border: 1px solid #bfbfbf;
  border-radius: 0;
  font-size: 20px;
  color: #003d4a;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  #lp-cover .lp-select-box .lp-select {
    font-size: 16px;
  }
}

#lp-cover .lp-select-box .lp-select::-ms-expand {
  display: none;
}

#lp-cover .lp-select-box .lp-select:not([multiple]) {
  padding-right: 2em;
}

#lp-cover .lp-product-block {
  margin-top: 30px;
}

@media screen and (max-width: 750px) {
  #lp-cover .lp-product-block {
    margin-top: 20px;
  }
}
#lp-cover .lp-product-block__item {
  -webkit-animation: lp-fade-in 0.6s ease 0s 1 normal;
  animation: lp-fade-in 0.6s ease 0s 1 normal;
}
#lp-cover .lp-product-block__item:not(:last-of-type) {
  margin-bottom: 100px;
}

@media screen and (max-width: 750px) {
  #lp-cover .lp-product-block__item:not(:last-of-type) {
    margin-bottom: 60px;
  }
}

#lp-cover .lp-product-block__ttl {
  margin-bottom: 0.6em;
  text-align: left;
  color: #003d4a;
  font-size: 30px;
}

@media screen and (max-width: 750px) {
  #lp-cover .lp-product-block__ttl {
    font-size: 20px;
  }
}
#lp-cover .lp-sp-banner-slider{
  margin-bottom: 50px;
  opacity: 0;
  transition: opacity 0.5s;
}
@media screen and (max-width: 750px) {
  #lp-cover .lp-sp-banner-slider {
    margin-bottom: 20px;
  }
}
#lp-cover .lp-sp-banner-slider.is-no-slider{
  opacity: 1;
}
#lp-cover .lp-sp-banner-slider.slick-dotted{
  margin-bottom: 70px;
}
@media screen and (max-width: 750px) {
  #lp-cover .lp-sp-banner-slider.slick-dotted{
    margin-bottom: 40px;
  }
}
#lp-cover .lp-sp-banner-slider.slick-initialized{
  opacity: 1;
}
#lp-cover .lp-sp-banner-slider:not(.slick-initialized) >*:nth-child(n+2){
  display: none;
}
#lp-cover .lp-sp-banner-slider .lp-sp-banner{
  margin-bottom: 0;
}
#lp-cover .lp-sp-banner-slider .slick-dots {
  margin: 15px 0 0;
}
#lp-cover .lp-sp-banner-slider .slick-dots li {
  margin: 0 6px;
  width: 12px;
}
@media screen and (max-width: 750px) {
  #lp-cover .lp-sp-banner-slider .slick-dots {
    margin-top: 10px;
  }
  #lp-cover .lp-sp-banner-slider .slick-dots li {
    margin: 0 4px;
    width: 8px;
  }
}
#lp-cover .lp-sp-banner-slider .slick-prev, #lp-cover .slick-next {
  width: 40px;
  background-size: 16px auto;
}
@media screen and (max-width: 750px) {
  #lp-cover .lp-sp-banner-slider .slick-prev, #lp-cover .slick-next {
    width: 7%;
    background-size: 30% auto;
  }
}
@-webkit-keyframes lp-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes lp-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}