@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Noto+Sans+KR:wght@100..900&family=Noto+Sans+SC:wght@100..900&family=Noto+Sans+TC:wght@100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 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 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 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: inherit; /* 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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* 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;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

:root {
  --vw: 1vw;
}

html {
  font-size: 62.5%;
}

body {
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  color: #2D2623;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  padding-top: 74px;
}
body.is-fixed {
  position: fixed;
}
@media print, screen and (min-width: 641px) {
  body {
    min-width: 1366px;
  }
}
@media screen and (max-width: 640px) {
  body {
    padding-top: calc(12.8 * var(--vw));
  }
}

button {
  outline: none;
}

img {
  width: 100%;
  height: auto;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-align: none;
}

@media print, screen and (min-width: 641px) {
  .link-sponly {
    color: #fff;
    pointer-events: none;
  }
}
@media print, screen and (min-width: 641px) {
  .show-sp {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .show-pc {
    display: none;
  }
}
.fadeAnimeBefore {
  visibility: hidden;
}

.fadeAnime {
  visibility: visible;
  -webkit-animation-name: fadeAnime;
          animation-name: fadeAnime;
  -webkit-animation-duration: 600ms;
          animation-duration: 600ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes fadeAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
/* ---------------------------------------------------------
header
----------------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1326px;
  background-color: #fff;
  padding: 23px 20px 23px 23px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
@media print, screen and (min-width: 641px) {
  header {
    min-width: 1366px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1326px) {
  header {
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 640px) {
  header {
    width: 100%;
    padding: calc(2.13 * var(--vw)) 0 calc(2.66 * var(--vw)) calc(4.42 * var(--vw));
  }
}
header .logo {
  width: 568px;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  header .logo {
    width: calc(75.73 * var(--vw));
    padding-top: calc(0.26 * var(--vw));
  }
  header .logo img {
    display: block;
    line-height: 1;
  }
}
@media screen and (max-width: 640px) {
  header .btn-menu {
    position: relative;
    width: calc(8.53 * var(--vw));
    height: calc(8 * var(--vw));
    margin-right: calc(2.4 * var(--vw));
  }
  header .btn-menu span {
    position: absolute;
    top: calc(1.6 * var(--vw));
    left: calc(1.6 * var(--vw));
    display: block;
    width: calc(5.33 * var(--vw));
    height: calc(0.53 * var(--vw));
    background-color: #222;
  }
  header .btn-menu span:nth-child(2) {
    top: calc(3.73 * var(--vw));
  }
  header .btn-menu span:last-child {
    top: calc(5.86 * var(--vw));
  }
}
@media screen and (max-width: 640px) {
  header .is-open + .menu {
    opacity: 1;
    visibility: visible;
    pointer-events: inherit;
  }
}
header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 3px;
}
@media screen and (max-width: 640px) {
  header .menu {
    position: absolute;
    top: calc(12.8 * var(--vw));
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: calc(100vh - 12.8 * var(--vw));
    padding-top: 0;
    background-color: #F7F6F0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
  }
}
@media screen and (max-width: 640px) {
  header .menu nav {
    width: 100%;
  }
}
header .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 31px;
  margin-right: 15px;
}
@media screen and (max-width: 640px) {
  header .nav-list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(3.73 * var(--vw)) 0;
    padding: calc(9.6 * var(--vw)) calc(5.33 * var(--vw));
    margin-right: 0;
  }
}
header .nav-list a {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  header .nav-list a {
    font-size: calc(4.53 * var(--vw));
    letter-spacing: 0.04em;
    line-height: 2.4705882353;
  }
}
header .font-size-control {
  height: 24px;
  padding-left: 15px;
  border-left: 1px solid #606060;
}
@media screen and (max-width: 640px) {
  header .font-size-control {
    display: none;
  }
}
header .font-size-control .font-size-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
}
header .font-size-control .font-size-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
header .font-size-control .font-size-list button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 20px;
  height: 22px;
  font-weight: bold;
  padding-bottom: 8px;
  line-height: 1;
}
header .font-size-control .font-size-list button.is-cr::after {
  height: 2px;
}
header .font-size-control .font-size-list button::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #606060;
}
@media screen and (max-width: 640px) {
  header .font-size-control .font-size-list button::after {
    bottom: 0;
  }
}
header .font-size-control .font-size-list li:first-child button {
  font-size: 1rem;
}
header .font-size-control .font-size-list li:first-child button small {
  font-size: inherit;
}
header .font-size-control .font-size-list li:last-child button {
  font-size: 12px;
  font-size: 1.4rem;
}
header .lang-area {
  position: relative;
  height: 24px;
  padding-top: 4px;
  padding-right: 15px;
  border-right: 1px solid #606060;
}
@media screen and (max-width: 640px) {
  header .lang-area {
    width: 100%;
    height: auto;
    padding: 0;
    border: none;
  }
}
header .lang-area .btn-lang {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 68px;
  height: 18px;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  text-indent: -3px;
  padding-top: 1px;
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  header .lang-area .btn-lang {
    display: none;
  }
}
header .lang-area .btn-lang::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #606060;
}
header .lang-area .btn-lang small {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
header .lang-area .btn-lang::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 10px;
  background: url(../image/icon_lang.svg) no-repeat;
  background-size: contain;
}
header .lang-area .lang-list {
  position: absolute;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px 0;
  background-color: #fff;
  padding: 9px;
  border: 1px solid #707070;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 10px;
  display: none;
}
@media screen and (max-width: 640px) {
  header .lang-area .lang-list {
    position: relative;
    left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-transform: none;
            transform: none;
    padding: calc(2.4 * var(--vw));
    margin: calc(0.8 * var(--vw)) calc(5.33 * var(--vw)) 0;
  }
}
header .lang-area .lang-list li:nth-child(3) {
  font-family: "Noto Sans KR", sans-serif;
}
header .lang-area .lang-list li:nth-child(4) {
  font-family: "Noto Sans SC", sans-serif;
}
header .lang-area .lang-list li:nth-child(5) {
  font-family: "Noto Sans TC", sans-serif;
}
header .lang-area .lang-list .is-cr a {
  color: #fff;
  background-color: #606060;
}
@media screen and (max-width: 640px) {
  header .lang-area .lang-list .is-cr a {
    padding: calc(2.13 * var(--vw)) calc(2.93 * var(--vw)) calc(1.86 * var(--vw));
  }
}
header .lang-area .lang-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 58px;
  height: 27px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 640px) {
  header .lang-area .lang-list a {
    width: auto;
    height: auto;
    font-size: calc(3.2 * var(--vw));
    line-height: 1;
    padding: calc(2.13 * var(--vw)) calc(1.6 * var(--vw)) calc(1.86 * var(--vw));
  }
}
header .logo-tmr {
  width: 104.5px;
  margin-left: 15px;
}
@media screen and (max-width: 640px) {
  header .logo-tmr {
    width: calc(27.73 * var(--vw));
    margin: calc(13.33 * var(--vw)) auto 0;
  }
}
header .logo-tmr img {
  display: block;
}
header .btn-close {
  display: none;
}
@media screen and (max-width: 640px) {
  header .btn-close {
    display: block;
    margin-top: auto;
    margin-bottom: calc(10.66 * var(--vw));
  }
}

/* ---------------------------------------------------------
.kv
----------------------------------------------------------*/
.kv {
  width: 1326px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .kv {
    width: calc(94.66 * var(--vw));
  }
}

/* ---------------------------------------------------------
#sec-intro
----------------------------------------------------------*/
#sec-intro {
  width: 1326px;
  text-align: center;
  background-color: #F7F6F0;
  padding: 58px 0 54px;
  margin: 20px auto 0;
}
@media screen and (max-width: 640px) {
  #sec-intro {
    width: calc(94.66 * var(--vw));
    padding: calc(10.13 * var(--vw)) 0 calc(10.66 * var(--vw));
    margin-top: calc(4 * var(--vw));
  }
}
#sec-intro .ttl {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  margin-bottom: 54px;
}
@media screen and (max-width: 640px) {
  #sec-intro .ttl {
    font-size: calc(5.33 * var(--vw));
    letter-spacing: 0.04em;
    line-height: 1.6666666667;
    margin-bottom: calc(6.93 * var(--vw));
  }
}
#sec-intro .txt {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2.1176470588;
  letter-spacing: 0.1em;
  margin-top: 2.1em;
}
@media screen and (max-width: 640px) {
  #sec-intro .txt {
    font-size: calc(3.46 * var(--vw));
    letter-spacing: 0.04em;
    line-height: 1.6923076923;
    margin-top: 1.7em;
  }
}
#sec-intro .txt:nth-child(2) {
  margin-top: 0;
}
/* ---------------------------------------------------------
#sec-map
----------------------------------------------------------*/
#sec-map {
  margin-top: 57px;
  scroll-margin-top: 100px;
}
@media screen and (max-width: 640px) {
  #sec-map {
    margin: calc(10.4 * var(--vw)) calc(2.66 * var(--vw)) 0;
  }
}
#sec-map .ttl {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 38px;
}
@media screen and (max-width: 640px) {
  #sec-map .ttl {
    font-size: calc(5.33 * var(--vw));
    line-height: 1.5;
    margin-bottom: calc(7.46 * var(--vw));
  }
}
#sec-map .floor-block {
  --main-color: #EB949F;
  width: 1248px;
  border: 1px solid var(--main-color);
  padding: 19px 19px 0;
  margin: 20px auto 0;
}
@media screen and (max-width: 640px) {
  #sec-map .floor-block {
    width: 100%;
    padding: calc(4.8 * var(--vw)) calc(2.66 * var(--vw)) 0;
  }
}
#sec-map .floor-block.color2 {
  --main-color: #C9AFD1;
}
#sec-map .floor-block.color3 {
  --main-color: #6D9FC7;
}
#sec-map .floor-block.color4 {
  --main-color: #88ABB4;
}
#sec-map .floor-block.color5 {
  --main-color: #37908E;
}
#sec-map .subttl {
  position: relative;
}
#sec-map .subttl::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 45px;
  height: 45px;
  background-color: var(--main-color);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  #sec-map .subttl::before {
    width: calc(5.33 * var(--vw));
    height: calc(5.33 * var(--vw));
  }
}
@media screen and (max-width: 640px) {
  #sec-map .subttl.is-open .btn-acc {
    margin-bottom: calc(4 * var(--vw));
  }
}
#sec-map .subttl.is-open .btn-acc::before {
  right: 15px;
  width: 14px;
}
@media screen and (max-width: 640px) {
  #sec-map .subttl.is-open .btn-acc::before {
    right: calc(1.33 * var(--vw));
    width: calc(2.66 * var(--vw));
  }
}
#sec-map .subttl.is-open .btn-acc::after {
  opacity: 0;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
#sec-map .subttl .btn-acc {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.19em;
  margin-bottom: 19px;
}
@media screen and (max-width: 640px) {
  #sec-map .subttl .btn-acc {
    font-size: calc(4.26 * var(--vw));
    margin-bottom: calc(5.06 * var(--vw));
  }
}
#sec-map .subttl .btn-acc::before, #sec-map .subttl .btn-acc::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 8px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3s, right 0.3s, width 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, right 0.3s, width 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, right 0.3s, width 0.3s;
  transition: opacity 0.3s, transform 0.3s, right 0.3s, width 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 640px) {
  #sec-map .subttl .btn-acc::before, #sec-map .subttl .btn-acc::after {
    right: calc(1.86 * var(--vw));
    width: calc(1.6 * var(--vw));
    height: calc(0.26 * var(--vw));
  }
}
#sec-map .subttl .btn-acc::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
#sec-map .subttl .btn-acc .floor-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  height: 45px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.06em;
  margin-right: 40px;
}
@media screen and (max-width: 640px) {
  #sec-map .subttl .btn-acc .floor-num {
    width: calc(23.73 * var(--vw));
    height: calc(5.33 * var(--vw));
    font-size: calc(3.46 * var(--vw));
    margin-right: calc(5.06 * var(--vw));
  }
}
#sec-map .subttl .btn-acc .floor-num::before {
  content: "";
  position: absolute;
  display: block;
  width: 200px;
  height: 45px;
  background-color: var(--main-color);
  -webkit-mask-image: url("../image/map/bg_floor_num.svg");
          mask-image: url("../image/map/bg_floor_num.svg");
  z-index: -1;
}
@media screen and (max-width: 640px) {
  #sec-map .subttl .btn-acc .floor-num::before {
    width: calc(23.73 * var(--vw));
    height: calc(5.33 * var(--vw));
    -webkit-mask-size: contain;
            mask-size: contain;
  }
}
#sec-map .acc-inner {
  border-top: 2px solid var(--main-color);
  display: none;
}
#sec-map .map {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1108px;
  margin: 20px auto 0;
}
@media screen and (max-width: 640px) {
  #sec-map .map {
    width: 100%;
  }
}
#sec-map .map img {
  max-width: 917px;
}
#sec-map .map-slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1208px;
  padding: 0 44px;
  padding-bottom: 81px;
  margin: 20px auto 0;
}
@media screen and (max-width: 640px) {
  #sec-map .map-slider {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding: 0 calc(7.2 * var(--vw)) calc(8 * var(--vw));
    margin-top: calc(8 * var(--vw));
  }
}
#sec-map .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
}
#sec-map .slick-list {
  padding-bottom: 6px;
}
#sec-map .map-slide {
  position: relative;
  width: 280px;
  padding: 10px 16px 18px;
}
#sec-map .map-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 6px;
  display: block;
  width: calc(100% - 12px);
  height: 100%;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  #sec-map .map-slide::after {
    left: calc(1.6 * var(--vw));
    width: calc(100% - 3.2 * var(--vw));
  }
}
@media screen and (max-width: 640px) {
  #sec-map .map-slide {
    width: calc(75.2 * var(--vw));
    padding: calc(2.66 * var(--vw)) calc(4.26 * var(--vw)) calc(4.8 * var(--vw));
  }
}
#sec-map .map-slide button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
#sec-map .map-slide button .txt {
  position: relative;
  height: 100%;
}
#sec-map .map-slide button .txt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 13px;
  height: 13px;
  background: url(../image/map/icon_balloon.svg) no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  #sec-map .map-slide button .txt::after {
    width: calc(3.46 * var(--vw));
    height: calc(3.46 * var(--vw));
  }
}
#sec-map .map-slide .txt {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7142857143;
  padding-right: 31px;
  margin-top: 18px;
}
@media screen and (max-width: 640px) {
  #sec-map .map-slide .txt {
    font-size: calc(3.73 * var(--vw));
    padding-right: calc(8 * var(--vw));
    margin-top: calc(4.8 * var(--vw));
  }
}
#sec-map .slick-dots {
  left: 0;
  bottom: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 20px;
}
@media screen and (max-width: 640px) {
  #sec-map .slick-dots {
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    bottom: calc(8 * var(--vw));
    bottom: auto;
    gap: calc(2.66 * var(--vw)) calc(5.33 * var(--vw));
    margin-top: calc(6.4 * var(--vw));
  }
}
#sec-map .slick-dots li {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0;
}
@media screen and (max-width: 640px) {
  #sec-map .slick-dots li {
    width: calc(3.2 * var(--vw));
    height: calc(3.2 * var(--vw));
  }
}
#sec-map .slick-dots li.slick-active button {
  background-color: var(--main-color);
}
#sec-map .slick-dots li button {
  width: 12px;
  height: 12px;
  border: 1px solid var(--main-color);
  border-radius: 50%;
}
@media screen and (max-width: 640px) {
  #sec-map .slick-dots li button {
    width: calc(3.2 * var(--vw));
    height: calc(3.2 * var(--vw));
  }
}
#sec-map .slick-dots li button:before {
  content: none;
}
#sec-map .slick-prev,
#sec-map .slick-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  background-color: var(--main-color);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: -3px;
  margin-top: -44px;
}
@media screen and (max-width: 640px) {
  #sec-map .slick-prev,
  #sec-map .slick-next {
    width: calc(5.33 * var(--vw));
    height: calc(5.33 * var(--vw));
    margin-top: calc(-9.6 * var(--vw));
  }
}
#sec-map .slick-prev::before,
#sec-map .slick-next::before {
  content: "";
  display: block;
  width: 15px;
  height: 5px;
  background: url(../image/map/icon_arrow.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  #sec-map .slick-prev::before,
  #sec-map .slick-next::before {
    width: calc(2.66 * var(--vw));
    height: calc(0.93 * var(--vw));
  }
}
#sec-map .slick-prev {
  left: 0;
}
#sec-map .slick-next {
  right: 0;
}
#sec-map .slick-next::before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

/* ---------------------------------------------------------
#sec-movies
----------------------------------------------------------*/
#sec-movies {
  width: 1326px;
  background-color: #F7F6F0;
  padding-top: 56px;
  padding-bottom: 60px;
  margin: 60px auto 0;
  scroll-margin-top: 100px;
}
@media screen and (max-width: 640px) {
  #sec-movies {
    width: auto;
    padding-top: calc(10.66 * var(--vw));
    padding-bottom: calc(4.8 * var(--vw));
    margin: calc(10.66 * var(--vw)) calc(2.66 * var(--vw)) 0;
  }
}
#sec-movies .ttl {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 38px;
}
@media screen and (max-width: 640px) {
  #sec-movies .ttl {
    font-size: calc(5.33 * var(--vw));
    line-height: 1.5;
    margin-bottom: calc(7.46 * var(--vw));
  }
}
@media screen and (max-width: 640px) {
  #sec-movies .ttl {
    margin-bottom: calc(1.06 * var(--vw));
  }
}
#sec-movies .wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px 8px;
  padding: 0 33px;
}
@media screen and (max-width: 640px) {
  #sec-movies .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(5.33 * var(--vw)) 0;
    padding: calc(6.13 * var(--vw));
  }
}
#sec-movies .block {
  position: relative;
  padding: 10px 16px;
}
#sec-movies .block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 6px;
  display: block;
  width: calc(100% - 12px);
  height: 100%;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  #sec-movies .block::after {
    left: calc(1.6 * var(--vw));
    width: calc(100% - 3.2 * var(--vw));
  }
}
@media screen and (max-width: 640px) {
  #sec-movies .block {
    padding: calc(2.66 * var(--vw)) calc(4.26 * var(--vw));
  }
}
#sec-movies .block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 6px;
  width: calc(100% - 12px);
  height: 100%;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  #sec-movies .block::before {
    left: calc(1.6 * var(--vw));
    width: calc(100% - 3.2 * var(--vw));
  }
}
#sec-movies .block > * {
  position: relative;
}
#sec-movies .block button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
#sec-movies .block .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7142857143;
  margin-top: 18px;
}
@media screen and (max-width: 640px) {
  #sec-movies .block .txt {
    font-size: calc(3.73 * var(--vw));
    margin-top: calc(4.8 * var(--vw));
  }
}
#sec-movies .block .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 277px;
  height: 40px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #606060;
  margin-top: 18px;
}
@media screen and (max-width: 640px) {
  #sec-movies .block .btn {
    width: calc(73.86 * var(--vw));
    height: calc(10.66 * var(--vw));
    font-size: calc(4 * var(--vw));
    margin-top: calc(4.8 * var(--vw));
  }
}
#sec-movies .block .btn::before {
  content: "";
  aspect-ratio: 1/1;
  width: 14px;
  background: url(../image/movies/icon_play.svg) no-repeat;
  background-size: contain;
  margin-right: 7px;
}
@media screen and (max-width: 640px) {
  #sec-movies .block .btn::before {
    width: calc(3.73 * var(--vw));
    margin-right: calc(1.86 * var(--vw));
  }
}

/* ---------------------------------------------------------
#sec-topics
----------------------------------------------------------*/
#sec-topics {
  width: 1326px;
  margin: 58px auto 0;
  scroll-margin-top: 100px;
}
@media screen and (max-width: 640px) {
  #sec-topics {
    width: auto;
    margin: calc(10.66 * var(--vw)) calc(2.66 * var(--vw)) 0;
  }
}
#sec-topics .ttl {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 38px;
  margin-bottom: 36px;
}
@media screen and (max-width: 640px) {
  #sec-topics .ttl {
    font-size: calc(5.33 * var(--vw));
    line-height: 1.5;
    margin-bottom: calc(7.46 * var(--vw));
  }
}
@media screen and (max-width: 640px) {
  #sec-topics .ttl {
    margin-bottom: calc(1.06 * var(--vw));
  }
}
#sec-topics .wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px 8px;
  padding: 0 33px;
}
@media screen and (max-width: 640px) {
  #sec-topics .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(5.33 * var(--vw)) 0;
    padding: calc(6.13 * var(--vw));
  }
}
#sec-topics .block {
  position: relative;
  padding: 10px 16px 8px;
}
#sec-topics .block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 6px;
  display: block;
  width: calc(100% - 12px);
  height: 100%;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  #sec-topics .block::after {
    left: calc(1.6 * var(--vw));
    width: calc(100% - 3.2 * var(--vw));
  }
}
@media screen and (max-width: 640px) {
  #sec-topics .block {
    padding: calc(2.66 * var(--vw)) calc(4.26 * var(--vw)) calc(2.13 * var(--vw));
  }
}
#sec-topics .block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
#sec-topics .block .txt-date {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.4;
  margin-top: 6px;
}
@media screen and (max-width: 640px) {
  #sec-topics .block .txt-date {
    font-size: calc(2.66 * var(--vw));
    margin-top: calc(1.6 * var(--vw));
  }
}
#sec-topics .block .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.7142857143;
  padding-right: 44px;
  margin-top: 3px;
}
@media screen and (max-width: 640px) {
  #sec-topics .block .txt {
    font-size: calc(3.73 * var(--vw));
    padding-right: calc(11.73 * var(--vw));
    margin-top: calc(0.8 * var(--vw));
  }
}
#sec-topics .block .txt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 14px;
  aspect-ratio: 1/1;
  background: url(../image/icon_arrow.svg) no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  #sec-topics .block .txt::after {
    right: calc(2.66 * var(--vw));
    width: calc(3.73 * var(--vw));
  }
}
#sec-topics .block .btn {
  font-family: "Cinzel", "Noto Serif JP", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 277px;
  height: 40px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #606060;
  margin-top: 18px;
}
@media screen and (max-width: 640px) {
  #sec-topics .block .btn {
    width: calc(73.86 * var(--vw));
    height: calc(10.66 * var(--vw));
    font-size: calc(4 * var(--vw));
    margin-top: calc(4.8 * var(--vw));
  }
}

/* ---------------------------------------------------------
.x-area
----------------------------------------------------------*/
.x-area {
  width: 1248px;
  padding: 35px 0 39px;
  margin: 40px auto 0;
  border: 1px solid #B7B7B7;
}
@media screen and (max-width: 640px) {
  .x-area {
    width: calc(79.73 * var(--vw));
    padding: calc(4.8 * var(--vw)) 0 calc(5.33 * var(--vw));
    margin: calc(0 * var(--vw)) auto 0;
  }
}
.x-area .txt {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.875;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .x-area .txt {
    font-size: calc(3.73 * var(--vw));
    line-height: 1.7142857143;
  }
}
.x-area .txt a {
  font-weight: bold;
  padding-bottom: 3px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 640px) {
  .x-area .txt a {
    padding-bottom: calc(0 * var(--vw));
  }
}
.x-area .icon-x {
  width: 30px;
  margin: 27px auto 0;
}
@media screen and (max-width: 640px) {
  .x-area .icon-x {
    width: calc(8 * var(--vw));
    margin-top: calc(4.53 * var(--vw));
  }
}

/* ---------------------------------------------------------
.link-area
----------------------------------------------------------*/
.link-area {
  margin-top: 120px;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .link-area {
    margin-top: calc(16 * var(--vw));
    margin-bottom: calc(5.33 * var(--vw));
  }
}
.link-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 40px;
}
@media screen and (max-width: 640px) {
  .link-area ul {
    gap: 0 calc(8 * var(--vw));
  }
}
.link-area .logo-tmr {
  width: 100px;
}
@media screen and (max-width: 640px) {
  .link-area .logo-tmr {
    width: calc(16 * var(--vw));
  }
}
.link-area .logo-museum {
  width: 100px;
}
@media screen and (max-width: 640px) {
  .link-area .logo-museum {
    width: calc(16 * var(--vw));
  }
}
.link-area .logo-es {
  width: 166px;
}
@media screen and (max-width: 640px) {
  .link-area .logo-es {
    width: calc(26.93 * var(--vw));
  }
}

.pagetop {
  max-width: 1326px;
  margin: 0 auto;
}
.pagetop a {
  position: sticky;
  position: relative;
  display: block;
  width: 60px;
  margin-left: auto;
  margin-right: 20px;
  -webkit-filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 0.24));
          filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 0.24));
}
@media screen and (max-width: 640px) {
  .pagetop a {
    width: calc(10.66 * var(--vw));
    margin-right: calc(2.66 * var(--vw));
  }
}

/* ---------------------------------------------------------
footer
----------------------------------------------------------*/
footer {
  padding-bottom: 18px;
  max-width: 1326px;
  margin: 40px auto 0;
}
@media screen and (max-width: 640px) {
  footer {
    padding-bottom: calc(5.33 * var(--vw));
    margin: calc(5.33 * var(--vw)) calc(2.66 * var(--vw)) 0;
  }
}
footer .footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #3A3E40;
  padding: 34px 0 38px 40px;
}
@media screen and (max-width: 640px) {
  footer .footer-inner {
    display: block;
    padding: calc(10.66 * var(--vw)) 0 calc(10.13 * var(--vw)) calc(7.73 * var(--vw));
  }
}
footer .footer-inner .logo {
  width: 192px;
  padding-top: 6px;
  margin-right: 60px;
}
@media screen and (max-width: 640px) {
  footer .footer-inner .logo {
    width: calc(51.2 * var(--vw));
    padding-top: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  footer .footer-inner .footer-list {
    margin-top: calc(10.13 * var(--vw));
  }
}
footer .footer-inner .footer-list a {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.2857142857;
  letter-spacing: 0.03em;
  color: #fff;
}
@media screen and (max-width: 640px) {
  footer .footer-inner .footer-list a {
    font-size: calc(3.73 * var(--vw));
  }
}
footer .footer-inner .footer-sub-list {
  margin-top: 13px;
}
@media screen and (max-width: 640px) {
  footer .footer-inner .footer-sub-list {
    margin-top: calc(3.46 * var(--vw));
  }
}
footer .footer-inner .footer-sub-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.6666666667;
  color: #fff;
}
@media screen and (max-width: 640px) {
  footer .footer-inner .footer-sub-list a {
    font-size: calc(3.2 * var(--vw));
  }
}
footer .footer-inner .footer-sub-list a::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../image/icon_blank.svg) no-repeat;
  background-size: contain;
  margin-right: 6px;
}
@media screen and (max-width: 640px) {
  footer .footer-inner .footer-sub-list a::before {
    width: calc(2.66 * var(--vw));
    height: calc(2.66 * var(--vw));
    margin-right: calc(1.6 * var(--vw));
  }
}
footer .txt-copy {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.6666666667;
  text-align: center;
  margin-top: 19px;
}
@media screen and (max-width: 640px) {
  footer .txt-copy {
    font-size: calc(2.93 * var(--vw));
    margin-top: calc(5.33 * var(--vw));
  }
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
}

.modal__overlay {
  position: absolute;
  inset: 0;
  background: #F7F6F0;
  opacity: 0.9;
}
.modal__content {
  position: relative;
  z-index: 1;
  width: 850px;
  max-height: 80vh;
  overflow: auto;
  margin: 10vh auto;
  background: #fff;
}
@media screen and (max-width: 640px) {
  .modal__content {
    width: auto;
    max-height: calc(100vh - 10.66 * var(--vw));
    margin: 0 calc(2.66 * var(--vw));
  }
}

.modal__close {
  position: absolute;
  top: 23px;
  right: 20px;
  aspect-ratio: 1/1;
  width: 35px;
  background: url(../image/icon_close.svg) no-repeat;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .modal__close {
    top: calc(5.33 * var(--vw));
    right: calc(5.33 * var(--vw));
    width: calc(6.4 * var(--vw));
  }
}

.js-modal-movie {
  height: 100%;
}
.js-modal-movie .modal__close {
  top: 25px;
  right: 30px;
}
@media screen and (max-width: 640px) {
  .js-modal-movie .modal__close {
    top: calc(5.33 * var(--vw));
    right: calc(5.33 * var(--vw));
  }
}
.js-modal-movie .modal__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.js-modal-movie .modal__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}
.js-modal-movie .modal__body > .js-modal-movie {
  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-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-height: 80vh;
  padding: 28px 0 30px;
  min-height: 0;
}
@media screen and (max-width: 640px) {
  .js-modal-movie .modal__body > .js-modal-movie {
    max-height: calc(100vh - 10.66 * var(--vw));
    padding: calc(4.8 * var(--vw)) 0 0;
  }
}
.js-modal-movie .ttl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.9375;
  padding: 0 100px 0 30px;
  margin-bottom: 27px;
}
@media screen and (max-width: 640px) {
  .js-modal-movie .ttl {
    font-size: calc(3.73 * var(--vw));
    letter-spacing: 0.1em;
    line-height: 1.7142857143;
    padding-left: 0;
    padding-right: calc(14.4 * var(--vw));
    margin-left: calc(5.33 * var(--vw));
    margin-bottom: calc(4.8 * var(--vw));
  }
}
.js-modal-movie .wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  padding: 0 30px;
  overflow-y: auto;
}
@media screen and (max-width: 640px) {
  .js-modal-movie .wrapper {
    padding: 0 calc(5.33 * var(--vw)) calc(4.8 * var(--vw));
  }
}
.js-modal-movie .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.js-modal-movie .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.js-modal-movie .txt {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.7142857143;
  margin-top: 18px;
}
@media screen and (max-width: 640px) {
  .js-modal-movie .txt {
    font-size: calc(3.46 * var(--vw));
    letter-spacing: 0.04em;
    line-height: 1.6923076923;
  }
}

.js-modal-content {
  height: 100%;
}
.js-modal-content .modal__close {
  top: 25px;
  right: 30px;
}
@media screen and (max-width: 640px) {
  .js-modal-content .modal__close {
    top: calc(5.33 * var(--vw));
    right: calc(5.33 * var(--vw));
  }
}
.js-modal-content .modal__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.js-modal-content .modal__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}
.js-modal-content .modal__body > .js-modal-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-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-height: 80vh;
  padding: 28px 0 30px;
  min-height: 0;
}
@media screen and (max-width: 640px) {
  .js-modal-content .modal__body > .js-modal-content {
    max-height: calc(100vh - 10.66 * var(--vw));
    padding: calc(4.8 * var(--vw)) 0 0;
  }
}
.js-modal-content .ttl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.9375;
  padding: 0 100px 0 30px;
  margin-bottom: 27px;
}
@media screen and (max-width: 640px) {
  .js-modal-content .ttl {
    font-size: calc(3.73 * var(--vw));
    letter-spacing: 0.1em;
    line-height: 1.7142857143;
    text-indent: -1.5em;
    padding-right: calc(14.4 * var(--vw));
    padding-left: 1.5em;
    margin-left: calc(5.33 * var(--vw));
    margin-bottom: calc(4.8 * var(--vw));
  }
}
.js-modal-content .wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  display: grid;
  grid-template-columns: 360px 410px;
  gap: 0 20px;
  padding: 0 10px 0 30px;
  overflow-y: auto;
}
@media screen and (max-width: 640px) {
  .js-modal-content .wrapper {
    display: block;
    padding: 0 calc(5.33 * var(--vw)) calc(5.33 * var(--vw));
  }
}
.js-modal-content .left-col .pic + .pic {
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .js-modal-content .left-col .pic + .pic {
    margin-top: calc(2.66 * var(--vw));
  }
}
@media screen and (max-width: 640px) {
  .js-modal-content .right-col {
    margin-top: calc(4.8 * var(--vw));
  }
}
.js-modal-content .right-col .txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .js-modal-content .right-col .txt {
    font-size: calc(3.46 * var(--vw));
    letter-spacing: 0.04em;
    line-height: 1.6923076923;
    margin-bottom: calc(4.26 * var(--vw));
  }
}
.js-modal-content .right-col .subttl {
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  padding-left: 8px;
  border-left: 5px solid #000;
  margin-bottom: 3px;
}
@media screen and (max-width: 640px) {
  .js-modal-content .right-col .subttl {
    font-size: calc(3.2 * var(--vw));
    line-height: 1.2;
  }
}
.js-modal-content .right-col .subtxt {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.8461538462;
}
@media screen and (max-width: 640px) {
  .js-modal-content .right-col .subtxt {
    font-size: calc(3.2 * var(--vw));
    line-height: 1.6666666667;
  }
}
.js-modal-content .right-col .subtxt + .subttl {
  margin-top: 6px;
}
@media screen and (max-width: 640px) {
  .js-modal-content .right-col .subtxt + .subttl {
    margin-top: calc(0.53 * var(--vw));
  }
}
.js-modal-content .right-col .qr-box {
  padding: 9px;
  border: 1px solid #707070;
  margin-top: 26px;
}
@media screen and (max-width: 640px) {
  .js-modal-content .right-col .qr-box {
    padding: 0 0 calc(1.06 * var(--vw));
    border: none;
    border-bottom: calc(0.53 * var(--vw)) solid #000;
    margin-top: calc(5.33 * var(--vw));
  }
}
.js-modal-content .right-col .qr-box a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.js-modal-content .right-col .qr-box a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 11px;
  aspect-ratio: 1/1;
  background: url(../image/icon_blank_black.svg) no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .js-modal-content .right-col .qr-box a::after {
    width: calc(2.66 * var(--vw));
  }
}
.js-modal-content .right-col .qr-box .qr {
  width: 80px;
}
@media screen and (max-width: 640px) {
  .js-modal-content .right-col .qr-box .qr {
    display: none;
  }
}
.js-modal-content .right-col .qr-box .qr-txt {
  width: 280px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  .js-modal-content .right-col .qr-box .qr-txt {
    width: auto;
    font-size: calc(3.2 * var(--vw));
    line-height: 2.25;
    margin-left: 0;
  }
}

.js-modal-map {
  height: 100%;
}
.js-modal-map .modal__content {
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  border: 10px solid #F7F6F0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.js-modal-map .modal__content .modal__body {
  position: relative;
  height: 100%;
}
.js-modal-map .modal__content .ttl {
  height: 82px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.19em;
  padding: 28px 0 0;
}
.js-modal-map .modal__content .map {
  height: calc(100% - 100px);
  padding: 0 70px 30px;
  overflow-y: auto;
}
