@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

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

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

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

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

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

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

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

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

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

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/* =================================================
   COMMON
================================================= */
html {
  width: 100%;
  height: auto;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  word-break: normal;
  word-wrap: break-word;
  color: hsl(0, 0%, 0%);
  text-align: left;
  width: 100%;
  height: 100%;
  background: hsl(0, 0%, 100%);
}

nav ul {
  list-style: none;
}

img {
  vertical-align: middle;
}

figcaption {
  display: block;
}

summary::-webkit-details-marker {
  display: none; /* delete arrow */
}

a,
a:link {
  color: hsl(0, 0%, 0%);
  text-decoration: none;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  background: transparent;
}

a:hover {
  color: hsl(0, 0%, 0%);
}

/* -------------------------------------
   font
------------------------------------- */
html,
body {
  line-height: 1.75;
}

/* 320 : iPhone , 360 : Android , 375 : iPhone6 , 414 : iPhone6 Plus */
@media screen and (min-width: 0px) and (max-width: 320px) {
  html,
  body {
    font-size: 62.5%; /* 10px */
    font-size: 2.6666666667vw; /* 10px:375 */
  }
}
@media screen and (min-width: 321px) and (max-width: 767px) {
  html,
  body {
    font-size: 62.5%; /* 10px */
    font-size: 2.6666666667vw; /* 10px:375 */
  }
}
@media screen and (min-width: 768px) {
  html,
  body {
    font-size: 62.5%; /* 10px */
    line-height: 1.75;
  }
}
body {
  background-color: #EEECDD;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
}

/* =================================================
   Global layout
================================================= */
/* -----------------------------------------------
    common
----------------------------------------------- */
#container {
  position: relative;
}
#container .sp img {
  display: block;
  width: 100%;
  height: auto;
}
#container .pc {
  display: none !important;
}
#container .fade_block {
  opacity: 0;
  transform: translateY(5.3333333333vw);
  transition: opacity 1.5s, transform 1s;
}
#container .fade_block.active {
  opacity: 1;
  transform: translateY(0);
}

/* -------------------------------------
   Gloal Layout
------------------------------------- */
#container {
  display: grid;
  align-items: stretch;
  grid-template-columns: 100%;
  grid-template-rows: auto auto 1fr;
  grid-template-areas: "header" "main" "footer";
  font-size: 1.6rem;
  text-align: left;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  box-sizing: border-box;
  overflow: hidden;
}
#container #py {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
#container .anchor {
  position: relative;
  z-index: 1;
}
#container .anchor a,
#container .anchor a:link {
  text-decoration: none;
  display: block !important;
  position: absolute !important;
  z-index: -1;
  top: -13.3333333333vw;
}
#container .anchor.nopos {
  position: static;
}
#container #header {
  grid-area: header;
}
#container #main {
  grid-area: main;
}
#container #footer {
  grid-area: footer;
}

/* -------------------------------------
   header
------------------------------------- */
#container {
  /* -------------------------------------
     normal
  */
  /* -------------------------------------
     fixed
  */
}
#container #header {
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  /* -------------------------------------
  b_open
  ------------------------------------- */
}
#container #header .inner .content {
  /* -------------------------------
      main
  */
  /* -------------------------------
      menu
  */
}
#container #header .inner .content.main {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 9;
  top: 0;
}
#container #header .inner .content.main #b_openmenu {
  display: block;
  width: 13.3333333333vw;
  height: 13.3333333333vw;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #A18B5E;
}
#container #header .inner .content.main #b_openmenu .icon {
  display: block;
  width: 5.3333333333vw;
  border-top: 2px solid hsl(0, 0%, 100%);
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  transition: opacity 0.2s, transform 0.1s;
}
#container #header .inner .content.main #b_openmenu .icon:before, #container #header .inner .content.main #b_openmenu .icon:after {
  content: "";
  display: block;
  width: 100%;
  border-top: 2px solid hsl(0, 0%, 100%);
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  transition: 0.2s;
}
#container #header .inner .content.main #b_openmenu .icon:before {
  bottom: -1.6vw;
}
#container #header .inner .content.main #b_openmenu .icon:after {
  bottom: 1.6vw;
}
#container #header .inner .content.menu nav ul li a,
#container #header .inner .content.menu nav ul li a:link {
  font-family: "Lato", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 400;
}
#container #header .inner .content.menu #menu_main.menu_1 nav {
  display: block;
  position: absolute;
  padding: 8vw;
  width: calc(100% - 8vw);
  top: 0;
  right: -100vw;
  z-index: 1;
  transition: all 0.5s 0s ease-in-out;
  background-color: #A18B5E;
  box-shadow: -5px 5px 5px rgba(105, 90, 60, 0.5);
}
#container #header .inner .content.menu #menu_main.menu_1 nav::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 5.3333333333vw;
  right: -2.6666666667vw;
  z-index: 1;
  background-image: url(/assets/images/common/decoration/dot_1.svg);
  width: 40vw;
  height: 40vw;
  background-size: contain;
  background-repeat: no-repeat;
}
#container #header .inner .content.menu #menu_main.menu_1.open nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  transition: top 0.2s;
}
#container #header .inner .content.menu #menu_main.menu_1 ul li img {
  width: 6.4vw;
}
#container #header .inner .content.menu #menu_main.menu_1 ul li small {
  position: absolute;
  margin-left: 8vw;
  font-size: 3.2vw;
  bottom: 2.6666666667vw;
}
#container #header .inner .content.menu #menu_main.menu_1 a,
#container #header .inner .content.menu #menu_main.menu_1 a:link {
  display: flex;
  position: relative;
  padding: 2.6666666667vw 0 2.6666666667vw 2.6666666667vw;
  color: hsl(0, 0%, 100%);
  font-size: 5.3333333333vw;
  line-height: 1;
  letter-spacing: 0.15rem;
  z-index: 9;
}
#container #header .inner .content.menu #menu_main.menu_1 a::before,
#container #header .inner .content.menu #menu_main.menu_1 a:link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: hsl(0, 0%, 100%);
  width: 0.5333333333vw;
  height: 60%;
}
#container #header.open {
  height: 100vh;
  height: 100dvh;
}
#container #header.open .inner .content {
  /* -------------------------------
      main
  */
}
#container #header.open .inner .content.main {
  box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.1);
}
#container #header.open .inner .content.main #b_openmenu .icon {
  border-top: 1px solid rgba(161, 139, 94, 0);
}
#container #header.open .inner .content.main #b_openmenu .icon:before, #container #header.open .inner .content.main #b_openmenu .icon:after {
  bottom: 50%;
}
#container #header.open .inner .content.main #b_openmenu .icon:before {
  transform: translateY(50%) rotate(140deg);
}
#container #header.open .inner .content.main #b_openmenu .icon:after {
  transform: translateY(50%) rotate(-140deg);
}
#container #header.open .inner .content.menu #menu_main.menu_1 nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  transition: all 0.5s 0s ease-in-out;
}
#container.fixed #header .inner .content {
  /* -------------------------------
      main
  */
}
#container.fixed #header .inner .content.main {
  box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.1);
}

/* -------------------------------------
   Contents Common
------------------------------------- */
#container .map,
#container .matterport {
  height: 60vw;
}
#container .map iframe,
#container .matterport iframe {
  width: 100% !important;
  height: 100% !important;
}
#container .youtube {
  width: 100%;
  position: relative;
  z-index: 1;
}
#container .youtube .pc {
  width: 100%;
  height: 200px;
}
#container .youtube iframe,
#container .youtube video {
  width: 100% !important;
  height: 100% !important;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}

/* -------------------------------------
   footer
------------------------------------- */
#footer {
  display: block;
  text-align: center;
  margin: 8vw auto 0;
  padding: 8vw;
  position: relative;
  background-color: #A18B5E;
  /* -------------------------------------
      link
  */
}
#footer .footer-sns span {
  display: inline-flex;
  align-items: flex-end;
  color: hsl(0, 0%, 100%);
}
#footer .footer-sns span img {
  margin: 0 auto;
}
#footer .copylight p {
  color: hsl(0, 0%, 100%);
  text-align: left;
  line-height: 1.5;
  font-size: 3.2vw;
}
#footer .copylight small {
  display: block;
  font-family: "Lato", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 400;
  line-height: 1.5;
  color: hsl(0, 0%, 100%);
}

@keyframes motion-bg {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes motion-main {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* =================================================
   unique layout
================================================= */
#container {
  /* -------------------------------------
     article
  ------------------------------------- */
}
#container #article {
  /* -------------------------------------
     section
  ------------------------------------- */
}
#container #article aside {
  /* -------------------------------------
      main
  ------------------------------------- */
}
#container #article aside.main {
  width: 100%;
  position: relative;
  z-index: 1;
}
#container #article aside.main .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  height: 100dvh;
  min-height: 173.3333333333vw;
  background-color: #EEECDD;
  position: relative;
  z-index: 1;
}
#container #article aside.main .inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #FCE6B4;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  animation-fill-mode: backwards;
  animation-name: motion-bg;
  animation-delay: 0s;
  animation-duration: 2.5s;
  animation-timing-function: ease-in-out;
}
#container #article aside.main .inner figure {
  margin: 0;
  animation-fill-mode: backwards;
  animation-name: motion-main;
  animation-delay: 0s;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
}
#container #article aside.main .inner figure img {
  width: 100%;
  height: auto;
}
#container #article aside.main .inner .main_img {
  margin: 0;
  animation-fill-mode: backwards;
  animation-name: motion-main;
  animation-delay: 0s;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
}
#container #article aside.main .inner .main_img img {
  width: 100%;
  height: auto;
}
#container #article aside.main .inner .main_button {
  position: absolute;
  bottom: 4vw;
  left: 4vw;
  z-index: 2;
}
#container #article aside.main .inner .main_button img {
  width: 45%;
}
#container #article section {
  /* -------------------------------------
     common
  */
  /* -------------------------------------
      introduction
  */
  /* -------------------------------------
      news
  */
  /* -------------------------------------
      artist
  */
  /* -------------------------------------
      songlist
  */
  /* -------------------------------------
      schedule
  */
  /* -------------------------------------
      ticket
  */
  /* -------------------------------------
      streaming
  */
  /* -------------------------------------
      liveviewing
  */
  /* -------------------------------------
      guidance
  */
  /* -------------------------------------
      contact
  */
  /* -------------------------------------
      returntotop
  */
}
#container #article section .inner .content.content_1 {
  padding: 0 8vw;
}
#container #article section h3 {
  font-family: "Lato", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 400;
}
#container #article section h3.h3_1 {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 9.3333333333vw;
  margin: 0 0 5.3333333333vw;
  padding: 0 8vw;
  background: linear-gradient(#FCE6B4, #A18B5E);
}
#container #article section h3.h3_1::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background-image: url(../images/common/decoration/titleimage.svg);
  width: 11.4666666667vw;
  height: 9.3333333333vw;
  background-size: cover;
  background-repeat: no-repeat;
}
#container #article section h3.h3_1 span {
  position: relative;
  bottom: 0.6666666667vw;
  color: hsl(0, 0%, 100%);
  font-weight: 600;
  font-size: 6.4vw;
  letter-spacing: 0.1em;
}
#container #article section h3.h3_1 span strong {
  font-weight: 600;
}
#container #article section h4.h4_1 {
  display: grid;
  margin: 0 0 5.3333333333vw;
  font-size: 4.8vw;
  line-height: 1.5;
  text-align: center;
}
#container #article section h4.h4_2 {
  margin: 0 0 5.3333333333vw;
  color: #FCE6B4;
  font-size: 3.7333333333vw;
  text-align: center;
}
#container #article section h5 {
  margin: 0 0 1.3333333333vw;
}
#container #article section h5 span.title {
  color: #695A3C;
  font-size: 4.2666666667vw;
}
#container #article section p {
  display: grid;
  margin: 0 0 1.3333333333vw;
}
#container #article section p.txt {
  font-size: 3.7333333333vw;
}
#container #article section p.txt_2 {
  font-size: 3.2vw;
}
#container #article section small {
  font-size: 3.2vw;
}
#container #article section ul {
  list-style: none;
}
#container #article section a,
#container #article section a:link {
  display: block;
  text-decoration: none;
  position: relative;
}
#container #article section a.txtlink,
#container #article section a:link.txtlink {
  display: inline-block;
  color: hsl(0, 0%, 40%);
  text-decoration: underline;
}
#container #article section a.txtlink:hover,
#container #article section a:link.txtlink:hover {
  color: #b3c4de;
  text-decoration: none;
}
#container #article section.introduction .inner h4.h4_1 span {
  white-space: nowrap;
}
#container #article section.introduction .inner .content {
  position: relative;
  padding-bottom: 6.6666666667vw;
}
#container #article section.introduction .inner .content::after {
  content: "";
  display: inline-block;
  opacity: 0.5;
  position: absolute;
  bottom: 8vw;
  right: -6.6666666667vw;
  z-index: -1;
  background-image: url(/assets/images/common/decoration/dot_3.svg);
  width: 53.3333333333vw;
  height: 53.3333333333vw;
  background-size: contain;
  background-repeat: no-repeat;
}
#container #article section.introduction .inner .content .youtube,
#container #article section.introduction .inner .content figure {
  height: auto;
  aspect-ratio: 16/9;
  margin: 0 0 2.6666666667vw;
}
#container #article section.introduction .inner .content .youtube img,
#container #article section.introduction .inner .content figure img {
  width: 100%;
}
#container #article section.news .inner .content {
  padding-bottom: 8vw;
}
#container #article section.news .inner .content p {
  position: relative;
  margin-bottom: 2.6666666667vw;
  padding-bottom: 2.6666666667vw;
}
#container #article section.news .inner .content p::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.2666666667vw;
  background-color: hsl(0, 0%, 40%);
}
#container #article section.news .inner .content p span {
  display: block;
}
#container #article section.news .inner .content p span.time {
  margin-bottom: 1.3333333333vw;
  font-size: 3.7333333333vw;
  line-height: 1;
}
#container #article section.news .inner .content p span.txt {
  line-height: 1.5;
}
#container #article section.artist .inner {
  padding-bottom: 8vw;
  background-color: #221E1F;
}
#container #article section.artist .inner .content .item {
  margin-bottom: 5.3333333333vw;
}
#container #article section.artist .inner .content .item figure {
  width: 100%;
  margin: 0 0 2.6666666667vw;
}
#container #article section.artist .inner .content .item figure img {
  width: 100%;
}
#container #article section.artist .inner .content .item figure.portrait {
  width: 64vw;
  margin: 0 auto 2.6666666667vw;
}
#container #article section.artist .inner .content .item ul {
  padding: 0;
}
#container #article section.artist .inner .content .item ul li {
  margin-bottom: 5.3333333333vw;
}
#container #article section.artist .inner .content .item ul li figure {
  flex-shrink: 0;
  margin: 0 auto 1.3333333333vw;
  width: 80%;
  aspect-ratio: 1;
}
#container #article section.artist .inner .content .item ul li figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#container #article section.artist .inner .content .item ul li:nth-child(3) figure img {
  object-position: 50% 20%;
}
#container #article section.artist .inner .content h4.h4_1 {
  color: hsl(0, 0%, 100%);
}
#container #article section.artist .inner .content h5 {
  margin: 0 0 2.6666666667vw;
  display: grid;
  text-align: center;
}
#container #article section.artist .inner .content h5 span {
  color: hsl(0, 0%, 100%);
  font-weight: 500;
  letter-spacing: 0.1rem;
}
#container #article section.artist .inner .content h5 span.name {
  font-size: 4.8vw;
}
#container #article section.artist .inner .content h5 span.position {
  line-height: 1.5;
  font-size: 3.7333333333vw;
}
#container #article section.artist .inner .content p {
  display: grid;
}
#container #article section.artist .inner .content p .profile {
  position: relative;
  margin-bottom: 1.3333333333vw;
  color: #A18B5E;
}
#container #article section.artist .inner .content p .profile::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.2666666667vw;
  background-color: #A18B5E;
}
#container #article section.artist .inner .content p .txt {
  color: hsl(0, 0%, 100%);
}
#container #article section.songlist .inner .content {
  padding-bottom: 8vw;
}
#container #article section.songlist .inner .content h4 {
  white-space: nowrap;
  font-size: 1.8rem;
  margin-bottom: 2.6666666667vw;
}
#container #article section.songlist .inner .content p {
  text-align: center;
}
#container #article section.songlist .inner .content ul {
  padding: 0;
}
#container #article section.songlist .inner .content ul li {
  text-align: center;
}
#container #article section.songlist .inner .content .item {
  width: 74.6666666667vw;
  margin: 0 auto;
}
#container #article section.schedule .inner .content {
  padding-bottom: 8vw;
}
#container #article section.schedule .inner .content a,
#container #article section.schedule .inner .content a:link {
  display: inline-block;
  margin-bottom: 5.3333333333vw;
  padding: 0.6666666667vw 10.6666666667vw;
  background-color: #A18B5E;
  border-radius: 8vw;
}
#container #article section.schedule .inner .content a span,
#container #article section.schedule .inner .content a:link span {
  color: hsl(0, 0%, 100%);
  font-size: 4.2666666667vw;
}
#container #article section.schedule .inner .content h4.h4_1 {
  text-align: left;
}
#container #article section.schedule .inner .content P {
  margin-bottom: 2.6666666667vw;
}
#container #article section.ticket .inner {
  position: relative;
}
#container #article section.ticket .inner::after {
  content: "";
  display: inline-block;
  opacity: 0.1;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-image: url(/assets/images/common/decoration/dot_2.svg);
  width: 80vw;
  height: 80vw;
  background-size: contain;
  background-repeat: no-repeat;
}
#container #article section.ticket .inner .content {
  padding-bottom: 5.3333333333vw;
}
#container #article section.ticket .inner .content::after {
  content: "";
  display: inline-block;
  opacity: 0.1;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-image: url(/assets/images/common/decoration/dot_2.svg);
  width: 80vw;
  height: 80vw;
  background-size: contain;
  background-repeat: no-repeat;
}
#container #article section.ticket .inner .content .item {
  margin: 0 0 5.3333333333vw;
}
#container #article section.ticket .inner .content table {
  margin-left: 4.2666666667vw;
}
#container #article section.ticket .inner .content table th,
#container #article section.ticket .inner .content table td {
  font-weight: 600;
  font-size: 6.4vw;
}
#container #article section.ticket .inner .content table th {
  width: 21.3333333333vw;
}
#container #article section.ticket .inner .content table td {
  padding-right: 5.3333333333vw;
  text-align: end;
}
#container #article section.ticket .inner .content h4 {
  margin: 0;
}
#container #article section.ticket .inner .content h4.h4_3 {
  padding-left: 4.2666666667vw;
  width: calc(100% - 4.2666666667vw);
}
#container #article section.ticket .inner .content h4.h4_3 span {
  display: block;
}
#container #article section.ticket .inner .content h4.h4_3 span.txt {
  position: relative;
  color: #695A3C;
  font-size: 4.2666666667vw;
}
#container #article section.ticket .inner .content h4.h4_3 span.txt::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.2666666667vw;
  background-color: #695A3C;
}
#container #article section.ticket .inner .content h4.h4_3 span.frame {
  margin: 1.3333333333vw 0 1.3333333333vw;
  padding: 0 2.6666666667vw;
  width: max-content;
  background-color: #A18B5E;
  color: hsl(0, 0%, 100%);
  font-size: 3.7333333333vw;
}
#container #article section.ticket .inner .content h4.h4_3 span.time {
  font-size: 4.2666666667vw;
}
#container #article section.ticket .inner .content p {
  margin-top: 1.3333333333vw;
  padding-left: 4.2666666667vw;
  width: calc(100% - 4.2666666667vw);
}
#container #article section.ticket .inner .content ul {
  list-style: disc;
  width: calc(100% - 4.2666666667vw);
}
#container #article section.ticket .inner .content figure {
  margin: 1.3333333333vw auto 0;
}
#container #article section.ticket .inner .content figure img {
  display: block;
  width: 100%;
  height: auto;
}
#container #article section.streaming .inner {
  position: relative;
}
#container #article section.streaming .inner .content {
  padding-bottom: 5.3333333333vw;
}
#container #article section.streaming .inner .content .item {
  margin: 0 0 5.3333333333vw;
}
#container #article section.streaming .inner .content h4 {
  margin: 0;
}
#container #article section.streaming .inner .content h4.h4_3 {
  padding-left: 4.2666666667vw;
  width: calc(100% - 4.2666666667vw);
}
#container #article section.streaming .inner .content h4.h4_3 span {
  display: block;
}
#container #article section.streaming .inner .content h4.h4_3 span.txt {
  position: relative;
  color: #695A3C;
  font-size: 4.2666666667vw;
}
#container #article section.streaming .inner .content h4.h4_3 span.txt::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.2666666667vw;
  background-color: #695A3C;
}
#container #article section.streaming .inner .content h4.h4_3 span.frame {
  margin: 1.3333333333vw 0 1.3333333333vw;
  padding: 0 2.6666666667vw;
  width: max-content;
  background-color: #A18B5E;
  color: hsl(0, 0%, 100%);
  font-size: 3.7333333333vw;
}
#container #article section.streaming .inner .content h4.h4_3 span.time {
  font-size: 4.2666666667vw;
}
#container #article section.streaming .inner .content p {
  display: block;
  margin-top: 1.3333333333vw;
  padding-left: 4.2666666667vw;
  width: calc(100% - 4.2666666667vw);
}
#container #article section.streaming .inner .content ul,
#container #article section.streaming .inner .content ol {
  width: calc(100% - 4.2666666667vw);
}
#container #article section.streaming .inner .content ul {
  list-style: disc;
}
#container #article section.streaming .inner .content ol {
  list-style: decimal;
}
#container #article section.streaming .inner .content .youtube {
  height: auto;
  aspect-ratio: 16/9;
}
#container #article section.liveviewing .inner .content {
  padding-bottom: 13.3333333333vw;
}
#container #article section.liveviewing .inner .content span {
  margin-top: 8vw;
}
#container #article section.liveviewing .inner .content span.txt {
  font-weight: 600;
  text-align: center;
}
#container #article section.guidance .inner .content {
  padding-bottom: 13.3333333333vw;
}
#container #article section.guidance .inner .content span {
  margin-top: 8vw;
}
#container #article section.guidance .inner .content span.txt {
  font-weight: 600;
  text-align: center;
}
#container #article section.contact .inner .content {
  display: block;
  padding-bottom: 8vw;
  text-align: center;
}
#container #article section.contact .inner .content a,
#container #article section.contact .inner .content a:link {
  display: inline-block;
  padding: 0.6666666667vw 10.6666666667vw;
  background-color: #221E1F;
  border-radius: 1.3333333333vw;
}
#container #article section.contact .inner .content a span,
#container #article section.contact .inner .content a:link span {
  color: hsl(0, 0%, 100%);
  font-size: 4.2666666667vw;
}
#container #article section.returntotop .inner .content {
  text-align: center;
  padding: 0.6666666667vw 10.6666666667vw;
}

@media screen and (min-width: 768px) {
  /* =================================================
     Global layout
  ================================================= */
  /* -------------------------------------
             animation
  */
  @keyframes motion-pcmenu {
    0% {
      top: -50px;
    }
    100% {
      top: 0px;
    }
  }
  /* -----------------------------------------------
      common
  ----------------------------------------------- */
  #container .sp {
    display: none !important;
  }
  #container .pc {
    display: block !important;
  }
  #container .fade_block {
    transform: translateY(48px);
  }
  #container .ahover {
    transition: 0.3s;
  }
  #container .ahover:hover {
    opacity: 0.6;
  }
  /* -------------------------------------
     Gloal Layout
  ------------------------------------- */
  #container {
    grid-template-columns: 100%;
    padding: 0;
  }
  #container #py {
    height: 100px;
    top: auto;
    bottom: -50px;
  }
  #container .anchor a,
  #container .anchor a:link {
    top: -50px;
  }
  /* -------------------------------------
     header
  ------------------------------------- */
  #container {
    /* -------------------------------------
       normal
    */
    /* -------------------------------
        menu
    */
  }
  #container #header {
    position: absolute;
    z-index: 9999;
    /* -------------------------------------
    b_open
    ------------------------------------- */
  }
  #container #header.fixed {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
  }
  #container #header.open {
    height: auto;
  }
  #container .menu_2 {
    height: 50px;
    position: static;
  }
  #container .menu_2 nav {
    background: linear-gradient(#FCE6B4, #A18B5E);
    margin: 0 auto;
    width: 100%;
    height: 50px;
    z-index: 9999;
  }
  #container .menu_2 nav ul {
    display: grid;
    grid-template-columns: repeat(12, auto);
    justify-content: center;
    align-items: center;
    margin: 0;
  }
  #container .menu_2 nav ul li {
    width: 100%;
  }
  #container .menu_2 nav a,
  #container .menu_2 nav a:link {
    display: flex;
    align-items: center;
    font-family: "Lato", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-weight: bold;
    font-weight: 400;
    color: hsl(0, 0%, 100%);
    font-size: 1.6rem;
    line-height: 1;
    height: 50px;
    padding: 0 10px;
  }
  #container .menu_2 nav a span img,
  #container .menu_2 nav a:link span img {
    width: 20px;
  }
  #container.fixed .menu_2 nav {
    position: fixed;
    top: 0;
    left: 0;
    animation-fill-mode: backwards;
    animation-name: motion-pcmenu;
    animation-delay: 0s;
    animation-duration: 0.3s;
    animation-timing-function: ease-in-out;
  }
  /* -------------------------------------
     Contents Common
  ------------------------------------- */
  #container {
    /* -------------------------------------
       section
    ------------------------------------- */
  }
  #container section .item {
    width: 100%;
    margin: 0 0 40px;
  }
  #container section .item.float {
    display: flex;
  }
  #container section .item.float.justify {
    justify-content: space-between;
  }
  #container section .item.float.wrap {
    flex-wrap: wrap;
  }
  #container section .item.float.reverse {
    flex-direction: row-reverse;
  }
  #container section .item.float .float_l {
    width: 340px;
  }
  #container section .item.underline {
    padding: 0 0 40px;
  }
  #container section .item.framed {
    padding: 40px;
  }
  #container section .item.framed.float .float_l {
    width: 340px;
  }
  /* -------------------------------------
     footer
  ------------------------------------- */
  #footer {
    margin: 60px auto 0;
    padding: 60px;
    width: 100%;
    /* -------------------------------------
        link
    */
  }
  #footer .footer-sns span img {
    width: 40px;
  }
  #footer .copylight p {
    text-align: center;
    font-size: 1.2rem;
  }
  #footer .copylight small {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  /* =================================================
     unique layout
  ================================================= */
  /* -------------------------------------
     header
  ------------------------------------- */
  #container {
    /* -------------------------------------
       article
    ------------------------------------- */
  }
  #container #article {
    /* -------------------------------------
       section
    ------------------------------------- */
  }
  #container #article aside {
    /* -------------------------------------
        main
    ------------------------------------- */
  }
  #container #article aside.main .inner {
    display: block;
    width: 100%;
    min-height: auto;
    height: auto;
  }
  #container #article aside.main .inner figure {
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
  }
  #container #article aside.main .inner .main_img {
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
  }
  #container #article aside.main .inner .main_button {
    position: absolute;
    bottom: 60px;
    left: 60px;
    z-index: 2;
  }
  #container #article aside.main .inner .main_button img {
    width: 40%;
  }
  #container #article section {
    /* -------------------------------------
       common
    */
    /* -------------------------------------
        introduction
    */
    /* -------------------------------------
        news
    */
    /* -------------------------------------
        artist
    */
    /* -------------------------------------
        songlist
    */
    /* -------------------------------------
        schedule
    */
    /* -------------------------------------
        ticket
    */
    /* -------------------------------------
        streaming
    */
    /* -------------------------------------
        liveviewing
    */
    /* -------------------------------------
        guidance
    */
    /* -------------------------------------
        contact
    */
  }
  #container #article section .inner .content.content_1 {
    padding: 0;
  }
  #container #article section h3.h3_1 {
    text-align: center;
    height: auto;
    margin: 0 0 40px;
    padding: 0 60px;
    background: none;
  }
  #container #article section h3.h3_1::after {
    content: none;
  }
  #container #article section h3.h3_1::first-letter {
    color: #A18B5E;
    font-weight: 600;
    font-size: 8rem;
  }
  #container #article section h3.h3_1 span {
    bottom: 0;
    color: #221E1F;
    font-size: 6.5rem;
    letter-spacing: 0.25rem;
  }
  #container #article section h4.h4_1 {
    margin: 0 0 40px;
    font-size: 2.8rem;
  }
  #container #article section h4.h4_2 {
    margin: 0 0 40px;
    font-size: 2.8rem;
  }
  #container #article section h5 {
    margin: 0;
  }
  #container #article section h5 span.title {
    font-size: 1.6rem;
  }
  #container #article section p.txt {
    font-size: 1.6rem;
  }
  #container #article section p.txt_2 {
    font-size: 1.2rem;
  }
  #container #article section small {
    font-size: 1.2rem;
  }
  #container #article section.introduction .inner {
    margin-top: 60px;
  }
  #container #article section.introduction .inner .content {
    margin: 0 auto;
    padding-bottom: 50px;
  }
  #container #article section.introduction .inner .content::after {
    bottom: 60px;
    right: -50px;
    width: 400px;
    height: 400px;
  }
  #container #article section.introduction .inner .content .youtube,
  #container #article section.introduction .inner .content figure {
    margin: 0 auto 20px;
    width: 100%;
    max-width: 800px;
    box-sizing: border-box;
  }
  #container #article section.introduction .inner .content .youtube img,
  #container #article section.introduction .inner .content figure img {
    width: 100%;
  }
  #container #article section.introduction .inner .content p {
    margin: 0 auto;
    padding: 0 40px;
    max-width: 880px;
  }
  #container #article section.news .inner .content {
    margin: 0 auto;
    padding: 0 40px 60px;
    max-width: 880px;
  }
  #container #article section.news .inner .content p {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  #container #article section.news .inner .content p::after {
    height: 1px;
  }
  #container #article section.news .inner .content p span.time {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  #container #article section.news .inner .content p span.txt {
    font-size: 1.6rem;
  }
  #container #article section.artist .inner {
    padding: 60px 0;
    margin-bottom: 60px;
  }
  #container #article section.artist .inner h3.h3_1 span {
    color: hsl(0, 0%, 100%);
  }
  #container #article section.artist .inner .content .item {
    margin: 0 auto 40px;
    padding: 0 40px;
    max-width: 1280px;
  }
  #container #article section.artist .inner .content .item h4.h4_1 {
    margin: 0 0 20px;
  }
  #container #article section.artist .inner .content .item h4.h4_1 span.txt {
    font-size: 1.8rem;
  }
  #container #article section.artist .inner .content .item h4.h4_1 span.txt_2 {
    font-size: 1.4rem;
  }
  #container #article section.artist .inner .content .item.orchestra {
    max-width: 880px;
  }
  #container #article section.artist .inner .content .item.conductor {
    margin: 0 auto 60px;
    padding: 0 40px;
    max-width: 880px;
  }
  #container #article section.artist .inner .content .item.conductor figure {
    width: 320px;
  }
  #container #article section.artist .inner .content .item.conductor h5 span.name {
    grid-row: 1;
    grid-column: 1/2;
  }
  #container #article section.artist .inner .content .item.conductor h5 span.position {
    grid-row: 2;
    grid-column: 1/2;
  }
  #container #article section.artist .inner .content .item.musician, #container #article section.artist .inner .content .item.musician_sp {
    max-width: 880px;
  }
  #container #article section.artist .inner .content .item:first-of-type p.profile {
    max-width: 800px;
  }
  #container #article section.artist .inner .content .item figure {
    margin: 0 auto 20px;
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
  }
  #container #article section.artist .inner .content .item figure img {
    width: 100%;
  }
  #container #article section.artist .inner .content .item figure.conductor img {
    margin: 0;
    width: 100%;
  }
  #container #article section.artist .inner .content .item figure.portrait {
    width: 600px;
  }
  #container #article section.artist .inner .content .item ul {
    margin: 0 auto;
    max-width: 800px;
  }
  #container #article section.artist .inner .content .item ul li {
    margin: 0 0 30px;
  }
  #container #article section.artist .inner .content .item ul li figure {
    width: 100%;
    margin: 0 auto 20px;
  }
  #container #article section.artist .inner .content .item ul li figure img {
    height: auto;
    margin: 0;
  }
  #container #article section.artist .inner .content h5 {
    margin: 0 0 20px;
  }
  #container #article section.artist .inner .content h5 span.name {
    grid-row: 1;
    grid-column: 1/2;
    font-size: 1.8rem;
    margin-bottom: 0;
  }
  #container #article section.artist .inner .content h5 span.position {
    grid-row: 2;
    grid-column: 1/2;
    font-size: 1.4rem;
  }
  #container #article section.artist .inner .content h5 span.position.pc::before {
    content: "[]";
    display: block;
    text-indent: -99em;
    opacity: 0;
  }
  #container #article section.artist .inner .content p {
    margin: 0 auto 10px;
  }
  #container #article section.artist .inner .content p .profile {
    margin-bottom: 10px;
  }
  #container #article section.artist .inner .content p .profile::after {
    width: 100%;
    height: 1px;
  }
  #container #article section.songlist .inner .content {
    max-width: 880px;
    padding: 0 40px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  #container #article section.songlist .inner .content h4 {
    margin-bottom: 10px;
  }
  #container #article section.songlist .inner .content .item {
    width: 100%;
    margin: 48px auto;
  }
  #container #article section.schedule .inner .content {
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns: 320px auto;
    column-gap: 20px;
    margin: 0 auto;
    padding: 0 40px 60px;
    max-width: 880px;
    box-sizing: border-box;
  }
  #container #article section.schedule .inner .content .item {
    margin-bottom: 0;
  }
  #container #article section.schedule .inner .content .item:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
  }
  #container #article section.schedule .inner .content .item:nth-child(2) {
    grid-row: 2;
    grid-column: 1;
  }
  #container #article section.schedule .inner .content .item:nth-child(3) {
    grid-row: 3;
    grid-column: 1;
  }
  #container #article section.schedule .inner .content .map {
    grid-row: 1/4;
    grid-column: 2;
    width: 100%;
    height: auto;
  }
  #container #article section.schedule .inner .content a,
  #container #article section.schedule .inner .content a:link {
    margin-bottom: 40px;
    padding: 5px 40px;
    border-radius: 60px;
  }
  #container #article section.schedule .inner .content a span,
  #container #article section.schedule .inner .content a:link span {
    font-size: 2rem;
  }
  #container #article section.schedule .inner .content h4.h4_1 {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  #container #article section.schedule .inner .content P {
    margin-bottom: 20px;
  }
  #container #article section.ticket .inner::after {
    width: 600px;
    height: 600px;
  }
  #container #article section.ticket .inner .content {
    margin: 0 auto;
    padding: 0 40px 40px;
    max-width: 880px;
  }
  #container #article section.ticket .inner .content::after {
    width: 600px;
    height: 600px;
  }
  #container #article section.ticket .inner .content .item {
    margin: 0 0 20px;
  }
  #container #article section.ticket .inner .content table {
    margin-left: 20px;
    width: 800px;
  }
  #container #article section.ticket .inner .content table tbody {
    display: inline-flex;
    flex-wrap: wrap;
  }
  #container #article section.ticket .inner .content table tr {
    position: relative;
    width: 300px;
  }
  #container #article section.ticket .inner .content table th,
  #container #article section.ticket .inner .content table td {
    font-size: 2.4rem;
  }
  #container #article section.ticket .inner .content table th {
    width: 80px;
  }
  #container #article section.ticket .inner .content table td {
    padding-right: 20px;
  }
  #container #article section.ticket .inner .content h4.h4_3 {
    padding-left: 20px;
    margin: 5px 0 0;
    width: 100%;
    box-sizing: border-box;
  }
  #container #article section.ticket .inner .content h4.h4_3 span.txt {
    font-size: 1.6rem;
  }
  #container #article section.ticket .inner .content h4.h4_3 span.txt::after {
    height: 1px;
  }
  #container #article section.ticket .inner .content h4.h4_3 span.frame {
    margin: 10px 0 5px;
    padding: 0 10px;
    font-size: 14px;
  }
  #container #article section.ticket .inner .content h4.h4_3 span.time {
    font-size: 1.6rem;
    margin-top: 10px;
  }
  #container #article section.ticket .inner .content p {
    margin: 10px 0 0 0;
    padding-left: 20px;
    width: 100%;
    max-width: 780px;
  }
  #container #article section.ticket .inner .content ul {
    width: 100%;
    max-width: 780px;
    margin: 10px auto 0;
  }
  #container #article section.ticket .inner .content figure {
    max-width: 780px;
    margin: 10px 0 0 20px;
    box-sizing: border-box;
  }
  #container #article section.streaming .inner .content {
    margin: 0 auto;
    padding: 0 40px 40px;
    max-width: 880px;
  }
  #container #article section.streaming .inner .content .item {
    margin: 0 0 20px;
  }
  #container #article section.streaming .inner .content h4.h4_3 {
    padding-left: 20px;
    margin: 5px 0 0;
    width: 100%;
    box-sizing: border-box;
  }
  #container #article section.streaming .inner .content h4.h4_3 span.txt {
    font-size: 1.6rem;
  }
  #container #article section.streaming .inner .content h4.h4_3 span.txt::after {
    height: 1px;
  }
  #container #article section.streaming .inner .content h4.h4_3 span.frame {
    margin: 10px 0 5px;
    padding: 0 10px;
    font-size: 14px;
  }
  #container #article section.streaming .inner .content h4.h4_3 span.time {
    font-size: 1.6rem;
    margin-top: 10px;
  }
  #container #article section.streaming .inner .content p {
    margin: 10px 0 0 0;
    padding-left: 20px;
    width: 100%;
    max-width: 780px;
  }
  #container #article section.streaming .inner .content ul,
  #container #article section.streaming .inner .content ol {
    width: 100%;
    max-width: 780px;
    margin: 10px auto 0;
  }
  #container #article section.liveviewing .inner .content {
    padding-bottom: 100px;
  }
  #container #article section.liveviewing .inner .content span {
    margin-top: 60px;
  }
  #container #article section.liveviewing .inner .content p span {
    font-size: 2.4rem;
  }
  #container #article section.guidance .inner .content {
    padding: 0 40px;
    box-sizing: border-box;
  }
  #container #article section.guidance .inner .content span {
    margin-top: 60px;
  }
  #container #article section.guidance .inner .content p span {
    font-size: 2.4rem;
  }
  #container #article section.guidance .inner .content .item {
    max-width: 800px;
    margin: 0 auto 40px;
  }
  #container #article section.contact .inner .content {
    padding-bottom: 60px;
  }
  #container #article section.contact .inner .content a,
  #container #article section.contact .inner .content a:link {
    padding: 5px 80px;
    border-radius: 10px;
  }
  #container #article section.contact .inner .content a span,
  #container #article section.contact .inner .content a:link span {
    font-size: 2.4rem;
  }
}/*# sourceMappingURL=global.css.map */