@charset "UTF-8";
/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
/*
 * Normalization
 */
:root {
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

audio:not([controls]) {
  display: none;
}

details {
  display: block;
}

input[type="number"] {
  width: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

summary {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 70%;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

[unselectable] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/*
 * Universal inheritance
 */
*,
::after,
::before {
  box-sizing: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
*,
*::before,
*::after {
  border-style: solid;
  border-width: 0;
}

* {
  margin: 0;
  padding: 0;
}

:root {
  box-sizing: border-box;
  cursor: default;
  font-family: sans-serif;
  line-height: 1.6em;
  text-rendering: optimizeLegibility;
  vertical-align: top;
}

* {
  cursor: inherit;
}

a,
button,
input,
select,
textarea {
  cursor: initial;
}

button,
input,
select,
textarea {
  background: transparent;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

input {
  min-height: 1.6em;
}

nav ol,
nav ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
}

::-moz-selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

::selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #0e3d79;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 20px;
  background: transparent;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  background: transparent;
}

#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc;
}

#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc;
}

#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: bottom left;
}

#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: bottom right;
}

#cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  background: url(../images/popup-close.png) no-repeat top center;
  width: 58px;
  height: 58px;
  background-size: contain;
  text-indent: -9999px;
}

@media only screen and (max-width: 767px) {
  #cboxContent #cboxClose {
    width: 44px;
    height: 44px;
    top: -20px;
  }
}
#cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  background: url(../images/popup-close.png) no-repeat top center;
  width: 58px;
  height: 58px;
  background-size: contain;
  text-indent: -9999px;
}

#cboxClose:hover {
  background-position: bottom center;
}

a:link {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .hidden-sp, .globalNav {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .hidden-tb {
    display: none !important;
  }
}

@media (min-width: 1080px) {
  .hidden-pc {
    display: none !important;
  }
}

@media only screen and (max-width: 1079px) {
  .hidden-sp-tb {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-tb-pc {
    display: none !important;
  }
}

html {
  font-size: 80%;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 60%;
  }
}

body {
  color: #fff;
  background-color: #000;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media only screen and (max-width: 767px) {
  body {
    line-height: 1.4;
  }
}
@media (min-width: 768px) {
  body {
    line-height: 2;
  }
}

.m-textLead {
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 2;
}

.m-textCenter {
  text-align: center;
}

.m-textRight {
  text-align: right;
}

.m-textLink {
  font-family: "Khand", sans-serif;
  font-weight: 500;
  letter-spacing: 0.3em;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  font-size: 0.9rem;
  line-height: 1;
  padding-bottom: 0.6em;
  position: relative;
}
.m-textLink::before {
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.m-textLink:hover {
  opacity: 0.8;
}

.m-inlineBlock {
  display: inline-block;
}

.m-imgResponsive img {
  width: 100%;
}

.no-scroll {
  overflow: hidden;
}

.m-containerInner {
  margin-right: auto;
  margin-left: auto;
  width: 1068px;
  width: 884px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .m-containerInner {
    width: 720px;
  }
}
@media only screen and (max-width: 767px) {
  .m-containerInner {
    width: 87.5vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .m-containerInner {
    width: 640px;
  }
}
@media only screen and (max-width: 767px) {
  .m-containerInner {
    width: 72vw;
  }
}

.m-sectionNormal, .sectionTicket {
  margin-right: auto;
  margin-left: auto;
  width: 1068px;
  margin-bottom: 160px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .m-sectionNormal, .sectionTicket {
    width: 720px;
  }
}
@media only screen and (max-width: 767px) {
  .m-sectionNormal, .sectionTicket {
    width: 87.5vw;
  }
}
@media only screen and (max-width: 767px) {
  .m-sectionNormal, .sectionTicket {
    margin-bottom: 20vw;
  }
}

.m-sectionTitle {
  text-align: center;
  line-height: 1;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .m-sectionTitle {
    margin-bottom: 40px;
  }
}

.m-sectionTitle__main {
  font-family: "Khand", sans-serif;
  font-weight: 500;
  letter-spacing: 0.3em;
  display: block;
  font-size: 2.2rem;
  letter-spacing: 0.4em;
  padding-left: 0.4em;
  margin-bottom: 0.8em;
}

.m-sectionTitle__sub {
  display: block;
  font-weight: normal;
}

.m-smallTitle {
  font-family: "Khand", sans-serif;
  font-weight: 500;
  letter-spacing: 0.3em;
  color: #c1a94c;
  font-size: 0.9rem;
  margin-bottom: 0.6rem;
}

.m-smallTitle__sub {
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 0.8rem;
}

.m-boxList, .m-boxList--center, .m-boxList--col4, .m-boxList--col1 {
  overflow: hidden;
}

.m-boxList--center .m-boxList__single {
  float: none;
  margin-right: auto;
  margin-left: auto;
}

.m-boxList__single {
  width: 33.333333%;
  float: left;
  position: relative;
  overflow: hidden;
}
.m-boxList__single a {
  display: block;
}
.m-boxList__single a:hover .m-boxList__image::before, .m-boxList__single a.hovered .m-boxList__image::before {
  bottom: 0;
}
.m-boxList__single a:hover .m-boxList__image::after, .m-boxList__single a.hovered .m-boxList__image::after {
  opacity: 1;
}
.m-boxList__single a:hover .m-boxList__text, .m-boxList__single a.hovered .m-boxList__text {
  opacity: 0.5;
}
.m-boxList__single img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .m-boxList__single {
    width: 50%;
  }
}

.m-boxList__text {
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .m-boxList__text {
    font-size: 1rem;
    line-height: 1.6;
  }
}

.m-boxList__text--sub {
  font-family: "Khand", sans-serif;
  font-weight: 500;
  letter-spacing: 0.3em;
  font-size: 1rem;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .m-boxList__text--sub {
    font-size: 0.8rem;
  }
}

.m-boxList__image::before {
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  content: '';
  position: absolute;
  width: 100%;
  height: 140%;
  bottom: -100%;
  left: 0;
  background: linear-gradient(to top, rgba(169, 34, 35, 0.7) 0%, rgba(169, 34, 35, 0.7) 75%, rgba(169, 34, 35, 0) 100%);
}
.m-boxList__image::after {
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  font-family: "Khand", sans-serif;
  font-weight: 500;
  letter-spacing: 0.3em;
  content: 'MORE';
  opacity: 0;
}

.m-boxList__single:nth-child(2n) .m-boxList__image::before {
  background: linear-gradient(to top, rgba(14, 61, 121, 0.7) 0%, rgba(14, 61, 121, 0.7) 75%, rgba(14, 61, 121, 0) 100%);
}

.m-boxList--col4 {
  font-size: 0;
  text-align: center;
}
.m-boxList--col4 .m-boxList__single {
  width: 25%;
  float: none;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .m-boxList--col4 .m-boxList__single {
    width: 50%;
  }
}

.m-boxList--col1 .m-boxList__single {
  width: 100%;
}
.m-boxList--col1 .m-boxList__single .m-boxList__image::before {
  background: linear-gradient(to top, rgba(14, 61, 121, 0.7) 0%, rgba(14, 61, 121, 0.7) 75%, rgba(14, 61, 121, 0) 100%);
}
@media only screen and (max-width: 767px) {
  .m-boxList--col1 .m-boxList__single img {
    width: 140%;
    margin-left: -20%;
  }
}

.m-btn, .m-btn--closed, .m-btn--center {
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  font-family: "Khand", sans-serif;
  font-weight: 500;
  letter-spacing: 0.3em;
  display: block;
  border: 3px solid #a92223;
  color: #a92223;
  line-height: 44px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.m-btn::before, .m-btn--closed::before, .m-btn--center::before {
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  content: '';
  width: 100%;
  height: 200%;
  background-color: #a92223;
  position: absolute;
  bottom: -600%;
  left: 0;
  -ms-transform: skewY(-25deg);
      transform: skewY(-25deg);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .m-btn, .m-btn--closed, .m-btn--center {
    font-size: 1.2rem;
  }
}

.m-btn--closed {
  border-color: #898989;
  color: #898989;
}

a.m-btn:hover, a.m-btn--closed:hover, a.m-btn--center:hover {
  color: #000;
}
a.m-btn:hover::before, a.m-btn--closed:hover::before, a.m-btn--center:hover::before {
  bottom: 0;
  -ms-transform: skewY(0);
      transform: skewY(0);
}

.m-btn--center {
  width: 184px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .m-btn--center {
    max-width: 100%;
  }
}

.m-cols2, .m-cols2--center, .m-cols4 {
  overflow: hidden;
  margin-right: -18px;
  margin-left: -18px;
}
@media only screen and (max-width: 767px) {
  .m-cols2, .m-cols2--center, .m-cols4 {
    margin-right: -4vw;
    margin-left: -4vw;
  }
}

.m-cols2 .m-cols__col, .m-cols2--center .m-cols__col {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .m-cols2 .m-cols__col, .m-cols2--center .m-cols__col {
    width: 100%;
  }
}

.m-cols2--flex {
  display: -ms-flexbox;
  display: flex;
}
.m-cols2--flex .m-cols__col {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .m-cols2--flex .m-cols__col {
    width: 100%;
  }
}

.m-cols2--center .m-cols__col {
  float: none;
  margin-right: auto;
  margin-left: auto;
}

.m-cols4 .m-cols__col {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .m-cols4 .m-cols__col {
    width: 50%;
  }
}

.m-cols__col {
  float: left;
  box-sizing: border-box;
  padding-right: 18px;
  padding-left: 18px;
}
@media only screen and (max-width: 767px) {
  .m-cols__col {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}

body.popup {
  background-color: transparent;
}

.popupContainer {
  min-height: 668px;
}
@media (min-width: 768px) {
  .popupContainer {
    max-height: 100vh;
    overflow: scroll;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .popupContainer {
    min-height: 435px;
  }
}
@media only screen and (max-width: 767px) {
  .popupContainer {
    min-height: 95vw;
    max-height: 95vh;
    overflow: visible;
    padding: 20px 0;
  }
}

.globalHeader {
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  margin-right: auto;
  margin-left: auto;
  width: 1068px;
  height: 120px;
  position: fixed;
  top: 10px;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  z-index: 1000;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .globalHeader {
    width: 720px;
  }
}
@media only screen and (max-width: 767px) {
  .globalHeader {
    width: 87.5vw;
  }
}
@media only screen and (max-width: 767px) {
  .globalHeader {
    height: 20vw;
    top: 7vw;
  }
}

.globalHeader__logo {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.globalHeader__logo img, .globalHeader__logo svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  height: 100%;
}

.globalNav {
  *zoom: 1;
  position: relative;
  z-index: 1500;
}
.globalNav:after {
  content: "";
  display: table;
  clear: both;
}
.globalNav li {
  float: left;
  width: 13%;
}
.globalNav li:nth-child(3) {
  margin-right: 22%;
}
.globalNav li:nth-child(n + 4) {
  text-align: right;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .globalNav li {
    width: 16%;
  }
  .globalNav li:nth-child(3) {
    margin-right: 4%;
  }
}
.globalNav a {
  font-family: "Khand", sans-serif;
  font-weight: 500;
  letter-spacing: 0.3em;
  font-size: 20px;
  color: #fff;
  line-height: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .globalNav a {
    letter-spacing: 3px;
  }
}

.curtain--opening .globalHeader {
  margin-right: auto;
  margin-left: auto;
  width: 1068px;
  width: 884px;
  height: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .curtain--opening .globalHeader {
    width: 720px;
  }
}
@media only screen and (max-width: 767px) {
  .curtain--opening .globalHeader {
    width: 87.5vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .curtain--opening .globalHeader {
    width: 640px;
  }
}
@media only screen and (max-width: 767px) {
  .curtain--opening .globalHeader {
    width: 72vw;
  }
}
@media only screen and (max-width: 767px) {
  .curtain--opening .globalHeader {
    height: 14vw;
  }
}
.curtain--opening .globalNav li {
  line-height: 100px;
}
@media (min-width: 1080px) {
  .curtain--opening .globalNav li {
    width: 15%;
  }
  .curtain--opening .globalNav li:nth-child(3) {
    margin-right: 10%;
  }
}

.windowCurtain--left, .windowCurtain--right {
  background-repeat: no-repeat;
  position: fixed;
  width: 50vw;
  height: 100vh;
  top: 0;
  background-size: cover;
  z-index: 100;
}

.windowCurtain--left {
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  left: 0;
  background-image: url("../images/curtain-left.gif");
  background-position: right center;
}

.windowCurtain--right {
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  right: 0;
  background-image: url("../images/curtain-right.gif");
  background-position: left center;
}

.curtain--opening .windowCurtain--left {
  left: calc( 1068px / -2);
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .curtain--opening .windowCurtain--left {
    left: calc( 720px / -2);
  }
}
@media only screen and (max-width: 767px) {
  .curtain--opening .windowCurtain--left {
    left: calc( 87.5vw / -2);
  }
}
.curtain--opening .windowCurtain--right {
  right: calc( 1068px / -2);
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .curtain--opening .windowCurtain--right {
    right: calc( 720px / -2);
  }
}
@media only screen and (max-width: 767px) {
  .curtain--opening .windowCurtain--right {
    right: calc( 87.5vw / -2);
  }
}

.sectionKey {
  z-index: 900;
  position: absolute;
}

.sectionKey__inner {
  position: relative;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

.sectionKey__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sectionKey__title {
    width: 55vw;
    bottom: 10vh;
  }
}

.sectionKey__title__logo {
  transition: all 0.25s cubic-bezier(0.65, 0.01, 0.76, 0.88);
  width: 404px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .sectionKey__title__logo {
    margin-bottom: 3vw;
    width: 54.6vw;
  }
}

.curtain--opening .sectionKey__title__logo {
  -ms-transform: scale(0.9);
      transform: scale(0.9);
}

.sectionKey__title__date {
  transition: all 0.25s cubic-bezier(0.65, 0.01, 0.76, 0.88);
}
@media only screen and (max-width: 767px) {
  .sectionKey__title__date {
    width: 34.3vw;
  }
}

.curtain--opening .sectionKey__title__date {
  opacity: 0;
}

.sectionKey__gather {
  transition: all 0.25s cubic-bezier(0.65, 0.01, 0.76, 0.88);
}
.sectionKey__gather img {
  transition: all 0.25s cubic-bezier(0.65, 0.01, 0.76, 0.88);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  top: 130px;
  left: 660px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .sectionKey__gather img {
    left: 560px;
  }
}
@media only screen and (max-width: 767px) {
  .sectionKey__gather img {
    width: 28vw;
    top: 4vw;
    left: 68vw;
  }
}

.curtain--opening .sectionKey__gather {
  opacity: 0;
}
.curtain--opening .sectionKey__gather img {
  -ms-transform: scale(1.1) translate(60px, 20px);
      transform: scale(1.1) translate(60px, 20px);
}

.sectionKey__closed {
  transition: all 0.25s cubic-bezier(0.65, 0.01, 0.76, 0.88);
}
.sectionKey__closed img {
  transition: all 0.25s cubic-bezier(0.65, 0.01, 0.76, 0.88);
  position: absolute;
  top: 370px;
  right: 350px;
  bottom: 0;
  left: 0;
  margin: auto;
}

.curtain--opening .sectionKey__closed {
  opacity: 0;
}
.curtain--opening .sectionKey__closed img {
  -ms-transform: scale(1.1) translate(-40px, 15px);
      transform: scale(1.1) translate(-40px, 15px);
}

.sectionKey__lead {
  transition: all 0.25s cubic-bezier(0.65, 0.01, 0.76, 0.88);
  margin-right: auto;
  margin-left: auto;
  width: 1068px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15vh;
  letter-spacing: 0.2em;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .sectionKey__lead {
    width: 720px;
  }
}
@media only screen and (max-width: 767px) {
  .sectionKey__lead {
    width: 87.5vw;
  }
}

.curtain--opening .sectionKey__lead {
  opacity: 0;
  -ms-transform: scale(1.1) translate(-30px, 10px);
      transform: scale(1.1) translate(-30px, 10px);
}

.sectionKey__scroll {
  transition: all 0.25s cubic-bezier(0.65, 0.01, 0.76, 0.88);
  font-family: "Khand", sans-serif;
  font-weight: 500;
  letter-spacing: 0.3em;
  position: absolute;
  bottom: 5vh;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.curtain--opening .sectionKey__scroll {
  opacity: 0;
  -ms-transform: scale(1.1) translate(0, 20px);
      transform: scale(1.1) translate(0, 20px);
}

.sectionConcept__upper {
  background: url("../images/concept-bg.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom 27em;
  background-color: #000;
  padding-top: 195vh;
}
@media only screen and (max-width: 767px) {
  .sectionConcept__upper {
    background-position: center bottom 50em;
  }
}

.sectionConcept__lead {
  text-align: center;
  line-height: 2.6;
  padding-bottom: 110px;
}

.sectionConcept__lower {
  background-color: #000;
  margin-top: -1px;
}

.sck {
  margin-right: auto;
  margin-left: auto;
  width: 1068px;
  width: 884px;
  background-color: #0e3d79;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .sck {
    width: 720px;
  }
}
@media only screen and (max-width: 767px) {
  .sck {
    width: 87.5vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .sck {
    width: 640px;
  }
}
@media only screen and (max-width: 767px) {
  .sck {
    width: 72vw;
  }
}

.sck__text {
  position: relative;
  z-index: 10;
}
.sck__text p {
  margin-bottom: 2.5rem;
}
.sck__text p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1080px) {
  .sck__text {
    padding: 65px 70px 65px 390px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .sck__text {
    padding: 300px 40px 230px;
  }
}
@media only screen and (max-width: 767px) {
  .sck__text {
    padding: 50vw 5vw 14vw;
  }
}

@media only screen and (max-width: 767px) {
  .sck__onair {
    width: 60%;
  }
}

.sck__yoyoyosuke {
  position: absolute;
  right: 20px;
  bottom: 0;
  z-index: 1;
}
@media (min-width: 1080px) {
  .sck__yoyoyosuke {
    top: -50px;
    bottom: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .sck__yoyoyosuke {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .sck__yoyoyosuke {
    width: 26vw;
    right: 1vw;
  }
}

.sck__logo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 180px;
  left: 100px;
  margin-left: 0;
}
@media only screen and (max-width: 1079px) {
  .sck__logo {
    top: 40px;
    left: 0;
    margin-left: auto;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sck__logo {
    top: 5vw;
    width: 28vw;
  }
}

.sck__logoBg {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.sck__logoBg__inner {
  background-color: #a92223;
  width: 500px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -290px;
  -ms-transform: skewX(-35deg);
      transform: skewX(-35deg);
}
@media only screen and (max-width: 1079px) {
  .sck__logoBg__inner {
    left: -400px;
    height: 1000px;
  }
}
@media only screen and (max-width: 767px) {
  .sck__logoBg__inner {
    width: 100vw;
    height: 100vw;
    left: -85vw;
  }
}

.artistComingsoon {
  border: 4px solid #a92223;
  color: #a92223;
  text-align: center;
  padding: 40px 0;
  font-size: 2rem;
  font-family: "Khand", sans-serif;
  font-weight: 500;
  letter-spacing: 0.3em;
  margin-right: auto;
  margin-left: auto;
  width: 1068px;
  width: 884px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .artistComingsoon {
    width: 720px;
  }
}
@media only screen and (max-width: 767px) {
  .artistComingsoon {
    width: 87.5vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .artistComingsoon {
    width: 640px;
  }
}
@media only screen and (max-width: 767px) {
  .artistComingsoon {
    width: 72vw;
  }
}
@media (min-width: 1080px) {
  .artistComingsoon {
    width: 700px;
  }
}

.artistDetail, .artistDetail--djs {
  margin-right: auto;
  margin-left: auto;
  width: 1068px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .artistDetail, .artistDetail--djs {
    width: 720px;
  }
}
@media only screen and (max-width: 767px) {
  .artistDetail, .artistDetail--djs {
    width: 87.5vw;
  }
}
@media only screen and (max-width: 767px) {
  .artistDetail, .artistDetail--djs {
    display: block;
    *zoom: 1;
  }
  .artistDetail:after, .artistDetail--djs:after {
    content: "";
    display: table;
    clear: both;
  }
}

.artistDetail__image {
  width: 50%;
}
.artistDetail__image img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .artistDetail__image {
    width: 40%;
    float: left;
    padding: 0 2rem 1rem 0;
  }
}

.artistDetail__text {
  width: 50%;
  padding-left: 70px;
}
@media only screen and (max-width: 767px) {
  .artistDetail__text {
    width: 100%;
    padding-left: 0;
  }
}

.artistDetail__text__description {
  margin-bottom: 2em;
}

.artistDetail--djs {
  padding-bottom: 20px;
  min-height: 280px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .artistDetail--djs {
    min-height: 183px;
  }
}
@media only screen and (max-width: 767px) {
  .artistDetail--djs {
    min-height: 0;
    padding-bottom: 5px;
  }
  .artistDetail--djs .artistDetail__image {
    width: 30%;
    padding: 0 1rem 0.5rem 0;
  }
}
.artistDetail--djs .artistDetail__text__description {
  margin-bottom: 0;
}

.sectionGoods__text {
  margin: 50px 0;
  line-height: 3;
}
@media only screen and (max-width: 767px) {
  .sectionGoods__text {
    margin: 10vw 0;
  }
}

.sectionTicket {
  margin-right: auto;
  margin-left: auto;
  width: 1068px;
  width: 884px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .sectionTicket {
    width: 720px;
  }
}
@media only screen and (max-width: 767px) {
  .sectionTicket {
    width: 87.5vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .sectionTicket {
    width: 640px;
  }
}
@media only screen and (max-width: 767px) {
  .sectionTicket {
    width: 72vw;
  }
}

.ticketLead {
  margin: 100px 0;
  text-align: center;
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .ticketLead {
    margin: 6vw 0 12vw;
  }
}

.ticketTypes {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.ticketTypes__type {
  width: calc(50% - 18px);
  text-align: center;
  border-top: 1px solid #282828;
  border-bottom: 1px solid #282828;
  padding: 30px 0;
}
@media only screen and (max-width: 767px) {
  .ticketTypes__type {
    width: 100%;
  }
  .ticketTypes__type:first-child {
    border-bottom: none;
  }
}
.ticketTypes__type h1 {
  font-size: 1.3rem;
  margin-bottom: 1em;
}

.ticketTypes__type__row {
  border-bottom: 1px solid #282828;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.ticketTypes__type__row:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.ticketType__student {
  border: 16px solid #313131;
  margin-top: 30px;
  padding: 40px;
  text-align: center;
}

.ticketType__student__head {
  font-size: 1.5rem;
  margin-bottom: 1em;
}

.ticketType__singleLine {
  line-height: 3em;
}

.ticketWeb {
  margin: 50px 0 30px;
}
@media only screen and (max-width: 767px) {
  .ticketWeb {
    margin: 30px 0 15px;
  }
}

.advanceReservation {
  margin-top: 100px;
  border: 4px solid #0e3d79;
  padding: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .advanceReservation {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .advanceReservation {
    margin-top: 10vw;
    padding: 5vw;
  }
}
.advanceReservation *:last-child {
  margin-bottom: 0;
}
.advanceReservation .m-btn, .advanceReservation .m-btn--closed, .advanceReservation .m-btn--center {
  margin: 0 20%;
}
@media only screen and (max-width: 767px) {
  .advanceReservation .m-btn, .advanceReservation .m-btn--closed, .advanceReservation .m-btn--center {
    margin-left: 0;
    margin-right: 0;
  }
}

.advanceReservation__title {
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .advanceReservation__title {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}

.advanceReservation__reception, .advanceReservation__subTitle {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .advanceReservation__reception, .advanceReservation__subTitle {
    font-size: 1.4rem;
    text-align: left;
    margin-bottom: 2rem;
  }
}

.advanceReservation__subTitle {
  margin-bottom: 20px;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .advanceReservation__subTitle {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 1.4rem;
    margin-top: 1.4rem;
  }
}

.advanceReservation__btn {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .advanceReservation__btn {
    margin-bottom: 2rem;
  }
}

.advanceReservation__small {
  font-size: 0.9rem;
}

.movies {
  margin-right: auto;
  margin-left: auto;
  width: 1068px;
  width: 884px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .movies {
    width: 720px;
  }
}
@media only screen and (max-width: 767px) {
  .movies {
    width: 87.5vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .movies {
    width: 640px;
  }
}
@media only screen and (max-width: 767px) {
  .movies {
    width: 72vw;
  }
}

.movies__movie {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .movies__movie {
    margin-top: 20px;
  }
}
.movies__movie iframe {
  max-width: 100%;
}

.accessMap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.accessMap iframe,
.accessMap object,
.accessMap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.accessLink {
  margin: 20px 20px 0 0;
}

@media (min-width: 768px) {
  .placeTitle {
    float: left;
    padding: 0 70px 3em 0;
  }
}

#sponsor,
#sponsorSpecial01,
#sponsorSpecial02 {
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  #sponsor,
  #sponsorSpecial01,
  #sponsorSpecial02 {
    margin-bottom: 15vw;
  }
}

.globalFooter {
  margin-right: auto;
  margin-left: auto;
  width: 1068px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .globalFooter {
    width: 720px;
  }
}
@media only screen and (max-width: 767px) {
  .globalFooter {
    width: 87.5vw;
  }
}
.globalFooter .copyright {
  font-family: "Khand", sans-serif;
  font-weight: 500;
  letter-spacing: 0.3em;
  color: #898989;
  letter-spacing: 1px;
  padding: 150px 0 30px;
}
.globalFooter .copyright small {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .globalFooter .copyright {
    padding-bottom: 30vw;
  }
}

.globalFooter__logo01 {
  margin-bottom: 30px;
}
.globalFooter__logo01 img, .globalFooter__logo01 svg {
  width: 76px;
}

.globalFooter__logo02 {
  margin-bottom: 80px;
}
.globalFooter__logo02 img, .globalFooter__logo02 svg {
  width: 225px;
}

.globalFooter__pagetop {
  position: absolute;
  bottom: -5px;
  right: 30px;
}
@media only screen and (max-width: 767px) {
  .globalFooter__pagetop {
    right: 0;
  }
  .globalFooter__pagetop img {
    width: 40vw;
  }
}
