@charset "UTF-8";
.lp__cursor__arrow img,
.lp__op__step1,
.lp__sp__spot__button i:after,
.lp__sp__spot__button i:before {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.lp__sp__spot__nav__point span {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
}
.lp__fixedBtn__link:after,
.lp__nav__button__inner:after,
.lp__sp__button__inner:after,
.lp__sp__mv__anchor__inner:after,
.lp__sp__spot__button i {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
}
.lp__concept__inner:after,
.lp__fixedBtn__link:after,
.lp__gallery__inner:after,
.lp__sp__mv__modalLink:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.lp__sp__mv__anchor__inner:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.lp__fixedBtn__link,
.lp__gallery__wrapper,
.lp__sp__hilton__slider,
.lp__sp__points__container,
.lp__sp__spot__slider,
.lp__videoContainer {
  overflow: hidden;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.js-lazy-webp {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 1;
  }
  30% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  70% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  to {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    opacity: 1;
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 1;
  }
  30% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  70% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  to {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    opacity: 1;
  }
}
@-webkit-keyframes arrow {
  0% {
    background-position-x: 0;
  }
  50% {
    background-position-x: 10px;
  }
  51% {
    background-position-x: -10px;
  }
  to {
    background-position-x: 0;
  }
}
@keyframes arrow {
  0% {
    background-position-x: 0;
  }
  50% {
    background-position-x: 10px;
  }
  51% {
    background-position-x: -10px;
  }
  to {
    background-position-x: 0;
  }
}
@-webkit-keyframes arrow-down {
  0% {
    background-position-y: 0;
  }
  50% {
    background-position-y: 10px;
  }
  51% {
    background-position-y: -10px;
  }
  to {
    background-position-y: 0;
  }
}
@keyframes arrow-down {
  0% {
    background-position-y: 0;
  }
  50% {
    background-position-y: 10px;
  }
  51% {
    background-position-y: -10px;
  }
  to {
    background-position-y: 0;
  }
}
@-webkit-keyframes point {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.7);
    transform: translate(-50%, -50%) scale(0.7);
    opacity: 1;
  }
  to {
    -webkit-transform: translate(-50%, -50%) scale(2.5);
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
@keyframes point {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.7);
    transform: translate(-50%, -50%) scale(0.7);
    opacity: 1;
  }
  to {
    -webkit-transform: translate(-50%, -50%) scale(2.5);
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
html {
  font-size: 1.33334vw;
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 6.05px;
  }
}
.ls-smaller {
  letter-spacing: 0.05em;
}
.lineIcon,
.webIcon {
  display: none !important;
}
#gHeader {
  background-color: white;
}
.js-crossfadeSlider-swipeArea,
.js-slider-swipeArea {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#miyako01,
.lp__sp__footer {
  -webkit-backdrop-filter: brightness(0.95) blur(2px) saturate(1.2);
  backdrop-filter: brightness(0.95) blur(2px) saturate(1.2);
}
@media screen and (max-width: 767px) {
  html {
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
  }
}
.modal-is-open {
  overflow: hidden;
}
body {
  position: fixed;
}
body.is-safari.site-entered {
  position: static;
}
body.scroll-to-footer-pc {
  position: static;
}
@media screen and (max-width: 767px) {
  body.site-entered {
    position: static;
  }
}
#container {
  overflow: hidden;
}
.js-lazy-webp {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .headLine {
    margin-top: 10px;
  }
  .footGood {
    padding-bottom: 40px;
  }
  .enter-footer-sp .lp__videoContainer {
    height: 100svh !important;
  }
}
.footGood__img img {
  margin: auto;
}
img,
svg {
  max-width: 100%;
  height: auto;
  width: auto;
  display: block;
}
button {
  background-color: transparent;
  border: none;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "Noto Serif JP",
    "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", serif;
  padding: 0;
  outline: none;
  cursor: pointer;
  color: #48322a;
}
body {
  width: 100%;
}
@media screen and (min-width: 768px) {
  body {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  body::-webkit-scrollbar {
    display: none;
  }
}
.lp {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "Noto Serif JP",
    "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", serif;
  color: #48322a;
}
.lp *,
.lp :after,
.lp :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .lp__container {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
}
.lp__triangle {
  position: absolute;
  top: 49px;
  right: 0;
  width: 44rem;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .lp__triangle {
    display: none;
  }
}
.lp__triangle.base {
  z-index: 2;
  opacity: 0.5;
}
.lp__triangle.light {
  z-index: 1;
  mix-blend-mode: overlay;
  opacity: 0.5;
}
.lp__videoContainer {
  width: 100%;
  height: 100lvh;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .lp__videoContainer {
    height: 100%;
    position: absolute;
  }
}
.lp__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.lp__sp {
  position: relative;
  will-change: transform;
}
@media screen and (min-width: 768px) {
  .lp__sp {
    z-index: 1;
    height: 100%;
    width: 450px;
    position: absolute;
    bottom: -3px;
    left: calc(50% + 139px);
    border-radius: 2.25vh 2.25vh 0 0;
    border: 1px solid rgba(100, 100, 100, 0.5);
  }
}
.lp__sp__shadow {
  width: 100%;
  height: 100%;
  border-radius: 2.25vh 2.25vh 0 0;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-box-shadow: 0px 39px 27.26px 19.74px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 39px 27.26px 19.74px rgba(0, 0, 0, 0.25);
  display: none;
}
@media screen and (min-width: 768px) {
  .lp__sp__shadow {
    display: block;
  }
}
.lp__sp__blur {
  width: 100%;
  height: 100%;
  border-radius: 2.25vh 2.25vh 0 0;
  left: 0;
  top: 0;
  position: absolute;
  display: none;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
@media screen and (min-width: 768px) {
  .lp__sp__blur {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .lp__sp__wrapper {
    border-radius: 2.25vh 2.25vh 0 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    -webkit-transform: translate(0, 0, 0);
    transform: translate(0, 0, 0);
    position: relative;
  }
}
.lp__sp__content {
  width: 100%;
}
.lp__sp__content img {
  width: 100%;
}
.lp__sp__frameBorder {
  display: none;
}
@media screen and (min-width: 768px) {
  .lp__sp__frameBorder {
    max-width: none;
    display: block;
    position: absolute;
    width: calc(100% + 2px);
    top: -1px;
    left: -1px;
    z-index: 3;
    pointer-events: none;
  }
}
.lp__sp__light {
  display: none;
}
@media screen and (min-width: 768px) {
  .lp__sp__light {
    display: block;
    height: 100%;
    width: 450px;
    position: absolute;
    bottom: -3px;
    left: calc(50% + 139px);
    pointer-events: none;
    z-index: 100;
    -webkit-box-shadow: 0px 0px 30px 15px rgba(255, 255, 255, 0.5) inset,
      0px 0px 30px 4px rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 30px 15px rgba(255, 255, 255, 0.5) inset,
      0px 0px 30px 4px rgba(255, 255, 255, 0.5);
    mix-blend-mode: overlay;
    border-radius: 2.25vh 2.25vh 0 0;
    opacity: 0.7;
  }
}
.lp__sp__window {
  width: 100%;
  height: 90rem;
}
.lp__scroll {
  display: none;
  bottom: 83px;
  right: 31px;
  position: absolute;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: white;
  font-size: 13px;
  font-family: BauerBodoniRoman, YuMincho, "Hiragino Mincho ProN",
    "Noto Serif JP", "ＭＳ Ｐ明朝", serif;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .lp__scroll {
    display: block;
  }
}
.lp__scroll:after {
  content: "";
  background-color: white;
  width: 1px;
  height: 72px;
  opacity: 0;
  top: 115%;
  right: 7px;
  position: absolute;
  -webkit-animation: scroll 2.5s cubic-bezier(1, 0, 0, 1) 0s infinite;
  animation: scroll 2.5s cubic-bezier(1, 0, 0, 1) 0s infinite;
  will-change: animation;
}
.lp__nav {
  display: none;
  position: absolute;
  left: 0;
  top: 81px;
  width: 279px;
  height: calc(100% - 81px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-backdrop-filter: blur(7px) brightness(0.95) saturate(1.3);
  backdrop-filter: blur(7px) brightness(0.95) saturate(1.3);
  padding: 11vh 24px 6.5vh;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .lp__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.lp__nav__logo {
  width: 196px;
  fill: white;
}
.lp__nav__linkList {
  margin-bottom: 8px;
}
.lp__nav__linkList li button {
  color: white;
  font-family: BauerBodoniRoman, YuMincho, "Hiragino Mincho ProN",
    "Noto Serif JP", "ＭＳ Ｐ明朝", serif;
  font-size: 16px;
  margin: 12px 0;
  letter-spacing: 0.05em;
  position: relative;
  overflow: hidden;
}
.lp__nav__linkList li button .clone {
  position: absolute !important;
  top: 0;
  left: 0;
  -webkit-transform: translateY(110%);
  transform: translateY(110%);
}
.lp__nav__btnArea {
  width: 100%;
}
.lp__nav__button {
  width: 100%;
  padding: 3px;
  background-color: white;
  display: block;
  position: relative;
}
.lp__nav__button:after {
  content: "";
  background-color: #b0885d;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  left: 50%;
  top: 50%;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .lp__nav__button:hover:after {
    opacity: 1;
  }
  .lp__nav__button:hover .lp__nav__button__inner:after {
    -webkit-animation-name: arrow;
    animation-name: arrow;
  }
}
.lp__nav__button:first-child {
  margin-bottom: 13px;
}
.lp__nav__button__inner {
  background-color: white;
  border: 1px solid #af875d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 58px;
  position: relative;
  z-index: 1;
}
.lp__nav__button__inner:after {
  content: "";
  width: 8px;
  height: 16px;
  background-image: url("/wp-content/themes/arluis/assets/images/fair-cp/miyakojima/arrow2.png");
  right: 11px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.lp__nav__button__txt {
  font-family: BauerBodoniRoman, YuMincho, "Hiragino Mincho ProN",
    "Noto Serif JP", "ＭＳ Ｐ明朝", serif;
  font-size: 11px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.lp__nav__button__txt em {
  display: block;
  font-size: 16px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "Noto Serif JP",
    "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", serif;
  letter-spacing: 0.15em;
}
.lp__fixedBtn {
  position: fixed;
  right: 2.4rem;
  bottom: 0;
  z-index: 5;
  opacity: 0;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out,
    -webkit-transform 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .lp__fixedBtn {
    display: none;
  }
}
.lp__fixedBtn__link {
  border-radius: 0.8rem 0 0 0.8rem;
  padding-left: 0.6rem;
  display: block;
}
.lp__fixedBtn__link:first-child {
  margin-bottom: 2.4rem;
}
.lp__fixedBtn__link span {
  color: #fff;
  font-size: 13px;
  display: block;
  background-color: #013f91;
  line-height: 1.5;
  width: 15.6rem;
  letter-spacing: 0.15em;
  font-weight: 600;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.lp__fixedBtn__link span em {
  letter-spacing: 0.01em;
}
.show-buttons .lp__fixedBtn {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  pointer-events: auto;
}
.lp__sp__btnArea {
  padding: 0 4.8rem;
}
.lp__sp__btnArea.variation {
  padding: 14.8rem 4.8rem 0;
}
.lp__sp__btnArea.variation .lp__sp__button {
  background-color: #48322a;
}
.lp__sp__btnArea.variation .lp__sp__button:after {
  background-color: white;
}
.lp__sp__btnArea.variation .lp__sp__button__txt {
  color: white;
}
.lp__sp__btnArea.variation .lp__sp__button__inner {
  border-color: white;
  background-color: #48322a;
}
.lp__sp__btnArea.variation .lp__sp__button__inner:after {
  background-image: url("/wp-content/themes/arluis/assets/images/fair-cp/miyakojima/arrowWhite.png");
}
.lp__sp__button {
  width: 100%;
  padding: 0.6rem;
  background-color: white;
  display: block;
  position: relative;
}
.lp__sp__button:after {
  content: "";
  background-color: #b0885d;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  left: 50%;
  top: 50%;
  width: calc(100% - 0.8rem);
  height: calc(100% - 0.8rem);
  opacity: 0;
}
.lp__sp__button:first-child {
  margin-bottom: 4.8rem;
}
@media screen and (min-width: 768px) {
  .lp__sp__button:hover:after {
    opacity: 1;
  }
  .lp__sp__button:hover .lp__sp__button__inner:after {
    -webkit-animation-name: arrow;
    animation-name: arrow;
  }
}
.lp__sp__button__inner {
  border: 1px solid #b0885d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 12.6rem;
  position: relative;
  background-color: white;
  z-index: 1;
  -webkit-transition: border-color 0.4s ease-out;
  transition: border-color 0.4s ease-out;
}
.lp__sp__button__inner:after {
  content: "";
  width: 2rem;
  height: 4rem;
  background-image: url("/wp-content/themes/arluis/assets/images/fair-cp/miyakojima/arrow.png");
  right: 4.1rem;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.lp__sp__button__txt {
  font-family: BauerBodoniRoman, YuMincho, "Hiragino Mincho ProN",
    "Noto Serif JP", "ＭＳ Ｐ明朝", serif;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.lp__sp__button__txt em {
  display: block;
  font-size: 3.6rem;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "Noto Serif JP",
    "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", serif;
  letter-spacing: 0.15em;
}
.lp__cursor {
  display: none;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .lp__cursor {
    display: block;
  }
}
.lp__cursor__arrow {
  background-color: rgb(176, 136, 93);
  -webkit-box-shadow: 4.316px 4.168px 40px 0px rgba(34, 34, 34, 0.24);
  box-shadow: 4.316px 4.168px 40px 0px rgba(34, 34, 34, 0.24);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-transition: opacity 0.3s ease-in-out,
    -webkit-transform 0.3s cubic-bezier(0.51, 0.61, 0.465, 1.65);
  transition: opacity 0.3s ease-in-out,
    -webkit-transform 0.3s cubic-bezier(0.51, 0.61, 0.465, 1.65);
  transition: opacity 0.3s ease-in-out,
    transform 0.3s cubic-bezier(0.51, 0.61, 0.465, 1.65);
  transition: opacity 0.3s ease-in-out,
    transform 0.3s cubic-bezier(0.51, 0.61, 0.465, 1.65),
    -webkit-transform 0.3s cubic-bezier(0.51, 0.61, 0.465, 1.65);
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -70%) scale(0.3);
  transform: translate(-50%, -70%) scale(0.3);
}
.lp__cursor__arrow img {
  width: 13px;
}
.lp__cursor__arrow.show {
  opacity: 1;
  -webkit-transform: translate(-50%, -70%) scale(1);
  transform: translate(-50%, -70%) scale(1);
}
.lp__op {
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
  z-index: 20;
}
.lp__op__step1 {
  width: 32.5rem;
  opacity: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 46.6%;
}
@media screen and (min-width: 768px) {
  .lp__op__step1 {
    width: 243px;
    top: 46.6%;
  }
}
.lp__op__step2 {
  width: 31.8rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 52%;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .lp__op__step2 {
    width: 228px;
  }
}
.lp__op__logo1 {
  fill: #af875c;
}
.lp__op__logo2 {
  fill: #828794;
  width: 18.7rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  bottom: -11rem;
}
@media screen and (min-width: 768px) {
  .lp__op__logo2 {
    width: 133px;
    bottom: -70px;
  }
}
.lp__sp__mv {
  height: 100svh;
  position: relative;
}
@media screen and (min-width: 768px) {
  .lp__sp__mv {
    height: 123rem;
  }
}
.lp__sp__mv__ttl1 {
  font-family: BauerBodoniRoman, YuMincho, "Hiragino Mincho ProN",
    "Noto Serif JP", "ＭＳ Ｐ明朝", serif;
  font-size: 14rem;
  color: white;
  margin: 0;
  line-height: 0.93;
}
.lp__sp__mv__ttl2 {
  width: 19.5rem;
  position: absolute;
  top: calc(49px + 3.3rem);
  right: 1.6rem;
  z-index: 2;
  fill: white;
}
@media screen and (min-width: 768px) {
  .lp__sp__mv__ttl2 {
    display: none;
  }
}
.lp__sp__mv__txtArea {
  width: 65.4rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 7.5rem;
}
.lp__sp__mv__modalLink {
  color: white;
  font-size: 2.6rem;
  display: inline-block;
  position: relative;
  margin: 3.7rem 0 7rem;
  letter-spacing: 0.1em;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .lp__sp__mv__modalLink:hover {
    opacity: 0.7;
  }
}
.lp__sp__mv__modalLink:after {
  content: "";
  position: absolute;
  left: calc(100% + 0.4rem);
  top: 0.6rem;
  width: 2.3rem;
  height: 2.3rem;
  background-image: url(/wp-content/themes/arluis/assets/images/fair-cp/miyakojima/plus.png);
}
.lp__sp__mv__modalLink:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: white;
}
.lp__sp__mv__anchor {
  background-color: white;
  padding: 0.5rem;
  width: 100%;
  position: relative;
}
.lp__sp__mv__anchor:after {
  content: "";
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  background-color: #b0885d;
  left: 50%;
  top: 50%;
  width: calc(100% - 0.8rem);
  height: calc(100% - 0.8rem);
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .lp__sp__mv__anchor:hover:after {
    opacity: 1;
  }
  .lp__sp__mv__anchor:hover .lp__sp__mv__anchor__inner:after {
    -webkit-animation-name: arrow-down;
    animation-name: arrow-down;
  }
}
.lp__sp__mv__anchor__inner {
  border: 1px solid #b0885d;
  position: relative;
  height: 12.8rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  padding-left: 15.1rem;
  z-index: 1;
  background-color: white;
}
.lp__sp__mv__anchor__inner:before {
  content: "";
  width: 12.5rem;
  height: 12.5rem;
  background-image: url("/wp-content/themes/arluis/assets/images/fair-cp/miyakojima/mv_img01.jpg");
  left: 0;
  top: 0;
  position: absolute;
}
.lp__sp__mv__anchor__inner:after {
  content: "";
  width: 4rem;
  height: 2rem;
  background-image: url("/wp-content/themes/arluis/assets/images/fair-cp/miyakojima/down.png");
  right: 2.7rem;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.lp__sp__mv__anchor__txt {
  font-size: 2.8rem;
  font-family: BauerBodoniRoman, YuMincho, "Hiragino Mincho ProN",
    "Noto Serif JP", "ＭＳ Ｐ明朝", serif;
  line-height: 1.4;
  letter-spacing: 0.11em;
}
.lp__sp__mv__anchor__txt em {
  font-size: 3.4rem;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "Noto Serif JP",
    "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", serif;
  display: block;
  letter-spacing: 0.12em;
}
.lp__sp__linkArea {
  background-color: white;
  padding: 15.8rem 1.6rem 1px;
}
.lp__sp__linkArea__ttl {
  width: 48rem;
  margin: 0 auto 7.5rem;
}
.lp__sp__linkArea__anchor {
  position: relative;
  display: block;
  margin-bottom: 1px;
}
.lp__sp__linkArea__anchor:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  -webkit-transition: background-position 0.5s ease-in-out;
  transition: background-position 0.5s ease-in-out;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(2, 161, 244, 0.9)),
    color-stop(50%, rgba(2, 161, 244, 0.9)),
    color-stop(62.5%, rgba(2, 161, 244, 0.9)),
    to(rgba(2, 161, 244, 0.2))
  );
  background: linear-gradient(
    0deg,
    rgba(2, 161, 244, 0.9) 0%,
    rgba(2, 161, 244, 0.9) 50%,
    rgba(2, 161, 244, 0.9) 62.5%,
    rgba(2, 161, 244, 0.2) 100%
  );
  background-size: 100% 200%;
  background-position-y: top;
}
@media screen and (min-width: 768px) {
  .lp__sp__linkArea__anchor:hover:before {
    background-position-y: bottom;
  }
  .lp__sp__linkArea__anchor:hover:after {
    -webkit-animation-name: arrow-down;
    animation-name: arrow-down;
  }
}
.lp__sp__linkArea__anchor__txt {
  font-size: 2rem;
  font-family: BauerBodoniRoman, YuMincho, "Hiragino Mincho ProN",
    "Noto Serif JP", "ＭＳ Ｐ明朝", serif;
  color: white;
  line-height: 1.4;
  position: absolute;
  left: 4rem;
  top: 8.8rem;
  text-align: left;
  letter-spacing: 0.14em;
}
.lp__sp__linkArea__anchor__txt em {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "Noto Serif JP",
    "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", serif;
  font-size: 3.2rem;
  display: block;
  margin-top: 1rem;
  letter-spacing: 0.28em;
}
.lp__sp__linkArea__anchor__nbr {
  color: white;
  font-size: 4rem;
  right: 4rem;
  top: 4.5rem;
  position: absolute;
}
.lp__sp__linkArea__anchor:after {
  content: "";
  width: 4rem;
  height: 2rem;
  background-image: url("/wp-content/themes/arluis/assets/images/fair-cp/miyakojima/downWhite.png");
  right: 4rem;
  bottom: 4.5rem;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.lp__sp__miyako {
  background-color: white;
  padding: 16rem 0 8.7rem;
}
.lp__sp__miyako__ttlArea {
  position: relative;
  margin-bottom: 4.85rem;
  padding: 0 4.6rem;
}
.lp__sp__miyako__ttl {
  font-size: 2rem;
  font-family: BauerBodoniRoman, YuMincho, "Hiragino Mincho ProN",
    "Noto Serif JP", "ＭＳ Ｐ明朝", serif;
  letter-spacing: 0.15em;
}
.lp__sp__miyako__ttl em {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "Noto Serif JP",
    "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", serif;
  font-size: 4.4rem;
  display: block;
  line-height: 1.55;
  margin-top: 4rem;
  letter-spacing: 0.25em;
  position: relative;
  z-index: 1;
}
.lp__sp__miyako__picture {
  width: 100%;
  height: 82rem;
  display: block;
}
.lp__sp__miyako__nbr {
  font-size: 16rem;
  position: absolute;
  color: #eaeaea;
  right: 3rem;
  bottom: 0;
  font-family: BauerBodoniRoman, YuMincho, "Hiragino Mincho ProN",
    "Noto Serif JP", "ＭＳ Ｐ明朝", serif;
  line-height: 0.84;
  letter-spacing: 0;
}
.lp__sp__miyako__p {
  font-size: 2.8rem;
  text-align: justify;
  letter-spacing: 0.255em;
  line-height: 2.25;
  padding: 6.9rem 4.8rem;
}
.lp__sp__miyako__p2 {
  font-size: 2.6rem;
  text-align: justify;
  letter-spacing: 0.23em;
  line-height: 2.4;
  padding: 6.9rem 4.8rem 4.2rem;
}
.lp__sp__miyako__img {
  width: 50rem;
  height: 50rem;
  margin: 1rem auto;
  display: block;
}
.lp__sp__points {
  position: relative;
  padding: 6.3rem 0 8rem;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(255, 255, 255)),
    color-stop(50%, rgb(255, 255, 255)),
    color-stop(50%, rgba(255, 255, 255, 0)),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(
    180deg,
    rgb(255, 255, 255) 0%,
    rgb(255, 255, 255) 50%,
    rgba(255, 255, 255, 0) 50%,
    rgba(255, 255, 255, 0) 100%
  );
}
.lp__sp__points.whiteBg {
  background: white;
}
.lp__sp__points__map {
  width: 100%;
  position: absolute;
  left: 0;
  top: 23.5rem;
  display: block;
}
.lp__sp__points__ttl {
  background-color: #48322a;
  color: white;
  padding: 2.3rem 4.1rem 2.1rem 4.5rem;
  display: inline-block;
  font-size: 2.8rem;
  letter-spacing: 0.2em;
}
.lp__sp__points__container {
  padding-left: 1.2rem;
}
.lp__sp__points__wrapper {
  padding: 7.8rem 0 6.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.lp__sp__points__nav {
  position: absolute;
  left: 4.8rem;
  bottom: 0;
}
.lp__sp__points__nav li {
  display: inline-block;
  margin-right: 2.4rem;
}
.lp__sp__points__nav li button {
  height: 0.4rem;
  width: 12rem;
  background-color: #cbcccc;
}
.lp__sp__points__nav li button.is-active {
  background-color: #48322a;
}
.lp__sp__points__arrow {
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50%;
  height: calc(100% - 10rem);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .lp__sp__points__arrow {
    pointer-events: auto;
  }
}
.lp__sp__points__arrow.arrow__prev {
  left: 0;
}
.lp__sp__points__arrow.arrow__next {
  right: 0;
}
.lp__sp__point {
  width: 65.2rem;
  padding: 0 3.6rem;
}
.lp__sp__point__nbr {
  font-family: BauerBodoniRoman, YuMincho, "Hiragino Mincho ProN",
    "Noto Serif JP", "ＭＳ Ｐ明朝", serif;
  font-size: 2rem;
  color: #b0885d;
  letter-spacing: 0.1em;
}
.lp__sp__point__ttl {
  font-size: 3.4rem;
  line-height: 1.6;
  margin: 1.3rem 0 3.8rem;
  letter-spacing: 0.2em;
}
.lp__sp__point__p {
  font-size: 2.6rem;
  line-height: 2;
  letter-spacing: 0.2em;
  margin-top: 4.9rem;
  text-align: justify;
}
.lp__sp__point__img {
  width: 100%;
  height: 38rem;
  margin-top: 4.7rem;
  display: block;
  pointer-events: none;
}
.lp__sp__point__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.lp__sp__hilton {
  padding: 6rem 0 10rem;
}
.lp__sp__hilton__logo {
  width: 33.9rem;
  margin: 0 auto 4rem;
}
.lp__sp__hilton__ttl {
  font-size: 4.4rem;
  text-align: center;
  color: white;
  letter-spacing: 0.2em;
  line-height: 1.66;
}
.lp__sp__hilton__copy {
  font-size: 3.6rem;
  color: white;
  letter-spacing: 0.2em;
  line-height: 1.8;
  margin: 8rem 0 5rem;
  font-weight: 600;
  padding: 0 4.8rem;
}
.lp__sp__hilton__p {
  font-size: 2.8rem;
  color: white;
  letter-spacing: 0.2em;
  line-height: 2.25;
  text-align: justify;
  font-weight: 600;
  padding: 0 4.8rem;
}
.lp__sp__hilton__slider {
  margin: 4.5rem 0 6.5rem;
  padding-left: 1.2rem;
}
.lp__sp__hilton__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.lp__sp__hilton__slide {
  height: 38rem;
  width: 58rem;
  margin: 0 3.6rem;
}
.lp__sp__hilton__slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}
.lp__sp__hilton__nav {
  margin-top: 3.6rem;
  padding-left: 3.6rem;
}
.lp__sp__hilton__nav li {
  display: inline-block;
  margin: 0 2.4rem 0 0;
}
.lp__sp__hilton__nav li button {
  width: 5.6rem;
  height: 0.2rem;
  background-color: #cccbcc;
  position: relative;
}
.lp__sp__hilton__nav li button:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 20px;
  top: -9px;
}
.lp__sp__hilton__nav li button.is-active {
  background-color: #48322a;
}
.lp__sp__hilton__map {
  margin: 8rem 0 15.2rem auto;
  width: 68.2rem;
  display: block;
}
.lp__sp__hilton__arrow {
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50%;
  height: calc(100% - 10rem);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .lp__sp__hilton__arrow {
    pointer-events: auto;
  }
}
.lp__sp__hilton__arrow.arrow__prev {
  left: 0;
}
.lp__sp__hilton__arrow.arrow__next {
  right: 0;
}
.lp__sp__spot {
  background-color: white;
  padding: 0 0 11.8rem;
}
.lp__sp__spot__slider {
  padding-left: 1.2rem;
  margin-bottom: 1.8rem;
}
.lp__sp__spot__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.lp__sp__spot__slide {
  width: 65.2rem;
  padding: 0 3.6rem;
}
.lp__sp__spot__nbr {
  font-family: BauerBodoniRoman, YuMincho, "Hiragino Mincho ProN",
    "Noto Serif JP", "ＭＳ Ｐ明朝", serif;
  font-size: 2.2rem;
  color: #013f91;
  letter-spacing: 0.1em;
}
.lp__sp__spot__ttl {
  font-size: 3.6rem;
  line-height: 1.6;
  margin: 1.5rem 0 4.2rem;
  letter-spacing: 0.2em;
}
.lp__sp__spot__p {
  font-size: 2.6rem;
  line-height: 2;
  letter-spacing: 0.2em;
  padding: 4rem 0 4.2rem;
  text-align: justify;
}
.lp__sp__spot__picture {
  width: 100%;
  height: 38rem;
  display: block;
}
.lp__sp__spot__picture img {
  pointer-events: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.lp__sp__spot__arrow {
  position: absolute;
  top: 0;
  width: 50%;
  height: calc(100% - 11rem);
  z-index: 2;
}
.lp__sp__spot__arrow.arrow__prev {
  left: 0;
}
.lp__sp__spot__arrow.arrow__next {
  right: 0;
}
.lp__sp__spot__button {
  color: white;
  background-color: #48322a;
  border: 0.4rem solid #48322a;
  padding: 1.1rem 7.8rem 1.1rem 4rem;
  font-family: BauerBodoniRoman, YuMincho, "Hiragino Mincho ProN",
    "Noto Serif JP", "ＭＳ Ｐ明朝", serif;
  font-size: 3.2rem;
  position: relative;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .lp__sp__spot__button:hover {
    border-color: #7e5244;
  }
  .lp__sp__spot__button:hover i {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
}
.lp__sp__spot__button i {
  width: 2rem;
  height: 2rem;
  right: 4rem;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.lp__sp__spot__button i:after,
.lp__sp__spot__button i:before {
  content: "";
  background-color: white;
}
.lp__sp__spot__button i:before {
  height: 0.2rem;
  width: 100%;
}
.lp__sp__spot__button i:after {
  width: 0.2rem;
  height: 100%;
}
.lp__sp__spot__nav {
  width: 70.3rem;
  margin-left: auto;
  position: relative;
}
.lp__sp__spot__nav__point {
  position: absolute;
  width: 4.8rem;
  height: 4.8rem;
  border: 1px solid #043f91;
  border-radius: 50%;
}
.lp__sp__spot__nav__point:first-of-type {
  top: 49.1rem;
  left: 36.8rem;
}
.lp__sp__spot__nav__point:nth-of-type(2) {
  top: 26.3rem;
  left: 14.4rem;
}
.lp__sp__spot__nav__point:nth-of-type(2) {
  top: 6.3rem;
  left: 36.2rem;
}
.lp__sp__spot__nav__point:after,
.lp__sp__spot__nav__point:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #013f91;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.lp__sp__spot__nav__point:before {
  -webkit-transform: translate(-50%, -50%) scale(1.7);
  transform: translate(-50%, -50%) scale(1.7);
  opacity: 0;
}
.lp__sp__spot__nav__point:after {
  -webkit-transform: translate(-50%, -50%) scale(0.36);
  transform: translate(-50%, -50%) scale(0.36);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .lp__sp__spot__nav__point:hover:after {
    -webkit-transform: translate(-50%, -50%) scale(0.6);
    transform: translate(-50%, -50%) scale(0.6);
  }
}
.lp__sp__spot__nav__point.is-active:before {
  -webkit-animation: point 2s cubic-bezier(0.77, 0, 0.175, 1) 0.3s infinite;
  animation: point 2s cubic-bezier(0.77, 0, 0.175, 1) 0.3s infinite;
}
.lp__sp__spot__nav__point.is-active:after {
  -webkit-transform: translate(-50%, -50%) scale(0.7);
  transform: translate(-50%, -50%) scale(0.7);
}
.lp__sp__spot__nav__point span {
  font-family: BauerBodoniRoman, YuMincho, "Hiragino Mincho ProN",
    "Noto Serif JP", "ＭＳ Ｐ明朝", serif;
  font-size: 2.2rem;
  text-align: center;
  top: -4rem;
  white-space: nowrap;
  color: #013f91;
  letter-spacing: 0.07em;
}
.lp__sp__campaign {
  background-color: white;
  padding: 8rem 4.8rem 20rem;
  position: relative;
}
.lp__sp__campaign__link {
  width: 65.4rem;
  height: 22rem;
  position: absolute;
  bottom: 20rem;
  left: 4.8rem;
  display: block;
}
.lp__sp__footer {
  padding: 17rem 0 10rem;
}
.lp__sp__footer__logo {
  width: 60rem;
  margin: 0 auto 5.5rem;
}
.lp__concept {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 15;
  display: none;
  opacity: 0;
}
.lp__concept__inner {
  overflow: auto;
  overscroll-behavior-y: contain;
  width: 100%;
  height: 100%;
  padding: 2.4rem;
}
.lp__concept__inner:after {
  content: "";
  width: 104px;
  height: 60px;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  right: 48px;
  top: 48px;
  background-image: url(/wp-content/themes/arluis/assets/images/fair-cp/miyakojima/modal_close_pc.png);
  display: none;
}
@media screen and (min-width: 768px) {
  .lp__concept__inner {
    padding: 8rem 2.4rem 2.4rem 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .lp__concept__inner:after {
    display: block;
  }
}
.lp__concept__container {
  background-color: white;
  position: relative;
  padding: 13.7rem 4.7rem 25rem;
  width: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .lp__concept__container {
    max-width: 990px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14rem 19rem 14rem 4rem;
  }
}
.lp__concept__logo {
  width: 43.2rem;
  display: block;
  margin: 0 auto 9.2rem;
}
@media screen and (min-width: 768px) {
  .lp__concept__logo {
    width: 235px;
    margin: auto;
  }
}
.lp__concept__p {
  font-size: 2.8rem;
  line-height: 2.85;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 768px) {
  .lp__concept__p {
    width: 420px;
    font-size: 14px;
    line-height: 2.55;
  }
}
.lp__concept__close {
  width: 7rem;
  position: absolute;
  bottom: 10rem;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .lp__concept__close {
    display: none;
  }
}
.lp__gallery {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 15;
  display: none;
  opacity: 0;
}
.lp__gallery__inner {
  overflow: auto;
  overscroll-behavior-y: contain;
  width: 100%;
  height: 100%;
  padding: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.lp__gallery__inner:after {
  content: "";
  width: 104px;
  height: 60px;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  right: 48px;
  top: 48px;
  background-image: url(/wp-content/themes/arluis/assets/images/fair-cp/miyakojima/modal_close_pc.png);
  display: none;
}
@media screen and (min-width: 768px) {
  .lp__gallery__inner:after {
    display: block;
  }
}
.lp__gallery__container {
  position: relative;
  height: 47.4rem;
  width: 100%;
  padding: 0 4.8rem;
}
@media screen and (min-width: 768px) {
  .lp__gallery__container {
    height: 567px;
    padding: 0 54px;
    width: 895px;
  }
}
.lp__gallery__wrapper {
  width: 100%;
  height: 100%;
}
.lp__gallery__item {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.lp__gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.lp__gallery__item.is-active {
  opacity: 1;
}
.lp__gallery__arrow {
  width: 2.8rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
@media screen and (min-width: 768px) {
  .lp__gallery__arrow {
    width: 24px;
  }
}
.lp__gallery__arrow.arrow-next {
  right: 3.1rem;
}
@media screen and (min-width: 768px) {
  .lp__gallery__arrow.arrow-next {
    right: 0;
  }
}
.lp__gallery__arrow.arrow-prev {
  left: 3.1rem;
}
@media screen and (min-width: 768px) {
  .lp__gallery__arrow.arrow-prev {
    left: 0;
  }
}
.lp__gallery__close {
  width: 7rem;
  position: absolute;
  bottom: -13.9rem;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .lp__gallery__close {
    display: none;
  }
}
/*# sourceMappingURL=main.css.map */
