@charset "UTF-8";
/**
 * _component.scss
 */
/* mixin
--------------------------------------------------*/
/**
 * style.scss
 */
/* import
--------------------------------------------------*/
/**
 * _init.scss
 */
/* reset
--------------------------------------------------*/
@import url("//hello.myfonts.net/count/30e337");
body {
  margin: 0;
  padding: 0;
  border: none;
}

/* img */
img,
div, p, blockquote,
h1, h2, h3, h4, h5, h6,
ul, ol, li, dl, dt, dd,
form, fieldset, textarea,
address,
article, aside, dialog, figure, footer, header, hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  text-decoration: none;
  list-style-type: none;
}

/* html5 */
article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

/* heading */
h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
}

/* table */
table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: left;
  vertical-align: top;
}

caption {
  text-align: left;
}

/* a */
a, a:focus, a:hover, a:active {
  outline: none;
}

/* form */
input, input:focus, input:hover, input:active,
textarea, textarea:focus, textarea:hover, textarea:active {
  outline: none;
}

/* img */
img {
  vertical-align: top;
}

/* utility
--------------------------------------------------*/
/* clearfix */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

/* perfect-scrollbar v0.6.12 */
.ps-container {
  -ms-touch-action: none;
  touch-action: none;
  overflow: hidden !important;
  -ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important;
  }
}
.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transparent;
}

.ps-container.ps-in-scrolling {
  pointer-events: none;
}

.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  bottom: 0px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 15px;
}

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  bottom: 2px;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 6px;
}

.ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
  height: 11px;
}

.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 15px;
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  right: 2px;
  /* there must be 'right' for ps-scrollbar-y */
  width: 6px;
}

.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
}

/* font
--------------------------------------------------*/
@font-face {
  font-family: 'AvantGardeGothicITCW02XLt';
  src: url("../font/30E337_0_0.eot");
  src: url("../font/30E337_0_0.eot?#iefix") format("embedded-opentype"), url("../font/30E337_0_0.woff2") format("woff2"), url("../font/30E337_0_0.woff") format("woff"), url("../font/30E337_0_0.ttf") format("truetype");
}
/* html, body
--------------------------------------------------*/
html, body {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

body {
  color: #000000;
  font-family: "AvantGardeGothicITCW02XLt", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  line-height: 1.58;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
}

/* TB */
@media only screen and (max-width: 1023px) {
  html, body {
    overflow: visible;
    position: static;
    width: auto;
    height: auto;
  }

  body {
    font-size: 22px;
    line-height: 1.64;
  }
}
/* SP */
@media only screen and (max-width: 767px) {
  body {
    font-size: 12px;
    line-height: 1.5;
  }
}
/* style
--------------------------------------------------*/
/* selection */
::-moz-selection {
  color: #ffffff;
  background: #000000;
}

::selection {
  color: #ffffff;
  background: #000000;
}

/* a */
@-webkit-keyframes triangle {
  0% {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes triangle {
  0% {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
  }
}
@-o-keyframes triangle {
  0% {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
  }
}
@-ms-keyframes triangle {
  0% {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
  }
}
@keyframes triangle {
  0% {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
  }
}
a {
  display: inline-block;
  position: relative;
  color: #000000;
  text-decoration: none;
}
.noTouch:not(.msie) a.triangleLink:hover svg .path:nth-child(1) {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  -webkit-animation: triangle 0.3s ease-in-out forwards 0s;
  -moz-animation: triangle 0.3s ease-in-out forwards 0s;
  -o-animation: triangle 0.3s ease-in-out forwards 0s;
  -ms-animation: triangle 0.3s ease-in-out forwards 0s;
  animation: triangle 0.3s ease-in-out forwards 0s;
}
.noTouch:not(.msie) a.triangleLink:hover svg .path:nth-child(2) {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  -webkit-animation: triangle 0.3s ease-in-out forwards 0.1s;
  -moz-animation: triangle 0.3s ease-in-out forwards 0.1s;
  -o-animation: triangle 0.3s ease-in-out forwards 0.1s;
  -ms-animation: triangle 0.3s ease-in-out forwards 0.1s;
  animation: triangle 0.3s ease-in-out forwards 0.1s;
}
.noTouch:not(.msie) a.triangleLink:hover svg .path:nth-child(3) {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  -webkit-animation: triangle 0.3s ease-in-out forwards 0.2s;
  -moz-animation: triangle 0.3s ease-in-out forwards 0.2s;
  -o-animation: triangle 0.3s ease-in-out forwards 0.2s;
  -ms-animation: triangle 0.3s ease-in-out forwards 0.2s;
  animation: triangle 0.3s ease-in-out forwards 0.2s;
}
.noTouch:not(.msie) a.triangleLink:hover svg .path:nth-child(4) {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  -webkit-animation: triangle 0.3s ease-in-out forwards 0.3s;
  -moz-animation: triangle 0.3s ease-in-out forwards 0.3s;
  -o-animation: triangle 0.3s ease-in-out forwards 0.3s;
  -ms-animation: triangle 0.3s ease-in-out forwards 0.3s;
  animation: triangle 0.3s ease-in-out forwards 0.3s;
}
.noTouch:not(.msie) a.triangleLink:hover svg .path:nth-child(5) {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  -webkit-animation: triangle 0.3s ease-in-out forwards 0.4s;
  -moz-animation: triangle 0.3s ease-in-out forwards 0.4s;
  -o-animation: triangle 0.3s ease-in-out forwards 0.4s;
  -ms-animation: triangle 0.3s ease-in-out forwards 0.4s;
  animation: triangle 0.3s ease-in-out forwards 0.4s;
}
.noTouch:not(.msie) a.triangleLink:hover svg .path:nth-child(6) {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  -webkit-animation: triangle 0.3s ease-in-out forwards 0.5s;
  -moz-animation: triangle 0.3s ease-in-out forwards 0.5s;
  -o-animation: triangle 0.3s ease-in-out forwards 0.5s;
  -ms-animation: triangle 0.3s ease-in-out forwards 0.5s;
  animation: triangle 0.3s ease-in-out forwards 0.5s;
}
.noTouch:not(.msie) a.triangleLink:hover svg .path:nth-child(7) {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  -webkit-animation: triangle 0.3s ease-in-out forwards 0.6s;
  -moz-animation: triangle 0.3s ease-in-out forwards 0.6s;
  -o-animation: triangle 0.3s ease-in-out forwards 0.6s;
  -ms-animation: triangle 0.3s ease-in-out forwards 0.6s;
  animation: triangle 0.3s ease-in-out forwards 0.6s;
}
.noTouch:not(.msie) a.triangleLink:hover svg .path:nth-child(8) {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  -webkit-animation: triangle 0.3s ease-in-out forwards 0.7s;
  -moz-animation: triangle 0.3s ease-in-out forwards 0.7s;
  -o-animation: triangle 0.3s ease-in-out forwards 0.7s;
  -ms-animation: triangle 0.3s ease-in-out forwards 0.7s;
  animation: triangle 0.3s ease-in-out forwards 0.7s;
}

/* .strings */
.strings {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.05) 1px, transparent 1px);
  background-image: linear-gradient(rgba(0, 0, 0, 0.05) 1px, rgba(0, 0, 0, 0) 1px);
  background-repeat: repeat-y;
  background-position: left -1px;
}
.strings.white {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, rgba(0, 0, 0, 0) 1px);
}
.strings .line {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 10%;
  height: 0;
  margin-left: -10%;
  border-top: #ffffff solid 1px;
}
.strings .line:last-child {
  top: auto;
  bottom: 0;
}

/* header
--------------------------------------------------*/
#header {
  /* #menuBtn */
  /* .logo */
  /* #nav */
  /* #sns */
  /* .lang */
  /* .strings */
}
#header a {
  text-decoration: none;
}
#header #menuBtn {
  display: none;
}
#header .logo {
  display: none;
}
#header #nav {
  display: table;
  position: fixed;
  top: 14.3%;
  left: 0;
  z-index: 10;
  min-width: 10%;
  height: 71.5%;
  padding: 0 0 0 16px;
  font-size: 14px;
  line-height: 40px;
}
#header #nav ul {
  display: table-cell;
  vertical-align: middle;
}
#header #nav li a {
  display: inline-block;
  position: relative;
  padding: 4px 8px 0;
  color: #000000;
}
#header #nav li a .txt {
  display: inline-block;
  letter-spacing: -1em;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
#header #nav li a .dot {
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-radius: 50%;
  background: #000000;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
#header #nav li a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  border-top: #000000 solid 1px;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
#header #nav.allShow li a .dot, #header #nav.show li a .dot {
  opacity: 0;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
#header #nav.allShow li a .txt, #header #nav.show li a .txt {
  opacity: 1;
  letter-spacing: 0.32em;
}
.noTouch #header #nav.allShow li a:hover:after, .noTouch #header #nav.show li a:hover:after {
  width: 100%;
}
#header #nav.show li:nth-child(1) a .txt {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
#header #nav.show li:nth-child(1) a .dot {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
#header #nav.show li:nth-child(2) a .txt {
  -webkit-transition: all 0.2s ease-in-out 0.05s;
  -moz-transition: all 0.2s ease-in-out 0.05s;
  -o-transition: all 0.2s ease-in-out 0.05s;
  -ms-transition: all 0.2s ease-in-out 0.05s;
  transition: all 0.2s ease-in-out 0.05s;
}
#header #nav.show li:nth-child(2) a .dot {
  -webkit-transition: all 0.2s ease-in-out 0.05s;
  -moz-transition: all 0.2s ease-in-out 0.05s;
  -o-transition: all 0.2s ease-in-out 0.05s;
  -ms-transition: all 0.2s ease-in-out 0.05s;
  transition: all 0.2s ease-in-out 0.05s;
}
#header #nav.show li:nth-child(3) a .txt {
  -webkit-transition: all 0.2s ease-in-out 0.1s;
  -moz-transition: all 0.2s ease-in-out 0.1s;
  -o-transition: all 0.2s ease-in-out 0.1s;
  -ms-transition: all 0.2s ease-in-out 0.1s;
  transition: all 0.2s ease-in-out 0.1s;
}
#header #nav.show li:nth-child(3) a .dot {
  -webkit-transition: all 0.2s ease-in-out 0.1s;
  -moz-transition: all 0.2s ease-in-out 0.1s;
  -o-transition: all 0.2s ease-in-out 0.1s;
  -ms-transition: all 0.2s ease-in-out 0.1s;
  transition: all 0.2s ease-in-out 0.1s;
}
#header #nav.show li:nth-child(4) a .txt {
  -webkit-transition: all 0.2s ease-in-out 0.15s;
  -moz-transition: all 0.2s ease-in-out 0.15s;
  -o-transition: all 0.2s ease-in-out 0.15s;
  -ms-transition: all 0.2s ease-in-out 0.15s;
  transition: all 0.2s ease-in-out 0.15s;
}
#header #nav.show li:nth-child(4) a .dot {
  -webkit-transition: all 0.2s ease-in-out 0.15s;
  -moz-transition: all 0.2s ease-in-out 0.15s;
  -o-transition: all 0.2s ease-in-out 0.15s;
  -ms-transition: all 0.2s ease-in-out 0.15s;
  transition: all 0.2s ease-in-out 0.15s;
}
#header #nav.show li:nth-child(5) a .txt {
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  -moz-transition: all 0.2s ease-in-out 0.2s;
  -o-transition: all 0.2s ease-in-out 0.2s;
  -ms-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
}
#header #nav.show li:nth-child(5) a .dot {
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  -moz-transition: all 0.2s ease-in-out 0.2s;
  -o-transition: all 0.2s ease-in-out 0.2s;
  -ms-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
}
#header #nav.show li:nth-child(6) a .txt {
  -webkit-transition: all 0.2s ease-in-out 0.25s;
  -moz-transition: all 0.2s ease-in-out 0.25s;
  -o-transition: all 0.2s ease-in-out 0.25s;
  -ms-transition: all 0.2s ease-in-out 0.25s;
  transition: all 0.2s ease-in-out 0.25s;
}
#header #nav.show li:nth-child(6) a .dot {
  -webkit-transition: all 0.2s ease-in-out 0.25s;
  -moz-transition: all 0.2s ease-in-out 0.25s;
  -o-transition: all 0.2s ease-in-out 0.25s;
  -ms-transition: all 0.2s ease-in-out 0.25s;
  transition: all 0.2s ease-in-out 0.25s;
}
#header #nav.show li:nth-child(7) a .txt {
  -webkit-transition: all 0.2s ease-in-out 0.3s;
  -moz-transition: all 0.2s ease-in-out 0.3s;
  -o-transition: all 0.2s ease-in-out 0.3s;
  -ms-transition: all 0.2s ease-in-out 0.3s;
  transition: all 0.2s ease-in-out 0.3s;
}
#header #nav.show li:nth-child(7) a .dot {
  -webkit-transition: all 0.2s ease-in-out 0.3s;
  -moz-transition: all 0.2s ease-in-out 0.3s;
  -o-transition: all 0.2s ease-in-out 0.3s;
  -ms-transition: all 0.2s ease-in-out 0.3s;
  transition: all 0.2s ease-in-out 0.3s;
}
#header #nav li.on a .dot {
  opacity: 0;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
#header #nav li.on a .txt {
  opacity: 1;
  letter-spacing: 0.32em;
}
#header #nav li.on a:after {
  width: 100%;
}
#header #sns {
  position: fixed;
  top: 14.3%;
  right: 0;
  z-index: 10;
  width: 42px;
  height: 71.5%;
  padding: 0 10px 0 7.5%;
}
#header #sns .icon {
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 23px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-radius: 8px;
  background: #000000;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
#header #sns ul {
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 42px;
  height: 168px;
  margin-top: -84px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
#header #sns ul li {
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
#header #sns ul li a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 42px;
  height: 42px;
  text-indent: -5260px;
}
#header #sns ul li a:before, #header #sns ul li a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  background-image: url(../imgs/sns.svg);
  background-repeat: no-repeat;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
#header #sns ul li a:after {
  opacity: 0;
}
.noTouch #header #sns ul li a:hover:before {
  opacity: 0.75;
}
#header #sns ul li.facebook a:before {
  background-position: 0 top;
}
#header #sns ul li.facebook a:after {
  background-position: 0 bottom;
}
#header #sns ul li.twitter a:before {
  background-position: -20px top;
}
#header #sns ul li.twitter a:after {
  background-position: -20px bottom;
}
#header #sns ul li.youtube a:before {
  background-position: -40px top;
}
#header #sns ul li.youtube a:after {
  background-position: -40px bottom;
}
#header #sns ul li.instagram a:before {
  background-position: -60px top;
}
#header #sns ul li.instagram a:after {
  background-position: -60px bottom;
}
#header #sns.allShow .icon, #header #sns.show .icon {
  opacity: 0;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
#header #sns.allShow ul, #header #sns.show ul {
  opacity: 1;
}
#header #sns.allShow ul li, #header #sns.show ul li {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
#header #sns.show li:nth-child(1) {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
#header #sns.show li:nth-child(2) {
  -webkit-transition: all 0.2s ease-in-out 0.05s;
  -moz-transition: all 0.2s ease-in-out 0.05s;
  -o-transition: all 0.2s ease-in-out 0.05s;
  -ms-transition: all 0.2s ease-in-out 0.05s;
  transition: all 0.2s ease-in-out 0.05s;
}
#header #sns.show li:nth-child(3) {
  -webkit-transition: all 0.2s ease-in-out 0.1s;
  -moz-transition: all 0.2s ease-in-out 0.1s;
  -o-transition: all 0.2s ease-in-out 0.1s;
  -ms-transition: all 0.2s ease-in-out 0.1s;
  transition: all 0.2s ease-in-out 0.1s;
}
#header #sns.show li:nth-child(4) {
  -webkit-transition: all 0.2s ease-in-out 0.15s;
  -moz-transition: all 0.2s ease-in-out 0.15s;
  -o-transition: all 0.2s ease-in-out 0.15s;
  -ms-transition: all 0.2s ease-in-out 0.15s;
  transition: all 0.2s ease-in-out 0.15s;
}
#header #sns.show li:nth-child(5) {
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  -moz-transition: all 0.2s ease-in-out 0.2s;
  -o-transition: all 0.2s ease-in-out 0.2s;
  -ms-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
}
#header .lang {
  display: none;
}
#header .strings {
  display: none;
  z-index: 1;
}

/* PC */
@media only screen and (min-width: 1024px) {
  #header.white {
    /* #nav */
    /* #sns */
  }
  #header.white #nav li a {
    color: #ffffff;
  }
  #header.white #nav li a .dot {
    background: #ffffff;
  }
  #header.white #nav li a:after {
    border-top-color: #ffffff;
  }
  #header.white #sns .icon {
    background: #ffffff;
  }
  #header.white #sns ul li a:before {
    opacity: 0;
  }
  #header.white #sns ul li a:after {
    opacity: 1;
  }
  .noTouch #header.white #sns ul li a:hover:before {
    opacity: 0;
  }
  .noTouch #header.white #sns ul li a:hover:after {
    opacity: 0.75;
  }
}
/* TB */
@media only screen and (max-width: 1023px) {
  #header {
    /* #menuBtn */
    /* .inner */
    /* .logo */
    /* #nav */
    /* #sns */
    /* .lang */
    /* .strings */
    /* .menuOPEN */
  }
  #header #menuBtn {
    display: block;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width: 130px;
    height: 14.29%;
    text-indent: -5260px;
    cursor: pointer;
  }
  #header #menuBtn:before {
    content: 'CLOSE';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -6px;
    color: #ffffff;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.2em;
    text-indent: 0;
    opacity: 0;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
    -ms-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
  }
  #header #menuBtn:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 50%;
    width: 20px;
    height: 20px;
    margin: -10px -10px 0 0;
    border-radius: 50%;
    background: #000000;
    text-indent: -5260px;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
    -ms-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
  }
  #header.white #menuBtn:after {
    background: #ffffff;
  }
  #header .inner {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.88);
  }
  #header .logo {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2;
    height: 14.29%;
    background: url(../imgs/logo.svg) no-repeat center center;
    text-indent: -5260px;
  }
  #header #nav {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    margin: -288px 0 0;
    padding: 0;
    width: 100%;
    height: auto;
    font-size: 88px;
    line-height: 96px;
  }
  #header #nav ul {
    display: block;
    text-align: center;
  }
  #header #nav li {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
  }
  #header #nav li:nth-child(1) {
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  #header #nav li:nth-child(2) {
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  #header #nav li:nth-child(3) {
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  #header #nav li:nth-child(4) {
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  #header #nav li:nth-child(5) {
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  #header #nav li:nth-child(6) {
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  #header #nav li:nth-child(7) {
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  #header #nav li a {
    display: inline-block;
    padding-top: 0;
    color: #ffffff;
  }
  #header #nav li a .txt {
    letter-spacing: 0 !important;
    opacity: 1 !important;
  }
  #header #nav li a .dot {
    display: none;
  }
  #header #nav li a:after {
    margin-top: -10px;
    border-top-color: #ffffff !important;
  }
  #header #sns {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 14.29%;
    padding: 0;
  }
  #header #sns .icon {
    display: none;
  }
  #header #sns ul {
    display: table;
    position: relative;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
    margin: 0 auto;
    opacity: 1;
  }
  #header #sns ul li {
    display: table-cell;
    padding: 0 15px;
    vertical-align: middle;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  #header #sns ul li a:after {
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    -moz-background-size: auto 60px;
    -o-background-size: auto 60px;
    -webkit-background-size: auto 60px;
    background-size: auto 60px;
  }
  #header #sns ul li a:before {
    display: none;
  }
  #header #sns ul li a:after {
    opacity: 1;
  }
  #header #sns ul li.facebook a:after {
    background-position: 0 bottom;
  }
  #header #sns ul li.twitter a:after {
    background-position: -30px bottom;
  }
  #header #sns ul li.youtube a:after {
    background-position: -60px bottom;
  }
  #header #sns ul li.instagram a:after {
    background-position: -90px bottom;
  }
  #header .lang {
    display: table;
    position: absolute;
    bottom: 0;
    left: 40px;
    z-index: 2;
    height: 14.29%;
    color: #ffffff;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0.2em;
  }
  #header .lang ul {
    display: table-cell;
    vertical-align: middle;
  }
  #header .lang ul li a {
    display: inline-block;
    padding: 0 4px;
    color: #ffffff;
  }
  #header .lang ul li a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    margin-top: -2px;
    border-top: #ffffff solid 1px;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
    -ms-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
  }
  html:lang(ja) #header .lang ul li a[data-lang="ja"]:after, html:lang(en) #header .lang ul li a[data-lang="en"]:after, .noTouch #header .lang ul li a:hover:after {
    width: 100%;
  }
  #header .strings {
    display: block;
  }
  .menuOPEN #header {
    /* #menuBtn */
    /* #nav */
  }
  .menuOPEN #header #menuBtn:before {
    opacity: 1;
  }
  .menuOPEN #header #menuBtn:after {
    width: 90px;
    height: 1px;
    margin: 0 -45px 0 0;
    border-radius: 0;
    background: #ffffff;
  }
  .menuOPEN #header #nav li {
    opacity: 1;
    -moz-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
}
/* SP */
@media only screen and (max-width: 767px) {
  #header {
    /* #menuBtn */
    /* .logo */
    /* #nav */
    /* #sns */
    /* .lang */
    /* .menuOPEN */
  }
  #header #menuBtn {
    width: 65px;
  }
  #header #menuBtn:before {
    margin-top: -3px;
    font-size: 10px;
  }
  #header #menuBtn:after {
    width: 10px;
    height: 10px;
    margin: -5px -5px 0 0;
  }
  #header .logo {
    -moz-background-size: auto 40px;
    -o-background-size: auto 40px;
    -webkit-background-size: auto 40px;
    background-size: auto 40px;
  }
  #header #nav {
    margin-top: -135px;
    font-size: 40px;
    line-height: 45px;
  }
  #header #nav li:nth-child(1) {
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  #header #nav li:nth-child(2) {
    -moz-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px);
  }
  #header #nav li:nth-child(3) {
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  #header #nav li:nth-child(4) {
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  #header #nav li:nth-child(5) {
    -moz-transform: translateX(25px);
    -ms-transform: translateX(25px);
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
  }
  #header #nav li:nth-child(6) {
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  #header #nav li:nth-child(7) {
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  #header #sns ul li {
    padding: 0;
  }
  #header #sns ul li a:after {
    width: 15px;
    height: 15px;
    margin: -8px 0 0 -8px;
    -moz-background-size: auto 30px;
    -o-background-size: auto 30px;
    -webkit-background-size: auto 30px;
    background-size: auto 30px;
  }
  #header #sns ul li.facebook a:after {
    background-position: 0 bottom;
  }
  #header #sns ul li.twitter a:after {
    background-position: -15px bottom;
  }
  #header #sns ul li.youtube a:after {
    background-position: -30px bottom;
  }
  #header #sns ul li.instagram a:after {
    background-position: -45px bottom;
  }
  #header .lang {
    left: 20px;
    font-size: 10px;
    line-height: 20px;
  }
  #header .lang ul li a {
    padding: 0 2px;
  }
  .menuOPEN #header {
    /* #menuBtn */
  }
  .menuOPEN #header #menuBtn:after {
    width: 46px;
    margin: 0 -23px 0 0;
  }
}
/* layout
--------------------------------------------------*/
/* #cover */
#cover {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  /* .opening */
  /* .floating */
}
#cover.show {
  visibility: visible;
}
#cover .panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cover.opening {
  z-index: 30;
  visibility: visible;
  background: #0f0f0f;
}
#cover.opening .panel {
  border-top: #1f1f1f solid 1px;
  width: 0;
  height: 14.5%;
  background: #0f0f0f;
}
#cover.opening .panel:nth-child(1) {
  top: 0%;
}
#cover.opening .panel:nth-child(2) {
  top: 14.29%;
}
#cover.opening .panel:nth-child(3) {
  top: 28.58%;
}
#cover.opening .panel:nth-child(4) {
  top: 42.87%;
}
#cover.opening .panel:nth-child(5) {
  top: 57.16%;
}
#cover.opening .panel:nth-child(6) {
  top: 71.45%;
}
#cover.opening .panel:nth-child(7) {
  top: 85.74%;
}
#cover.opening .panel:first-child {
  border-top: none;
}
#cover.floating {
  z-index: 30;
  visibility: visible;
}
#cover.floating .panel {
  background: rgba(0, 0, 0, 0.88);
}

/* #article */
/* TB */
@media only screen and (max-width: 1023px) {
  .menuOPEN #article, .infoOPEN #article {
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
}
/* .block */
.block {
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  /* inner */
  /* .blockTitle */
  /* .bg */
  /* .strings */
  /* .body */
}
.block.current {
  visibility: visible;
  z-index: 2;
  height: auto;
}
.block .inner {
  overflow: hidden;
  position: relative;
}
.block .blockTitle {
  box-sizing: border-box;
  display: none;
  position: relative;
  z-index: 3;
  text-align: center;
}
.block .bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.block .bg .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block .strings {
  z-index: 2;
}
.block .body {
  position: relative;
  z-index: 3;
  /* a */
}
.block .body a {
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
.block .body a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  margin-top: -2px;
  border-top: #000000 solid 1px;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
.noTouch .block .body a:hover:after {
  width: 100%;
}
.block .body a.btn01 {
  display: block;
  position: relative;
  width: 200px;
  padding-top: 4px;
  background: #000000;
  color: #ffffff;
  line-height: 44px;
  text-align: center;
  letter-spacing: 0.2em;
}
.block .body a.btn01:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #ffffff;
  -webkit-transition: all 0.075s ease-in-out 0s;
  -moz-transition: all 0.075s ease-in-out 0s;
  -o-transition: all 0.075s ease-in-out 0s;
  -ms-transition: all 0.075s ease-in-out 0s;
  transition: all 0.075s ease-in-out 0s;
}
.block .body a.btn01:after {
  display: none;
}
.block .body a.btn01 span {
  position: relative;
  z-index: 2;
}
.noTouch .block .body a.btn01:hover {
  color: #000000;
}
.noTouch .block .body a.btn01:hover:before {
  height: 100%;
}

/* TB */
@media only screen and (max-width: 1023px) {
  .block {
    visibility: visible;
    position: relative;
    height: auto;
    /* .blockTitle */
    /* .body */
  }
  .block .blockTitle {
    display: block;
    padding-top: 15px;
    font-size: 80px;
    letter-spacing: -0.02em;
  }
  .block .body a.btn01 {
    width: 300px;
    font-size: 24px;
    line-height: 76px;
  }
}
/* SP */
@media only screen and (max-width: 767px) {
  .block {
    /* .blockTitle */
    /* .body */
  }
  .block .blockTitle {
    padding-top: 10px;
    font-size: 40px;
  }
  .block .body a.btn01 {
    width: 175px;
    font-size: 12px;
    line-height: 36px;
  }
}
/* #floatingMovie */
#floatingMovie {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 40;
  width: 100%;
  height: 100%;
}
#floatingMovie #floatingContent {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  opacity: 0;
}
#floatingMovie #floatingContent .inner {
  position: relative;
  padding-bottom: 56.25%;
}
#floatingMovie #floatingContent .inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
}
#floatingMovie .strings {
  z-index: 1;
}

/* top
--------------------------------------------------*/
.block#top {
  background: #0f0f0f;
  /* .blockTitle */
  /* .bg */
  /* .lang */
  /* .body */
  /* .scroll */
}
.block#top .blockTitle {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 14.29%;
  background: rgba(15, 15, 15, 0.88) url(../imgs/logo.svg) no-repeat center center;
  text-indent: -5260px;
}
.block#top .bg .img {
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.block#top .bg img {
  visibility: hidden;
  width: 0;
  height: 0;
}
.block#top .lang {
  zoom: 1;
  position: absolute;
  top: 7.15%;
  right: 40px;
  z-index: 5;
  margin-top: -20px;
  color: #ffffff;
  font-size: 12px;
  line-height: 40px;
  letter-spacing: 0.2em;
}
.block#top .lang:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.block#top .lang li {
  float: left;
  margin-left: 25px;
}
.block#top .lang li:first-child {
  margin-left: 0;
}
.block#top .lang li a {
  display: inline-block;
  padding: 0 4px;
  color: #ffffff;
}
.block#top .lang li a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  margin-top: -2px;
  border-top: #ffffff solid 1px;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
html:lang(ja) .block#top .lang li a[data-lang="ja"]:after, html:lang(en) .block#top .lang li a[data-lang="en"]:after, .noTouch .block#top .lang li a:hover:after {
  width: 100%;
}
.block#top .body {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block#top .body .textArea {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  position: absolute;
  top: 28.58%;
  left: 0;
  width: 100%;
  padding: 0 10%;
  text-align: center;
}
.block#top .body .textArea .text {
  display: table-cell;
  vertical-align: top;
}
.block#top .body .textArea .text img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 36px;
}
.block#top .body .titleArea {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  position: absolute;
  top: 42.87%;
  left: 0;
  width: 100%;
  height: 14.29%;
  padding: 0 10%;
  text-align: center;
}
.block#top .body .titleArea .title {
  display: table-cell;
  vertical-align: middle;
}
.block#top .body .titleArea .title img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.block#top .body .btns {
  position: absolute;
  top: 71.45%;
  left: 0;
  width: 100%;
  margin-top: -24px;
}
.block#top .body .btns ul {
  display: table;
  margin: 0 auto;
}
.block#top .body .btns ul li {
  display: table-cell;
  width: 200px;
  padding: 0 8px;
}
.block#top .scroll {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0%;
  z-index: 4;
  height: 14.29%;
  width: 100%;
  background: rgba(15, 15, 15, 0.88);
}
.block#top .scroll a {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100px;
  height: 100%;
  margin-left: -50px;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.block#top .scroll a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -17px;
}

/* TB */
@media only screen and (max-width: 1023px) {
  .block#top {
    /* .blockTitle */
    /* .lang */
    /* .body */
    /* .scroll */
  }
  .block#top .blockTitle {
    background-color: #0f0f0f;
  }
  .block#top .lang {
    display: none;
  }
  .block#top .body {
    padding: 0;
  }
  .block#top .body .textArea {
    padding: 0 6%;
  }
  .block#top .body .textArea .text {
    display: table-cell;
    vertical-align: middle;
  }
  .block#top .body .titleArea {
    padding: 0 6%;
  }
  .block#top .body .btns {
    margin-top: -80px;
  }
  .block#top .scroll {
    background: #0f0f0f;
  }
  .block#top .scroll a {
    background: url(../imgs/triangle-white.svg) no-repeat center center;
  }
  .block#top .scroll a svg {
    display: none;
  }
}
/* SP */
@media only screen and (max-width: 767px) {
  .block#top {
    /* .blockTitle */
    /* .body */
    /* .scroll */
  }
  .block#top .blockTitle {
    -moz-background-size: auto 40px;
    -o-background-size: auto 40px;
    -webkit-background-size: auto 40px;
    background-size: auto 40px;
  }
  .block#top .body .textArea .text img {
    max-height: 22px;
  }
  .block#top .body .btns {
    margin-top: -40px;
  }
  .block#top .body .btns ul li {
    width: 135px;
    padding: 0 4px;
  }
  .block#top .body .btns ul li a.btn01 {
    width: 135px;
  }
  .block#top .scroll a {
    -moz-background-size: auto 25px;
    -o-background-size: auto 25px;
    -webkit-background-size: auto 25px;
    background-size: auto 25px;
  }
}
/* live
--------------------------------------------------*/
.block#live {
  background: #ffffff;
  /* .bg */
  /* .body */
}
.block#live .bg {
  right: 0;
  left: auto;
  width: 50%;
}
.block#live .bg .img {
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.block#live .bg img {
  visibility: hidden;
  width: 0;
  height: 0;
}
.block#live .body {
  box-sizing: border-box;
  width: 50%;
  padding: 0 40px 0 10%;
}
.block#live .body .schedule .list {
  zoom: 1;
}
.block#live .body .schedule .list:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.block#live .body .schedule .list ul {
  float: left;
  display: none;
  table-layout: fixed;
  width: 100%;
}
.block#live .body .schedule .list ul.current {
  display: table;
}
.block#live .body .schedule .list ul li {
  display: table-row;
}
.block#live .body .schedule .list ul li div {
  box-sizing: border-box;
  display: table-cell;
  border-top: transparent solid 1px;
  vertical-align: middle;
}
.block#live .body .schedule .list ul li div.date {
  width: 128px;
}
body:lang(ja) .block#live .body .schedule .list ul li div.date {
  font-weight: bold;
}
.block#live .body .schedule .list ul li div.place {
  padding-right: 20px;
}
body:lang(ja) .block#live .body .schedule .list ul li div.place {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.block#live .body .schedule .list ul li div.ticket {
  width: 90px;
}
body:lang(ja) .block#live .body .schedule .list ul li div.ticket {
  font-weight: bold;
}
.block#live .body .schedule .list ul li div span {
  display: block;
  overflow: hidden;
  width: 100%;
  padding-top: 4px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.block#live .body .schedule .list ul li:nth-child(even) div {
  border-top-color: rgba(0, 0, 0, 0.03);
}
.block#live .body .schedule .list ul li:nth-child(odd):last-child div {
  border-bottom: rgba(0, 0, 0, 0.03) solid 1px;
}
.block#live .body .schedule .nextprev {
  zoom: 1;
}
.block#live .body .schedule .nextprev:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.block#live .body .schedule .nextprev li a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 60px;
  height: 100%;
  text-indent: -5260px;
}
.block#live .body .schedule .nextprev li a:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 11px;
  margin: -6px 0 0 -6px;
  border-bottom: #a8a8a8 solid 1px;
  border-left: #a8a8a8 solid 1px;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
.block#live .body .schedule .nextprev li a:after {
  display: none;
}
.noTouch .block#live .body .schedule .nextprev li a:hover:before {
  border-bottom-color: #000000;
  border-left-color: #000000;
}
.block#live .body .schedule .nextprev li.prv {
  display: none;
  float: left;
}
.block#live .body .schedule .nextprev li.prv a:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.block#live .body .schedule .nextprev li.nxt {
  float: right;
}
.block#live .body .schedule .nextprev li.nxt a:before {
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* TB */
@media only screen and (max-width: 1023px) {
  .block#live {
    /* .bg */
    /* .body */
  }
  .block#live .bg {
    position: relative;
    right: auto;
    width: auto;
  }
  .block#live .body {
    width: auto;
    padding: 0 5% 10% 5%;
    /* padding: 0 5%; */
  }
  .block#live .body .schedule .list ul li div.date {
    padding-left: 5%;
    width: 230px;
  }
  .block#live .body .schedule .list ul li div.ticket {
    width: 120px;
  }
  .block#live .body .schedule .list ul li:nth-child(odd) div {
    border-top-color: rgba(0, 0, 0, 0.03);
  }
  .block#live .body .schedule .list ul li:nth-child(even) div {
    border-top-color: transparent;
  }
  .block#live .body .schedule .list ul li:nth-child(odd):last-child div {
    border-bottom: none;
  }
  .block#live .body .schedule .list ul li:nth-child(even):last-child div {
    border-bottom: rgba(0, 0, 0, 0.03) solid 1px;
  }
  .block#live .body .schedule .nextprev li a:before {
    width: 29px;
    height: 29px;
    margin: -15px 0 0 -15px;
  }
}
/* SP */
@media only screen and (max-width: 767px) {
  .block#live {
    /* .body */
  }
  .block#live .body .schedule .list ul li div.date {
    width: 110px;
  }
  .block#live .body .schedule .list ul li div.place {
    padding-right: 10px;
  }
  .block#live .body .schedule .list ul li div.ticket {
    width: 60px;
  }
  .block#live .body .schedule .nextprev li a:before {
    width: 15px;
    height: 15px;
    margin: -8px 0 0 -8px;
  }
}
/* disc
--------------------------------------------------*/
.block#disc {
  background: #0f0f0f;
  /* .bg */
  /* .body */
}
.block#disc .bg {
  opacity: 0.04;
}
.block#disc .bg .img {
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.block#disc .bg img {
  visibility: hidden;
  width: 0;
  height: 0;
}
.block#disc .body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
}
.block#disc .body .jacket {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
}
.block#disc .body .jacket .image {
  width: 100%;
  height: 100%;
}
.block#disc .body .jacket .image img {
  width: auto;
  height: 100%;
}
.block#disc .body .jacket .info {
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.88);
  text-align: left;
  opacity: 0;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
body:lang(ja) .block#disc .body .jacket .info {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.block#disc .body .jacket .info:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBmMGYwZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzBmMGYwZiIgc3RvcC1vcGFjaXR5PSIwLjkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZjBmMGYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(15, 15, 15, 0)), color-stop(75%, rgba(15, 15, 15, 0.9)), color-stop(100%, #0f0f0f));
  background: -moz-linear-gradient(rgba(15, 15, 15, 0) 0%, rgba(15, 15, 15, 0.9) 75%, #0f0f0f 100%);
  background: -webkit-linear-gradient(rgba(15, 15, 15, 0) 0%, rgba(15, 15, 15, 0.9) 75%, #0f0f0f 100%);
  background: linear-gradient(rgba(15, 15, 15, 0) 0%, rgba(15, 15, 15, 0.9) 75%, #0f0f0f 100%);
}
.block#disc .body .jacket .info .infoBody {
  position: relative;
  height: 100%;
}
.block#disc .body .jacket .info .txt {
  padding: 60px;
  color: #888888;
}
.block#disc .body .jacket .info .close {
  display: none;
}
.block#disc .body .jacket a.btn.btn01 {
  overflow: hidden;
  position: absolute;
  right: 20px;
  bottom: -24px;
  z-index: 3;
  width: 48px;
  height: 48px;
  padding: 0;
}
.block#disc .body .jacket a.btn.btn01 span {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-indent: -5260px;
}
.block#disc .body .jacket a.btn.btn01 span:before, .block#disc .body .jacket a.btn.btn01 span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  text-indent: 0;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
.block#disc .body .jacket a.btn.btn01 span:before {
  width: 17px;
  margin: 1px 0 0 -8px;
  border-top: #ffffff solid 1px;
}
.block#disc .body .jacket a.btn.btn01 span:after {
  height: 17px;
  margin-top: -7px;
  border-left: #ffffff solid 1px;
}
.noTouch .block#disc .body .jacket a.btn.btn01:hover span:before, .noTouch .block#disc .body .jacket a.btn.btn01:hover span:after {
  border-color: #000000;
}
.block#disc .body .title {
  position: absolute;
  top: 14.29%;
  right: 50%;
  margin-top: 2px;
  font-size: 40px;
  line-height: 1;
  text-align: right;
  letter-spacing: 0.01em;
}
.block#disc .body .list {
  position: absolute;
  top: 42.87%;
  right: 50%;
  margin-left: 10%;
  text-align: right;
}
.block#disc .body .list:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBmMGYwZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzBmMGYwZiIgc3RvcC1vcGFjaXR5PSIwLjkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZjBmMGYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(15, 15, 15, 0)), color-stop(75%, rgba(15, 15, 15, 0.9)), color-stop(100%, #0f0f0f));
  background: -moz-linear-gradient(rgba(15, 15, 15, 0) 0%, rgba(15, 15, 15, 0.9) 75%, #0f0f0f 100%);
  background: -webkit-linear-gradient(rgba(15, 15, 15, 0) 0%, rgba(15, 15, 15, 0.9) 75%, #0f0f0f 100%);
  background: linear-gradient(rgba(15, 15, 15, 0) 0%, rgba(15, 15, 15, 0.9) 75%, #0f0f0f 100%);
}
.block#disc .body .list .listInner {
  box-sizing: border-box;
  overflow: auto;
  position: relative;
  z-index: 1;
  height: 100%;
  margin-right: -10px;
  padding-right: 10px;
}
.block#disc .body .list .listInner .listBody {
  padding-bottom: 75px;
}
body:lang(ja) .block#disc .body .list .listInner .listBody {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.block#disc .body .list .scrollNextprev {
  position: relative;
  z-index: 3;
}
.block#disc .body .list .scrollNextprev li {
  position: absolute;
  right: 0;
}
.block#disc .body .list .scrollNextprev li a {
  display: block;
  overflow: hidden;
  text-indent: -5260px;
  width: 26px;
  height: 26px;
}
.block#disc .body .list .scrollNextprev li a:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  margin: -5px 0 0 -5px;
  border-bottom: #484848 solid 1px;
  border-left: #484848 solid 1px;
}
.block#disc .body .list .scrollNextprev li.scrollPrev {
  bottom: 0;
}
.block#disc .body .list .scrollNextprev li.scrollPrev a:before {
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.block#disc .body .list .scrollNextprev li.scrollPrev a:after {
  display: none;
}
.block#disc .body .list .scrollNextprev li.scrollNext {
  bottom: -26px;
}
.block#disc .body .list .scrollNextprev li.scrollNext a:before {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.block#disc .body .list .scrollNextprev li.scrollNext a:after {
  display: none;
}
.block#disc .body .date {
  position: absolute;
  top: 14.29%;
  left: 50%;
  margin-top: 2px;
  font-size: 20px;
  line-height: 1;
}
.block#disc .body .date span {
  display: block;
  margin-top: 10px;
  font-size: 13px;
}
.block#disc .body .buy {
  zoom: 1;
  overflow: hidden;
  position: absolute;
  top: 42.87%;
  left: 50%;
  z-index: 2;
  width: 240px;
}
.block#disc .body .buy:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.block#disc .body .buy .cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding-top: 4px;
  background: #000000;
  color: #ffffff;
  line-height: 44px;
  text-align: center;
  letter-spacing: 0.2em;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
.block#disc .body .buy .btns {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 1;
  width: 100%;
}
.block#disc .body .buy .btns li {
  display: table-cell;
}
.block#disc .body .buy .btns li a.btn01 {
  width: 100%;
  font-size: 11px;
  letter-spacing: 0.05em;
}
.block#disc .body .buy:hover .cover {
  visibility: hidden;
  opacity: 0;
}
.block#disc .body .moreSound {
  position: absolute;
  top: 71.45%;
  left: 50%;
  margin-top: -2px;
  font-size: 13px;
  line-height: 1.70;
}
.block#disc .body .moreSound a {
  color: #ffffff;
}
.block#disc .body .moreSound a:after {
  border-top-color: #ffffff;
}
.infoOPEN .block#disc {
  /* .body */
}
.infoOPEN .block#disc .body .jacket .image {
  overflow: hidden;
}
.infoOPEN .block#disc .body .jacket .image img {
  -webkit-transition: transform 0.1s ease-in-out 0s;
  -moz-transition: transform 0.1s ease-in-out 0s;
  -o-transition: transform 0.1s ease-in-out 0s;
  -ms-transition: transform 0.1s ease-in-out 0s;
  transition: transform 0.1s ease-in-out 0s;
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.infoOPEN .block#disc .body .jacket .info {
  visibility: visible;
  opacity: 1;
}
.infoOPEN .block#disc .body .jacket a.btn.btn01 span:before, .infoOPEN .block#disc .body .jacket a.btn.btn01 span:after {
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* TB */
@media only screen and (max-width: 1023px) {
  .block#disc {
    /* .blockTitle */
    /* .bg */
    /* .body */
    /* .next */
  }
  .block#disc .blockTitle {
    color: #ffffff;
  }
  .block#disc .bg {
    display: none;
  }
  .block#disc .body {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
  }
  .block#disc .body .jacket {
    position: relative;
    top: auto;
    left: auto;
  }
  .block#disc .body .jacket .image {
    width: auto;
    height: auto;
    padding: 5%;
  }
  .block#disc .body .jacket .image img {
    width: 100%;
    height: auto;
  }
  .block#disc .body .jacket a.btn.btn01 {
    position: absolute;
    right: 10%;
    bottom: -210px;
    width: 100px;
    height: 100px;
  }
  .block#disc .body .jacket a.btn.btn01 span:before {
    width: 32px;
    margin-left: -16px;
    border-top: #ffffff solid 1px;
  }
  .block#disc .body .jacket a.btn.btn01 span:after {
    height: 32px;
    margin-top: -15px;
  }
  .block#disc .body .text {
    padding: 0 10%;
  }
  .block#disc .body .title {
    position: static;
    margin-top: 2px;
    font-size: 64px;
    letter-spacing: 0.025em;
    text-align: left;
  }
  .block#disc .body .list {
    position: static;
    margin-top: 40px;
    margin-left: 0;
    text-align: left;
  }
  .block#disc .body .list:after {
    display: none;
  }
  .block#disc .body .list .listInner {
    overflow: visible;
    height: auto;
    margin-right: 0;
    padding-right: 0;
  }
  .block#disc .body .list .listInner .listBody {
    padding-bottom: 0;
  }
  .block#disc .body .list .scrollNextprev {
    display: none;
  }
  .block#disc .body .date {
    position: static;
    margin-top: 50px;
    font-size: 22px;
  }
  .block#disc .body .date span {
    margin-top: 10px;
    font-size: 18px;
  }
  .block#disc .body .buy {
    position: static;
    width: 100%;
  }
  .block#disc .body .buy .cover {
    display: none;
  }
  .block#disc .body .buy .btns {
    width: 632px;
    margin: 0 auto;
  }
  .block#disc .body .buy .btns li {
    padding: 0 8px;
    vertical-align: middle;
  }
  .block#disc .body .buy .btns li a.btn01 {
    width: 300px;
    margin: 0 auto;
    font-size: 24px;
    letter-spacing: 0.2em;
  }
  .block#disc .body .moreSound {
    position: static;
    font-size: 22px;
    line-height: 1;
  }
  .block#disc .body .moreSound dl {
    margin-top: -1em;
  }
  .block#disc .body .moreSound dl dt {
    overflow: hidden;
    position: relative;
    float: left;
    width: 40%;
    text-align: right;
  }
  .block#disc .body .moreSound dl dt span {
    display: inline-block;
    position: relative;
    bottom: -3px;
    padding-left: 8px;
  }
  .block#disc .body .moreSound dl dt span:before {
    content: '';
    position: absolute;
    right: 100%;
    bottom: 3px;
    width: 1000px;
    border-bottom: #ffffff solid 1px;
  }
  .block#disc .body .moreSound dl dd {
    margin-left: 60%;
    padding-top: 3px;
  }
  .block#disc .body .moreSound dl dd ul li + li {
    margin-top: 24px;
  }
  .block#disc .next a:before {
    background-position: center bottom;
  }
  .infoOPEN .block#disc {
    z-index: 20;
    /* .body */
  }
  .infoOPEN .block#disc .body {
    z-index: 5;
  }
  .infoOPEN .block#disc {
    /* .body */
  }
  .infoOPEN .block#disc .body .jacket .image img {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .infoOPEN .block#disc .body .jacket .info {
    visibility: hidden;
    opacity: 0;
  }
  .infoOPEN .block#disc .body .jacket a.btn.btn01 span:before, .infoOPEN .block#disc .body .jacket a.btn.btn01 span:after {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  /* #floatingInfo */
  #floatingInfo {
    display: none;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.88);
    -webkit-overflow-scrolling: touch;
  }
  #floatingInfo .info {
    color: #ffffff;
    line-height: 1.82;
  }
  body:lang(ja) #floatingInfo .info {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  #floatingInfo .info .txt {
    padding: 60px;
  }
  #floatingInfo .info .close {
    display: block;
    padding-bottom: 100px;
  }
  #floatingInfo .info .close a {
    display: block;
    overflow: hidden;
    position: relative;
    width: 67px;
    height: 67px;
    margin: 0 auto;
    text-indent: -5260px;
  }
  #floatingInfo .info .close a:before, #floatingInfo .info .close a:after {
    content: '';
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #floatingInfo .info .close a:before {
    width: 67px;
    margin-left: -34px;
    border-top: #ffffff solid 1px;
  }
  #floatingInfo .info .close a:after {
    width: 0 !important;
    height: 67px;
    margin-top: -34px !important;
    border-top: none !important;
    border-left: #ffffff solid 1px;
  }
}
/* SP */
@media only screen and (max-width: 767px) {
  .block#disc {
    /* .body */
    /* .next */
  }
  .block#disc .body .jacket a.btn.btn01 {
    bottom: -105px;
    width: 50px;
    height: 50px;
  }
  .block#disc .body .jacket a.btn.btn01 span:before {
    width: 16px;
    margin-left: -8px;
  }
  .block#disc .body .jacket a.btn.btn01 span:after {
    height: 16px;
    margin-top: -7px;
  }
  .block#disc .body .title {
    font-size: 32px;
    letter-spacing: 0;
  }
  .block#disc .body .list {
    margin-top: 20px;
  }
  .block#disc .body .date {
    margin-top: 25px;
    font-size: 11px;
  }
  .block#disc .body .date span {
    margin-top: 5px;
    font-size: 9px;
  }
  .block#disc .body .buy .btns {
    width: 336px;
  }
  .block#disc .body .buy .btns li {
    padding: 0 4px;
  }
  .block#disc .body .buy .btns li a.btn01 {
    width: 160px;
    font-size: 12px;
  }
  .block#disc .body .moreSound {
    font-size: 12px;
  }
  .block#disc .body .moreSound dl dt span {
    bottom: -1px;
  }
  .block#disc .body .moreSound dl dt span:before {
    bottom: 1px;
  }
  .block#disc .body .moreSound dl dd {
    padding-top: 1px;
  }
  .block#disc .body .moreSound dl dd ul li + li {
    margin-top: 12px;
  }
  .block#disc .next a:before {
    background-position: center bottom;
  }

  /* #floatingInfo */
  #floatingInfo .info .txt {
    padding: 30px;
  }
  #floatingInfo .info .close {
    padding-bottom: 50px;
  }
  #floatingInfo .info .close a {
    width: 34px;
    height: 34px;
  }
  #floatingInfo .info .close a:before {
    width: 34px;
    margin-left: -17px;
  }
  #floatingInfo .info .close a:after {
    height: 34px;
    margin-top: -17px !important;
  }
}
/* about
--------------------------------------------------*/
.block#about {
  background: #ffffff;
  /* .bg */
  /* .body */
}
.block#about .bg {
  width: 50%;
}
.block#about .bg .img {
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.block#about .bg img {
  visibility: hidden;
  width: 0;
  height: 0;
}
.block#about .body {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}
.block#about .body .textArea {
  display: table;
  width: 100%;
  height: 100%;
}
.block#about .body .textArea .text {
  display: table-cell;
  padding: 0 10%;
  vertical-align: middle;
  letter-spacing: 0.025em;
}
.block#about .body .textArea .text .txt {
  /* max-width: 384px; */
  margin: 0 auto;
  font-size:90%;
}
body:lang(ja) .block#about .body .textArea .text .txt {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.9;
}

/* TB */
@media only screen and (max-width: 1023px) {
  .block#about {
    /* .bg */
    /* .body */
  }
  .block#about .bg {
    position: relative;
    width: auto;
  }
  .block#about .body {
    position: relative;
    top: 0;
    right: auto;
    width: auto;
    height: auto;
  }
  .block#about .body .textArea {
    display: block;
  }
  .block#about .body .textArea .text {
    display: block;
    line-height: 1.82;
  }
  .block#about .body .textArea .text .txt {
    max-width: none;
  }
}
/* SP */
@media only screen and (max-width: 767px) {
  .block#about {
    /* .body */
  }
  .block#about .body .textArea .text {
    line-height: 1.67;
  }
}
/* contact
--------------------------------------------------*/
.block#contact {
  background: #0f0f0f;
  /* .blockTitle */
  /* .body */
  /* .pagetop */
}
.block#contact .blockTitle {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 14.29%;
  background: url(../imgs/logo.svg) no-repeat center center;
  text-indent: -5260px;
}
.block#contact .body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
}
.block#contact .body .links {
  zoom: 1;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -1em;
  line-height: 1;
}
.block#contact .body .links:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.block#contact .body .links a {
  color: #ffffff;
}
.block#contact .body .links a:after {
  border-top-color: #ffffff;
}
.block#contact .body .links .column {
  float: left;
}
.block#contact .body .links .column:first-child {
  margin-left: 20%;
}
.block#contact .body .links .column + .column {
  margin-left: 10%;
}
.block#contact .body .links .group {
  display: table;
  border-spacing: 0;
  border-collapse: collapse;
}
.block#contact .body .links .group dt {
  display: table-cell;
  vertical-align: top;
}
.block#contact .body .links .group dt > span {
  display: block;
  overflow: hidden;
  position: relative;
  padding-right: 140px;
}
.block#contact .body .links .group dt > span:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 140px;
  border-bottom: #ffffff solid 1px;
}
.block#contact .body .links .group dt > span > span {
  display: inline-block;
  position: relative;
  bottom: -1px;
  padding-right: 8px;
}
.block#contact .body .links .group dd {
  display: table-cell;
  padding: 1px 8px 0;
  vertical-align: top;
}
.block#contact .body .links .group dd ul li + li {
  margin-top: 12px;
}
.block#contact .body .sns {
  display: none;
}
.block#contact .pagetop {
  position: absolute;
  bottom: 0;
  left: 0%;
  z-index: 4;
  height: 14.29%;
  width: 100%;
}
.block#contact .pagetop a {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100px;
  height: 100%;
  margin-left: -50px;
}
.block#contact .pagetop a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -17px;
}

/* TB */
@media only screen and (max-width: 1023px) {
  .block#contact {
    /* .blockTitle */
    /* .body */
    /* .pagetop */
  }
  .block#contact .blockTitle {
    background: none;
    color: #ffffff;
    text-indent: 0;
  }
  .block#contact .body {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
  }
  .block#contact .body .links {
    position: static;
    margin-top: 0;
    padding-bottom: 1em;
  }
  .block#contact .body .links .column {
    float: none;
  }
  .block#contact .body .links .column:first-child {
    margin-left: 0;
    margin-top: -1em;
  }
  .block#contact .body .links .column + .column {
    margin-left: 0;
  }
  .block#contact .body .links .group {
    display: block;
  }
  .block#contact .body .links .group dt {
    display: block;
    float: left;
    width: 40%;
    text-align: right;
  }
  .block#contact .body .links .group dt > span {
    padding-right: 0;
  }
  .block#contact .body .links .group dt > span:before {
    display: none;
  }
  .block#contact .body .links .group dt > span > span {
    bottom: -3px;
    padding-right: 0;
    padding-left: 8px;
  }
  .block#contact .body .links .group dt > span > span:before {
    content: '';
    position: absolute;
    right: 100%;
    bottom: 3px;
    width: 1000px;
    border-bottom: #ffffff solid 1px;
  }
  .block#contact .body .links .group dd {
    display: block;
    padding: 3px 0 0;
    margin-left: 60%;
  }
  .block#contact .body .links .group dd ul li + li {
    margin-top: 24px;
  }
  .block#contact .body .sns {
    display: block;
    height: 14.29%;
  }
  .block#contact .body .sns ul {
    display: table;
    width: auto;
    height: 100%;
    margin: 0 auto;
  }
  .block#contact .body .sns ul li {
    display: table-cell;
    padding: 0 15px;
    vertical-align: middle;
  }
  .block#contact .body .sns ul li a {
    display: block;
    overflow: hidden;
    position: relative;
    width: 42px;
    height: 42px;
    text-indent: -5260px;
  }
  .block#contact .body .sns ul li a:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    background-image: url(../imgs/sns.svg);
    background-repeat: no-repeat;
    -moz-background-size: auto 60px;
    -o-background-size: auto 60px;
    -webkit-background-size: auto 60px;
    background-size: auto 60px;
  }
  .block#contact .body .sns ul li a:after {
    display: none;
  }
  .block#contact .body .sns ul li.facebook a:before {
    background-position: 0 bottom;
  }
  .block#contact .body .sns ul li.twitter a:before {
    background-position: -30px bottom;
  }
  .block#contact .body .sns ul li.youtube a:before {
    background-position: -60px bottom;
  }
  .block#contact .body .sns ul li.instagram a:before {
    background-position: -90px bottom;
  }
  .block#contact .pagetop a {
    background: url(../imgs/triangle-white.svg) no-repeat center center;
  }
  .block#contact .pagetop a svg {
    display: none;
  }
}
/* SP */
@media only screen and (max-width: 767px) {
  .block#contact {
    /* .body */
    /* .pagetop */
  }
  .block#contact .body .links .group dt > span > span {
    bottom: -1px;
  }
  .block#contact .body .links .group dt > span > span:before {
    bottom: 1px;
  }
  .block#contact .body .links .group dd {
    padding-top: 1px;
  }
  .block#contact .body .links .group dd ul li + li {
    margin-top: 12px;
  }
  .block#contact .body .sns ul li {
    padding: 0;
  }
  .block#contact .body .sns ul li a:before {
    width: 15px;
    height: 15px;
    margin: -8px 0 0 -8px;
    -moz-background-size: auto 30px;
    -o-background-size: auto 30px;
    -webkit-background-size: auto 30px;
    background-size: auto 30px;
  }
  .block#contact .body .sns ul li.facebook a:before {
    background-position: 0 bottom;
  }
  .block#contact .body .sns ul li.twitter a:before {
    background-position: -15px bottom;
  }
  .block#contact .body .sns ul li.youtube a:before {
    background-position: -30px bottom;
  }
  .block#contact .body .sns ul li.instagram a:before {
    background-position: -45px bottom;
  }
  .block#contact .pagetop a {
    -moz-background-size: auto 25px;
    -o-background-size: auto 25px;
    -webkit-background-size: auto 25px;
    background-size: auto 25px;
  }
}
