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

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

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

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

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

a {
  outline: none;
}

/*   ==============================================================
*  contents
*  ============================================================ */
/* style.scss
============================== */
/* base
================================ */
.svg-symbol, .noSVG {
  display: none;
}

.svg-clip-path {
  display: block;
  width: 0;
  height: 0;
}

html,
html body {
  height: 100%;
}

body {
  font-family: "Comfortaa", "Work Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
@media screen and (min-width: 961px) {
  body {
    font-size: 14px;
    font-size: 1.02vw;
    line-height: 160%;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-size: 13px;
    line-height: 1.7;
  }
}

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

a {
  color: inherit;
  text-decoration: none;
  line-height: 1;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

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

.inview {
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.inview.view {
  transform: translateY(0);
  opacity: 1;
}

::-moz-selection {
  background: #FFB031;
  color: #fff;
  /* Safari */
}

::selection {
  background: #FFB031;
  color: #fff;
  /* Safari */
}

::-moz-selection {
  background: #FFB031;
  color: #fff;
  /* Firefox */
}

.scroll {
  display: block;
  width: 1px;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
  z-index: 10;
  opacity: 0;
  mix-blend-mode: difference;
}
.loaded .scroll, .all-clear .scroll {
  opacity: 1;
  transition: all 0.4s ease-out 1s;
}
.scroll:after {
  width: 100%;
  position: absolute;
  height: 100%;
  display: block;
  content: "";
  top: 0px;
  background: #515151;
  animation: scroll 1.2s linear 0.4s infinite;
}

/* category--color
================================= */
.cat1, .cat1 a,
.cat4, .cat4 a {
  color: #f19bc2;
  border-color: #f19bc2 !important;
}

.cat2, .cat2 a,
.cat5, .cat5 a,
.cat11, .cat11 a {
  color: #6ce0b6;
  border-color: #6ce0b6 !important;
}

.cat6, .cat6 a,
.cat12, .cat12 a {
  color: #986ad6;
  border-color: #986ad6 !important;
}

.cat3, .cat3 a,
.cat7, .cat7 a,
.cat13, .cat13 a {
  color: #0089ff;
  border-color: #0089ff !important;
}

.cat8, .cat8 a,
.cat14, .cat14 a {
  color: #66c0e2;
  border-color: #66c0e2 !important;
}

.cat9, .cat9 a {
  color: #fdbf0f;
  border-color: #fdbf0f !important;
}

.cat10, .cat10 a,
.cat16, .cat16 a {
  color: #777;
  border-color: #777 !important;
}

.cat15, .cat15 a {
  color: #ff7c7c;
  border-color: #ff7c7c !important;
}

/* shcedule */
.form__checkbox :checked + .cat11,
.form__checkbox label p.cat11:hover,
.cell .cat11 a .cat {
  background: #6ce0b6;
  color: #fff !important;
  border-color: #6ce0b6 !important;
}

.form__checkbox :checked + .cat12,
.form__checkbox label p.cat12:hover,
.cell .cat12 a .cat {
  background: #986ad6;
  color: #fff !important;
  border-color: #986ad6 !important;
}

.form__checkbox :checked + .cat13,
.form__checkbox label p.cat13:hover,
.cell .cat13 a .cat {
  background: #0089ff;
  color: #fff !important;
  border-color: #0089ff !important;
}

.form__checkbox :checked + .cat14,
.form__checkbox label p.cat14:hover,
.cell .cat14 a .cat {
  background: #66c0e2;
  color: #fff !important;
  border-color: #66c0e2 !important;
}

.form__checkbox :checked + .cat15,
.form__checkbox label p.cat15:hover,
.cell .cat15 a .cat {
  background: #ff7c7c;
  color: #fff !important;
  border-color: #ff7c7c !important;
}

.form__checkbox :checked + .cat16,
.form__checkbox label p.cat16:hover,
.cell .cat16 a .cat {
  background: #777;
  color: #fff !important;
  border-color: #777 !important;
}

.loading,
.loading:before,
.loading:after {
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  animation-fill-mode: both;
  animation: loading 1.8s infinite ease-in-out;
}

.loading {
  color: #e5e5e5;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
}
.loading:before, .loading:after {
  content: "";
  position: absolute;
  top: 0;
}
.loading:before {
  left: -3.5em;
  animation-delay: -0.32s;
}
.loading:after {
  left: 3.5em;
}

.btn {
  text-align: center;
}

.btn-base-style, .btn--main, .btn--sub {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border: none;
  position: relative;
  z-index: 1;
}

.btn--main, .btn--sub {
  border-radius: 50px;
  background: inherit;
  height: inherit !important;
  line-height: inherit !important;
  margin: 1em 0;
}

.btn--main {
  border: 1px solid #FFB031;
  color: #FFB031;
}

.btn--sub {
  border: 1px solid #000;
  color: #000;
}

.detail__btn {
  text-align: center;
  margin-top: 30px;
}
.detail__btn a {
  position: relative;
  letter-spacing: 0.3em;
}

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

.txt--bold {
  font-weight: bold;
}

.txt--bigger {
  font-size: 1.4em;
}

.txt--sub {
  font-size: 0.9em;
  line-height: 1.4;
}
.txt--sub li {
  margin-bottom: 4px;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

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

/* icon--required */
.icon--required {
  position: relative;
}
.icon--required:before {
  position: absolute;
  content: "必須";
  color: #fff;
  font-size: 10px;
  text-align: center;
  line-height: 1;
  padding: 2px 4px;
  margin-left: 4px;
  position: relative;
  background: #D01D4D;
  border-radius: 2px;
  letter-spacing: 0.01em;
}

.block--error {
  color: #f00;
  background: rgba(204, 0, 0, 0.15);
  padding: 1em;
}
.block--error li {
  margin-bottom: 0.5em;
}

/* 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: "Comfortaa", "Work Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #000;
  border-radius: 0.3em;
  padding: 0.5em;
  color: #000;
}
@media screen and (min-width: 961px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  button {
    font-size: 14px;
    font-size: 1.02vw;
    line-height: 160%;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  button {
    font-size: 13px;
    line-height: 1.7;
  }
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
button:focus {
  border-color: #000;
}
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: "Comfortaa", "Work Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #000;
  border-radius: 0.3em;
  padding: 0.5em;
  height: 10em;
}
@media screen and (min-width: 961px) {
  textarea {
    font-size: 14px;
    font-size: 1.02vw;
    line-height: 160%;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  textarea {
    font-size: 13px;
    line-height: 1.7;
  }
}
textarea:focus {
  border-color: #000;
}
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: "Comfortaa", "Work Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #000;
  border-radius: 0.3em;
  padding: 0.5em;
  padding-right: 1.5em;
}
@media screen and (min-width: 961px) {
  .form__select select {
    font-size: 14px;
    font-size: 1.02vw;
    line-height: 160%;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select select {
    font-size: 13px;
    line-height: 1.7;
  }
}
.form__select select:focus {
  border-color: #000;
}
.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: "";
  position: absolute;
  top: 5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #000;
  border-bottom: none;
  border-left: none;
  transform: rotate(-45deg);
  vertical-align: middle;
}
.form__select::after {
  position: absolute;
  right: 0.75em;
  top: 50%;
  margin: -0.25em 0 0;
}

/* checkbox */
.form__checkbox label p {
  font-family: "Comfortaa", "Work Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__checkbox label p {
    font-size: 14px;
    font-size: 1.02vw;
    line-height: 160%;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__checkbox label p {
    font-size: 13px;
    line-height: 1.7;
  }
}
.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.1em;
  border: 1px solid #000;
  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 #000;
  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::after {
  top: 50%;
  opacity: 1;
  border-color: #D01D4D;
}

/* radio */
.form__radio label p {
  font-family: "Comfortaa", "Work Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__radio label p {
    font-size: 14px;
    font-size: 1.02vw;
    line-height: 160%;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__radio label p {
    font-size: 13px;
    line-height: 1.7;
  }
}
.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 #000;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__radio :checked ~ p::before {
  border-color: #D01D4D;
  border-width: 0.3em;
}

/* toggle button */
.form__toggle label p {
  font-family: "Comfortaa", "Work Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__toggle label p {
    font-size: 14px;
    font-size: 1.02vw;
    line-height: 160%;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__toggle label p {
    font-size: 13px;
    line-height: 1.7;
  }
}
.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 #000;
}
.form__toggle label p::before {
  width: 50px;
  border-radius: 15px;
  top: 50%;
  right: 0;
}
.form__toggle label p::after {
  width: 30px;
  background: #000;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 50%;
  right: 20px;
}
.form__toggle :checked ~ p::before {
  background: #D01D4D;
  border-color: #D01D4D;
}
.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;
}

.youtubeBox {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.youtubeBox iframe,
.youtubeBox object,
.youtubeBox embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.block--player {
  position: relative;
  height: 0;
  margin: 0 auto 10px;
  padding-top: 56.25%;
  background: #E5E5E5;
  line-height: 0;
}
.block--player .ulizahtml5 {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

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

.wrap--date {
  display: flex;
  align-items: center;
}

/* list--information */
.list--information li a {
  display: flex;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.list--information li a .thumb {
  background: none;
  display: block;
  position: relative;
  border-radius: 20px;
  line-height: 0;
  overflow: hidden;
  -webkit-mask-image: url(/static/yoani3rd/common/mask_thumb.png);
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-image: url(/static/yoani3rd/common/mask_thumb.png);
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  margin-right: 20px;
}
.list--information li a .thumb img {
  height: 100%;
}
.list--information li a .thumb:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/static/common/official-pc/images/cmn/dummy.gif);
  z-index: 10;
}
.list--information li a .arrow {
  margin-top: -12px;
  position: absolute;
  left: -35px;
  top: 50%;
  transition: all 0.3s ease;
}
.list--information li a .arrow svg {
  width: 23px;
  height: 9px;
  fill: none;
  stroke: #434343;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.list--information.schedule li a {
  display: flex;
  flex-wrap: wrap;
}
.list--information.schedule .wrap--date {
  display: inline-block;
}
.list--information.schedule .category {
  margin-left: 0;
  margin-bottom: 5px;
}

/* list--contents */
.list--contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.list--contents li .thumb {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ddd;
  z-index: 0;
}
.list--contents li .thumb .blur {
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  z-index: -1;
}
.list--contents li .thumb .blur img {
  filter: blur(15px);
  background-size: cover;
}
.list--contents li .thumb img {
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: contain;
}
.list--contents li .tit {
  margin-bottom: 10px;
}
.list--contents .wrap--date .date:after {
  content: none;
}
.list--accordion {
  border-bottom: 1px solid #e4e5e6;
  margin-bottom: 50px;
}
.list--accordion dt {
  cursor: pointer;
  color: #000;
  border-top: 1px solid #e4e5e6;
  position: relative;
}
.list--accordion dt .switch {
  display: block;
  position: absolute;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.list--accordion dt .switch::before, .list--accordion dt .switch::after {
  content: "";
  display: block;
  background: #9c9a8d;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
}
.list--accordion dt .switch::before {
  width: 1px;
  height: 15px;
  top: -7px;
  left: 7px;
}
.list--accordion dt .switch::after {
  width: 15px;
  height: 1px;
}
.list--accordion dt.open .switch {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.list--accordion dt.open .switch::before {
  top: -12px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.list--accordion dt.open .switch::after {
  top: -5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  opacity: 0;
}
.list--accordion dd {
  display: none;
  border: none;
}

.list--video .thumb {
  line-height: 0;
  overflow: hidden;
  margin-bottom: 15px;
}
.list--video .thumb img {
  background: no-repeat center center;
  background-size: cover;
  transition: all 0.3s 0s ease;
}

.list--photo {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.list--photo li .thumb {
  background-size: cover;
}

#colorbox, #cboxOverlay, #cboxWrapper, #cboxContent {
  overflow: visible !important;
}

#cboxContent,
#cboxLoadedContent {
  background: none !important;
}

#cboxContent {
  margin-top: 34px;
}

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
}

#cboxTitle {
  top: -22px !important;
  left: 15px !important;
}

#cboxLoadedContent {
  position: relative;
  display: block;
  margin: 0;
  overflow: visible !important;
}

#cboxLoadedContent:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(/static/common/global-image/dummy.gif);
  background-size: cover;
  top: 0;
  left: 0;
}

#cboxClose {
  top: -40px;
  right: 20px;
  display: block;
  background: url(/static/yoani3rd/common/plugin/colorbox/img/close.png) no-repeat top center;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: cover;
}

#cboxLoadingGraphic {
  background: url(/static/yoani3rd/common/plugin/colorbox/img/loading.gif) no-repeat center center;
}

#cboxLoadingOverlay {
  background: #ffdf6a !important;
}

/* block--category */
.block--category {
  margin-bottom: 6vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.block--category li {
  font-size: 11px;
  letter-spacing: 0.05em;
}
.block--category li:first-child {
  margin-left: 0;
}
.block--category li:last-child {
  margin-right: 0;
}
.block--category li a,
.block--category li.current {
  display: block;
  text-decoration: none;
  padding: 0;
  position: relative;
}

.block--pager {
  text-align: center;
  position: relative;
}
.block--pager li {
  display: inline-block;
  position: relative;
}
.block--pager li a {
  display: block;
  text-decoration: none;
  position: relative;
  color: inherit;
  line-height: 1;
}
.block--pager li span {
  display: block;
}
.block--pager .pager__item--newer span,
.block--pager .pager__item--older span {
  opacity: 0.2;
}
.block--pager .pager__item--newer {
  float: left;
}
.block--pager .pager__item--newer a, .block--pager .pager__item--newer span {
  text-align: left;
  position: relative;
  display: block;
}
.block--pager .pager__item--newer a:after, .block--pager .pager__item--newer span:after {
  transform: scale(-1, 1);
}
.block--pager .pager__item--older {
  float: right;
}
.block--pager .pager__item--older a,
.block--pager .pager__item--older span {
  text-align: right;
}
.block--pager .pager__item--current span {
  position: relative;
}
.block--pager .pager__item--current span::before {
  content: "";
  background: #FFB031;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: all 0.1s ease;
}

.wrap {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  background: #fff;
  z-index: 1;
}

.section-tit {
  position: relative;
  display: inline-block;
  letter-spacing: 0.6em;
  font-weight: 300;
}
.section-tit:before, .section-tit:after {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  position: absolute;
  background: #999;
  border-radius: 2px;
}

.section--list {
  margin: 0 auto;
}
.section--list .section-tit {
  margin-bottom: 5vw;
}
.section--list .section-tit:before, .section--list .section-tit:after {
  opacity: 0;
}
.section--list .category {
  font-size: 10px;
}
.section--list .list--contents li a .thumb {
  z-index: 0;
}

.section--detail {
  padding: 0 10%;
}
.section--detail > .txt * {
  white-space: normal !important;
  word-break: break-word;
}
.section--detail .date,
.section--detail .category {
  display: inline-block;
}
.section--detail .txt {
  padding-top: 20px;
  padding-bottom: 20px;
}
.section--detail .block--share ul {
  display: flex;
  align-items: center;
}
.section--detail .block--share li {
  margin-right: 18px;
}
.section--detail .block--share li i {
  font-size: 17px;
}
.section--detail .block--share li:last-child {
  margin-right: 0;
}
.section--detail .block--share li svg {
  width: 14px;
  fill: #000;
  position: relative;
  top: 2px;
}
.section--detail .block--share li.share {
  font-family: "Comfortaa", sans-serif;
  letter-spacing: normal;
  font-weight: 500;
  font-style: normal;
  font-size: 10px;
}
.section--detail .block--share .line-icon svg {
  width: 17px;
  height: 17px;
}

.tit {
  line-height: 1.6;
}

.category {
  display: inline-block;
  font-size: 10px;
  line-height: 0;
  border: 1px solid #606060;
}

.inview.section-tit:before, .inview.section-tit:after {
  opacity: 0;
}
.inview.section-tit.view:before, .inview.section-tit.view:after {
  opacity: 1;
}
.inview.section-tit.view:before {
  top: -6px;
  left: -2px;
  animation: horizontal_RtoL 0.8s linear;
}
.inview.section-tit.view:after {
  bottom: -3px;
  right: 4px;
  animation: horizontal_LtoR 0.8s linear;
}

h1#logo {
  z-index: 100;
}
h1#logo a {
  display: block;
}

/* drawer__btn */
.drawer__btn {
  width: 28px;
  height: 10px;
  position: fixed;
  z-index: 1000;
  cursor: pointer;
  transition: all 0.3s ease;
}
.drawer__btn span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #464646;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.drawer__btn span:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  position: absolute;
  background: #676767;
  border-radius: 2px;
}
.drawer__btn span:nth-of-type(1) {
  top: 0;
}
.drawer__btn span:nth-of-type(1):before {
  top: -9px;
  left: 3px;
}
.drawer__btn span:nth-of-type(2) {
  top: 8px;
}
.drawer__btn span:nth-of-type(2):before {
  bottom: -9px;
  right: 3px;
}
.drawer__btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -22px;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 0.75s;
}

.page--home .drawer__btn span {
  background-color: #464646;
}
.page--home .drawer__btn span:before {
  background: #676767;
}

.page--home.menuOpen .drawer__btn span {
  background-color: #464646;
}
.page--home.menuOpen .drawer__btn span:before {
  background: #676767;
}

.black .drawer__btn span {
  background-color: #464646;
}
.black .drawer__btn span:before {
  background: #676767;
}

/* drawer */
.drawer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  overflow: hidden;
  visibility: hidden;
}
.drawer .navLogo {
  z-index: 100;
}
.drawer .navLogo svg {
  fill: #000;
  width: 13vw;
  visibility: hidden;
  opacity: 0;
}
.drawer .drawer-inner {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
}
.drawer .drawer-inner li {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.drawer .drawer-inner a {
  display: block;
  color: #000;
  font-size: 16px;
  line-height: 1.4;
  text-decoration: none;
  font-weight: 100;
  letter-spacing: 0.2em;
  overflow: hidden;
  position: relative;
}
.drawer .drawer-inner a, .drawer .drawer-inner .nav--tit {
  transform: translateY(110%);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease, color 0.3s ease;
}
.drawer .drawer-inner .sns {
  display: inline-block;
  height: 30px;
  vertical-align: middle;
  margin-bottom: 0;
  margin-right: 12px;
}
.drawer .drawer-inner .sns a {
  font-size: 23px;
}
.drawer .drawer-inner .sns a img {
  width: auto;
}
.drawer .drawer-inner #menuBnr {
  width: 180px;
  position: relative;
  margin-top: 20px;
}
.drawer .drawer-inner #menuBnr li {
  margin-bottom: 10px;
}
.drawer .drawer-bg {
  content: "";
  width: 200vw;
  height: 200vw;
  margin-right: -100vw;
  margin-top: -100vw;
  top: 40px;
  right: 40px;
  display: block;
  position: fixed;
  background: #ffdf6a;
  border-radius: 50%;
  transition: all 0.3s 0s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: scale(0.02);
}

.menuOpen .drawer__btn {
  mix-blend-mode: inherit;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transition: all 0.3s ease;
}
.menuOpen .drawer__btn span:nth-of-type(1) {
  top: 6px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.menuOpen .drawer__btn span:nth-of-type(2) {
  top: 6px;
}
.menuOpen .drawer__btn span:before {
  content: none;
}
.menuOpen .drawer {
  visibility: visible;
  right: 0;
  z-index: 100;
}
.menuOpen .drawer .navLogo svg {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s 0s ease;
}
.menuOpen .drawer .drawer-inner {
  opacity: 1;
  visibility: visible;
}
.menuOpen .drawer .drawer-inner a, .menuOpen .drawer .drawer-inner .nav--tit {
  transform: translateY(0);
  opacity: 1;
}
.menuOpen .drawer .drawer-bg {
  transform: scale(1.5);
  transition: all 0.6s ease-out;
}

.footerImg {
  position: relative;
}

footer {
  width: 100%;
  background: #efefef;
  text-align: center;
  position: absolute;
  bottom: 0;
}
footer p {
  display: inline-block;
}
footer .mail {
  display: block;
  font-size: 13px;
  letter-spacing: 0.05em;
}
footer .mail a {
  text-decoration: none;
}
footer .mail a i {
  display: inline-block;
  margin-right: 10px;
}
footer .mail a svg {
  width: 14px;
  height: 9px;
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-linejoin: round;
}
footer .logo,
footer .yoani,
footer .mail,
footer .block--bnr {
  display: none;
}
footer .block--bnr .list--bnr {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
footer .block--bnr .list--bnr li:last-child {
  margin-right: 0;
}
footer .block--bnr .list--bnr li a {
  display: block;
}
footer .yoani {
  display: block;
  width: 50%;
  margin: 10px auto;
}

.page--home footer {
  position: inherit;
}
.page--home footer .logo,
.page--home footer .yoani,
.page--home footer .mail,
.page--home footer .block--bnr {
  display: block;
}

.slick-slide img {
  width: 100%;
}

.slick-prev,
.slick-next {
  display: block;
  color: #000;
  font-size: 0;
  line-height: 0;
  padding: 0;
  position: absolute;
  z-index: 99;
  cursor: pointer;
  border: none;
  outline: none;
}

.slick-prev {
  transform: scale(-1, 1);
}

.page--home .wrap {
  padding-top: 0;
  padding-bottom: 0;
}
.page--home #logo {
  display: none;
}
.page--home .section--keyvisual {
  position: relative;
  padding: 0;
  margin: 0 auto;
}
.page--home .section--keyvisual #bg img {
  width: 100%;
  height: 100%;
  background: no-repeat center bottom;
  background-size: cover;
  -webkit-background-size: cover;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transition: all 0.8s ease-out;
}
.page--home .section--bnr .list--bnr li img {
  display: block;
  width: 100%;
}
.page--home .list__more {
  text-align: right;
  font-size: 10px;
  letter-spacing: 0.3em;
  margin: 0 0 0 auto;
}
.page--home .list__more a {
  position: relative;
  color: #434343;
}
.page--home .list__more a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #989898;
  position: absolute;
  bottom: -6px;
  right: 0;
  transform: scale(1, 1);
  transform-origin: right top;
}
.page--home .section--video .tit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}
.page--home .section--twitter .snsList {
  display: flex;
  justify-content: center;
}
.page--home .section--twitter .snsList li {
  margin-right: 15px;
}
.page--home .section--twitter .snsList li:last-child {
  margin-right: 0px;
}
.page--home .section--twitter .snsList li a {
  text-decoration: none;
  width: 40px;
  height: 40px;
  background: #ffdf6a;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: #000000;
  font-size: 16px;
}
.page--home .section--twitter .snsList li a:hover {
  color: #FFB031;
}

.loaded.page--home .section--keyvisual #bg img, .all-clear.page--home .section--keyvisual #bg img {
  transform: scale(1);
  -webkit-transform: scale(1);
}

/*  page--info
------------------------------ */
.page--info .section--detail .txt a {
  color: #FFB031;
  text-decoration: underline;
}
.page--info.category-2 .section--detail .area--data {
  margin-bottom: 8px;
}
.page--info.category-2 .section--detail .date {
  margin-bottom: 0;
}
.page--info.category-2 .section--detail .tit {
  margin-bottom: 15px;
}
.page--info.category-2 .section--detail .block--share ul {
  justify-content: flex-end;
}

/*  page--schedule
------------------------------ */
.page--schedule .section--list {
  position: relative;
}
.page--schedule .section-tit {
  margin-bottom: 3vw;
}
.page--schedule .cell a {
  color: #000;
}
.page--schedule .cell a span {
  display: inline-block;
  font-size: 8px;
  padding: 3px 4px 2px;
  line-height: 1;
  margin-bottom: 4px;
}
.page--schedule .cell a .cat {
  color: #fff;
}
.page--schedule .cell a .tit {
  font-size: 12px;
  line-height: 140%;
  word-break: break-all;
}
.page--schedule .form__checkbox {
  display: flex;
}
.page--schedule .form--horizontal label {
  display: block;
}
.page--schedule .form__checkbox label p {
  font-size: 11px;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: 0.05em;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #aaa !important;
  /*border: 1px solid #aaa !important;*/
  display: block !important;
  /*border-radius: 20px;*/
  transition: all 0.3s ease;
}
.page--schedule .form__checkbox label p::before,
.page--schedule .form__checkbox label p::after {
  display: none;
}
.page--schedule .form__checkbox li label p:hover {
  color: #fff;
}
.page--schedule .form__checkbox li:nth-child(1) label p {
  color: #f9769f;
}
.page--schedule .form__checkbox input[type=checkbox] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.page--schedule .form__checkbox.form__error {
  color: #f33;
}
.page--schedule .form__checkbox label p::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  border: none;
  position: absolute;
  top: inherit;
  bottom: -4px;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.page--schedule .form__checkbox :checked ~ p {
  background: inherit;
}
.page--schedule .form__checkbox :checked ~ p::before {
  transform: scaleX(1);
  transform-origin: left;
  border: none;
}
.page--schedule .form__checkbox li:nth-child(1) :checked ~ p {
  background: #fff;
  color: #000 !important;
}
.page--schedule .form__checkbox :checked ~ p:hover {
  opacity: 0.5;
}
.page--schedule .form__checkbox :checked + .live02 {
  background: #fff;
  color: #6ce0b6 !important;
}
.page--schedule .form__checkbox label p.live02::before {
  background: #6ce0b6;
}
.page--schedule .form__checkbox :checked + .live03 {
  background: #fff;
  color: #986ad6 !important;
}
.page--schedule .form__checkbox label p.live03::before {
  background: #986ad6;
}
.page--schedule .form__checkbox :checked + .live04 {
  background: #fff;
  color: #0089ff !important;
}
.page--schedule .form__checkbox label p.live04::before {
  background: #0089ff;
}
.page--schedule .form__checkbox :checked + .live05 {
  background: #fff;
  color: #66c0e2 !important;
}
.page--schedule .form__checkbox label p.live05::before {
  background: #66c0e2;
}
.page--schedule .form__checkbox :checked + .live06 {
  background: #fff;
  color: #ff7c7c !important;
}
.page--schedule .form__checkbox label p.live06::before {
  background: #ff7c7c;
}
.page--schedule .form__checkbox :checked + .live07 {
  background: #fff;
  color: #777 !important;
}
.page--schedule .form__checkbox label p.live07::before {
  background: #777;
}
.page--schedule .cell .cat {
  border: solid 1px;
  display: inline-block;
  padding: 10px 11px 8px;
  line-height: 0;
  font-size: 10px;
}
.page--schedule .cell .cat11 a .cat {
  background: #fff;
  color: #6ce0b6 !important;
  border-color: #6ce0b6 !important;
}
.page--schedule .cell .cat12 a .cat {
  background: #fff;
  color: #986ad6 !important;
  border-color: #986ad6 !important;
}
.page--schedule .cell .cat13 a .cat {
  background: #fff;
  color: #0089ff !important;
  border-color: #0089ff !important;
}
.page--schedule .cell .cat14 a .cat {
  background: #fff;
  color: #66c0e2 !important;
  border-color: #66c0e2 !important;
}
.page--schedule .cell .cat15 a .cat {
  background: #fff;
  color: #ff7c7c !important;
  border-color: #ff7c7c !important;
}
.page--schedule .cell .cat16 a .cat {
  background: #fff;
  color: #777 !important;
  border-color: #777 !important;
}
.page--schedule .schedule {
  margin: 0 0 6vw 0;
}
.page--schedule .detailInner {
  position: relative;
}
.page--schedule .btn {
  position: absolute;
  right: 0;
  top: 6.5vw;
}
.page--schedule .btn .change {
  display: block;
  width: 38px;
  height: 38px;
  font-family: "Comfortaa";
  font-weight: 600;
  font-size: 19px;
  line-height: 100%;
  text-decoration: none;
  text-align: center;
  background: #000;
  color: #fff;
  border-radius: 33px;
  padding: 10px 0 10px;
}
.page--schedule .btn .change:hover {
  opacity: 0.5;
}
.page--schedule .btn .change i {
  display: block;
  margin-bottom: 2px;
}
.page--schedule .list--information { /*overflow: hidden;*/ }
.page--schedule .list--information a .tit {
  color: #000;
}
.page--schedule .list--information .date {
  float: left;
  line-height: 100%;
  margin-right: 13px;
}
.page--schedule .list--information .md {
  display: inline-block;
  font-weight: 100;
  font-size: 24px;
  width: 75px;
  letter-spacing: 0.1em;
  margin-bottom: 17px;
  text-align: center;
}
.page--schedule .list--information .year {
  display: block;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-align: center;
}
.page--schedule .list--information .text {
  position: relative;
  top: -2px;
  /* left: 6%; */
  float: right;
  width: calc(100% - 88px);
}
.page--schedule .list--information .text .entry {
  position: relative;
  top: -19px;
  left: 0;
}
.page--schedule .list--information li > div:not(.text) {
  position: relative;
  top: -20px;
  left: 6%;
}
.page--schedule .list--information li:not(:last-child) {
  margin-bottom: 0;
}
.page--schedule .list--information li a {
  display: inline-block;
  width: 100%;
  padding-top: 20px;
  border-bottom: 1px solid #ddd !important;
  padding-bottom: 20px;
}
.page--schedule .list--information li a [class^=cat] {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 10px 11px 8px;
  line-height: 0;
  font-size: 10px;
  margin-bottom: 10px;
}
.page--schedule .calendar--header,
.page--schedule .calendar .weekHeader,
.page--schedule .calendar .calendarBody {
  display: flex;
  display: webkit-flex;
  flex-wrap: wrap;
}
.page--schedule .calendar .weekHeader div {
  font-size: 13px;
  padding-bottom: 5px;
}
.page--schedule .calendar .weekHeader div,
.page--schedule .calendar .calendarBody div > div {
  width: calc(14.2857142857% - 1px);
  text-align: center;
  border-right: 0.5px solid #000;
  border-bottom: 0.5px solid #000;
}
.page--schedule .calendar .calendarBody > div {
  width: 100%;
  display: flex;
  display: webkit-flex;
  flex-wrap: wrap;
  margin: 0;
}
.page--schedule .calendar .weekHeader div {
  border: none;
  border-bottom: 0.5px solid #000;
}
.page--schedule .calendar .week > div:nth-child(1) {
  border-left: 0.5px solid #000;
}
.page--schedule .calendar .weekHeader div:nth-child(6),
.page--schedule .calendar .week > div:nth-child(6) .date {
  color: #64a4f3;
}
.page--schedule .calendar .weekHeader div:nth-child(7),
.page--schedule .calendar .week > div:nth-child(7) .date {
  color: #f95d5d;
}
.page--schedule .calendar .calendarBody .cell {
  min-height: 100px;
  text-align: left;
  padding: 0 5px 5px;
}
.page--schedule .calendar .calendarBody .cell > div {
  width: 100%;
  border: none;
}
.page--schedule .calendar .calendarBody .cell > div:not(:last-child) {
  margin-bottom: 5px;
}
.page--schedule .calendar .calendarBody .cell > div a {
  display: block;
  text-align: left;
  text-decoration: none;
  font-size: 8px;
  line-height: 140%;
  word-break: break-all;
  transition: all 0.3s ease;
}
.page--schedule .cell a {
  color: #000;
}
.page--schedule .cell a span {
  display: inline-block;
  font-size: 8px;
  padding: 3px 4px 2px;
  line-height: 1;
  margin-bottom: 4px;
}
.page--schedule .cell a .cat {
  color: #fff;
}
.page--schedule .cell a .tit {
  font-size: 12px;
  line-height: 140%;
  word-break: break-all;
}
.page--schedule .calendar .calendarBody .cell > div a:hover {
  opacity: 0.6;
}
.page--schedule .form__checkbox li label p:hover {
  color: #fff;
}
.page--schedule .form__checkbox input[type=checkbox] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.page--schedule .calendar--header {
  padding-bottom: 30px;
}
.page--schedule .calendar--header.list {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
.page--schedule .calendar--header li {
  width: 33.2333333333%;
}
.page--schedule .calendar--header li a {
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  top: 9px;
  transition: all 0.3s ease;
  left: 0;
}
.page--schedule .calendar--header li div {
  opacity: 0.3;
}
.page--schedule .calendar--header li svg {
  width: 18px;
  height: 11px;
  padding-left: 5px;
  position: relative;
  transition: all 0.3s ease;
  left: 0;
}
.page--schedule .calendar--header li:nth-child(1) a {
  right: 0;
  left: inherit;
}
.page--schedule .calendar--header li:nth-child(1) svg {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  right: 0;
  left: inherit;
}
.page--schedule .calendar--header li:nth-child(1) {
  text-align: left;
}
.page--schedule .calendar--header li:nth-child(2) {
  text-align: center;
}
.page--schedule .calendar--header li:nth-child(2) .year {
  display: inlnie-block;
  padding-right: 5px;
}
.page--schedule .calendar--header li:nth-child(2) .month {
  font-size: 46px;
  font-weight: 300;
}
.page--schedule .calendar--header li:nth-child(2) .month_en {
  display: inlnie-block;
  padding-left: 5px;
}
.page--schedule .calendar--header li:nth-child(3) {
  text-align: right;
}
.page--schedule .calendar--header li:nth-child(1) a:hover {
  right: 10px;
}
.page--schedule .calendar--header li:nth-child(1) a:hover svg {
  right: 5px;
}
.page--schedule .calendar--header li:nth-child(3) a:hover {
  left: 10px;
}
.page--schedule .calendar--header li:nth-child(3) a:hover svg {
  left: 5px;
}
.page--schedule .form--horizontal li {
  display: inline-block;
  margin: 0 28px 0 0;
}

/*  page--disco
------------------------------ */
#disco .discoDetail .ph {
  width: 45%;
  float: left;
  margin-right: 5%;
  position: relative;
}
#disco .discoDetail .jacketList li:not(:last-child) {
  margin-bottom: 20px;
}
#disco .discoDetail .textArea {
  width: 50%;
  overflow: hidden;
}
#disco .discoDetail .date {
  font-family: "Open Sans";
  margin-bottom: 30px;
}
#disco .discoDetail [class^=cat] {
  margin-bottom: 20px;
}
#disco .discoDetail .cat::after {
  display: none;
}
#disco .discoDetail .tit {
  line-height: 150%;
  font-size: 28px;
  font-size: 2vw;
  margin-bottom: 10px;
}
#disco .discoDetail .txtBlock * {
  word-break: break-all;
}
#disco .discoDetail .txtBlock {
  margin-bottom: 50px;
}
#disco .discoDetail .discList {
  margin-top: 60px;
}
#disco .discoDetail .trackTit {
  font-size: 1rem;
}
#disco .discoDetail .trackList li {
  margin-bottom: 5px;
}
#disco .discoDetail .tieup {
  font-size: 0.65rem;
  padding-left: 1.5em;
}
#disco .discoDetail .contentsList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#disco .discoDetail .contentsList .date [class^=cat] {
  margin: 0 10px 0 0;
}
#disco .discoDetail .contentsList .thumb {
  background: no-repeat center top;
  background-size: cover;
  position: relative;
}
#disco .discoDetail .contentsList .thumb:before {
  content: "";
  background: inherit;
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(3px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
}
#disco .discoDetail .contentsList .thumb img {
  background-size: contain;
  z-index: 10;
  position: relative;
}

/*  page--profile
------------------------------ */
.page--profile .list--contents li {
  margin-bottom: 2em;
}
.page--profile .list--contents li .thumb {
  display: block;
  position: relative;
  border-radius: 20px;
  background: none;
  line-height: 0;
  overflow: hidden;
  -webkit-mask-image: url(/static/yoani3rd/common/mask_thumb.png);
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-image: url(/static/yoani3rd/common/mask_thumb.png);
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
}
.page--profile .list--contents li .thumb img {
  height: auto;
}
.page--profile .list--contents a {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
}
.page--profile .list--contents .txt {
  text-align: center;
  line-height: 1;
}
.page--profile .list--contents .txt .snsList {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.6em;
}
.page--profile .list--contents .txt .snsList li {
  width: clamp(18px, 2.4em, 30px);
  height: clamp(18px, 2.4em, 30px);
  margin-right: 0.4em;
  margin-bottom: 0;
}
.page--profile .list--contents .txt .snsList li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background: #000000;
  color: #ffffff;
  text-align: center;
}
.page--profile .list--contents .txt .snsList li a img {
  width: 100%;
  vertical-align: bottom;
}
.page--profile .list--contents .txt .snsList li:last-of-type {
  margin-right: 0;
}
.page--profile .list--contents .txt .snsList li.instagram a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(15px, 2em, 22px);
}
.page--profile .snsList li.tiktok a i {
  font-size: 18px;
  line-height: 30px;
}

.profile {
  max-width: 800px;
  margin: 0 auto;
}

.block--txt {
  width: 100%;
  display: inline-block;
}
.block--txt p {
  font-size: 50px;
  margin: 0 0px 39px 0;
}
.block--txt p .name {
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.2em;
  background: #ababab;
  padding: 2px 9px 0;
  border-radius: 10px;
}
.block--txt dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.block--txt dt {
  width: 35%;
  margin-bottom: 25px;
}
.block--txt dd {
  width: 65%;
  margin-bottom: 25px;
  line-height: 1.5;
}
.block--txt .list--sns {
  display: flex;
  align-items: center;
  border-top: solid 1px #989898;
}
.block--txt .list--sns li {
  letter-spacing: 0.2em;
}
.block--txt .list--sns li:last-child {
  margin-right: 0;
}

.box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.block--ph {
  position: relative;
}
.block--ph .memberImg {
  -webkit-mask-image: url(/static/yoani3rd/profile/profile_mask_inner.png);
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-image: url(/static/yoani3rd/profile/profile_mask_inner.png);
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  border-radius: 30px;
  position: relative;
}
.block--ph::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/static/yoani3rd/profile/profile_mask_inner.png) no-repeat;
  background-size: contain;
  background-position: right;
  left: 2%;
  top: 2%;
}

body.profOpe {
  overflow: hidden;
}

.profDetail {
  margin: 0 auto 3em;
}
.profDetail .ph {
  position: relative;
  width: 80%;
  margin: 0 auto 20px;
}
.profDetail .ph img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
}
.profDetail .ph > img {
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  aspect-ratio: 2/3;
  padding-top: 50%;
}
.profDetail .statusArea {
  width: 80%;
  margin: 0 auto;
}
.profDetail .statusArea p {
  margin-bottom: 30px;
  font-size: 22px;
  text-align: center;
}
.profDetail .statusArea span {
  display: block;
  font-size: 10px;
  letter-spacing: 0.05em;
}
.profDetail dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto 0.6em;
}
.profDetail dl dt {
  width: 8em;
  font-size: 11px;
}
.profDetail dl dd {
  font-size: 1.1em;
}
.profDetail .snsList {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 2em;
}
.profDetail .snsList li {
  width: clamp(18px, 2.4em, 30px);
  height: clamp(18px, 2.4em, 30px);
  margin-right: 0.4em;
  margin-bottom: 0;
}
.profDetail .snsList li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background: #000000;
  color: #ffffff;
  text-align: center;
}
.profDetail .snsList li a img {
  width: 100%;
  vertical-align: bottom;
}
.profDetail .snsList li.instagram a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(15px, 2em, 22px);
}
.profDetail .snsList li.tiktok a i {
  font-size: 18px;
  line-height: 30px;
}
.profDetail .snsList li:last-of-type {
  margin-right: 0;
}

/*  page--about
------------------------------ */
/*  page--producer
------------------------------ */
.page--producer .pd-txt dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.page--producer .pd-txt .list--sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.page--producer .pd-txt .list--sns li a {
  display: block;
}
.page--producer .pd-txt .txt {
  padding: 30px 0 0;
}

.page--questionnaire .section--detail {
  padding: 0 10%;
}
.page--questionnaire .section--detail .tit {
  font-size: 16px;
  margin-bottom: 8px;
}
.page--questionnaire .section--detail form .form--post input {
  margin-right: 0.4em;
}
.page--questionnaire .section--detail form .form--post {
  margin: 0 0 8%;
}
.page--questionnaire .section--detail .form--confirm dt {
  font-size: 12px;
  border-bottom: 1px solid #e4e5e6;
  padding-bottom: 5px;
}

/* page--faq
-------------------------------- */
/* page--entry
------------------------------ */
.page--entry .wrap {
  background: #ffdf6a;
}
.page--entry .section--detail {
  color: #606060;
}
.page--entry .section--detail .btn--main {
  background: #FFB031;
  color: #fff;
}
.page--entry .section--detail .txt--sub {
  text-indent: -1em;
  padding-left: 1em;
}
.page--entry .section--detail svg {
  fill: #FFB031;
  margin-right: 8px;
}
.page--entry .section--detail .block-tit {
  font-weight: 300;
}
.page--entry .section--detail .tit {
  display: flex;
  align-items: center;
  color: #FFB031;
  line-height: 1;
}
.page--entry .section--detail .tit span {
  margin-top: 3px;
}
.page--entry .section--detail table {
  margin: 0 auto 40px;
  border: none;
}
.page--entry .section--detail table th {
  width: 175px;
  padding: 10px 3%;
  text-align: center;
  border: 1px solid #000;
  font-weight: 400;
  font-size: 12px;
}
.page--entry .section--detail table td {
  padding: 20px;
  border: 1px solid #000;
  padding: 10px 3%;
  font-size: 12px;
}
.page--entry .section--detail table td li {
  text-indent: -1em;
  padding-left: 1em;
}
.page--entry .section--detail table.list--payment {
  margin-bottom: 10px;
}
.page--entry .section--detail .block--contents {
  position: relative;
  background: #fff895;
}
.page--entry .section--detail .block--contents:before {
  background: #fff895;
}
.page--entry .section--detail .block--entry {
  position: relative;
}
.page--entry .section--detail .block--entry:before {
  background: #ffdf6a;
}
.page--entry .section--detail .block--entry .block-tit {
  margin-bottom: 10px;
}
.page--entry .section--detail .block--entry dt {
  font-size: 4.6vw;
  margin-bottom: 8px;
}
.page--entry .section--detail .block--entry dd {
  margin-bottom: 20px;
}
.page--entry .section--detail .block--entry .caution {
  display: block;
}
.page--entry .section--detail .block--entry .pay-kind li {
  position: relative;
}
.page--entry .section--detail .link-help {
  color: #FFB031;
}

/* page--error
------------------------------ */
.page--error .section--detail .btn {
  margin: 3em 0;
}

/* IE対策
------------------------------ */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .block--ph::before {
    left: 5%;
    top: 3%;
  }
}
/* keyframes
-----------------------*/
@keyframes scroll {
  0% {
    height: 0%;
    top: 0px;
    bottom: auto;
  }
  46% {
    height: 100%;
    top: 0;
    bottom: auto;
  }
  50% {
    height: 100%;
    bottom: 0;
    top: auto;
  }
  54% {
    height: 100%;
    bottom: 0;
    top: auto;
  }
  100% {
    height: 0;
    bottom: 0;
    top: auto;
  }
}
@keyframes loading {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes horizontal_RtoL {
  0% {
    transform: translateX(60px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes horizontal_LtoR {
  0% {
    transform: translateX(-60px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes line_left-right {
  50% {
    transform: scale(0, 1);
    transform-origin: right top;
  }
  51% {
    transform: scale(0, 1);
    transform-origin: left top;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
@keyframes titleView {
  0% {
    transform: translateY(250%);
  }
  20% {
    transform: translateY(250%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes titleView_sp {
  0% {
    transform: translateY(40vh);
  }
  20% {
    transform: translateY(40vh);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes scrollview {
  0% {
    transform: translateY(40%);
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes scrolldown {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  60% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  60.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a {
    transition: all 0.3s 0s ease;
  }
  .btn input {
    transition: 0.3s;
  }
  .btn--main,
  .btn--sub {
    min-width: 250px;
    padding: 14px;
    font-size: 14px;
  }
  .btn--main:hover {
    background: #FFB031;
    color: #fff;
  }
  .btn--sub:hover {
    background: #000;
    color: #fff;
  }
  .detail__btn a {
    padding-left: 4px;
    font-size: 14px;
  }
  .detail__btn a:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .detail__btn a:hover {
    opacity: 1;
  }
  .detail__btn a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
  }
  .wrap {
    padding-top: 200px;
    padding-bottom: 25vw;
  }
  .section--list {
    width: 70%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .section--list .list--contents li {
    margin-bottom: 50px;
  }
  .section--list .list--contents li a .thumb {
    width: 100%;
    transition: 0.3s;
    position: relative;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .section--detail {
    /* block--share */
  }
  .section--detail .area--data {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .section--detail .tit {
    font-size: 24px;
    margin-bottom: 6px;
  }
  .section--detail .date {
    font-size: 12px;
  }
  .section--detail .block--share {
    font-size: 10px;
  }
  .section--detail .block--share a {
    font-size: 14px;
  }
  .section--detail .block--share a i {
    transition: color 0.3s 0s ease;
  }
  .section--detail .block--share a:hover i {
    color: #FFB031;
  }
  .section--detail .block--share li.line-icon {
    display: none;
  }
  .section--detail .txt {
    padding: 40px 0 60px;
    font-size: 16px;
    line-height: 1.8;
  }
  .section--detail .block--pager {
    text-align: center;
  }
  .section--detail.new .tit:after {
    content: "New!";
    display: inline-block;
    position: relative;
    margin-left: 5px;
    color: #D01D4D;
    font-family: "Pacifico";
    font-size: 24px;
  }
  .section-tit {
    font-size: 16px;
    margin-bottom: 50px;
  }
  .tit {
    font-size: 15px;
  }
  .date {
    font-size: 11px;
    font-size: 0.8vw;
    letter-spacing: 0.1em;
  }
  .category {
    padding: 10px 11px 8px;
    margin-left: 10px;
  }
  .column--harf {
    display: flex;
    justify-content: space-between;
  }
  .scroll {
    bottom: 0;
  }
  .lead {
    margin-bottom: 30px;
  }
  .no-data {
    font-size: 14px;
  }
  h1#logo {
    position: fixed;
    top: 58px;
    left: 4%;
  }
  h1#logo a:hover {
    opacity: 0.5;
  }
  h1#logo svg {
    width: 88px;
    height: 30px;
  }
  /* drawer__btn */
  .drawer__btn {
    top: 40px;
    right: 40px;
  }
  .drawer__btn:hover span:nth-of-type(1) {
    transform: translateY(-4px);
    transition: all 0.2s;
  }
  .drawer__btn:hover span:nth-of-type(2) {
    transform: translateY(4px);
    transition: all 0.2s;
  }
  .drawer {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .drawer .navLogo {
    margin-right: 10vw;
  }
  .drawer .drawer-inner a svg {
    width: 20px;
    height: 10px;
    position: absolute;
    top: 20%;
    left: -40px;
    transition: all 0.4s ease;
  }
  .drawer .drawer-inner a:hover {
    color: #FFB031;
  }
  .drawer .drawer-inner .sns a {
    line-height: 0;
    padding-top: 1px;
  }
  .drawer .drawer-inner .sns a svg,
  .drawer .drawer-inner .sns a i {
    transition: all 0.3s 0s ease;
  }
  .drawer .drawer-inner .sns a:hover {
    padding-left: 0;
  }
  .drawer .drawer-inner .sns a:hover svg {
    fill: #FFB031;
  }
  .drawer .drawer-inner .sns a:hover i {
    color: #FFB031;
  }
  .drawer .drawer-inner .sns a img {
    height: 25px;
  }
  .drawer .drawer-inner .sns.ameba {
    margin-left: -5px;
  }
  .drawer .drawer-inner .sns.ameba a {
    padding-top: 0;
  }
  .drawer:after {
    width: 200vw;
    height: 230vh;
    top: -40vw;
    left: -50vw;
    transform: scaleX(0.001);
  }
  .menuOpen .drawer__btn:hover span:nth-of-type(1) {
    top: 6px;
    transform: rotate(90deg) scaleX(1.2);
    -webkit-transform: rotate(90deg) scaleX(1.2);
  }
  .menuOpen .drawer__btn:hover span:nth-of-type(2) {
    top: 6px;
    transform: scaleX(1.2);
    -webkit-transform: scaleX(1.2);
  }
  .menuOpen .drawer {
    transition: all 0.75s ease;
  }
  .menuOpen .drawer:after {
    transform: scaleX(1);
  }
  /* drawer */
  footer {
    padding: 5vw 0 3vw;
  }
  footer .logo {
    display: none;
  }
  footer a {
    display: block;
  }
  footer a:hover {
    text-decoration: none;
  }
  footer .block--bnr {
    width: 70%;
    margin: 0 auto 60px;
  }
  footer .block--bnr li {
    width: 22%;
    margin-right: 10px;
    margin-bottom: 6px;
    line-height: 0;
  }
  footer .block--bnr li:last-child, footer .block--bnr li:nth-child(4) {
    margin-right: 0;
  }
  footer .block--bnr li a:hover {
    opacity: 0.5;
  }
  footer .offer a:hover {
    opacity: 0.5;
  }
  footer .mail {
    margin-bottom: 80px;
  }
  footer .mail a {
    position: relative;
    left: 0;
  }
  footer .mail a span {
    display: inline-block;
    width: 20px;
    height: 18px;
    position: relative;
    top: 1px;
    overflow: hidden;
  }
  footer .mail a span svg {
    display: block;
    width: 16px;
    height: 9px;
    position: absolute;
    top: 1px;
    left: -22px;
    transition: all 0.3s ease;
    top: 8px;
  }
  footer .mail a i {
    position: absolute;
    top: 6px;
    left: 0;
    transition: all 0.3s ease;
  }
  footer .mail a:hover i {
    transform: translateX(30px);
  }
  footer .mail a:hover svg {
    left: 0;
  }
  footer .block--bnr .list--bnr {
    justify-content: center;
  }
  footer .yoani {
    width: 180px;
    margin: 0 auto 10px;
    transition: opacity 0.3s;
  }
  footer .yoani img {
    width: 100%;
    display: block;
  }
  footer .yoani:hover {
    opacity: 0.5;
  }
  footer .copyright {
    font-size: 11px;
  }
  .slick-track {
    padding-bottom: 18px;
  }
  .slick-slide {
    margin: 0 10px;
  }
  .slick-slide img {
    transition: all 0.3s ease;
  }
  .slick-slide:hover .slick-prev,
  .slick-slide:hover .slick-next {
    opacity: 1;
    transition: all 0.3s ease;
  }
  .slick-slide:hover .slick-prev {
    left: 0;
  }
  .slick-slide:hover .slick-next {
    right: 0;
  }
  .slick-slide .slick-prev:hover::after:hover,
  .slick-slide .slick-next:hover::after:hover {
    opacity: 0.5;
  }
  .slick-prev,
  .slick-next {
    width: 60px;
    height: 45px;
    top: 95%;
    background: url("/static/yoani3rd/common/arrow-pc.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .slick-prev {
    transition: all 0.3s ease;
  }
  .slick-prev:hover, .slick-prev:focus {
    opacity: 0.5;
  }
  .slick-next:hover, .slick-next:focus {
    opacity: 0.5;
  }
  .slick-dots {
    display: block;
    width: 100%;
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: -20px;
  }
  .slick-dots li {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    padding: 0;
    margin: 0;
    cursor: pointer;
  }
  .slick-dots li button {
    display: block;
    width: 20px;
    height: 20px;
    font-size: 0;
    line-height: 0;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  }
  .slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
  }
  .slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
  }
  .slick-dots li button:before {
    content: "";
    width: 5px;
    height: 5px;
    line-height: 20px;
    text-align: center;
    background: #ddd;
    border-radius: 8px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 6px;
    left: 6px;
    transition: all 0.3s ease;
  }
  .slick-dots li.slick-active button:before {
    background: #999;
  }
  .slick-dots li:hover button:before {
    background: #999;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transition: all 0.3s ease;
  }
  .wrap--date {
    margin-bottom: 8px;
  }
  /* list--information */
  .list--information {
    margin-bottom: 80px;
  }
  .list--information li a .thumb {
    width: 80px;
    height: 80px;
  }
  .list--information li a .wrap--txt {
    width: calc(100% - 80px);
  }
  .list--information li a:hover {
    padding-left: 40px;
  }
  .list--information li a:hover .arrow {
    left: 0;
  }
  .list--information li.new .tit:after {
    content: "New!";
    display: inline-block;
    position: relative;
    margin-left: 5px;
    color: #D01D4D;
    font-family: "Pacifico";
    font-size: 14px;
  }
  .list--information li:not(:last-child) {
    margin-bottom: 22px;
  }
  .list--information.schedule .wrap--date {
    margin-bottom: 0;
    margin-right: 13px;
    margin-left: -8px;
  }
  .list--information.schedule .wrap--date .md {
    display: inline-block;
    font-weight: 100;
    font-size: 26px;
    width: 80px;
    margin-bottom: 10px;
    text-align: center;
  }
  .list--information.schedule .wrap--date .year {
    display: block;
    font-size: 10px;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .list--information.schedule .wrap--tit {
    width: calc(100% - 110px);
  }
  .list--information.schedule li a .tit {
    margin-left: 0;
  }
  .list--contents:after {
    content: "";
    display: block;
    width: 32%;
  }
  .list--contents > li {
    width: 32%;
  }
  .list--contents > li a {
    display: block;
  }
  .list--contents > li .thumb {
    overflow: hidden;
  }
  .list--contents > li .tit {
    font-size: 16px;
  }
  .list--contents > li.new .tit:after {
    content: "New!";
    display: inline-block;
    position: relative;
    margin-left: 5px;
    color: #D01D4D;
    font-family: "Pacifico";
    font-size: 14px;
  }
  .list--video .thumb img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
  .list--accordion dt {
    padding: 15px 40px 15px 20px;
  }
  .list--accordion dd {
    padding: 30px;
    border-top: 1px dashed #e4e5e6;
  }
  .list--accordion dt:before,
  .list--accordion dd:before {
    font-weight: 400;
    font-size: 18px;
    vertical-align: -1px;
    margin: 0 8px 0 0;
  }
  .list--accordion dt .switch {
    right: 27px;
    top: 50%;
  }
  /* block--category */
  .block--category li {
    margin: 0 14px;
  }
  .block--category li a:before,
  .block--category li.current:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    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--category li.current {
    display: inline-block;
  }
  .block--category li.current a::before, .block--category li.current::before {
    transform: scaleX(1);
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
  }
  .block--category li a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
  .block--category li.cat1 a::before,
  .block--category li.cat1.current::before,
  .block--category li.cat4 a::before,
  .block--category li.cat4.current::before {
    background: #f19bc2;
  }
  .block--category li.cat2 a::before,
  .block--category li.cat2.current::before,
  .block--category li.cat5 a::before,
  .block--category li.cat11 a::before,
  .block--category li.cat5.current::before,
  .block--category li.cat11.current::before {
    background: #6ce0b6;
  }
  .block--category li.cat6 a::before,
  .block--category li.cat12 a::before,
  .block--category li.cat6.current::before,
  .block--category li.cat12.current::before {
    background: #986ad6;
  }
  .block--category li.cat3 a::before,
  .block--category li.cat3.current::before,
  .block--category li.cat7 a::before,
  .block--category li.cat13 a::before,
  .block--category li.cat7.current::before,
  .block--category li.cat13.current::before {
    background: #0089ff;
  }
  .block--category li.cat8 a::before,
  .block--category li.cat14 a::before,
  .block--category li.cat8.current::before,
  .block--category li.cat14.current::before {
    background: #66c0e2;
  }
  .block--category li.cat9 a::before,
  .block--category li.cat9.current::before {
    background: #fdbf0f;
  }
  .block--category li.cat10 a::before,
  .block--category li.cat16 a::before,
  .block--category li.cat10.current::before,
  .block--category li.cat16.current::before {
    background: #777;
  }
  .block--category li.cat15 a::before,
  .block--category li.cat15.current::before {
    background: #ff7c7c;
  }
  .block--pager li {
    font-size: 16px;
    margin: 0 4px;
  }
  .block--pager li a {
    padding: 0px 5px 4px;
    font-size: 16px;
    letter-spacing: 0.1em;
    transition: 0.3s;
    white-space: nowrap;
    position: relative;
  }
  .block--pager li a span {
    position: relative;
    left: 1px;
  }
  .block--pager .pager__item--newer a,
  .block--pager .pager__item--newer span,
  .block--pager .pager__item--older a,
  .block--pager .pager__item--older span {
    width: 40px;
    height: 20px;
    background: url(/static/yoani3rd/common/arrow-pc.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .block--pager .pager__item--newer a,
  .block--pager .pager__item--newer span {
    transform: scale3d(-1, 1, 1);
  }
  .block--pager .pager__item--newer:hover a {
    transform: scale(-1, 1) translateX(10px);
  }
  .block--pager .pager__item--older {
    float: right;
  }
  .block--pager .pager__item--older:hover a {
    transform: translateX(10px);
  }
  .block--pager .pager__item--other a::before {
    content: "";
    background: #FFB031;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -3px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .block--pager .pager__item--other a:hover {
    opacity: 1;
  }
  .block--pager .pager__item--other a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
  .block--pager .pager__item--current,
  .block--pager .pager__item--other {
    width: auto;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
  }
  /*  page--home
  ------------------------------ */
  .page--home [class^=section] .inner {
    width: 70%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
  }
  .page--home .section--keyvisual,
  .page--home .section--keyvisual #bg,
  .page--home .section--keyvisual #bg div {
    height: 800px;
    height: 100vh;
    min-height: 660px;
  }
  .page--home .section--keyvisual .block--logo {
    width: 240px;
    height: 140px;
    position: absolute;
    left: calc(50% - 120px);
    top: 12%;
  }
  .page--home .section--keyvisual .block--logo svg {
    width: 240px;
    height: 140px;
  }
  .page--home .section--bnr .list--bnr li {
    transition: all 0.3s 0s ease;
  }
  .page--home .section--bnr .list--bnr li:hover:hover {
    opacity: 0.5;
  }
  .page--home .list__more a {
    padding-left: 20px;
  }
  .page--home .list__more a:after {
    transition: all 0.3s 0s ease;
  }
  .page--home .list__more a:hover::after {
    animation: line_left-right 0.8s ease-out;
  }
  .page--home .section--info,
  .page--home .section--schedule {
    margin-bottom: 10vw;
  }
  .page--home .section--video {
    background-color: #F7F7F7;
  }
  .page--home .section--info,
  .page--home .section--bnr {
    z-index: 10;
  }
  .page--home .section--bnr {
    overflow: hidden;
    padding: 50px 0;
    margin-bottom: 7.2vw;
  }
  .page--home .section--bnr.noSlick {
    padding: 50px;
  }
  .page--home .section--bnr.noSlick .list--bnr {
    display: flex;
    justify-content: center;
  }
  .page--home .section--bnr.noSlick .list--bnr li {
    margin-right: 20px;
    max-width: 500px;
  }
  .page--home .section--bnr.noSlick .list--bnr li img {
    display: block;
    width: 100%;
  }
  .page--home .section--bnr.noSlick .list--bnr li:last-child {
    margin-right: 0;
  }
  .page--home .section--video {
    padding: 10vw 0;
  }
  .page--home .section--video .list--video {
    margin-bottom: 8vw;
  }
  .page--home .section--video .list--video .thumb,
  .page--home .section--video .list--video .youtubeBox {
    margin-bottom: 30px;
  }
  .page--home .section--video .slick-slide {
    margin: 0;
  }
  .page--home .section--video .slick-current {
    cursor: pointer;
    transition: opacity 0.3s 0s ease;
  }
  .page--home .section--video .slick-current:hover {
    opacity: 0.5;
  }
  .page--home .section--video .slick-track {
    padding: 0;
  }
  .page--home .section--video .slick-prev,
  .page--home .section--video .slick-next {
    transition: all 0.3s 0s ease;
  }
  .page--home .section--video .slick-prev {
    left: 0;
    transform: scale(-1, 1) translateX(0);
  }
  .page--home .section--video .slick-prev:hover {
    transform: scale(-1, 1) translateX(10px);
  }
  .page--home .section--video .slick-next {
    right: 0;
    transform: translateX(0);
  }
  .page--home .section--video .slick-next:hover {
    transform: translateX(10px);
  }
  .page--home footer {
    background: none;
    padding: 0 0 3vw;
    display: block;
    z-index: 10;
  }
  .page--home footer .inner,
  .page--home footer .block--copyright {
    margin: 0 auto;
  }
  .page--home footer .logo {
    width: 6vw;
    margin: 0 auto 50px;
  }
  .page--home .footerImg {
    line-height: 0;
    position: relative;
  }
  /*  page--info
  ------------------------------ */
  .page--info .section--list .section-tit {
    margin-bottom: 3vw;
  }
  .page--info .section--detail {
    width: 80%;
    max-width: 1000px;
    padding: 0;
    margin: 0 auto;
  }
  .page--info .section--detail .txt a:hover {
    text-decoration: none;
  }
  .page--info.category-2 .section--detail .date .md {
    font-size: 20px;
  }
  /*  page--schedule
  ------------------------------ */
  .section--schedule .btn {
    position: absolute;
    right: 0;
    margin-top: -8.5vw;
  }
  .section--schedule .more {
    bottom: -60px;
    bottom: -3vw;
  }
  .section--schedule.detail.listPage footer {
    display: block;
  }
  .section--schedule.detail .infoDetail .tit {
    margin-bottom: 20px;
  }
  .section--schedule.detail .infoDetail .date {
    line-height: 100%;
    margin: 0 0 0;
  }
  .section--schedule.detail .infoDetail .md {
    display: inline;
    font-weight: 100;
    font-size: 22px;
    letter-spacing: 0.1em;
  }
  .section--schedule.detail .infoDetail .year {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    margin-right: 5px;
  }
  .section--schedule.detail .infoDetail .new {
    font-size: 14px;
    margin-left: 6px;
  }
  .section--schedule.detail .infoDetail [class^=cat] {
    vertical-align: 3px;
    margin-right: 0;
  }
  .section--schedule .calendarHeader,
  .section--schedule .calendar .weekHeader,
  .section--schedule .calendar .calendarBody {
    display: flex;
    flex-wrap: wrap;
  }
  .section--schedule .calendar .weekHeader div {
    font-size: 13px;
    padding-bottom: 5px;
  }
  .section--schedule .calendar .weekHeader div,
  .section--schedule .calendar .calendarBody div > div {
    width: calc(14.2857142857% - 1px);
    text-align: center;
    border-right: 0.5px solid #000;
    border-bottom: 0.5px solid #000;
  }
  .section--schedule .calendar .calendarBody > div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
  .section--schedule .calendar .calendarBody .cell > div a:hover {
    opacity: 0.6;
  }
  .section--schedule .calendar .weekHeader div {
    border: none;
    border-bottom: 0.5px solid #000;
  }
  .section--schedule .calendar .week > div:nth-child(1) {
    border-left: 0.5px solid #000;
  }
  .section--schedule .calendar .weekHeader div:nth-child(6),
  .section--schedule .calendar .week > div:nth-child(6) .date {
    color: #64a4f3;
  }
  .section--schedule .calendar .weekHeader div:nth-child(7),
  .section--schedule .calendar .week > div:nth-child(7) .date {
    color: #f95d5d;
  }
  .section--schedule .calendar .calendarBody .cell {
    min-height: 100px;
    text-align: left;
    padding: 0 5px 5px;
  }
  .section--schedule .calendar .calendarBody .cell > div {
    width: 100%;
    border: none;
  }
  .section--schedule .calendar .calendarBody .cell > div:not(:last-child) {
    margin-bottom: 5px;
  }
  .section--schedule .calendar .calendarBody .cell > div a {
    display: block;
    text-align: left;
    text-decoration: none;
    font-size: 8px;
    line-height: 140%;
    word-break: break-all;
    transition: all 0.3s ease;
  }
  .section--schedule .calendar .scheduleList .calendarHeader {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .section--schedule .calendar .scheduleList .calendarHeader li {
    width: 33.2333333333%;
  }
  .section--schedule .calendar .scheduleList .calendarHeader li a {
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    position: relative;
    top: 9px;
    transition: all 0.3s ease;
    left: 0;
  }
  .section--schedule .calendar .scheduleList .calendarHeader li div {
    opacity: 0.3;
  }
  .section--schedule .calendar .scheduleList .calendarHeader li svg {
    width: 18px;
    height: 11px;
    padding-left: 5px;
    position: relative;
    transition: all 0.3s ease;
    left: 0;
  }
  .section--schedule .calendar .scheduleList .calendarHeader li:nth-child(1) a {
    right: 0;
    left: inherit;
  }
  .section--schedule .calendar .scheduleList .calendarHeader li:nth-child(1) svg {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    right: 0;
    left: inherit;
  }
  .section--schedule .calendar .scheduleList .calendarHeader li:nth-child(1) {
    text-align: left;
  }
  .section--schedule .calendar .scheduleList .calendarHeader li:nth-child(2) {
    text-align: center;
  }
  .section--schedule .calendar .scheduleList .calendarHeader li:nth-child(2) .year {
    display: inline-block;
    padding-right: 5px;
  }
  .section--schedule .calendar .scheduleList .calendarHeader li:nth-child(2) .month {
    font-size: 46px;
    font-weight: 300;
  }
  .section--schedule .calendar .scheduleList .calendarHeader li:nth-child(2) .month_en {
    display: inline-block;
    padding-left: 5px;
  }
  .section--schedule .calendar .scheduleList .calendarHeader li:nth-child(3) {
    text-align: right;
  }
  .section--schedule .calendar .scheduleList .calendarHeader li .form--horizontal li {
    display: inline-block;
    margin: 0 2px;
  }
  .section--schedule .calendar .scheduleList .calendarHeader li:nth-child(1) a:hover {
    right: 10px;
  }
  .section--schedule .calendar .scheduleList .calendarHeader li:nth-child(1) a:hover svg {
    right: 5px;
  }
  .section--schedule .calendar .scheduleList .calendarHeader li:nth-child(3) a:hover {
    left: 10px;
  }
  .section--schedule .calendar .scheduleList .calendarHeader li:nth-child(3) a:hover svg {
    left: 5px;
  }
  .section--schedule .calendar .scheduleList .btn .change {
    display: block;
    width: 38px;
    height: 38px;
    font-family: "Comfortaa";
    font-weight: 600;
    font-size: 19px;
    line-height: 100%;
    text-decoration: none;
    text-align: center;
    background: #000;
    color: #fff;
    border-radius: 33px;
    padding: 10px 0 10px;
  }
  .section--schedule .calendar .scheduleList .btn .change:hover {
    opacity: 0.5;
  }
  .section--schedule .calendar .scheduleList .btn .change i {
    display: block;
    margin-bottom: 2px;
  }
  .section--schedule .calendar .scheduleList .list--information {
    overflow: hidden;
  }
  .section--schedule .calendar .scheduleList .list--information a .tit {
    color: #000;
  }
  .section--schedule .calendar .scheduleList .list--information .date {
    margin-top: 12px;
    width: 28px;
    width: 2.4vw;
    position: absolute;
  }
  .section--schedule .calendar .scheduleList .list--information .text {
    position: relative;
    top: -2px;
    left: 6%;
  }
  .section--schedule .calendar .scheduleList .list--information .text .entry {
    position: relative;
    top: -19px;
    left: 0;
  }
  .section--schedule .calendar .scheduleList .list--information li > div:not(.text) {
    position: relative;
    top: -20px;
    left: 6%;
  }
  .section--schedule .calendar .scheduleList .list--information li:not(:last-child) {
    margin-bottom: 0;
  }
  .section--schedule .calendar .scheduleList .list--information li a {
    padding-top: 20px;
    border-bottom: 1px solid #ddd !important;
    padding-bottom: 20px;
  }
  /*  page--disco
  ------------------------------ */
  .page--disco .section--list .list--contents li a .thumb {
    margin-bottom: 15px;
  }
  .page--disco .section--list .list--contents li a .category {
    margin-left: 0;
    margin-right: 10px;
  }
  .page--disco .section--list .list--contents li a .date {
    font-size: 11px;
  }
  .page--disco .section--detail .wrap--disco--contents {
    display: flex;
    flex-wrap: wrap;
  }
  .page--disco .section--detail .wrap--disco--contents .jacket {
    width: 45%;
    margin-right: 5%;
  }
  .page--disco .section--detail .wrap--disco--contents .block--disc-detail {
    width: 50%;
  }
  .page--disco .section--detail .wrap--disco--contents .block--disc-detail > .tit {
    font-size: 2vw;
  }
  .page--disco .section--detail .wrap--disco--contents .block--disc-detail .category {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .page--disco .section--detail .wrap--disco--contents .block--disc-detail .wrap--date {
    margin-bottom: 30px;
  }
  .page--disco .section--detail .wrap--disco--contents .block--disc-detail iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
  }
  .page--disco .section--detail .wrap--disco--contents .block--disc-detail .text,
  .page--disco .section--detail .wrap--disco--contents .block--disc-detail ol {
    font-size: 1.02vw;
  }
  .page--disco .section--detail .wrap--disco--contents .block--disc-detail ol {
    line-height: 1.8;
  }
  .page--disco .section--detail .wrap--disco--contents .block--disc-detail ol h2 {
    font-size: 1em;
  }
  .page--disco .section--detail .wrap--disco--contents .block--disc-detail > ol > li + li {
    margin-top: 1em;
  }
  .page--disco .section--detail .wrap--disco--contents .detail__btn {
    width: 100%;
    margin-top: 60px;
  }
  /*  page--questionnaire
  ------------------------------ */
  .page--questionnaire .section--detail {
    width: 850px;
    margin: 0 auto;
    padding: 0;
  }
  .page--questionnaire .section--detail .section-tit {
    font-size: 26px;
  }
  .page--questionnaire .section--detail .txt--sub {
    margin-bottom: 20px;
    text-align: center;
  }
  .page--questionnaire .section--detail .btn .btn--sub:hover {
    border: none;
    background: #b7b7b7;
  }
  .page--questionnaire .section--detail .form--confirm {
    margin-bottom: 60px;
  }
  .page--questionnaire .section--detail .form--confirm dt {
    margin-bottom: 5px;
  }
  .page--questionnaire .section--detail .form--confirm dd {
    margin-bottom: 40px;
  }
  /*  page--profile
  ------------------------------ */
  .page--profile .section--list .list--contents > li {
    margin-bottom: 2em;
    padding: 0;
  }
  .page--profile .section--list .list--contents > li .thumb {
    width: 22vw;
    max-width: 380px;
    height: 22vw;
    max-height: 380px;
    margin-bottom: 0.6em;
    transition: all 0.3s 0s ease;
  }
  .page--profile .section--list .list--contents > li .name {
    margin: 0 8px 14px;
  }
  .page--profile .section--list .list--contents > li .yomi {
    display: block;
    width: 100%;
    font-size: 11px;
  }
  .page--profile .section--list .list--contents > li a:hover .thumb {
    border-radius: 50%;
  }
  .block--ph {
    width: 50%;
  }
  .profImg {
    opacity: 1;
  }
  .profImg .memberImg {
    display: block;
    width: 100%;
    max-width: 50vh;
    margin: 0 0 0 auto;
  }
  .block--txt {
    position: relative;
    z-index: 2;
    opacity: 1;
    width: 43%;
    margin-top: 25px;
    color: #000;
    font-size: 16px;
  }
  .block--txt p {
    margin: 0 0px 30px 0;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 4px;
  }
  .block--txt dl {
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.15em;
  }
  .block--txt .list--sns {
    padding-top: 20px;
  }
  .block--txt .list--sns li {
    margin-right: 20px;
    font-size: 10px;
  }
  .block--txt a {
    transition: all 0.3s 0s ease;
  }
  .block--txt a:hover {
    color: #FFB031;
  }
  .profDetail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 65%;
    margin: 0 auto;
  }
  .profDetail .ph {
    position: relative;
    width: 45%;
  }
  .profDetail .statusArea {
    width: 43%;
  }
  .profDetail .statusArea p {
    margin-bottom: 1em;
    font-size: 2vw;
    text-align: left;
  }
  .profDetail .statusArea span {
    display: block;
    font-size: 11px;
    letter-spacing: 0.05em;
    margin-top: 3px;
  }
  /*  page--about
  ------------------------------ */
  .page--about .section--detail {
    width: 80%;
    max-width: 1000px;
    padding: 0;
    margin: 0 auto;
    font-size: 16px;
    line-height: 2;
  }
  .page--about .section--detail .lead {
    margin-bottom: 15px;
    font-size: 24px;
  }
  /*  page--producer
  ------------------------------ */
  .page--producer .section--detail {
    width: 80%;
    max-width: 1000px;
    padding: 0;
    margin: 0 auto;
  }
  .page--producer .section--detail .pd-ph {
    width: 38%;
  }
  .page--producer .section--detail .pd-txt {
    width: 57%;
    font-size: 14px;
  }
  .page--producer .section--detail .pd-txt .name {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .page--producer .section--detail .pd-txt .name span {
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.17em;
    vertical-align: middle;
    margin-left: 10px;
  }
  .page--producer .section--detail .pd-txt dl {
    margin-bottom: 20px;
  }
  .page--producer .section--detail .pd-txt dt,
  .page--producer .section--detail .pd-txt dd {
    margin-bottom: 6px;
  }
  .page--producer .section--detail .pd-txt dt {
    width: 70px;
  }
  .page--producer .section--detail .pd-txt dd {
    width: calc(100% - 70px);
  }
  .page--producer .section--detail .pd-txt .list--sns li {
    width: 20px;
  }
  .page--producer .section--detail .pd-txt .list--sns li:not(:last-child) {
    margin-right: 10px;
  }
  .page--producer .section--detail .pd-txt .list--sns li a {
    font-size: 18px;
  }
  .page--producer .section--detail .pd-txt .list--sns li a:hover {
    color: #FFB031;
  }
  .page--producer .section--detail .pd-txt .list--sns li a:hover svg {
    fill: #FFB031;
  }
  .page--producer .section--detail .pd-txt .list--sns li a svg {
    width: 18px;
    height: 18px;
    transition: all 0.3s 0s ease;
  }
  .page--producer .section--detail .pd-txt .txt {
    font-size: 14px;
    line-height: 2;
  }
  .page--entry .wrap {
    padding-top: 16vh;
    padding-bottom: 10vh;
  }
  .page--entry .section--detail {
    padding: 0;
    font-size: 16px;
  }
  .page--entry .section--detail .inner {
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
  }
  .page--entry .section--detail .section-tit {
    font-size: 28px;
    margin: 0 auto 30px;
  }
  .page--entry .section--detail [class^=block--] {
    margin: 0 0 8vw;
  }
  .page--entry .section--detail [class^=block--] table {
    font-size: 13px;
  }
  .page--entry .section--detail [class^=block--] table th {
    width: 100px;
    padding: 10px 13px;
    text-align: center;
    font-size: 10px;
  }
  .page--entry .section--detail [class^=block--] table td {
    padding: 10px;
  }
  .page--entry .section--detail [class^=block--] table td .txt--sub {
    text-indent: -1em;
    padding-left: 1em;
  }
  .page--entry .section--detail table {
    margin: 0;
  }
  .page--entry .section--detail .btn :hover,
  .page--entry .section--detail .link-help :hover {
    transition: all 0.3s 0s ease;
  }
  .page--entry .section--detail .btn :hover:hover,
  .page--entry .section--detail .link-help :hover:hover {
    opacity: 0.5;
  }
  .page--entry .section--detail .block--lead {
    margin-bottom: 17vw;
  }
  .page--entry .section--detail .block--contents {
    padding-bottom: 16vw;
    margin-bottom: 0;
  }
  .page--entry .section--detail .block--contents:before {
    position: absolute;
    left: -3%;
    content: "";
    display: block;
    width: 106%;
    height: 26vw;
    transform: rotate(-12deg) skew(-14deg);
    -webkit-transform: rotate(-12deg) skew(-14deg);
    z-index: -1;
    top: -12vw;
  }
  .page--entry .section--detail .block-tit {
    margin-bottom: 30px;
    font-size: 24px;
  }
  .page--entry .section--detail .contents--list li {
    margin-bottom: 20px;
  }
  .page--entry .section--detail .contents--list .tit {
    font-size: 20px;
  }
  .page--entry .section--detail .contents--list .ticket svg {
    width: 34px;
    height: 24px;
  }
  .page--entry .section--detail .contents--list .member-blog svg {
    width: 24px;
    height: 24px;
  }
  .page--entry .section--detail .contents--list .movie svg {
    width: 24px;
    height: 24px;
  }
  .page--entry .section--detail .contents--list .photo svg {
    width: 26px;
    height: 24px;
  }
  .page--entry .section--detail .block--entry:before {
    position: absolute;
    left: -3%;
    content: "";
    display: block;
    width: 106%;
    height: 26vw;
    transform: rotate(-12deg) skew(-14deg);
    -webkit-transform: rotate(-12deg) skew(-14deg);
    z-index: 0;
    top: -12vw;
  }
  .page--entry .section--detail .block--entry .block-tit {
    margin-bottom: 10px;
  }
  .page--entry .section--detail .block--entry dt {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .page--entry .section--detail .block--entry dd {
    margin-bottom: 60px;
  }
  .page--entry .section--detail .block--entry .caution {
    font-size: 12px;
  }
  .page--entry .section--detail .block--entry .pay-kind {
    margin-top: 10px;
  }
  .page--entry .section--detail .block--entry .pay-kind li {
    margin-bottom: 10px;
  }
  .page--entry .section--detail .block--entry .subTit {
    font-size: 18px;
    font-weight: 600;
  }
  .page--entry .section--detail .block--entry .subTxt {
    font-size: 14px;
  }
  .page--entry .section--detail .link-help {
    margin-left: 8px;
  }
  .page--entry .section--detail .block--device .block-tit {
    margin-bottom: 4px;
  }
  .page--error .section--detail {
    padding-right: 15%;
    padding-left: 15%;
  }
  .page--error .section--detail .section-tit {
    font-size: 22px;
  }
}
/*  画面サイズごとの調整
------------------------------ */
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* style.scss
  ============================== */
  .pc {
    display: none !important;
  }
  .scroll {
    height: 5vh;
  }
  .scroll:after {
    animation: scroll 1.1s linear 0.4s infinite;
  }
  a, .drawer__btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .btn--main, .btn--sub {
    min-width: 70%;
    padding: 12px;
  }
  /* list--information */
  /* list--contents */
  /* list--accordion
  -------------------------------- */
  /* block--category */
  /* pulldown--category */
  /* drawer__btn */
  /*  page--schedule
  ------------------------------ */
  /*  page--disco
  ------------------------------ */
  /*  page--profile
  ------------------------------ */
  /*  page--about
  ------------------------------ */
  /*  page--producer
  ------------------------------ */
  /* page--entry
  ------------------------------ */
  /*  page--blog
  ------------------------------ */
  /*  page--photo
  ------------------------------ */
  /* page--error
  ------------------------------ */
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .btn--main, .btn--sub {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .login--btn li {
    display: block;
  }
  .login--btn li a {
    padding: 0;
    font-size: 16px;
  }
  .detail__btn a {
    font-size: 12px;
  }
  .wrap--btn .btn--main {
    margin-bottom: 0;
  }
  .slick-slide {
    margin: 0 5px;
  }
  .slick-prev,
  .slick-next {
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: -18px;
  }
  .slick-prev::after,
  .slick-next::after {
    content: "";
    position: absolute;
    top: 5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #434343;
    border-bottom: none;
    border-left: none;
    transform: rotate(45deg);
    vertical-align: middle;
  }
  .slick-prev {
    left: 0;
  }
  .slick-next {
    right: 0;
  }
  .slick-dots {
    width: 80%;
    text-align: center;
    margin: 10px auto 0;
  }
  .slick-dots li {
    display: inline-block;
    width: 6px;
    margin: 0 5px;
  }
  .slick-dots li:first-child {
    margin-left: 0;
  }
  .slick-dots li button {
    width: 6px;
    height: 6px;
    border: none;
    text-indent: -9999px;
    background: #ccc;
    padding: 0;
    border-radius: 10px;
  }
  .slick-dots li.slick-active button {
    background: #FFB031;
  }
  .slick-list {
    z-index: 30;
  }
  .wrap--date {
    margin-bottom: 8px;
  }
  .list--information {
    margin-bottom: 12vw;
  }
  .list--information li a .thumb {
    width: 82px;
    height: 82px;
    margin-right: 15px;
  }
  .list--information li a .wrap--txt {
    width: calc(100% - 82px);
  }
  .list--information li.new .tit:after {
    content: "New!";
    display: inline-block;
    position: relative;
    margin-left: 5px;
    color: #D01D4D;
    font-family: "Pacifico";
    font-size: 12px;
  }
  .list--information li:not(:last-child) {
    margin-bottom: 22px;
  }
  .list--information .arrow {
    display: none;
  }
  .list--information.schedule .wrap--date {
    width: 23%;
    text-align: center;
    line-height: 100%;
    margin-right: 2%;
  }
  .list--information.schedule .wrap--date .md {
    display: inline-block;
    font-weight: 100;
    font-size: 23px;
    font-size: 7.3vw;
    line-height: 100%;
    letter-spacing: 0.03em;
    margin-bottom: 10px;
  }
  .list--information.schedule .wrap--date .year {
    display: block;
    font-size: 11px;
    font-size: 2.6vw;
    letter-spacing: 0.08em;
    text-align: center;
  }
  .list--information.schedule .wrap--tit {
    width: 75%;
  }
  .list--information.schedule li:not(:last-child) {
    margin-bottom: 30px;
  }
  .list--information.schedule li a .tit {
    margin-left: 0;
  }
  .list--information.schedule [class^=cat] {
    margin-bottom: 8px;
  }
  .list--contents li {
    width: 48%;
    margin-bottom: 28px;
  }
  .list--contents li a {
    display: block;
  }
  .list--contents li .thumb {
    margin-bottom: 10px;
  }
  .list--contents li .date {
    margin-bottom: 8px;
  }
  .list--contents li .tit {
    margin-bottom: 6px;
    line-height: 1.4;
  }
  .list--contents li.new .tit:after {
    content: "New!";
    display: inline-block;
    position: relative;
    margin-left: 2px;
    color: #D01D4D;
    font-family: "Pacifico";
    font-size: 12px;
  }
  .list--contents .slick-dots li {
    width: 6px;
  }
  .list--accordion dt {
    line-height: 160%;
    word-break: break-all;
    padding: 15px 6% 15px 10px;
  }
  .list--accordion dd {
    padding: 0 0 15px 10px;
  }
  .list--accordion dt:before,
  .list--accordion dd:before {
    margin: 0 8px 0 0;
    font-weight: 400;
    font-size: 16px;
    vertical-align: -1px;
  }
  .list--accordion dt .switch {
    right: 5%;
    top: 50%;
  }
  .list--photo {
    margin-bottom: 10vw;
  }
  .list--photo:after {
    content: "";
    display: block;
    width: 32%;
  }
  .list--photo li {
    width: 32%;
    margin-bottom: 6px;
  }
  .list--photo li .thumb {
    margin-bottom: 0;
  }
  .block--category li {
    margin: 0 6px 8px 0;
    border-radius: 10px;
    font-size: 10px;
    text-align: center;
    min-width: 60px;
    border: 1px solid #555;
  }
  .block--category li a {
    display: block;
    text-decoration: none;
    padding: 3px 10px 2px;
  }
  .block--category li.current {
    background: #555;
  }
  .block--category li.current a {
    color: #fff;
  }
  .block--category li.cat1.current,
  .block--category li.cat4.current {
    background: #f19bc2;
  }
  .block--category li.cat2.current,
  .block--category li.cat5.current,
  .block--category li.cat11.current {
    background: #6ce0b6;
  }
  .block--category li.cat6.current,
  .block--category li.cat12.current {
    background: #986ad6;
  }
  .block--category li.cat3.current,
  .block--category li.cat7.current,
  .block--category li.cat13.current {
    background: #0089ff;
  }
  .block--category li.cat8.current,
  .block--category li.cat14.current {
    background: #66c0e2;
  }
  .block--category li.cat9.current {
    background: #fdbf0f;
  }
  .block--category li.cat10.current,
  .block--category li.cat16.current {
    background: #777;
  }
  .block--category li.cat15.current {
    background: #ff7c7c;
  }
  .pulldown--category {
    border: none;
    position: relative;
    margin: 0 0 45px;
  }
  .pulldown--category select {
    -webkit-appearance: none;
    -moz-appearance: button;
    width: 100%;
    height: 45px;
    background: none;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    border-radius: 0;
    box-sizing: border-box;
    line-height: 24px;
    padding: 0 10px;
    position: relative;
    border: 1px solid #ddd;
  }
  .pulldown--category:before {
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 10;
    color: #000;
    line-height: 0;
    font-size: 20px;
  }
  .block--pager {
    margin: 30px 0 20px;
  }
  .block--pager li {
    font-size: 14px;
  }
  .block--pager li a {
    line-height: 22px;
  }
  .block--pager .pager__item--newer a, .block--pager .pager__item--newer span,
  .block--pager .pager__item--older a,
  .block--pager .pager__item--older span {
    width: 20px;
    height: 20px;
  }
  .block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after,
  .block--pager .pager__item--older a::after,
  .block--pager .pager__item--older span::after {
    content: "";
    position: absolute;
    top: 5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #434343;
    border-bottom: none;
    border-left: none;
    transform: rotate(45deg);
    vertical-align: middle;
  }
  .block--pager .pager__item--newer span,
  .block--pager .pager__item--older span {
    opacity: 0.2;
  }
  .block--pager .pager__item--newer a:after, .block--pager .pager__item--newer span:after {
    left: 5px;
    transform: rotate(45deg) scale(-1, -1);
  }
  .block--pager .pager__item--older a:after, .block--pager .pager__item--older span:after {
    right: 5px;
  }
  .block--pager .pager__item--current,
  .block--pager .pager__item--other {
    width: auto;
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
  }
  .wrap {
    padding: 16vh 0 20vh;
    position: relative;
  }
  .section--list {
    padding: 0 7%;
    display: block;
  }
  .section--list .section-tit {
    margin-bottom: 10vw;
  }
  .section--detail {
    padding: 0 7%;
    width: 100%;
    max-width: inherit;
    /* block--share */
  }
  .section--detail .date {
    margin-bottom: 15px;
  }
  .section--detail .tit {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .section--detail .block--share {
    font-size: 12px;
  }
  .section--detail .block--share ul {
    justify-content: flex-end;
  }
  .section--detail .block--share li {
    font-size: 10px;
  }
  .section--detail .block--share a {
    font-size: 15px;
  }
  .section--detail .block--share .fa {
    vertical-align: -2px;
  }
  .section--detail .block--share .facebook .fa {
    position: relative;
  }
  .section--detail .block--share .line-icon a {
    height: 22px;
  }
  .section--detail .txt {
    padding-top: 20px;
    font-size: 13px;
    line-height: 2;
  }
  .section--detail .block--pager {
    text-align: center;
  }
  .section--detail.new .tit:after {
    content: "New!";
    display: inline-block;
    position: relative;
    margin-left: 5px;
    color: #D01D4D;
    font-family: "Pacifico";
    font-size: 14px;
  }
  .section-tit {
    font-size: 3.8vw;
    margin-bottom: 40px;
  }
  .section-tit:before {
    top: -6px;
    left: 0;
  }
  .section-tit:after {
    bottom: -3px;
    right: 10px;
  }
  .tit {
    font-size: 13px;
  }
  .date {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .category {
    padding: 9px 7px 7px;
    margin: 0 5px;
  }
  .lead {
    margin-bottom: 20px;
  }
  h1#logo {
    position: absolute;
    top: 24px;
    left: 20px;
    left: 6vw;
    z-index: 100;
  }
  h1#logo a {
    display: block;
  }
  h1#logo svg {
    width: 50px;
    height: 36px;
  }
  .drawer__btn {
    top: 32px;
    right: 23px;
    height: 10px;
  }
  .drawer__btn span:nth-of-type(1) {
    top: 0;
  }
  .drawer__btn span:nth-of-type(2) {
    top: 10px;
  }
  .drawer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    overflow: hidden;
    visibility: hidden;
  }
  .drawer .drawer-inner {
    width: 100%;
    height: 150%;
    height: 100vw;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 100;
    padding: 20vh 7% 0;
    opacity: 0;
    visibility: hidden;
  }
  .drawer .drawer-inner a {
    font-size: 3.2vw;
  }
  .drawer .drawer-inner .sns a {
    font-size: 18px;
  }
  .drawer .drawer-inner .nav--tit {
    color: #FFB031;
    font-size: 10px;
    margin-bottom: 8px;
    letter-spacing: 0.1em;
  }
  .drawer .drawer-inner .g-nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
    top: 0;
    left: 0;
  }
  .drawer .drawer-inner .g-nav li {
    width: 50%;
    margin-bottom: 3.4vw;
    position: relative;
  }
  .drawer .drawer-inner .g-nav li:nth-child(even) {
    padding-left: 10px;
  }
  .drawer .drawer-inner .g-nav.g-nav--fanclub {
    margin-bottom: 10px;
  }
  .drawer .drawer-inner .g-nav.g-nav--sns {
    justify-content: flex-start;
  }
  .drawer .drawer-inner .g-nav.g-nav--sns li {
    width: auto;
    margin: 0 14px 0 0;
  }
  .drawer .drawer-inner .g-nav.g-nav--sns li:last-child {
    margin: 0;
  }
  .drawer .drawer-inner .g-nav.g-nav--sns li:nth-child(even) {
    padding-left: 0;
  }
  .drawer .drawer-inner .member {
    margin-bottom: 15px;
  }
  .drawer .drawer-bg {
    content: "";
    width: 300vw;
    height: 300vw;
    margin-right: -150vw;
    margin-top: -150vw;
  }
  .menuOpen .drawer__btn {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transition: all 0.3s ease;
  }
  .menuOpen .drawer__btn span:nth-of-type(1) {
    top: 6px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .menuOpen .drawer__btn span:nth-of-type(2) {
    top: 6px;
  }
  .menuOpen .drawer {
    right: 0;
  }
  .menuOpen .drawer:after {
    transform: scaleX(1);
  }
  footer {
    width: 100%;
    padding: 40px 7% 20px;
  }
  footer .logo {
    display: none;
  }
  footer .block--bnr {
    margin: 0 auto 30px;
  }
  footer .block--bnr li {
    display: block;
    width: 49%;
    margin-bottom: 4px;
    margin-right: 2%;
  }
  footer .block--bnr li:nth-child(even) {
    margin-right: 0;
  }
  footer .offer {
    line-height: 0;
    padding: 0 0 25px;
    width: 65%;
  }
  footer .offer a {
    display: block;
  }
  footer .mail {
    margin-bottom: 20px;
  }
  footer .yoani {
    display: none;
  }
  footer .copyright {
    font-size: 10px;
  }
  .page--home footer .logo {
    width: 24vw;
    margin: 0 auto 30px;
  }
  .page--home footer .yoani {
    width: 50%;
    margin: 10px auto;
  }
  .page--home .section--info {
    margin-bottom: 16vw;
  }
  .page--home [class^=section] .inner {
    padding: 0 7%;
    position: relative;
  }
  .page--home .section--keyvisual {
    height: 90vh;
  }
  .page--home .section--keyvisual #bg {
    height: 90vh;
  }
  .page--home .section--keyvisual #bg div {
    height: 100%;
  }
  .page--home .section--keyvisual .block--logo {
    width: 200px;
    height: 118px;
    position: absolute;
    left: calc(50vw - 100px);
    top: 26vh;
  }
  .page--home .section--keyvisual .block--logo svg {
    width: 200px;
    height: 118px;
  }
  .page--home .section--keyvisual .block--logo h1 {
    display: block;
    width: 100%;
    position: absolute;
    right: 0;
  }
  .page--home .section--bnr .list--bnr li {
    margin: 0 0 10px;
  }
  .page--home .list__more {
    letter-spacing: 0.3em;
  }
  .page--home .list__more a {
    padding-left: 20px;
  }
  .page--home .section--info,
  .page--home .section--schedule {
    margin-bottom: 24vw;
  }
  .page--home .section--video {
    margin: 0 0 14vw;
  }
  .page--home .section--video .section-tit {
    margin-bottom: 35px;
  }
  .page--home .section--video .tit {
    display: block;
    width: 100%;
    font-size: 14px;
    margin-bottom: 8px;
  }
  .page--home .section--video .slick-slide {
    margin: 0;
  }
  .page--home .section--video:after {
    bottom: -14vw;
  }
  .page--home .section--video .list--video {
    margin-bottom: 13vw;
  }
  .page--home .section--video .list--video .thumb {
    margin-bottom: 10px;
  }
  .page--home footer {
    z-index: 10;
  }
  .page--home .footerImg {
    line-height: 0;
    position: relative;
  }
  .loaded.page--home .section--keyvisual #bg img, .all-clear.page--home .section--keyvisual #bg img {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  .page--schedule .form--horizontal li {
    margin: 0px;
  }
  .page--schedule .calendar--header li:nth-child(1),
  .page--schedule .calendar--header li:nth-child(3) {
    width: 35%;
  }
  .page--schedule .calendar--header li:nth-child(2) {
    width: 30%;
  }
  .page--schedule .calendar--header li:nth-child(2) .month_en {
    display: none;
  }
  .page--schedule .calendar--header li a {
    top: 50%;
  }
  .page--schedule .form__checkbox {
    display: flex;
    flex-wrap: wrap;
  }
  .page--schedule .form--horizontal label {
    display: block;
  }
  .page--schedule .form__checkbox label p {
    display: block;
    text-decoration: none;
    padding: 3px 10px 2px;
    margin: 0 6px 8px 0;
    border-radius: 10px;
    font-size: 10px;
    text-align: center;
    min-width: 60px;
    border: 1px solid;
    border-color: #555;
    color: #000 !important;
  }
  .page--schedule .form__checkbox label p::before {
    display: none;
  }
  .page--schedule .form__checkbox label p:hover,
  .page--schedule .form__checkbox :checked ~ p:hover {
    opacity: 1;
  }
  .page--schedule .form__checkbox label .live01 {
    color: #555 !important;
    border-color: #555 !important;
  }
  .page--schedule .form__checkbox label .live02 {
    color: #6ce0b6 !important;
    border-color: #6ce0b6 !important;
  }
  .page--schedule .form__checkbox label .live03 {
    color: #986ad6 !important;
    border-color: #986ad6 !important;
  }
  .page--schedule .form__checkbox label .live04 {
    color: #0089ff !important;
    border-color: #0089ff !important;
  }
  .page--schedule .form__checkbox label .live05 {
    color: #66c0e2 !important;
    border-color: #66c0e2 !important;
  }
  .page--schedule .form__checkbox label .live06 {
    color: #ff7c7c !important;
    border-color: #ff7c7c !important;
  }
  .page--schedule .form__checkbox label .live07 {
    color: #777 !important;
    border-color: #777 !important;
  }
  .page--schedule .form__checkbox li:nth-child(1) :checked ~ p {
    background: #555;
    color: #fff !important;
    border-color: #555 !important;
  }
  .page--schedule .form__checkbox :checked + .live02 {
    background: #6ce0b6;
    color: #fff !important;
    border-color: #6ce0b6 !important;
  }
  .page--schedule .form__checkbox :checked + .live03 {
    background: #986ad6;
    color: #fff !important;
    border-color: #986ad6 !important;
  }
  .page--schedule .form__checkbox :checked + .live04 {
    background: #0089ff;
    color: #fff !important;
    border-color: #0089ff !important;
  }
  .page--schedule .form__checkbox :checked + .live05 {
    background: #66c0e2;
    color: #fff !important;
    border-color: #66c0e2 !important;
  }
  .page--schedule .form__checkbox :checked + .live06 {
    background: #ff7c7c;
    color: #fff !important;
    border-color: #ff7c7c !important;
  }
  .page--schedule .form__checkbox :checked + .live07 {
    background: #777;
    color: #fff !important;
    border-color: #777 !important;
  }
  .page--schedule .schedule {
    margin: 0 0 2vw 0;
  }
  .page--schedule .list--information li a [class^=cat] {
    padding: 9px 7px 7px;
  }
  .section--schedule .more {
    bottom: -50px;
    bottom: -14vw;
  }
  .section--schedule.detail.listPage .list--information .md {
    display: inline-block;
    font-weight: 100;
    font-size: 37px;
    font-size: 3vw;
    letter-spacing: 0.1em;
    margin-bottom: 0;
  }
  .section--schedule.detail.listPage .list--information .year {
    display: block;
    font-size: 14px;
    font-size: 0.95vw;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .section--schedule.detail.listPage .block--category {
    margin: 0 0 100px 0;
    margin: 0 0 6vw 0;
  }
  .section--schedule.detail.listPage footer {
    display: block;
  }
  .section--schedule.detail.listPage .form__checkbox label p {
    font-size: 11px;
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: 0.06em;
    display: block;
    padding: 0.5em 1em 0.2em;
    position: relative;
    cursor: pointer;
    color: #000 !important;
    border: 1px solid #000 !important;
    border-radius: 20px;
    transition: all 0.3s ease;
  }
  .page--info.category-2 .section--detail .date .md {
    font-size: 18px;
  }
  .page--disco .section--list .block--category {
    align-items: center;
  }
  .page--disco .section--list .block--category li {
    display: flex;
    align-items: center;
    line-height: 1;
    justify-content: center;
  }
  .page--disco .section--list .block--category li.current {
    padding: 3px 10px 2px;
    color: #fff;
  }
  .page--disco .section--list .list--discography .wrap--date {
    flex-wrap: wrap;
  }
  .page--disco .section--list .list--discography .wrap--date .category {
    margin: 0 0 10px 0;
  }
  .page--disco .section--list .list--discography .wrap--date .date {
    width: 100%;
  }
  .page--disco .section--detail .jacket {
    margin-bottom: 30px;
  }
  .page--disco .section--detail .block--disc-detail {
    text-align: center;
  }
  .page--disco .section--detail .block--disc-detail .category {
    margin: 0 auto 10px;
  }
  .page--disco .section--detail .block--disc-detail .tit {
    margin-bottom: 10px;
    text-align: center;
  }
  .page--disco .section--detail .block--disc-detail .wrap--date {
    margin-bottom: 30px;
    justify-content: center;
  }
  .page--disco .section--detail .block--disc-detail .wrap--date .date {
    margin-bottom: 0;
  }
  .page--disco .section--detail .block--disc-detail .text {
    text-align: left;
  }
  .page--disco .section--detail .block--disc-detail .link {
    text-align: left;
    margin-bottom: 30px;
  }
  .page--disco .section--detail .block--disc-detail ol {
    text-align: left;
    margin-bottom: 30px;
  }
  .page--disco .section--detail .block--disc-detail ol li {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .page--disco .section--detail .block--disc-detail ol li h2 {
    font-size: 12px;
    border-bottom: 0.5px solid;
    padding: 0 0 10px;
    margin-bottom: 10px;
  }
  .page--questionnaire .section--detail .section-tit {
    font-size: 18px;
    text-align: left;
    line-height: 1.2em;
    letter-spacing: 0.15em;
  }
  .page--questionnaire .section--detail .txt--basic {
    font-size: 13px;
  }
  .page--questionnaire .section--detail .tit {
    font-size: 14px;
  }
  .page--questionnaire .section--detail form .input--half {
    width: 100% !important;
  }
  .page--questionnaire .section--detail form .input--quarter {
    width: 50% !important;
  }
  .page--questionnaire .section--detail form .form--post dt {
    margin: 2em 0 1em;
  }
  .page--questionnaire .section--detail form .icon--required::before {
    vertical-align: inherit;
    padding-left: 5px;
  }
  .page--questionnaire .section--detail .form--confirm {
    padding: 30px 25px 10px;
    margin-bottom: 20px;
  }
  .page--questionnaire .section--detail .txt--sub {
    font-size: 10px;
    text-indent: -1em;
    padding-left: 1em;
  }
  .page--profile .section--list .list--contents .thumb {
    margin: 0 0 10px;
    width: 40vw;
    height: 40vw;
  }
  .page--profile .section--list .list--contents .name {
    font-size: 13px;
    margin-bottom: 6px;
  }
  .page--profile .section--list .list--contents .yomi {
    font-size: 10px;
    margin-bottom: 6px;
  }
  .profile {
    opacity: 1;
    width: 100%;
    height: 100vh !important;
  }
  .profile .box {
    width: 80%;
    margin: 0 auto;
  }
  .block--txt {
    display: block;
    position: relative;
    z-index: 10;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .block--txt p {
    margin: 0px 0px 25px 0;
    font-size: 21px;
    line-height: 1.2;
    letter-spacing: 2px;
  }
  .block--txt p .name {
    display: inline-block;
    padding: 2px 12px 0;
    color: #fff;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: 0.2em;
  }
  .block--txt dl {
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .block--txt dt, .block--txt dd {
    margin-bottom: 12px;
  }
  .block--txt a {
    display: inline-block;
    position: absolute;
    top: 4%;
    right: 0px;
    line-height: 0;
  }
  .block--txt .list--sns {
    padding-top: 15px;
  }
  .block--txt .list--sns li a {
    position: relative;
  }
  .block--txt .list--sns li {
    margin-right: 18px;
    font-size: 10px;
  }
  .block--ph {
    position: relative;
    width: 80%;
    margin: 0 auto 30px;
    box-sizing: border-box;
  }
  .block--ph .memberImg {
    width: 100%;
    border-radius: 20px;
  }
  .block--ph img {
    width: 100%;
  }
  .block--ph::before {
    top: 8px;
    left: 10px;
  }
  .page--about .section--detail {
    line-height: 2;
  }
  .page--about .section--detail .lead {
    font-size: 4.7vw;
    margin-bottom: 10px;
  }
  .page--producer .section--detail .section-tit {
    margin-bottom: 35px;
  }
  .page--producer .section--detail .pd-ph {
    width: 80%;
    margin: 0 auto 40px;
  }
  .page--producer .section--detail .pd-txt .name {
    font-size: 24px;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .page--producer .section--detail .pd-txt .name span {
    display: block;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 0.1em;
  }
  .page--producer .section--detail .pd-txt dl {
    font-size: 12px;
    width: 160px;
    margin: 0 auto 20px;
  }
  .page--producer .section--detail .pd-txt dt, .page--producer .section--detail .pd-txt dd {
    margin-bottom: 6px;
  }
  .page--producer .section--detail .pd-txt dt {
    width: 65px;
    margin-left: 4px;
  }
  .page--producer .section--detail .pd-txt dd {
    width: calc(100% - 69px);
  }
  .page--producer .section--detail .list--sns {
    justify-content: center;
  }
  .page--producer .section--detail .list--sns li {
    width: 20px;
    margin-right: 16px;
  }
  .page--producer .section--detail .list--sns li a {
    font-size: 20px;
  }
  .page--producer .section--detail .list--sns li a svg {
    width: 20px;
    height: 20px;
  }
  .page--producer .section--detail .txt {
    font-size: 12px;
  }
  .page--entry .section--detail {
    padding: 0;
  }
  .page--entry .section--detail [class^=block--] {
    margin: 0 0 60px;
    padding: 0 7%;
  }
  .page--entry .section--detail [class^=block--] table {
    font-size: 13px;
  }
  .page--entry .section--detail [class^=block--] table th {
    width: 100px;
    padding: 10px 13px;
    text-align: center;
    font-size: 10px;
  }
  .page--entry .section--detail [class^=block--] table td {
    padding: 10px;
  }
  .page--entry .section--detail [class^=block--] table td .txt--sub {
    text-indent: -1em;
    padding-left: 1em;
  }
  .page--entry .section--detail .section-tit {
    font-size: 5.2vw;
    margin: 0 0 30px;
  }
  .page--entry .section--detail .block--lead {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .page--entry .section--detail .block--lead .lead {
    margin-bottom: 0;
  }
  .page--entry .section--detail .block--contents {
    padding: 30px 7% 80px;
  }
  .page--entry .section--detail .block--contents:before {
    position: absolute;
    left: -3%;
    content: "";
    display: block;
    width: 106%;
    height: 26vw;
    transform: rotate(-12deg) skew(-14deg);
    -webkit-transform: rotate(-12deg) skew(-14deg);
    z-index: -1;
    top: -50px;
  }
  .page--entry .section--detail .block--contents .tit svg {
    width: auto;
    height: 20px;
  }
  .page--entry .section--detail .block-tit {
    margin-bottom: 25px;
    font-size: 4.8vw;
  }
  .page--entry .section--detail .contents--list li {
    margin-bottom: 20px;
  }
  .page--entry .section--detail .contents--list .ticket svg {
    width: 26px;
    height: 15px;
  }
  .page--entry .section--detail .contents--list .member-blog svg {
    width: 20px;
    height: 20px;
  }
  .page--entry .section--detail .contents--list .movie svg {
    width: 20px;
    height: 20px;
  }
  .page--entry .section--detail .contents--list .photo svg {
    width: 22px;
    height: 20px;
  }
  .page--entry .section--detail .block--entry:before {
    position: absolute;
    left: -3%;
    content: "";
    display: block;
    width: 106%;
    height: 26vw;
    transform: rotate(-12deg) skew(-14deg);
    -webkit-transform: rotate(-12deg) skew(-14deg);
    z-index: 0;
    top: -100px;
  }
  .page--entry .section--detail .block--entry .block-tit {
    margin-bottom: 10px;
  }
  .page--entry .section--detail .block--entry dt {
    font-size: 4.6vw;
    margin-bottom: 8px;
  }
  .page--entry .section--detail .block--entry dd {
    margin-bottom: 40px;
  }
  .page--entry .section--detail .block--entry .caution {
    font-size: 10px;
  }
  .page--entry .section--detail .block--entry .pay-kind {
    margin-top: 10px;
  }
  .page--entry .section--detail .block--entry .pay-kind li {
    margin-bottom: 10px;
  }
  .page--entry .section--detail .block--entry .subTit {
    font-size: 3.5vw;
    font-weight: 600;
  }
  .page--entry .section--detail .block--device + .block--entry:before {
    display: none;
  }
  .page--entry .section--detail .link-help {
    margin-left: 8px;
  }
  .page--entry .section--detail .block--device .block-tit {
    margin-bottom: 4px;
  }
  .page--blog .date + .txt {
    padding-top: 0;
  }
  .page--photo .section--detail .date {
    margin-bottom: 15px;
  }
  .page--photo .section--detail .tit {
    margin-bottom: 6px;
  }
  .page--photo .section--detail .thumb--list li {
    margin-bottom: 16px;
  }
  .page--photo .deteil__btn {
    text-align: center;
    margin-top: 30px;
  }
  .page--photo .deteil__btn a {
    font-size: 12px;
    position: relative;
    letter-spacing: 0.3em;
  }
  .page--error .section--detail .txt--basic {
    text-align: left;
  }
  .page--error .section--detail .section-tit {
    margin-bottom: 40px;
  }
  .page--error .section--detail .btn {
    margin: 1em 0;
  }
}
/*  tablet
------------------------------ */
@media screen and (min-width: 756px) and (max-width: 961px) {
  .slick-prev, .slick-next {
    top: 94%;
  }
  h1#logo {
    top: 40px;
  }
  h1#logo svg {
    width: 75px;
    height: 26px;
  }
  .column--harf {
    display: flex;
    justify-content: space-between;
  }
  .drawer .drawer-inner a {
    font-size: 2.3vw;
  }
  .drawer .drawer-inner .sns a {
    font-size: 25px;
  }
  .drawer__btn {
    top: 42px;
    right: 38px;
  }
  .block--category li {
    font-size: 12px;
  }
  .section-tit {
    font-size: 3vw;
  }
  .section--list .section-tit {
    margin-bottom: 7vw;
  }
  .list--information {
    margin-bottom: 8vw;
  }
  .list--information li a .thumb {
    width: 100px;
    height: 100px;
    margin-right: 15px;
  }
  .list--information li a .wrap--txt {
    width: calc(100% - 110px);
  }
  .page--home .section--bnr {
    margin-bottom: 12vw;
  }
  .page--home .section--info, .page--home .section--schedule {
    margin-bottom: 18vw;
  }
  .page--home footer .logo {
    width: 14vw;
  }
  .page--home footer .yoani {
    width: 110px;
  }
  .page--about .section--detail .lead {
    font-size: 3vw;
  }
  .page--producer .section--detail .pd-ph {
    width: 42%;
    margin: 0;
  }
  .page--producer .section--detail .pd-txt {
    width: 54%;
    font-size: 14px;
  }
  .page--producer .section--detail .pd-txt .name {
    margin-bottom: 20px;
    text-align: left;
    font-size: 28px;
  }
  .page--producer .section--detail .pd-txt .name span {
    margin-left: 10px;
    font-weight: 300;
    font-size: 11px;
    letter-spacing: 0.17em;
    vertical-align: middle;
  }
  .page--producer .section--detail .pd-txt dl {
    margin: 0 0 20px;
    width: auto;
  }
  .page--producer .section--detail .pd-txt dt, .page--producer .section--detail .pd-txt dd {
    margin-bottom: 6px;
  }
  .page--producer .section--detail .pd-txt dt {
    width: 70px;
  }
  .page--producer .section--detail .pd-txt dd {
    width: calc(100% - 80px);
  }
  .page--producer .section--detail .pd-txt .list--sns {
    justify-content: flex-start;
  }
  .page--producer .section--detail .pd-txt .list--sns li {
    width: 20px;
  }
  .page--producer .section--detail .pd-txt .list--sns li:not(:last-child) {
    margin-right: 16px;
  }
  .page--producer .section--detail .pd-txt .list--sns li a {
    font-size: 18px;
  }
  .page--producer .section--detail .pd-txt .list--sns li a svg {
    width: 18px;
    height: 18px;
  }
  .page--producer .section--detail .pd-txt .txt {
    font-size: 12px;
    line-height: 2;
  }
  .profile .box {
    width: 48%;
  }
}