@charset "UTF-8";
/*===================================
 breakpoint
===================================*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}

::-webkit-scrollbar-track {
  background: #c59aeb;
}

::-webkit-scrollbar-thumb {
  background: #ffffff;
}

a {
  color: #ffffff;
  text-decoration: none;
}

body {
  background-color: #9800ff;
  color: #ffffff;
  font-family: 'TsukuOldMinPro-R','FOT-筑紫オールド明朝 Pro R', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  padding: 0;
}

h1, h2, h3, button {
  font-family: 'TsukuOldMinPro-R','FOT-筑紫オールド明朝 Pro R', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-weight: 400;
}

ul {
  list-style-type: none;
}

table {
  border: 1px solid #ffffff;
  border-collapse: collapse;
  font-size: 12px;
}

td {
  border: 1px solid #ffffff;
  border-collapse: collapse;
  font-size: 12px;
  padding: 10px;
}

iframe {
  overflow: hidden;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  cursor: pointer;
  outline: none;
  padding: 0;
}

button:focus {
  border: none;
  outline: none;
}

.pc-break {
  display: block;
}

.sp-break {
  display: none;
}

.english-light {
  font-family: "din-2014", sans-serif;
  font-style: normal;
  font-weight: 300;
}

.english-regular {
  font-family: "din-2014", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
}

h2 {
  font-size: 34px;
  line-height: 1;
}

h3.english-regular {
  font-size: 20px;
  margin: 0px 0px;
}

h3.english-regular.caps {
  font-size: 42px;
  line-height: 1.2;
}

p.english-light {
  font-size: 10px;
  letter-spacing: 0.03em;
}

a.english-light {
  font-size: 10px;
  letter-spacing: 0.03em;
}

p.japanese {
  font-family: "TsukuOldMinPro-R";
  font-size: 10px;
  margin: 0px;
  padding: 0px;
}

.vertical-text {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}

#loader {
  -webkit-transition: opacity 1s;
  background-color: #9800ff;
  height: 100vh;
  opacity: 1;
  position: fixed;
  transition: opacity 1s;
  width: 100vw;
  z-index: 1000;
}

#load-logo {
  -webkit-transform: translate(-50%, -50%);
  height: 76vh;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

#main-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: 8px 16px;
  position: fixed;
  right: 0;
  text-align: right;
  width: 250px;
}

@media screen and (max-width: 992px) {
  #main-title {
    display: none;
  }
}

#main-title #main-top {
  height: 100%;
  opacity: .2;
  position: absolute;
  right: 0;
  z-index: -1;
}

#main-title #main-top img {
  height: 100%;
}

#ticket-button-main {
  -webkit-transition: opacity ease-in-out .6s;
  background-color: #ffffff;
  bottom: 0;
  color: #9800ff;
  height: 68px;
  line-height: 60px;
  opacity: 1;
  opacity: 1;
  position: fixed;
  right: 0;
  text-align: center;
  transition: opacity ease-in-out .6s;
  width: 240px;
}

#ticket-button-main a {
  color: #9800ff;
  font-size: 1.2em;
}

#ticket-button-main:hover {
  opacity: 0.7;
}

@media screen and (max-width: 992px) {
  #ticket-button-main {
    height: 60px;
    line-height: 60px;
    width: 80%;
  }
  #ticket-button-main a.ticket-link {
    font-size: 1.2em;
  }
}

#main-copyright {
  line-height: 3;
}

#hamburger-toggle-container {
  -webkit-transition: opacity ease-in-out .6s;
  -webkit-transform: translateY(50%);
  bottom: 50%;
  display: none;
  height: 56px;
  opacity: 1;
  position: absolute;
  right: 0;
  transform: translateY(50%);
  transition: opacity ease-in-out .6s;
  width: 56px;
}

@media screen and (max-width: 992px) {
  #hamburger-toggle-container {
    display: block;
  }
}

#hamburger-toggle-container:hover {
  opacity: .7;
}

#hamburger-toggle-container #hamburger-toggle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #9800ff;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

#hamburger-toggle-container #hamburger-icon {
  -webkit-transition: opacity .6s;
  height: 65%;
  opacity: .9;
  transition: opacity .6s;
  width: 65%;
}

#hamburger-toggle-container #hamburger-icon.close p {
  color: #ffffff;
}

#hamburger-toggle-container #hamburger-icon.open p {
  color: #9800ff;
}

#hamburger-toggle-container #hamburger-icon:hover {
  opacity: 0.7;
}

@media screen and (max-width: 992px) {
  #close-menu {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: none;
    background-color: #8800E5;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    justify-content: center;
    opacity: 1;
    padding: .3em;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    z-index: 100;
  }
  #close-menu .menu-icon {
    -webkit-transition: opacity .6s;
    height: 65%;
    opacity: .9;
    transition: opacity .6s;
    width: 65%;
  }
  #close-menu .menu-icon.close p {
    color: #ffffff;
  }
}

img#title-jp {
  margin-bottom: 1.5em;
  width: 100%;
}

#dates {
  font-size: 42px;
  line-height: 1.2;
  margin: .5em 0 1em 0;
}

#placeContainer {
  -webkit-transform: translate(-50%, -50%);
  height: 600px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 350px;
  z-index: -2;
}

@media screen and (max-width: 992px) {
  #placeContainer {
    height: 100%;
    width: 100%;
  }
}

#placePlayer {
  height: 100%;
  width: 100%;
}

#left-menu {
  background-color: #9800ff;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 260px;
}

#left-menu.show {
  -webkit-transform: translateX(0%);
  -webkit-transition: all .6s ease;
  left: 0px;
  transform: translateX(0%);
  transition: all .6s ease;
}

#left-menu #title-date {
  display: none;
}

#left-menu #title-date img {
  margin-bottom: 1em;
  width: 70%;
}

#left-menu #title-date h3 {
  font-size: 21px;
}

#left-menu #left-menu-contents {
  -webkit-transform: translateY(-50%);
  overflow: hidden;
  padding: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  width: 240px;
}

#left-menu #left-menu-contents #info-bar,
#left-menu #left-menu-contents #info-bar-middle,
#left-menu #left-menu-contents #menu-bottom-links {
  margin-bottom: 1.5em;
}

#left-menu #left-menu-contents #info-bar button {
  display: block;
  margin-bottom: .2em;
  text-align: left;
  width: 100%;
}

#left-menu #left-menu-contents .info-button {
  -webkit-transition: opacity .6s;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 20px;
  line-height: 2;
  opacity: 1;
  transition: opacity .6s;
}

@media screen and (max-width: 992px) {
  #left-menu #left-menu-contents .info-button {
    font-size: 18px;
  }
  #left-menu #left-menu-contents .info-button:after {
    display: none;
  }
}

#left-menu #left-menu-contents .info-button.sub-menu-link {
  font-size: 12px;
}

#left-menu #left-menu-contents .info-button:after {
  -webkit-transition: width .3s ease-in;
  background-color: #ffffff;
  content: '';
  display: inline-block;
  height: 1px;
  margin: 0px 25px 6px 25px;
  transition: width .3s ease-in;
  vertical-align: middle;
  width: 0px;
}

#left-menu #left-menu-contents .info-button:hover {
  opacity: 0.7;
}

#left-menu #left-menu-contents .info-button.active:after {
  width: 200px;
}

#left-menu #left-menu-contents #left-ticket {
  margin-bottom: 1em;
}

#left-menu #left-menu-contents #left-ticket .anketo-button-menu {
  border: 2px solid #ffffff;
  font-size: 16px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  width: 210px;
}

@media screen and (max-width: 992px) {
  #left-menu #left-menu-contents #left-ticket .anketo-button-menu {
    height: 56px;
    line-height: 56px;
    width: 200px;
  }
}

#left-menu #left-menu-contents #left-credit {
  border-top: 1px solid #ffffff;
  padding-top: 1em;
  width: 210px;
}

@media screen and (max-width: 992px) {
  #left-menu #left-menu-contents #left-credit {
    margin-top: 3em;
    width: 150px;
  }
}

#left-menu #left-menu-contents #left-credit .credit-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 3.8em;
  justify-content: center;
  margin-bottom: .5em;
}

#left-menu #left-menu-contents #left-credit .credit-container #twod-logo-menu {
  width: 130px;
}

#left-menu #left-menu-contents #left-credit #main-copyright {
  font-size: 10px;
}

.info-bar-bottom {
  bottom: 1.5em;
  position: absolute;
}

@media screen and (max-width: 992px) {
  .info-bar-bottom {
    bottom: 1em;
  }
}

#menu-bottom-links {
  text-align: left;
}

.sub-menu-link {
  -webkit-transition: opacity .6s;
  font-size: 12px;
  height: 24px;
  opacity: 1;
  transition: opacity .6s;
}

.sub-menu-link:hover {
  opacity: 0.7;
}

#inner-logo {
  height: 100vh;
  left: 50%;
  opacity: .2;
  position: fixed;
  width: 100%;
}

#inner-logo img {
  height: 80%;
}

@media screen and (max-width: 992px) {
  #inner-logo {
    left: 35%;
  }
}

#info-window {
  -webkit-transition: opacity 1s ease;
  background-color: #9800ff;
  display: none;
  height: 100vh;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 1s ease;
  width: calc(100% - 260px);
}

@media screen and (max-width: 992px) {
  #info-window {
    height: 100%;
    width: 100%;
  }
}

#info-window #info-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2em 10vw 0em 10vw;
  position: relative;
}

@media screen and (max-width: 992px) {
  #info-window #info-header {
    padding: 2em 5vw 0em 5vw;
  }
}

#info-window #info-header #back-button {
  -webkit-transition: opacity 1s;
  opacity: 0;
  transition: opacity 1s;
  width: 45px;
  z-index: 9999999;
}

#info-window #info-header #back-button:hover {
  opacity: .2;
}

#info-window #info-header #back-button span {
  margin-top: 1px;
}

#info-window #info-header #p1-flexbox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-transition: opacity 1s;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-left: 2em;
  transition: opacity 1s;
  width: 360px;
}

@media screen and (max-width: 992px) {
  #info-window #info-header #p1-flexbox {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

#info-window #info-header #p3-flexbox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-transition: opacity 1s;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-left: 2em;
  transition: opacity 1s;
  width: 400px;
}

#info-window #info-header .info-toggle {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3em;
  justify-content: space-between;
}

@media screen and (max-width: 992px) {
  #info-window #info-header .info-toggle {
    font-size: 1.8em;
  }
}

#info-window #info-header #hagoromo-btn,
#info-window #info-header #shutsuen-btn {
  height: 1em;
}

#info-window #info-header #adachigahara-btn,
#info-window #info-header #seisaku-btn {
  height: 1em;
}

@media screen and (max-width: 992px) {
  #info-window #info-header #adachigahara-btn,
  #info-window #info-header #seisaku-btn {
    margin-top: .6em;
  }
}

#info-window #info-header .info-toggle-numbers {
  font-size: 20px;
  padding: 16px;
}

#info-window #info-header .p-info {
  -ms-grid-column: 2;
  -ms-grid-row: 2;
  -webkit-transition: opacity .6s;
  grid-column: 2;
  grid-row: 2;
  overflow-y: auto;
  transition: opacity .6s;
}

#info-window #info-content {
  -webkit-transition: opacity .6s;
  background-color: #9800ff;
  opacity: 0;
  padding: 0 10vw 2em 10vw;
  padding-bottom: 4em;
  transition: opacity .6s;
}

@media screen and (max-width: 992px) {
  #info-window #info-content {
    padding: 0 5vw 2em 5vw;
  }
}

#info-window #info-content.show {
  opacity: 1;
}

#info-window #info-content .info-title {
  -webkit-transition: opacity .6s;
  border-top: 1px solid #ffffff;
  display: block;
  font-size: 3em;
  margin: 1em 0 1em 0;
  padding-top: 1em;
  transition: opacity .6s;
}

@media screen and (max-width: 992px) {
  #info-window #info-content .info-title {
    font-size: 1.8em;
    margin: .8em 0 .8em 0;
    padding-top: .8em;
  }
}

#info-window #info-content .info-img {
  margin-bottom: 1em;
  width: 100%;
  z-index: 2;
}

#info-window #info-content p.info-text {
  font-size: 27px;
  letter-spacing: .1em;
  line-height: 1.7;
  text-align: justify;
}

#info-window #info-content p.info-text#shutsuen-text {
  font-size: 14px;
}

@media screen and (max-width: 992px) {
  #info-window #info-content p.info-text {
    font-size: 16px;
    margin: 0;
  }
}

.info-inner-container {
  -ms-grid-columns: 1fr 720px 1fr;
  -ms-grid-rows: 1fr 560px 1fr;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 720px 1fr;
  grid-template-rows: 1fr 560px 1fr;
  height: 100%;
  width: 100%;
}

.info-inner-container > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.info-inner-container > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.info-inner-container > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.info-inner-container > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.info-inner-container > *:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.info-inner-container > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}

.info-inner-container > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.info-inner-container > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

.info-inner-container > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

#p0-title {
  margin-bottom: 0;
}

#p2-title {
  margin-bottom: 0;
}

#hagoromo-btn {
  opacity: 1;
}

#midokoro-btn {
  opacity: 1;
}

#shutsuen-btn {
  opacity: 1;
}

#adachigahara-btn {
  opacity: 0.5;
}

#arasuji-btn {
  opacity: 0.5;
}

#seisaku-btn {
  opacity: 0.5;
}

.p1-sub {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-transition: opacity 1s;
  flex-direction: column;
  transition: opacity 1s;
}

#hagoromo-midokoro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

.text-subhead {
  font-size: 20px;
  line-height: 2.5;
}

#shutsuen, #seisaku {
  -webkit-transition: opacity 1s;
  border-top: 1px solid #ffffff;
  margin-top: 1.5em;
  padding-top: 1.5em;
  transition: opacity 1s;
}

#seisaku-text {
  font-size: 20px;
  line-height: 2.5em;
}

@media screen and (max-width: 992px) {
  #seisaku-text {
    line-height: 3em;
  }
}

.info-sidebar {
  -ms-grid-column: 3;
  -ms-grid-row: 2;
  -webkit-transition: opacity 1s;
  display: none;
  grid-column: 3;
  grid-row: 2;
  margin-top: -82px;
  opacity: 0;
  padding: 0px 25px;
  transition: opacity 1s;
}

.line {
  border-bottom: 1px solid #ffffff;
  margin: 25px 0px 25px 25px;
  width: 25px;
}

.sidenote {
  -ms-grid-column: 2;
  -ms-grid-row: 3;
  -webkit-transition: opacity 1s;
  display: none;
  font-size: 12px;
  grid-column: 2;
  grid-row: 3;
  letter-spacing: .03em;
  opacity: 0;
  padding: 25px 25px 25px 0px;
  transition: opacity 1s;
}

.sub-info {
  -webkit-transition: opacity 1s;
  padding: 0px 25px;
  transition: opacity 1s;
}

.sub-content {
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 2;
  padding: 0px 25px;
  text-align: justify;
}

.sub-content li {
  margin-bottom: 1em;
}

.circle-header {
  margin: 0px;
}

.circle-content {
  margin: 0 0 1em 0;
  padding-left: 1.4em;
}

#counter1 {
  margin-top: 1em;
}

.hanging-indent {
  padding-left: 2em;
  text-indent: -2em;
}

@media (max-width: 992px) {
  .pc-break {
    display: none;
  }
  .sp-break {
    display: block;
  }
  #top-logo {
    display: none;
  }
  #main-bottom {
    display: none;
  }
  #left-menu {
    -webkit-transition: -webkit-transform .6s ease;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
  }
  .ticket {
    display: block;
  }
  #main-top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-items: flex-start;
    margin-left: -24px;
    margin-top: 40px;
    width: 100px;
  }
  #left-menu-contents {
    height: calc(100vh - 48px);
  }
  #back {
    height: 56px;
  }
}
