@charset "UTF-8";
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption,
table th,
table td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a img {
  border: none;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button {
  color: inherit;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

@media print {
  html,
  body {
    width: 1600px;
    margin: 0;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  opacity: 0.01;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
html.is-visible {
  opacity: 1;
}
@media print, (min-width: 768px) {
  html {
    overflow: auto scroll;
    font-size: 625%;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    min-height: 100vh;
    font-size: 31.25vw;
  }
  html::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
}

body {
  color: #000;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", "Hiragino Sans", "游ゴシック", yugothic, "Yu Gothic", "メイリオ", meiryo, sans-serif;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  font-weight: 300;
}
@media print, (min-width: 768px) {
  body {
    font-size: 0.16rem;
    line-height: 1.5625;
  }
}
@media only screen and (max-width: 767.98px) {
  body {
    font-size: 0.12rem;
    line-height: 1.5;
  }
}

img,
svg {
  image-rendering: smooth;
  shape-rendering: geometricprecision;
}

.hidden {
  display: none;
}

.trans {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.7;
}

.load {
  opacity: 0.001;
}
html.is-visible .load {
  opacity: 1;
}

@media print, (min-width: 768px) {
  main {
    padding-top: 0.98rem;
  }
}
@media only screen and (max-width: 767.98px) {
  main {
    padding-top: 0.73rem;
  }
}

.image-common {
  display: block;
  width: 100%;
}

.object-common {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 767.98px) {
  .container {
    min-width: 320px;
  }
}

@media print, (min-width: 768px) {
  .wrapper {
    width: calc(100% - 60px);
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .wrapper {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
}

.font-manrope {
  font-family: "Manrope", sans-serif;
}

@media print, (min-width: 768px) {
  .sm {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .md {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

.header-common {
  position: fixed;
  z-index: 110;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}
.header-common .header-inner {
  z-index: 100;
}
.header-common .header-rental {
  position: relative;
}
@media print, (min-width: 768px) {
  .header-common .header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 98px;
    padding: 18px 128px 10px 48px;
  }
  .header-common .header-inner.is-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-common .header-inner.is-outer .list-header-rental {
    pointer-events: none;
  }
  .header-common .header-inner.is-outer .button-header-rental:hover .list-header-rental {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .header-common .header-inner.is-outer .button-header-rental .button-wrapper {
    top: 1px;
  }
  .header-common .header-inner.is-inner {
    display: none;
    position: absolute;
    z-index: 111;
    top: 98px;
    right: 128px;
    width: 688px;
    height: 454px;
    padding: 43px 73px 0;
    overflow: hidden;
    background-color: #ed5a24;
  }
  .header-common .header-inner.is-inner .button-header-burger {
    position: absolute;
    top: 34px;
    right: 21px;
    pointer-events: none;
  }
  .header-common .header-inner.is-inner .button-header-burger.is-active {
    pointer-events: auto;
  }
  .header-common .header-inner.is-inner .button-header-burger.is-active .button-line {
    top: 3px;
    width: 28px;
    height: 2px;
  }
  .header-common .header-inner.is-inner .button-header-burger.is-active .button-line:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header-common .header-inner.is-inner .button-header-burger.is-active .button-line:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header-common .header-inner.is-inner .inner-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 66px;
  }
  .header-common .header-inner.is-inner .navigation-menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 217px;
  }
  .header-common .header-inner.is-inner .header-rental {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 173px;
  }
  .header-common .header-inner.is-inner .button-header-rental {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 48px;
    padding: 9px 12px;
    background-color: #000;
    color: #fff;
    font-size: 0.14rem;
    text-align: center;
  }
  .header-common .header-inner.is-inner .list-header-rental {
    top: 0;
    right: -173px;
    left: unset;
  }
  .header-common .header-rental {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 129px;
  }
}
@media print, (min-width: 768px) and (max-width: 1129.98px) {
  .header-common .header-inner.is-inner {
    right: 0;
    width: 100%;
  }
  .header-common .header-inner.is-inner .button-header-rental {
    display: block;
  }
  .header-common .header-inner.is-inner .button-header-burger {
    right: 48px;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-common {
    border-bottom: 1px solid #c8c8c8;
  }
  .header-common .header-wrapper {
    padding: 0.21rem 0.12rem 0.15rem;
  }
  .header-common .header-inner {
    display: none;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.21rem 0 0.79rem;
    overflow: hidden auto;
    background-color: #ed5a24;
  }
  .header-common .header-inner .logo-header-primary {
    width: 1.5rem;
  }
  .header-common .header-rental {
    width: 1.44rem;
    margin: 0 0.2rem 0.16rem;
  }
}

.list-header-rental {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
}
.list-header-rental.is-active {
  visibility: visible;
  opacity: 1;
}
.list-header-rental .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-header-rental .list-item {
  position: relative;
}
.list-header-rental .list-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ed5a24;
}
.list-header-rental .list-item:last-child::before {
  display: none;
}
.list-header-rental .item-link {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #eee;
  color: #000;
  font-size: 0.13rem;
  line-height: 1.4;
  text-decoration: none;
}
.list-header-rental .link-wrapper {
  position: relative;
}
@media print, (min-width: 768px) {
  .list-header-rental {
    top: 100%;
    left: 0;
    width: 100%;
  }
  .list-header-rental .item-link {
    padding: 5.5px 6px;
    letter-spacing: 0.105em;
  }
  .list-header-rental .item-link:hover {
    background-color: #ed5a24;
    color: #fff;
  }
  .list-header-rental .link-wrapper {
    top: -0.5px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-header-rental {
    right: -1.37rem;
    bottom: -1.62rem;
    width: 1.37rem;
  }
  .is-ios .list-header-rental {
    bottom: -1.286rem;
  }
  .list-header-rental .item-link {
    padding: 0.07rem 0.05rem 0.07rem 0.13rem;
    background-color: #fff;
    letter-spacing: 0.085em;
  }
  .list-header-rental .item-link:hover {
    background-color: #eee;
    color: #ed5a24;
  }
}

.logo-header-primary {
  display: block;
}
@media print, (min-width: 768px) {
  .logo-header-primary {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 234px;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .logo-header-primary {
    width: 1.5rem;
  }
}

.navigation-header-sitemap {
  font-weight: 600;
}
.is-android .navigation-header-sitemap {
  font-weight: 700;
}
.navigation-header-sitemap .navigation-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navigation-header-sitemap .navigation-item:last-child {
  margin: 0;
}
.navigation-header-sitemap .item-link {
  display: inline-block;
  text-decoration: none;
}
@media print, (min-width: 768px) {
  .navigation-header-sitemap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 11px;
  }
  .navigation-header-sitemap .navigation-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .navigation-header-sitemap .navigation-item {
    margin-right: 26px;
    font-size: 0.14rem;
    letter-spacing: 0.05em;
  }
  .navigation-header-sitemap .navigation-item.is-current {
    color: #ed5a24;
  }
}
@media print, (min-width: 1130px) and (max-width: 1199.98px) {
  .navigation-header-sitemap .navigation-item {
    margin-right: 16px;
  }
}
@media print, (min-width: 768px) and (max-width: 1129.98px) {
  .navigation-header-sitemap {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .navigation-header-sitemap .navigation-head {
    padding: 0 0.12rem 0.15rem;
    border-bottom: 1px solid #000;
  }
  .navigation-header-sitemap .navigation-wrapper {
    padding: 0.24rem 0.2rem 0.15rem;
  }
  .navigation-header-sitemap .navigation-item {
    position: relative;
    margin-bottom: 0.05rem;
    padding-left: 0.15rem;
    font-size: 0.151rem;
    font-weight: 300;
    letter-spacing: 0.11em;
  }
  .navigation-header-sitemap .navigation-item::before {
    content: "";
    position: absolute;
    top: 0.11rem;
    left: 0;
    width: 0.09rem;
    height: 1px;
    background-color: #000;
  }
}

@media print, (min-width: 768px) {
  .navigation-header-sitemap.is-outer .item-link {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .navigation-header-sitemap.is-outer .item-link:hover {
    color: #ed5a24;
  }
}

@media print, (min-width: 768px) {
  .navigation-header-sitemap.is-inner {
    padding: 0;
  }
  .navigation-header-sitemap.is-inner .navigation-wrapper {
    display: block;
    margin-top: 5px;
  }
  .navigation-header-sitemap.is-inner .navigation-item {
    position: relative;
    margin-bottom: 3px;
    padding-left: 25px;
    font-size: 0.14rem;
    font-weight: 300;
  }
  .navigation-header-sitemap.is-inner .navigation-item::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 12px;
    height: 1px;
    background-color: #000;
  }
  .is-mac .navigation-header-sitemap.is-inner .navigation-item::before {
    top: 9.5px;
  }
  .navigation-header-sitemap.is-inner .item-link {
    line-height: 1.2;
  }
}
@media print, (min-width: 768px) and (max-width: 1129.98px) {
  .navigation-header-sitemap.is-inner {
    display: block;
  }
}

.button-header-rental {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 11;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  background-color: #ed5a24;
  color: #fff;
  letter-spacing: 0.11em;
  cursor: pointer;
}
.button-header-rental .button-wrapper {
  position: relative;
}
.is-ios .button-header-rental .button-wrapper {
  top: 0.05px;
}
@media print, (min-width: 768px) {
  .button-header-rental {
    width: 100%;
    min-height: 29px;
    padding: 3px 12px 3px 20px;
    font-size: 0.14rem;
  }
  .button-header-rental:hover {
    background-color: #000;
    color: #fff;
  }
}
@media print, (min-width: 768px) and (max-width: 1129.98px) {
  .button-header-rental {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-header-rental {
    min-height: 0.31rem;
    padding: 0.03rem 0.21rem;
    background-color: #000;
    color: #fff;
    font-size: 0.151rem;
  }
}

.button-header-burger {
  position: fixed;
  z-index: 111;
  cursor: pointer;
}
.button-header-burger .button-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #000;
}
@media print, (min-width: 768px) {
  .button-header-burger {
    top: 47px;
    right: 50px;
    width: 30px;
    height: 10px;
  }
  .button-header-burger.is-active {
    pointer-events: none;
  }
  .button-header-burger .button-line:nth-child(1) {
    top: 0;
  }
  .button-header-burger .button-line:nth-child(2) {
    top: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-header-burger {
    top: 0.29rem;
    right: 0.2rem;
    width: 0.18rem;
    height: 0.1rem;
    -webkit-transition: width 0.3s ease, opacity 0.3s ease, right 0.3s ease;
    transition: width 0.3s ease, opacity 0.3s ease, right 0.3s ease;
  }
  .button-header-burger .button-line:nth-child(1) {
    top: 0;
  }
  .button-header-burger .button-line:nth-child(2) {
    top: 0.09rem;
  }
  .button-header-burger.is-active {
    width: 0.28rem;
    right: 0.17rem;
  }
  .button-header-burger.is-active .button-line {
    top: 0.03rem;
  }
  .button-header-burger.is-active .button-line:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .button-header-burger.is-active .button-line:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.list-header-link {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", "Hiragino Sans", "游ゴシック", yugothic, "Yu Gothic", "メイリオ", meiryo, sans-serif;
}
.list-header-link .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-header-link .list-item {
  position: relative;
}
.list-header-link .list-item::before {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  background-color: #000;
}
.list-header-link .list-item:last-child {
  margin-bottom: 0;
}
.list-header-link .item-link {
  display: inline-block;
}
@media print, (min-width: 768px) {
  .list-header-link {
    margin-top: 5px;
  }
  .list-header-link .list-item {
    margin-bottom: 2px;
    padding-left: 22px;
  }
  .list-header-link .list-item::before {
    top: 12px;
    width: 12px;
  }
  .list-header-link .item-link {
    font-size: 0.14rem;
    letter-spacing: 0.16em;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-header-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0.2rem;
  }
  .list-header-link .list-wrapper {
    width: calc(50% - 0.04rem);
  }
  .list-header-link .list-item {
    margin-bottom: -0.02rem;
    padding-right: 0.07rem;
    padding-left: 0.13rem;
  }
  .list-header-link .list-item::before {
    top: 0.08rem;
    width: 0.09rem;
  }
  .is-ios .list-header-link .list-item::before {
    top: 0.09rem;
  }
  .list-header-link .item-link {
    font-size: 0.1rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }
}

.header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #000;
}
.header-contact .contact-title {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.header-contact .information-mail {
  font-weight: 700;
  font-family: "Manrope", sans-serif;
}
.header-contact .information-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
}
.header-contact .information-time {
  position: relative;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", "Hiragino Sans", "游ゴシック", yugothic, "Yu Gothic", "メイリオ", meiryo, sans-serif;
}
.header-contact .mail-link {
  font-weight: 700;
  text-decoration: none;
}
@media print, (min-width: 768px) {
  .header-contact {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 18px 0 16px;
  }
  .header-contact .contact-title {
    top: -1px;
    width: 84px;
    font-size: 0.14rem;
    letter-spacing: 0.13em;
  }
  .is-mac .header-contact .contact-title {
    top: 1px;
  }
  .header-contact .contact-information {
    margin-top: -4px;
    padding-left: 20px;
  }
  .header-contact .phone-number {
    margin: 0 6px;
    font-size: 0.19rem;
    letter-spacing: 0.1em;
  }
  .header-contact .information-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: -4px;
  }
  .header-contact .information-phone {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 0.19rem;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  .header-contact .information-time {
    margin-right: -15px;
    font-size: 0.13rem;
    letter-spacing: 0.06em;
  }
  .is-mac .header-contact .information-time {
    top: 1px;
  }
  .header-contact .information-mail {
    font-size: 0.12rem;
    letter-spacing: 0.02em;
  }
  .header-contact .mail-link {
    margin-left: 3px;
    font-size: 0.15rem;
    letter-spacing: 0.02em;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-contact {
    margin: 0.16rem 0.2rem;
    padding: 0.14rem 0 0.1rem;
    border-bottom: 1px solid #000;
  }
  .header-contact .contact-title {
    width: 1rem;
    font-size: 0.1159rem;
    letter-spacing: 0.23em;
  }
  .header-contact .contact-title::before {
    content: "";
    position: absolute;
    top: 0.03rem;
    right: 0.12rem;
    width: 0.06rem;
    height: 0.11rem;
    background: url("../img/common/icon_arrow_01.svg") center/100% auto no-repeat;
  }
  .header-contact .contact-information {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: -0.03rem;
  }
  .header-contact .information-phone {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 0.1611rem;
    letter-spacing: 0.118em;
  }
  .header-contact .information-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -0.02rem;
    font-size: 0.0867rem;
    letter-spacing: 0.04em;
  }
  .header-contact .phone-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .header-contact .information-mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 0.1167rem;
    font-weight: 500;
    font-size: 0.0933rem;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .header-contact .mail-link {
    font-size: 0.1167rem;
    letter-spacing: 0.2em;
  }
}

.header-social .social-image {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media print, (min-width: 768px) {
  .header-social {
    position: absolute;
    right: 76px;
    bottom: 152px;
  }
  .header-social .social-image {
    width: 155px;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0.2rem;
  }
  .header-social .social-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 1.05rem;
    margin-right: 0.49rem;
  }
  .header-social .social-image {
    width: 1.25rem;
  }
}

.header-overlay {
  position: fixed;
  z-index: 102;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
.header-overlay.is-active {
  opacity: 1;
  pointer-events: all;
}

body.is-menu-open .header-overlay {
  opacity: 1;
  pointer-events: all;
}

.footer-common {
  position: relative;
  background-color: #e2e2e2;
}
.footer-common .information-wrapper {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.footer-common .information-title {
  font-size: 0.15rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-align: center;
}
.is-android .footer-common .information-title {
  font-weight: 700;
}
.footer-common .social-image,
.footer-common .social-link {
  display: block;
  width: 100%;
}
@media print, (min-width: 768px) {
  .footer-common {
    padding: 92px 0 16px;
  }
  .footer-common .footer-viewport {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 90px;
  }
  .footer-common .footer-information {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 300px;
    margin-top: 8px;
  }
  .footer-common .footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -30px;
    padding-left: 138px;
  }
  .footer-common .footer-social {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 150px;
    margin-top: 3px;
  }
  .footer-common .information-wrapper {
    padding: 25px 0 30px;
  }
  .footer-common .information-title {
    margin-bottom: 12px;
  }
  .footer-common .social-image {
    width: 147px;
    margin-bottom: 20px;
  }
  .footer-common .information-inner {
    margin-left: 20px;
  }
}
@media print, (min-width: 768px) and (max-width: 1279.98px) {
  .footer-common .footer-inner {
    padding-left: 120px;
  }
}
@media print, (min-width: 768px) and (max-width: 1023.98px) {
  .footer-common .logo-footer-primary {
    margin-bottom: 35px;
  }
  .footer-common .footer-information {
    margin: 0 auto 50px;
  }
  .footer-common .footer-inner {
    max-width: 610px;
    margin: 0 auto;
    padding: 0;
  }
  .footer-common .footer-viewport {
    display: block;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-common {
    padding: 0.38rem 0 0.13rem;
  }
  .footer-common .wrapper {
    padding: 0 0.33rem;
  }
  .footer-common .footer-information {
    margin-bottom: 0.25rem;
  }
  .footer-common .footer-viewport {
    padding-bottom: 0.28rem;
  }
  .footer-common .footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-common .information-wrapper {
    padding: 0.16rem 0 0.18rem;
  }
  .footer-common .information-title {
    margin-bottom: 0.09rem;
    font-size: 0.1rem;
  }
  .footer-common .information-mail {
    font-size: 0.093rem;
  }
  .footer-common .mail-link {
    font-size: 0.117rem;
  }
  .footer-common .footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-common .social-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 1.05rem;
    margin-right: 0.18rem;
  }
  .footer-common .information-inner {
    padding: 0 15px 0 46px;
  }
}

.logo-footer-primary {
  display: block;
}
@media print, (min-width: 768px) {
  .logo-footer-primary {
    width: 299px;
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 767.98px) {
  .logo-footer-primary {
    width: 2.04rem;
    margin: 0 auto 0.25rem;
  }
}

.navigation-footer-sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navigation-footer-sitemap .navigation-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navigation-footer-sitemap .navigation-item {
  position: relative;
}
.navigation-footer-sitemap .navigation-item::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0.09rem;
  height: 1px;
  background-color: #000;
}
.navigation-footer-sitemap .navigation-item:last-child {
  margin-bottom: 0;
}
.navigation-footer-sitemap .item-link {
  display: inline-block;
  letter-spacing: 0.11em;
}
.navigation-footer-sitemap .item-link.font-manrope {
  font-weight: 500;
}
@media print, (min-width: 768px) {
  .navigation-footer-sitemap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 30px;
  }
  .navigation-footer-sitemap .navigation-wrapper {
    width: 185px;
  }
  .navigation-footer-sitemap .navigation-item {
    margin-bottom: 11px;
    padding-left: 21px;
  }
  .navigation-footer-sitemap .navigation-item::before {
    top: 12px;
  }
  .navigation-footer-sitemap .item-link {
    font-size: 0.14rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .navigation-footer-sitemap {
    margin-bottom: 0.25rem;
  }
  .navigation-footer-sitemap .navigation-wrapper {
    width: 1.23rem;
  }
  .navigation-footer-sitemap .navigation-wrapper:nth-child(2) {
    width: 1.45rem;
  }
  .navigation-footer-sitemap .navigation-item {
    margin-bottom: 0.07rem;
    padding-left: 0.16rem;
  }
  .navigation-footer-sitemap .navigation-item::before {
    top: 0.08rem;
  }
  .navigation-footer-sitemap .item-link {
    font-size: 0.11rem;
  }
}

.footer-copyright {
  font-weight: 600;
  text-align: center;
}
.is-android .footer-copyright {
  font-weight: 700;
}
.footer-copyright .copyright-wrapper {
  position: relative;
}
@media print, (min-width: 768px) {
  .footer-copyright {
    font-size: 0.12rem;
    letter-spacing: 0.11em;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-copyright {
    margin: 0 -0.15rem;
    font-size: 0.06rem;
    letter-spacing: 0.084em;
  }
}

.paragraph-footer-contact {
  position: relative;
}
.paragraph-footer-contact .paragraph-viewport,
.paragraph-footer-contact .paragraph-wrapper {
  position: relative;
}
.paragraph-footer-contact .paragraph-wrapper {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
  word-break: break-all;
  white-space: pre-line;
}
.paragraph-footer-contact .paragraph-phone {
  display: inline-block;
  width: 100%;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
}
.paragraph-footer-contact .paragraph-schedule {
  display: inline-block;
  position: relative;
  top: -0.03rem;
  width: 100%;
}
.paragraph-footer-contact .phone-wrapper {
  position: relative;
}
.paragraph-footer-contact .paragraph-email {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: "Manrope", sans-serif;
}
.paragraph-footer-contact .email-label {
  position: relative;
  font-weight: 500;
}
.paragraph-footer-contact .email-wrapper {
  position: relative;
  font-weight: 700;
}
@media print, (min-width: 768px) {
  .paragraph-footer-contact {
    padding: 0 14px;
  }
  .paragraph-footer-contact .paragraph-phone {
    font-size: 0.2417rem;
    letter-spacing: 0.138em;
    line-height: 1.3243690525;
  }
  .paragraph-footer-contact .phone-wrapper {
    letter-spacing: 0.11em;
  }
  .paragraph-footer-contact .paragraph-schedule {
    font-size: 0.13rem;
    letter-spacing: 0.04em;
    line-height: 1.8923076923;
  }
  .paragraph-footer-contact .phone-label {
    margin-right: 0;
  }
  .paragraph-footer-contact .email-label {
    top: -2px;
    margin-right: 7px;
    font-size: 0.14rem;
    line-height: 1.2;
  }
  .paragraph-footer-contact .email-wrapper {
    font-size: 0.1751rem;
    letter-spacing: 0.1em;
    line-height: 1.37178755;
  }
}
@media only screen and (max-width: 767.98px) {
  .paragraph-footer-contact {
    padding: 0 0.35rem;
  }
  .paragraph-footer-contact .paragraph-phone {
    font-size: 0.16rem;
    letter-spacing: 0.138em;
    line-height: 1.3243690525;
  }
  .paragraph-footer-contact .phone-wrapper {
    letter-spacing: 0.11em;
  }
  .paragraph-footer-contact .paragraph-schedule {
    font-size: 0.0867rem;
    letter-spacing: 0.04em;
    line-height: 1.8915801615;
  }
  .paragraph-footer-contact .phone-label {
    margin-right: 0;
  }
  .paragraph-footer-contact .paragraph-email {
    top: -0.02rem;
  }
  .paragraph-footer-contact .email-label {
    margin-right: 0.06rem;
    font-size: 0.0933rem;
    line-height: 1.2004287245;
  }
  .paragraph-footer-contact .email-wrapper {
    font-size: 0.1167rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.2005141388;
  }
}

.button-common-skip {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  clip-path: inset(50%);
}

.button-common-skip:focus {
  display: block;
  z-index: 100;
  top: 0.05rem;
  left: 0.05rem;
  width: auto;
  height: auto;
  padding: 0.15rem 0.23rem 0.14rem;
  clip: auto;
  background-color: #eee;
  color: #444;
  font-size: 1em;
  line-height: normal;
  text-decoration: none;
  clip-path: none;
}

.button-common-top {
  visibility: hidden;
  position: fixed;
  z-index: 10;
  bottom: 0.8rem;
  -webkit-transition: opacity 0.3s ease, top 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, top 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
}
.button-common-top.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.button-common-top.is-stuck {
  position: absolute;
}
@media print, (min-width: 768px) {
  .button-common-top {
    right: 45px;
    width: 75px;
    height: 75px;
  }
  .button-common-top.is-stuck {
    top: -105px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-top {
    right: 0.2rem;
    width: 0.49rem;
    height: 0.49rem;
  }
  .button-common-top.is-stuck {
    top: -0.65rem;
  }
}

.button-common-primary {
  display: block;
  background-color: #ed5a24;
  color: #fff;
  letter-spacing: 0.118em;
  font-weight: 600;
  text-align: center;
}
.is-android .button-common-primary {
  font-weight: 700;
}
.button-common-primary .button-wrapper {
  position: relative;
}
.is-ios .button-common-primary .button-wrapper {
  top: 1px;
}
@media print, (min-width: 768px) {
  .button-common-primary {
    width: 119px;
    padding: 10px 10px 10px 13px;
    border-radius: 7px;
    font-size: 0.15rem;
    line-height: 1.2;
  }
  .button-common-primary .button-wrapper {
    top: 1px;
  }
  .is-firefox .button-common-primary .button-wrapper {
    top: 0.5px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-primary {
    width: 0.79rem;
    padding: 0.06rem 0.04rem 0.06rem 0.09rem;
    border-radius: 0.04rem;
    font-size: 0.1rem;
    line-height: 1.2;
  }
}

.title-common-page {
  position: relative;
  letter-spacing: 0.118em;
  line-height: 1.4;
  font-weight: 600;
}
.is-android .title-common-page {
  font-weight: 700;
}
.title-common-page::before {
  content: "";
  position: absolute;
  left: 0;
  height: 0.02rem;
}
@media print, (min-width: 768px) {
  .title-common-page {
    padding: 0 40px 8px;
    font-size: 0.32rem;
    text-align: center;
  }
  .title-common-page::before {
    bottom: 0;
    width: 100%;
    background-color: #e2e2e2;
  }
  .title-common-page.no-border::before {
    background-color: transparent;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-page {
    padding-left: 0.2rem;
    font-size: 0.21rem;
  }
  .title-common-page::before {
    top: 0.14rem;
    width: 0.12rem;
    background-color: #000;
  }
}

.title-common-tertiary {
  background-color: #eee;
  font-weight: 600;
}
.is-android .title-common-tertiary {
  font-weight: 700;
}
.title-common-tertiary .title-wrapper {
  position: relative;
}
html.is-android .title-common-tertiary {
  font-weight: 700;
}
@media print, (min-width: 768px) {
  .title-common-tertiary {
    padding: 10px 18px;
    font-size: 0.19rem;
    letter-spacing: 0.105em;
    line-height: 1.5;
  }
  .title-common-tertiary .title-wrapper {
    top: 1px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-tertiary {
    padding: 0.07rem 0.09rem;
    font-size: 0.09rem;
    letter-spacing: 0.05em;
    line-height: 1.3333333333;
  }
}

.title-common-primary {
  position: relative;
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.118em;
}
.is-android .title-common-primary {
  font-weight: 700;
}
@media print, (min-width: 768px) {
  .title-common-primary {
    font-size: 0.32rem;
    line-height: 1.4;
    text-align: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-primary {
    padding-left: 0.2rem;
    font-size: 0.21rem;
    line-height: 1.4;
  }
  .title-common-primary::before {
    content: "";
    position: absolute;
    top: 0.13rem;
    left: 0;
    width: 0.12rem;
    height: 0.02rem;
    background-color: #000;
  }
}

.title-common-secondary {
  display: inline-block;
  margin: 0;
  border-bottom: solid #ed5a24;
  font-weight: 600;
  letter-spacing: 0.118em;
}
.is-android .title-common-secondary {
  font-weight: 700;
}
@media print, (min-width: 768px) {
  .title-common-secondary {
    padding-bottom: 17px;
    border-width: 2px;
    font-size: 0.24rem;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-secondary {
    padding-bottom: 0.17rem;
    border-width: 1px;
    font-size: 0.18rem;
    line-height: 1.2;
  }
}

.title-common-quaternary {
  margin: 0;
  background-color: #000;
  color: #fff;
  text-align: center;
}
.title-common-quaternary .title-english {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
}
.title-common-quaternary .title-japanese {
  position: relative;
  font-weight: 600;
}
.title-common-quaternary .title-japanese::before, .title-common-quaternary .title-japanese::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
}
.title-common-quaternary .title-japanese::before {
  left: 0;
}
.title-common-quaternary .title-japanese::after {
  right: 0;
}
.is-android .title-common-quaternary .title-japanese {
  font-weight: 700;
}
.title-common-quaternary .title-english,
.title-common-quaternary .title-japanese {
  display: inline-block;
  position: relative;
}
@media print, (min-width: 768px) {
  .title-common-quaternary {
    padding: 4px 0;
  }
  .title-common-quaternary .title-english {
    margin-right: 8px;
    font-size: 0.27rem;
    letter-spacing: 0.218em;
    line-height: 1.2;
    top: 1px;
  }
  .title-common-quaternary .title-japanese {
    padding: 0 14px;
    font-size: 0.19rem;
    letter-spacing: 0.105em;
    line-height: 1.3;
    top: -2px;
  }
  .title-common-quaternary .title-japanese::before, .title-common-quaternary .title-japanese::after {
    width: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-quaternary {
    padding: 0.11rem 0.2rem;
  }
  .title-common-quaternary .title-english,
  .title-common-quaternary .title-japanese {
    line-height: 1.2;
    text-align: center;
  }
  .title-common-quaternary .title-english {
    display: block;
    margin-bottom: -0.1rem;
    font-size: 0.18rem;
    letter-spacing: 0.158em;
  }
  .title-common-quaternary .title-japanese {
    padding: 0 0.1rem;
    font-size: 0.12rem;
    letter-spacing: 0.145em;
  }
  .title-common-quaternary .title-japanese::before, .title-common-quaternary .title-japanese::after {
    width: 0.06rem;
  }
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: none;
}

.pswp__top-bar {
  height: 100%;
}

.pswp {
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}

.pswp__bg {
  opacity: 1 !important;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hidden-caption-content {
  display: none;
}

.pswp__img {
  cursor: default;
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__icn {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  fill: #000;
}

.pswp__button--close {
  position: absolute;
  margin-right: 0;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pswp__button--close:hover {
  background-color: #fff;
}
.pswp__button--close::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767.98px) {
  .pswp__button--close {
    top: calc(50% - 1.5rem);
    right: 0.13rem;
    width: 0.3rem;
    height: 0.3rem;
  }
}
@media print, (min-width: 768px) {
  .pswp__button--close {
    top: calc(50% - 260px);
    right: calc(50% - 300px);
    width: 40px;
    height: 40px;
  }
}
.pswp__button:active,
.pswp__button:focus,
.pswp__button:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
.pswp__button:active:hover,
.pswp__button:focus:hover,
.pswp__button:hover:hover {
  opacity: 0.7;
}

.pswp__button--arrow svg {
  display: none;
}
.pswp__button--arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/common/icon_arrow_03.svg") center/100% auto no-repeat;
}

@media only screen and (max-width: 767.98px) {
  .pswp__button--arrow--prev,
  .pswp__button--arrow--next {
    width: 0.14rem;
    height: 0.44rem;
  }
  .pswp__button--arrow--prev {
    left: 0.05rem;
  }
  .pswp__button--arrow--next {
    right: 0.05rem;
  }
}
@media only screen and (max-width: 459.98px) {
  .pswp__button--arrow--prev,
  .pswp__button--arrow--next {
    margin: 0;
    top: calc(50% - 0.2rem);
    width: 0.2rem;
  }
}
.pswp__button--arrow--prev {
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
@media print, (min-width: 768px) {
  .pswp__button--arrow--prev {
    left: calc(50% - 375px);
  }
}

@media print, (min-width: 768px) {
  .pswp__button--arrow--prev,
  .pswp__button--arrow--next {
    top: calc(50% + 26px);
    width: 26px;
    height: 46px;
  }
  .pswp__button--arrow--next {
    right: calc(50% - 375px);
  }
}
.pswp--touch .pswp__button--arrow {
  visibility: visible;
}

.pswp__counter {
  display: none;
}

.pswp__icn-shadow {
  fill: none;
  stroke-width: 0;
}

.section-seat .seat-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-seat .seat-item:last-child {
  margin: 0;
}
.section-seat .seat-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  border: 1px solid #ed5a24;
  background-color: #fff;
}
.section-seat .seat-title::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff center/100% auto no-repeat;
}
.section-seat .title-number {
  position: relative;
  font-weight: 700;
  letter-spacing: 0.11em;
}
.section-seat .title-text {
  position: relative;
  font-weight: 600;
  letter-spacing: 0.258em;
}
.section-seat .seat-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.section-seat .button-common-primary {
  display: inline-block;
  width: auto;
}
@media print, (min-width: 768px) {
  .section-seat {
    padding: 30px 0 175px;
  }
  .section-seat .wrapper {
    max-width: 980px;
  }
  .section-seat .title-common-page {
    margin-bottom: 100px;
  }
  .section-seat .seat-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -32px;
  }
  .section-seat .seat-item {
    width: 50%;
    padding: 0 32px;
  }
  .section-seat .seat-title {
    width: 161px;
    margin-top: 30px;
    padding: 9px 10px;
    border-radius: 10px;
  }
  .section-seat .seat-title::before {
    top: -14px;
    width: 16px;
    height: 15px;
    background-image: url("../img/seat/icon_arrow_01.svg");
  }
  .section-seat .title-number {
    margin: 0 5px;
    font-size: 0.2255rem;
    line-height: 1.2272727273;
  }
  .section-seat .title-text {
    font-size: 0.2018rem;
    line-height: 1.2;
  }
  .section-seat .seat-button {
    margin-top: 75px;
    margin-right: -25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-seat {
    padding: 0.26rem 0 0.74rem;
  }
  .section-seat .title-common-page {
    margin-bottom: 0.2rem;
  }
  .section-seat .seat-item {
    margin-bottom: 0.13rem;
  }
  .section-seat .seat-image {
    width: 2.46rem;
    margin: 0 auto 0.15rem;
  }
  .section-seat .seat-title {
    width: 0.87rem;
    padding: 0.04rem 0.05rem;
    border-radius: 0.04rem;
  }
  .section-seat .seat-title::before {
    top: -0.08rem;
    width: 0.09rem;
    height: 0.08rem;
    background-image: url("../img/seat/sp/icon_arrow_01.svg");
  }
  .section-seat .title-number {
    top: 1.2px;
    margin: 0 0.03rem;
    font-size: 0.1209rem;
    line-height: 1.1666666667;
  }
  .section-seat .title-text {
    top: 0.5px;
    font-size: 0.1081rem;
    line-height: 1.1818181818;
  }
  .section-seat .seat-button {
    margin-top: 0.25rem;
  }
  .section-seat .button-common-primary {
    width: 100%;
    max-width: 2.4rem;
    margin: 0 auto;
    padding: 0.11rem;
    font-size: 0.13rem;
    text-align: center;
  }
}

.list-seat-floor {
  background-color: #808080;
}
.list-seat-floor .list-wrapper {
  padding-left: 0;
  list-style: none;
}
.list-seat-floor .list-item:last-child {
  margin-bottom: 0;
}
.list-seat-floor .item-title {
  margin-bottom: 0;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  letter-spacing: 0.118em;
}
.list-seat-floor .item-image {
  position: relative;
}
.list-seat-floor .image-icon {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
  background: url(../img/about/icon_camera.svg) center/100% 100% no-repeat;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: rotate(0.0001deg);
  -ms-transform: rotate(0.0001deg);
  transform: rotate(0.0001deg);
}
@media (hover: hover) {
  .list-seat-floor .image-icon:hover {
    opacity: 0.7;
  }
}
.list-seat-floor .title-text {
  display: inline-block;
  border-bottom: 0.01rem solid #fff;
  text-align: center;
}
@media print, (min-width: 768px) {
  .list-seat-floor {
    padding: 80px 0 70px;
  }
  .list-seat-floor .list-wrapper {
    width: calc(100% - 60px);
    max-width: 918px;
    margin: 0 auto;
  }
  .list-seat-floor .list-item {
    margin-bottom: 14px;
  }
  .list-seat-floor .list-item:nth-child(2) .item-image {
    margin-top: -122px;
  }
  .list-seat-floor .item-title {
    font-size: 0.32rem;
    line-height: 1.1875;
  }
  .list-seat-floor .image-icon {
    width: 2.734375vw;
    max-width: 35px;
    height: 35px;
  }
  .list-seat-floor .item-image.is-second-floor .image-icon:nth-of-type(1) {
    top: 35px;
    right: 57px;
  }
  .list-seat-floor .item-image.is-second-floor .image-icon:nth-of-type(2) {
    top: 80px;
    right: 30px;
  }
  .list-seat-floor .item-image.is-second-floor .image-icon:nth-of-type(3) {
    top: 128px;
    right: 260px;
  }
  .list-seat-floor .item-image.is-second-floor .image-icon:nth-of-type(4) {
    top: 217px;
    right: 292px;
  }
  .list-seat-floor .item-image.is-second-floor .image-icon:nth-of-type(5) {
    top: 310px;
    right: 329px;
  }
  .list-seat-floor .item-image.is-second-floor .image-icon:nth-of-type(6) {
    top: 171px;
    right: 162px;
  }
  .list-seat-floor .item-image.is-second-floor .image-icon:nth-of-type(7) {
    top: 327px;
    right: 200px;
  }
  .list-seat-floor .item-image.is-second-floor .image-icon:nth-of-type(8) {
    top: 214px;
    right: 64px;
  }
  .list-seat-floor .item-image.is-first-floor .image-icon:nth-of-type(1) {
    top: 36px;
    left: 136px;
  }
  .list-seat-floor .item-image.is-first-floor .image-icon:nth-of-type(2) {
    top: 180px;
    left: 238px;
  }
  .list-seat-floor .item-image.is-first-floor .image-icon:nth-of-type(3) {
    top: 187px;
    left: 305px;
  }
  .list-seat-floor .item-image.is-first-floor .image-icon:nth-of-type(4) {
    top: 220px;
    left: 91px;
  }
  .list-seat-floor .item-image.is-first-floor .image-icon:nth-of-type(5) {
    top: 253px;
    left: 137px;
  }
  .list-seat-floor .item-image.is-first-floor .image-icon:nth-of-type(6) {
    top: 280px;
    left: 263px;
  }
  .list-seat-floor .item-image.is-first-floor .image-icon:nth-of-type(7) {
    top: 340px;
    left: 173px;
  }
  .list-seat-floor .item-image.is-first-floor .image-icon:nth-of-type(8) {
    top: 354px;
    left: 240px;
  }
  .list-seat-floor .item-image.is-first-floor .image-icon:nth-of-type(9) {
    top: 245px;
    left: 450px;
  }
  .list-seat-floor .item-image.is-first-floor .image-icon:nth-of-type(10) {
    top: 343px;
    left: 440px;
  }
  .list-seat-floor .item-image.is-first-floor .image-icon:nth-of-type(11) {
    top: 477px;
    left: 408px;
  }
  .list-seat-floor .item-image.is-first-floor .image-icon:nth-of-type(12) {
    top: 464px;
    left: 352px;
  }
  .list-seat-floor .item-image.is-first-floor .image-icon:nth-of-type(13) {
    top: 435px;
    left: 240px;
  }
  .list-seat-floor .item-image.is-first-floor .image-icon:nth-of-type(14) {
    top: 398px;
    left: 132px;
  }
  .list-seat-floor .item-image.is-first-floor .image-icon:nth-of-type(15) {
    top: 290px;
    right: 110px;
  }
  .list-seat-floor .item-image.is-first-floor .image-icon:nth-of-type(16) {
    top: 342px;
    right: 158px;
  }
  .list-seat-floor .item-image.is-first-floor .image-icon:nth-of-type(17) {
    top: 392px;
    right: 160px;
  }
  .list-seat-floor .title-text {
    min-width: 84px;
    padding: 0 15px 13px;
  }
  .list-seat-floor .item-image {
    width: 54.21875vw;
    max-width: 694px;
    margin: -21px auto 0;
  }
}
@media print, (min-width: 768px) and (max-width: 1279.98px) {
  .list-seat-floor .item-image.is-second-floor .image-icon:nth-of-type(1) {
    top: 2.734375vw;
    right: 4.453125vw;
  }
  .list-seat-floor .item-image.is-second-floor .image-icon:nth-of-type(2) {
    top: 6.25vw;
    right: 2.34375vw;
  }
  .list-seat-floor .item-image.is-second-floor .image-icon:nth-of-type(3) {
    top: 10vw;
    right: 20.390625vw;
  }
  .list-seat-floor .item-image.is-second-floor .image-icon:nth-of-type(4) {
    top: 16.953125vw;
    right: 22.8125vw;
  }
  .list-seat-floor .item-image.is-second-floor .image-icon:nth-of-type(5) {
    top: 24.21875vw;
    right: 25.703125vw;
  }
  .list-seat-floor .item-image.is-second-floor .image-icon:nth-of-type(6) {
    top: 13.359375vw;
    right: 12.65625vw;
  }
  .list-seat-floor .item-image.is-second-floor .image-icon:nth-of-type(7) {
    top: 25.546875vw;
    right: 15.625vw;
  }
  .list-seat-floor .item-image.is-second-floor .image-icon:nth-of-type(8) {
    top: 16.71875vw;
    right: 5.078125vw;
  }
  .list-seat-floor .item-image.is-first-floor .image-icon:nth-of-type(1) {
    top: 2.890625vw;
    left: 10.546875vw;
  }
  .list-seat-floor .item-image.is-first-floor .image-icon:nth-of-type(2) {
    top: 14.0625vw;
    left: 18.59375vw;
  }
  .list-seat-floor .item-image.is-first-floor .image-icon:nth-of-type(3) {
    top: 14.609375vw;
    left: 23.828125vw;
  }
  .list-seat-floor .item-image.is-first-floor .image-icon:nth-of-type(4) {
    top: 17.1875vw;
    left: 7.109375vw;
  }
  .list-seat-floor .item-image.is-first-floor .image-icon:nth-of-type(5) {
    top: 19.765625vw;
    left: 10.703125vw;
  }
  .list-seat-floor .item-image.is-first-floor .image-icon:nth-of-type(6) {
    top: 21.875vw;
    left: 20.546875vw;
  }
  .list-seat-floor .item-image.is-first-floor .image-icon:nth-of-type(7) {
    top: 26.5625vw;
    left: 13.515625vw;
  }
  .list-seat-floor .item-image.is-first-floor .image-icon:nth-of-type(8) {
    top: 27.65625vw;
    left: 18.75vw;
  }
  .list-seat-floor .item-image.is-first-floor .image-icon:nth-of-type(9) {
    top: 19.140625vw;
    left: 35.15625vw;
  }
  .list-seat-floor .item-image.is-first-floor .image-icon:nth-of-type(10) {
    top: 26.796875vw;
    left: 34.375vw;
  }
  .list-seat-floor .item-image.is-first-floor .image-icon:nth-of-type(11) {
    top: 37.265625vw;
    left: 31.875vw;
  }
  .list-seat-floor .item-image.is-first-floor .image-icon:nth-of-type(12) {
    top: 36.25vw;
    left: 27.5vw;
  }
  .list-seat-floor .item-image.is-first-floor .image-icon:nth-of-type(13) {
    top: 33.984375vw;
    left: 18.75vw;
  }
  .list-seat-floor .item-image.is-first-floor .image-icon:nth-of-type(14) {
    top: 31.09375vw;
    left: 10.3125vw;
  }
  .list-seat-floor .item-image.is-first-floor .image-icon:nth-of-type(15) {
    top: 22.65625vw;
    right: 8.59375vw;
  }
  .list-seat-floor .item-image.is-first-floor .image-icon:nth-of-type(16) {
    top: 26.71875vw;
    right: 12.34375vw;
  }
  .list-seat-floor .item-image.is-first-floor .image-icon:nth-of-type(17) {
    top: 30.625vw;
    right: 12.5vw;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-seat-floor {
    padding: 0.3rem 0 1.07rem;
  }
  .list-seat-floor .list-wrapper {
    width: calc(100% - 0.4rem);
    margin: 0 auto;
  }
  .list-seat-floor .list-item {
    margin-bottom: -0.13rem;
  }
  .list-seat-floor .list-item:nth-child(2) .item-image {
    margin-top: -0.19rem;
  }
  .list-seat-floor .item-title {
    font-size: 0.155rem;
    line-height: 1.1993548387;
  }
  .list-seat-floor .title-text {
    min-width: 0.25rem;
    padding: 0 0.02rem 0.01rem;
  }
  .list-seat-floor .item-image {
    width: 2.86rem;
    margin: 0.04rem auto 0;
  }
  .list-seat-floor .image-icon {
    width: 0.14rem;
    height: 0.14rem;
  }
  .list-seat-floor .item-image.is-second-floor .image-icon:nth-of-type(1) {
    top: 0.14rem;
    right: 0.23rem;
  }
  .list-seat-floor .item-image.is-second-floor .image-icon:nth-of-type(2) {
    top: 0.33rem;
    right: 0.12rem;
  }
  .list-seat-floor .item-image.is-second-floor .image-icon:nth-of-type(3) {
    top: 0.52rem;
    right: 1.07rem;
  }
  .list-seat-floor .item-image.is-second-floor .image-icon:nth-of-type(4) {
    top: 0.89rem;
    right: 1.2rem;
  }
  .list-seat-floor .item-image.is-second-floor .image-icon:nth-of-type(5) {
    top: 1.28rem;
    right: 1.35rem;
  }
  .list-seat-floor .item-image.is-second-floor .image-icon:nth-of-type(6) {
    top: 0.7rem;
    right: 0.66rem;
  }
  .list-seat-floor .item-image.is-second-floor .image-icon:nth-of-type(7) {
    top: 1.34rem;
    right: 0.82rem;
  }
  .list-seat-floor .item-image.is-second-floor .image-icon:nth-of-type(8) {
    top: 0.88rem;
    right: 0.26rem;
  }
  .list-seat-floor .item-image.is-first-floor .image-icon:nth-of-type(1) {
    top: 0.21rem;
    left: 0.59rem;
  }
  .list-seat-floor .item-image.is-first-floor .image-icon:nth-of-type(2) {
    top: 0.76rem;
    left: 0.97rem;
  }
  .list-seat-floor .item-image.is-first-floor .image-icon:nth-of-type(3) {
    top: 0.8rem;
    left: 1.26rem;
  }
  .list-seat-floor .item-image.is-first-floor .image-icon:nth-of-type(4) {
    top: 0.89rem;
    left: 0.35rem;
  }
  .list-seat-floor .item-image.is-first-floor .image-icon:nth-of-type(5) {
    top: 1.03rem;
    left: 0.57rem;
  }
  .list-seat-floor .item-image.is-first-floor .image-icon:nth-of-type(6) {
    top: 1.15rem;
    left: 1.1rem;
  }
  .list-seat-floor .item-image.is-first-floor .image-icon:nth-of-type(7) {
    top: 1.43rem;
    left: 0.7rem;
  }
  .list-seat-floor .item-image.is-first-floor .image-icon:nth-of-type(8) {
    top: 1.46rem;
    left: 0.97rem;
  }
  .list-seat-floor .item-image.is-first-floor .image-icon:nth-of-type(9) {
    top: 1.02rem;
    right: 0.86rem;
  }
  .list-seat-floor .item-image.is-first-floor .image-icon:nth-of-type(10) {
    top: 1.38rem;
    right: 0.9rem;
  }
  .list-seat-floor .item-image.is-first-floor .image-icon:nth-of-type(11) {
    top: 1.97rem;
    left: 1.68rem;
  }
  .list-seat-floor .item-image.is-first-floor .image-icon:nth-of-type(12) {
    top: 1.91rem;
    left: 1.45rem;
  }
  .list-seat-floor .item-image.is-first-floor .image-icon:nth-of-type(13) {
    top: 1.78rem;
    left: 0.99rem;
  }
  .list-seat-floor .item-image.is-first-floor .image-icon:nth-of-type(14) {
    top: 1.63rem;
    left: 0.56rem;
  }
  .list-seat-floor .item-image.is-first-floor .image-icon:nth-of-type(15) {
    top: 1.24rem;
    right: 0.47rem;
  }
  .list-seat-floor .item-image.is-first-floor .image-icon:nth-of-type(16) {
    top: 1.42rem;
    right: 0.64rem;
  }
  .list-seat-floor .item-image.is-first-floor .image-icon:nth-of-type(17) {
    top: 1.64rem;
    right: 0.68rem;
  }
}

@media print, (min-width: 768px) {
  .section-seat-guide .title-common-page {
    margin-bottom: 36px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-seat-guide .title-common-page {
    margin-bottom: 0.23rem;
  }
}
/*# sourceMappingURL=seat.css.map */