@charset "UTF-8";
/* Function style
-----------------------------------*/
/* Variables style
-----------------------------------*/
/* window size
-----------------*/
/* font
-----------------*/
/* color
-----------------*/
/* Mixin style
-----------------------------------*/
/* Reset style
-----------------------------------*/
@import url(./font-awesome.css);
@import url("https://fonts.googleapis.com/css?family=Anton|Bitter:400,700");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header,
menu, nav, section, audio, video, canvas {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

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

body {
  line-height: 1.6;
  font-family: "Bitter", FontAwesome, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.75em;
  color: #333;
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

blockquote {
  quotes: none;
}

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

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a img {
  border: none;
}

/* Font style
-----------------------------------*/
body {
  font-family: "Bitter", FontAwesome, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

strong, b {
  font-weight: 700;
}

pre {
  font-family: "Courier 10 Pitch", Courier, monospace;
}

code {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

/* Global style
-----------------------------------*/
* {
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

*::selection {
  background: rgba(51, 153, 153, .6);
  color: #fff;
}

*::-moz-selection {
  background: rgba(51, 153, 153, .6);
  color: #fff;
}

a, span, input[type=submit] {
  transition: all 0.2s ease;
}

/* Main global 'theme' and typographic styles */
body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 15px;
  position: relative;
}

body,
input,
textarea {
  color: #464646;
  line-height: 1.6;
}

a:link,
a:visited {
  color: #464646;
  cursor: hand;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  text-decoration: none;
  opacity: 0.6;
  outline-width: 0;
}

hr {
  background-color: #ccc;
  border: 0;
  clear: both;
  width: 100%;
  height: 1px;
}

/* Text elements */
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
}

p {
  margin-bottom: 1.5em;
}

ul {
  list-style: square;
  margin: 0 0 1.5em 2em;
}

ol {
  list-style: decimal;
  margin: 0 0 1.5em 2em;
}

ol ol {
  list-style: upper-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}

dl {
  margin: 0 0 1.8em 0;
}

dt {
  font-weight: bold;
}

dt:last-child {
  margin-bottom: 0;
}

dd {
  margin-bottom: 1.5em;
}

dd:last-child {
  margin-bottom: 0;
}

strong, b {
  font-weight: bold;
}

cite,
em,
i {
  font-style: italic;
}

big {
  font-size: 131.25%;
}

ins {
  background: #ffc;
  text-decoration: none;
}

blockquote {
  font-style: italic;
  padding: 0 2em;
}

blockquote cite,
blockquote em,
blockquote i {
  font-style: normal;
}

pre {
  background: #f7f7f7;
  color: #222;
  line-height: 1.5;
  margin-bottom: 1.5em;
  overflow: auto;
  padding: 1.5em;
}

blockquote {
  quotes: "" "";
}

blockquote:before, blockquote:after {
  content: "";
}

q {
  quotes: "“" "”" "‘" "’";
}

:focus {
  outline: none;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

sup,
sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: .8em;
}

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

button::-moz-focus-inner,
html [type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
html [type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="number"],
textarea {
  -webkit-appearance: none;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="number"],
textarea {
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .1);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .1);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .1);
  vertical-align: middle;
  font-size: 1em;
  padding: 0.2em 0.5em;
  border-radius: 3px;
  color: #464646;
}

input[disabled][readonly],
select[disabled][readonly],
textarea[disabled][readonly] {
  background-color: #fff;
  border-color: #a6a6a6;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

table {
  border-collapse: separate;
  border-spacing: 1px;
  width: 100%;
  margin-bottom: 1.5em;
  background: #ccc;
}

table th, table td {
  padding: .5em .8em;
  vertical-align: top;
  border-bottom: none;
  text-align: left;
  background: #fff;
}

table th {
  font-weight: bold;
  background: #999;
  color: #fff;
}

.noscript {
  display: none;
}

.fa {
  vertical-align: baseline;
}

/* Structure style
-----------------------------------*/
body {
  background: #fff;
}

body img {
  vertical-align: bottom;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
}

/* Header style
-----------------------------------*/
/* footer style
-----------------------------------*/
#footer {
  background: #000;
  color: #fff;
  padding: 30px 0 15px;
  text-align: center;
}

#footer figure {
  width: 100%;
  padding: 0 25%;
  margin-bottom: 10px;
}

#footer .copy {
  font-size: 11px;
  line-height: 1.2;
  margin: 0;
}

#footer .copy a {
  color: #fff;
}

/* footer style
-----------------------------------*/
/* flex style
-----------------------------------*/
.flexContainer.grid2-1 {
  display: -webkit-flex;
  display: flex;
  -js-display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.flexContainer.grid2-1 .itemLeft {
  width: 600px;
  text-align: center;
}

.flexContainer.grid2-1 .itemRight {
  width: 460px;
}

.flexContainer.grid2-1 .textUnit {
  margin-bottom: 0;
}

.flexContainer.grid2-1 .btnGruop {
  margin-bottom: 0;
}

.flexContainer.grid2-1 .btn {
  margin-top: 50px;
}

.flexContainer.grid1-2 {
  display: -webkit-flex;
  display: flex;
  -js-display: flex;
  -webkit-flex-flow: row-reverse wrap;
          flex-flow: row-reverse wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.flexContainer.grid1-2 .itemLeft {
  width: 600px;
  text-align: center;
}

.flexContainer.grid1-2 .itemRight {
  width: 460px;
}

.flexContainer.grid1-2 .textUnit {
  margin-bottom: 0;
}

.flexContainer.grid1-2 .btnGruop {
  margin-bottom: 0;
}

.flexContainer.grid1-2 .btn {
  margin-top: 50px;
}

.flexContainer.grid5 {
  display: -webkit-flex;
  display: flex;
  -js-display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  padding: 0 10px;
}

.flexContainer.grid5 > div {
  width: 20%;
  padding: 0 5px;
  margin-bottom: 30px;
}

.flexContainer.grid5 > div figure, .flexContainer.grid5 > div img {
  width: 100%;
}

.flexContainer.grid5 .textUnit {
  padding: 0 5px;
}

.flexContainer.grid5 .textUnit p {
  font-size: 13px;
  line-height: 1.6;
}

.flexContainer.grid3 {
  display: -webkit-flex;
  display: flex;
  -js-display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: space-around;
          justify-content: space-around;
}

.flexContainer.grid3 > figure, .flexContainer.grid3 div {
  width: 32.407%;
  margin-bottom: 1%;
}

.flexContainer.grid3 > figure img, .flexContainer.grid3 div img {
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  .flexContainer.grid2-1 .itemLeft {
    width: 100%;
    margin-bottom: 20px;
  }
  .flexContainer.grid2-1 .itemRight {
    width: 100%;
  }
  .flexContainer.grid2-1 .btn {
    margin-top: 30px;
  }
  .flexContainer.grid1-2 .itemLeft {
    width: 100%;
    margin-bottom: 20px;
  }
  .flexContainer.grid1-2 .itemRight {
    width: 100%;
  }
  .flexContainer.grid1-2 .btn {
    margin-top: 30px;
  }
  .flexContainer.grid5 {
    padding: 0;
  }
  .flexContainer.grid5 > div {
    width: 33.333%;
    margin-bottom: 20px;
  }
  .flexContainer.grid5 .textUnit {
    padding: 0 5px;
  }
  .flexContainer.grid5 .textUnit p {
    font-size: 13px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 568px) {
  .flexContainer.grid5 > div {
    width: 50%;
    margin-bottom: 20px;
  }
  .flexContainer.grid5 .textUnit {
    padding: 0 2.5%;
  }
  .flexContainer.grid5 .textUnit p {
    font-size: 13px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 414px) {
  .flexContainer.grid5 .textUnit p {
    font-size: 12px;
  }
  .flexContainer.grid3 > figure, .flexContainer.grid3 div {
    width: 47%;
    margin-bottom: 3%;
  }
}

/* content style
-----------------------------------*/
.breadcrumb {
  margin: 18px auto 40px;
}

.breadcrumb ul {
  list-style: none;
  margin: 0;
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb li:first-child:before {
  display: none;
}

.breadcrumb li:before {
  content: '>';
  display: inline-block;
  padding: 0 .5em;
}

.breadcrumb a, .breadcrumb span {
  font-size: 15px;
  line-height: 1;
  color: #464646;
}

.breadcrumb a.is-current, .breadcrumb span.is-current {
  color: #fad00d;
}

/* @ pagenation
// ------------------------------------------------------------ */
.pagination {
  margin: 20px 0 50px;
  padding-top: 20px;
  text-align: center;
}

.pagination ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 0;
  padding: 0;
}

.pagination ul li {
  display: inline-block;
  list-style: none;
  margin: 0 6px;
}

.pagination ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  outline: none;
  background: #fff;
  font-size: 24px;
  padding: 0;
  text-align: center;
  border-radius: 5px;
  border: solid 1px #000;
  color: #000;
  text-decoration: none;
}

.pagination ul li a.is-current {
  background: #000;
  color: #fff;
}

.pagination ul li a.is-current:hover {
  opacity: 1;
}

.pagination ul .page-prev,
.pagination ul .page-next {
  margin: 0 4px;
}

#main {
  font-size: 15px;
  /**
	  Live Schedule
	 */
  /**
		Video List
	 */
  /**
		DISC
	 */
  /**
		NEWS LIST
	 */
}

#main .is-sp {
  display: none;
}

#main .secTitle {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  padding: 25px 0;
  background: left bottom repeat-x url("../images/common/border-bottom.png"), left top repeat-x url("../images/common/border-top.png");
  font-family: "Anton", FontAwesome, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#main .secTitle span {
  font-size: 46px;
  text-align: center;
  line-height: 1;
  color: #000;
}

#main .secTitle.moreTitle:before {
  content: '';
  display: inline-block;
  width: 10%;
}

#main .secTitle.moreTitle a {
  width: 10%;
  text-align: right;
  padding: 0 15px 0 0;
  color: #000;
  font-size: 28px;
  white-space: nowrap;
}

#main .pageTitle {
  width: 100%;
  padding: 50px 0;
  margin: 0;
  border-bottom: 2px solid #000;
  font-family: "Anton", FontAwesome, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  line-height: 1;
  color: #000;
}

#main .pageTitle span {
  font-size: 46px;
}

#main .pageTitle small {
  display: inline-block;
  padding-top: 5px;
  line-height: 1;
  font-size: 20px;
  font-family: "Bitter", FontAwesome, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#main .liveSingle {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  color: #000;
}

#main .liveSingle.is-noimg {
  max-width: 800px;
  text-align: center;
}

#main .liveSingle > figure {
  width: 41%;
  min-width: 41%;
  padding-right: 2%;
  text-align: center;
}

#main .liveSingle > figure img {
  border: 1px solid #ccc;
}

#main .liveSingle > div {
  width: 100%;
}

#main .liveSingle h1 {
  font-size: 28px;
  line-height: 1.2;
}

#main .liveSingle h1.is-pickup {
  background: #000;
  color: #fff;
  padding: 5px;
  margin-bottom: 10px;
}

#main .liveSingle h2 {
  font-size: 20px;
}

#main .liveSingle .meta {
  color: #777;
  line-height: 1.2;
}

#main .liveSingle .cast,
#main .liveSingle .liveInfo {
  font-size: 18px;
  line-height: 1.2;
}

#main .liveSingle .tickeList {
  width: 100%;
  margin: 0 0 15px;
  list-style: none;
  padding: 10px 0 5px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

#main .liveSingle .tickeList li {
  display: inline-block;
  margin: 0 10px 5px 0;
}

#main .liveSingle .tickeList li a {
  display: inline-block;
  border: 1px solid #000;
  border-radius: 3px;
  padding: 5px 10px;
}

#main .liveSingle .tickeList li a:hover {
  background: #000;
  color: #fff;
  opacity: 1;
}

#main .ticketReserveLink {
  margin-bottom: 10px;
}

#main .liveList .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-align-items: stretch;
          align-items: stretch;
  -webkit-align-content: stretch;
          align-content: stretch;
  width: 100%;
}

#main .liveList .inner article {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: stretch;
          align-items: stretch;
  -webkit-align-content: stretch;
          align-content: stretch;
  width: 50%;
  padding: 10px 5px 10px 10px;
  color: #000;
  background: #fff;
  transition: all 0.2s ease;
  cursor: hand;
  cursor: pointer;
  transition: all 0.4 ease;
}

#main .liveList .inner article:nth-child(even) {
  border-left: 2px solid #000;
}

#main .liveList .inner article:nth-child(1), #main .liveList .inner article:nth-child(2) {
  border-bottom: 2px solid #000;
}

#main .liveList .inner article h1, #main .liveList .inner article h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 1.2;
}

#main .liveList .inner article h2 {
  font-size: 22px;
}

#main .liveList .inner article h1.is-pickup {
  background: #000;
  color: #fff;
  padding: 5px;
  transition: all 0.2 ease;
}

#main .liveList .inner article figure {
  margin-right: 15px;
}

#main .liveList .inner article figure.is-x {
  width: 25%;
  min-width: 25%;
}

#main .liveList .inner article figure.is-square {
  width: 18%;
  min-width: 18%;
}

#main .liveList .inner article figure.is-y {
  width: 15%;
  min-width: 15%;
}

#main .liveList .inner article figure img {
  vertical-align: bottom;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
}

#main .liveList .inner article > div {
  width: 100%;
}

#main .liveList .inner article .meta,
#main .liveList .inner article .cast {
  font-size: 18px;
  line-height: 1.2;
}

#main .liveList .inner article .meta {
  margin-bottom: 10px;
  color: #888;
}

#main .liveList .inner article .cast {
  margin-bottom: 0;
}

#main .liveList .inner article > span {
  width: 30px;
  min-width: 30px;
  text-align: right;
  font-size: 50px;
  transition: all 0 ease;
}

#main .liveList .inner article > span i {
  position: absolute;
  top: 50%;
  right: 0;
  margin: -28px 0 0;
  line-height: 1;
  color: #bbb;
}

#main .liveList .inner article:hover {
  background: #000;
  color: #fff;
}

#main .liveList .inner article:hover h1, #main .liveList .inner article:hover h2, #main .liveList .inner article:hover .meta, #main .liveList .inner article:hover .cast {
  color: #fff;
}

#main .liveList .inner article:hover h1.is-pickup {
  background: #fff;
  color: #000;
}

#main .liveList#liveListArchive .inner article {
  border-bottom: 2px solid #000;
}

#main #reservedDay {
  width: 100%;
  padding: .5em;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 1em;
  border: 2px solid #000;
  background: rgba(255, 255, 255, .8);
  text-align: center;
  color: #000;
}

#main #reservedDay span {
  color: #c00;
}

#main #page-reservation .reserveInput {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

#main #page-reservation dl {
  width: 48%;
  text-align: left;
}

#main #page-reservation dl dt {
  font-size: 1.1em;
  color: #000;
}

#main #page-reservation dl dt em {
  color: #c00;
  font-style: normal;
}

#main #page-reservation dl dd {
  width: 100%;
}

#main #page-reservation dl dd select,
#main #page-reservation dl dd input {
  width: 100%;
}

#main #page-reservation dl dd select[type=text]:disabled, #main #page-reservation dl dd select[type=email]:disabled,
#main #page-reservation dl dd input[type=text]:disabled,
#main #page-reservation dl dd input[type=email]:disabled {
  background: #ccc;
}

#main #page-reservation dl dd select[readonly=readonly],
#main #page-reservation dl dd input[readonly=readonly] {
  background: #ccc;
}

#main #page-reservation dl dd .wpcf7-form-control-wrap.number {
  display: inline-block;
  width: 100%;
  margin-top: 2px;
  border-color: #ccc;
}

#main #page-reservation dl dd .wpcf7-form-control-wrap.number:after {
  position: absolute;
  top: 1em;
  right: .8em;
  display: block;
  content: "";
  width: .6em;
  height: .6em;
  margin-top: -.5em;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  pointer-events: none;
}

#main #page-reservation dl dd .wpcf7-form-control-wrap.number select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  appearance: none;
  margin: 0;
  width: 100%;
  background: #fff;
  vertical-align: middle;
  color: inherit;
  padding: .4em .5em;
  font-size: 1em;
  line-height: 1.1;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .1);
  border-color: #ccc;
  border-radius: 3px;
}

#main #page-reservation dl dd .wpcf7-form-control-wrap.number select::-ms-expand {
  display: none;
}

#main #page-reservation dl dd .wpcf7-form-control-wrap.number select[disabled=disabled] {
  background: #ccc;
}

#main #page-reservation dl dd .wpcf7-form-control-wrap.number.is-disabled select {
  background: #f5f7fa;
  border-color: #d3d6db;
  cursor: not-allowed;
  pointer-events: none;
}

#main #page-reservation .sent dl,
#main #page-reservation .sent .wpcf7-form-control {
  display: none;
}

#main #page-reservation .wpcf7-response-output {
  margin: 1em 0 2em;
  padding: 1em;
  background: #fff;
  width: 100%;
  color: #333;
  text-shadow: none;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.2;
}

#main #page-reservation .wpcf7-response-output.wpcf7-validation-errors {
  background: #ff8f0e;
  border-color: #ff8f0e;
  color: #fff;
}

#main #page-reservation .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #398f14;
  color: #fff;
}

#main #page-reservation .soldOut {
  display: none;
  clear: both;
  width: 100%;
  background: #c00;
  color: #fff;
  font-size: 1em;
  line-height: 1.2;
  margin: 1em 0 2em;
  padding: 1em;
}

#main #page-reservation .soldOut.active {
  display: block;
}

#main #page-reservation .submit {
  clear: both;
  width: 100%;
  text-align: center;
}

#main #page-reservation .submit input {
  -webkit-appearance: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 8px 50px;
  margin: 0 20px;
}

#main #page-reservation .ajax-loader {
  display: block;
  clear: both;
}

#main #page-reservation .wpcf7c-elm-step2.checkWord {
  text-align: center;
  width: 100%;
  background: #3f78c6;
  color: #fff;
  padding: 10px;
}

#main #videoTitle {
  width: 100%;
  padding: 25px 0;
  background: #000;
  color: #fff;
  font-family: "Anton", FontAwesome, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 40px;
  letter-spacing: 2px;
  text-align: center;
  border-bottom: 2px solid #fff;
}

#main #videoSingle {
  width: 100%;
  background: #000;
}

#main #videoSingle .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

#main #videoSingle .video-container {
  margin: 0;
}

#main #videoSingle + #navBelow {
  margin-top: 0 !important;
}

#main #videoListArchive {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  padding-top: 20px;
}

#main #videoListArchive article {
  display: block;
  width: 33.33%;
  padding: 20px;
  color: #000;
}

#main #videoListArchive article > div {
  width: 100%;
  border: 2px solid #000;
  margin: 0 auto 10px;
}

#main #videoListArchive article > div a {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  vertical-align: bottom;
}

#main #videoListArchive article > div a:hover {
  opacity: 1;
}

#main #videoListArchive article > div a:hover .movieThumb {
  -webkit-transform: scale(1.5) rotate(10deg);
          transform: scale(1.5) rotate(10deg);
}

#main #videoListArchive article .movieThumb {
  display: block;
  width: 100%;
  padding-top: 55%;
  background-position: center center;
  background-size: cover;
  z-index: 1;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}

#main #videoListArchive article .play {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 80px;
  line-height: 1;
  z-index: 5;
  margin: -45px 0 0;
  color: rgba(222, 0, 0, .8);
  transition: all 0.4s ease;
}

#main #videoListArchive article .play i {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .8);
}

#main #videoListArchive article h1 {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}

#main #discDetails,
#main #discList {
  width: 100%;
}

#main #discDetails .is-sp,
#main #discDetails .is-sp5se,
#main #discList .is-sp,
#main #discList .is-sp5se {
  display: none;
}

#main #discDetails img,
#main #discList img {
  vertical-align: bottom;
}

#main #discDetails .inner,
#main #discList .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  max-width: 800px;
  padding: 10px;
  margin: 0 auto 50px;
}

#main #discDetails .inner article,
#main #discList .inner article {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: stretch;
          align-items: stretch;
  -webkit-align-content: flex-start;
          align-content: flex-start;
  width: 100%;
  padding: 20px;
}

#main #discDetails .inner article > figure,
#main #discDetails .inner article .diskFigure,
#main #discList .inner article > figure,
#main #discList .inner article .diskFigure {
  width: 35%;
  padding: 0 20px 0 0;
}

#main #discDetails .inner article .diskDetails,
#main #discList .inner article .diskDetails {
  width: 65%;
}

#main #discDetails .inner article h1,
#main #discList .inner article h1 {
  font-family: "Anton", FontAwesome, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 44px;
  margin: 0 0 5px;
  line-height: 1;
}

#main #discDetails .inner article h1 a,
#main #discList .inner article h1 a {
  color: #000;
}

#main #discDetails .inner article h2,
#main #discList .inner article h2 {
  font-size: 18px;
  color: #777;
  margin: 0;
}

#main #discDetails .inner article h3,
#main #discList .inner article h3 {
  font-size: 1em;
  margin-bottom: 5px;
  padding-top: 15px;
  font-weight: bold;
  border-bottom: 1px dotted #000;
}

#main #discDetails .inner article h3 + p,
#main #discList .inner article h3 + p {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.2;
}

#main #discDetails .inner article .meta,
#main #discList .inner article .meta {
  font-size: 14px;
  line-height: 1.2;
  margin: 0 0 5px;
}

#main #discDetails .inner article .disklist,
#main #discList .inner article .disklist {
  display: block;
  width: 100%;
  margin: 0 0 48px;
  counter-reset: count;
  line-height: 1.2;
}

#main #discDetails .inner article .disklist li,
#main #discList .inner article .disklist li {
  display: inline-block;
  list-style: decimal inside;
  margin-right: 1em;
}

#main #discDetails .inner article .disklist li:before,
#main #discList .inner article .disklist li:before {
  counter-increment: count;
  content: counter(count) ". ";
  display: inline-block;
  margin-right: 5px;
}

#main #discDetails .inner {
  max-width: 1000px;
}

#main #discDetails .inner .spVideo {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  width: 100%;
  padding-top: 10px;
}

#main #discDetails .inner .spVideo > div {
  width: 48%;
  margin: 2% 0;
}

#main #discDetails .inner .spVideo > div .video-container {
  padding-bottom: 50%;
  margin: 0;
}

#main #discDetails .inner .spVideo > div iframe {
  border: 1px solid #000;
}

#main #discDetails .inner article .disklist {
  margin: 0 0 20px;
}

#main #discDetails .inner article .detailLink {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

#main #discDetails .inner article .detailLink li {
  margin-right: 10px;
}

#main #discDetails .inner article .detailLink li a {
  display: inline-block;
  padding: 0 15px;
  font-size: 20px;
  border: 2px solid #000;
  color: #fff;
  background: #000;
}

#main #discDetails .inner article .detailLink li.buy a {
  color: #000;
  background: #fee101;
}

#main #discDetails .inner article .otherInfo {
  width: 100%;
  border: 2px solid #000;
  padding: 20px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.2;
}

#main #discDetails .inner article .otherInfo > *:last-child {
  margin-bottom: 0;
}

#main #discList .detailLink {
  position: absolute;
  bottom: 20px;
  left: 35%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  width: 65%;
  padding: 0 20px 0 3px;
  margin: 0;
  list-style: none;
}

#main #discList .detailLink li a {
  display: inline-block;
  padding: 0 15px;
  font-size: 20px;
  border: 2px solid #000;
  color: #fff;
  background: #000;
}

#main #discList .detailLink li:nth-child(2) {
  margin-left: 10px;
}

#main #discList .detailLink li:nth-child(2) a {
  color: #000;
  background: #fee101;
}

#main .newsList img {
  vertical-align: bottom;
}

#main .newsList .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-align-items: stretch;
          align-items: stretch;
  width: 100%;
}

#main .newsList .inner article {
  width: 20%;
  padding: 10px 10px 20px;
  cursor: hand;
  cursor: pointer;
}

#main .newsList .inner article:not(:nth-child(5n)) {
  border-right: 2px solid #000;
}

#main .newsList .inner article figure {
  margin-bottom: 10px;
}

#main .newsList .inner article img {
  border: 1px solid #ccc;
}

#main .newsList .inner article h1 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 10px;
}

#main .newsList .inner article a {
  color: #000;
}

#main .newsList .inner article a:hover {
  opacity: 1;
}

#main .newsList .inner article p {
  margin-bottom: 0;
  text-align: center;
}

#main .newsList .inner article .button {
  font-size: 20px;
  width: 80%;
}

#main .newsList .inner article:hover .button {
  background: #000;
  color: #fff;
}

#main .newsList .inner article > div {
  width: 100%;
}

#main .newsList .inner article > span {
  display: none;
}

#main .newsList.newsArchive .inner article {
  width: 25%;
  border-bottom: 2px solid #000;
}

#main .newsList.newsArchive .inner article:nth-child(4n) {
  border-right: none;
}

#main .newsList.newsArchive .inner article:nth-child(5n) {
  border-right: 2px solid #000;
}

#main .pageContent {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 10px;
}

#main .pageContent#page-biography {
  max-width: 900px;
}

#main .pageContent#page-biography img {
  vertical-align: bottom;
}

#main .pageContent#page-biography figure {
  text-align: right;
  margin-bottom: 20px;
}

#main .pageContent#page-biography figure figcaption {
  font-size: .8em;
  line-height: 1.2;
  color: #999;
}

#main .pageContent#page-biography figure figcaption span {
  display: inline-block;
}

#main .pageContent#page-biography figure img {
  margin-bottom: 5px;
}

#main .pageContent#page-biography figure p {
  display: none;
}

#main .pageContent#page-biography figure + p {
  line-height: 1.4;
}

#main .pageContent#page-biography table {
  background: #fff;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid #000;
  line-height: 1.2;
}

#main .pageContent#page-biography table th, #main .pageContent#page-biography table td {
  border: none;
  background: #fff;
  color: #000;
  border-bottom: 1px solid #000;
}

#main .pageContent#page-biography table th {
  min-width: 7.5em;
  text-align: right;
}

#main .pageContent#page-biography table th span {
  color: #fff;
}

#main .pageContent#page-contact form {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

#main .pageContent#page-contact dl {
  width: 100%;
}

#main .pageContent#page-contact dl.colmun02 {
  width: 49%;
}

#main .pageContent#page-contact dl input,
#main .pageContent#page-contact dl textarea {
  width: 100%;
}

#main .pageContent#page-contact dl textarea {
  height: 8em;
}

#main .pageContent#page-contact dl dt {
  font-size: 16px;
  margin-bottom: 5px;
}

#main .pageContent#page-contact .submit {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}

#main .pageContent#page-contact .wpcf7-response-output {
  margin: 0;
}

#main .pageContent#postSingle #singleTitle {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.2;
  color: #000;
  padding: 15px 5px;
  font-weight: bold;
  background: left bottom repeat-x url("../images/common/border-bottom.png"), left top repeat-x url("../images/common/border-top.png");
  background-size: auto 8px, auto 8px;
}

#main .blogWrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 50px 10px;
}

#main .blogWrapper .postContent {
  line-height: 1.4;
}

#main .blogWrapper .inner {
  width: 70%;
}

#main .blogWrapper .inner .blogPostTitle {
  line-height: 1.2;
  font-weight: bold;
  margin: 0 0 5px;
  padding: 15px 5px;
  color: #000;
  background: left bottom repeat-x url("../images/common/border-bottom.png"), left top repeat-x url("../images/common/border-top.png");
  background-size: auto 8px, auto 8px;
}

#main .blogWrapper .inner .blogPostTitle + p {
  font-size: 12px;
  text-align: right;
  margin: 0;
}

#main .blogWrapper .inner .postContent {
  border-bottom: 2px solid #000;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

#main .blogWrapper .blogSide {
  width: 26%;
}

#main .blogWrapper .blogSide .side {
  margin-bottom: 30px;
}

#main .blogWrapper .blogSide .side > h1 {
  color: #000;
  font-size: 18px;
  font-family: "Anton", FontAwesome, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 1px;
  padding: 12px 5px;
  margin: 0;
  background: left bottom repeat-x url("../images/common/border-bottom.png"), left top repeat-x url("../images/common/border-top.png");
  background-size: auto 8px, auto 8px;
}

#main .blogWrapper .blogSide .side ul {
  list-style: none;
  margin: 0;
  width: 100%;
}

#main .blogWrapper .blogSide .side ul li {
  line-height: 1.2;
  border-bottom: 1px dotted #000;
  font-size: 14px;
}

#main .blogWrapper .blogSide .side ul li a {
  display: inline-block;
  padding: .7em .5em;
}

#main .blogWrapper .blogSide .side ul li:last-child {
  border-bottom: 2px solid #000;
}

#main .postContent {
  width: 100%;
  /* Heading */
  /* horizontal rule */
  /* img */
  /* culomn */
  /* list */
  /* data list */
  /* table */
  /* free Space */
}

#main .postContent > *:last-child {
  margin-bottom: 0;
}

#main .postContent > * {
  z-index: 1;
}

#main .postContent .more-link {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: .3em 2em;
  white-space: nowrap;
  font-family: "Bitter", FontAwesome, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  background: #000;
  color: #fff;
  text-align: center;
  text-decoration: none !important;
  border: 2px solid #000;
  transition: all .2s ease;
}

#main .postContent .more-link:hover {
  color: #000;
  background: #999;
  opacity: 1;
}

#main .postContent .postThumb {
  float: right;
  width: 26%;
  padding-left: 10px;
  margin-bottom: 50px;
  z-index: 5;
}

#main .postContent .postThumb a {
  display: inline-block;
}

#main .postContent .size-large {
  max-width: 100%;
}

#main .postContent .size-medium {
  max-width: 50%;
}

#main .postContent .size-small {
  max-width: 33.33%;
}

#main .postContent .alignleft {
  float: left;
  margin: 0 1.5em 1.5em 0;
}

#main .postContent .alignright {
  float: right;
  margin: 0 0 1.5em 1.5em;
}

#main .postContent .aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.5em;
}

#main .postContent a {
  color: #fff;
  text-decoration: underline;
}

#main .postContent a:hover {
  text-decoration: none;
}

#main .postContent h2, #main .postContent h3, #main .postContent h4, #main .postContent h5, #main .postContent h6 {
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 22px;
  color: #000;
}

#main .postContent h1 {
  padding: 5px 10px;
  margin: 0 0 10px;
  font-size: 18px;
  color: #fff;
  background: #000;
}

#main .postContent h2 {
  font-size: 22px;
  font-weight: bold;
}

#main .postContent h3 {
  font-size: 18px;
}

#main .postContent h4 {
  font-size: 16px;
}

#main .postContent h4:before {
  display: inline-block;
  content: '■';
  margin-right: .5em;
}

#main .postContent h5 {
  font-size: 1em;
}

#main .postContent h6 {
  font-size: 1em;
  font-weight: 100;
}

#main .postContent h2 {
  padding: 0 0 5px;
  margin-bottom: 10px;
  font-size: 16px;
  border-bottom: 2px solid #000;
}

#main .postContent h3 {
  background: #000;
  color: #fff;
  font-size: 16px;
  padding: .5em;
  font-weight: normal;
}

#main .postContent h4 {
  font-size: 16px;
}

#main .postContent h5 {
  font-size: 1em;
}

#main .postContent h6 {
  font-size: 1em;
  font-weight: 100;
}

#main .postContent .title {
  padding: 30px 0;
  font-weight: normal;
  font-size: 22px;
  font-family: FontAwesome, "ヒラギノ明朝 ProN W3", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#main .postContent hr {
  clear: both;
  margin: 40px 0;
}

#main .postContent hr.clearRule {
  color: #fff;
  background: none;
}

#main .postContent figure {
  margin-bottom: 10px;
}

#main .postContent figure a {
  width: 100%;
}

#main .postContent figure.postThumnb {
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}

#main .postContent figure.FlC {
  float: none;
  clear: both;
  margin: 0 auto 15px;
  text-align: center;
}

#main .postContent figure.listThumb {
  padding: 0 0 0 10px;
}

#main .postContent figure.column01, #main .postContent figure.column02, #main .postContent figure.column03 {
  padding-bottom: 0;
}

#main .postContent figure a {
  text-decoration: none !important;
}

#main .postContent .imagesList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

#main .postContent .imagesList figure {
  width: 25%;
  padding: 0 1%;
  text-align: center;
}

#main .postContent figcaption {
  font-size: .8em;
  color: #999;
  text-align: center;
}

#main .postContent .column01 {
  float: left;
  clear: both;
  width: 100%;
  padding: 0 0 15px;
}

#main .postContent .column02 {
  float: left;
  width: 50%;
  padding: 0 2% 15px;
}

#main .postContent .column03 {
  float: left;
  width: 33.3%;
  padding: 0 2% 15px;
}

#main .postContent ol {
  margin-left: 1.5em;
}

#main .postContent dt {
  margin-bottom: 5px;
  font-size: 1.1em;
  font-weight: bold;
  color: #000;
}

#main .postContent dd {
  padding-left: 10px;
  border-left: 5px solid #ccc;
  margin-left: 5px;
}

#main .postContent table {
  border-collapse: collapse;
  border-spacing: 1px;
  background: none;
}

#main .postContent table th, #main .postContent table td {
  padding: .5em 1em;
  vertical-align: middle;
}

#main .postContent table thead th {
  text-align: center;
  color: #fff;
  background: #000;
  font-weight: normal;
}

#main .postContent table tbody {
  border-top: 1px solid #dcdcdc;
}

#main .postContent table tbody th, #main .postContent table tbody td {
  border-bottom: 1px solid #dcdcdc;
  background: none;
}

#main .postContent table tbody th {
  font-weight: bold;
  width: 30%;
  color: #333;
  border-right: 1px dashed #dcdcdc;
}

#main .postContent blockquote {
  background: #efefef;
  padding: 20px;
}

#main .postContent blockquote > *:last-child {
  margin-bottom: 0;
}

#main .postContent .freeSpace.FlC {
  width: 100%;
}

#main .postContent .snsLink {
  font-size: 1.4em;
}

#main .postContent .snsLink a {
  display: inline-block;
  margin-left: .5em;
  line-height: 1;
}

.pageTop {
  display: none;
  position: fixed;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 400px;
  width: 70px;
  height: 110px;
  z-index: 10000;
}

.pageTop.is-absolute {
  position: absolute;
}

.pageTop a {
  display: inline-block;
}

.pageTop img {
  vertical-align: bottom;
}

#navBelow {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  border-top: 2px solid #000;
  padding: 20px 20px 15px;
  font-size: 20px;
}

#navBelow div {
  min-height: 1em;
  width: 25%;
  margin-bottom: 8px;
  font-size: 1em;
  padding: 0;
}

#navBelow div a {
  text-align: center;
  color: #fff;
  text-decoration: none;
  background: #000;
  padding: 6px 15px;
  border-radius: 5px;
  border: 2px solid #000;
  white-space: nowrap;
}

#navBelow div a:hover {
  color: #000;
  background: #999;
  opacity: 1;
}

#navBelow div.navCat {
  -webkit-order: 2;
          order: 2;
  text-align: center;
  width: 50%;
}

#navBelow div.navPrev {
  -webkit-order: 1;
          order: 1;
  text-align: left;
}

#navBelow div.navNext {
  -webkit-order: 3;
          order: 3;
  text-align: right;
}

@media screen and (max-width: 1600px) {
  #main .liveList .inner article h1, #main .liveList .inner article h2 {
    font-size: 22px;
  }
  #main .liveList .inner article h2 {
    font-size: 18px;
  }
  #main .liveList .inner article .meta,
  #main .liveList .inner article .cast {
    font-size: 16px;
  }
}

@media screen and (max-width: 1480px) {
  /**
		NEWS LIST
	 */
  #main .newsList .inner article h1 {
    font-size: 16px;
  }
  #main .newsList .inner article .button {
    font-size: 18px;
  }
  #main .newsList.newsArchive .inner article h1 {
    font-size: 16px;
  }
  #main .newsList.newsArchive .inner article .button {
    font-size: 18px;
  }
}

@media screen and (max-width: 1280px) {
  #main {
    /**
		  Live Schedule
		 */
  }
  #main .liveList .inner article h1, #main .liveList .inner article h2 {
    font-size: 20px;
  }
  #main .liveList .inner article h2 {
    font-size: 16px;
  }
  #main .liveList .inner article .meta,
  #main .liveList .inner article .cast {
    font-size: 12px;
  }
  #main .liveList .inner article > span {
    font-size: 40px;
  }
  #main .liveList .inner article > span i {
    margin: -20px 0 0;
  }
  #main .liveList#liveListArchive .inner article .cast {
    font-size: 14px;
  }
}

@media screen and (max-width: 1080px) {
  /**
		NEWS LIST
	 */
  #main .newsList.newsIndex .inner article {
    width: 25%;
  }
  #main .newsList.newsIndex .inner article:nth-child(4) {
    border-right: none;
  }
  #main .newsList.newsIndex .inner article:nth-child(5) {
    display: none;
  }
}

@media screen and (max-width: 980px) {
  #main {
    /**
		  Live Schedule
		 */
  }
  #main .liveList .inner article {
    width: 100%;
    border-bottom: 2px solid #000;
  }
  #main .liveList .inner article:nth-child(even) {
    border-left: 0;
  }
  #main .liveList .inner article figure {
    margin-right: 15px;
  }
  #main .liveList .inner article figure.is-x {
    width: 22%;
    min-width: 22%;
  }
  #main .liveList .inner article figure.is-square {
    width: 18%;
    min-width: 18%;
  }
  #main .liveList .inner article figure.is-y {
    width: 12%;
    min-width: 12%;
  }
  #main .liveList .inner article figure img {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
  }
  #main .liveList .inner article h1, #main .liveList .inner article h2 {
    font-size: 22px;
  }
  #main .liveList .inner article h2 {
    font-size: 18px;
  }
  #main .liveList .inner article .meta,
  #main .liveList .inner article .cast {
    font-size: 14px;
  }
  #main .liveList .inner article > span {
    font-size: 30px;
  }
  #main .liveList .inner article > span i {
    margin: -15px 0 0;
  }
}

@media screen and (max-width: 800px) {
  #main {
    /**
			NEWS LIST
		 */
    /**
			Video List
		 */
    /**
			DISC LIST
		 */
  }
  #main .newsList .inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column wrap;
            flex-flow: column wrap;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
  #main .newsList .inner article {
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
    -webkit-align-content: center;
            align-content: center;
    width: 100% !important;
    border-right: 0 !important;
  }
  #main .newsList .inner article:not(:nth-child(5n)) {
    border-bottom: 2px solid #000;
  }
  #main .newsList .inner article figure {
    width: 25%;
    min-width: 25%;
    margin: 0 15px 0 0;
  }
  #main .newsList .inner article h1 {
    font-size: 20px;
    text-align: left;
    margin: 0;
  }
  #main .newsList .inner article p {
    display: none;
  }
  #main .newsList .inner article:hover .button {
    background: transparent;
    color: #000;
  }
  #main .newsList .inner article > div {
    width: 100%;
  }
  #main .newsList .inner article > span {
    display: inline-block;
    width: 30px;
    min-width: 30px;
    text-align: right;
    font-size: 30px;
    transition: all 0 ease;
  }
  #main .newsList .inner article > span i {
    position: absolute;
    top: 50%;
    right: 0;
    margin: -15px 0 0;
    line-height: 1;
  }
  #main #reservedDay {
    font-size: 18px;
  }
  #main #videoListArchive {
    padding: 10px;
  }
  #main #videoListArchive article {
    display: block;
    width: 33.33%;
    padding: 10px;
  }
  #main #videoListArchive article .play {
    font-size: 60px;
    margin: -28px 0 0;
  }
  #main #videoListArchive article h1 {
    font-size: 14px;
  }
  #main #discDetails .inner article,
  #main #discList .inner article {
    padding: 20px;
  }
  #main #discDetails .inner article > figure,
  #main #discDetails .inner article .diskFigure,
  #main #discList .inner article > figure,
  #main #discList .inner article .diskFigure {
    width: 30%;
    padding-right: 15px;
    margin: 0 0 10px;
  }
  #main #discDetails .inner article .diskDetails,
  #main #discList .inner article .diskDetails {
    width: 70%;
  }
  #main #discDetails .inner article h1,
  #main #discList .inner article h1 {
    font-size: 36px;
  }
  #main #discDetails .inner article h2,
  #main #discList .inner article h2 {
    font-size: 14px;
  }
  #main #discDetails .inner article .meta,
  #main #discList .inner article .meta {
    font-size: 12px;
  }
  #main #discDetails .inner article .disklist,
  #main #discList .inner article .disklist {
    margin: 0 0 10px;
  }
  #main #discDetails .inner .spVideo .video-container {
    margin: 10px 0;
  }
  #main #discList .detailLink {
    position: relative;
    bottom: auto;
    left: auto;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    width: 100%;
    padding: 0 0;
  }
  #main #discList .detailLink li {
    width: 49%;
  }
  #main #discList .detailLink li a {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    text-align: center;
  }
  #main #discList .detailLink li:nth-child(2) {
    margin-left: 0;
  }
}

@media screen and (max-width: 735px) {
  input[type="text"],
  input[type="password"],
  input[type="tel"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="number"],
  textarea {
    width: 100%;
  }
  #main {
    font-size: 15px;
    /**
		  Live Schedule
		 */
    /**
			Video List
		 */
    /**
			NEWS LIST
		 */
    /**
			DISC
		 */
  }
  #main .secTitle {
    padding: 15px 0;
    background-size: auto 10px, auto 10px;
  }
  #main .secTitle span {
    font-size: 28px;
  }
  #main .secTitle.moreTitle:before,
  #main .secTitle.moreTitle a {
    width: 20%;
    font-size: 15px;
  }
  #main .pageTitle {
    padding: 25px 0;
  }
  #main .pageTitle span {
    font-size: 30px;
  }
  #main .pageTitle small {
    font-size: 14px;
  }
  #main .liveSingle {
    -webkit-flex-flow: column wrap;
            flex-flow: column wrap;
    padding: 20px 3%;
  }
  #main .liveSingle .is-pc {
    display: none;
  }
  #main .liveSingle .is-sp {
    display: inline-block;
  }
  #main .liveSingle.is-noimg {
    text-align: left;
  }
  #main .liveSingle > figure {
    width: 100%;
    min-width: 100%;
    padding: 0 15% 3%;
  }
  #main .liveSingle.is-y figure {
    padding: 0 30% 3%;
  }
  #main .liveSingle.is-square figure {
    padding: 0 25% 3%;
  }
  #main .liveSingle.is-x figure {
    padding: 0 15% 3%;
  }
  #main .liveSingle h1 {
    font-size: 20px;
  }
  #main .liveSingle h2 {
    font-size: 16px;
  }
  #main .liveSingle .meta {
    color: #777;
    font-size: 12px;
  }
  #main .liveSingle .cast {
    font-size: 16px;
  }
  #main .liveSingle .liveInfo {
    font-size: 14px;
  }
  #main .liveSingle .tickeList li a {
    font-size: .8em;
  }
  #main .liveList .inner article figure {
    display: none;
  }
  #main #videoTitle {
    padding: 10px 0;
    font-size: 25px;
  }
  #main #videoListArchive {
    padding: 0;
  }
  #main #videoListArchive article {
    width: 50%;
    padding: 15px;
    border-bottom: 2px solid #000;
  }
  #main #videoListArchive article:nth-child(odd) {
    border-right: 1px solid #000;
  }
  #main #videoListArchive article:nth-child(even) {
    border-left: 1px solid #000;
  }
  #main #videoListArchive article .play {
    font-size: 60px;
    margin: -28px 0 0;
  }
  #main .newsList .inner article figure {
    width: 30%;
    min-width: 30%;
  }
  #main .newsList .inner article h1 {
    font-size: 16px;
  }
  #main #discDetails .is-pc,
  #main #discList .is-pc {
    display: none;
  }
  #main #discDetails .is-sp,
  #main #discList .is-sp {
    display: inline-block;
  }
  #main #discDetails .inner article,
  #main #discList .inner article {
    padding: 20px 3% 25px;
    margin-bottom: 5px;
    border-bottom: 1px solid #000;
  }
  #main #discDetails .inner article > figure,
  #main #discDetails .inner article .diskFigure,
  #main #discList .inner article > figure,
  #main #discList .inner article .diskFigure {
    width: 100%;
    padding: 0 15%;
    margin: 0 0 10px;
  }
  #main #discDetails .inner article .diskDetails,
  #main #discList .inner article .diskDetails {
    width: 100%;
  }
  #main #discDetails .inner article h1,
  #main #discList .inner article h1 {
    font-size: 36px;
  }
  #main #discDetails .inner article h2,
  #main #discList .inner article h2 {
    font-size: 14px;
  }
  #main #discDetails .inner article .meta,
  #main #discList .inner article .meta {
    font-size: 12px;
  }
  #main #discDetails .inner article .disklist,
  #main #discList .inner article .disklist {
    margin: 0 0 15px;
    font-size: 12px;
  }
  #main #discDetails .inner {
    margin-bottom: 0;
  }
  #main #discDetails .inner article {
    border-bottom: none;
  }
  #main #discDetails .inner article .detailLink li a {
    font-size: 16px;
  }
  #main #discDetails .inner article .otherInfo {
    padding: 5%;
  }
  #main #discList .detailLink li a {
    font-size: 16px;
  }
  #main .blogWrapper {
    -webkit-flex-flow: column wrap;
            flex-flow: column wrap;
    padding: 30px 3%;
  }
  #main .blogWrapper .inner {
    width: 100%;
  }
  #main .blogWrapper .inner .blogPostTitle {
    font-size: 14px;
  }
  #main .blogWrapper .inner .blogPostTitle + p {
    font-size: 11px;
  }
  #main .blogWrapper .blogSide {
    width: 100%;
  }
  #main .blogWrapper .blogSide .side > h1 {
    font-size: 18px;
  }
  #main .blogWrapper .blogSide .side ul li {
    font-size: 12px;
  }
  #main #page-reservation dl {
    width: 48%;
  }
  #main #page-reservation dl dt {
    font-size: .9em;
  }
  #main #page-reservation dl dd .wpcf7-not-valid-tip {
    font-size: .8em;
  }
  #main #page-reservation .wpcf7-response-output,
  #main #page-reservation .wpcf7c-elm-step2.checkWord {
    padding: .5em 3%;
    font-size: .8em;
  }
  #main #page-reservation .soldOut {
    font-size: 1em;
  }
  #main #page-reservation .submit {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column wrap;
            flex-flow: column wrap;
  }
  #main #page-reservation .submit input {
    padding: 8px 10px;
    margin: 0 0 10px;
  }
  #main #page-reservation .submit .wpcf7-confirm {
    -webkit-order: 1;
            order: 1;
  }
  #main #page-reservation .submit .wpcf7-back {
    -webkit-order: 2;
            order: 2;
  }
  #main #page-reservation .submit .wpcf7-submit {
    -webkit-order: 1;
            order: 1;
  }
  #main .pageContent {
    padding: 30px 3%;
  }
  #main .pageContent#page-biography figure + p {
    font-size: 14px;
    line-height: 1.4;
  }
  #main .pageContent#page-biography table {
    font-size: 14px;
  }
  #main .pageContent#page-biography table th, #main .pageContent#page-biography table td {
    padding: .5em;
  }
  #main .pageContent#page-biography table th {
    min-width: 6em;
    padding-left: 0;
    padding-right: 0;
    vertical-align: middle;
    white-space: nowrap;
  }
  #main .pageContent#page-biography table td {
    padding-right: 0;
  }
  #main .postContent .more-link {
    font-size: 14px;
    width: 100%;
    padding: .7em 0;
  }
  #navBelow {
    padding: 20px 3% 15px;
    font-size: 14px;
  }
  #navBelow div {
    font-size: 1em;
  }
  .pagination ul li {
    margin: 0 2px;
  }
  .pageTop {
    right: 3.14%;
    width: 50px;
    height: 80px;
  }
}

@media screen and (max-width: 500px) {
  #main {
    /**
		  Live Schedule
		 */
    /**
			Video List
		 */
  }
  #main .liveSingle > figure {
    width: 100%;
    min-width: 100%;
    padding: 0 10% 3%;
  }
  #main .liveSingle.is-y figure {
    padding: 0 25% 3%;
  }
  #main .liveSingle.is-square figure {
    padding: 0 20% 3%;
  }
  #main .liveSingle.is-x figure {
    padding: 0 10% 3%;
  }
  #main .liveSingle h1 {
    font-size: 18px;
  }
  #main .liveSingle h2 {
    font-size: 14px;
  }
  #main .liveSingle .meta {
    font-size: 12px;
  }
  #main .liveSingle .cast {
    font-size: 16px;
  }
  #main .liveSingle .liveInfo {
    font-size: 14px;
  }
  #main .liveSingle .tickeList li a {
    font-size: .8em;
  }
  #main .liveList .inner article h1 {
    font-size: 18px;
  }
  #main .liveList .inner article h2 {
    font-size: 16px;
  }
  #main .liveList .inner article .meta,
  #main .liveList .inner article .cast {
    font-size: 11px;
  }
  #main #reservedDay {
    font-size: 14px;
  }
  #main .ticketDesc {
    font-size: 12px;
  }
  #main #videoListArchive article .play {
    font-size: 40px;
    margin: -18px 0 0;
  }
  #main .pageContent#page-contact form {
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  #main .pageContent#page-contact dl.colmun02 {
    width: 100%;
  }
  #main .pageContent#page-contact .submit {
    width: 100%;
    text-align: center;
  }
  #main .postContent .postThumb,
  #main .postContent .alignleft,
  #main .postContent .alignright,
  #main .postContent .aligncenter {
    float: none;
    clear: both;
    display: block;
    width: 100%;
    max-width: 80%;
    margin: 0 auto 1.5em;
  }
  .pagination {
    margin: 0 0 30px;
  }
  .pagination ul li a {
    width: 25px;
    height: 25px;
    line-height: 23px;
    font-size: 16px;
  }
}

@media screen and (max-width: 375px) {
  #main {
    /**
			DISC LIST
		 */
  }
  #main #discDetails .inner article > figure,
  #main #discDetails .inner article .diskFigure,
  #main #discList .inner article > figure,
  #main #discList .inner article .diskFigure {
    padding: 0 10%;
  }
}

@media screen and (max-width: 320px) {
  #main {
    /**
		  Live Schedule
		 */
    /**
			DISC LIST
		 */
  }
  #main .liveSingle h1 {
    font-size: 16px;
  }
  #main .liveSingle h2 {
    font-size: 12px;
  }
  #main .liveSingle .meta {
    font-size: 10px;
  }
  #main .liveSingle .cast,
  #main .liveSingle .liveInfo {
    font-size: 12px;
  }
  #main #reservedDay {
    font-size: 12px;
  }
  #main #page-reservation dl {
    width: 100%;
    margin-bottom: 10px;
  }
  #main #discDetails .is-pc5se,
  #main #discList .is-pc5se {
    display: none;
  }
  #main #discDetails .is-sp5se,
  #main #discList .is-sp5se {
    display: inline-block;
  }
  #main #discDetails .inner article > figure,
  #main #discDetails .inner article .diskFigure,
  #main #discList .inner article > figure,
  #main #discList .inner article .diskFigure {
    padding: 0;
  }
  #main #discDetails .inner .spVideo > div {
    width: 100%;
  }
  #main #discDetails .inner .spVideo .video-container {
    margin: 15px 0;
  }
  #navBelow {
    font-size: 12px;
  }
}

/* index style
-----------------------------------*/
.gNav {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #fff;
}

.gNav:last-child {
  border-top: 1px solid #fff;
  border-bottom: none;
}

.gNav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  width: 100%;
  margin: 0;
  list-style: none;
}

.gNav li {
  width: 33.33%;
}

.gNav li a {
  display: inline-block;
  width: 100%;
  padding: 5px 5px 5px;
  background: #ff3434;
  color: #fff;
  line-height: 1;
  text-align: center;
}

.gNav li span {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  padding: 5px 0 0;
}

.gNav li small {
  display: inline-block;
  width: 100%;
  padding: 5px 0 5px;
  font-size: 11px;
  border-bottom: 3px solid #fff;
}

.gNav li:nth-child(1), .gNav li:nth-child(2), .gNav li:nth-child(3) {
  border-bottom: 1px solid #fff;
}

.gNav li:nth-child(2), .gNav li:nth-child(5) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

#siteHead {
  margin-bottom: 20px;
}

#siteHead:after {
  position: absolute;
  right: 2px;
  bottom: 5px;
  display: block;
  content: '';
  width: 17%;
  height: 32%;
  background: right bottom no-repeat;
  background-size: contain;
}

.vol1 #siteHead {
  margin-bottom: 0;
}

.vol1 #siteHead:after {
  background-image: url("../../images/int-icon01.png");
}

.vol2 #siteHead {
  margin-bottom: 0;
}

.vol2 #siteHead:after {
  background-image: url("../../images/int-icon02.png");
}

.vol3 #siteHead {
  margin-bottom: 0;
}

.vol3 #siteHead:after {
  background-image: url("../../images/int-icon03.png");
}

.vol4 #siteHead {
  margin-bottom: 0;
}

.vol4 #siteHead:after {
  background-image: url("../../images/int-icon04.png");
}

#details {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
          flex-flow: column wrap;
  width: 100%;
  margin: 0 0 70px;
  padding: 0 3.2%;
}

#details figure {
  width: 100%;
  padding: 0 10%;
  margin-bottom: 20px;
}

#details > div {
  width: 100%;
}

#details > div p {
  margin-bottom: 20px;
}

#details > div ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-justify-content: center;
          justify-content: center;
  width: 100%;
  list-style: none;
  margin: 0;
}

#details > div ul li {
  display: inline-block;
}

#details > div ul li + li {
  margin: 0 0 0 10px;
}

#details > div ul img {
  height: 30px;
}

#details a {
  display: inline-block;
}

#details h1 {
  margin: 0 0 15px;
}

#mv {
  width: 100%;
  margin-bottom: 70px;
}

#mv h1 {
  margin-bottom: 15px;
  padding: 0 3.2%;
}

#soundcloud {
  width: 100%;
  padding: 0 3.2%;
  margin-bottom: 70px;
  text-align: center;
  font-size: .9em;
}

#soundcloud h1 {
  margin-bottom: 15px;
}

#soundcloud h3 {
  padding: 5px;
  color: #fff;
  background: #000;
  margin-bottom: 10px;
}

#soundcloud .inner {
  width: 100%;
}

#indexSelf,
#indexInt {
  width: 100%;
  margin-bottom: 70px;
}

#indexSelf h1,
#indexInt h1 {
  margin-bottom: 15px;
}

#indexSelf p,
#indexInt p {
  padding: 0 8%;
  margin-bottom: 10px;
}

#indexSelf h1 img {
  border-top: 2px solid #000;
}

#tour {
  width: 100%;
  margin: 0 auto 70px;
  padding: 0 3.2%;
}

#tour h1 {
  margin-bottom: 15px;
}

#tour ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
          flex-flow: column wrap;
  width: 100%;
  margin: 0 auto 20px;
  list-style: none;
}

#tour ul li {
  width: 100%;
  text-align: center;
  padding: 5px 10px;
  margin-bottom: 10px;
  border: 2px solid #000;
  background: rgba(255, 255, 255, .7);
}

#interview .inner {
  width: 100%;
  text-align: left;
  padding: 3.2%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 13px;
}

#interview .inner p {
  text-align: justify;
  margin-bottom: 1em;
  color: #333;
}

#interview .inner p.int00 {
  color: #777;
}

#interview .inner p.int01 b {
  color: #2174cd;
}

#interview .inner p.int02 b {
  color: #ff3434;
}

#interview .inner p.int03 b {
  color: #ff7c38;
}

#interview .inner p.is-right {
  margin: 0;
  color: #999;
}

#interview .inner h3 {
  padding-top: 30px;
  font-size: 1.2em;
}

#interview .inner h3:first-child {
  padding-top: 0;
}

#interview .inner figure img {
  border: 1px solid #fff;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, .4);
}

.pagenation {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-justify-content: center;
          justify-content: center;
  width: 100%;
  padding: 15px 0;
  margin: 0;
  list-style: none;
}

.pagenation li {
  padding: 0 5px;
}

.pagenation a {
  display: inline-block;
  padding: 5px 10px;
  background: #ff3434;
  color: #fff;
  border-radius: 4px;
}

.pagenation a.is-current {
  background: #ccc;
}

@media screen and (max-width: 320px) {
  .pagenation a {
    font-size: .9em;
  }
  #tour ul li {
    font-size: .8em;
  }
}

/* extension style
-----------------------------------*/
.white {
  color: #fff !important;
}

.black {
  color: #111 !important;
}

.blue {
  color: #3f78c6 !important;
}

.green {
  color: #609c9a !important;
}

.orange {
  color: #fb7818 !important;
}

.red {
  color: #d93030 !important;
}

.yellow {
  color: #fad00d !important;
}

.purple {
  color: #847bb9 !important;
}

.pink {
  color: #ff82a1 !important;
}

.grey {
  color: #acadad !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-black {
  background-color: #111 !important;
}

.bg-blue {
  background-color: #3f78c6 !important;
}

.bg-blue-light {
  background-color: #73cbef !important;
}

.bg-green-light {
  background-color: #a0d264 !important;
}

.bg-orange {
  background-color: #fb7818 !important;
}

.bg-red {
  background-color: #d93030 !important;
}

.bg-yellow {
  background-color: #fad00d !important;
}

.bg-purple {
  background-color: #847bb9 !important;
}

.bg-pink {
  background-color: #ff82a1 !important;
}

.bg-sec-sub {
  background-color: #f4f4f4 !important;
}

.w5p {
  width: 5% !important;
}

.w10p {
  width: 10% !important;
}

.w15p {
  width: 15% !important;
}

.w20p {
  width: 20% !important;
}

.w25p {
  width: 25% !important;
}

.w30p {
  width: 30% !important;
}

.w35p {
  width: 35% !important;
}

.w40p {
  width: 40% !important;
}

.w45p {
  width: 45% !important;
}

.w50p {
  width: 50% !important;
}

.w55p {
  width: 55% !important;
}

.w60p {
  width: 60% !important;
}

.w65p {
  width: 65% !important;
}

.w70p {
  width: 70% !important;
}

.w75p {
  width: 75% !important;
}

.w80p {
  width: 80% !important;
}

.w85p {
  width: 85% !important;
}

.w90p {
  width: 90% !important;
}

.w95p {
  width: 95% !important;
}

.w100p {
  width: 100% !important;
}

.w5em {
  width: 5em !important;
}

.w6em {
  width: 6em !important;
}

.w7em {
  width: 7em !important;
}

.w8em {
  width: 8em !important;
}

.w9em {
  width: 9em !important;
}

.w10em {
  width: 10em !important;
}

.flr {
  float: right !important;
}

.fll {
  float: left !important;
}

.fln {
  float: none !important;
}

.clb {
  clear: both !important;
}

.cln {
  clear: none !important;
}

.is-left {
  text-align: left !important;
}

.is-center {
  text-align: center !important;
}

.is-right {
  text-align: right !important;
}

.is-bold {
  font-weight: bold !important;
}

.nowrap {
  white-space: nowrap !important;
}

/* 文字サイズ */
.fs08 {
  font-size: .8em !important;
}

.fs09 {
  font-size: .9em !important;
}

.fs11 {
  font-size: 1.1em !important;
}

.fs12 {
  font-size: 1.2em !important;
}

.fs12_5 {
  font-size: 1.25em !important;
}

.fs13 {
  font-size: 1.3em !important;
}

.fs14 {
  font-size: 1.4em !important;
}

.fs15 {
  font-size: 1.5em !important;
}

.fs16 {
  font-size: 1.6em !important;
}

.fs17 {
  font-size: 1.7em !important;
}

.fs18 {
  font-size: 1.8em !important;
}

.fs19 {
  font-size: 1.9em !important;
}

.fs20 {
  font-size: 2.0em !important;
}

.fs24b {
  font-size: 2.4em;
  font-weight: bold;
  line-height: 1em;
}

.fs40b {
  font-size: 4.0em;
  font-weight: bold;
  line-height: 1em;
}

.lh1 {
  line-height: 1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.lh16 {
  line-height: 1.6 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

.lh20 {
  line-height: 2 !important;
}

/* margin */
.m0 {
  margin: 0 !important;
}

.m5 {
  margin: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.m30 {
  margin: 30px !important;
}

.m40 {
  margin: 40px !important;
}

.m50 {
  margin: 50px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mlr5 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.mlr10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

/* padding */
.p0 {
  padding: 0 !important;
}

.p5 {
  padding: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.p30 {
  padding: 30px !important;
}

.p35 {
  padding: 35px !important;
}

.p40 {
  padding: 40px !important;
}

.p45 {
  padding: 45px !important;
}

.p50 {
  padding: 50px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb80 {
  padding-bottom: 50px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.plr5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.plr10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.plr15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.plr20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.plr25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.ofx {
  width: 100% !important;
  overflow-x: auto;
}

.video-container {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 53%;
  padding-top: 30px;
  margin-bottom: 15px;
  height: 0;
  overflow: hidden;
}

.video-container + p {
  clear: both !important;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}

.button {
  display: inline-block;
  width: 100%;
  text-align: center;
  background: #fff;
  color: #111;
  padding: .3em .8em;
  font-size: 1em;
  line-height: 1;
  border-radius: 3px;
  border: 1px solid #555;
  font-family: "Bitter", FontAwesome, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.button + .button {
  margin: 0 0 .7em .5em;
}

.button[disabled] {
  opacity: .5;
}

.button img {
  vertical-align: middle;
}

.button:hover {
  text-decoration: none;
}

.button.is-round {
  border-radius: 1.5em;
}

.button.is-white {
  background-color: #fff;
  border-color: transparent;
  color: #111;
}

.button.is-white:hover, .button.is-white:focus, .button.is-white.is-active {
  background-color: #e6e6e6;
  border-color: transparent;
  color: #111;
}

.button.is-white:active {
  border-color: transparent;
}

.button.is-white.is-inverted {
  background-color: #111;
  color: #fff;
}

.button.is-white.is-inverted:hover {
  background-color: #040404;
}

.button.is-white.is-loading:after {
  border-color: transparent transparent #111 #111 !important;
}

.button.is-white.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-white.is-outlined:hover, .button.is-white.is-outlined:focus {
  background-color: #fff;
  border-color: #fff;
  color: #111;
}

.button.is-black {
  background-color: #111;
  border-color: transparent;
  color: #fff;
}

.button.is-black:hover, .button.is-black:focus, .button.is-black.is-active {
  background-color: black;
  border-color: transparent;
  color: #fff;
}

.button.is-black:active {
  border-color: transparent;
}

.button.is-black.is-inverted {
  background-color: #fff;
  color: #111;
}

.button.is-black.is-inverted:hover {
  background-color: #f2f2f2;
}

.button.is-black.is-loading:after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-black.is-outlined {
  background-color: transparent;
  border-color: #111;
  color: #111;
}

.button.is-black.is-outlined:hover, .button.is-black.is-outlined:focus {
  background-color: #111;
  border-color: #111;
  color: #fff;
}

.button.is-light {
  background-color: #b2b6b9;
  border-color: transparent;
  color: #69707a;
}

.button.is-light:hover, .button.is-light:focus, .button.is-light.is-active {
  background-color: #979da1;
  border-color: transparent;
  color: #69707a;
}

.button.is-light:active {
  border-color: transparent;
}

.button.is-light.is-inverted {
  background-color: #69707a;
  color: #b2b6b9;
}

.button.is-light.is-inverted:hover {
  background-color: #5d636c;
}

.button.is-light.is-loading:after {
  border-color: transparent transparent #69707a #69707a !important;
}

.button.is-light.is-outlined {
  background-color: transparent;
  border-color: #b2b6b9;
  color: #b2b6b9;
}

.button.is-light.is-outlined:hover, .button.is-light.is-outlined:focus {
  background-color: #b2b6b9;
  border-color: #b2b6b9;
  color: #69707a;
}

.button.is-dark {
  background-color: #69707a;
  border-color: transparent;
  color: #b2b6b9;
}

.button.is-dark:hover, .button.is-dark:focus, .button.is-dark.is-active {
  background-color: #51575f;
  border-color: transparent;
  color: #b2b6b9;
}

.button.is-dark:active {
  border-color: transparent;
}

.button.is-dark.is-inverted {
  background-color: #b2b6b9;
  color: #69707a;
}

.button.is-dark.is-inverted:hover {
  background-color: #a5a9ad;
}

.button.is-dark.is-loading:after {
  border-color: transparent transparent #b2b6b9 #b2b6b9 !important;
}

.button.is-dark.is-outlined {
  background-color: transparent;
  border-color: #69707a;
  color: #69707a;
}

.button.is-dark.is-outlined:hover, .button.is-dark.is-outlined:focus {
  background-color: #69707a;
  border-color: #69707a;
  color: #b2b6b9;
}

.button.is-primary {
  background-color: #1fc8db;
  border-color: transparent;
  color: white;
}

.button.is-primary:hover, .button.is-primary:focus, .button.is-primary.is-active {
  background-color: #199fae;
  border-color: transparent;
  color: white;
}

.button.is-primary:active {
  border-color: transparent;
}

.button.is-primary.is-inverted {
  background-color: white;
  color: #1fc8db;
}

.button.is-primary.is-inverted:hover {
  background-color: #f2f2f2;
}

.button.is-primary.is-loading:after {
  border-color: transparent transparent white white !important;
}

.button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #1fc8db;
  color: #1fc8db;
}

.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined:focus {
  background-color: #1fc8db;
  border-color: #1fc8db;
  color: white;
}

.button.is-info {
  background-color: #3f78c6;
  border-color: transparent;
  color: white;
}

.button.is-info:hover, .button.is-info:focus, .button.is-info.is-active {
  background-color: #3060a2;
  border-color: transparent;
  color: white;
}

.button.is-info:active {
  border-color: transparent;
}

.button.is-info.is-inverted {
  background-color: white;
  color: #3f78c6;
}

.button.is-info.is-inverted:hover {
  background-color: #f2f2f2;
}

.button.is-info.is-loading:after {
  border-color: transparent transparent white white !important;
}

.button.is-info.is-outlined {
  background-color: transparent;
  border-color: #3f78c6;
  color: #3f78c6;
}

.button.is-info.is-outlined:hover, .button.is-info.is-outlined:focus {
  background-color: #3f78c6;
  border-color: #3f78c6;
  color: white;
}

.button.is-success {
  background-color: #609c9a;
  border-color: transparent;
  color: white;
}

.button.is-success:hover, .button.is-success:focus, .button.is-success.is-active {
  background-color: #4d7c7b;
  border-color: transparent;
  color: white;
}

.button.is-success:active {
  border-color: transparent;
}

.button.is-success.is-inverted {
  background-color: white;
  color: #609c9a;
}

.button.is-success.is-inverted:hover {
  background-color: #f2f2f2;
}

.button.is-success.is-loading:after {
  border-color: transparent transparent white white !important;
}

.button.is-success.is-outlined {
  background-color: transparent;
  border-color: #609c9a;
  color: #609c9a;
}

.button.is-success.is-outlined:hover, .button.is-success.is-outlined:focus {
  background-color: #609c9a;
  border-color: #609c9a;
  color: white;
}

.button.is-warning {
  background-color: #fad00d;
  border-color: transparent;
  color: white;
}

.button.is-warning:hover, .button.is-warning:focus, .button.is-warning.is-active {
  background-color: #d0ac04;
  border-color: transparent;
  color: white;
}

.button.is-warning:active {
  border-color: transparent;
}

.button.is-warning.is-inverted {
  background-color: white;
  color: #fad00d;
}

.button.is-warning.is-inverted:hover {
  background-color: #f2f2f2;
}

.button.is-warning.is-loading:after {
  border-color: transparent transparent white white !important;
}

.button.is-warning.is-outlined {
  background-color: transparent;
  border-color: #fad00d;
  color: #fad00d;
}

.button.is-warning.is-outlined:hover, .button.is-warning.is-outlined:focus {
  background-color: #fad00d;
  border-color: #fad00d;
  color: white;
}

.button.is-danger {
  background-color: #d93030;
  border-color: transparent;
  color: white;
}

.button.is-danger:hover, .button.is-danger:focus, .button.is-danger.is-active {
  background-color: #b52121;
  border-color: transparent;
  color: white;
}

.button.is-danger:active {
  border-color: transparent;
}

.button.is-danger.is-inverted {
  background-color: white;
  color: #d93030;
}

.button.is-danger.is-inverted:hover {
  background-color: #f2f2f2;
}

.button.is-danger.is-loading:after {
  border-color: transparent transparent white white !important;
}

.button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #d93030;
  color: #d93030;
}

.button.is-danger.is-outlined:hover, .button.is-danger.is-outlined:focus {
  background-color: #d93030;
  border-color: #d93030;
  color: white;
}

.button.is-white {
  color: #555 !important;
  border-color: #fff !important;
  background: #fff !important;
}

.button.is-light {
  color: #777 !important;
  border-color: #ccc !important;
  background: #efefef !important;
}

.button.is-gray {
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
  border-color: #5f5f5f !important;
  background: linear-gradient(#b5b5b5, #a9a9a9) !important;
}

.button.is-dark {
  color: #fff !important;
  border-color: #111 !important;
  background: #444 !important;
}

.button.is-black {
  color: #fff !important;
  border-color: #111 !important;
  background: #000 !important;
}

.button.is-primary {
  color: #fff !important;
  background: #1fc8db !important;
  border-color: #0c85a3 !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
}

.button.is-success, .button.is-green {
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
  border-color: #00c36a !important;
  background: #00c36a !important;
}

.button.is-info {
  color: #fff !important;
  background: #3f78c6 !important;
  border-color: #11448a !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
}

.button.is-warning {
  color: rgba(17, 17, 17, .7) !important;
  background: #fbda41 !important;
  border-color: #ebad06 !important;
}

.button.is-danger {
  color: #fff !important;
  background: #d93030 !important;
  border-color: #d93030 !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
}

@media screen and (max-width: 735px) {
  #main .button {
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
  }
  #main .button.is-white {
    padding: .8em 1em;
  }
  #main .button.is-medium {
    font-size: 16px;
  }
  #main .button.is-medium small {
    font-size: 14px;
  }
}

.is-iBlock {
  display: inline-block;
  transition: all 0s ease;
}

.is-block {
  display: block;
}

.is-none {
  display: none !important;
}

/* @ hover
// ------------------------------------------------------------ */
.no-hover:hover {
  opacity: 1;
  text-decoration: none;
  cursor: default;
}

@media screen and (max-width: 414px) {
  .is-hidden-sp {
    display: none !important;
  }
  .is-visible-sp {
    display: block !important;
  }
}
