@charset "UTF-8";
/*! sanitize.css v3.3.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

audio:not([controls]) {
  display: none;
}

b,
strong {
  font-weight: bolder;
}

button {
  -webkit-appearance: button;
  overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button,
select {
  text-transform: none;
}

details {
  display: block;
}

hr {
  overflow: visible;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

input {
  -webkit-border-radius: 0;
}

input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
}

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;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

summary {
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

/*
 * Universal inheritance
 */
*,
::before,
::after {
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/*
 * Opinionated defaults
 */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  touch-action: manipulation;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

svg {
  fill: currentColor;
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}

/*
 * Configurable defaults
 */
* {
  background-repeat: no-repeat;
}

:root {
  background-color: #ffffff;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 66.66667% sans-serif;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
}

button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

nav ol,
nav ul {
  list-style: none;
}

small {
  font-size: 75%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #ffffff;
  text-shadow: none;
}

/* -----------------------------------------------------------------------
## Reset #################################################################
----------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

ul, ol, dl {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a:focus {
  outline: none;
}

/* -----------------------------------------------------------------------
## Base #############################################################
----------------------------------------------------------------------- */
:root {
  font-size: 10px;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  overflow-x: hidden;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Noto Sans Japanese", "Noto Sans CJK JP", sans-serif;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, body {
    -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna";
  }
}

ul, ol, li {
  list-style: none;
}

.cf:after {
  display: block;
  content: "";
  clear: both;
}

/* -----------------------------------------------------------------------
## Header #############################################################
----------------------------------------------------------------------- */
.pageHeader {
  position: relative;
  z-index: 2;
}

.pageHeader .logo {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 160px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .pageHeader {
    display: none;
  }
}

/* -----------------------------------------------------------------------
## Footer #############################################################
----------------------------------------------------------------------- */
.pageFooter {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.pageFooter small {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
  padding: 16px 0;
  color: #fff;
}

/* -----------------------------------------------------------------------
## Mv #################################################################
----------------------------------------------------------------------- */
.mv {
  position: relative;
}

.mv .arrow {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  width: 96px;
  height: 96px;
  margin: 0 auto;
  border-radius: 1000px;
  line-height: 96px;
  text-align: center;
  font-size: 5rem;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 32px #fff;
  transition: .8s all ease;
  color: #fff;
}

.mv .arrow:hover {
  background: rgba(0, 0, 0, 0.5);
}

.mv .info {
  display: inline-block;
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 9999;
  text-align: center;
  font-size: 1.4rem;
  -webkit-transform: translate(115%, 0);
  -ms-transform: translate(115%, 0);
  transform: translate(115%, 0);
}

.mv .info.on-anime {
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mv .info a {
  display: block;
  padding: 8px 16px;
  -webkit-transition: .6s all ease;
  transition: .6s all ease;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}

.mv .info a:hover {
  background: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 960px) {
  .mv .arrow {
    width: 64px;
    height: 64px;
    line-height: 64px;
    font-size: 4rem;
  }
  .mv .info {
    top: 8px;
    right: 8px;
    padding: 4px 8px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .mv .arrow {
    display: none;
  }
}

/* -----------------------------------------------------------------------
## Stage #################################################################
----------------------------------------------------------------------- */
.stage {
  background: #fff;
}

.stage_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 16px;
}

.stageTtl {
  margin-bottom: 16px;
  font-size: 64px;
  font-weight: normal;
}

.stageTtl_sub {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
}

.story {
  margin-bottom: 2em;
}

.stageInfo_ttl {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 5em;
  margin-right: 4px;
  padding: 2px 6px;
  background: #1e87db;
  border-radius: 3px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

.stageInfo_program {
  margin-bottom: 40px;
}

.stageInfo_program .stageInfo_ttl {
  margin-bottom: 4px;
}

.stageInfo_program .programList_ttl {
  font-weight: bold;
}

.stageInfo_program .programList_item {
  font-size: 1.4rem;
}

.stageInfo_program .programList_item + .programList_ttl {
  margin-top: 1em;
}

.stageInfo_production {
  margin-bottom: 40px;
}

.stageInfo_production .stageInfo_item {
  display: inline-block;
  margin: 0 64px 0 0;
  line-height: 25px;
}

.stageInfo_production .stageInfo_item:last-child {
  margin-right: 0;
}

.stageInfo_production .brackets {
  margin-left: 4px;
}

.stageInfo_member {
  margin-bottom: 40px;
}

.stageInfo_member .stageInfo_ttl {
  margin-bottom: 4px;
}

.stageInfo_member .memberList_item {
  margin-right: 40px;
  list-style: none;
  display: inline-block;
}

.stageInfo_member .brackets {
  margin-left: 4px;
  font-size: 1.2rem;
}

.stageInfo_date {
  margin-bottom: 40px;
}

.stageInfo_date .stageInfo_ttl {
  margin-bottom: 4px;
}

.stageInfo_date .brackets {
  margin-right: 32px;
}

.stageInfo_date .notes {
  margin-top: 16px;
  text-indent: -1em;
  padding-left: 1em;
  list-style: none;
}

.stageInfo_price {
  margin-bottom: 40px;
}

.stageInfo_price .stageInfo_ttl {
  margin-bottom: 4px;
}

.stageInfo_price .price {
  display: inline-block;
  margin-right: 32px;
}

.stageInfo_price .notes {
  margin-top: 16px;
  font-size: 1.4rem;
}

.stageInfo_place {
  padding-bottom: 120px;
}

.stageInfo_place .stageInfo_ttl {
  margin-bottom: 4px;
}

.stageInfo_place .brackets {
  margin-left: 4px;
}

.stageInfo_place .root {
  display: block;
  margin-top: 1em;
  font-size: 1.4rem;
}

.stageInfo_place #gMap {
  margin-top: 16px;
  padding-top: 50%;
}

.stageInfo_place .gMapBtn {
  display: none;
}

.linkBtn {
  margin-top: 1em;
  font-size: 1.4rem;
}

.linkBtn a {
  display: inline-block;
  background: #1e87db;
  color: #fff;
  border-radius: 3px;
  padding: 8px 1em;
  -webkit-transition: .6s all ease;
  transition: .6s all ease;
}

.linkBtn a:hover {
  opacity: .8;
}

.linkBtn.no-anime a:hover {
  background: #1e87db;
}

@media screen and (max-width: 768px) {
  html, body {
    height: auto;
  }
  /* ################# Stage ################# */
  .stage {
    padding: 0;
  }
  .stage_inner {
    padding: 32px 16px;
  }
  .stageTtl_sub {
    font-size: 1.4rem;
  }
  .stage .notes {
    margin-top: 1em;
  }
  .stageTtl {
    font-size: 2.4rem;
  }
  .stageInfo_date .notes {
    font-size: 1rem;
  }
  .stageInfo_production .stageInfo_ttl {
    margin-bottom: 8px;
  }
  .stageInfo_production .stageInfo_item {
    width: auto;
    margin-bottom: 4px;
  }
  .stageInfo_member .memberList_item {
    margin-right: 0;
  }
  .stageInfo_member .brackets {
    font-size: 1rem;
  }
  .spIb {
    display: inline-block;
  }
  .stageInfo_price .notes {
    font-size: 1rem;
  }
  .stageInfo_place {
    padding-bottom: 32px;
  }
  .stageInfo_place #gMap {
    padding-top: 75%;
  }
  .stageInfo_place .gMapBtn {
    display: block;
  }
  .stageInfo_place .gMapBtn a {
    display: block;
    background: #1e87db;
    text-align: center;
    color: #fff;
    padding: 10px;
    border-radius: 3px;
    margin-top: 8px;
  }
}

/* -----------------------------------------------------------------------
## introduction ##########################################################
----------------------------------------------------------------------- */
.introduction {
  padding: 128px 0;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.75);
  background: url(../img/mv.jpg) no-repeat center bottom;
  background-size: cover;
}

.introduction p {
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 1.8;
}

.introduction p + p {
  margin-top: 64px;
}

@media screen and (max-width: 480px) {
  .introduction p {
    font-size: 1.4rem;
  }
}
