@charset "UTF-8";
/*! 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;
}

/*# sourceMappingURL=normalize.min.css.map */
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;
}

* {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

a {
  outline: none;
}

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

body {
  background: #fff;
  color: #111;
  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: #111;
}

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

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

.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: #111;
  color: #fff;
  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 #111;
  background: none;
  color: #111;
  margin: 1em 0;
  padding: 1em 2em;
  font-style: italic;
}
@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;
}

.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: 15px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  top: 20px;
  height: 60px;
}
.block--pager li {
  display: inline-block;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  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: 4px;
  background: #fff;
  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;
  background: #fff;
  border-radius: 20px;
  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: 7px;
  height: 7px;
  border-top: 2px solid #555;
  border-right: 2px solid #555;
  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;
  background: #fff;
  border-radius: 20px;
  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: 7px;
  height: 7px;
  border-top: 2px solid #555;
  border-right: 2px solid #555;
  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: din-2014, sans-serif;
  font-weight: 800;
  color: #ea9372;
  position: relative;
  padding: 0.6em;
}
.block--pager .pager__item--current::before {
  transform: scaleX(1);
}

.slick-dots li {
  width: 5px;
  height: 10px;
  margin: 0 2.5px;
  padding: 0;
  transition: 0.3s;
}
.slick-dots li button {
  width: 100%;
  height: 5px;
  padding: 5px;
}
.slick-dots li button:before {
  content: "";
  width: 100%;
  height: 5px;
  background: #ddd;
  opacity: 1;
  border-radius: 5px;
}
.slick-dots .slick-active button:before {
  background: #66c1df;
}

.date,
.category {
  display: inline-block;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1;
}

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

.tit {
  font-size: 15px;
  line-height: 1.3;
}

.category {
  display: inline-block;
  width: 6em;
  font-size: 12px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  background: #ea9372;
  padding: 3px 5px 3px 5.5px;
  margin-right: 20px;
}

.list__more {
  font-family: din-2014, YakuHanJP, -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
.list__more a {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.list--info li .date, .list--info li .category, .list--info li .tit {
  display: inline-block;
}
.list--info a {
  display: block;
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 0;
}
.list--info li:first-child a {
  border-top: 1px solid #e6e6e6;
}

[class^=list--] li.new .tit {
  position: relative;
}
[class^=list--] li.new .tit::after {
  content: "NEW";
  display: inline-block;
  font-family: din-2014, YakuHanJP, -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  color: #ea9372;
  letter-spacing: 0.08em;
  vertical-align: 1px;
  margin-left: 10px;
}

.list--video .thumb {
  line-height: 0;
  margin-bottom: 0.5em;
}
.list--video li {
  margin-bottom: 4em;
}
.list--video li a {
  display: block;
}

.slick-prev,
.slick-next {
  display: block;
  width: 40px;
  height: 40px;
  background: none;
  color: #111;
  font-size: 0;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 85px;
  top: 5vw;
  z-index: 99;
  cursor: pointer;
  border: none;
  outline: none;
  background: #fff;
  border-radius: 40px;
  box-shadow: 2px 2px 11px -6px rgba(17, 17, 17, 0.5);
  margin-top: -20px;
  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 {
  outline: none;
  background: #fff;
  transform: scale(1.3);
  margin-top: -40px;
}

.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: #fff;
}

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

.slick-prev::after,
.slick-next::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-right: 2px solid #111;
  border-top: 2px solid #111;
  position: absolute;
  top: 16px;
  left: 17px;
  transition: 0.3s;
}

.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: #111;
}

.slick-dots li {
  width: 5px;
  height: 10px;
  margin: 0 2.5px;
  padding: 0;
  transition: 0.3s;
}
.slick-dots li button {
  width: 100%;
  height: 5px;
  padding: 5px;
}
.slick-dots li button:before {
  content: "";
  width: 100%;
  height: 5px;
  background: #ddd;
  opacity: 1;
  border-radius: 5px;
}
.slick-dots .slick-active button:before {
  background: #66c1df;
}

.block--category {
  margin: -25px auto 40px;
}
.block--category li {
  display: inline-block;
  margin: 0 0.5em 0.5em 0;
}
.block--category li a {
  display: block;
  line-height: 1;
  padding: 5px 8px;
  letter-spacing: 0.05em;
  font-size: 11px;
  font-weight: bold;
  background: #efefef;
}
.block--category .current a {
  background: #111;
  color: #efefef;
}

.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: #ea9372;
}

.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 {
  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 #111;
  border-radius: 0.3em;
  padding: 0.5em;
  color: #111;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
button:focus {
  border-color: #111;
}
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 #111;
  border-radius: 0.3em;
  padding: 0.5em;
  height: 10em;
}
textarea:focus {
  border-color: #111;
}
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 #111;
  border-radius: 0.3em;
  padding: 0.5em;
  padding-right: 1.5em;
}
.form__select select:focus {
  border-color: #111;
}
.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 #fff;
  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 #111;
  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 #111;
  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: #e55353;
  border-color: #e55353;
}
.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: #e55353;
  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 #111;
}
.form__toggle label p::before {
  width: 50px;
  border-radius: 15px;
  top: 50%;
  right: 0;
}
.form__toggle label p::after {
  width: 30px;
  background: #111;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 50%;
  right: 20px;
}
.form__toggle :checked ~ p::before {
  background: #e55353;
  border-color: #e55353;
}
.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;
}

header .g-nav li.nav--item__fm a::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  background: no-repeat center url(/static/mtotks/assets/common/logo.png);
  background-size: contain;
  vertical-align: -4px;
  margin-right: 12px;
}

.nav {
  font-family: din-2014, sans-serif;
  font-weight: 600;
}
.nav li {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.08em;
  margin-right: 1em;
}
.nav li:last-child {
  margin-right: 0;
}

footer {
  width: 100%;
  height: 50px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
footer .logo--sub {
  width: 30%;
  margin: 2em auto;
}
footer .copyright {
  font-size: 13px;
  opacity: 0.5;
  text-align: center;
  position: relative;
  bottom: 30px;
}
footer .list--sns {
  display: none;
  text-align: left;
  padding-left: 5%;
}

.wrap {
  padding: 120px 0 150px;
  overflow: hidden;
  min-height: 100%;
  background: url(/static/mtotks/common/bg_main-min.png);
  background-size: 250px;
  position: relative;
}

.section-tit {
  display: inline-block;
  font-family: din-2014, YakuHanJP, -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-right: 0.5em;
  position: relative;
  top: 5px;
  overflow: hidden;
}
.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);
}

.page--home .wrap {
  padding-top: 0;
}
.page--home .block--tit {
  position: relative;
  margin-bottom: 20px;
}
.page--home .section--top {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  height: 120vh;
  position: relative;
}
.page--home .section--top .block--menu, .page--home .section--top .block--photo {
  width: 50%;
}
.page--home .section--top .block--menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 100vh;
  position: relative;
}
.page--home .section--top .block--menu .inner {
  width: 80%;
  position: relative;
  top: 5vw;
}
.page--home .section--top .block--menu h1 {
  width: 90%;
  position: relative;
  left: 0;
  top: -10vh;
}
.page--home .section--top .block--menu .g-nav__top {
  position: relative;
  left: 0;
  bottom: 5vh;
}
.page--home .section--top .block--menu .g-nav__top .nav li {
  display: inline-block;
}
.page--home .section--top .block--menu .g-nav__top .nav li a {
  transition: 0.3s;
}
.page--home .section--top .block--menu .g-nav__top .nav li a:hover {
  color: #ea9372;
}
.page--home .section--top .block--photo {
  height: 100%;
}
.page--home .section--top .block--photo figure {
  height: 100%;
}
.page--home .section--top .block--photo figure img {
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
}
.page--home .section--top .scroll {
  width: 1px;
  height: 25vh;
  background: #111;
  position: absolute;
  bottom: -10vh;
  left: 10%;
  -webkit-animation: scroll 1.4s linear 1.3s infinite;
          animation: scroll 1.4s linear 1.3s infinite;
  transform-origin: top;
}
.page--home .section--bnr {
  padding-top: 5vw;
  margin-bottom: 80px;
  position: relative;
  z-index: 10;
}
.page--home .section--bnr .slick-list {
  overflow: visible;
}
.page--home .section--news,
.page--home .section--media,
.page--home .section--live,
.page--home .section--release {
  margin: 0 10% 80px;
}
.page--home .section--news .block-tit,
.page--home .section--news .list--info,
.page--home .section--media .block-tit,
.page--home .section--media .list--info,
.page--home .section--live .block-tit,
.page--home .section--live .list--info,
.page--home .section--release .block-tit,
.page--home .section--release .list--info {
  position: relative;
  z-index: 1;
}
.page--home .section--news .list--info .date, .page--home .section--news .list--info .category,
.page--home .section--media .list--info .date,
.page--home .section--media .list--info .category,
.page--home .section--live .list--info .date,
.page--home .section--live .list--info .category,
.page--home .section--release .list--info .date,
.page--home .section--release .list--info .category {
  display: inline-block;
}
.page--home .section--news {
  position: relative;
}
.page--home .section--news::before {
  content: "";
  display: block;
  width: 80%;
  height: 40vw;
  background: rgba(218, 205, 201, 0.2);
  z-index: 1;
  position: absolute;
  top: -10vw;
  left: -20%;
  display: none;
}
.page--home .section--live {
  margin-bottom: 100px;
}
.page--home .section--live::after {
  content: "";
  display: block;
  clear: both;
}
.page--home .section--live .list--info {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.page--home .section--live .list--info li {
  width: 32%;
  float: left;
  margin-right: 2%;
}
.page--home .section--live .list--info li:last-of-type {
  margin-right: 0;
}
.page--home .section--live .list--info li a {
  border: 1px solid;
  padding: 50px;
  background: #fff;
}
.page--home .section--live .list--info li a .date {
  width: auto;
  font-size: 18px;
  vertical-align: -3px;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  margin-right: 5px;
}
.page--home .section--live .list--info li a .tit {
  display: block;
}
.page--home .section--release {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  flex-wrap: wrap;
}
.page--home .section--release .section-tit {
  display: block;
  margin-bottom: 30px;
}
.page--home .section--release .block--spec {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.page--home .section--release .block--spec .inner {
  width: 100%;
  padding-right: 10%;
  position: relative;
  transition: 0.8s;
  opacity: 0;
}
.page--home .section--release .block--spec .inner.started {
  opacity: 1;
}
.page--home .section--release .block--spec .tit {
  font-size: 28px;
  margin-bottom: 0;
}
.page--home .section--release .block--spec .date {
  margin-bottom: 40px;
}
.page--home .section--release .block--spec .category {
  width: auto;
  font-size: 14px;
  background: none;
  margin-right: 0.5em;
  padding: 0;
}
.page--home .section--release .block--spec .list__more {
  display: block;
}
.page--home .section--release .block--spec .list__more a {
  display: inline-block;
}
.page--home .section--release .block--jacket {
  width: 50%;
  opacity: 0;
  transition: 0.6s;
}
.page--home .section--release .block--jacket a {
  display: block;
  position: relative;
}
.page--home .section--release .block--jacket a figure {
  position: relative;
  z-index: 2;
  transition: 0.4s;
}
.page--home .section--release .block--jacket a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(181, 146, 129, 0.2);
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.6s;
}
.page--home .section--release.started .block--jacket {
  opacity: 1;
}
.page--home .section--release.started .block--jacket a::before {
  bottom: -3vw;
  right: -3vw;
}
.page--home .section--video {
  position: relative;
  opacity: 0;
  transition: 0.8s;
}
.page--home .section--video .section-tit {
  left: 12%;
  margin: 0 0 40px;
}
.page--home .section--video li {
  margin: 0 15px;
}
.page--home .section--video li .thumb {
  margin-bottom: 20px;
}
.page--home .section--video li .tit {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: right;
}
.page--home .section--video.started {
  opacity: 1;
}
.page--home .section--video.empty .section-tit {
  left: 10%;
}
.page--home .section--video.empty li.no-data {
  margin: 0;
  left: 10%;
  position: relative;
}
.page--home .section--video li.new .tit::after {
  display: none;
}
.page--home .section--video li.new .tit::before {
  content: "NEW";
  display: inline-block;
  font-family: din-2014, sans-serif;
  font-size: 0.8em;
  color: #ea9372;
  letter-spacing: 0.08em;
  vertical-align: 0.1em;
  margin-right: 0.6em;
}
.page--home footer .list--sns {
  display: block;
}
.page--home .section--top .block--photo {
  position: relative;
}
.page--home .section--top .block--photo::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #ea9372;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transform-origin: left;
  transform: scaleX(0);
}
.page--home .section--top .block--photo figure {
  opacity: 0;
  transition: 0.001s;
}
.page--home .section--top .block--menu .inner {
  z-index: 3;
}
.page--home .section--top .block--menu h1,
.page--home .section--top .nav {
  opacity: 0;
  transition: 0.6s;
  transform: translateY(40px);
}
.page--home .section--top .block--menu h1 {
  transform: translateY(80px);
  transition: 0.8s;
}
.page--home .section--top .scroll {
  opacity: 0;
  transition: 0.6s;
}
.page--home .section--bnr .list--bnr {
  opacity: 0;
  transition: 0.8s;
}
.page--home .section--news.started,
.page--home .section--media.started,
.page--home .section--live.started,
.page--home .section--bnr.started .list--bnr {
  opacity: 1;
}
.page--home .section--news,
.page--home .section--media,
.page--home .section--live {
  position: relative;
  opacity: 0;
  transition: 0.6s;
}
.page--home.loaded .section--top .block--photo {
  position: relative;
}
.page--home.loaded .section--top .block--photo::before {
  -webkit-animation: bgSlide 0.8s linear 1s forwards;
          animation: bgSlide 0.8s linear 1s forwards;
}
.page--home.loaded .section--top .block--photo figure {
  opacity: 1;
  transition-delay: 1.5s;
}
.page--home.loaded .section--top .block--menu h1 {
  opacity: 1;
  transform: translateY(0);
}
.page--home.loaded .section--top .nav {
  opacity: 1;
  transition-delay: 2s;
  transform: translateY(0);
}
.page--home.loaded .section--top .scroll {
  opacity: 1;
  transition-delay: 2.1s;
}
@-webkit-keyframes bgSlide {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  30% {
    transform: scaleX(1);
    transform-origin: left;
  }
  30.0001% {
    transform: scaleX(1);
    transform-origin: right;
  }
  70% {
    transform: scaleX(1);
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}
@keyframes bgSlide {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  30% {
    transform: scaleX(1);
    transform-origin: left;
  }
  30.0001% {
    transform: scaleX(1);
    transform-origin: right;
  }
  70% {
    transform: scaleX(1);
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}
@-webkit-keyframes scroll {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
  50.0001% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
@keyframes scroll {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
  50.0001% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}

.section--detail {
  width: 80%;
  max-width: 850px;
  margin: 0 auto;
}

.detail__btn {
  display: block;
  text-align: center;
  margin: 2em auto 0;
}
.detail__btn a {
  display: inline-block;
  font-family: din-2014, sans-serif;
  font-weight: 800;
  line-height: 1;
  position: relative;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.28%;
}
.youtube iframe,
.youtube 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.category-1 .block--category,
.page--info.category-1 .category, .page--info.category-4 .block--category,
.page--info.category-4 .category {
  display: none;
}
.page--info.category-3 .section--detail .date {
  font-size: 20px;
}
.page--info.category-3 .section--detail .tit {
  font-size: 18px;
}
.page--info.category-3 .section--detail .category {
  vertical-align: 4px;
  margin-left: 10px;
}
.page--info .section--detail .date {
  font-size: 13px;
}
.page--info .section--detail .tit {
  font-size: 22px;
  margin-bottom: 20px;
}
.page--info .section--detail .txt--basic {
  font-size: 14px;
}
.page--info .section--detail .txt--basic a {
  text-decoration: underline;
}
.page--info .section--detail.new .tit {
  position: relative;
}
.page--info .section--detail.new .tit::after {
  content: "NEW";
  display: inline-block;
  font-family: din-2014, YakuHanJP, -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 17px;
  color: #ea9372;
  letter-spacing: 0.08em;
  vertical-align: 3px;
  margin-left: 8px;
}
.page--info .section--detail .txt {
  padding: 20px 0;
}
.page--info .section--detail .txt a {
  text-decoration: underline;
}
.page--info .section--detail .txt a:hover {
  text-decoration: none;
}
.page--info .section--list {
  padding: 0 7%;
}
.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: din-2014, sans-serif;
  font-weight: 400;
  font-size: 10px;
  padding-right: 0;
  letter-spacing: 0.1em;
  vertical-align: 0px;
  color: #111;
}
.page--info .block--share a {
  color: #111;
}
.page--info .block--share a:hover {
  color: #ea9372;
}
.page--info .block--share a:hover svg {
  fill: #ea9372;
}
.page--info .block--share li {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #efefef;
  margin: 0 0 0 15px;
}
.page--info .block--share .lineIco svg {
  width: 18px;
  height: 18px;
  fill: #111;
  transition: 0.3s;
}

.page--schedule .section--list {
  padding: 0 5%;
}
.page--schedule .section--list .block--detail a .block--txt {
  top: 0;
}
.page--schedule .section--list .block--date {
  margin: 2em auto 0.5em;
  position: relative;
}
.page--schedule .section--list .block--date:first-of-type {
  margin-top: 0;
}
.page--schedule .section--list .block--date .youbi {
  display: inline-block;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 900;
  font-size: 4vw;
  color: #111;
}
.page--schedule .section--list .block--date .youbi {
  font-size: 3.05vw;
  vertical-align: -8px;
  padding-left: 0;
  position: relative;
  left: -3px;
}
.page--schedule .section--list .block--date .date em {
  font-size: 28px;
  vertical-align: -9px;
  letter-spacing: 0.02em;
  display: inline-block;
  padding-left: 2px;
}

/*  page--biography
------------------------------ */
.section--detail.page--biography .name {
  text-align: center;
  font-size: 5vw;
  letter-spacing: 0.1em;
}
.section--detail.page--biography .name span {
  display: block;
  font-size: 0.6em;
  letter-spacing: 0.02em;
}
.section--detail.page--biography .list--profile::after {
  content: "";
  display: block;
  clear: both;
}
.section--detail.page--biography .list--profile dt {
  width: 7em;
  float: left;
  clear: left;
  font-family: din-2014, sans-serif;
  font-size: 0.8em;
  letter-spacing: 0.08em;
  line-height: 1.5;
  opacity: 0.4;
}
.section--detail.page--biography .list--profile dd {
  line-height: 1;
  font-size: 14px;
  margin-bottom: 1.4em;
}

/*  page--discography
------------------------------ */
.page--disco .section--list {
  padding: 0 7%;
}
.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 2em;
}
.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: 120%;
  height: 120%;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0.7;
  filter: blur(8px);
}
.page--disco .jacket {
  position: relative;
  z-index: 10;
}
.page--disco .jacket .ph {
  width: 90%;
  margin: 0 auto 40px;
  line-height: 0;
  box-shadow: 10px 20px 45px 2px rgba(0, 0, 0, 0.5);
}
.page--disco .block--disc-detail .tit {
  margin: 0 0 0.5em;
  font-size: 6vw;
  line-height: 1.4em;
}
.page--disco .block--disc-detail .date {
  margin-bottom: 50px;
}
.page--disco .block--disc-detail .tit,
.page--disco .block--disc-detail .category,
.page--disco .block--disc-detail .date {
  text-align: center;
}
.page--disco .block--disc-detail .category {
  font-size: 14px;
  display: block;
  background: none;
  margin-bottom: 1em;
}
.page--disco .block--disc-detail .date,
.page--disco .block--disc-detail .category {
  font-size: 12px;
}
.page--disco .block--disc-detail .link,
.page--disco .block--disc-detail .text {
  width: 90%;
  margin: 0 auto 1em;
}
.page--disco .block--disc-detail .text .btn {
  margin: 1em 0;
}
.page--disco .block--disc-detail .sub-tit {
  font-size: 0.8em;
  margin-bottom: 0.5em;
}
.page--disco .block--disc-detail .sub-tit::before {
  content: "";
  display: inline-block;
  background: #fff;
  height: 1px;
  width: 1em;
  margin-right: 0.5em;
  vertical-align: middle;
}
.page--disco .block--disc-detail .list--distribution {
  margin-bottom: 10px;
}
.page--disco .block--disc-detail .list--distribution::after {
  content: "";
  display: block;
  clear: both;
}
.page--disco .block--disc-detail .list--distribution li {
  width: 49%;
  float: left;
  margin-bottom: 8px;
}
.page--disco .block--disc-detail .list--distribution li:nth-child(even) {
  margin-left: 2%;
}
.page--disco .block--disc-detail .list--distribution a {
  display: block;
  background: #d12229;
  padding: 5px 0;
  border-radius: 50px;
  font-size: 0.8em;
  letter-spacing: 0.05em;
  text-align: center;
}
.page--disco .block--disc-detail .list--distribution a img {
  width: 80%;
}

/*  page--support
------------------------------ */
.page--support .section-tit {
  text-align: center;
  text-indent: 0;
  margin-bottom: 40px;
}
.page--support .inner {
  background: #fff;
  padding: 15px 5%;
  border-radius: 5px;
}
.page--support .inner .txt {
  margin-bottom: 1em;
}
.page--support .list--support dt {
  color: inherit;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 5px;
}
.page--support .list--support dd {
  line-height: 1.6;
  margin-bottom: 30px;
}
.page--support .list--support dd:last-of-type {
  margin-bottom: 0;
}
.page--support .list--support li {
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 5px;
  padding-left: 1.4em;
  text-indent: -1.6em;
}
.page--support .list--support li:last-of-type {
  margin-bottom: 0;
}
.page--support .list--support li ul {
  text-indent: 1em;
}
.page--support .list--support li ul li {
  padding-left: 1em;
  text-indent: -0.5em;
}

/*  page--contact
------------------------------ */
.page--contact .block--complete {
  background: #f1f1f1;
  text-align: center;
  padding: 100px 0;
}

/* アプリ終了対応 */
.attentionBox {
  margin: 0 auto;
  width: 90%;
  padding: 20vw 4%;
  color: #000;
}
.attentionBox .tit {
  text-align: center;
  font-weight: bold;
  font-size: 4.5vw;
  margin-bottom: 1em;
  line-height: 1.4;
}
.attentionBox .lead {
  margin-bottom: 1em;
  font-size: 1em;
}
.attentionBox .lead a {
  color: #BC0000;
  text-decoration: underline;
  font-weight: bold;
  padding: 2px;
}
.attentionBox .txt-link {
  text-align: center;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a {
    transition: all 0.3s 0s ease;
  }
  .btn input {
    transition: 0.3s;
  }
  .btn--main {
    min-width: 300px;
  }
  .btn--main:hover {
    background: #f39726;
  }
  .btn--sub {
    min-width: 300px;
  }
  .wrap {
    padding-top: 200px;
  }
  .wrap > h1.logo {
    width: 44vw;
    position: absolute;
    right: -1vw;
    top: 1vw;
    z-index: 1;
    opacity: 0.06;
  }
  .slick-dots {
    bottom: -35px;
  }
  .slick-dots li,
.slick-dots li button,
.slick-dots li button::before {
    width: 9px;
    height: 9px;
  }
  header {
    width: 100%;
    height: 70px;
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 999;
    transition: 0.2s;
  }
  header .drawer__btn,
header .bg--drawer {
    display: none;
  }
  header .g-nav .nav {
    position: relative;
    left: 7%;
  }
  header .g-nav li {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    margin-right: 1em;
    position: relative;
    z-index: 2;
    transition: 0.4s;
  }
  header .g-nav li a {
    display: block;
    color: #111;
    padding: 30px 0 28px;
  }
  header .g-nav li a:hover {
    color: #ea9372;
  }
  body.scrolling .header {
    top: 0;
    background: #fff;
    box-shadow: 0 0 14px -5px rgba(0, 0, 0, 0.2);
  }
  footer .copyright {
    text-align: right;
    padding-right: 50px;
    z-index: 1;
  }
  .page--home footer {
    bottom: 50px;
  }
  .page--home footer .list--sns {
    position: relative;
    z-index: 10;
  }
  .date {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .list__more {
    display: inline-block;
  }
  .list__more a {
    color: #111;
    font-size: 13px;
  }
  .list__more a:hover {
    color: #ea9372;
  }
  .list--info > li .date {
    width: 5.5em;
    margin-right: 20px;
  }
  .list--info > li a {
    transition: 0.4s;
    position: relative;
  }
  .list--info > li a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(230, 225, 220, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: 0.4s;
    transform: scaleX(0);
    transform-origin: left;
  }
  .list--info > li a:hover::before {
    transform: scaleX(1);
  }
  .list--video li a figure::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(234, 147, 114, 0.8);
    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: 30px;
    font-family: din-2014, YakuHanJP, sans-serif;
    position: absolute;
    top: calc(50% + 10px);
    left: 0.4em;
    z-index: 30;
    opacity: 0;
    transform: translateX(-60px);
    transition: 0.4s;
    text-align: center;
    letter-spacing: 0;
  }
  .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.8em;
  }
  .block--pager {
    text-align: left;
    margin: 0 auto 0 0;
    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: #ea9372;
  }
  .block--pager a:hover::after {
    border-color: #ea9372;
  }
  .block--category li a {
    transition: 0.3s;
  }
  .block--category li a:hover {
    background: #111;
    color: #fff;
  }
  .section--detail .section-tit {
    margin-bottom: 40px;
  }
  .section--list .list--info {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .section--list .list--info li a {
    padding: 24px 0 30px;
  }
  .section--list .list--info > li .date {
    margin-bottom: 0;
  }
  .section--list .section-tit {
    margin-bottom: 40px;
  }
  .page--home .wrap > h1.logo {
    display: none;
  }
  .page--home .header {
    top: -80px;
    transition: 0.4s;
  }
  .page--home .list--info .date {
    margin-bottom: 0;
  }
  .page--home .list--info li a {
    padding: 25px 0;
  }
  .page--home.scrolling .header {
    top: 0;
  }
  .page--home .scroll {
    transition: 0.4s;
  }
  .page--home.scrolling .scoll {
    opacity: 0 !important;
  }
  .page--home .section--bnr .list--bnr {
    margin-left: 10%;
  }
  .page--home .section--bnr .list--bnr li {
    width: 22vw !important;
    margin-right: 1vw;
  }
  .page--home .list--video li a figure {
    position: relative;
  }
  .page--home .section--video.no-carousel {
    padding: 120px 0;
  }
  .page--home .section--video.no-carousel .section-tit {
    left: 10%;
  }
  .page--home .section--video.no-carousel .list--video {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-left: 10%;
  }
  .page--home .section--video.no-carousel li {
    width: 45%;
    margin: 0;
  }
  .page--home .section--video.no-carousel li:first-of-type {
    margin-right: 2%;
  }
  .page--home .section--video.no-carousel.solo .list--video {
    justify-content: center;
    padding-left: 0;
  }
  .page--home .section--video.no-carousel.solo .list--video li {
    width: 60%;
  }
  .page--home .section--video.no-carousel.solo .list--video:first-of-type {
    margin: 0 auto;
  }
  /*  page--info
  ------------------------------ */
  .page--info .section--list {
    padding: 0 0 0 7%;
  }
  .page--info.category-4 .section--list .list--video {
    width: 100%;
  }
  .page--info.category-4 .section--list .list--video li {
    margin-bottom: 1.5vw;
  }
  .page--info.category-4 .section--list .list--video li a {
    display: flex;
    justify-content: start;
    align-items: stretch;
    flex-wrap: wrap;
    height: 100%;
  }
  .page--info.category-4 .section--list .list--video li a .thumb {
    line-height: 0;
    width: 50%;
    max-width: 1100px;
  }
  .page--info.category-4 .section--list .list--video li a .thumb img {
    height: 20vw;
  }
  .page--info.category-4 .section--list .list--video li a .block--txt {
    width: 40%;
    line-height: 0;
    padding-left: 2em;
  }
  .page--info.category-4 .section--list .list--video li a .tit {
    font-size: 16px;
  }
  .page--info.category-4 .section--list .list--video li a .date {
    font-size: 13px;
    letter-spacing: 0.05em;
  }
  .page--info .section--detail .section-tit {
    height: 20px;
    background-position: right center;
    margin-bottom: 65px;
  }
  .page--info .section--detail .date {
    font-size: 16px;
  }
  .page--info .section--detail .txt--basic a:hover {
    text-decoration: none;
  }
  .page--info .section--detail .tit {
    font-size: 22px;
    margin-bottom: 50px;
  }
  .page--info .section--detail .category {
    vertical-align: 1px;
    margin-left: 5px;
  }
  /*  page--biography
  ------------------------------ */
  .page--biography.section--detail {
    width: 100%;
    max-width: inherit;
  }
  .page--biography.section--detail .section-tit {
    display: none;
  }
  .page--biography.section--detail .thumb {
    width: 50%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
  }
  .page--biography.section--detail .thumb img {
    height: 100%;
  }
  .page--biography.section--detail .block--txt {
    width: 100%;
    padding: 0 58% 0 7%;
    position: relative;
  }
  .page--biography.section--detail .name {
    text-align: left;
    font-size: 32px;
    letter-spacing: 0.3em;
    margin-bottom: 30px;
  }
  .page--biography.section--detail .list--profile {
    margin-bottom: 2em;
  }
  .page--biography.section--detail .txt--basic {
    font-size: 13px;
  }
  .page--biography.section--detail .detail__btn {
    text-align: left;
    margin: 5em 58% 0 7%;
  }
  /*  page--disco
  ------------------------------ */
  .page--disco .section--list {
    position: relative;
    z-index: 10;
  }
  .page--disco .list--discography li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 60px;
  }
  .page--disco .list--discography li:nth-child(3n) {
    margin-right: 0;
  }
  .page--disco .list--discography li .tit {
    margin-bottom: 20px;
  }
  .page--disco .list--discography li .category {
    margin-right: 10px;
  }
  .page--disco .list--discography li a figure::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(234, 147, 114, 0.8);
    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: 20px;
    font-family: din-2014, YakuHanJP, sans-serif;
    position: absolute;
    top: calc(50% + 10px);
    left: 0.4em;
    z-index: 30;
    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.6em;
  }
  .page--disco .header--disco {
    z-index: -1;
    top: 0;
    left: 0;
    width: 35vw;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
    z-index: 1;
  }
  .page--disco .jacket {
    position: absolute;
    z-index: 10;
    width: 40%;
    left: 5%;
    top: 150px;
  }
  .page--disco .wrap > h1.logo {
    z-index: 2;
  }
  .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--disc-detail {
    padding-left: 50%;
  }
  .page--disco .section--detail .block--disc-detail .tit,
.page--disco .section--detail .block--disc-detail .category,
.page--disco .section--detail .block--disc-detail .date {
    text-align: left;
  }
  .page--disco .section--detail .block--disc-detail .tit {
    font-size: 26px;
  }
  .page--disco .section--detail .block--disc-detail .category {
    display: inline-block;
    width: auto;
    background: #ea9372;
    margin-bottom: 5px;
    margin-right: 10px;
  }
  .page--disco .section--detail .block--disc-detail .link,
.page--disco .section--detail .block--disc-detail .text {
    width: 100%;
    margin: 0;
  }
  .page--disco .section--detail .block--disc-detail .text .btn {
    text-align: left;
  }
  .page--disco .section--detail .block--disc-detail .text .btn a {
    text-align: center;
  }
  .page--disco .section--detail .detail__btn {
    text-align: left;
    margin: 4em 0 0 50%;
  }
  .page--disco.loaded .jacket {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* common.scss
  ============================== */
  .pc {
    display: none !important;
  }
  .btn--main {
    min-width: 90%;
  }
}
@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) {
  .header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    transition: height 0.3s;
  }
  .header .drawer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 99;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    transition: 0.4s cubic-bezier(0.16, 0.68, 0.65, 1.03);
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    pointer-events: none;
  }
  .header .drawer .bg--drawer {
    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 {
    position: relative;
    top: 0;
    left: 7vw;
  }
  .header .drawer .nav {
    font-family: din-2014, sans-serif;
    font-weight: 600;
    letter-spacing: 0.2em;
    margin-bottom: 40px;
  }
  .header .drawer .nav li {
    display: block;
    font-size: 5.2vw;
    color: #111;
    margin-bottom: 0.5em;
    letter-spacing: 0.05em;
    line-height: 1;
    font-weight: 600;
  }
  .header .drawer .nav li a {
    display: block;
    padding: 10px 0;
  }
  .header .drawer__btn {
    width: 18vw;
    height: 40px;
    position: fixed;
    right: 0;
    top: 5vw;
    z-index: 999;
    transition: 0.3s;
  }
  .header .drawer__btn span {
    display: block;
    width: 60%;
    height: 2px;
    background: #111;
    position: absolute;
    left: 42%;
    transition: all 0.2s 0s ease;
  }
  .header .drawer__btn span:first-child {
    top: 35%;
  }
  .header .drawer__btn span:nth-child(2) {
    top: 50%;
  }
  .header .drawer__btn span:last-child {
    top: 65%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .nav__list--sns li {
    display: inline-block;
    margin-right: 1.8em;
    margin-bottom: 15px;
  }
  .nav__list--sns li a i {
    font-size: 20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .drawer-visible header .drawer__btn {
    right: 4%;
  }
  .drawer-visible header .drawer__btn span {
    top: 50%;
    background: #fff;
  }
  .drawer-visible header .drawer__btn span:first-child {
    transform: rotate(45deg);
    top: 62%;
  }
  .drawer-visible header .drawer__btn span:nth-child(2) {
    opacity: 0;
  }
  .drawer-visible header .drawer__btn span:last-child {
    top: 63%;
    transform: rotate(-45deg);
  }
  .drawer-visible .drawer {
    opacity: 1;
    pointer-events: auto;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  footer .copyright {
    font-size: 10px;
    transform: scale(0.9);
    bottom: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .date, .category {
    font-size: 13px;
    letter-spacing: 0.08em;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .category {
    width: auto;
    font-size: 11px;
    margin-left: 5px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .tit {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .list--info a {
    padding: 15px 0;
  }
  .list--info li .tit {
    display: block;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .list__more {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .block--category {
    margin: 0 auto 20px;
  }
  .block--category li {
    margin: 0 0.3em 0.3em 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .list--video li {
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  [class^=list--] li.new .tit::after {
    font-size: 0.8em;
    vertical-align: 0.15em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .wrap {
    padding: 120px 0 80px;
    position: relative;
  }
  .wrap > h1.logo {
    width: 80%;
    position: absolute;
    left: -6vw;
    top: 3vw;
    transition: 0.3s;
    opacity: 0.1;
    z-index: 1;
    pointer-events: none;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section-tit {
    font-weight: bold;
    font-size: 5vw;
    letter-spacing: 0.15em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--detail {
    padding: 0 7%;
    width: 100%;
    max-width: inherit;
  }
  .section--detail .section-tit {
    margin-bottom: 20px;
  }
  .section--detail .detail__btn {
    margin-top: 4em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--list .section-tit {
    margin-bottom: 20px;
  }
  .section--list .block--pager .pager__item--newer {
    right: -17px;
  }
  .section--list .block--pager .pager__item--older {
    left: -17px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .wrap {
    padding-bottom: 120px;
  }
  .page--home .wrap > h1.logo {
    display: none;
  }
  .page--home header h1 {
    display: none;
  }
  .page--home .section--top {
    display: block;
    height: 110vh;
    margin-bottom: 6vh;
  }
  .page--home .section--top .block--menu {
    align-items: flex-end;
    width: 100%;
    height: 30vh;
  }
  .page--home .section--top .block--menu .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    top: 0;
    left: -1vw;
  }
  .page--home .section--top .block--menu h1 {
    width: 80%;
    top: unset;
    margin-top: 4vw;
  }
  .page--home .section--top .block--photo {
    width: 100%;
    height: 77vh;
  }
  .page--home .section--top .block--photo figure img {
    background-position: top;
  }
  .page--home .section--top .g-nav__top {
    display: none;
  }
  .page--home .section--top .scroll {
    height: 10vh;
    left: unset;
    bottom: unset;
    right: 20px;
    top: 70px;
    display: none;
  }
  .page--home .section--bnr .list--bnr li {
    margin: 0 2vw;
  }
  .page--home .section--bnr.no-carousel {
    padding-top: 6vw;
  }
  .page--home .section--bnr.no-carousel .list--bnr li {
    margin: 0 6%;
  }
  .page--home .section--bnr.no-banner {
    margin-bottom: 40px;
  }
  .page--home .section--news,
.page--home .section--media,
.page--home .section--live,
.page--home .section--release {
    margin: 0 6% 60px;
  }
  .page--home .block--photo__sub {
    width: 94%;
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .page--home .block--photo__sub figure {
    top: 42vw;
  }
  .page--home .section--live {
    margin: 0 0 50px;
  }
  .page--home .section--live .block--tit {
    padding: 0 6%;
  }
  .page--home .section--live .slick-list {
    overflow: visible;
  }
  .page--home .section--live .list__more {
    right: 6%;
  }
  .page--home .section--live .list--info {
    display: block;
    margin-left: 6%;
  }
  .page--home .section--live .list--info li {
    width: 80vw !important;
    margin-right: 2%;
  }
  .page--home .section--live .list--info li:last-of-type {
    margin-right: 0;
  }
  .page--home .section--live .list--info li a {
    padding: 30px;
  }
  .page--home .section--live .list--info li a .date {
    font-size: 18px;
  }
  .page--home .section--live.no-carousel li {
    float: none;
    width: 94% !important;
  }
  .page--home .section--release {
    flex-wrap: wrap-reverse;
    position: relative;
    padding-top: 40px;
    opacity: 0;
    transition: 0.6s;
  }
  .page--home .section--release.started {
    opacity: 1;
  }
  .page--home .section--release .section-tit {
    display: block;
    margin-bottom: 30px;
    position: absolute;
    top: calc(-98vw - 35px);
  }
  .page--home .section--release .block--spec {
    width: 100%;
    display: block;
  }
  .page--home .section--release .block--spec .tit {
    font-size: 18px;
    margin-bottom: 0;
  }
  .page--home .section--release .block--spec .category {
    font-size: 13px;
    margin: 0 5% 0 0;
  }
  .page--home .section--release .block--spec .date {
    display: block;
    margin-bottom: 0;
    margin-top: 6px;
  }
  .page--home .section--release .block--spec .list__more {
    width: auto;
    text-align: right;
    position: relative;
    right: calc(-10% - 10px);
  }
  .page--home .section--release .block--spec .list__more a {
    display: inline-block;
    padding: 10px;
    margin: 0 auto 0 0;
  }
  .page--home .section--release .block--spec .inner {
    opacity: 1;
  }
  .page--home .section--release .block--jacket {
    width: 100%;
    margin-bottom: 40px;
    opacity: 1;
  }
  .page--home .section--video .section-tit {
    left: 6%;
    margin: 0 0 20px;
  }
  .page--home .section--video li {
    margin: 0 10px;
  }
  .page--home .section--video li .thumb {
    height: 70vw;
    margin-bottom: 15px;
  }
  .page--home .section--video li .tit {
    font-size: 12px;
  }
  .page--home .section--video.empty {
    padding-bottom: 50px;
  }
  .page--home .section--video.empty .section-tit {
    left: 6%;
  }
  .page--home .section--video.empty li.no-data {
    left: 6%;
  }
  .page--home .section--video.no-carousel {
    margin-bottom: 40px;
  }
  .page--home .section--video.no-carousel li {
    margin: 0 6%;
  }
  .page--home .section--video.no-carousel li:first-of-type {
    margin-bottom: 10vw;
  }
  .page--home footer {
    height: 100px;
  }
  .page--home footer .copyright {
    bottom: -40px;
  }
  .page--home footer .list--sns {
    text-align: center;
  }
  .page--home footer .list--sns li:last-child {
    margin-right: 0;
  }
  .page--home .lyric01 {
    width: 100vw;
    height: 42vw;
    right: -31vw;
    bottom: -170vw;
    z-index: 10;
    opacity: 0.2;
  }
  .page--home .lyric02 {
    width: 100vw;
    height: 53vw;
    right: 8vw;
    bottom: -170vw;
    opacity: 0.2;
  }
  .page--home .lyric03 {
    width: 100vw;
    height: 26vw;
    left: inherit;
    right: -4vw;
    top: 145vw;
    opacity: 0.2;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--info .block--share {
    padding-top: 40px;
    margin: 0;
  }
  .page--info .section--detail.new .tit::after {
    font-size: 16px;
    vertical-align: 0px;
    line-height: 1;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--disco .wrap > h1.logo {
    z-index: 2;
  }
  .page--disco .list--discography .thumb {
    margin: 0 auto 1em;
  }
  .page--disco .list--discography .block--text {
    text-align: center;
  }
  .page--disco .list--discography .block--text .tit {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .page--disco .list--discography .block--text .category {
    margin: 0 auto 5px;
    padding: 0;
  }
  .page--disco.page--disco__detail h1.logo {
    display: none;
  }
  .page--disco .block--disc-detail .category {
    margin-right: auto;
  }
  .page--disco .block--disc-detail .date {
    width: 100%;
    text-align: center;
    margin: 0 auto 40px;
  }
  .page--disco .block--disc-detail .text, .page--disco .block--disc-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);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--biography.section--detail .thumb {
    margin-bottom: 2em;
  }
  .page--biography.section--detail .name {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .page--biography.section--detail .list--profile {
    margin-bottom: 30px;
  }
  .page--biography.section--detail .txt--basic {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--contact.section--detail .input--half {
    width: 100% !important;
  }
  .page--contact.section--detail .form--post dt {
    margin: 2em 0 0.5em;
  }
}
/*  tablet
------------------------------ */
@media screen and (min-width: 768px) and (max-width: 960px) {
  body {
    font-size: 18px;
  }
  .wrap {
    padding-top: 170px;
  }
  .header .logo {
    width: 40%;
    left: 30%;
    top: 39px;
  }
  .header .drawer .nav li {
    font-size: 28px;
    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: 80px;
    height: 70px;
    right: 0;
    top: 21px;
  }
  .scrolling .header {
    height: 100px;
  }
  .scrolling .header .logo {
    width: 30%;
    left: 38%;
    top: 32px;
  }
  .scrolling .header .drawer__btn {
    top: 13px;
  }
  .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
  .slick-dots li button:before {
    width: 10px;
    height: 10px;
  }
  .block--pager {
    font-size: 18px;
  }
  .block--pager .pager__item--older a::after,
.block--pager .pager__item--older span::after,
.block--pager .pager__item--newer a::after,
.block--pager .pager__item--newer span::after {
    width: 13px;
    height: 13px;
    border-top: 3px solid #555;
    border-right: 3px solid #555;
  }
  .list--info > li a {
    padding: 20px 0;
  }
  .list--info > li a .tit {
    display: block;
    font-size: 2.8vw;
  }
  .list__more a {
    font-size: 2vw;
    letter-spacing: 0.1em;
  }
  .category {
    font-size: 16px;
  }
  .date {
    font-size: 2.2vw;
  }
  .tit {
    font-size: 2.5vw;
  }
  .block--category {
    margin-bottom: 40px;
  }
  .block--category li a {
    font-size: 14px;
    padding: 5px 12px;
  }
  .page--home .wrap {
    padding-bottom: 130px;
  }
  .page--home .section-tit {
    margin-bottom: 0;
  }
  .page--home .section--news,
.page--home .section--media,
.page--home .section--live,
.page--home .section--release {
    margin: 0 10% 80px;
  }
  .page--home .section--live {
    margin-bottom: 18vw;
  }
  .page--home .section--live .block--tit {
    padding: 0;
  }
  .page--home .section--live .list--info {
    margin-left: 0;
  }
  .page--home .section--live .list--info li {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 2vw;
  }
  .page--home .section--live .list__more {
    right: 0;
  }
  .page--home .section--release .section-tit {
    top: calc(-92vw - 35px);
  }
  .page--home .section--release .block--spec .inner {
    left: 0;
    opacity: 1;
  }
  .page--home .section--release .block--spec .section-tit {
    left: 5vw;
    opacity: 0;
  }
  .page--home .section--release .block--spec .section-tit.started {
    left: 0;
    opacity: 1;
  }
  .page--home .section--release .block--jacket {
    margin-bottom: 10vw;
  }
  .page--home .section--release .block--spec .tit {
    font-size: 3.5vw;
    margin-bottom: 10px;
  }
  .page--home .section--release .block--spec .category {
    font-size: 2.5vw;
    margin: 0 10px 0 0;
  }
  .page--home .section--video .section-tit {
    left: 10%;
    margin: 0 0 2em;
  }
  .section-tit {
    font-size: 3vw;
    margin-bottom: 2em;
  }
  .section--detail {
    padding: 0 8%;
  }
  .page--info .section--list .section-tit {
    margin-bottom: 50px;
  }
  .page--info .section-tit {
    height: 3.5vw;
  }
  .page--info .section--list {
    padding: 0 8%;
  }
  .page--info .section--detail .section-tit {
    height: 3.6vw;
    margin-bottom: 2.5em;
  }
  .page--info .section--detail .date {
    font-size: 3vw;
  }
  .page--info .section--detail .tit {
    font-size: 4vw;
  }
  .page--info .section--detail .txt--basic {
    font-size: 18px;
  }
  .page--info .list--video li {
    margin-bottom: 4em;
  }
  .page--info .list--video li:last-child {
    margin-bottom: 0;
  }
  .page--biography.section--detail .thumb {
    width: 70%;
    margin: 2em auto;
  }
  .page--biography.section--detail .list--profile dt {
    font-size: 13px;
  }
  .page--disco .list--discography .thumb {
    margin-bottom: 3em;
  }
  .page--disco .list--discography .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;
  }
}
/* ==============================================================
*  base
* ============================================================ */
/*   ==============================================================
*  contents
*  ============================================================ */