@charset "UTF-8";
/* ==============================================================
*  base
* ============================================================ */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: inherit;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[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-decoration {
  -webkit-appearance: none;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  line-height: 0;
}

a {
  outline: none;
}

/*   ==============================================================
*  contents
*  ============================================================ */
/* common.scss
============================== */
html,
body {
  height: 100%;
}

body {
  background: #292927;
  color: #f3f3f3;
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  word-wrap: break-word;
}

a {
  color: inherit;
  text-decoration: none;
  line-height: 1;
}

img {
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  line-height: 0;
}

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

::-moz-selection {
  background: #ccc;
  color: #f3f3f3;
}

::selection {
  background: #ccc;
  color: #f3f3f3;
}

::-moz-selection {
  background: #ccc;
  color: #f3f3f3;
}

.btn {
  text-align: center;
}

.btn-base-style, .btn--sub, .btn--main {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border-radius: 3em;
  font-size: 1.1em;
  border: none;
  cursor: pointer;
}

.btn--main {
  background: #f3f3f3;
  color: #292927;
  margin: 1em 0;
  padding: 1.4em 2em;
  font-style: normal;
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .btn--main {
    min-width: 50%;
  }
}

.btn--sub {
  border: 1px solid #f3f3f3;
  background: none;
  color: #f3f3f3;
  margin: 1em 0;
  padding: 1em 2em;
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .btn--sub {
    min-width: 50%;
  }
}

.txt--link a {
  text-decoration: underline;
  transition: 0.3s;
}
.txt--link a:hover {
  text-decoration: none;
}

.txt--basic {
  margin: 0 0 1em;
}

.txt--sub {
  font-size: 0.85em;
  line-height: 1.8em;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.svg-parts {
  display: none;
}

.ph,
.thumb {
  position: relative;
  line-height: 0;
}
.ph img,
.thumb img {
  width: 100%;
}
.ph .dummy,
.thumb .dummy {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.block--pager {
  text-align: center;
  letter-spacing: -0.5em;
  font-size: 13px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  top: 20px;
  height: 60px;
}
.block--pager li {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  padding: 0.6em 0;
  margin: 0 5px;
  letter-spacing: 0.03em;
  vertical-align: middle;
  position: relative;
}
.block--pager li::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #f3f3f3;
  position: absolute;
  bottom: 4px;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.block--pager a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 0 0.6em;
}
.block--pager .pager__item--number {
  text-align: center;
  color: #fff;
}
.block--pager .pager__item--newer {
  width: 40px;
  height: 40px;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.block--pager .pager__item--newer a,
.block--pager .pager__item--newer span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  position: relative;
}
.block--pager .pager__item--newer a::after,
.block--pager .pager__item--newer span::after {
  content: "";
  display: block;
  position: absolute;
}
.block--pager .pager__item--newer a::after,
.block--pager .pager__item--newer span::after {
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  top: 16px;
  right: 16px;
}
.block--pager .pager__item--newer span {
  opacity: 0.2;
}
.block--pager .pager__item--older {
  width: 40px;
  height: 40px;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.block--pager .pager__item--older a,
.block--pager .pager__item--older span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  position: relative;
}
.block--pager .pager__item--older a::after,
.block--pager .pager__item--older span::after {
  content: "";
  display: block;
  position: absolute;
}
.block--pager .pager__item--older a::after,
.block--pager .pager__item--older span::after {
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-135deg);
  top: 16px;
  right: 16px;
}
.block--pager .pager__item--older span {
  opacity: 0.2;
}
.block--pager .pager__item--newer,
.block--pager .pager__item--older {
  z-index: 2;
}
.block--pager .pager__item--newer::before,
.block--pager .pager__item--older::before {
  display: none !important;
}
.block--pager .pager__item--current {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  color: #fff;
  position: relative;
  padding: 0.6em;
}
.block--pager .pager__item--current::before {
  transform: scaleX(1);
}

.slick-dots li {
  width: 50px;
  height: 1px;
  margin: 0 2px;
  padding: 0;
  transition: 0.3s;
}
.slick-dots li button {
  width: 100%;
  height: 1px;
  padding: 5px;
}
.slick-dots li button:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #4a4a49;
  opacity: 1;
}
.slick-dots .slick-active button:before {
  background: #f3f3f3;
}

.date,
.category {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #999;
}

.event-date {
  font-size: 15px;
}

.tit {
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.category {
  width: 7em;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  opacity: 1;
}

.list__more {
  position: relative;
  top: 30px;
  left: 50px;
}
.list__more a {
  display: block;
  width: 40px;
  height: 30px;
}
.list__more a svg {
  width: 100%;
  height: 100%;
  fill: #f3f3f3;
}

.list--info li .date,
.list--info li .category,
.list--info li .tit {
  display: inline-block;
}
.list--info li .date {
  position: absolute;
  left: 0;
  top: 18px;
}
.list--info a {
  display: block;
  padding: 20px 0;
}

.list--info.list--live li a {
  display: flex;
  position: relative;
}
.list--info.list--live li a .block--date {
  display: flex;
}
.list--info.list--live .block--date .block--date__item:nth-child(2) {
  margin-left: 0.5em;
}
.list--info.list--live .block--date .block--date__item:nth-child(2)::before {
  content: "";
  display: block;
  width: 9px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: -24px;
  top: 22px;
}
.list--info.list--live .block--txt .category {
  display: block;
  width: auto;
  text-align: left;
  font-weight: 500;
  margin-bottom: -2px;
  position: relative;
}
.list--info.list--live .block--txt .tit {
  display: block;
  padding-top: 5px;
}

.block--date .block--date__item {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  position: relative;
  min-width: 5em;
}
.block--date .block--date__item .week {
  display: inline-block;
  font-size: 10px;
  font-style: italic;
  letter-spacing: 0.15em;
  transform-origin: left top;
  transform: rotate(90deg);
  position: relative;
  top: -1px;
}
.block--date .block--date__item .month {
  display: block;
  position: absolute;
  top: -3px;
  left: 5px;
  font-size: 20px;
}
.block--date .block--date__item .day {
  display: block;
  position: absolute;
  top: 26px;
  left: 27px;
  font-size: 20px;
}
.block--date .block--date__item .day::before {
  content: "";
  display: block;
  width: 1px;
  height: 45px;
  background: #fff;
  transform-origin: center;
  transform: rotate(56deg);
  position: absolute;
  left: 0px;
  top: -28px;
}

.list--contents .thumb {
  background: no-repeat center;
  background-size: cover;
}

[class^=list--] li.new .tit::after {
  content: "NEW";
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  color: #000;
  font-weight: 600;
  letter-spacing: 0.08em;
  vertical-align: 1px;
  margin-left: 5px;
  position: relative;
  top: 0;
  background: #fff;
  height: 22px;
  line-height: 24px;
  width: 43px;
  text-align: center;
  transform: scale(0.7);
}

.list--video .thumb {
  width: 100%;
  height: 100%;
  line-height: 0;
  margin-bottom: 0.5em;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.list--video .video {
  margin-bottom: 10px;
}
.list--video li {
  margin: 0 10px 4em;
}
.list--video li a {
  display: block;
}
.list--video li a .tit {
  font-size: 12px;
}
.list--video li.new .tit {
  padding-left: 0 !important;
}
.list--video li.new .tit::after {
  content: "NEW";
  display: inline-block;
  width: 46px;
  height: 22px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  vertical-align: 1px;
  text-align: center;
  color: #000;
  background: #fff;
  margin-left: 10px;
  position: relative;
  left: -9px;
  top: -1px;
  transform: scale(0.7);
}

.slick-prev,
.slick-next {
  display: block;
  width: 80px;
  height: 80px;
  background: none;
  color: #f3f3f3;
  font-size: 0;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 85px;
  top: 5vw;
  z-index: 99;
  cursor: pointer;
  border: none;
  outline: none;
  margin-top: -40px;
  transition: 0.4s;
  transform-origin: center;
}

.slick-prev {
  left: inherit;
  top: 50%;
  left: -40px;
}

.slick-next {
  left: inherit;
  top: 50%;
  right: -40px;
}

.list--video:hover .slick-next {
  right: 5%;
}
.list--video:hover .slick-prev {
  left: 5%;
}

.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
}

.slick-prev:before,
.slick-next:before {
  content: "";
}

.slick-prev::after,
.slick-next::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  position: absolute;
  top: 16px;
  left: 17px;
  transition: 0.3s;
  mix-blend-mode: difference;
}

.slick-prev::after {
  transform: rotate(-135deg);
}

.slick-next::after {
  left: 15px;
  transform: rotate(45deg);
}

.slick-slider .slick-prev:hover::after,
.slick-slider .slick-next:hover::after {
  border-color: #f3f3f3;
}

.block--category li {
  display: inline-block;
  margin: 0 0.5em 0.5em 0;
}
.block--category li a {
  display: block;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: 12px;
  opacity: 0.8;
}
.block--category .current a {
  opacity: 1;
  font-weight: 600;
}

.list--sns li {
  display: inline-block;
  line-height: 1;
  margin-right: 20px;
}
.list--sns li i {
  font-size: 20px;
}
.list--sns li a:hover {
  color: #777;
}

.form--post dt {
  margin: 3em 0 1em;
}
.form--post dd {
  margin: 0 0 1em;
}

.block--error {
  color: #f00;
  background: rgba(204, 0, 0, 0.15);
  padding: 10px;
  border-radius: 5px;
}

/* placeholder */
::-webkit-input-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

/* autofill */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

/* input */
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
button {
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #f3f3f3;
  border-radius: 0.3em;
  padding: 0.5em;
  color: #f3f3f3;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
button:focus {
  border-color: #f3f3f3;
}
input[type=text].form__error,
input[type=tel].form__error,
input[type=email].form__error,
input[type=password].form__error,
input[type=number].form__error,
button.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
input[type=text].form__error:focus,
input[type=tel].form__error:focus,
input[type=email].form__error:focus,
input[type=password].form__error:focus,
input[type=number].form__error:focus,
button.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
input[type=text][disabled],
input[type=tel][disabled],
input[type=email][disabled],
input[type=password][disabled],
input[type=number][disabled],
button[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

input[readonly=readonly],
input[readonly=readonly] {
  border: none;
  background: #fff;
}

.input--half {
  width: 50% !important;
}

.input--quarter {
  width: 25% !important;
}

button {
  border: none;
  line-height: 1;
}

/* textarea */
textarea {
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #f3f3f3;
  border-radius: 0.3em;
  padding: 0.5em;
  height: 10em;
}
textarea:focus {
  border-color: #f3f3f3;
}
textarea.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
textarea.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
textarea[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

/* select */
.form__select {
  display: inline-block;
  position: relative;
}
.form__select select {
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #f3f3f3;
  border-radius: 0.3em;
  padding: 0.5em;
  padding-right: 1.5em;
}
.form__select select:focus {
  border-color: #f3f3f3;
}
.form__select select.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
.form__select select.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
.form__select select[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}
.form__select::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #292927;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  vertical-align: middle;
}

/* checkbox */
.form__checkbox label p {
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__checkbox input[type=checkbox],
.form__checkbox input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__checkbox.form__error {
  color: #f33;
}
.form__checkbox label p {
  padding-left: 1.6em;
}
.form__checkbox label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 0.3em;
  border: 1px solid #f3f3f3;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__checkbox label p::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.4em;
  border: 2px solid #f3f3f3;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  top: 70%;
  left: 0.2em;
  transform: rotate(-45deg);
  opacity: 0;
}
.form__checkbox :checked ~ p::before {
  background: #f3f3f3;
  border-color: #f3f3f3;
}
.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}

/* radio */
.form__radio label p {
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__radio input[type=checkbox],
.form__radio input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__radio.form__error {
  color: #f33;
}
.form__radio label p {
  padding-left: 1.6em;
}
.form__radio label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  border: 1px solid #ddd;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__radio :checked ~ p::before {
  border-color: #f3f3f3;
  border-width: 0.3em;
}

/* toggle button */
.form__toggle label p {
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__toggle input[type=checkbox],
.form__toggle input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__toggle.form__error {
  color: #f33;
}
.form__toggle label p {
  padding-left: 0;
  position: relative;
}
.form__toggle label p::before,
.form__toggle label p::after {
  content: "";
  display: block;
  height: 30px;
  margin: -15px 0 0;
  position: absolute;
  border: 1px solid #f3f3f3;
}
.form__toggle label p::before {
  width: 50px;
  border-radius: 15px;
  top: 50%;
  right: 0;
}
.form__toggle label p::after {
  width: 30px;
  background: #f3f3f3;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 50%;
  right: 20px;
}
.form__toggle :checked ~ p::before {
  background: #f3f3f3;
  border-color: #f3f3f3;
}
.form__toggle :checked ~ p::after {
  right: 0;
}

/* horizontal */
.form--horizontal li {
  display: inline-block;
}

.form--horizontal label {
  display: inline-block;
  margin: 0 0.3em 0 0;
}

.form--confirm {
  margin: 0 0 2em;
}

.form--confirm {
  border: 0.5px solid #d9dde0;
  border-radius: 6px;
  padding: 40px 30px 10px;
  margin-bottom: 40px;
}
.form--confirm dt {
  margin: 0 0 10px;
  opacity: 0.4;
}
.form--confirm dd {
  margin: 0 0 30px;
}

.nav {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.nav li {
  letter-spacing: 0.08em;
}

.nav__list--sns i {
  display: none;
}

footer {
  width: 100%;
  height: 250px;
  background: #252524;
  padding-top: 100px;
  text-align: right;
  padding-right: 80px;
  position: absolute;
  left: 0;
  bottom: 0;
}
footer .copyright {
  font-size: 12px;
  opacity: 0.5;
  position: relative;
  bottom: 0;
}
footer .nav--contact {
  margin-bottom: 40px;
}
footer .nav--contact a {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
}
footer .nav__list--sns {
  margin-bottom: 36px;
}
footer .nav__list--sns li {
  display: inline-block;
  margin-left: 20px;
}
footer .nav__list--sns li a {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.wrap {
  background: #292927;
  padding: 120px 0 150px;
  min-height: 100%;
  position: relative;
}

.section-tit {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.4em;
  margin-right: 0.5em;
  position: relative;
  transform-origin: left top;
  transform: rotate(90deg);
}
.section-tit::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #c19f95;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transform-origin: left;
  transform: scaleX(0);
}

h1.logo {
  width: 120px;
  height: 120px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 120;
}
h1.logo a {
  display: block;
  height: 100%;
  text-align: center;
}
h1.logo a img {
  width: 50%;
  height: auto;
  padding-top: 21px;
}

.page--home .wrap {
  background: #292927;
  padding-top: 0;
  padding-bottom: 250px;
}
.page--home .section-tit {
  transform-origin: left bottom;
  transform: rotate(90deg);
  text-align: right;
}
.page--home h1.logo {
  width: 150px;
  height: 150px;
  line-height: 0;
  text-indent: -9999em;
  background: no-repeat center url(/static/eisyu/common/logo.png);
  background-size: 40%;
  z-index: 100;
}
.page--home h1.logo a {
  display: block;
  background: none;
  pointer-events: none;
}
.page--home [class^=section--]:not(.section--video),
.page--home .section--video .slick-slider {
  overflow: hidden;
}
.page--home .section--top {
  height: calc(100vh + 150px);
  position: relative;
}
.page--home .section--top .block--keyvisual {
  background: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: calc(150px + 5vh);
  pointer-events: none;
}
.page--home .section--banner {
  position: relative;
  padding-top: 50px;
}
.page--home .section--banner .section-tit {
  top: 15px;
  left: calc(20% - 22px);
  text-align: left;
  transform-origin: left top;
}
.page--home .section--banner .list--bnr::after {
  content: "";
  display: block;
  clear: both;
}
.page--home .section--banner .list--bnr > li {
  width: 20vw;
  max-width: 300px;
  float: left;
}
.page--home .section--banner .list--bnr .slick-slide {
  margin-right: 10px;
}
.page--home .section--banner .list--bnr .slick-slide a {
  display: block;
  position: relative;
  pointer-events: none;
  overflow: hidden;
}
.page--home .section--banner .list--bnr .slick-slide a img {
  opacity: 0;
}
.page--home .section--banner .list--bnr .slick-slide a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  transform-origin: left;
  transform: scaleX(0);
  pointer-events: none;
}
.page--home .section--banner .slick-list {
  overflow: visible;
  padding-left: 0% !important;
  margin-left: 20%;
}
.page--home .section--banner .slick-dots {
  text-align: left;
  left: calc(20% - 2px);
  bottom: -40px;
}
.page--home .section--info {
  height: 55vw;
  position: relative;
  margin-top: 200px;
  overflow: inherit !important;
}
.page--home .section--info .section-tit {
  width: 6em;
  top: -8vw;
  left: 30.5vw;
}
.page--home .section--info .block--bg-image {
  width: 50vw;
  height: 50vw;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.page--home .section--info .block--bg-image .bg-image {
  width: 100%;
  height: 100%;
  background: no-repeat;
  background-position: top left;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.page--home .section--info .block {
  width: 75%;
  position: relative;
  left: 12%;
  top: 34vw;
  z-index: 5;
}
.page--home .section--live {
  position: relative;
  margin-top: 250px;
}
.page--home .section--live .section-tit {
  width: 6em;
  top: -8vw;
  left: 56.6vw;
}
.page--home .section--live .block--bg-image {
  width: 50vw;
  height: 50vw;
  background: no-repeat;
  background-position: top left;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.page--home .section--live .block {
  width: 95%;
  position: relative;
  right: 0;
  top: 35vw;
  z-index: 5;
}
.page--home .section--live .list--info {
  width: 60%;
  min-width: 520px;
  margin: 0 0 0 auto;
  padding: 5vw 60px 5vw 20%;
}
.page--home .section--live .list--info .tit {
  padding-left: 0;
  line-height: 1.4;
  margin-bottom: 5px;
}
.page--home .section--live .list--info .category {
  margin-bottom: 8px;
}
.page--home .section--live .list--info li.end-date .block--txt {
  top: -10px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--live .list--info li.end-date .block--txt {
    top: -5px;
  }
}
.page--home .section--live .list--info .no-data {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-align: center;
  width: auto;
  display: inline-block;
  padding-left: 1.5em;
  padding-top: 0.5em;
}
.page--home .section--live .list__more {
  left: calc(100vw - 110px);
}
.page--home .section--media {
  height: 60vw;
  position: relative;
  margin-top: 20vw;
  overflow: visible !important;
}
.page--home .section--media .section-tit {
  width: 6em;
  top: -8vw;
  left: 20.8vw;
}
.page--home .section--media .list__more {
  left: 8vw;
}
.page--home .section--media .block--bg-image {
  width: 50vw;
  height: 50vw;
  background: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
}
.page--home .section--media .category {
  position: absolute;
  left: 8em;
  text-align: left;
  font-weight: 500;
  top: 20px;
  letter-spacing: 0.08em;
}
.page--home .section--media .block {
  width: 100%;
  position: relative;
  left: 0;
  top: 43vw;
  z-index: 5;
}
.page--home .section--media .list--info {
  width: 50%;
  background: #000;
  color: #fff;
  padding: 8vw 60px 6vw;
  position: relative;
  left: 8vw;
}
.page--home .section--media .list--info .tit {
  padding-left: 14em;
}
.page--home .section--video .block--bg-image {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.page--home .section--video .block--carousel {
  background: #000;
  padding: 15vh 0 5vh;
  position: -webkit-sticky;
  position: sticky;
}
.page--home .section--video .section-tit {
  width: 6em;
  top: -10vh;
  left: calc(100vw - 70px);
}
.page--home .section--video .slick-dots li {
  margin: 0 2px;
}
.page--home .section--video .category {
  display: block;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  opacity: 0.5;
  margin-bottom: 5px;
  margin-left: 0;
  text-align: left;
}
.page--home .section--video .tit {
  font-size: 12px;
}
.page--home .section--video .list--video .video {
  margin-bottom: 1.5em;
}
.page--home .list--info {
  width: 60%;
  background: #000;
  color: #fff;
  padding: 8vw 60px;
}
.page--home .list--info a {
  padding: 15px 0;
}
.page--home .list--info .tit {
  padding-left: 7em;
  line-height: 1.8;
  font-size: 13px;
  margin-top: -5px;
}
.page--home .footer {
  bottom: 10px;
}

/* home animation
**********************/
.page--home {
  /* banner */
}
.page--home h1.logo {
  opacity: 0;
}
.page--home .section--top {
  z-index: 100;
}
.page--home.all-clear .section--top {
  z-index: 1;
}
.page--home.all-clear .section--banner .list--bnr .slick-slide a {
  pointer-events: auto;
}
.page--home .section--top::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  transform-origin: left;
  transform: scaleX(0);
}
.page--home .section--top .block--keyvisual {
  position: relative;
  opacity: 0;
  width: 200vh;
  height: 120vh;
  transition: 0.6s;
}
.page--home .section--top .block--keyvisual .dummy {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page--home.loaded .section--top::before {
  animation: 1.5s bgSlide forwards;
}
.page--home.loaded h1.logo {
  opacity: 1;
  transition: 0.4s 2.4s;
}
.page--home.loaded header .g-nav li::before {
  animation: 0.8s bgSlide 2s forwards;
}
.page--home .section--banner.started .list--bnr .slick-slide a {
  transition: 0s 0.7s;
  pointer-events: auto;
}
.page--home .section--banner.started .list--bnr .slick-slide a img {
  opacity: 1;
  transition: 0s 0.4s;
}
.page--home .section--banner.started .list--bnr .slick-slide a::after {
  animation: 1.2s bgSlide 0.4s;
}
.page--home .section--info .block--bg-image {
  width: 25vw;
  height: 20vw;
  right: unset;
  left: 45vw;
  overflow: hidden;
}
.page--home .section--info .block--bg-image .bg-image {
  width: 50vw;
  height: 50vw;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.4s;
}
.page--home .section--info .list--info {
  padding: 5vw 18% 4vw 60px;
}
.page--home .section--info.started .block--bg-image {
  width: 50vw;
  height: 50vw;
  transition: 0.5s cubic-bezier(0, 0, 0.61, 0.26) 0.5s;
}
.page--home .section--info.started .block--bg-image .bg-image {
  opacity: 1;
  transform: translateY(0);
}
.page--home .section--info .block {
  opacity: 0;
  transform: translateY(40px);
  transition: 0.4s 0.2s;
}
.page--home .section--info .block.started {
  opacity: 1;
  transform: translateY(0);
}
.page--home .section--live {
  overflow: inherit !important;
}
.page--home .section--live .block--bg-image {
  width: 20vw;
  height: 20vw;
  left: unset;
  right: 45vw;
  overflow: hidden;
}
.page--home .section--live .block--bg-image .bg-image {
  width: 50vw;
  height: 50vw;
  background: no-repeat;
  background-position: top right;
  background-size: cover;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.4s;
  position: absolute;
  right: 0;
  top: 0;
}
.page--home .section--live.started .block--bg-image {
  width: 50vw;
  height: 50vw;
  transition: 0.5s cubic-bezier(0, 0, 0.61, 0.26) 0.5s;
}
.page--home .section--live.started .block--bg-image .bg-image {
  opacity: 1;
  transform: translateY(0);
}
.page--home .section--live .block {
  opacity: 0;
  transform: translateY(40px);
  transition: 0.4s 0.2s;
}
.page--home .section--live .block.started {
  opacity: 1;
  transform: translateY(0);
}
.page--home .section--media .block--bg-image {
  width: 15vw;
  height: 15vw;
  left: 50%;
  overflow: hidden;
}
.page--home .section--media .block--bg-image .bg-image {
  width: 50vw;
  height: 50vw;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.4s;
  position: absolute;
  top: 0;
  left: 0;
}
.page--home .section--media.started .block--bg-image {
  width: 50vw;
  height: 50vw;
  transition: 0.6s cubic-bezier(0, 0, 0.03, 0.98) 0.3s;
}
.page--home .section--media.started .block--bg-image .bg-image {
  opacity: 1;
  transform: translateY(0);
}
.page--home .section--media .block {
  opacity: 0;
  transform: translateY(40px);
  transition: 0.4s 0.2s;
}
.page--home .section--media .block.started {
  opacity: 1;
  transform: translateY(0);
}
@keyframes bgSlide {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  40% {
    transform: scaleX(1);
    transform-origin: left;
  }
  41% {
    transform: scaleX(1);
    transform-origin: right;
  }
  50% {
    transform: scaleX(1);
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}
.bg--curtain {
  display: none;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #000;
  pointer-events: none;
  transform: scaleX(0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

body:not(.page--home) .bg--curtain {
  display: block;
}
body:not(.page--home) .wrap {
  opacity: 0;
  pointer-events: none;
}
body:not(.page--home).loaded .bg--curtain {
  animation: 1.2s bgSlide ease forwards;
}
body:not(.page--home).loaded .wrap {
  opacity: 1;
  pointer-events: auto;
  transition: 0s 0.6s;
}

.section--detail {
  padding-bottom: 40px;
}

.detail__btn {
  display: block;
  margin: 2em auto 0;
}
.detail__btn a {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
}

.video {
  position: relative;
  width: 100%;
  padding-top: 56.28%;
}
.video iframe,
.video embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.section--list {
  position: relative;
  z-index: 1;
}
.section--list .no-data {
  font-size: 13px;
}

.page--info .list--info.list--live li .tit {
  padding-left: 0;
}
@media screen and (min-width: 961px) {
  .page--info .list--info.list--live .block--date .block--date__item {
    min-width: 3em;
  }
}
.page--info .list--info.list--live li.end-date .block--date .block--date__item:nth-child(2)::before,
.page--info .list--info.list--live .block--date .block--date__item .day::before {
  background: #f3f3f3;
}
.page--info.category-1 .block--category {
  display: none;
}
.page--info.category-3 .list--info li a {
  cursor: pointer;
}
.page--info.category-3 .list--info li .block--txt {
  display: none;
  margin-top: 5px;
  font-size: 13px !important;
  line-height: 1.8 !important;
}
.page--info.category-3 .list--info li .block--txt p {
  font-size: 13px !important;
  line-height: 1.8 !important;
}
.page--info.category-3 .list--info li .block--txt a {
  display: inline-block;
  color: #a2a2a2;
  text-decoration: underline;
  padding: 0;
  line-height: 1.3 !important;
}
.page--info .list--video {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.page--info .list--video li {
  width: 46%;
  margin: 0 8% 6em 0;
}
.page--info .list--video li:nth-child(2n) {
  margin-right: 0;
}
.page--info .list--video li a {
  position: relative;
}
.page--info .list--video li a .thumb {
  width: 100%;
  height: 100%;
  line-height: 0;
  background: no-repeat center;
  background-size: cover;
  position: relative;
  margin-bottom: 20px;
  box-shadow: 60px 68px 35px -40px rgba(0, 0, 0, 0.28);
  z-index: 1;
}
.page--info .list--video li a .category {
  width: auto;
  font-weight: 500;
  opacity: 0.5;
}
.page--info .list--video li a .block--txt {
  position: relative;
  z-index: 10;
}
.page--info .list--video li a .tit {
  font-size: 15px;
}
.page--info .section--detail .date {
  font-size: 13px;
}
.page--info .section--detail .tit {
  font-size: 22px;
}
.page--info .section--detail .block--txt {
  padding-top: 30px;
}
.page--info .section--detail .block--txt a {
  text-decoration: underline;
  color: #a2a2a2;
}
.page--info .section--detail .txt .ph {
  margin: 1.5em 0;
}
.page--info .section--detail.new .tit {
  position: relative;
}
.page--info .section--detail.new .tit::after {
  content: "NEW";
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  color: #000;
  font-weight: 600;
  letter-spacing: 0.08em;
  vertical-align: 1px;
  margin-left: 0;
  position: relative;
  top: -3px;
  left: 3px;
  background: #fff;
  height: 22px;
  line-height: 24px;
  width: 46px;
  text-align: center;
  transform: scale(0.7);
}
.page--info .section--detail .block--main > .block--txt,
.page--info .section--detail .block--live-date + .txt {
  padding: 40px 0;
  margin-top: 20px;
}
.page--info .section--detail .block--txt a,
.page--info .section--detail .txt a {
  text-decoration: underline;
}
.page--info .section--detail .block--txt a:hover,
.page--info .section--detail .txt a:hover {
  text-decoration: none;
}
.page--info .section--detail .block--live-date .block--date {
  position: relative;
}
.page--info .section--detail .block--live-date .block--txt {
  padding-left: 70px;
  padding-top: 0;
  position: relative;
  top: -8px;
}
.page--info .section--detail .block--live-date .block--txt .category {
  width: auto;
  font-weight: 500;
  margin-left: 0;
}
.page--info .section--detail .block--live-date .block--txt.end-date {
  padding-left: 160px;
}
.page--info .section--detail .block--date .block--date__item {
  line-height: 1;
  width: 70px;
  position: absolute;
}
.page--info .section--detail .block--date .block--date__item + .block--date__item {
  left: 87px;
}
.page--info .section--detail .block--date .block--date__item + .block--date__item::before {
  content: "";
  display: block;
  background: #f3f3f3;
  width: 12px;
  height: 1px;
  position: absolute;
  left: -28px;
  top: 22px;
}
.page--info .section--detail .block--date .block--date__item .day::before {
  background: #f3f3f3;
}
.page--info .block--share {
  line-height: 1;
  text-align: right;
  padding-top: 60px;
  margin: 0 0 30px;
}
.page--info .block--share .share {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 10px;
  padding-right: 0;
  letter-spacing: 0.1em;
  vertical-align: 0px;
  color: #f3f3f3;
}
.page--info .block--share a {
  color: #f3f3f3;
}
.page--info .block--share a:hover {
  color: #777;
}
.page--info .block--share a:hover svg {
  fill: #777;
}
.page--info .block--share li {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #f3f3f3;
  margin: 0 0 0 15px;
}
.page--info .block--share .lineIco svg {
  width: 18px;
  height: 18px;
  fill: #f3f3f3;
  transition: 0.3s;
}

.section--detail.page--goods .txt--basic.soon {
  padding-top: 0;
  padding-bottom: 100px;
}

/*  page--bio
------------------------------ */
.section--detail.page--bio .name {
  margin: 0 auto 10px;
}
.section--detail.page--bio .thumb {
  width: 70%;
  height: auto;
  position: relative;
  top: -30px;
  left: 15%;
  box-shadow: 80px 90px 50px -40px rgba(0, 0, 0, 0.4);
  margin-bottom: 100px;
}

/*  page--disco
------------------------------ */
.page--disco .list--discography {
  margin: 0 auto;
}
.page--disco .list--discography::after {
  content: "";
  display: block;
  clear: both;
}
.page--disco .list--discography a {
  position: relative;
  display: block;
}
.page--disco .list--discography .thumb {
  width: 100%;
  margin: 0 auto 1em;
  position: relative;
  z-index: 1;
}
.page--disco .list--discography .block--text {
  position: relative;
  z-index: 1;
}
.page--disco .header--disco {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 40vh;
  background-color: #fff;
  overflow: hidden;
  z-index: 1;
}
.page--disco .header--disco .header--disco_inner {
  position: absolute;
  top: -10%;
  left: -10%;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0.7;
  filter: blur(7px);
  transform: scale(1.4);
}
.page--disco .area--disco-detail .tit {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 5px;
}
.page--disco .area--disco-detail .tit span {
  display: block;
  font-size: 13px;
  opacity: 0.5;
  margin-bottom: 5px;
  line-height: 1;
}

/*  page--timeline
------------------------------ */
.page--timeline .inner {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  padding-bottom: 80px;
}
.page--timeline .inner .block-tit {
  font-family: "Roboto", "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.page--timeline .inner [class^=block--] {
  width: 45%;
  max-width: 500px;
}
.page--timeline .inner .block--twitter iframe {
  height: 100% !important;
}
.page--timeline .list--instagram {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.page--timeline .list--instagram li {
  width: 50%;
}
.page--timeline .list--instagram li a {
  display: block;
  position: relative;
}
.page--timeline .list--instagram li a img {
  width: 100%;
}
.page--timeline .list--instagram li a .dummy {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.page--timeline .list--instagram li a .thumb {
  background: no-repeat center;
  background-size: cover;
}
.page--timeline .list--instagram li:first-child {
  width: 100%;
}
.page--timeline .list--instagram li.instagram--video {
  background: #000;
}
.page--timeline .list--instagram li.instagram--video a {
  display: flex;
  justify-content: center;
  align-items: center;
}
/*  page--contact
------------------------------ */
.page--contact .block--complete {
  background: #f1f1f1;
  text-align: center;
  padding: 100px 0;
}

.page--contact .mail {
  margin-bottom: 24px;
}
.page--contact .mail a {
  display: inline-block;
  line-height: 0;
}
.page--contact .mail a span {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  vertical-align: middle;
  margin: 0 0 1px 8px;
}
.page--contact .txt--basic {
  display: inline-block;
  background: #252524;
  padding: 16px;
  margin: 6px 0 0;
}

/*  page--error
------------------------------ */
@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a {
    transition: all 0.3s 0s ease;
  }
  .marker-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 121;
    pointer-events: none;
    overflow: hidden;
  }
  .marker {
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
  }
  .marker {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 1px solid #fff;
    text-align: center;
    transition: transform 0.4s;
    z-index: 998;
    mix-blend-mode: difference;
  }
  .marker span {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    transform: scale(0);
  }
  .marker.active {
    transform: scale(2);
  }
  .btn input {
    transition: 0.3s;
  }
  .btn--main {
    min-width: 300px;
  }
  .btn--main:hover {
    background: #777;
  }
  .btn--sub {
    min-width: 300px;
  }
  .wrap {
    padding-top: 200px;
    padding-bottom: 250px;
  }
  header {
    width: 100%;
    height: 100px;
    background: #292927;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    transition: 0.2s;
    padding-top: 40px;
  }
  header .drawer__btn,
  header .bg--drawer {
    display: none;
  }
  header .g-nav {
    width: 330px;
    text-align: right;
    position: absolute;
    right: 50px;
  }
  header .g-nav .nav {
    position: relative;
  }
  header .g-nav li {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    margin-left: 1em;
    position: relative;
    z-index: 2;
  }
  header .g-nav li:first-child {
    margin-left: 0;
  }
  header .g-nav li a {
    display: block;
    color: #f3f3f3;
  }
  header .nav.nav__list--sns {
    display: none;
  }
  footer .copyright {
    z-index: 1;
  }
  .list__more {
    width: 60px;
  }
  .list__more a {
    color: #f3f3f3;
    font-size: 13px;
  }
  .list--info > li .tit, .list--info > li .date {
    z-index: 5;
  }
  .list--info > li .date {
    width: 6.2em;
    margin-right: 20px;
  }
  .list--info > li a {
    transition: 0.4s;
    position: relative;
  }
  .list--info > li a:hover {
    opacity: 0.5;
  }
  .list--video li a figure::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #1b1b1a;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    transform-origin: left;
    transform: scaleX(0);
    transition: 0.4s;
  }
  .list--video li a figure::after {
    content: "PLAY";
    display: block;
    width: 100%;
    font-size: 22px;
    font-family: "Roboto", sans-serif;
    position: absolute;
    top: calc(50% + 10px);
    left: 0.2em;
    z-index: 30;
    opacity: 0;
    color: #fff;
    transform: translateX(-60px);
    transition: 0.4s;
    text-align: center;
    letter-spacing: 0;
    font-weight: 300;
  }
  .list--video li a:hover figure::before {
    transform: scaleX(1);
  }
  .list--video li a:hover figure::after {
    opacity: 1;
    transform: translateX(0);
    letter-spacing: 0.4em;
  }
  .block--pager {
    text-align: left;
    margin: 0 auto 0 0;
    top: -40px;
    left: -15px;
  }
  .block--pager .pager__item--older,
  .block--pager .pager__item--newer {
    position: static;
  }
  .block--pager a, .block--pager a::after {
    transition: 0.4s;
  }
  .block--pager a:hover {
    color: #777;
  }
  .block--pager a:hover::after {
    border-color: #777;
  }
  .block--category {
    text-align: right;
    position: absolute;
    top: 10em;
    left: 0;
    width: 120px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
  }
  .block--category::before {
    content: "";
    display: block;
    width: 1px;
    height: 70px;
    background: #909090;
    position: absolute;
    right: 2px;
    top: -80px;
  }
  .block--category li {
    display: block;
    margin: 0 0 1em 0;
  }
  .block--category li a {
    transition: 0.3s;
    display: block;
    line-height: 1;
    letter-spacing: 0.12em;
    font-size: 11px;
    opacity: 0.8;
  }
  .block--category li a:hover {
    opacity: 1;
    font-weight: 600;
  }
  h1.logo {
    position: fixed;
  }
  body:not(.page--home) .content--body {
    min-height: 380px;
  }
  .section--detail,
  .section--list {
    padding: 0 16% 80px;
  }
  .section--detail .section-tit,
  .section--list .section-tit {
    font-style: italic;
    font-size: 17px;
    letter-spacing: 0.2em;
    font-weight: 600;
    margin-bottom: 40px;
    position: absolute;
    left: 120px;
    z-index: 5;
  }
  .section--detail .section-tit {
    margin-bottom: 40px;
  }
  .section--list .list--info {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .section--list .list--info li a {
    padding: 20px 0;
  }
  .section--list .list--info > li .date {
    margin-bottom: 0;
    top: 30px;
  }
  .section--list .list--info li .tit {
    padding-left: 7em;
  }
  body:not(.page--home) header {
    z-index: 100;
  }
  body:not(.page--home) header .g-nav li a {
    transition: 0.4s;
  }
  body:not(.page--home) header .g-nav li a:hover {
    opacity: 0.5;
  }
  .page--home.all-clear h1.logo {
    transition: 0.4s;
  }
  .page--home.down h1.logo, .page--home.down.loaded h1.logo {
    width: 110px;
    height: 110px;
    transition: 0.4s;
  }
  .page--home header .g-nav {
    top: 40px;
    transition: 0.4s;
  }
  .page--home.down header .g-nav {
    top: 25px;
  }
  .page--home .list--info a {
    transition: 0.4s;
  }
  .page--home .list--info a:hover {
    opacity: 0.5;
  }
  .page--home .section--info {
    height: auto;
    padding-top: 44vw;
  }
  .page--home .section--info .section-tit {
    left: 18.5vw;
  }
  .page--home .section--info .block {
    width: 70%;
    left: 23vw;
    top: 0;
  }
  .page--home .section--info .list--info {
    width: 71%;
    padding: 8vw 60px 6vw;
  }
  .page--home .section--live {
    margin-top: 14vw;
    padding-top: 44vw;
  }
  .page--home .section--live .block {
    top: 0;
  }
  .page--home .section--media {
    margin-top: 14vw;
    padding-top: 44vw;
  }
  .page--home .section--media .block {
    top: 0;
  }
  .page--home .section--video {
    margin-top: 30vh;
  }
  .page--home .section--video .block--bg-image {
    width: 30vw;
    height: 30vw;
    margin: 0 auto 100vh;
  }
  .page--home .section--video .block--bg-image .bg-image {
    width: 100%;
    height: 100%;
    background: no-repeat center;
    background-size: cover;
  }
  .page--home .section--video .block--carousel {
    margin-top: 50vh;
    top: 0;
  }
  .page--home .section--video .block--carousel .inner {
    overflow: hidden;
  }
  .page--home .section--banner .list--bnr .slick-next {
    left: inherit;
    top: 50%;
    right: -60px;
    margin-top: 0;
    transition: 0.4s;
    opacity: 0;
  }
  .page--home .section--banner .list--bnr .slick-prev {
    left: calc(22% - 90px);
    margin-top: 0px;
    opacity: 0;
  }
  .page--home .section--banner .list--bnr:hover .slick-next.slick-disabled, .page--home .section--banner .list--bnr:hover .slick-prev.slick-disabled {
    opacity: 0.2;
    cursor: default;
  }
  .page--home .section--banner .list--bnr:hover .slick-next {
    right: 50px;
    opacity: 1;
  }
  .page--home .section--banner .list--bnr:hover .slick-prev {
    left: 22%;
    opacity: 1;
  }
  /* home animation
  **********************/
  .page--home h1.logo {
    opacity: 0;
  }
  .page--home .section--top {
    z-index: 1000;
  }
  .page--home .section--top .block--keyvisual {
    opacity: 0;
    width: 100vw;
    height: 100vh;
    transition: 0.6s;
    top: 0;
  }
  .page--home header .g-nav li {
    position: relative;
  }
  .page--home header .g-nav li a {
    opacity: 0;
    pointer-events: auto;
  }
  .page--home header .g-nav li::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #f3f3f3;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    transform-origin: left;
    transform: scaleX(0);
  }
  .page--home.loaded header .g-nav li a {
    opacity: 1;
    pointer-events: auto;
    transition: 0s opacity 2.2s;
  }
  .page--home.loaded.all-clear header .g-nav li a {
    transition: 0.4s opacity 0s;
  }
  .page--home.loaded.all-clear header .g-nav li a:hover {
    opacity: 0.5;
  }
  .page--home.loaded .section--top .block--keyvisual {
    top: calc(150px + 5vh);
    opacity: 1;
    transition: opacity 0s 0.5s, width 1.1s cubic-bezier(0, 0, 0.03, 0.98) 1.2s, height 1.1s cubic-bezier(0, 0, 0.03, 0.98) 1.2s, top 1.1s cubic-bezier(0, 0, 0.03, 0.98) 1.2s;
  }
  .page--home.loaded .section--top .block--keyvisual img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left bottom;
       object-position: left bottom;
  }
  .page--home.loaded .section--top .block--keyvisual {
    width: 70vh;
    height: 70vh;
  }
  .page--home .section--info .block--bg-image .bg-image {
    background-position: center left;
  }
  .page--home .section--video .block--bg-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    margin-bottom: 0;
  }
  .page--home .section--video .block--bg-image .bg-image {
    width: 50vw;
    height: 50vw;
    transition: 0.8s;
  }
  .page--home .section--video .block--bg-image.zoom--thumb .bg-image {
    width: 100vw;
    height: 100vh;
  }
  /*  page--info
  ------------------------------ */
  .page--info .section--list .list--info {
    position: relative;
    top: -30px;
  }
  .page--info .section--detail .txt--basic a:hover {
    text-decoration: none;
  }
  .page--info .section--detail .tit {
    line-height: 1.4;
  }
  .page--info .section--detail .category {
    vertical-align: 1px;
    margin-left: 5px;
  }
  .page--info.category-3 .block--category {
    top: 10.2em;
  }
  .page--info.category-3 .list--info li a {
    cursor: pointer;
  }
  .page--info.category-3 .list--info li a .category {
    font-weight: 500;
    position: absolute;
    top: 30px;
    left: 8em;
  }
  .page--info.category-3 .list--info li a .tit {
    padding-left: 15em;
  }
  .page--info.category-3 .list--info li .block--txt {
    margin-top: 0;
    margin-bottom: 1.5em;
  }
  .page--info.category-4 .block--category {
    top: 9em;
  }
  .page--info.category-4 .list--info {
    top: -15px;
  }
  .page--info.category-4 .list--info.list--live .block--date {
    position: relative;
    z-index: 5;
  }
  .page--info.category-4 .block--date .block--date__item .week {
    top: -13px;
  }
  .page--info.category-4 .section--detail .block--date .block--date__item .week {
    top: -5px;
  }
  .page--info.category-5 .block--category {
    top: 10em;
  }
  /*  page--biography
  ------------------------------ */
  .page--bio.section--detail {
    width: 100%;
    max-width: inherit;
    padding: 0 10% 80px 120px;
    position: relative;
  }
  .page--bio.section--detail .detail__btn {
    clear: both;
  }
  .page--bio.section--detail .bio--inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .page--bio.section--detail .section-tit {
    display: none;
  }
  .page--bio.section--detail .block--txt {
    width: 100%;
    padding: 0;
    position: relative;
    margin-top: -6%;
  }
  .page--bio.section--detail .thumb {
    width: 46%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    box-shadow: 72px 70px 40px -60px rgba(0, 0, 0, 0.4);
    margin-bottom: 100px;
    float: left;
  }
  .page--bio.section--detail .block--txt {
    width: 46%;
    float: right;
  }
  .page--bio.section--detail .name {
    margin: 0 auto 20px;
    font-size: 20px;
    letter-spacing: 0.1em;
  }
  .page--bio.section--detail .name span {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 0;
    position: relative;
    left: -13px;
  }
  .page--bio.section--detail .list--profile {
    margin-bottom: 2em;
  }
  .page--bio.section--detail .txt--basic {
    width: 100%;
    margin: 0 auto;
  }
  /*  page--disco
  ------------------------------ */
  .page--disco .section--list {
    padding: 0 20% 80px;
    position: relative;
    z-index: 10;
  }
  .page--disco .list--discography {
    position: relative;
    top: -30px;
  }
  .page--disco .list--discography li {
    float: left;
    width: 38%;
    margin-right: 15%;
    margin-bottom: 100px;
  }
  .page--disco .list--discography li:nth-child(2n) {
    margin-right: 0;
  }
  .page--disco .list--discography li .category {
    width: auto;
    font-weight: 500;
    margin-left: 5px;
    opacity: 0.5;
  }
  .page--disco .list--discography li .tit span {
    line-height: 1;
    display: block;
    font-size: 11px;
    margin-bottom: 3px;
    opacity: 0.5;
  }
  .page--disco .list--discography li a figure {
    margin-bottom: 30px;
    box-shadow: 42px 61px 40px -20px rgba(0, 0, 0, 0.45);
  }
  .page--disco .list--discography li a figure::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #1b1a1a;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    transform-origin: left;
    transform: scaleX(0);
    transition: 0.4s;
  }
  .page--disco .list--discography li a figure::after {
    content: "VIEW DETAIL";
    display: block;
    width: 100%;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    position: absolute;
    top: calc(50% + 10px);
    left: 0.4em;
    z-index: 30;
    color: #fff;
    opacity: 0;
    transform: translateX(-60px);
    transition: 0.4s;
    text-align: center;
    letter-spacing: 0;
  }
  .page--disco .list--discography li a:hover figure::before {
    transform: scaleX(1);
  }
  .page--disco .list--discography li a:hover figure::after {
    opacity: 1;
    transform: translateX(0);
    letter-spacing: 0.4em;
  }
  .page--disco .header--disco {
    width: 18vw;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 100;
  }
  .page--disco .jacket {
    position: absolute;
    z-index: 10;
    width: 40%;
    left: 5%;
    top: 150px;
  }
  .page--disco.page--disco__detail .wrap > h1.logo {
    display: none;
  }
  .page--disco .section--detail {
    width: 100%;
    max-width: inherit;
  }
  .page--disco .section--detail .jacket {
    opacity: 0;
    transform: translateY(40px);
    transition: 0.6s;
  }
  .page--disco .section--detail .block--jacket {
    width: 42%;
    position: relative;
    z-index: 100;
    top: 0;
    left: -4vw;
    float: left;
  }
  .page--disco .section--detail .block--jacket + .block--detail {
    float: right;
    width: 58%;
  }
  .page--disco .section--detail .block--detail .tit {
    margin-bottom: 5px;
  }
  .page--disco .section--detail .block--detail .category {
    width: auto;
    font-weight: 500;
    opacity: 0.5;
  }
  .page--disco .section--detail .detail__btn {
    text-align: left;
    margin: 4em 0 0 50%;
  }
  .page--disco.loaded .jacket {
    opacity: 1;
    transform: translateY(0);
  }
  .page--timeline .section--detail {
    padding-right: 5%;
  }
  .page--timeline .inner {
    justify-content: flex-start;
  }
  .page--timeline .inner .block--twitter {
    margin-right: 5%;
  }
  .page--timeline .inner [class^=block--] {
    max-width: 500px;
    width: 30%;
  }
  .page--timeline .inner [class^=block--] .block--inner {
    width: 100%;
    height: 600px;
    overflow-y: scroll;
  }
  .page--timeline .inner .block--twitter iframe {
    height: 600px !important;
  }
}
@media all and (-ms-high-contrast: none) {
  /* IE対応 */
  .section--top .block--keyvisual img {
    height: auto !important;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* common.scss
  ============================== */
  .pc,
  .wrap > .marker-wrap,
  .wrap > .marker-wrap * {
    display: none !important;
  }
  body {
    font-size: 13px;
  }
  .btn--main {
    min-width: 90%;
  }
  /* home animation
  **********************/
  /*  body--app
  ------------------------------ */
  /*  app-bnr
  ------------------------------ */
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .btn--main {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn--sub {
    min-width: 90%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .btn--sub {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  h1.logo {
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 1000;
  }
  h1.logo a img {
    padding-top: 8px;
  }
  .header {
    position: fixed;
    width: 100%;
    height: 60px;
    background: #292927;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .header .drawer {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    z-index: 99;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background: #292927;
    transition: 0.4s cubic-bezier(0.16, 0.68, 0.65, 1.03);
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    pointer-events: none;
    padding-top: 20vw;
  }
  .header .drawer .bg--drawer {
    display: none;
    position: absolute;
    right: 0;
    height: 100%;
    width: 25vw;
    overflow: hidden;
  }
  .header .drawer .bg--drawer img {
    display: block;
    width: 120%;
    height: 120%;
    filter: blur(25px);
    position: relative;
    left: -10%;
    top: -10%;
    display: block;
    max-width: inherit;
  }
  .header .drawer .g-nav {
    width: 86%;
    position: relative;
    top: 0;
    left: 7vw;
  }
  .header .drawer .nav {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    letter-spacing: 0.4em;
    margin-bottom: 70px;
  }
  .header .drawer .nav li {
    display: block;
    line-height: 1;
    font-weight: 100;
    font-size: 14px;
    margin-bottom: 0.5em;
    letter-spacing: 0.1em;
  }
  .header .drawer .nav li a {
    display: block;
    padding: 7px 0;
    color: #f3f3f3;
  }
  .header .drawer .nav.nav__list--sns {
    border-top: 1px solid #f3f3f3;
    padding-top: 30px;
  }
  .header .drawer .nav.nav__list--sns li {
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
  }
  .header .drawer .nav.nav__list--sns li:last-child {
    margin-right: 0;
  }
  .header .drawer__btn {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 5%;
    top: 4vw;
    z-index: 999;
  }
  .header .drawer__btn span {
    display: block;
    width: 70%;
    height: 1px;
    background: #f3f3f3;
    position: absolute;
    left: 15%;
    transition: 0.3s;
  }
  .header .drawer__btn span:first-child {
    top: 40%;
  }
  .header .drawer__btn span:last-child {
    top: 60%;
  }
  .drawer-visible header .drawer__btn span:first-child {
    transform: rotate(23deg);
    top: 50%;
  }
  .drawer-visible header .drawer__btn span:last-child {
    top: 50%;
    transform: rotate(-23deg);
  }
  .drawer-visible .drawer {
    opacity: 1;
    pointer-events: auto;
    width: 100%;
    height: 100%;
  }
  .page--home footer {
    position: absolute;
    z-index: 15;
  }
  footer {
    width: 100%;
    height: 70vw;
    text-align: left;
    padding: 22vw 5% 10px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  footer .nav__list--sns {
    margin-bottom: 14vw;
  }
  footer .nav__list--sns li {
    display: block;
    line-height: 1;
    margin: 0 0 10px 0;
  }
  footer .nav__list--sns li a {
    font-size: 12px;
    letter-spacing: 0.04em;
    font-weight: 300;
  }
  footer .nav--contact {
    margin-bottom: 12vw;
  }
  footer .copyright {
    font-size: 10px;
    bottom: 0;
  }
  .date, .category {
    font-size: 12px;
    letter-spacing: 0.08em;
    margin-bottom: 5px;
  }
  .category {
    width: auto;
    font-size: 11px;
    margin-left: 5px;
  }
  .tit {
    font-size: 13px;
    line-height: 1.5;
  }
  .list--info li:not(:last-of-type) {
    margin-bottom: 24px;
  }
  .list--info li .date {
    font-size: 12px;
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 10px;
  }
  .list--info a {
    padding: 0;
  }
  .list--info li .tit {
    display: block;
  }
  .list__more {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block--category {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    margin: 0 auto 25px;
    padding: 0 4vw 0 0;
    position: relative;
  }
  .block--category::before {
    content: "category";
    font-family: "Roboto", sans-serif;
    font-size: 10px;
    opacity: 0.3;
    line-height: 1;
    margin-bottom: 3px;
    display: block;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
  .block--category li a {
    letter-spacing: 0.1em;
  }
  .block--category li {
    margin: 0 0.7em 0.3em 0;
  }
  [class^=list--] li.new .tit::after {
    display: none;
  }
  .list--video li {
    margin-bottom: 2em;
  }
  .list--video li.new .tit {
    position: relative;
  }
  .list--video li.new .tit::after {
    content: "NEW";
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 10px;
    color: #000;
    font-weight: 600;
    letter-spacing: 0.08em;
    vertical-align: 1px;
    margin-left: 10px;
    position: relative;
    right: 0;
    top: 1px;
    background: #fff;
    height: 22px;
    line-height: 24px;
    width: 43px;
    text-align: center;
    transform: scale(0.7);
  }
  [class^=list--] li.new .date {
    width: auto;
  }
  [class^=list--] li.new .date::before {
    display: none;
  }
  [class^=list--] li.new .date::after {
    content: "NEW";
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 10px;
    color: #000;
    font-weight: 600;
    letter-spacing: 0.08em;
    vertical-align: 1px;
    margin-left: 10px;
    position: absolute;
    right: -42px;
    top: -6px;
    background: #fff;
    height: 22px;
    line-height: 24px;
    width: 43px;
    text-align: center;
    transform: scale(0.7);
  }
  .block--date .block--date__item .week {
    top: -4px;
  }
  .wrap {
    padding: 92px 0 70vw;
    position: relative;
    overflow: hidden;
  }
  .section--list,
  .section--detail {
    width: 100%;
    max-width: inherit;
    position: relative;
    z-index: 1;
    padding: 0 4% 40px 11vw;
  }
  .section--list .section-tit,
  .section--detail .section-tit {
    font-size: 12px;
    font-style: italic;
    left: 7vw;
    top: 96px;
    position: fixed;
    z-index: 10;
  }
  .section--detail .detail__btn {
    margin-top: 3em;
  }
  .section--detail .tit {
    font-size: 20px;
    line-height: 1.5;
  }
  .section--list .list--info li .date {
    font-size: 11px;
    margin-bottom: 5px;
    position: relative;
    left: 0;
  }
  .section--list .list--info li .date::before {
    display: none;
  }
  .section--list .block--pager {
    left: -3.5vw;
  }
  .section--list .block--pager .pager__item--newer {
    right: -17px;
  }
  .section--list .block--pager .pager__item--older {
    left: -17px;
  }
  .slick-dots li {
    width: 10vw;
  }
  .page--home .wrap {
    overflow: visible;
    padding-bottom: 70vw;
  }
  .page--home .header {
    background: none;
  }
  .page--home .list--info a {
    padding: 0;
  }
  .page--home h1.logo {
    top: 0;
    left: 0;
    width: 30vw;
    height: 30vw;
    background-size: 50%;
    position: absolute;
  }
  .page--home .slick-prev::after, .page--home .slick-next::after {
    display: none !important;
  }
  .page--home .section--top {
    height: 97vh;
    overflow: visible !important;
  }
  .page--home .section--top::before {
    content: "";
    display: block;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    transform-origin: left;
    transform: scaleX(0);
  }
  .page--home .section--top .block--keyvisual {
    width: 100vw;
    height: 100vh;
    top: 0;
  }
  .page--home .section--top .block--keyvisual img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .page--home .section--banner {
    padding-top: 0;
  }
  .page--home .section--banner .section-tit {
    top: 13px;
    left: 9%;
  }
  .page--home .section--banner .slick-list {
    margin-left: 12%;
  }
  .page--home .section--banner .slick-dots {
    left: calc(12% - 2px);
    bottom: -30px;
  }
  .page--home .section--info {
    height: 100%;
    padding-top: 65vw;
    margin-top: calc(25vw - 13px);
  }
  .page--home .section--info .section-tit {
    width: 6em;
    top: -7em;
    left: 13vw;
  }
  .page--home .section--info .block--bg-image {
    width: 80vw;
    height: 80vw;
    position: absolute;
    top: 0;
    left: 20vw;
    right: unset;
    background-position: center;
  }
  .page--home .section--info .block {
    width: 85%;
    bottom: 0;
    left: 0;
    top: inherit;
  }
  .page--home .section--info .list--info {
    padding: 20vw 6vw 12vw;
  }
  .page--home .section--info .list__more {
    right: 0;
    top: unset;
    bottom: -50px;
  }
  .page--home .section--live {
    height: 100%;
    margin-top: 25vw;
    padding-top: 65vw;
    overflow: visible !important;
  }
  .page--home .section--live .section-tit {
    width: 6em;
    top: -7em;
    left: 74vw;
  }
  .page--home .section--live .list--info {
    width: 100%;
    overflow: hidden;
    min-width: unset;
    padding: 22vw 10vw 5vw;
  }
  .page--home .section--live .category {
    margin-left: 0;
  }
  .page--home .section--live .block {
    width: 90%;
    left: 10vw;
    top: 0;
  }
  .page--home .section--live .list__more {
    left: 0;
    top: unset;
    right: unset;
    bottom: -11vw;
  }
  .page--home .section--live .block--bg-image {
    width: 80vw;
    height: 80vw;
    right: inherit;
    left: 0;
    background-position: center;
  }
  .page--home .section--live.started .block--bg-image {
    right: inherit;
    left: 0;
  }
  .page--home .section--media {
    height: 100%;
    margin-top: 25vw;
    padding-top: 65vw;
  }
  .page--home .section--media [class^=list--] li.new .date::after {
    display: none;
  }
  .page--home .section--media li.new .category::after {
    content: "NEW";
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 10px;
    color: #000;
    font-weight: 600;
    letter-spacing: 0.08em;
    vertical-align: 1px;
    margin-left: 0;
    position: relative;
    right: 0;
    top: 1px;
    background: #fff;
    height: 22px;
    line-height: 24px;
    width: 43px;
    text-align: center;
    transform: scale(0.7);
  }
  .page--home .section--media .section-tit {
    width: 6em;
    top: -7em;
    left: 13vw;
  }
  .page--home .section--media .block--bg-image {
    width: 80vw;
    height: 80vw;
    top: 0;
    left: 20vw;
    z-index: 20;
    transform: none;
  }
  .page--home .section--media .block {
    width: 85%;
    position: relative;
    left: 0;
    top: 0;
    bottom: unset;
  }
  .page--home .section--media .category {
    position: static;
  }
  .page--home .section--media .list__more {
    position: relative;
    left: 10vw;
    top: 3vw;
  }
  .page--home .section--media .list--info {
    width: 105%;
    padding: 22vw 10vw 12vw;
    left: 0;
  }
  .page--home .section--media .list--info .tit {
    padding-left: 0;
    font-size: 12px;
  }
  .page--home .list--info {
    width: 100%;
    padding: 5vw 10vw;
  }
  .page--home .list--info .tit {
    padding-left: 0;
    font-size: 12px;
  }
  .page--home .section--video {
    height: 100%;
  }
  .page--home .section--video .section-tit {
    width: 6em;
    top: -7.5em;
    font-size: 11px;
    bottom: inherit;
    left: 92vw;
  }
  .page--home .section--video .block--bg-image {
    top: 0;
    left: 0;
    right: unset;
  }
  .page--home .section--video .block--bg-image .bg-image {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    transition: 0.8s;
  }
  .page--home .section--video .block--bg-image.ended .bg-image {
    width: 100vw;
    height: 130vh;
  }
  .page--home .section--video .block {
    width: 85%;
    bottom: 11vw;
  }
  .page--home .section--video .list--video {
    padding: 0 5%;
  }
  .page--home .section--video .list--video li {
    margin: 0 0 4em;
  }
  .page--home .section--video .slick-dots {
    text-align: left;
  }
  .page--home .section--video .block--carousel {
    padding: 10vh 0 2vh;
    z-index: 10;
  }
  @keyframes bgSlide {
    0% {
      transform: scaleX(0);
      transform-origin: left;
    }
    40% {
      transform: scaleX(1.7);
      transform-origin: left;
    }
    41% {
      transform: scaleX(1.7);
      transform-origin: right;
    }
    50% {
      transform: scaleX(1.7);
      transform-origin: right;
    }
    100% {
      transform: scaleX(0);
      transform-origin: right;
    }
  }
  .page--home {
    /* banner */
  }
  .page--home h1.logo {
    opacity: 0;
    top: 0;
  }
  .page--home.loaded .section--top {
    height: calc(109vw + 18vh - 13px);
  }
  .page--home.loaded .section--top .block--keyvisual {
    width: 79vw;
    height: 79vw;
    top: calc(25vw + 9vh);
    opacity: 1;
    transition: opacity 0s 0.5s, width 1.1s cubic-bezier(0, 0, 0.03, 0.98) 1.2s, height 1.1s cubic-bezier(0, 0, 0.03, 0.98) 1.2s, top 1.1s cubic-bezier(0, 0, 0.03, 0.98) 1.2s;
  }
  .page--home.loaded .section--top .block--keyvisual img {
    width: 100%;
    height: 100%;
  }
  .page--home.loaded .section--top .block--keyvisual.wide {
    width: 79vw;
    height: 52vw;
    top: calc(25vw + 24vh);
    pointer-events: none;
  }
  .page--home.loaded .section--top .block--keyvisual.tall {
    width: auto;
    height: 79vw;
    pointer-events: none;
  }
  .page--home.loaded .section--top .block--keyvisual.tall img {
    height: 100%;
    width: auto;
  }
  .page--home.loaded h1.logo {
    opacity: 1;
    transition: 0.4s 2s;
  }
  .page--home.loaded .section--banner .list--bnr .slick-slide a::after {
    animation: 1s bgSlide 2.4s;
  }
  .page--home.loaded .section--banner .list--bnr .slick-slide a {
    pointer-events: auto;
  }
  .page--home.loaded .section--banner .list--bnr .slick-slide a img {
    opacity: 1;
    transition: 0.3s 2.8s;
  }
  .page--home.loaded .section--banner .section-tit {
    opacity: 1;
    transition: 0.3s 2.9s;
  }
  .page--home .section--banner .section-tit {
    opacity: 0;
    transition: 0.3s;
  }
  .page--home .section--banner.started .section-tit {
    opacity: 1;
  }
  .page--home .section--banner.started .list--bnr .slick-slide a {
    transition: 0s 0.7s;
  }
  .page--home .section--banner.started .list--bnr .slick-slide a img {
    opacity: 1;
    transition: 0.3s 0.7s;
  }
  .page--home .section--banner.started .list--bnr .slick-slide a::after {
    animation: 1s bgSlide 0.4s;
  }
  .page--home .section--info .block--bg-image {
    width: 25vw;
    height: 25vw;
    right: unset;
    overflow: hidden;
  }
  .page--home .section--info .block--bg-image .bg-image {
    width: 80vw;
    height: 80vw;
    opacity: 0;
    background-position: center;
    transform: translateY(30px);
    transition: 0.4s;
  }
  .page--home .section--info.started .block--bg-image {
    width: 80vw;
    height: 80vw;
    transition: 1s cubic-bezier(0, 0, 0.03, 0.98) 0.3s;
  }
  .page--home .section--info.started .block--bg-image .bg-image {
    opacity: 1;
    transform: translateY(0);
  }
  .page--home .section--info .block {
    opacity: 0;
    transform: translateY(40px);
    transition: 0.4s 0.2s;
  }
  .page--home .section--info .block.started {
    opacity: 1;
    transform: translateY(0);
  }
  .page--home .section--live {
    /*min-height: 86vw;*/
  }
  .page--home .section--live .list--info {
    padding-bottom: 40px;
  }
  .page--home .section--live .list--info .no-data {
    padding-bottom: 12vw;
  }
  .page--home .section--live .block--bg-image {
    width: 30vw;
    height: 30vw;
    overflow: hidden;
  }
  .page--home .section--live .block--bg-image .bg-image {
    width: 80vw;
    height: 80vw;
    background: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0;
    transform: translateY(30px);
    transition: 0.4s;
    left: 0;
    top: 0;
  }
  .page--home .section--live.started .block--bg-image {
    width: 80vw;
    height: 80vw;
    transition: 1s cubic-bezier(0, 0, 0.03, 0.98) 0.3s;
  }
  .page--home .section--live.started .block--bg-image .bg-image {
    opacity: 1;
    transform: translateY(0);
  }
  .page--home .section--live .block {
    opacity: 0;
    transform: translateY(40px);
    transition: 0.4s 0.2s;
  }
  .page--home .section--live .block.started {
    opacity: 1;
    transform: translateY(0);
  }
  .page--home .section--media .block--bg-image {
    width: 15vw;
    height: 15vw;
    left: 20vw;
    overflow: hidden;
  }
  .page--home .section--media .block--bg-image .bg-image {
    width: 80vw;
    height: 80vw;
    background-position: center;
    background-size: cover;
    opacity: 0;
    transform: translateY(30px);
    transition: 0.4s;
    position: absolute;
    top: 0;
    left: 0;
  }
  .page--home .section--media.started .block--bg-image {
    width: 80vw;
    height: 80vw;
    transition: 0.6s cubic-bezier(0, 0, 0.03, 0.98) 0.3s;
  }
  .page--home .section--media.started .block--bg-image .bg-image {
    opacity: 1;
    transform: translateY(0);
  }
  .page--home .section--media .block {
    opacity: 0;
    transform: translateY(40px);
    transition: 0.4s 0.2s;
  }
  .page--home .section--media .block.started {
    opacity: 1;
    transform: translateY(0);
  }
  .page--home .section--video .block--bg-image {
    width: 100vw;
    height: 85vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    z-index: 10;
    overflow: hidden;
    background-size: cover;
  }
  .page--home .section--video .block--bg-image .bg-image {
    width: 60vw;
    height: 60vw;
    max-width: 100vw;
    max-height: 100vh;
    background-position: center;
  }
  .page--home .link--fc {
    padding: 23vw 5% 5vw;
    background: #252524;
  }
  .page--home .link--fc a {
    position: relative;
    padding: 0 10px 0 0;
  }
  .page--home .link--fc a:before, .page--home .link--fc a:after {
    position: absolute;
    bottom: 8px;
    right: -20px;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .page--home .link--fc a:before {
    width: 15px;
    height: 1px;
    background: #f3f3f3;
  }
  .page--home .link--fc a:after {
    bottom: 4px;
    right: -19px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #f3f3f3;
    transform: rotate(35deg);
  }
  .page--home .link--fc svg {
    width: 110px;
    height: 11px;
    fill: #fff;
  }
  .page--info .block--share {
    padding-top: 40px;
    margin: 0;
  }
  .page--info .no-data {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 300;
  }
  .page--info .section--detail .section-tit {
    display: none;
  }
  .page--info .section--detail {
    padding: 0 7% 40px;
  }
  .page--info .section--detail .block--live-date .block--txt {
    padding-left: 60px;
  }
  .page--info .section--detail .block--main > .block--txt,
  .page--info .section--detail .block--live-date + .txt {
    padding: 0 0;
    margin-top: 20px;
  }
  .page--info .section--detail .tit {
    font-size: 18px;
    line-height: 1.3;
  }
  .page--info .section--detail .date {
    font-size: 11px;
  }
  .page--info .section--detail .block--live-date .block--txt.end-date {
    padding-left: 0;
    padding-top: 65px;
  }
  .page--info.category-3 .section--list .list--info li.new .date::after {
    display: none;
  }
  .page--info.category-3 .section--list .list--info li.new .category {
    position: relative;
  }
  .page--info.category-3 .section--list .list--info li.new .category::after {
    content: "NEW";
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 10px;
    color: #000;
    font-weight: 600;
    letter-spacing: 0.08em;
    vertical-align: 1px;
    position: absolute;
    right: -42px;
    top: -6px;
    background: #fff;
    height: 22px;
    line-height: 24px;
    width: 43px;
    text-align: center;
    transform: scale(0.7);
  }
  .page--info.category-3 .section--list .list--info li .block--txt {
    margin-top: 1em;
    margin-bottom: 2.5em;
  }
  .page--info.category-4 [class^=list--] li.new .category::after {
    content: "NEW";
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 10px;
    color: #000;
    font-weight: 600;
    letter-spacing: 0.08em;
    vertical-align: 1px;
    position: relative;
    top: 1px;
    background: #fff;
    height: 22px;
    line-height: 24px;
    width: 43px;
    text-align: center;
    transform: scale(0.7);
  }
  .page--info.category-4 .list--info {
    padding-left: 8px;
  }
  .page--info.category-4 .list--info li {
    padding: 1em 0;
    margin-bottom: 0;
  }
  .page--info.category-4 .list--info li .category {
    display: inline-block;
    margin-left: 0;
    margin-bottom: 1px;
  }
  .page--info.category-4 .list--info li.no-data {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 300;
    margin-left: -8px;
    padding-top: 20px;
    opacity: 0.5;
  }
  .page--info.category-5 .list--video {
    margin-right: 6%;
  }
  .page--info.category-5 .list--video li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .page--info.category-5 .list--video li a .tit {
    font-size: 13px;
  }
  .page--info.category-5 .list--video li a .thumb {
    margin-bottom: 15px;
  }
  .page--info.category-5 .list--video li a .category {
    margin-left: 0;
    margin-bottom: 3px;
  }
  .page--info.category-5 .video--comment {
    padding: 20px 0 0;
  }
  .page--disco .block--category {
    padding-left: 6vw;
  }
  .page--disco .category {
    font-size: 12px;
  }
  .page--disco .list--discography {
    width: 80%;
    margin: 0 auto 0 7%;
  }
  .page--disco .list--discography li {
    margin-bottom: 10vw;
  }
  .page--disco .list--discography .thumb {
    box-shadow: 41px 52px 45px -20px rgba(0, 0, 0, 0.7);
    margin: 0 auto 0.7em;
  }
  .page--disco .list--discography .block--text .tit {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .page--disco .list--discography .block--text .tit span {
    display: block;
    font-weight: 500;
    font-size: 11px;
    opacity: 0.5;
  }
  .page--disco .list--discography .block--text .category {
    margin: 0 auto 5px;
    padding: 0;
  }
  .page--disco.page--disco__detail h1.logo {
    display: none;
  }
  .page--disco .area--disco-detail .block--jacket {
    width: 80%;
    margin-left: 7%;
    margin-top: 6vw;
  }
  .page--disco .area--disco-detail .tit, .page--disco .area--disco-detail .date, .page--disco .area--disco-detail .category {
    width: 80%;
    text-align: center;
    margin-left: 7%;
  }
  .page--disco .area--disco-detail .tit {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3;
    margin-top: 20px;
  }
  .page--disco .area--disco-detail .date {
    font-size: 11px;
  }
  .page--disco .area--disco-detail .category {
    text-align: center;
  }
  .page--disco .area--disco-detail .text, .page--disco .area--disco-detail .link {
    width: 100%;
  }
  .page--disco .section--detail .jacket {
    opacity: 0;
    transform: translateY(40px);
    transition: 0.6s;
  }
  .page--disco.loaded .section--detail .jacket {
    opacity: 1;
    transform: translateY(0);
  }
  .section--detail.page--goods .txt--basic.soon {
    text-align: center;
    padding-top: 30vw;
    padding-bottom: 100px;
  }
  .page--bio.section--detail {
    padding-right: 0;
  }
  .page--bio.section--detail .thumb {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 20px;
    top: 0;
    left: 1vw;
    box-shadow: none;
  }
  .page--bio.section--detail .block--txt {
    width: 100%;
    position: relative;
  }
  .page--bio.section--detail .name {
    margin: 0 auto 20px;
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  .page--bio.section--detail .name span {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 0;
    position: relative;
    left: -13px;
  }
  .page--bio.section--detail .txt--basic {
    width: 100%;
    margin-bottom: 0;
    padding-right: 4%;
  }
  .page--timeline .inner [class^=block--] {
    width: 100%;
  }
  .page--timeline .inner .block-tit {
    opacity: 0.5;
    font-size: 12px;
    margin-bottom: 5px;
  }
  .page--timeline .block--twitter {
    min-height: 120vw;
    margin-right: 5%;
    max-width: unset;
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
  .page--timeline .block--instagram {
    margin-right: 5%;
  }
  .page--timeline .block--instagram .block--inner {
    max-height: 130vw;
    overflow-y: scroll;
  }
  .page--contact.section--detail .input--half {
    width: 100% !important;
  }
  .page--contact.section--detail .form--post dt {
    margin: 2em 0 0.5em;
  }
  .page--error .section--detail {
    padding: 0 7% 40px 7%;
  }
  .body--app .content--body {
    padding-top: 0;
  }
  .body--app .wrap {
    padding-bottom: 0;
  }
  .body--app .section--detail.page--bio {
    top: -64px;
  }
  .body--app .section--detail.page--bio .section-tit {
    top: 30px;
  }
  .body--app .section--detail .detail__btn {
    margin-bottom: 4em;
  }
  .body--app .block--pager {
    margin: 0 auto 2em;
  }
  .body--app .detail__btn {
    -webkit-touch-callout: none;
  }
  .body--app.page--disco .wrap {
    padding-top: 30px;
  }
  .body--app.page--disco .wrap .section-tit {
    top: 30px;
  }
  .body--app.page--disco .block--pager li {
    -webkit-touch-callout: none;
  }
  #app-bnr {
    position: fixed;
    top: 10px;
    left: 3%;
    width: 94%;
    z-index: 9999;
    background: #fff;
    border-radius: 3px;
    transition: all 0.3s ease;
    display: block;
  }
  #app-bnr a {
    border: 1px solid #EAEAEA;
    background: #fff;
    position: relative;
    font-size: 12px;
    line-height: 1.5em;
    color: #000;
    display: flex;
    display: webkit-flex;
    align-items: center;
    letter-spacing: 0;
    transition: none;
    text-decoration: none;
    padding: 10px 7% 10px 10px;
  }
  #app-bnr a .icon {
    width: 17%;
    float: left;
    line-height: 0;
    margin: 0 3.5% 0 0;
  }
  #app-bnr a .icon img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    border: 1px solid #eee;
    padding: 5px;
  }
  #app-bnr a .txt {
    overflow: hidden;
    flex: 1;
    line-height: 1.5em;
    color: #686868;
  }
  #app-bnr a .txt span {
    display: block;
    font-weight: bold;
    margin: 0 0 4px;
    color: #686868;
  }
  #app-bnr .close {
    width: 30px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    left: auto;
  }
  #app-bnr .close:before, #app-bnr .close:after {
    content: "";
    width: 12px;
    height: 2px;
    background: #bbb;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 9px;
    margin-top: -2px;
  }
  #app-bnr .close:before {
    transform: rotate(-45deg);
  }
  #app-bnr .close:after {
    transform: rotate(45deg);
  }
  .scrollFix#app-bnr {
    transform: translateY(-120%);
  }
}
/*  tablet
------------------------------ */
@media screen and (min-width: 768px) and (max-width: 960px) {
  body {
    font-size: 18px;
  }
  .wrap {
    padding-top: 170px;
  }
  h1.logo {
    width: 110px;
    height: 110px;
  }
  .section--list .section-tit,
  .section--detail .section-tit {
    left: 7vw;
    top: 173px;
  }
  .header {
    height: 110px;
  }
  .header .logo {
    width: 40%;
    left: 30%;
    top: 39px;
  }
  .header .drawer .nav li {
    font-size: 14px;
    margin-bottom: 1.2em;
  }
  .header .drawer .nav li.nav--item__fm a::before {
    width: 24px;
    height: 24px;
    vertical-align: -1px;
    margin-right: 12px;
  }
  .header .drawer__btn {
    width: 60px;
    height: 50px;
  }
  /*
  .block--pager{
  	font-size: 18px;
  	.pager__item--older a::after,
  	.pager__item--older span::after,
  	.pager__item--newer a::after,
  	.pager__item--newer span::after {
  	    width: 13px;
  	    height: 13px;
  	    border-top: 3px solid #555;
  	    border-right: 3px solid #555;
  	}
  }
  */
  .list__more a {
    letter-spacing: 0.1em;
  }
  /*
  .category { font-size: 16px; }
  .date{font-size: 2.2vw;}
  .tit{font-size: 2.5vw;}
  .block--category{
  	margin-bottom: 40px;
  	li a{ font-size: 14px; padding: 5px 12px;}
  }
  .section-tit {
     font-size: 2vw;
  }
  */
  .page--home h1.logo {
    width: 25vw;
    height: 25vw;
  }
  .page--home .section--top .block--keyvisual {
    top: calc(20vw + 9vh);
  }
  .page--home.loaded .section--top {
    height: calc(104vw + 14vh - 13px);
  }
  .page--home.loaded .section--top .block--keyvisual {
    top: calc(19vw + 9vh);
  }
  .page--home .section--info {
    min-height: 130vw;
  }
  .page--home .section--info .section-tit {
    top: -8.5em;
    left: 15vw;
  }
  .page--home .section--live {
    min-height: 80vw;
    margin-top: 10vw;
  }
  .page--home .section--live .section-tit {
    top: -8.5em;
    left: 73.5vw;
  }
  .page--home .section--live .block {
    bottom: -10vw;
  }
  .page--home .section--media {
    margin-top: 10vw;
    padding-bottom: 60vw;
  }
  .page--home .section--media .section-tit {
    top: -8.5em;
    left: 14vw;
  }
  .page--home .section--video .section-tit {
    top: -7.5em;
    left: 93.5vw;
  }
  /*  page--info
  ------------------------------ */
  .page--info.category-5 .video--comment {
    font-size: 15px;
  }
  .page--disco .list--disco .thumb {
    margin-bottom: 3em;
  }
  .page--disco .list--disco .block--text .tit {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .page--disco .block--disc-detail .date,
  .page--disco .block--disc-detail .category {
    font-size: 2.5vw;
  }
}