@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  max-width: 100%;
}

img {
  vertical-align: bottom;
  width: 100%;
}

body {
  min-width: 320px;
  font-family: "Montserrat", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 20px;
  font-size: min(2.4vw, 20px);
  font-weight: 400;
  line-height: 1.7;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media all and (max-width: 598px) {
  body {
    font-size: 3.6vw;
  }
}
a {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.un_gnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.85);
  font-weight: 400;
  height: 15.3846vw;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .un_gnav {
    height: 11.0677vw;
  }
}
@media screen and (min-width: 1024px) {
  .un_gnav {
    height: 84px;
  }
}
.un_gnav_logo {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 5.1282051282vw;
  height: 15.3846153846vw;
}

@media screen and (min-width: 768px) {
  .un_gnav_logo {
    left: 2.6041666667vw;
    height: 11.0677083333vw;
  }
}
@media screen and (min-width: 1024px) {
  .un_gnav_logo {
    left: 20px;
    height: 84px;
  }
}
.un_gnav_logo img {
  width: 23.0769230769vw;
}

@media screen and (min-width: 768px) {
  .un_gnav_logo img {
    width: 14.0625vw;
  }
}
@media screen and (min-width: 1024px) {
  .un_gnav_logo img {
    width: 120px;
  }
}
.un_gnav_list {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (min-width: 768px) {
  .un_gnav_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.un_gnav_item a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: 30px 0px;
  letter-spacing: 0.06em;
  text-decoration: none;
  font-size: 3.07692vw;
  line-height: 3.84615vw;
}

@media screen and (min-width: 768px) {
  .un_gnav_item a {
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    font-size: 1.5625vw;
    line-height: 1.82292vw;
  }
  .un_gnav_item a:hover {
    color: rgb(174, 159, 134);
  }
}
@media screen and (min-width: 1024px) {
  .un_gnav_item a {
    font-size: 14px;
    line-height: 15px;
  }
}
.un_gnav__lang {
  position: relative;
  padding-right: 4.6153846154vw;
}

@media screen and (min-width: 768px) {
  .un_gnav__lang {
    padding-right: 0;
    margin-right: 3.2552083333vw;
  }
}
@media screen and (min-width: 1024px) {
  .un_gnav__lang {
    margin-right: 30px;
  }
}
.un_gnav__lang_btn {
  position: relative;
  padding: 0;
  margin: 0 0 0 5.1282051282vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: #fff;
  line-height: 1.3;
  height: 5.1282051282vw;
  width: 5.1282051282vw;
}

@media screen and (min-width: 768px) {
  .un_gnav__lang_btn {
    margin: 0 0 0 5.2083333333vw;
    height: 2.8645833333vw;
    width: 7.8125vw;
    border-bottom: solid 2px #ffffff;
  }
}
@media screen and (min-width: 1024px) {
  .un_gnav__lang_btn {
    margin: 0 0 0 40px;
    height: 22px;
    width: 60px;
  }
}
.un_gnav__lang_btn:hover {
  cursor: pointer;
}

.un_gnav__lang_txt {
  display: none;
}

@media screen and (min-width: 768px) {
  .un_gnav__lang_txt {
    display: inline-block;
    font-size: 13px;
  }
}
.un_gnav__lang_viewPc {
  position: absolute;
  right: 0px;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  top: -15px;
  display: none;
}

@media screen and (min-width: 768px) {
  .un_gnav__lang_viewPc {
    display: block;
  }
}
.un_gnav__lang .is_active .un_gnav__lang_viewPc {
  top: 5px;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.un_gnav__lang_viewSp {
  width: 100%;
}

.un_gnav__lang_viewSp img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .un_gnav__lang_viewSp {
    display: none;
  }
}
.un_gnav__ticket {
  width: 20.5128205128vw;
  height: 9.74359vw;
}

@media screen and (min-width: 768px) {
  .un_gnav__ticket {
    width: 19.4010416667vw;
    height: 11.0677vw;
  }
}
@media screen and (min-width: 1024px) {
  .un_gnav__ticket {
    width: 204px;
    height: 84px;
  }
}
.un_gnav__ticket a {
  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%;
  background: rgb(174, 159, 134);
  margin-inline: 0px;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
  .un_gnav__ticket a {
    font-size: 2.5641vw;
  }
}
.un_gnav__ticket a:hover {
  background: #A08B68;
  color: #fff;
}

.un_gnav__ticket_viewPc {
  display: none;
}

@media screen and (min-width: 768px) {
  .un_gnav__ticket_viewPc {
    display: inline;
  }
}
@media screen and (min-width: 768px) {
  .un_gnav__ticket_viewSp {
    display: none;
  }
}
.un_gnav_submenu {
  position: absolute;
  display: none;
  z-index: 99;
  top: 10.2564vw;
  right: 0px;
  padding-top: 2.5641vw;
  padding-bottom: 1.28205vw;
  padding-inline: 5.12821vw;
  background: rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 768px) {
  .un_gnav_submenu {
    top: 6.90104vw;
    padding-top: 1.95312vw;
    padding-bottom: 1.30208vw;
    padding-inline: 1.95312vw;
  }
}
@media screen and (min-width: 1024px) {
  .un_gnav_submenu {
    top: 53px;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-inline: 13px;
  }
}
.un_gnav_submenu a {
  white-space: nowrap;
  height: auto;
  display: block;
  margin-inline: 0px;
  font-size: 2.5641vw;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

@media screen and (min-width: 768px) {
  .un_gnav_submenu a {
    font-size: 1.30208vw;
  }
}
@media screen and (min-width: 1024px) {
  .un_gnav_submenu a {
    font-size: 10px;
  }
}
.un_gnav_submenu a:hover {
  color: rgb(174, 159, 134);
}

.un_gnav_submenu a span {
  display: inline-block;
  width: 100%;
  height: 7.69231vw;
  padding-top: 8px;
}

@media screen and (min-width: 768px) {
  .un_gnav_submenu a span {
    height: 30px;
  }
}
#site-translate-header-wrapper {
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
}

@media (max-width: 767px) {
  .u-hidden-sp {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .u-hidden-pc {
    display: none !important;
  }
}
.u-serif {
  font-family: "Noto Serif JP", serif;
}

.u-sans-serif {
  font-family: "Noto Sans JP", sans-serif;
}

.u-textlink {
  text-decoration: underline;
}/*# sourceMappingURL=common.css.map */