@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]) {
  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,
: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(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;
  user-select: none;
  text-align: center;
}

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

.lp-wrapper {
  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: #000;
  background-color: #d0242c;
  background-image: repeating-linear-gradient(90deg, #d0242c, #d0242c calc(32 / 1366 * 100vw), #c7010b calc(32 / 1366 * 100vw), #c7010b calc(32 / 1366 * 100vw * 2));
}
@media screen and (max-width: 960px) {
  .lp-wrapper {
    background-image: repeating-linear-gradient(90deg, #d0242c, #d0242c calc(32 / 393 * 100vw), #c7010b calc(32 / 393 * 100vw), #c7010b calc(32 / 393 * 100vw * 2));
  }
}
.lp-wrapper.is-modal-open, .lp-wrapper.is-nav-open {
  overflow: hidden;
}

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

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

img {
  vertical-align: bottom;
  max-width: 100%;
  user-select: none;
  pointer-events: none;
}

.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;
  }
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.wrap > header,
.wrap > footer {
  display: none !important;
}

.lp-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
}
.lp-header__nav {
  padding: calc(40 / 1366 * 100vw);
}
.lp-header__nav.is-open {
  translate: 0 0;
}
@media screen and (max-width: 960px) {
  .lp-header__nav {
    width: 100vw;
    background: rgba(255, 249, 231, 0.8);
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    translate: 100% 0;
    transition: 0.4s;
  }
}
.lp-header__nav > ul {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  gap: calc(10 / 1366 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-header__nav > ul {
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: calc(30 / 393 * 100vw);
  }
}
.lp-header__nav > ul a {
  display: block;
}
@media screen and (max-width: 960px) {
  .lp-header__nav > ul a {
    filter: brightness(0);
  }
}
.lp-header__nav > ul a > img {
  height: calc(25 / 1366 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-header__nav > ul a > img {
    height: calc(25 / 393 * 100vw);
  }
}
@media (hover: hover) {
  .lp-header__nav > ul a {
    transition: 0.2s;
  }
  .lp-header__nav > ul a:hover {
    color: #fff;
  }
}
.lp-header .sp-hamburger-button {
  display: none;
  appearance: none;
  background: transparent;
  border: none;
}
@media screen and (max-width: 960px) {
  .lp-header .sp-hamburger-button {
    display: block;
    position: relative;
    width: calc(58 / 393 * 100vw);
    height: calc(20 / 393 * 100vw);
    margin: calc(20 / 393 * 100vw) 0 0 0;
  }
  .lp-header .sp-hamburger-button:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: calc(2 / 393 * 100vw);
    background: white;
    transition: 0.4s;
  }
  .lp-header .sp-hamburger-button:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: calc(2 / 393 * 100vw);
    background: white;
    transition: 0.4s;
  }
  .lp-header .sp-hamburger-button > i {
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    height: calc(2 / 393 * 100vw);
    background: white;
    transition: 0.4s;
  }
}
@media screen and (max-width: 960px) {
  .lp-header .sp-hamburger-button.is-open:before {
    rotate: -405deg;
    top: 50%;
    background-color: #c7000c;
  }
}
@media screen and (max-width: 960px) {
  .lp-header .sp-hamburger-button.is-open:after {
    rotate: 405deg;
    width: 100%;
    top: 50%;
    background-color: #c7000c;
  }
}
@media screen and (max-width: 960px) {
  .lp-header .sp-hamburger-button.is-open > i {
    scale: 0 1;
  }
}

.kv {
  width: 100%;
  height: 100svh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kv .kv__logo {
  width: calc(496 / 1366 * 100vw);
  height: calc(483 / 1366 * 100vw);
}
@media screen and (max-width: 960px) {
  .kv .kv__logo {
    width: calc(290 / 393 * 100vw);
    height: calc(282 / 393 * 100vw);
  }
}
.kv .kv__logo > svg {
  width: 100%;
  height: auto;
}
.kv .kv__logo > svg path {
  stroke: none;
}

.lp-sections {
  margin: calc(100 / 1366 * 100vw) auto;
  max-width: calc(965 / 1366 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-sections {
    max-width: calc(90vw + 4 / 393 * 100vw);
    margin: calc(100 / 393 * 100vw) auto;
  }
}
.lp-sections__contents {
  position: relative;
  background: rgba(255, 255, 255, 0.85);
}
.lp-sections__title {
  height: calc(50 / 1366 * 100vw);
  display: flex;
  justify-content: center;
  margin-bottom: calc(80 / 1366 * 100vw);
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
@media screen and (max-width: 960px) {
  .lp-sections__title {
    height: calc(33 / 393 * 100vw);
    margin-bottom: calc(40 / 393 * 100vw);
  }
}
.lp-sections__title > span {
  position: relative;
}
.lp-sections__title > span:before, .lp-sections__title > span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: calc(91.435 / 1366 * 100vw);
  height: calc(78.836 / 1366 * 100vw);
  background: url(../images/title_decoration.svg) no-repeat center/contain;
  translate: 0 -50%;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .lp-sections__title > span:before, .lp-sections__title > span:after {
    width: calc(45.7175 / 393 * 100vw);
    height: calc(39.418 / 393 * 100vw);
  }
}
.lp-sections__title > span:before {
  right: calc(100% + 24 / 1366 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-sections__title > span:before {
    right: calc(100% + 24 / 393 * 100vw);
  }
}
.lp-sections__title > span:after {
  left: calc(100% + 24 / 1366 * 100vw);
  scale: -1 1;
}
@media screen and (max-width: 960px) {
  .lp-sections__title > span:after {
    left: calc(100% + 24 / 393 * 100vw);
  }
}
.lp-sections__title img {
  max-height: 100%;
}
.lp-sections__title.has-inview > span:before, .lp-sections__title.has-inview > span:after {
  transition: 1s ease-out;
  clip-path: polygon(100% 100%, 100% 100%, 100% 100%, 100% 100%);
}
.lp-sections__title.has-inview.is-inview > span:before, .lp-sections__title.has-inview.is-inview > span:after {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.lp-content-inner {
  background: #fff9e7 url(../images/section_bg_dot.png) repeat top left/calc(16 / 1366 * 100vw) auto;
  padding: calc(16 / 1366 * 100vw / 4);
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-shadow: 0 calc(3 / 1366 * 100vw) calc(3 / 1366 * 100vw) rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 960px) {
  .lp-content-inner {
    background-size: calc(16 / 393 * 100vw) auto;
    padding: calc(16 / 393 * 100vw / 4);
  }
}
.lp-content-inner:before {
  content: "";
  z-index: -1;
  position: absolute;
  width: calc(100% - 16 / 1366 * 100vw / 4 * 2);
  height: calc(100% - 16 / 1366 * 100vw / 4 * 2);
  background: #fff9e7;
  top: calc(16 / 1366 * 100vw / 4);
  left: calc(16 / 1366 * 100vw / 4);
  display: block;
}
@media screen and (max-width: 960px) {
  .lp-content-inner:before {
    width: calc(100% - 16 / 393 * 100vw / 4 * 2);
    height: calc(100% - 16 / 393 * 100vw / 4 * 2);
    top: calc(16 / 393 * 100vw / 4);
    left: calc(16 / 393 * 100vw / 4);
  }
}
.lp-content-inner:after {
  content: "";
  background: url(../images/section_bg_dot.png) repeat-x bottom left/calc(16 / 1366 * 100vw) auto;
  position: absolute;
  left: 0;
  bottom: calc((16 / 1366 * 100vw - 16 / 1366 * 100vw / 4) * -1);
  z-index: -1;
  width: 100%;
  height: calc(16 / 1366 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-content-inner:after {
    background-size: calc(16 / 393 * 100vw) auto;
    bottom: calc((16 / 393 * 100vw - 16 / 393 * 100vw / 4) * -1);
    height: calc(16 / 393 * 100vw);
  }
}

.lp-schedule__list > li .lp-content-inner {
  margin-bottom: calc(10 / 1366 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-schedule__list > li .lp-content-inner {
    margin-bottom: calc(10 / 393 * 100vw);
  }
}
.lp-schedule__calendar {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .lp-schedule__calendar {
    flex-direction: column;
    align-items: stretch;
    padding: 0 calc(10 / 393 * 100vw);
  }
}
.lp-schedule__date {
  width: calc(100 / 1366 * 100vw);
  flex-shrink: 0;
  text-align: center;
  color: #c7000c;
  font-size: calc(35 / 1366 * 100vw);
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "MS 明朝", serif;
}
@media screen and (max-width: 960px) {
  .lp-schedule__date {
    width: 100%;
    text-align: left;
    font-size: calc(25 / 393 * 100vw);
  }
}
.lp-schedule__items {
  flex-grow: 1;
  padding: calc(20 / 1366 * 100vw) 0;
}
@media screen and (max-width: 960px) {
  .lp-schedule__items {
    padding: calc(10 / 393 * 100vw) 0;
  }
}
.lp-schedule__item {
  margin: 0;
  display: flex;
  gap: calc(10 / 1366 * 100vw);
  margin: calc(10 / 1366 * 100vw) 0;
}
@media screen and (max-width: 960px) {
  .lp-schedule__item {
    gap: calc(10 / 393 * 100vw);
    margin: calc(10 / 393 * 100vw) 0;
  }
}
.lp-schedule__item > dt {
  flex-shrink: 0;
}
.lp-schedule__item > dt > time {
  display: block;
  background: #c7000c;
  color: white;
  padding: calc(3 / 1366 * 100vw) calc(10 / 1366 * 100vw) calc(4 / 1366 * 100vw) calc(10 / 1366 * 100vw);
  line-height: 1;
  border-radius: calc(100 / 1366 * 100vw);
  translate: 0 calc(2 / 1366 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-schedule__item > dt > time {
    padding: calc(5 / 393 * 100vw) calc(10 / 393 * 100vw) calc(7 / 393 * 100vw);
    translate: 0 calc(-2 / 393 * 100vw);
  }
}
.lp-schedule__item > dd {
  color: #c7000c;
  flex-grow: 1;
  padding-right: calc(40 / 1366 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-schedule__item > dd {
    padding-right: 0;
  }
}
.lp-schedule__item > dd iframe {
  aspect-ratio: 560/315;
  width: 100%;
  height: auto;
  margin: calc(20 / 1366 * 100vw) 0;
}
@media screen and (max-width: 960px) {
  .lp-schedule__item > dd iframe {
    margin: calc(20 / 393 * 100vw) 0;
  }
}
.lp-schedule__item > dd a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.lp-schedule__item > dd a:hover {
  text-decoration: none;
}
.lp-schedule__item > dd a[href=""] {
  text-decoration: none;
  pointer-events: none;
}
.lp-schedule__item > dd a[target=_blank]:not(:has(img), [href=""]):after {
  content: "↗︎";
}
.lp-schedule__item > dd p:not(:last-of-type) {
  margin-bottom: calc(10 / 1366 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-schedule__item > dd p:not(:last-of-type) {
    margin-bottom: calc(10 / 393 * 100vw);
  }
}
.lp-schedule__item > dd h3,
.lp-schedule__item > dd .is-title {
  font-weight: 600;
  font-size: calc(16 / 1366 * 100vw);
  line-height: 1.3;
  margin-bottom: calc(10 / 1366 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-schedule__item > dd h3,
  .lp-schedule__item > dd .is-title {
    font-size: calc(16 / 393 * 100vw);
    margin-bottom: calc(10 / 393 * 100vw);
  }
}
.lp-schedule__flex-images {
  display: flex;
  flex-wrap: wrap;
  padding-top: calc(10 / 1366 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-schedule__flex-images {
    padding-top: calc(10 / 393 * 100vw);
  }
}
.lp-schedule__flex-images--4 {
  gap: 0 1.33%;
}
@media screen and (max-width: 960px) {
  .lp-schedule__flex-images--4 {
    gap: calc(10 / 393 * 100vw) 4%;
  }
}
.lp-schedule__flex-images--4 a:has(img) {
  transition: 0.2s;
}
.lp-schedule__flex-images--4 a:has(img):hover {
  opacity: 0.6;
}
.lp-schedule__flex-images--4 > * {
  width: 24%;
}
@media screen and (max-width: 960px) {
  .lp-schedule__flex-images--4 > * {
    width: 48%;
  }
}
.lp-schedule__single-image {
  max-width: calc(400 / 1366 * 100vw);
  display: block;
}
.lp-schedule__single-image[href=""] {
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .lp-schedule__single-image {
    max-width: 100%;
  }
}

.lp-music__contents {
  max-width: calc(690 / 1366 * 100vw);
  margin: 0 auto;
  padding: calc(50 / 1366 * 100vw) 0;
  color: #c7000c;
}
@media screen and (max-width: 960px) {
  .lp-music__contents {
    max-width: 100%;
    padding: calc(20 / 393 * 100vw) calc(20 / 393 * 100vw);
  }
}
.lp-music__contents iframe {
  aspect-ratio: 560/315;
  width: 100%;
  height: auto;
  margin-bottom: calc(20 / 1366 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-music__contents iframe {
    margin-bottom: calc(20 / 393 * 100vw);
  }
}
.lp-music__contents h3 {
  font-size: calc(20 / 1366 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-music__contents h3 {
    font-size: calc(18 / 393 * 100vw);
  }
}
.lp-music__contents p {
  margin: 1em 0;
}
.lp-music__item:not(:last-child) {
  margin-bottom: calc(30 / 1366 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-music__item:not(:last-child) {
    margin-bottom: calc(20 / 393 * 100vw);
  }
}
.lp-music__link {
  width: fit-content;
  background: #c7000c;
  color: white;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "MS 明朝", serif;
  font-size: calc(20 / 1366 * 100vw);
  margin: calc(40 / 1366 * 100vw) auto 0 auto;
  display: block;
  padding: calc(14 / 1366 * 100vw) calc(80 / 1366 * 100vw);
  border-radius: calc(100 / 1366 * 100vw);
  line-height: 1.2;
  border: calc(2 / 1366 * 100vw) solid #c7000c;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  .lp-music__link {
    font-size: calc(20 / 393 * 100vw);
    margin: calc(20 / 393 * 100vw) auto 0 auto;
    padding: calc(30 / 1366 * 100vw) calc(60 / 393 * 100vw);
    border-radius: calc(100 / 393 * 100vw);
    border: calc(2 / 393 * 100vw) solid #c7000c;
  }
}
@media (hover: hover) and (pointer: fine) {
  .lp-music__link {
    transition: 0.4s;
  }
  .lp-music__link:hover {
    background: white;
    color: #c7000c;
  }
}

.fanclub-cta {
  margin-top: calc(100 / 1366 * 100vw);
}
@media screen and (max-width: 960px) {
  .fanclub-cta {
    margin-top: calc(50 / 393 * 100vw);
  }
}
.fanclub-cta__text {
  text-align: center;
  color: white;
  margin-bottom: calc(20 / 1366 * 100vw);
}
@media screen and (max-width: 960px) {
  .fanclub-cta__text {
    margin-bottom: calc(20 / 393 * 100vw);
  }
}
.fanclub-cta__link {
  width: fit-content;
  display: block;
  padding: calc(24 / 1366 * 100vw) calc(100 / 1366 * 100vw);
  line-height: 1;
  color: #c7000c;
  background: #fff9e7;
  border-radius: calc(100 / 1366 * 100vw);
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "MS 明朝", serif;
  margin: 0 auto;
  font-size: calc(25 / 1366 * 100vw);
  font-weight: 500;
  border: calc(2 / 1366 * 100vw) solid #fff9e7;
}
@media screen and (max-width: 960px) {
  .fanclub-cta__link {
    padding: calc(20 / 393 * 100vw) calc(60 / 393 * 100vw);
    border-radius: calc(100 / 393 * 100vw);
    font-size: calc(16 / 393 * 100vw);
    border: calc(2 / 393 * 100vw) solid #fff9e7;
  }
}
@media (hover: hover) and (pointer: fine) {
  .fanclub-cta__link {
    transition: 0.4s;
  }
  .fanclub-cta__link:hover {
    background: #c7000c;
    color: #fff9e7;
  }
}
.fanclub-cta__live-banner {
  width: calc(920 / 1366 * 100vw);
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.fanclub-cta__live-banner img {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .fanclub-cta__live-banner {
    width: 80%;
  }
}

@media screen and (max-width: 960px) {
  .lp-fanclub {
    margin-bottom: calc(50 / 393 * 100vw);
  }
}

.lp-footer {
  padding-top: calc(100 / 1366 * 100vw);
  padding-bottom: calc(40 / 1366 * 100vw);
  border: none !important;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .lp-footer {
    padding-top: calc(100 / 393 * 100vw);
    padding-bottom: calc(40 / 393 * 100vw);
    justify-content: center;
  }
}
.lp-footer small {
  font-size: calc(12 / 1366 * 100vw);
  color: #fff9e7;
}
@media screen and (max-width: 960px) {
  .lp-footer small {
    font-size: calc(12 / 393 * 100vw);
  }
}

/*===================================================
	wovn
====================================================*/
.translateBox {
  position: fixed;
  z-index: 90;
  top: 32px;
  left: 32px;
  font-family: "ivyora-display", "Noto Serif JP", serif;
  font-size: 12px;
}

.wovn-languages {
  width: 96px;
  height: 24px;
  cursor: pointer;
  left: auto;
  top: auto;
  bottom: auto;
  right: auto;
  position: relative;
  border: none;
  background: transparent;
}

.wovn-languages .nav-dropdown {
  position: absolute;
  top: 0;
  line-height: 1.4;
  border-bottom: 1px solid #fff;
  text-align: left;
  z-index: 2;
  width: 100%;
  height: 24px;
  max-width: 104px;
  right: 0;
}

.wovn-languages .nav-dropdown .list--language {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.wovn-languages .nav-dropdown .list--language li {
  width: 100%;
  display: none;
  cursor: pointer;
  padding-bottom: 8px;
  padding: 0;
  height: auto;
  font-size: 100%;
}

.wovn-languages .nav-dropdown .list--language li.selected {
  display: block;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.wovn-languages .nav-dropdown::after {
  top: 4px;
  right: 4px;
  border-color: #fff;
}

.wovn-languages.visible .nav-dropdown {
  opacity: 1;
  pointer-events: visible;
  z-index: 1;
  border: none;
  padding: 16px;
  background: #edede8;
  height: auto;
  top: 0;
  bottom: auto;
}

.wovn-languages.visible .nav-dropdown .list--language li {
  display: block;
  border: none;
  cursor: pointer;
  padding-bottom: 10px;
}

.wovn-languages.visible .nav-dropdown::after {
  content: none;
}

.wovn-languages.visible .nav-dropdown .list--language li:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

@media screen and (max-width: 960px) {
  .translateBox {
    max-width: 240px;
    top: 15px;
    left: 20px;
  }
  .wovn-languages .nav-dropdown {
    right: auto;
  }
  .wovn-languages .nav-dropdown::after {
    content: "";
    display: block;
    top: 5px;
    right: 5px;
    width: 9px;
    height: 9px;
    transform: rotate(45deg) translateY(-4.5px);
  }
}
.snsList {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 40px;
  padding-bottom: 10px;
  z-index: 3;
  font-size: 20px;
  color: white;
  display: none;
}

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

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%);
  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;
  }
}

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