@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  word-break: keep-all;
  font-family: "Pretendard", sans-serif;
  color: #666;
  font-size: 13px;
  max-width: 2560px;
  margin: 0 auto !important;
}
@media all and (min-width: 1000.02px) {
  html {
    font-size: 16px;
  }
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title],
dfn[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-size: 1rem;
  font-family: inherit; /* 1 */
  line-height: 1.2; /* 1 */
  margin: 0; /* 2 */
  padding: 0;
  vertical-align: middle;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  border: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Margin, Padding reset
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
select,
optgroup,
button {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
 * HTML5 Tags reset for older browsers
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/*
 * List
 */
ol,
ul,
li {
  padding: 0;
  list-style: none;
}

/**
 * Table
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
 * Blockquote, q
 */
blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

button {
  background: transparent;
  border: none;
  cursor: pointer;
  vertical-align: middle;
  margin: 0;
  cursor: pointer;
  -webkit-appearance: none;
}

input[type=submit], input[type=button], input[type=reset] {
  cursor: pointer;
  -webkit-appearance: none;
}

img,
fieldset {
  border: 0;
  outline: none;
}

img {
  border: 0;
  max-width: 100%;
  vertical-align: top;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

select {
  margin: 0;
  resize: none;
  vertical-align: middle;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  text-overflow: "";
  zoom: 1;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.483887 0.241943L5.99989 5.75794L11.5159 0.241943' stroke='black' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  padding-right: 22px;
}

/* IE 10, 11의 네이티브 화살표 숨기기 */
select::-ms-expand {
  display: none;
}

/* clears the input search 'X' from Internet Explorer */
input[type=search]::-ms-clear,
input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the input search 'X' from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/* Outline */
* {
  outline: none !important;
}

textarea:focus {
  outline: none !important;
}

button:focus {
  outline: none !important;
}

input:focus {
  outline: none !important;
}

/*  https://fonts.google.com/ */
.tab {
  position: relative;
}
.tab .tab-list {
  width: 100%;
  z-index: 100;
  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;
}
.tab .tab-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 2em;
}
.tab .tab-link {
  display: block;
  cursor: pointer;
  background-repeat: no-repeat;
  display: block;
  -webkit-transition: none !important;
  transition: none !important;
}
.tab .tab-link.active {
  text-decoration: underline;
  color: #ca423f;
}
.tab .tab-content {
  display: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media all and (min-width: 1000.02px) {
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background-color: #000;
}
html::-webkit-scrollbar {
  width: 1px;
  height: 1px;
}

body {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
body[data-loading=done] {
  opacity: 1;
}
body * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}

.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media all and (min-width: 1000.02px) {
  .container {
    max-width: 760px;
  }
}

footer {
  padding-top: 40px !important;
}
@media all and (max-width: 1000px) {
  footer .common-footer__logo img {
    max-width: 35%;
  }
}
footer .common-footer__link-wrap {
  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;
  gap: 5px;
  margin-top: 20px;
}
footer .common-footer__link-wrap a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
footer .common-footer__text-wrap {
  margin-top: 15px;
}
footer .common-footer__text-wrap p {
  font-size: 14px;
  color: #767676;
}
footer .common-footer__text-wrap p .mo_br {
  display: none;
}
@media all and (max-width: 1000px) {
  footer .common-footer__text-wrap p .mo_br {
    display: block;
  }
}

.nav__dimmed {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
}
@media all and (min-width: 1000.02px) {
  .nav__dimmed {
    display: none !important;
  }
}

.header {
  z-index: 200;
  position: fixed;
  top: 0;
  width: 265px;
}
.header .logo {
  text-align: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 100%;
  padding: 60px 0 40px;
}
.header .logo img {
  width: 100%;
  max-width: 228px;
}
@media all and (max-width: 1000px) {
  .header .logo {
    padding: 25px 20px 15px;
  }
  .header .logo img {
    width: 85%;
  }
}
.header .nav {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.9);
  height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  text-align: center;
  width: 100%;
  overflow-y: auto;
}
.header .nav::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}
.header .nav::-webkit-scrollbar {
  width: 4px;
}
.header .nav:hover::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.2);
}
.header .nav:hover::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.2);
}
.header .nav__toggle {
  z-index: 3;
  position: absolute;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  top: 0;
  background: url(../images/nav/nav-btn-open-m.webp) no-repeat 50% 50%;
  background-size: cover;
  width: 11.3dvw;
  height: 11.2dvw;
  right: 0;
}
.header .nav__toggle.on {
  right: 11.3dvw;
  background-image: url(../images/nav/nav-btn-close-m.webp);
}
@media all and (min-width: 1000.02px) {
  .header .nav__toggle {
    right: 0;
    width: 50px;
    height: 49px;
    background: url(../images/nav/nav-btn-open.webp);
  }
  .header .nav__toggle.on {
    right: 0;
    background: url(../images/nav/nav-btn-close.webp);
  }
}
.header .nav__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 100vh;
  padding-bottom: 20px;
  width: 100%;
}
.header .nav__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  gap: 15px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .header .nav__btn {
    padding: 0 25px;
  }
}
.header .nav__list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 100%;
  position: relative;
}
.header .nav .nav-item {
  text-align: left;
  font-weight: 500;
}
.header .nav .nav-item .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  font-size: 0;
  padding: 7px 25px;
}
.header .nav .nav-item .link img {
  -webkit-filter: grayscale(100);
          filter: grayscale(100);
  max-width: 63px;
}
.header .nav .nav-item .link span {
  color: #888;
  font-size: clamp(14px, 4.3vw, 20px);
  letter-spacing: -0.05em;
}
.header .nav .nav-item .link:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.header .nav .nav-item .link.active {
  background-color: #4b4c4c;
}
.header .nav .nav-item .link.active img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.header .nav .nav-item .link.active span {
  color: #fff;
}
.header .note-txt {
  font-size: 12px;
  color: #ccc;
}
@media all and (max-width: 1000px) {
  .header {
    width: 72dvw;
  }
  .header .nav__wrap {
    padding-bottom: 4dvw;
  }
}
@media all and (min-width: 1000.02px) {
  .header {
    -webkit-transition: left 500ms;
    transition: left 500ms;
    left: -265px;
  }
  .header.active {
    left: 0 !important;
  }
}
@media all and (max-width: 1000px) {
  .header {
    left: 0;
  }
  .header .nav {
    display: none;
  }
  .header .nav__toggle {
    -webkit-transform: none;
            transform: none;
    right: auto;
    left: 0;
  }
  .header.active .nav {
    display: block;
  }
  .header.active .nav__toggle {
    right: -23%;
    left: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.btnTop {
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.btnTop__wrap {
  display: none;
  position: fixed;
  aspect-ratio: 1;
  background-size: contain;
  z-index: 100;
}
@media all and (min-width: 1000.02px) {
  .btnTop__wrap {
    bottom: 20px;
    right: 20px;
    width: 98px;
  }
}
@media all and (max-width: 1000px) {
  .btnTop__wrap {
    width: 15.1dvw;
    bottom: 10px;
    right: 10px;
  }
}
@media all and (max-width: 1000px) {
  .btnTop {
    background-image: url(../images/btnTop_m.webp);
  }
}
@media all and (min-width: 1000.02px) {
  .btnTop {
    background-image: url(../images/btnTop.webp);
    opacity: 0.7;
  }
  .btnTop:hover {
    opacity: 1;
  }
}

.common-footer {
  overflow: visible;
}
@media all and (max-width: 1000px) {
  .common-footer {
    padding-bottom: 19dvw;
  }
}
.common-footer__txt * {
  font-size: 13px;
}
.common-footer__txt span {
  padding: 0;
}
.common-footer__txt__address:first-child span:first-child {
  margin-right: 3px;
}

.blind {
  backdrop-filter: blur(4px);
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 300;
  text-align: left;
}

.blind--btnClosed {
  display: none;
  position: fixed;
}

.popup__close,
.blind--btnClosed {
  z-index: 500;
  width: 80px;
  height: 80px;
  cursor: pointer;
  right: 0;
  top: 0;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.5858 30.4142C28.3668 31.1953 29.6332 31.1953 30.4142 30.4142C31.1953 29.6332 31.1953 28.3668 30.4142 27.5858L18.6642 15.8358L19 15.5L18.6642 15.1642L30.4142 3.41422C31.1953 2.63317 31.1953 1.36684 30.4142 0.585788C29.6332 -0.195261 28.3668 -0.195261 27.5858 0.585788L15.8358 12.3358L15.5 12L15.1642 12.3358L3.41421 0.585786C2.63316 -0.195262 1.36683 -0.195262 0.585786 0.585786C-0.195262 1.36684 -0.195262 2.63317 0.585786 3.41421L12.3358 15.1642L12 15.5L12.3358 15.8358L0.585786 27.5858C-0.195262 28.3668 -0.195262 29.6332 0.585786 30.4142C1.36684 31.1953 2.63317 31.1953 3.41421 30.4142L15.1642 18.6642L15.5 19L15.8358 18.6642L27.5858 30.4142ZM15.8358 18.6642L18.6642 15.8358L18.3284 15.5L18.6642 15.1642L15.8358 12.3358L15.5 12.6716L15.1642 12.3358L12.3358 15.1642L12.6716 15.5L12.3358 15.8358L15.1642 18.6642L15.5 18.3284L15.8358 18.6642Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 38.75%;
}
@media all and (min-width: 1000.02px) {
  .popup__close,
  .blind--btnClosed {
    opacity: 0.8;
  }
  .popup__close:focus, .popup__close:hover,
  .blind--btnClosed:focus,
  .blind--btnClosed:hover {
    opacity: 1;
  }
}

.popup {
  display: none;
  z-index: 400;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.popup * {
  letter-spacing: -0.05em;
  word-break: keep-all;
}
.popup .popup-container {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popup__close {
  position: absolute;
  top: 0;
  right: 20px;
  -webkit-transform: translateY(calc(-100% - 10px));
          transform: translateY(calc(-100% - 10px));
  width: 31px;
  height: 31px;
  background-size: 31px;
}
@media all and (min-width: 1000.02px) {
  .popup__close {
    right: 0;
  }
}
.popup__scroll {
  max-height: calc(100vh - 100px);
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  padding-right: 0;
  overflow-anchor: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
.popup__scroll::-webkit-scrollbar {
  width: 6px;
}
.popup__scroll::-webkit-scrollbar-track {
  background-color: transparent;
}
.popup__scroll::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.3);
}
.popup__scroll::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}
.popup__wrap {
  position: relative;
  width: 100%;
  max-width: 1200px;
}
.popup__head, .popup__body {
  padding: min(4vw, 20px);
}
.popup__head {
  line-height: 1.1;
  background-color: #ddd;
  color: #111;
}
.popup__head h2 {
  font-size: 1.35rem;
}

.popup--video {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  opacity: 0;
  z-index: -2;
  -webkit-transition: 500ms opacity;
  transition: 500ms opacity;
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
@media all and (max-width: 1000px) {
  .popup--video {
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.popup--video.open {
  z-index: 400;
  opacity: 1;
}
.you_tube {
  background-color: #000;
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 0;
  padding-bottom: 56.25%;
  z-index: 25;
}
.you_tube iframe,
.you_tube object,
.you_tube embed {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}

@media all and (max-width: 1000px) {
  .blind--btnClosed {
    opacity: 0.8;
    width: 11dvw;
    height: 11dvw;
  }
  .popup {
    margin-top: calc((11dvw - 20px) / 2);
  }
  .popup__wrap {
    width: calc(100% - 40px);
  }
  .popup__scroll {
    max-height: calc(100vh - 11dvw - 20px);
    max-height: calc(var(--vh, 1vh) * 100 - 11dvw - 20px);
  }
}
.list-dot li {
  position: relative;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.3em;
}
.list-dot li:nth-child(1) {
  margin-top: 0;
}
.list-dot li:before {
  margin-right: 0.3em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  content: attr(data-dot);
}

#section-main {
  background-image: url(../images/visual/pc-visual-img.webp);
  position: relative;
}
@media screen and (max-width: 1000px) {
  #section-main {
    background-image: url(../images/visual/mo-visual-img.webp);
    aspect-ratio: 1000/2044;
  }
}
#section-main .main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  aspect-ratio: 16/8.5;
}
@media screen and (max-width: 1000px) {
  #section-main .main-content {
    position: absolute;
    top: 77%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    aspect-ratio: auto;
  }
}
#section-main .logo-wrap {
  margin-bottom: 1.17vw;
}
@media screen and (max-width: 1000px) {
  #section-main .logo-wrap {
    display: none;
  }
}
#section-main .btn-wrap {
  display: grid;
  grid-template-areas: "btn1 btn2 btn3";
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  width: 36%;
  margin-bottom: 1.56vw;
}
#section-main .btn-wrap .main-btn {
  width: 100%;
}
#section-main .btn-wrap .main-btn:nth-child(1) {
  grid-area: btn1;
}
#section-main .btn-wrap .main-btn:nth-child(2) {
  grid-area: btn2;
}
#section-main .btn-wrap .main-btn:nth-child(3) {
  grid-area: btn3;
}
#section-main .btn-wrap .main-btn img {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  #section-main .btn-wrap {
    width: 80%;
    grid-template-areas: "btn1 btn2" "btn3 btn3";
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #section-main .btn-wrap .main-btn:nth-child(3) {
    grid-column: 1/span 2;
    width: 50%;
    justify-self: center;
  }
}
#section-main .scr-wrap img {
  -webkit-filter: drop-shadow(0 0 10px #fff);
          filter: drop-shadow(0 0 10px #fff);
  max-width: 13.59vw;
  -webkit-animation: scrollDown infinite alternate 0.8s;
          animation: scrollDown infinite alternate 0.8s;
}
@media screen and (max-width: 1000px) {
  #section-main .scr-wrap img {
    max-width: 43.25vw;
  }
}

@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@keyframes scrollDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
#section-update01 {
  background-image: url(../images/section1/bg-pc.webp);
}

#section-update02 {
  background-image: url(../images/section2/bg-pc.webp);
}
@media screen and (max-width: 1000px) {
  #section-update02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-image: url(../images/section2/bg-mo.webp);
    aspect-ratio: 1000/2120;
  }
}
#section-update02 .costume-content.pc-content {
  display: block;
}
#section-update02 .costume-content.mo-content {
  display: none;
}
@media screen and (max-width: 1000px) {
  #section-update02 .costume-content.pc-content {
    display: none;
  }
  #section-update02 .costume-content.mo-content {
    display: block;
  }
}
#section-update02 .mo-content .title-wrap {
  max-width: 60%;
  margin: 0 auto 30px;
}
#section-update02 #costumeSwiper {
  overflow: hidden;
  padding: 0 20px;
  position: relative;
}
#section-update02 #costumeSwiper .swiper-slide {
  text-align: center;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#section-update02 #costumeSwiper .swiper-slide-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#section-update02 #costumeSwiper .swiper-button {
  top: 37%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#section-update02 #costumeSwiper .swiper-button::after {
  display: none;
}
#section-update02 #costumeSwiper .swiper-pagination {
  display: grid;
  grid-template-areas: ". . . .";
  grid-auto-columns: 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  position: static;
  margin-top: 20px;
}
#section-update02 #costumeSwiper .swiper-pagination-bullet {
  background-color: transparent;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  aspect-ratio: 216/188;
  border-radius: 50%;
  opacity: 1;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  margin: 0;
}
#section-update02 #costumeSwiper .swiper-pagination-bullet-active {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
#section-update02 #costumeSwiper .swiper-pagination-bullet:nth-child(1) {
  background-image: url(../images/section2/btn1.webp);
}
#section-update02 #costumeSwiper .swiper-pagination-bullet:nth-child(2) {
  background-image: url(../images/section2/btn2.webp);
}
#section-update02 #costumeSwiper .swiper-pagination-bullet:nth-child(3) {
  background-image: url(../images/section2/btn3.webp);
}
#section-update02 #costumeSwiper .swiper-pagination-bullet:nth-child(4) {
  background-image: url(../images/section2/btn4.webp);
}
#section-update02 #costumeSwiper .swiper-pagination-bullet:nth-child(5) {
  background-image: url(../images/section2/btn5.webp);
}
#section-update02 #costumeSwiper .swiper-pagination-bullet:nth-child(6) {
  background-image: url(../images/section2/btn6.webp);
}
#section-update02 #costumeSwiper .swiper-pagination-bullet:nth-child(7) {
  background-image: url(../images/section2/btn7.webp);
}
#section-update02 #costumeSwiper .swiper-pagination-bullet:nth-child(8) {
  background-image: url(../images/section2/btn8.webp);
}

#section-event01 {
  background-image: url(../images/section3/bg-pc.webp);
}
@media screen and (max-width: 1000px) {
  #section-event01 {
    background-image: url(../images/section3/bg-mo.webp);
  }
}
#section-event01 .event-link {
  top: 68%;
}
@media screen and (max-width: 1000px) {
  #section-event01 .event-link {
    top: 72%;
  }
}

#section-event02 {
  background-image: url(../images/section4/bg-pc.webp);
}
@media screen and (max-width: 1000px) {
  #section-event02 {
    background-image: url(../images/section4/bg-mo.webp);
  }
}
#section-event02 .event-link {
  top: 71%;
}
@media screen and (max-width: 1000px) {
  #section-event02 .event-link {
    top: 76%;
  }
}

#section-event03 {
  background-image: url(../images/section5/bg-pc.webp);
  position: relative;
}
@media screen and (max-width: 1000px) {
  #section-event03 {
    background-image: url(../images/section5/bg-mo.webp);
  }
}
#section-event03::after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 300px;
  background-image: url(../images/section5/bg-el.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  pointer-events: none;
}
@media screen and (max-width: 1000px) {
  #section-event03::after {
    display: none;
  }
}
#section-event03 .event-link {
  top: 70%;
}
@media screen and (max-width: 1000px) {
  #section-event03 .event-link {
    top: 76%;
  }
}

#contents h1, #contents h2 {
  position: absolute;
  text-indent: -9999px;
  opacity: 0;
}

.section {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 1000px) {
  .section {
    aspect-ratio: auto;
    background-size: cover;
  }
}
.section .event-content {
  position: relative;
}
.section .event-content .event-link {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  aspect-ratio: 371/77;
  background-color: rgba(255, 255, 255, 0.2);
  width: 100%;
  max-width: 19vw;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and (min-width: 1080px) {
  .section .event-content .event-link:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 1000px) {
  .section .event-content .event-link {
    max-width: 57%;
  }
}

#info {
  background-color: #fff;
}

.info-page {
  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;
  width: 100%;
  height: auto;
  min-height: 900px;
  margin: 0 auto;
  text-align: center;
}
@media all and (max-width: 767px) {
  .info-page {
    max-width: 87%;
    width: 87%;
    min-height: 800px;
  }
}
.info-page__inner {
  width: 100%;
  min-width: 90%;
  text-align: center;
}
.info-page__title {
  color: #363636;
  font-size: 30px;
  font-weight: 700;
}
@media all and (max-width: 1000px) {
  .info-page__title {
    font-size: 32px;
    line-height: 37px;
  }
}
.info-page__title span {
  color: #3459b4;
}
.info-page__txt {
  font-size: 16px;
  color: #363636;
}
.info-page__txt a {
  color: #3459b4;
  text-decoration: underline;
}
.info-page__btn {
  display: block;
  min-width: 305px;
  height: 61px;
  margin-top: 39px;
  padding: 2px 5px;
  background: url("../images/info/btn_round.png") no-repeat center center/contain;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  line-height: 55px;
}
@media all and (max-width: 767px) {
  .info-page__btn {
    min-width: 85%;
    width: 85%;
    height: 54px;
    margin: 39px auto 0;
    line-height: 46px;
    background-size: 100% 100%;
  }
}
.info-page .logo {
  display: block;
  width: 234px;
  margin: 0 auto 15px;
}/*# sourceMappingURL=common.css.map */