@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  box-sizing: border-box;
}

*:where(:not(fieldset, progress, meter)) {
  border-width: 0;
  border-style: solid;
  background-origin: border-box;
  background-repeat: no-repeat;
}

html {
  block-size: 100%;
  -webkit-text-size-adjust: none;
}

@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  min-block-size: 100%;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, svg, video) {
  block-size: auto;
  max-inline-size: 100%;
}

:where(svg) {
  stroke: none;
  fill: currentColor;
}

:where(svg):where(:not([fill])) {
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

:where(svg):where(:not([width])) {
  inline-size: 5rem;
}

:where(input, button, textarea, select),
:where(input[type=file])::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

:where(textarea) {
  resize: vertical;
}

@supports (resize: block) {
  :where(textarea) {
    resize: block;
  }
}
:where(p, h1, h2, h3, h4, h5, h6, li) {
  overflow-wrap: break-word;
  line-height: inherit;
}

h1 {
  font-size: 2em;
}

:where(ul, ol) {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

:where(a[href],
area,
button,
input,
label[for],
select,
summary,
textarea,
[tabindex]:not([tabindex*="-"])) {
  cursor: pointer;
  touch-action: manipulation;
}

:where(input[type=file]) {
  cursor: auto;
}

:where(input[type=file])::-webkit-file-upload-button {
  cursor: pointer;
}

:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
  cursor: pointer;
}

@media (prefers-reduced-motion: no-preference) {
  :focus-visible {
    transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  }
  :where(:not(:active)):focus-visible {
    transition-duration: 0.25s;
  }
}
:where(:not(:active)):focus-visible {
  outline-offset: 5px;
}

:where(input[type=file])::-webkit-file-upload-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
  text-align: center;
}

:where(button,
button[type],
input[type=button],
input[type=submit],
input[type=reset]),
:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
  text-align: center;
}

:where(button,
button[type],
input[type=button],
input[type=submit],
input[type=reset])[disabled] {
  cursor: not-allowed;
}

html {
  background: white;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  line-height: 1.8;
  font-feature-settings: "palt";
  letter-spacing: 0;
  word-wrap: break-word;
  position: relative;
  color: #fff;
  background: white !important;
}
body.is-modal-open, body.is-nav-open {
  overflow: hidden;
}
body::before {
  display: none;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

a {
  text-decoration: none;
  color: inherit;
}
a:focus, a:hover, a:visited {
  text-decoration: inherit;
}

img {
  max-width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  display: block;
}

.is-sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .is-sp {
    display: block;
  }
}

.is-pc {
  display: block;
}
@media screen and (max-width: 960px) {
  .is-pc {
    display: none;
  }
}

.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.lp-main {
  overflow-x: clip;
}

.header,
.footer {
  display: none;
}

.content--main {
  padding-top: 0;
}
@media screen and (max-width: 960px) {
  .content--main {
    margin-top: 0 !important;
  }
}

.color-caution {
  color: #f00;
}

@property --gradient-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}
.lp-main {
  --gradient-angle: 0deg;
  background: url("/static/produce101s2/feature/2026_DOME_geolocation_page/assets/images/bg.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
@media screen and (max-width: 960px) {
  .lp-main {
    background: url("/static/produce101s2/feature/2026_DOME_geolocation_page/assets/images/bg_sp.png");
  }
}
.lp-main::before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.lp-main__inner {
  max-width: calc(750 / 1500 * 100vw);
  margin: 0 auto;
  background: transparent;
  padding-bottom: calc(10 / 1500 * 100vw);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .lp-main__inner {
    max-width: 100%;
    padding-bottom: calc(10 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
  }
}
.lp-main__heading {
  text-align: center;
  padding: calc(40 / 1500 * 100vw) 0;
  margin-bottom: calc(-20 / 1500 * 100vw);
  margin: 0 auto;
  width: 92%;
  color: #000;
}
@media screen and (max-width: 960px) {
  .lp-main__heading {
    padding: calc(40 / 750 * 100vw) 0;
    margin-bottom: calc(-20 / 750 * 100vw);
  }
}
.lp-main__heading__1 {
  padding-bottom: 0;
}
.lp-main__heading__2 {
  padding-top: 1vw;
}
.lp-main__heading h2 {
  color: #000;
}
.lp-main__bg {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  max-width: calc(750 / 1500 * 100vw);
  translate: -50% 0;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: calc(208 / 1500 * 100vw) auto, calc(147 / 1500 * 100vw) auto, calc(308 / 1500 * 100vw) auto, calc(144 / 1500 * 100vw) auto;
  background-position: 0% 0%, 100% 0%, 0% 96%, 100% 90%;
}
@media screen and (max-width: 960px) {
  .lp-main__bg {
    max-width: 100%;
    left: 0;
    translate: 0 0;
    background-size: calc(208 / 750 * 100vw) auto, calc(147 / 750 * 100vw) auto, calc(308 / 750 * 100vw) auto, calc(144 / 750 * 100vw) auto;
  }
}

@keyframes rotateGradient {
  to {
    --gradient-angle: 360deg;
  }
}
.steps {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(30 / 1500 * 100vw) 0;
  padding: calc(30 / 1500 * 100vw) 4% 0 4%;
  margin-bottom: calc(50 / 1500 * 100vw);
}
@media screen and (max-width: 960px) {
  .steps {
    gap: calc(30 / 750 * 100vw) 0;
    padding: calc(30 / 750 * 100vw) 4% 0 4%;
    margin-bottom: calc(50 / 750 * 100vw);
  }
}

.steps__filters {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

.steps__item {
  position: relative;
  isolation: isolate;
  container-type: inline-size;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: calc(10 / 1500 * 100vw);
  width: 100%;
  max-width: calc(100% - 12 / 1500 * 100vw);
  padding: calc(30 / 1500 * 100vw) calc(30 / 1500 * 100vw);
  border: calc(10 / 1500 * 100vw) solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(100deg, #f5ec72 0%, #e9eaa0 25%, #cfe5ca 57%, #bfe2e6 100%) border-box;
  box-shadow: calc(5 / 1500 * 100vw) calc(8 / 1500 * 100vw) calc(5 / 1500 * 100vw) rgba(0, 0, 0, 0.2);
  color: #000;
}
@media screen and (max-width: 960px) {
  .steps__item {
    gap: calc(10 / 750 * 100vw);
    max-width: calc(100% - 12 / 750 * 100vw);
    padding: calc(30 / 750 * 100vw) calc(30 / 750 * 100vw);
    border: calc(10 / 750 * 100vw) solid transparent;
    box-shadow: calc(5 / 750 * 100vw) calc(8 / 750 * 100vw) calc(5 / 750 * 100vw) rgba(0, 0, 0, 0.2);
  }
}

.steps__border {
  position: absolute;
  z-index: 0;
  inset: calc(-7 / 1500 * 100vw);
  width: calc(100% + 14 / 1500 * 100vw);
  height: calc(100% + 14 / 1500 * 100vw);
  max-width: none;
  overflow: visible;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .steps__border {
    inset: calc(-7 / 750 * 100vw);
    width: calc(100% + 14 / 750 * 100vw);
    height: calc(100% + 14 / 750 * 100vw);
  }
}

.steps__border-base {
  stroke-width: calc(7 / 1500 * 100vw);
}
@media screen and (max-width: 960px) {
  .steps__border-base {
    stroke-width: calc(7 / 750 * 100vw);
  }
}

.steps__border-bumps {
  stroke-width: calc(6 / 1500 * 100vw);
}
@media screen and (max-width: 960px) {
  .steps__border-bumps {
    stroke-width: calc(6 / 750 * 100vw);
  }
}

.steps__title {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  font-size: calc(24 / 1500 * 100vw);
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .steps__title {
    font-size: calc(36 / 750 * 100vw);
  }
}

.steps__body {
  position: relative;
  z-index: 1;
  width: 100%;
  font-size: calc(18 / 1500 * 100vw);
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 960px) {
  .steps__body {
    font-size: calc(26 / 750 * 100vw);
  }
}
.steps__body p {
  margin: 0;
}

.color-caution {
  color: #f00;
}

.steps__link {
  display: block;
  color: #f00;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-position: from-font;
}

.lp-common-box {
  margin: 0 auto calc(50 / 1500 * 100vw) auto;
  width: 92%;
  box-shadow: calc(2 / 1500 * 100vw) calc(2 / 1500 * 100vw) calc(7 / 1500 * 100vw) rgba(0, 0, 0, 0.2);
  background: #000;
  -webkit-backdrop-filter: blur(calc(10 / 1500 * 100vw));
          backdrop-filter: blur(calc(10 / 1500 * 100vw));
}
@media screen and (max-width: 960px) {
  .lp-common-box {
    margin: 0 auto calc(50 / 750 * 100vw) auto;
    box-shadow: calc(2 / 750 * 100vw) calc(2 / 750 * 100vw) calc(7 / 750 * 100vw) rgba(0, 0, 0, 0.2);
  }
}
.lp-common-box__title {
  padding: calc(15 / 1500 * 100vw);
  font-size: calc(20 / 1500 * 100vw);
  font-weight: 500;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 960px) {
  .lp-common-box__title {
    padding: calc(15 / 750 * 100vw);
    font-size: calc(36 / 750 * 100vw);
  }
}
.lp-common-box__inner {
  padding: calc(20 / 1500 * 100vw) 4%;
  font-size: 0.9333333333vw;
}
@media screen and (max-width: 960px) {
  .lp-common-box__inner {
    padding: calc(20 / 750 * 100vw) 4%;
    font-size: 3.4666666667vw;
  }
}
.lp-common-box__subtitle {
  border-left: calc(5 / 1500 * 100vw) solid #fff;
  padding-left: calc(10 / 1500 * 100vw);
  font-size: calc(18 / 1500 * 100vw);
  margin-bottom: calc(20 / 1500 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-common-box__subtitle {
    border-left: calc(10 / 750 * 100vw) solid #fff;
    padding-left: calc(20 / 750 * 100vw);
    font-size: calc(36 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.lp-common-box__subtitle {
  position: relative;
}
.lp-common-box__subtitle:not(:first-child) {
  margin-top: calc(100 / 1500 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-common-box__subtitle:not(:first-child) {
    margin-top: calc(200 / 750 * 100vw);
  }
}
.lp-common-box__subtitle:not(:first-child):before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(2 / 1500 * 100vw);
  background: #fff;
  top: calc(-50 / 1500 * 100vw);
  left: 0;
  translate: 0 50%;
}
@media screen and (max-width: 960px) {
  .lp-common-box__subtitle:not(:first-child):before {
    height: calc(2 / 750 * 100vw);
    top: calc(-100 / 750 * 100vw);
  }
}
@media screen and (max-width: 960px) {
  .lp-common-box__subtitle {
    border-left: calc(5 / 750 * 100vw) solid #000;
    padding-left: calc(10 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
    margin-bottom: calc(20 / 750 * 100vw);
  }
}
.lp-common-box__slider-title {
  background: #fff;
  text-align: center;
  margin-bottom: calc(20 / 1500 * 100vw);
  padding: calc(5 / 1500 * 100vw);
  font-size: calc(14 / 1500 * 100vw);
  color: #000;
}
@media screen and (max-width: 960px) {
  .lp-common-box__slider-title {
    margin-bottom: calc(20 / 750 * 100vw);
    padding: calc(5 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
  }
}

.lp-settings__caution {
  font-size: calc(14 / 1500 * 100vw);
  margin-bottom: calc(20 / 1500 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-settings__caution {
    font-size: calc(26 / 750 * 100vw);
    margin-bottom: calc(20 / 750 * 100vw);
  }
}
.lp-settings__texts {
  margin: calc(20 / 1500 * 100vw) 0;
  font-size: 0.9333333333vw;
}
@media screen and (max-width: 960px) {
  .lp-settings__texts {
    margin: calc(20 / 750 * 100vw) 0;
    font-size: 3.4666666667vw;
  }
}
.lp-settings__texts p {
  margin: calc(20 / 1500 * 100vw) 0;
}
@media screen and (max-width: 960px) {
  .lp-settings__texts p {
    margin: calc(20 / 750 * 100vw) 0;
  }
}

.lp-settings-slider-container {
  position: relative;
  width: calc(100% - 40 / 1500 * 100vw);
  margin: 0 auto calc(10 / 1500 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-settings-slider-container {
    width: calc(100% - 40 / 750 * 100vw);
    margin: 0 auto calc(10 / 750 * 100vw);
  }
}
@media screen and (max-width: 960px) {
  .lp-settings-slider-container {
    width: calc(100% - 120 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .lp-settings-slider-container {
    width: calc(100% - 120 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }
}

.lp-settings-slider {
  width: 100%;
}
.lp-settings-slider__slide figcaption {
  margin-top: calc(10 / 1500 * 100vw);
  font-size: calc(12 / 1500 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-settings-slider__slide figcaption {
    margin-top: calc(20 / 750 * 100vw);
    font-size: calc(22 / 750 * 100vw);
  }
}

.lp-settings-slider__button {
  top: 50%;
  width: calc(30 / 1500 * 100vw);
  height: calc(30 / 1500 * 100vw);
  margin-top: 0;
  color: #fff;
  transform: translateY(-50%);
  background: transparent;
}
@media screen and (max-width: 960px) {
  .lp-settings-slider__button {
    width: calc(30 / 750 * 100vw);
    height: calc(30 / 750 * 100vw);
  }
}
.lp-settings-slider__button::after {
  font-size: calc(16 / 1500 * 100vw);
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .lp-settings-slider__button::after {
    font-size: calc(16 / 750 * 100vw);
  }
}
.lp-settings-slider__button.swiper-button-prev {
  left: calc(-40 / 1500 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-settings-slider__button.swiper-button-prev {
    left: calc(-40 / 750 * 100vw);
  }
}
.lp-settings-slider__button.swiper-button-next {
  right: calc(-40 / 1500 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-settings-slider__button.swiper-button-next {
    right: calc(-40 / 750 * 100vw);
  }
}
@media screen and (max-width: 960px) {
  .lp-settings-slider__button {
    width: calc(50 / 750 * 100vw);
    height: calc(50 / 750 * 100vw);
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .lp-settings-slider__button {
    width: calc(50 / 750 * 100vw);
    height: calc(50 / 750 * 100vw);
  }
}
@media screen and (max-width: 960px) {
  .lp-settings-slider__button::after {
    font-size: calc(28 / 750 * 100vw);
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .lp-settings-slider__button::after {
    font-size: calc(26 / 750 * 100vw);
  }
}
@media screen and (max-width: 960px) {
  .lp-settings-slider__button.swiper-button-prev {
    left: calc(-62 / 750 * 100vw);
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .lp-settings-slider__button.swiper-button-prev {
    left: calc(-62 / 750 * 100vw);
  }
}
@media screen and (max-width: 960px) {
  .lp-settings-slider__button.swiper-button-next {
    right: calc(-62 / 750 * 100vw);
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .lp-settings-slider__button.swiper-button-next {
    right: calc(-62 / 750 * 100vw);
  }
}

.lp-notes__list li {
  text-indent: -0.5em;
  padding-left: 0.5em;
  margin: calc(5 / 1500 * 100vw) 0;
}
@media screen and (max-width: 960px) {
  .lp-notes__list li {
    margin: calc(5 / 750 * 100vw) 0;
  }
}
.lp-notes__list li::before {
  content: "・";
}

.lp-faqs__row {
  margin: calc(10 / 1500 * 100vw) 0;
}
@media screen and (max-width: 960px) {
  .lp-faqs__row {
    margin: calc(20 / 750 * 100vw) 0;
  }
}
.lp-faqs__row dt {
  font-weight: bold;
  margin-bottom: calc(10 / 1500 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-faqs__row dt {
    margin-bottom: calc(20 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
  }
}
.lp-faqs__row dd {
  border-left: 1px solid currentColor;
  padding-left: calc(15 / 1500 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-faqs__row dd {
    padding-left: calc(15 / 750 * 100vw);
  }
}
.lp-faqs__list {
  counter-set: faqlist;
}
.lp-faqs__list li {
  counter-increment: faqlist;
  text-indent: -1em;
  padding-left: 1em;
}
.lp-faqs__list li:before {
  content: counter(faqlist) ".";
}

.fw-b {
  font-weight: bold;
}

.lp-cta {
  display: flex;
  justify-content: center;
  color: #fff;
}
.lp-cta__button {
  background: #000;
  padding: calc(20 / 1500 * 100vw) calc(60 / 1500 * 100vw);
  font-weight: 600;
  transition: 0.2s;
  width: 100%;
  margin-bottom: 20px;
  gap: 0 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.lp-cta__button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 960px) {
  .lp-cta__button {
    padding: 20px;
  }
}
@media screen and (min-width: 961px) {
  .lp-cta__button {
    padding: 20px;
    width: 300px;
  }
}
.lp-cta__button::after {
  content: "";
  background-image: url("/static/produce101s2/feature/2026_DOME_geolocation_page/assets/images//btn.png");
  width: 15px;
  height: 15px;
  background-size: contain;
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .lp-cta__button::after {
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
  }
}

.lp-copyright {
  padding-top: calc(40 / 1500 * 100vw);
  text-align: center;
}

.sub-lead-last {
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .sub-lead-last {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 961px) {
  .cta-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    text-align: center;
    justify-content: center;
  }
}

html {
  scroll-behavior: smooth;
}

/* -----------------------------

vendor style

----------------------------- */
body.is-modal-open {
  overflow: hidden;
}

.modal-container {
  display: none;
}
.modal-container.is-modal-active {
  z-index: 9999;
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
}
.modal-container.is-modal-active .modal-inner {
  animation: showModalContent 0.4s 1 ease-out forwards;
}
.modal-container.is-modal-active-from-right .modal-inner {
  animation: showModalContentFromRight 0.4s 1 ease-out forwards;
}
.modal-container.is-modal-active-from-left .modal-inner {
  animation: showModalContentFromLeft 0.4s 1 ease-out forwards;
}
.modal-container.is-modal-closing .modal-inner {
  animation: closingModalContent 0.2s 1 ease-out forwards;
}
.modal-container.is-modal-closing-to-left .modal-inner {
  animation: closingModalContentToLeft 0.2s 1 ease-in forwards;
}
.modal-container.is-modal-closing-to-right .modal-inner {
  animation: closingModalContentToRight 0.2s 1 ease-in forwards;
}
.modal-container.is-modal-closing .modal-close {
  animation: closingModalBg 0.2s 1 ease forwards;
}
.modal-container .modal-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 20vw;
  max-width: 80vw;
  min-height: 20vh;
  max-height: 90vh;
  margin: 0 auto;
  background: #fff;
  border-radius: 6px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
  pointer-events: all;
  overflow: hidden;
}
.modal-container .modal-content {
  flex: 1;
  min-height: 0;
  padding: 5vw;
  overflow: auto;
}
.modal-container .modal-content img {
  max-width: 100%;
  max-height: 100%;
}
.modal-container .modal-close {
  z-index: 9999;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: none;
  background: transparent;
  text-indent: -9999px;
  pointer-events: all;
  padding: 0;
}
@media screen and (max-width: 960px) {
  .modal-container .modal-close {
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
  }
}
.modal-container .modal-close:before, .modal-container .modal-close:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 40%;
  height: 2px;
  margin: auto;
  background: #000;
  content: "";
}
.modal-container .modal-close:before {
  transform: rotate(45deg);
}
.modal-container .modal-close:after {
  transform: rotate(-45deg);
}
.modal-container .modal-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.modal-container .modal-nav--prev, .modal-container .modal-nav--next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 9998;
  width: 3vw;
  height: 3vw;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
  pointer-events: all;
}
.modal-container .modal-nav--prev:before, .modal-container .modal-nav--next:before {
  display: block;
  position: absolute;
  top: 0.75vw;
  width: 1.5vw;
  height: 1.5vw;
  border-bottom: 2px solid #fff;
  content: "";
}
.modal-container .modal-nav--prev {
  left: 2.5vw;
}
.modal-container .modal-nav--prev:before {
  transform: rotate(45deg);
  left: calc(0.75vw + 2px);
  border-left: 2px solid #fff;
}
.modal-container .modal-nav--next {
  right: 2.5vw;
}
.modal-container .modal-nav--next:before {
  transform: rotate(-45deg);
  left: calc(0.75vw - 2px);
  border-right: 2px solid #fff;
}

.modal-bg {
  z-index: 9998;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.modal-bg:not(.is-bg-kept) {
  animation: showModal 0.4s 1 ease-out forwards;
}
.modal-bg.is-modal-closing {
  animation: closingModalBg 0.2s 1 ease-out forwards;
}

@keyframes showModal {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes showModalContent {
  0% {
    display: none;
    opacity: 0;
    translate: 0 20px;
  }
  1% {
    display: flex;
    opacity: 0;
    translate: 0 20px;
  }
  100% {
    display: flex;
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes showModalContentFromLeft {
  0% {
    display: none;
    opacity: 0;
    translate: -20px 0;
  }
  1% {
    display: flex;
    opacity: 0;
    translate: -20px 0;
  }
  100% {
    display: flex;
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes showModalContentFromRight {
  0% {
    display: none;
    opacity: 0;
    translate: 20px 0;
  }
  1% {
    display: flex;
    opacity: 0;
    translate: 20px 0;
  }
  100% {
    display: flex;
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes closingModalContent {
  0% {
    opacity: 1;
    translate: 0 0;
  }
  100% {
    opacity: 0;
    translate: 0 20px;
  }
}
@keyframes closingModalContentToLeft {
  0% {
    opacity: 1;
    translate: 0 0;
  }
  100% {
    opacity: 0;
    translate: -20px 0;
  }
}
@keyframes closingModalContentToRight {
  0% {
    opacity: 1;
    translate: 0 0;
  }
  100% {
    opacity: 0;
    translate: 20px 0;
  }
}
@keyframes closingModalBg {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}