@charset "UTF-8";

.lp-unique-mv__nav {
  justify-content: flex-end;
  padding-block: 10px;
  text-align: right;
}
.lp-unique-mv__nav-text {
  font-size: 13px;
  text-shadow: 1px 1px 0 #ffffff, -1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px -1px 0 #ffffff, 0 1px 0 #ffffff, 0 -1px 0 #ffffff, -1px 0 0 #ffffff, 1px 0 0 #ffffff;
}
.lp-unique-mv__nav-link {
  display: flex;
  justify-content: flex-end;
  margin-left: 20px;
  gap: 20px;
}
.lp-unique-mv__nav-link-item-link {
  position: relative;
  color: var(--link-color);
  font-size: 13px;
  text-decoration: underline;
}
.lp-unique-mv__nav-link-item-link:hover, .lp-unique-mv__nav-link-item-link:focus, .lp-unique-mv__nav-link-item-link:active {
  text-decoration: none;
}
.lp-unique-mv__hdg {
  margin-inline: -10px;
}
.lp-unique-mv__note {
  text-shadow: 1px 1px 0 #ffffff, -1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px -1px 0 #ffffff, 0 1px 0 #ffffff, 0 -1px 0 #ffffff, -1px 0 0 #ffffff, 1px 0 0 #ffffff;
}
.lp-unique-mv__note > * {
  justify-content: flex-end;
}

.lp-icon-pdf {
  display: inline-block;
  margin-left: 5px;
  padding: 1px 3px;
  transform: translateY(-2px);
  border-radius: 3px;
  background-color: #e60000;
  box-shadow: 0 2px 0 #700000;
  color: #ffffff;
  font-size: 10px;
  text-decoration: none;
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out;
}
.lp-icon-pdf:hover, .lp-icon-pdf:focus, .lp-icon-pdf:active {
  transform: translateY(0);
  box-shadow: 0 0 0 #8b1e06;
}

.lp-unique-link {
  word-wrap: break-word;
  text-decoration: underline;
}

.anc5,
.anc6 {
  position: relative;
  margin: 0 auto 60px;
}

.lp-unique-video-layout {
  width: 100%;
}
.lp-unique-video-layout__link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.lp-unique-video-layout__link:hover, .lp-unique-video-layout__link:focus, .lp-unique-video-layout__link:active {
  opacity: 0.7;
}

.lp-unique-hdg-lv3 {
  width: 100%;
  margin-block: 30px;
  font-size: 28px;
  text-align: center;
}
.lp-unique-hdg-lv3--yellow {
  color: #b89448;
}

.m-lyt-movie {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 56.25%;
}
.m-lyt-movie__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.lp-nav {
  z-index: 3005;
  position: fixed;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
html[data-script-enabled=true] .lp-nav.is-hidden {
  visibility: hidden;
  opacity: 0;
}
.lp-nav__btn-text {
  background-image: url("/lp/finegold/img/icon-arrow-01.svg");
  background-position: right center;
  background-size: 18px 18px;
  background-repeat: no-repeat;
}
.lp-nav__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  transform: translateY(0);
  border-radius: 4px;
  background-color: #b89448;
  box-shadow: 0 5px 0 #92722e;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out;
}
.lp-nav__btn:hover, .lp-nav__btn:focus, .lp-nav__btn:active {
  transform: translateY(5px);
  box-shadow: 0 0 0 #92722e;
}
.lp-nav__body {
  display: flex;
  column-gap: 8px;
  flex-flow: row nowrap;
}

.anc-txt--fs17 {
  font-size: 17px;
}

.str-pagetop.fixed-nav-hidden {
  bottom: 0;
}

@media screen and (min-width: 768px) {
  .lp-unique-mv__inner {
    text-align: right;
  }
  .lp-unique-mv__nav {
    display: flex;
    padding-block: 20px 0;
  }
  .lp-unique-mv__nav-text {
    font-size: 16px;
  }
  .lp-unique-mv__nav-link-item-link {
    font-size: 16px;
  }
  .lp-unique-mv__hdg {
    margin: 0;
  }
  .lp-nav {
    top: 50%;
    right: 0;
    width: 64px;
    margin-top: 0 !important;
    transform: translateY(-50%);
  }
  .lp-nav__btn-text {
    display: inline-block;
    min-width: 24px;
    padding-bottom: 36px;
    background-position: bottom center;
    background-size: 24px 24px;
  }
  .lp-nav__btn {
    width: 100%;
    padding: 24px 10px;
    border-radius: 10px 0 0 10px;
    box-shadow: 0 10px 0 #92722e;
    line-height: 1.3;
    letter-spacing: 3px;
    writing-mode: vertical-rl;
  }
  .lp-nav__btn:hover, .lp-nav__btn:focus, .lp-nav__btn:active {
    transform: translateY(10px);
  }
  .lp-nav__body {
    row-gap: 24px;
    flex-direction: column;
  }
}

@media only screen and (any-hover: none) and (orientation: landscape) and (min-width: 768px) and (max-width: 1000px) {
  .lp-nav__btn-text {
    display: flex;
    align-items: center;
    min-width: 15px;
    padding-bottom: 22px;
    background-size: 15px 15px;
  }
  .lp-nav__btn {
    padding: 13px 5px;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 2px;
  }
  .lp-nav {
    top: 45%;
    width: 45px;
  }
}

@media screen and (max-width: 767px) {
  .lp-unique-mv__nav-text {
    margin-bottom: 5px;
    text-align: right;
  }
  .lp-unique-hdg-lv3 {
    margin-block: 15px;
    font-size: 17px;
  }
  .lp-nav {
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px 16px 13px;
    background-color: #ffffff;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.05);
  }
  html:not([data-script-enabled=true]) .lp-nav {
    position: static;
  }
  .lp-nav__btn-text {
    padding-right: 30px;
  }
  .lp-nav__btn {
    border-radius: 50vh;
  }
  .lp-nav__item {
    flex-grow: 1;
    width: 100%;
  }
  .kome > * {
    flex-shrink: unset;
  }
  .anc-txt--fs17 {
    font-size: 3.7vw;
  }
}

@media screen and (orientation: landscape) and (any-hover: none) {
  .modal__content_inner {
    max-height: 73vh;
  }

  .m-lyt-movie {
    padding-top: 33.25%;
  }
}
