@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url("/fonts/NotoSansCJKjp-Thin.woff2") format("woff2"), url("/fonts/NotoSansCJKjp-Thin.woff") format("woff"), url("/fonts/NotoSansCJKjp-Thin.ttf") format("truetype"), url("/fonts/NotoSansCJKjp-Thin.eot") format("embedded-opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url("/fonts/NotoSansCJKjp-Light.woff2") format("woff2"), url("/fonts/NotoSansCJKjp-Light.woff") format("woff"), url("/fonts/NotoSansCJKjp-Light.ttf") format("truetype"), url("/fonts/NotoSansCJKjp-Light.eot") format("embedded-opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/NotoSansCJKjp-DemiLight.woff2") format("woff2"), url("/fonts/NotoSansCJKjp-DemiLight.woff") format("woff"), url("/fonts/NotoSansCJKjp-DemiLight.ttf") format("truetype"), url("/fonts/NotoSansCJKjp-DemiLight.eot") format("embedded-opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("/fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("/fonts/NotoSansCJKjp-Regular.ttf") format("truetype"), url("/fonts/NotoSansCJKjp-Regular.eot") format("embedded-opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/NotoSansCJKjp-Medium.woff2") format("woff2"), url("/fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("/fonts/NotoSansCJKjp-Medium.ttf") format("truetype"), url("/fonts/NotoSansCJKjp-Medium.eot") format("embedded-opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("/fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("/fonts/NotoSansCJKjp-Bold.ttf") format("truetype"), url("/fonts/NotoSansCJKjp-Bold.eot") format("embedded-opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url("/fonts/NotoSansCJKjp-Black.woff2") format("woff2"), url("/fonts/NotoSansCJKjp-Black.woff") format("woff"), url("/fonts/NotoSansCJKjp-Black.ttf") format("truetype"), url("/fonts/NotoSansCJKjp-Black.eot") format("embedded-opentype");
}

* {
  margin: 0;
  padding: 0;
}

a:hover,
button:hover {
  opacity: .7;
  cursor: pointer;
}

a {
  text-decoration: none;
}

.sup {
  vertical-align: super;
  font-size: 0.7em;
}

html {
  font-family: 'Noto Sans Japanese';
  font-weight: 300;
  font-size: 10px;
  line-height: 1.4;
}

.is-load {
  position: absolute;
  top: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 9999;
}

.lp__container {
  position: relative;
  width: 100%;
  margin: auto;
}

.lp__keyVisual {
  height: 70vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(../img/keyVisual.png);
}

.lp__concept {
  background: #c10052;
  padding: 10% 0 0;
  overflow: hidden;
}

.lp__specialMovie {
  background: #000;
  padding: 15% 5% 1%;
}

.lp__interview {
  background: #000;
  padding: 0 5% 15%;
}

.lp.is-open::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, .6);
  pointer-events: none;
  z-index: 299;
}

.lp.is-modalOpen {
  overflow: hidden;
}

.lp.is-modalOpen::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: white;
  pointer-events: none;
  z-index: 299;
}

.lp__header {
  position: fixed;
  right: auto;
  width: 100%;
  max-width: 768px;
  height: auto;
  margin: auto;
  z-index: 300;
}

.lp__header.is-open {
  max-width: 100%;
  right: 0;
  z-index: 500;
}

.lp__header.is-open .btn__menu__trigger {
  width: 25px;
}

.lp__header.is-open .btn__menu__trigger span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(-315deg);
          transform: translateY(11px) rotate(-315deg);
}

.lp__header.is-open .btn__menu__trigger span:nth-of-type(2) {
  opacity: 0;
}

.lp__header.is-open .btn__menu__trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(315deg);
          transform: translateY(-11px) rotate(315deg);
}

.lp__menu {
  position: absolute;
  right: 0;
  padding: 10px 10px 8px;
  margin: 16px;
  background: #000;
  cursor: pointer;
}

.lp__link__area {
  margin: 50px 0 0;
}

.lp__link__area a {
  display: block;
  width: 100%;
  height: 55px;
  height: 5.5rem;
  font-size: 3.53vw;
  color: #f6f6f6;
  text-align: center;
  text-decoration: none;
  background: #000;
  line-height: 55px;
  letter-spacing: 2.5px;
}

.btn__menu__trigger--transition, .btn__menu__trigger,
.btn__modal__trigger, .btn__menu__trigger span,
.btn__modal__trigger span {
  display: inline-block;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn__menu__trigger,
.btn__modal__trigger {
  position: relative;
  width: 30px;
  height: 24px;
}

.btn__menu__trigger span,
.btn__modal__trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}

.btn__menu__trigger span:nth-of-type(1),
.btn__modal__trigger span:nth-of-type(1) {
  top: 0;
}

.btn__menu__trigger span:nth-of-type(2),
.btn__modal__trigger span:nth-of-type(2) {
  top: 11px;
}

.btn__menu__trigger span:nth-of-type(3),
.btn__modal__trigger span:nth-of-type(3) {
  bottom: 0;
}

.lp__slideMenu {
  position: fixed;
  top: 0;
  left: 100%;
  width: 75%;
  max-width: 600px;
  height: 100vh;
  background: #000;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 300;
}

.lp__slideMenu.is-open {
  left: calc(100vw - 600px);
}

.menuList {
  padding: 60px 0 60px 5%;
}

.menuList__item, .menuList__item--concept, .menuList__item--specialMovie, .menuList__item--interview, .menuList__item--introduction, .menuList__item--product, .menuList__item--gallery {
  list-style: none;
  cursor: pointer;
}

.menuList__item a, .menuList__item--concept a, .menuList__item--specialMovie a, .menuList__item--interview a, .menuList__item--introduction a, .menuList__item--product a, .menuList__item--gallery a {
  display: block;
  padding: 25px;
  padding: 2.5rem;
}

.menuList__item:hover, .menuList__item--concept:hover, .menuList__item--specialMovie:hover, .menuList__item--interview:hover, .menuList__item--introduction:hover, .menuList__item--product:hover, .menuList__item--gallery:hover {
  opacity: .7;
}

.menuList__item img, .menuList__item--concept img, .menuList__item--specialMovie img, .menuList__item--interview img, .menuList__item--introduction img, .menuList__item--product img, .menuList__item--gallery img {
  height: 18px;
  height: 1.8rem;
}

.menuList__item--interview img {
  height: 14px;
  height: 1.4rem;
}

.menuList__item--introduction img {
  height: 14px;
  height: 1.4rem;
}

.menuList__item--product img {
  height: 14px;
  height: 1.4rem;
}

.keyVisual {
  position: relative;
}

.keyVisual__logo {
  position: absolute;
  bottom: 10%;
  width: 80%;
  height: auto;
  margin: 0 10%;
}

.keyVisual::before {
  content: '';
  position: absolute;
  bottom: 5%;
  left: 50%;
  width: 15%;
  height: 20px;
  background: url(../img/scroll.png) no-repeat;
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: Flash 2s 2s 3;
          animation: Flash 2s 2s 3;
}

.keyVisual::after {
  content: '';
  position: absolute;
  bottom: -2.5%;
  left: 50%;
  width: 1px;
  height: 6%;
  background: #000;
  -webkit-transform: translateX(-50%) scaleY(1);
          transform: translateX(-50%) scaleY(1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-animation: FlashBorder 2s 2s 3;
          animation: FlashBorder 2s 2s 3;
}

.concept__title {
  width: 100%;
}

.concept__items {
  width: 80%;
  margin: 0 10%;
}

.concept__text {
  font-size: 4.4vw;
  text-align: center;
  color: #fff;
  margin: 5% 0;
}

.concept__text:first-of-type {
  margin-top: 6%;
}

.concept__text:nth-of-type(3) {
  margin-top: 10%;
}

.concept__text:last-of-type {
  margin-bottom: 8%;
}

.concept__text__underLine {
  border-bottom: 1px solid;
  padding-bottom: .3em;
  margin-bottom: .5em;
}

.lp__concept-newbnr {
  padding: 3% 5% 15%;
}

.lp__concept-newbnr img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.specialMovie__title {
  width: 70%;
  margin: 0 15% 8%;
}

.interview__title {
  width: 40%;
  margin: 8% 30%;
}

.interview__bnr {
  width: 100%;
}

.lp__slider {
  position: relative;
}

.lp__slider__items img {
  width: 100%;
}

.lp__slider .slick-arrow {
  display: none;
}

.lp__slider .slider-dots {
  position: absolute;
  bottom: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.lp__slider .slider-dots li {
  list-style: none;
}

.lp__slider .slider-dots li.slick-active button {
  background: #c7235c;
  color: #c7235c;
}

.lp__slider .slider-dots li button {
  background: #000;
  border-radius: 50%;
  border: none;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.lp__product {
  clear: both;
}

.lp__product .product__title {
  width: 40%;
  margin: 10% 30% 0;
}

.lp__product .product__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 14% 0;
}

.lp__product .product__contents:first-of-type .product__text {
  width: 66%;
}

.lp__product .product__header, .lp__product .product__header--reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 5% 0 0;
  margin: 0 0 8% 0;
}

.lp__product .product__header--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  padding: 0 0 0 5%;
  margin: 0 0 8% 0;
}

.lp__product .product__header__title {
  width: 50%;
  margin: 0 0 0 0;
}

.lp__product .product__header__icon {
  width: 15%;
}

.lp__product .product__items, .lp__product .product__items--reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10%;
  margin-bottom: 8%;
}

.lp__product .product__items__image {
  width: 30%;
}

.lp__product .product__items__image img {
  width: 100%;
}

.lp__product .product__items--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.lp__product .product__items--reverse .product__text {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 62%;
}

.lp__product .product__items--reverse .product__text__name {
  margin: 10% 0 0;
}

.lp__product .product__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 3.5vw;
  width: 61%;
  line-height: 1.8;
}

.lp__product .product__text__name {
  margin-top: auto;
  font-size: 88%;
  line-height: 1.2;
}

.lp__product .product__text__price {
  font-size: 113%;
}

.lp__product .product__text__price span {
  margin-right: 8%;
}

.lp__product .product__label, .lp__product .product__label--small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10%;
  margin-bottom: 8%;
}

.lp__product .product__label--small .product__label__items {
  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;
  width: 31.5%;
  font-size: 2.7vw;
}

.lp__product .product__label__items {
  list-style: none;
  border: 1px solid #c10052;
  color: #c10052;
  padding: .05em 0;
  font-size: 3.53vw;
  width: 28%;
  text-align: center;
}

.lp__product .product__btnErea {
  padding: 0 10%;
}

.lp__product .product__btnErea__btn, .lp__product .product__btnErea__btn--item, .lp__product .product__btnErea__btn--purchase {
  position: relative;
  width: 100%;
  height: 55px;
  height: 5.5rem;
  border: 1px solid;
  font-size: 3.53vw;
}

.lp__product .product__btnErea__btn--item {
  background: #fff;
  margin-bottom: 8%;
}

.lp__product .product__btnErea__btn--item::before {
  content: '';
  position: absolute;
  top: 0;
  right: 6%;
  width: 3.4%;
  height: 100%;
  background: url(../img/icon-plus.png) no-repeat;
  background-size: 100%;
  background-position: center;
}

.lp__product .product__btnErea__btn--purchase {
  background: #000;
  color: #fff;
  background-image: url(../img/icon-shoppingCart.png);
  background-repeat: no-repeat;
  background-position: 15% center;
  background-size: 7%;
}

.lp__product .product__btnErea__btn--purchase::before {
  content: '';
  position: absolute;
  top: 0;
  right: 7%;
  width: 2.4%;
  height: 100%;
  background: url(../img/arrow-right.png) no-repeat;
  background-size: 100%;
  background-position: center;
}

.product__nightbura {
  position: relative;
}

.product__nightbura img {
  width: 100%;
  margin-bottom: -3px;
}

.nightbura_btn {
  background: #d69da5;
  width: 80%;
  line-height: 45px;
  font-size: 14px;
  height: 45px;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
}

.nightbura_btn a {
  position: relative;
  display: block;
  color: #fff;
}

.nightbura_btn a::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
  position: absolute;
  top: 18px;
  right: 25px;
}

.lp__gallery {
  background: #c10052;
  overflow: hidden;
}

.lp__gallery .gallery__title {
  width: 30%;
  margin: 10% 35% 0;
}

.lp__gallery .gallery__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 8% 3%;
}

.lp__gallery .gallery__items {
  width: 32.5%;
  margin: 0 1% 1% 0;
}

.lp__gallery .gallery__items:nth-of-type(3n) {
  margin-right: 0;
}

.lp__gallery .gallery__items img {
  width: 100%;
}

.lp__modal {
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 768px;
  height: 100vh;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  overflow-y: scroll;
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: 0;
  z-index: -1;
}

.lp__modal.is-modalOpen {
  opacity: 1;
  z-index: 1000;
}

.lp__modal__header.is-modalOpen {
  opacity: 1;
  z-index: 1001;
}

.lp__modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
  max-width: 768px;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s;
}

.lp__modal__close {
  width: 30px;
  height: 24px;
  background: #000;
  padding: 15px;
  cursor: pointer;
}

.lp__modal__close span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(-315deg);
          transform: translateY(11px) rotate(-315deg);
}

.lp__modal__close span:nth-of-type(2) {
  opacity: 0;
}

.lp__modal__close span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(315deg);
          transform: translateY(-11px) rotate(315deg);
}

.lp__modal img {
  width: 100%;
}

.modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.modal__h3 {
  color: #c10052;
  font-size: 3.9vw;
  font-weight: 300;
  margin: 4% 0;
}

.modal__text {
  font-size: 3.4vw;
  line-height: 1.8;
}

.modal__scene {
  margin: 8% 0 4%;
}

.modal__inner {
  padding: 0 10%;
  margin-bottom: 70px;
}

.modal__keyvisual {
  width: 100%;
  margin-bottom: 4%;
}

.modal00Slider,
.modal01Slider,
.modal__slider {
  margin-top: 16%;
}

.modal__thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 4% 0 16%;
}

.modal__thumbnail__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 12%;
          flex: 0 1 12%;
  margin-right: 4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  list-style: none;
}

.modal__thumbnail__item:last-of-type {
  margin-right: 0;
}

.modal__feature {
  background: #f6f6f6;
  padding: 12% 0;
}

.feature__title {
  width: 40%;
  margin: 0 30% 10%;
}

.feature__h4 {
  font-size: 4vw;
  font-weight: 300;
  padding: 14px 0;
  padding: 1.4rem 0;
  margin: 4% 0;
  border-bottom: 1px solid;
}

.feature__text {
  font-size: 3.3vw;
}

.feature__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: 4% 0;
}

.feature__icon__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24%;
  margin: 4%;
}

.feature__note, .feature__note--right {
  font-size: 2vw;
}

.feature__note--right {
  text-align: right;
}

.vbox-close {
  width: 40px;
  height: 40px;
  top: 10px;
  right: 10px;
  background: url(/img/btn-gallery-close.png) no-repeat;
  background-size: contain;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}

.lp__link__area .lp__link__area-btn {
  background: #000;
  color: #fff;
  background-repeat: no-repeat;
  background-position: 15% center;
  background-size: 7%;
}

@-webkit-keyframes Flash {
  50% {
    opacity: 0;
  }
}

@keyframes Flash {
  50% {
    opacity: 0;
  }
}

@-webkit-keyframes FlashBorder {
  50% {
    opacity: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes FlashBorder {
  50% {
    opacity: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@media (min-width: 768px) {
  .lp__container {
    width: 768px;
  }
  .lp__keyVisual {
      height: 150vh;
  }
  .menuList__item a, .menuList__item--concept a, .menuList__item--specialMovie a, .menuList__item--interview a, .menuList__item--introduction a, .menuList__item--product a, .menuList__item--gallery a {
    padding: 4.5rem;
  }
  .menuList__item img, .menuList__item--concept img, .menuList__item--specialMovie img, .menuList__item--interview img, .menuList__item--introduction img, .menuList__item--product img, .menuList__item--gallery img {
    height: 5em;
  }
  .menuList__item--interview img {
    height: 4em;
  }
  .menuList__item--introduction img {
    height: 4em;
  }
  .menuList__item--product img {
    height: 4em;
  }
  .keyVisual::before {
    width: 100px;
    height: 40px;
  }
  .concept__text {
    font-size: 3.4em;
  }
  .concept__text:nth-of-type(3) {
    margin-top: 5rem;
  }
  .lp__slider .slider-dots li button {
    width: 22px;
    height: 22px;
    margin: 0 15px;
  }
  .lp__product .product__items--reverse .product__text {
    width: 58.3%;
  }
  .lp__product .product__text {
    font-size: 2.5em;
    width: 56%;
  }
  .lp__product .product__label--small .product__label__items {
    font-size: 2em;
  }
  .lp__product .product__label__items {
    font-size: 2.6em;
  }
  .lp__product .product__btnErea__btn, .lp__product .product__btnErea__btn--item, .lp__product .product__btnErea__btn--purchase {
    height: 100px;
    font-size: 2.6em;
  }
  .nightbura_btn {
    width: 60%;
    line-height: 80px;
    height: 80px;
    font-size: 18px;
    bottom: 145px;
  }
  .nightbura_btn a::before {
    width: 15px;
    height: 15px;
    top: 33px;
  }
  .modal__h3 {
    font-size: 2.9em;
  }
  .modal__text {
    font-size: 2.6em;
  }
  .feature__h4 {
    font-size: 2.6em;
  }
  .feature__text {
    font-size: 2.5em;
  }
  .feature__note, .feature__note--right {
    font-size: 1.7em;
  }
  .lp__link__area {
    margin: 100px 0 50px;
  }
  .lp__link__area a {
    height: 100px;
    line-height: 100px;
    font-size: 2.6em;
  }
}

@media screen and (max-width: 800px) {
  .lp__menu {
    position: fixed;
  }
  .lp__slideMenu.is-open {
    left: 25%;
  }
}

/*# sourceMappingURL=maps/style.css.map */
