/* 20 */
#wrapper {
  position: relative;
}

#lp .lp-container {
  color: #333;
}

.lp-inner {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 20px;
}
@media only screen and (max-width: 900px) {
  .lp-inner {
    padding: 40px 0px 40px;
    width: calc(100% - 20px);
  }
}

.lp-hero.-full + .lp-inner {
  margin-top: 80px;
}
@media only screen and (max-width: 900px) {
  .lp-hero.-full + .lp-inner {
    margin-top: 40px;
  }
}

#lp #block-breadcrumbs {
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  padding: 0px;
}

#lp #filaWrap {
  background: #f5f5f5;
}

#lp .block-page-content {
  padding-bottom: 140px;
}

.lp-card {
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.lp-card__data {
  display: block;
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
  line-height: 1.4;
}

.lp-card__data + .lp-hero,
.lp-card__data + .lp-video {
  margin-top: 20px;
}

.lp-card__data + .lp-heading,
.lp-card__data + .lp-heading--center {
  margin-top: 10px;
}

.lp-heading,
.lp-heading--center {
  color: #333;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
}

.lp-heading + .lp-hero,
.lp-heading--center + .lp-hero,
.lp-heading + .lp-movie,
.lp-heading--center + .lp-movie,
.lp-heading + .lp-video,
.lp-heading--center + .lp-video {
  margin-top: 26px;
}

.lp-heading + .lp-card__data,
.lp-heading--center + .lp-card__data {
  margin-top: 20px;
}

.lp-heading + .lp-texts,
.lp-heading--center + .lp-texts {
  margin-top: 20px;
}

.lp-heading + .lp-buttons,
.lp-heading--center + .lp-buttons,
.lp-movie + .lp-buttons {
  margin-top: 40px;
}

.lp-heading + .lp-product-list,
.lp-heading--center + .lp-product-list .lp-movie + .lp-product-list {
  margin-top: 40px;
}

.lp-texts {
  font-size: 18px;
  line-height: 2;
}

.lp-texts + .lp-card--row--reverse,
.lp-texts + .lp-card--row,
.lp-texts + .lp-movie {
  padding-top: 70px;
}

.lp-texts + .lp-buttons,
.lp-movie + .lp-buttons {
  margin-top: 72px;
}

.lp-texts + .lp-hero {
  margin-top: 15px;
}

.lp-texts + .lp-heading,
.lp-texts + .lp-heading--center {
  margin-top: 80px;
}

.lp-texts + .lp-product-list {
  margin-top: 40px;
}

.lp-buttons {
  width: 100%;
  text-align: center;
}

.lp-buttons + .lp-heading,
.lp-buttons + .lp-heading--center {
  margin-top: 112px;
}

.lp-card--row,
.lp-card--row--reverse {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.lp-card--row .lp-heading,
.lp-card--row .lp-heading--center,
.lp-card--row--reverse .lp-heading,
.lp-card--row--reverse .lp-heading--center {
  padding: 0;
  color: #333;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.6;
}

.lp-card--row .lp-text,
.lp-card--row--reverse .lp-text {
  margin-top: 14px;
}

.lp-card--row .lp-product__detail,
.lp-card--row--reverse .lp-product__detail {
  margin-top: 10px;
}

.lp-card--row .lp-buttons,
.lp-card--row--reverse .lp-buttons {
  margin-top: 80px;
}

.lp-card--row + .lp-product-list,
.lp-card--row--reverse + .lp-product-list {
  margin-top: 40px;
}

.lp-card--row--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.lp-card--row__contents {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 400px;
  -ms-flex: 0 1 400px;
  flex: 0 1 400px;
  max-width: 400px;
  padding: 0px 30px;
  font-size: 14px;
}

.lp-product__detail dt {
  float: left;
  clear: both;
}

.lp-product__detail dt::after {
  content: ":";
}

.lp-product__detail,
.lp-price {
  line-height: 1.6;
}

.lp-text {
  font-size: 14px;
  line-height: 1.7;
}

.lp-card--row__images {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 400px;
  -ms-flex: 0 1 400px;
  flex: 0 1 400px;
  max-width: 400px;
}

.lp-card--row__images img {
  width: 100%;
  height: auto;
}

.lp-full-background {
  background: #e9ebef;
}

.lp-button {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  display: inline-block;
  flex: 0 0 auto;
  width: 100%;
  max-width: 335px;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 3px;
  background: #041e42;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
}

.lp-button:nth-of-type(n + 2) {
  margin-top: 10px;
}

.lp-product-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
}

.lp-product-list + .lp-buttons {
  margin-top: 76px;
}

.lp-product-list__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 calc(50% - 40px);
  -ms-flex: 0 1 calc(50% - 40px);
  flex: 0 1 calc(50% - 40px);
  width: calc(50% - 40px);
  max-width: calc(50% - 40px);
  margin: 0 20px;
}

.lp-product-list__item:nth-of-type(n + 3) {
  margin-top: 80px;
}

.lp-product-list__item .lp-text {
  margin-top: 12px;
}

.lp-product-list__item .lp-product__detail {
  margin-top: 8.1px;
}

.lp-product-list__item .lp-product_name {
  margin-top: 14px;
  color: #333;
  font-size: 18px;
  line-height: 1.6;
}

.lp-product-list__link {
  display: block;
}

.lp-buttons {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.lp-buttons + .lp-texts,
.lp-buttons + .lp-heading,
.lp-buttons + .lp-heading--center,
.lp-buttons + .lp-hero,
.lp-buttons + .lp-movie,
.lp-buttons + .lp-video {
  margin-top: 80px;
}

.lp-hero {
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.lp-hero.-full {
  max-width: 100%;
}

.lp-hero + .lp-heading,
.lp-hero + .lp-heading--center {
  margin-top: 20px;
}

.lp-hero + .lp-texts,
.lp-video + .lp-texts,
.lp-movie + .lp-texts {
  margin-top: 22px;
}

.lp-video {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.lp-video.-full {
  max-width: 100%;
}

.lp-video video {
  width: 100%;
  height: auto;
}

.lp-video video {
  width: 100%;
  height: auto;
}

.lp-hero img {
  width: 100%;
  height: auto;
}

.lp-hero + .lp-buttons,
.lp-hero + .lp-movie,
.lp-movie + .lp-hero {
  margin-top: 80px;
}

.lp-texts,
.lp-heading,
.lp-heading--center,
.lp-sns {
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.js-landscape--on {
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.js-landscape--on img {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.js-landscape--on::before {
  -webkit-filter: blur(33px);
  display: block;
  z-index: 0;
  position: absolute;
  top: -25%;
  right: 0;
  bottom: 0;
  left: -25%;
  width: 150%;
  height: 150%;
  background: inherit;
  content: "";
  filter: blur(33px);
}

.lp-sns {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 75px;
}

.lp-sns__item {
  margin: 0 20px;
  font-size: 28px;
}
.lp-sns__item .icon-twitter {
  width: 28px;
  height: 28px;
  display: block;
}

.lp-sns__item .icon-twitter:before {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 900px) {
  .lp-sns__item .icon-twitter {
    width: 23px;
    height: 23px;
  }
}
.lp-heading--center {
  text-align: center;
}

.lp-card__link {
  display: block;
}

/*フローティングボタンここから*/

.float-button__wrap {
  display: none; /*最初は隠す*/
  display: inline-block;
  position: fixed;
  bottom: 20px;
  width: 100%;
  z-index: 10;
  left: 0;
}
.float-button__wrap a {
  display: block;
  margin: 0 auto;
  max-width: 335px;
  height: 100%;
  padding: 16px 3px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #041e42;
  background: #f5f5f5;
  color: #041e42;
  font-size: 16px;
}

/*フローティングボタンここまで*/

@media only screen and (max-width: 900px) {
  #lp .lp-container {
    padding-top: 11px;
  }
  #lp .block-page-content {
    padding-bottom: 130px;
  }
  #lp #block-breadcrumbs {
    margin-bottom: 0;
    padding: 15px 5.3% 5px;
  }
  .lp-card__data {
    width: 100%;
    max-width: 100%;
    margin-top: 17.2px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 5.3%;
    padding: 0 5.3%;
    font-size: 12px;
    line-height: 1.3;
  }
  .lp-heading,
  .lp-heading--center {
    padding: 0 5.3%;
    font-size: 24px;
    line-height: 1.3;
  }
  .lp-texts {
    padding: 0 5.3%;
    font-size: 16px;
    line-height: 1.875;
  }
  .lp-texts + .lp-card--row--reverse,
  .lp-texts + .lp-card--row,
  .lp-texts + .lp-movie {
    padding-top: 78px;
  }
  .lp-card--row,
  .lp-card--row--reverse {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -webkit-flex-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    padding: 80px 5.3%;
  }
  .lp-card--row .lp-heading,
  .lp-card--row .lp-heading--center,
  .lp-card--row--reverse .lp-heading,
  .lp-card--row--reverse .lp-heading--center {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 14px;
    padding: 0;
    font-size: 16px;
    line-height: 1.625;
  }
  .lp-card--row .lp-card--row__images,
  .lp-card--row--reverse .lp-card--row__images {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .lp-card--row .lp-card--row__contents,
  .lp-card--row--reverse .lp-card--row__contents {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .lp-card--row .lp-text,
  .lp-card--row--reverse .lp-text {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .lp-card--row .lp-price,
  .lp-card--row--reverse .lp-price {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .lp-card--row .lp-product__detail,
  .lp-card--row--reverse .lp-product__detail {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 0;
  }
  .lp-card--row .lp-buttons,
  .lp-card--row--reverse .lp-buttons {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    padding-right: 0;
    padding-left: 0;
  }
  .lp-card--row--reverse {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -webkit-flex-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
  }
  .lp-card--row__contents {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0px;
  }
  .lp-product__detail,
  .lp-price {
    font-size: 12px;
    line-height: 1.83;
  }
  .lp-text {
    font-size: 12px;
  }
  .lp-card--row__images {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0px;
  }
  .lp-button {
    max-width: 100%;
  }
  .lp-product-list {
    max-width: 100%;
    padding: 0 2.65%;
  }
  .lp-product-list + .lp-buttons {
    max-width: 100%;
    padding: 0 5.3%;
  }
  .lp-product-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 44.7%;
    -ms-flex: 0 1 44.7%;
    flex: 0 1 44.7%;
    width: 44.7%;
    max-width: 44.7%;
    margin: 0 2.65%;
  }
  .lp-product-list__item .lp-product_name {
    font-size: 12px;
    line-height: 1.7;
  }
  .lp-buttons {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0 5.3%;
  }
  .lp-hero {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .lp-hero + .lp-texts,
  .lp-video + .lp-texts,
  .lp-movie + .lp-texts {
    margin-top: 23px;
  }
  .lp-texts,
  .lp-heading,
  .lp-heading--center,
  .lp-sns {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0 5.3%;
  }
  .lp-sns__item {
    margin: 0 21px;
    font-size: 23px;
  }

  /*フローティングボタンここから*/
  .float-button__wrap {
    padding: 0 5.3%;
  }
  .float-button__wrap a {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: 100%;
    padding: 8px 3px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #041e42;
    background: #f5f5f5;
    color: #041e42;
    font-size: 16px;
  }
  #pagetop {
    bottom: 80px !important;
  }
  /*フローティングボタンここまで*/
}

/* ビジュアル上ボタン */
.lp-hero__container {
  position: relative;
}
.lp-hero__button {
  position: absolute;
  z-index: 1;
}

.lp-hero__button a {
  display: block;
  line-height: 1;
}

.lp-hero__button svg {
  width: 25px;
  height: 25px;
  pointer-events: none;
  position: relative;
  transition: transform ease-out 0.3s;
}

.lp-hero__button a::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #000;
  opacity: 0.25;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform ease-out 0.3s;
}

.lp-hero.js-enterScreen .lp-hero__button {
  pointer-event: none;
  opacity: 0;
  transition: opacity ease 0.3s 0.25s;
}
.lp-hero.js-enterScreen.is-active .lp-hero__button {
  pointer-event: auto;
  opacity: 1;
}

.lp-hero .slick-dotted.slick-slider {
  margin-bottom: 0;
  padding-bottom: 32px;
}

.lp-hero .slick-dotted.slick-slider {
  margin-bottom: 0;
  padding-bottom: 32px;
}

.lp-hero .slick-slider .slick-dots {
  bottom: 0;
}

.lp-hero .slick-slide {
  line-height: 1;
}

.lp-hero.is-medium {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.lp-hero.is-medium .slick-dotted.slick-slider {
  padding-bottom: 42px;
}

@media only screen and (max-width: 900px) {
  .lp-hero.is-medium {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 768px) and (min-width: 480x) {
  .lp-hero__button svg,
  .lp-hero__button a::before {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .lp-hero__button svg,
  .lp-hero__button a::before {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-width: 480px) {
  .lp-hero__button a:hover {
    opacity: 1;
  }
  .lp-hero__button a:hover svg,
  .lp-hero__button a:hover::before {
    transform: scale(1.3);
  }

  .lp-hero__button a:hover::before {
    opacity: 0.8;
  }
}

.lp-movie {
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.lp-movie__container {
  position: relative;
  line-height: 0;
}
.lp-movie video {
  width: 100%;
  height: auto;
}
.lp-movie__button {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  display: grid;
  place-items: center;
}
.lp-movie__button img {
  width: 80px;
  height: 80px;
}
.lp-movie__button.-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.lp-movie + .lp-hero,
.lp-hero + .lp-hero {
  margin-top: 80px;
}

@media only screen and (max-width: 900px) {
  .lp-movie + .lp-hero,
  .lp-hero + .lp-hero {
    margin-top: 45px;
  }
}
