@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;
  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: -.25em; }

sup {
  top: -.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: .35em .75em .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; }

/*   ==============================================================
*  contents
*  ============================================================ */
/* 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; }

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

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

.btn {
  text-align: center; }

.btn-base-style, .btn--main, .btn--sub {
  -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: .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: -.5em;
  font-size: 15px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  top: 20px;
  height: 60px; }
  .block--pager li {
    display: inline-block;
    font-family: sans-serif;
    font-weight: 600;
    padding: .6em 0;
    margin: 0 5px;
    letter-spacing: .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: .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: .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: 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: .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: 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: 10em;
  font-size: 11px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  background: #000;
  padding: 4px 5px 4px 5.5px;
  margin-right: 20px;
  color: #fff;
  border-radius: 100px; }

.list__more {
  font-family: 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: YakuHanJP,-apple-system, BlinkMacSystemFont,"游ゴシック体", YuGothic, "Yu Gothic Medium", 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
    font-size: 20px;
    color: #ea9372;
    letter-spacing: 0.08em;
    vertical-align: 3px;
    margin-left: 8px;
    font-family: 'karakaze';
    font-weight: bold; }

.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: .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: .3s; }

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

.slick-next::after {
  left: 15px;
  -webkit-transform: rotate(45deg);
  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: .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 .5em .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 {
  -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 #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;
    -webkit-transform: rotate(-45deg);
    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/jureniwa/assets/common/logo.png);
  background-size: contain;
  vertical-align: -4px;
  margin-right: 12px; }

.nav {
  font-family: 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; }

header .g-nav .menuList {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  margin: auto;
  display: block;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }
header .g-nav .menuList a {
  vertical-align: -1px;
  font-size: 4vh;
  font-weight: 200;
  text-decoration: none;
  margin: 2.5vh;
  display: inline-block;
  display: inline-block;
  color: #FFF;
  font-weight: bold; }
header .g-nav .menuList a:hover {
  opacity: 0.7; }
header .g-nav .nav--sns {
  width: 300px;
  position: absolute;
  right: 1%;
  bottom: 5%;
  margin: auto;
  text-align: center; }
header .g-nav .nav--sns li {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  margin-right: 0;
  position: relative;
  z-index: 2;
  transition: .4s;
  margin: auto; }
header .g-nav .nav--sns a {
  display: block;
  color: #fff;
  padding: 0 15px;
  font-size: 22px; }

footer {
  width: 100%;
  height: auto;
  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;
    text-align: center;
    padding-right: 0;
    z-index: 1;
    bottom: 0; }
  footer .list--sns {
    display: none;
    text-align: left;
    padding-left: 5%; }
  footer .nav--sns {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 auto 50px;
    width: 200px; }
  footer .nav--sns a {
    font-size: 30px; }
  footer .nav--sns a:hover {
    color: #ea9372; }

.wrap {
  padding: 120px 0 150px;
  overflow: hidden;
  min-height: 100%;
  background-size: 250px;
  position: relative; }

.section-tit {
  display: inline-block;
  font-family: YakuHanJP,-apple-system, BlinkMacSystemFont,"游ゴシック体", YuGothic, "Yu Gothic Medium", 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-size: 37px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  margin-right: 0.5em;
  position: relative;
  top: 5px;
  overflow: hidden;
  padding: 0 0 30px 0;
  width: 55%; }
  .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: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  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: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    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: .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%;
    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: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    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: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .page--home .section--release .section-tit {
    display: block;
    margin-bottom: 30px; }
  .page--home .section--release .block--spec {
    width: 50%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .page--home .section--release .block--spec .inner {
      width: 100%;
      padding-right: 10%;
      position: relative;
      transition: .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: .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: .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: .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: .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: YakuHanJP,-apple-system, BlinkMacSystemFont,"游ゴシック体", YuGothic, "Yu Gothic Medium", 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
    font-size: 20px;
    color: #ea9372;
    letter-spacing: 0.08em;
    vertical-align: 3px;
    margin-left: 8px;
    font-family: 'karakaze';
    font-weight: bold; }
.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: .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: .6s;
  transform: translateY(40px); }
.page--home .section--top .block--menu h1 {
  transform: translateY(80px);
  transition: .8s; }
.page--home .section--top .scroll {
  opacity: 0;
  transition: .6s; }
.page--home .section--bnr .list--bnr {
  opacity: 0;
  transition: .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: .6s; }
.page--home.loaded .section--top .block--photo {
  position: relative; }
  .page--home.loaded .section--top .block--photo::before {
    animation: bgSlide .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; }
@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 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: sans-serif;
    font-weight: 800;
    line-height: 1;
    position: relative; }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.28%;
  margin: 0 0 80px 0; }
  .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-3 .section--detail .date {
  font-size: 15px; }
.page--info.category-3 .section--detail .tit {
  font-size: 18px;
  margin: 0 0 30px 0; }
.page--info.category-3 .section--detail .category {
  vertical-align: 2px;
  margin-left: 10px; }
.page--info.category-3 .block--share {
  display: none; }
.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: YakuHanJP,-apple-system, BlinkMacSystemFont,"游ゴシック体", YuGothic, "Yu Gothic Medium", 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
    font-size: 20px;
    color: #ea9372;
    letter-spacing: 0.08em;
    vertical-align: 3px;
    margin-left: 8px;
    font-family: 'karakaze';
    font-weight: bold; }
.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;
  display: none; }
  .page--info .block--share .share {
    display: inline-block;
    font-family: 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: .3s; }

/*  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: sans-serif;
  font-size: .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 .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: .5em; }
.page--disco .block--disc-detail .sub-tit::before {
  content: '';
  display: inline-block;
  background: #fff;
  height: 1px;
  width: 1em;
  margin-right: .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--contact
------------------------------ */
.page--contact .block--complete {
  background: #f1f1f1;
  text-align: center;
  padding: 100px 0; }

/*  page--error
------------------------------ */
/*  slick
------------------------------ */
.slick-dots .slick-active button:before {
  background: #222222; }

.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: none;
  border-radius: 0;
  box-shadow: none;
  margin-top: 0;
  transition: .4s;
  transform-origin: center; }

.slick-prev::after, .slick-next::after {
  display: none; }

.slick-next {
  left: inherit;
  top: auto;
  right: 3%;
  bottom: -10%;
  display: block;
  width: 40px;
  height: 8px;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  transform: skew(45deg);
  transition: 0.4s; }

.slick-prev {
  left: inherit;
  top: auto;
  left: 3%;
  bottom: -10%;
  display: block;
  width: 40px;
  height: 8px;
  border-bottom: 3px solid #000;
  border-left: 3px solid #000;
  transform: skew(-45deg);
  transition: 0.4s; }

.slick-prev:hover {
  transform: skew(-45deg);
  border-bottom: 3px solid #e2a249;
  border-left: 3px solid #e2a249; }

.slick-next:hover {
  transform: skew(45deg);
  border-bottom: 3px solid #e2a249;
  border-right: 3px solid #e2a249; }

.page--home .section--bnr {
  padding-top: 0;
  margin-bottom: 15%;
  position: relative;
  z-index: 10; }

.slick-initialized .slick-slide {
  display: block;
  padding: 0 15px; }

.slick-dots {
  bottom: -10%; }

.slick-dots li {
  width: 5px;
  height: 10px;
  margin: 0 8.5px;
  padding: 0;
  transition: .3s; }

/*  ハンバーガーメニュー
------------------------------ */
.hamBtn {
  position: fixed;
  right: 50px;
  top: 50px;
  width: 45px;
  height: 35px;
  transition: all .3s ease;
  cursor: pointer;
  z-index: 9999; }

.hamBtn span {
  display: block;
  position: absolute;
  right: 0;
  width: 100%;
  height: 2px;
  background: #222222;
  transition: all .3s ease; }

.hamBtn :nth-of-type(1) {
  top: 0; }

.hamBtn :nth-of-type(2) {
  top: 15px; }

.hamBtn :nth-of-type(3) {
  top: 30px; }

.hamBtn.open span {
  background: #FFF; }

.hamBtn.open span:nth-of-type(1) {
  transform: translateY(15px) rotate(-45deg); }

.hamBtn.open span:nth-of-type(2) {
  transform: translateX(0) rotate(45deg); }

.hamBtn.open span:nth-of-type(3) {
  transform: translateY(-15px) rotate(45deg); }

.hamBox {
  display: none;
  min-height: 100%;
  box-sizing: border-box;
  position: fixed;
  height: auto;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  overflow: auto;
  background: #6686AF; }

@media screen and (min-width: 961px) {
  .sp {
    display: none !important; }

  a {
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease; }

  .btn input {
    transition: .3s; }

  .btn--main {
    min-width: 300px; }
    .btn--main:hover {
      background: #f39726; }

  .btn--sub {
    min-width: 300px; }

  .wrap {
    padding-top: 200px; }
    .wrap > h1.logo {
      bottom: 1vw;
      width: 4vw;
      position: fixed;
      right: auto;
      left: 3vw;
      top: 1vw;
      top: 1vw;
      z-index: 50;
      opacity: 1; }
      .wrap > h1.logo a {
        display: block; }
      .wrap > h1.logo img {
        width: 100% !important;
        margin: 0; }

  .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: .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: .4s;
      width: 23%; }
      header .g-nav li a {
        display: block;
        color: #111;
        padding: 30px 0 28px; }
      header .g-nav li a:hover {
        color: #ea9372; }

  .scrolling .header {
    top: 0;
    background: #fff;
    box-shadow: 0 0 14px -5px rgba(0, 0, 0, 0.2); }

  .date {
    font-size: 12px;
    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: auto;
    margin-right: 20px; }
    .list--info > li .date span {
      line-height: 1.5;
      display: inline-block; }
  .list--info > li a {
    transition: .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: .4s;
      transform: scaleX(0);
      transform-origin: left; }
  .list--info > li a:hover::before {
    transform: scaleX(1); }

  .list--video {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
    .list--video li {
      width: 46%; }
    .list--video li img {
      width: 100% !important;
      margin: 0;
      display: block; }
    .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: .4s; }
    .list--video li a figure::after {
      content: 'PLAY';
      display: block;
      width: 100%;
      font-size: 30px;
      font-family: YakuHanJP, sans-serif;
      position: absolute;
      top: calc(50% + 10px);
      left: 0.4em;
      z-index: 30;
      opacity: 0;
      transform: translateX(-60px);
      transition: .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: .4s; }
    .block--pager a:hover {
      color: #ea9372; }
      .block--pager a:hover::after {
        border-color: #ea9372; }

  .block--category li a {
    transition: .3s; }
  .block--category li a:hover {
    background: #111;
    color: #fff; }

  .logo.sp_02 {
    display: none; }

  .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 .mainVisual {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    margin: 0 0 15% 0; }
  .page--home .mainVisual img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
  .page--home 　
  .wrap > h1.logo {
    bottom: 1vw;
    width: 4vw;
    position: fixed;
    right: auto;
    left: 3vw;
    top: 1vw;
    z-index: 1000;
    opacity: 1;
    height: 100px; }
  .page--home .wrap > h1.logo a {
    display: block; }
  .page--home .wrap > h1.logo a img {
    width: 100% !important;
    margin: 0; }
  .page--home .section--bnr .list--bnr {
    opacity: 1;
    transition: .8s; }
  .page--home .section--bnr {
    padding-top: 0;
    margin-bottom: 15%;
    position: relative;
    z-index: 10; }
  .page--home .contentsBox {
    margin: auto; }
  .page--home .contentsInBox {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 auto 10% auto;
    width: 80%; }
    .page--home .contentsInBox .new {
      content: 'NEW';
      display: inline-block;
      font-size: 32px;
      color: #ea9372;
      letter-spacing: 0.08em;
      vertical-align: 3px;
      margin-left: 8px;
      font-family: 'karakaze';
      font-weight: bold;
      position: relative;
      top: 8px; }
  .page--home .contentsInBox li {
    width: 44%; }
  .page--home .newsBox {
    position: relative; }
  .page--home .newsBox .contTit {
    width: 30%;
    margin: 0 0 40px 0; }
  .page--home .newsBox li {
    margin: 0 0 30px 0;
    width: 100%;
    border-bottom: 1px solid #CDCDCD;
    padding: 0 0 30px 0;
    transition: 0.4s; }
  .page--home .newsBox li:hover {
    opacity: 0.7; }
  .page--home .newsBox a {
    display: block; }
    .page--home .newsBox a .tit {
      position: relative; }
  .page--home .newsBox .new {
    content: 'NEW';
    display: inline-block;
    font-size: 37px;
    color: #ea9372;
    letter-spacing: 0.08em;
    vertical-align: 3px;
    margin-left: 8px;
    font-family: 'karakaze';
    font-weight: bold;
    position: absolute;
    top: -25px;
    right: 0; }
  .page--home .newsBox .date {
    font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    font-size: 17px;
    margin: 0 0 15px 0; }
  .page--home .newsBox a {
    font-size: 15px; }
  .page--home .newsBox .more {
    display: inline-block;
    right: 0;
    text-align: right;
    position: absolute; }
  .page--home .newsBox .more a {
    text-align: right;
    display: block;
    font-weight: bold;
    font-size: 15px;
    position: relative;
    display: inline-block;
    padding: 0 0 0 55px;
    right: 0;
    letter-spacing: 0.2em; }
  .page--home .newsBox .more a:before {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: black;
    left: 0; }
  .page--home .newsBox .more:hover {
    color: #6686AF; }
  .page--home .newsBox .more:hover a:before {
    background-color: #6686AF; }
  .page--home .liveBox {
    position: relative; }
    .page--home .liveBox a {
      display: block; }
      .page--home .liveBox a .tit {
        position: relative; }
        .page--home .liveBox a .tit .new {
          content: 'NEW';
          display: inline-block;
          font-size: 37px;
          color: #ea9372;
          letter-spacing: 0.08em;
          vertical-align: 3px;
          margin-left: 8px;
          font-family: 'karakaze';
          font-weight: bold;
          position: absolute;
          top: -25px;
          right: 0; }
  .page--home .liveBox .contTit {
    width: 18%;
    margin: 0 0 40px 0; }
  .page--home .liveBox .date {
    font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    font-size: 17px;
    margin: 0 0 15px 0; }
  .page--home .liveBox a {
    font-size: 15px; }
  .page--home .liveBox li {
    margin: 0 0 30px 0;
    width: 100%;
    border-bottom: 1px solid #CDCDCD;
    padding: 0 0 30px 0;
    transition: 0.4s; }
  .page--home .liveBox li:hover {
    opacity: 0.7; }
  .page--home .liveBox .more {
    display: inline-block;
    right: 0;
    text-align: right;
    position: absolute; }
  .page--home .liveBox .more:hover {
    color: #6686AF; }
  .page--home .liveBox .more:hover a:before {
    background-color: #6686AF; }
  .page--home .liveBox .more a {
    text-align: right;
    display: block;
    font-weight: bold;
    font-size: 15px;
    position: relative;
    display: inline-block;
    padding: 0 0 0 55px;
    right: 0;
    letter-spacing: 0.2em; }
  .page--home .liveBox .more a:before {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: black;
    left: 0; }
  .page--home .videoBox {
    margin: 0 0 10% 0; }
  .page--home .videoBox .contTit {
    width: 10%;
    margin: 0 0 40px 0;
    position: relative;
    left: 10%; }
  .page--home .videoBox li p {
    display: none; }

  /*  page--info
  ------------------------------ */
  .page--info .section--list {
    padding: 0;
    width: 900px;
    margin: auto; }
  .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: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -ms-flex-pack: justify;
      -webkit-box-pack: justify;
      -webkit-justify-content: start;
      justify-content: start;
      -ms-flex-align: stretch;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      align-items: stretch;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      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--info .section--detail .section-tit {
    height: 20px;
    background-position: right center;
    margin-bottom: 65px; }
  .page--info .section--detail .date {
    font-size: 16px;
    margin: 0 0 20px 0; }
  .page--info .section--detail .txt--basic a:hover {
    text-decoration: none; }
  .page--info .section--detail .tit {
    font-size: 19px;
    margin-bottom: 0; }
  .page--info .section--detail .category {
    vertical-align: 1px;
    margin-left: 0;
    background: #000;
    color: #fff;
    border-radius: 100px;
    margin: 0 0 0 5px; }
  .page--info .contTit {
    width: 15%;
    margin: 0 0 30px 0; }
  .page--info .contTit img {
    width: 100% !important; }
  .page--info .list--info li {
    margin: 0 0 20px 0;
    border-bottom: 1px solid #CDCDCD;
    padding: 0 0 20px 0; }
  .page--info .list--info li .block--tit .tit::after {
    position: absolute;
    margin: -12px 0 0;
    content: "";
    vertical-align: middle;
    top: 53%;
    right: 25px;
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    z-index: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
  .page--info .list--info li.open .block--tit .tit::after {
    margin: -5px 0 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: 0.4s; }
  .page--info .list--info .date {
    width: auto;
    margin-right: 20px;
    font-weight: bold;
    margin: 0 0 20px 0;
    line-height: 0;
    display: inline-block; }
  .page--info .list--info .category {
    display: inline-block;
    width: 6em;
    font-size: 12px;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.05em;
    background: #000;
    padding: 3px 5px 3px 5.5px;
    margin: 0;
    color: #fff;
    border-radius: 100px; }
  .page--info .list--info .block--tit .tit {
    width: 100%;
    font-size: 17px;
    position: relative;
    margin: 0 0 30px 0; }
  .page--info .block--body p {
    font-size: 14px;
    margin: 0; }
  .page--info .section--detail .txt p {
    margin: 0 0 20px 0;
    font-size: 15px; }
  .page--info .date {
    font-size: 14px;
    margin-bottom: 10px; }
  .page--info .list__more {
    display: inline-block; }
  .page--info .list__more a {
    color: #111;
    font-size: 13px; }
  .page--info .list__more a:hover {
    color: #ea9372; }
  .page--info .list--info > li .date {
    width: auto;
    margin-right: 20px; }
  .page--info .list--info > li a {
    transition: .4s;
    position: relative; }
  .page--info .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: .4s;
    transform: scaleX(0);
    transform-origin: left;
    display: none; }
  .page--info .list--info > li a:hover::before {
    transform: scaleX(1); }
  .page--info .list--video li a figure::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(102, 134, 175, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    transform-origin: left;
    transform: scaleX(0);
    transition: .4s; }
  .page--info .list--video li a figure::after {
    content: 'PLAY';
    display: block;
    width: 100%;
    font-size: 20px;
    font-family: YakuHanJP, sans-serif;
    position: absolute;
    top: calc(50% + 10px);
    left: 0.4em;
    z-index: 30;
    opacity: 0;
    transform: translateX(-60px);
    transition: .4s;
    text-align: center;
    letter-spacing: 0; }
  .page--info .list--video li a:hover figure::before {
    transform: scaleX(1); }
  .page--info .list--video li a:hover figure::after {
    opacity: 1;
    transform: translateX(0);
    letter-spacing: 0.4em;
    color: #fff; }
  .page--info .list--video .thumb {
    line-height: 0;
    margin-bottom: 0.5em;
    margin: 0 0 25px 0; }
  .page--info iframe {
    margin: 30px auto;
    display: block; }
  .page--info a {
    padding: 0;
    font-size: 15px;
    border: none;
    font-weight: bold;
    transition: 0.4s; }
  .page--info a:hover {
    opacity: 0.8; }
  .page--info .btn a {
    width: 20%;
    margin: 30px auto;
    padding: 20px !important; }
  .page--info .section--list .list--video {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
  .page--info .section--list .list--video li {
    width: 46%; }
  .page--info .section--list .list--video li img {
    width: 100% !important;
    margin: 0;
    display: block; }
  .page--info .list--info li img {
    width: 60% !important;
    margin: 30px auto;
    display: block; }

  /*  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;
    width: 900px;
    margin: auto; }
  .page--disco .list--discography {
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    justify-content: flex-start; }
    .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 .page--disco .list--discography li .category {
        margin-right: 10px;
        display: inline-block;
        width: 6em;
        font-size: 11px;
        text-align: center;
        line-height: 1;
        letter-spacing: 0.05em;
        background: #000;
        padding: 4px 5px 4px 5.5px;
        border-radius: 100px;
        color: #fff; }
      .page--disco .list--discography li .tit {
        margin-bottom: 10px; }
    .page--disco .list--discography li a figure::before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background: rgba(102, 134, 175, 0.9);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 20;
      transform-origin: left;
      transform: scaleX(0);
      transition: .4s; }
    .page--disco .list--discography li a figure::after {
      content: 'VIEW DETAIL';
      display: block;
      width: 100%;
      font-size: 13px;
      font-family: YakuHanJP, sans-serif;
      position: absolute;
      top: 50%;
      left: 0.4em;
      z-index: 30;
      opacity: 0;
      transform: translateX(-60px);
      transition: .4s;
      text-align: center;
      letter-spacing: 0;
      line-height: 1.5;
      color: #fff; }
    .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: .6s; }
    .page--disco .section--detail .block--disc-detail {
      padding-left: 50%;
      margin: 0 0 20% 0;
      min-height: 400px; }
      .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;
        font-size: 15px; }
      .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: #000;
        margin-bottom: 5px;
        margin-right: 10px;
        color: #fff;
        border-radius: 100px;
        padding: 5px 13px;
        font-size: 11px; }
      .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 .text p {
      font-size: 16px;
      margin: 0 0 20px 0; }
    .page--disco .section--detail .detail__btn {
      text-align: left;
      margin: 4em 0 0 50%; }
  .page--disco.loaded .jacket {
    opacity: 1;
    transform: translateY(0); }
  .page--disco .list--song {
    margin: 0 0 20px 0; }
    .page--disco .list--song li {
      font-size: 13px;
      margin: 0 0 10px 0; }
  .page--disco .list--link li a {
    color: #6686AF;
    transition: 0.4s;
    text-decoration: underline;
    font-size: 15px; }
  .page--disco .list--link li a:hover {
    opacity: 0.7; } }
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* common.scss
  ============================== */
  .pc {
    display: none !important; }

  main {
    display: block;
    margin: 0 0 30px 0; }

  .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) {
  .slick-prev {
    left: inherit;
    top: auto;
    left: 10%;
    bottom: -3%;
    display: block;
    width: 25px;
    height: 8px;
    border-bottom: 3px solid #000;
    border-left: 3px solid #000;
    transform: skew(-45deg); }

  .slick-next {
    left: inherit;
    top: auto;
    right: 10%;
    bottom: -3%;
    display: block;
    width: 25px;
    height: 8px;
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
    transform: skew(45deg); }

  .slick-dots {
    bottom: -18%; }

  .slick-initialized .slick-slide {
    display: block;
    padding: 0 5px;
    margin: 0 0 30px 0; }

  .header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    transition: height .3s; }
    .header .drawer {
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -ms-flex-pack: justify;
      -webkit-box-pack: justify;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-align: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      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: 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: .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: .3s; }
      .header .drawer__btn span {
        display: block;
        width: 60%;
        height: 2px;
        background: #111;
        position: absolute;
        left: 42%;
        -webkit-transition: all 0.2s 0s ease;
        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%; }
    .header .g-nav .menuList {
      position: absolute;
      left: 50%;
      top: 44%;
      transform: translate(-50%, -50%);
      width: 23vh;
      text-align: center; }
      .header .g-nav .menuList a {
        vertical-align: -1px;
        font-size: 5vh;
        font-weight: 200;
        text-decoration: none;
        margin: 1.3vh;
        display: inline-block;
        display: inline-block;
        color: #FFF;
        font-weight: bold;
        letter-spacing: -0.2em; }
      .header .g-nav .menuList a:hover {
        opacity: 1; }
    .header .g-nav .nav--sns {
      width: 55%;
      position: absolute;
      right: 50%;
      bottom: 5%;
      margin: auto;
      text-align: center;
      position: absolute;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%); }
      .header .g-nav .nav--sns a {
        display: block;
        color: #fff;
        padding: 0 10px;
        font-size: 4vh; }

  .nav__list--sns li {
    display: inline-block;
    margin-right: 1.8em;
    margin-bottom: 15px; }
    .nav__list--sns li a i {
      font-size: 20px; }

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

  .hamBtn {
    position: fixed;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    transition: all .3s ease;
    cursor: pointer;
    z-index: 9999; }

  .hamBtn :nth-of-type(1) {
    top: 5px; }

  .hamBtn :nth-of-type(2) {
    top: 20px; }

  footer .copyright {
    font-size: 10px;
    transform: scale(0.9);
    bottom: 10px; }
  footer .nav--sns {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 auto 30px;
    width: 150px; }
    footer .nav--sns a {
      font-size: 24px; }
    footer .nav--sns a:hover {
      color: #000; }

  .date, .category {
    font-size: 13px;
    letter-spacing: 0.08em;
    margin-bottom: 5px; }

  .date {
    margin: 0 0 10px 0;
    font-size: 15px;
    font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif; }

  .category {
    width: auto;
    font-size: 11px;
    margin-left: 5px; }

  .tit {
    font-size: 14px;
    line-height: 1.5; }

  .list--info a {
    padding: 15px 0;
    border: none;
    font-size: 13px; }
  .list--info li .tit {
    display: block; }

  .list__more {
    position: absolute;
    right: 0;
    top: 0; }

  .block--category {
    margin: 0 auto 20px; }
    .block--category li {
      margin: 0 .3em .3em 0; }

  .list--video li {
    margin-bottom: 2em; }

  [class^="list--"] li.new .tit::after {
    font-size: 0.8em;
    vertical-align: 0.15em; }

  .wrap {
    padding: 25vw 0 80px;
    position: relative; }

  .page--home h1.logo {
    width: 28%;
    transition: .3s;
    opacity: 1;
    z-index: 998;
    margin: 0 auto 80px;
    position: relative;
    top: 60px;
    display: block; }
  .page--home h1.logo.sp_02 {
    opacity: 0 !important;
    top: 4%;
    position: fixed;
    left: 4%; }

  .page--home img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%); }

  .scrollFix.page--home img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0); }
  .scrollFix.page--home h1.logo.sp_01 {
    opacity: 0; }
  .scrollFix.page--home h1.logo.sp_02 {
    opacity: 1 !important;
    top: 4%;
    position: fixed;
    left: 4%; }

  .logo.sp_01 {
    display: none; }

  .logo.sp_02 {
    opacity: 1 !important;
    top: 4%;
    position: fixed;
    left: 4%;
    width: 30%;
    transition: .3s;
    z-index: 50;
    margin: 0 auto 30px;
    display: block; }

  .section-tit {
    font-weight: bold;
    font-size: 5vw;
    letter-spacing: 0.15em; }

  .section--detail {
    padding: 0 7%;
    width: 100%;
    max-width: inherit; }
    .section--detail .section-tit {
      margin-bottom: 0;
      font-size: 5vw;
      padding: 0 0 30px 0; }
    .section--detail .detail__btn {
      margin-top: 4em; }

  .section--list .section-tit {
    margin-bottom: 0;
    font-size: 5vw; }
  .section--list .block--pager .pager__item--newer {
    right: -17px; }
  .section--list .block--pager .pager__item--older {
    left: -17px; }

  .page--home .mainVisual {
    margin: 0 0 20px 0; }
  .page--home .list--bnr {
    opacity: 1 !important;
    transition: .8s; }
    .page--home .list--bnr li {
      margin-bottom: 20px; }
  .page--home .sliderWrap {
    margin: 0 0 80px 0; }
  .page--home .contentsBox {
    margin: auto; }
    .page--home .contentsBox .contTit {
      width: 40%;
      margin: 0 0 20px 0; }
    .page--home .contentsBox .contentsInBox {
      width: 85%;
      margin: auto; }
  .page--home .newsBox {
    margin: 0 0 35% 0; }
    .page--home .newsBox a {
      display: block; }
    .page--home .newsBox ul li {
      margin: 0 0 20px 0;
      width: 100%;
      border-bottom: 1px solid #CDCDCD;
      padding: 0 0 20px 0; }
    .page--home .newsBox .more {
      display: inline-block;
      right: 6%;
      text-align: right;
      position: absolute; }
      .page--home .newsBox .more a {
        text-align: right;
        display: block;
        font-weight: bold;
        font-size: 13px;
        position: relative;
        display: inline-block;
        padding: 0 0 0 55px;
        right: 0;
        letter-spacing: 0.2em; }
      .page--home .newsBox .more a:before {
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 45px;
        height: 1px;
        background-color: black;
        left: 0; }
    .page--home .newsBox .tit {
      position: relative; }
    .page--home .newsBox .new {
      content: 'NEW';
      display: inline-block;
      font-size: 31px;
      color: #ea9372;
      letter-spacing: 0.08em;
      vertical-align: 3px;
      margin-left: 8px;
      font-family: 'karakaze';
      font-weight: bold;
      position: absolute;
      top: -40px;
      right: 0; }
  .page--home .liveBox {
    margin: 0 0 35% 0; }
    .page--home .liveBox a {
      display: block; }
      .page--home .liveBox a .tit {
        position: relative; }
        .page--home .liveBox a .tit .new {
          content: 'NEW';
          display: inline-block;
          font-size: 31px;
          color: #ea9372;
          letter-spacing: 0.08em;
          vertical-align: 3px;
          margin-left: 8px;
          font-family: 'karakaze';
          font-weight: bold;
          position: absolute;
          top: -40px;
          right: 0; }
    .page--home .liveBox .contTit {
      width: 32%;
      margin: 0 0 20px 0; }
    .page--home .liveBox ul li {
      margin: 0 0 20px 0;
      width: 100%;
      border-bottom: 1px solid #CDCDCD;
      padding: 0 0 20px 0; }
    .page--home .liveBox .more {
      display: inline-block;
      right: 6%;
      text-align: right;
      position: absolute; }
      .page--home .liveBox .more a {
        text-align: right;
        display: block;
        font-weight: bold;
        font-size: 13px;
        position: relative;
        display: inline-block;
        padding: 0 0 0 55px;
        right: 0;
        letter-spacing: 0.2em; }
      .page--home .liveBox .more a:before {
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 45px;
        height: 1px;
        background-color: black;
        left: 0; }
  .page--home .videoBox .contTit {
    position: relative;
    left: 7%;
    width: 33%; }
  .page--home .videoBox li p {
    display: none; }

  .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; }
  .page--info .section--detail .tit {
    font-size: 16px;
    margin-bottom: 0; }
  .page--info .section--detail .txt p {
    font-size: 13px !important;
    margin-bottom: 0; }
  .page--info .section--detail .txt span {
    font-size: 13px !important;
    margin-bottom: 0; }
  .page--info .list--info li {
    margin: 0 0 20px 0;
    width: 100%;
    border-bottom: 1px solid #CDCDCD;
    padding: 0 0 20px 0; }
    .page--info .list--info li p {
      font-size: 12px; }
      .page--info .list--info li p span {
        font-size: 12px !important; }
    .page--info .list--info li img {
      width: 100%;
      margin: 20px auto; }
    .page--info .list--info li .date {
      font-size: 15px; }
    .page--info .list--info li .category {
      width: auto;
      font-size: 11px; }
    .page--info .list--info li .tit {
      width: 85%;
      position: relative;
      margin: 0 0 15px 0;
      font-size: 15px; }
    .page--info .list--info li .tit::after {
      position: absolute;
      margin: -12px 0 0;
      content: "";
      vertical-align: middle;
      top: 53%;
      right: -13%;
      width: 10px;
      height: 10px;
      border-top: 2px solid;
      border-right: 2px solid;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
      z-index: 0;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
  .page--info .list--info li.open .block--tit .tit::after {
    margin: -5px 0 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: 0.4s; }
  .page--info iframe {
    width: 100%;
    height: 100%;
    margin: 20px auto; }

  .page--disco .wrap > h1.logo {
    z-index: 2; }
  .page--disco .list--discography li {
    margin: 0 0 30px 0; }
    .page--disco .list--discography li .category {
      padding: 5px 10px !important;
      font-size: 10px;
      position: relative;
      top: -3px; }
  .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: 15px;
      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;
    background: #000;
    width: 25%;
    margin: auto;
    font-size: 10px; }
  .page--disco .block--disc-detail .tit {
    margin: 0 0 .5em;
    font-size: 18px;
    line-height: 1.4em; }
  .page--disco .block--disc-detail .list--link a {
    color: #6686AF;
    transition: 0.4s;
    text-decoration: underline;
    font-size: 14px; }
  .page--disco .block--disc-detail .date {
    width: 100%;
    text-align: center;
    margin: 0 auto 40px;
    font-size: 14px; }
  .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: .6s; }
  .page--disco.loaded .section--detail .jacket {
    opacity: 1;
    transform: translateY(0); }

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

  .page--contact.section--detail .input--half {
    width: 100% !important; }
  .page--contact.section--detail .form--post dt {
    margin: 2em 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; }

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

/*# sourceMappingURL=style.css.map */
