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

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

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

body {
  background: #ffffff;
  color: #405060;
  word-wrap: break-word;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 961px) {
  body {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.06em;
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
  }
}

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

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

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

::-moz-selection {
  background: #c5e9ff;
  color: #0086CD;
}

::selection {
  background: #c5e9ff;
  color: #0086CD;
}

::-moz-selection {
  background: #405060;
  color: #ffffff;
}

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

.btn--bnr {
  position: fixed;
  right: 4vw;
  bottom: 50px;
  z-index: 20;
  cursor: pointer;
  width: 12vw;
  height: 12vw;
  display: block;
  opacity: 0;
  transition: opacity 0.6s;
}
.btn--bnr a {
  display: block;
  transition: opacity 0.6s;
}
.btn--bnr.btn--fc {
  width: 15vw;
  height: 8vw;
  z-index: 22;
}

.block--pager {
  text-align: center;
  letter-spacing: -0.5em;
  font-size: 14px;
  margin: 70px 0 auto;
  padding: 0;
  height: 60px;
  position: relative;
}
.block--pager.another .pager__item--newer {
  line-height: 1;
  width: 60px;
}
.block--pager.another .pager__item--older {
  line-height: 1;
  width: 60px;
}
.block--pager.another .pager__item--newer a::after, .block--pager.another .pager__item--older a::after {
  content: none;
}
.block--pager.another .pager__item--newer span::after, .block--pager.another .pager__item--older span::after {
  content: none;
}
.block--pager li {
  display: inline-block;
  font-family: quasimoda, sans-serif;
  font-weight: 400;
  padding: 0.6em 0;
  margin: 0 15px;
  letter-spacing: 0.03em;
  text-align: center;
  vertical-align: middle;
  position: relative;
  width: 35px;
  height: auto;
}
.block--pager a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 0 0.6em;
}
.block--pager .pager__item--number {
  text-align: center;
  color: #fff;
}
.block--pager .pager__item--newer {
  width: 40px;
  height: 40px;
  background: transparent;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  margin: 0 5px;
}
.block--pager .pager__item--newer a, .block--pager .pager__item--newer span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  position: relative;
}
.block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
  content: "";
  display: block;
  width: 10px;
  height: 13px;
  background: url(/static/ligareaz/official/common/more.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 14px;
  right: 12px;
  transform: scale(-1, 1);
  transition: right 0.4s;
}
.block--pager .pager__item--newer span {
  opacity: 0.5;
}
.block--pager .pager__item--older {
  width: 40px;
  height: 40px;
  background: transparent;
  padding: 0;
  position: relative;
  top: 0;
  right: 0;
  margin: 0 5px;
}
.block--pager .pager__item--older a, .block--pager .pager__item--older span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  position: relative;
}
.block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
  content: "";
  display: block;
  width: 10px;
  height: 13px;
  background: url(/static/ligareaz/official/common/more.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 14px;
  right: 12px;
  transition: right 0.4s;
}
.block--pager .pager__item--older span {
  opacity: 0.5;
}
.block--pager .pager__item--newer,
.block--pager .pager__item--older {
  z-index: 2;
}
.block--pager .pager__item--newer::before,
.block--pager .pager__item--older::before {
  display: none !important;
}
.block--pager .pager__item--current {
  display: inline-block;
  position: relative;
  color: #0086CD;
  width: 2em;
  margin: 0 15px;
  padding: 0.6em 0;
  line-height: 0.5;
  vertical-align: middle;
  letter-spacing: normal;
}
.block--pager .pager__item--current::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 2em;
  height: 2em;
  border-radius: 10px 0 10px 0;
  background-color: #c5e9ff;
  transform: translateY(-50%);
}
.block--pager .pager__item--current span {
  position: relative;
  z-index: 2;
}

.txt--basic {
  margin: 0 0 1em;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
}

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

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

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

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

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

.loading {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: 0.2s 0.8s;
}
.loading .logo_loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateZ(0);
  width: 33vw;
}
.loading .logo_loading svg {
  width: 33vw;
  height: 7vw;
}
.loading .logo_loading svg polygon, .loading .logo_loading svg polyline, .loading .logo_loading svg path, .loading .logo_loading svg rect {
  fill: #ffffff;
}

.page--home .loading .logo_loading {
  opacity: 0;
  transition: opacity 0.4s 0.1s cubic-bezier(0.4, 0, 1, 1);
}

.load-ready.page--home .loading .logo_loading {
  opacity: 1;
}

.page--home .header .inner {
  opacity: 0;
  transition: 0.4s 1.8s cubic-bezier(0.4, 0, 1, 1);
}
.page--home .block--sns .nav--sns, .page--home .drawer__btn {
  opacity: 0;
  transition: opacity 0.4s 1.7s cubic-bezier(0.4, 0, 1, 1);
}

.block--video__bg {
  opacity: 1;
  z-index: 9998;
  transition: opacity 0.3s 0.8s cubic-bezier(0.4, 0, 1, 1), z-index 0.4s 0.8s cubic-bezier(0.4, 0, 1, 1);
}
.block--video__bg::before {
  opacity: 0;
  transition: opacity 0.6s 0.9s cubic-bezier(0.4, 0, 1, 1);
}
.block--video__bg::after {
  opacity: 0;
  transition: opacity 0.3s 0.8s cubic-bezier(0.4, 0, 1, 1);
}

.section--top .block--keyvisual .keyvisual {
  opacity: 0;
  filter: brightness(140%);
  transition: opacity 0.3s 1.1s cubic-bezier(0.4, 0, 1, 1), filter 0.4s 1.2s cubic-bezier(0.4, 0, 1, 1);
}
.section--top .block--bnr, .section--top .scroll {
  opacity: 0;
  transition: opacity 0.3s 1.7s cubic-bezier(0.4, 0, 1, 1);
}
.section--top .block--logo {
  opacity: 0;
  transition: opacity 0.3s 1s cubic-bezier(0.4, 0, 1, 1);
}
.section--top .block--keyvisual .top--drawer__btn {
  opacity: 0;
  transition: opacity 0.3s 1.9s cubic-bezier(0.4, 0, 1, 1);
}
.section--top .block--birthday {
  opacity: 0;
  transition: opacity 0.3s 1.9s cubic-bezier(0.4, 0, 1, 1);
}

.loaded .loading {
  opacity: 0;
  pointer-events: none;
}
.loaded.page--home .header .inner, .loaded.page--home .logo.sp, .loaded.page--home .section--top .block--keyvisual .top--drawer__btn, .loaded.page--home .section--top .block--logo, .loaded.page--home .block--sns .nav--sns, .loaded.page--home .drawer__btn {
  opacity: 1;
}
.loaded .block--video__bg {
  opacity: 0.5;
  z-index: -1;
}
.loaded .block--video__bg::before, .loaded .block--video__bg::after {
  opacity: 1;
}
.loaded .section--top .block--keyvisual .keyvisual {
  filter: brightness(98%);
  opacity: 1;
}
.loaded .section--top .block--keyvisual .keyvisual .svg__path {
  opacity: 1;
}
.loaded .section--top .block--bnr, .loaded .section--top .scroll {
  opacity: 1;
}
.loaded .section--top .block--birthday {
  opacity: 1;
}

.scrolling.loaded.page--home .section--top .section--inner .block--logo .scroll {
  transition: 0.3s;
  opacity: 0;
}
.scrolling.loaded.page--home .section--top .block--bnr {
  transition: 0.4s;
  opacity: 0;
}
.scrolling .btn--bnr.btn--fc {
  opacity: 1;
  pointer-events: all;
}

.delighter {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.33, 0.6);
}

.delighter.started {
  transform: translateY(0);
  opacity: 1;
}

.page--home .section--profile .block--profile .left {
  transition: 0.5s;
  transition-delay: 0.7s;
  transform: translate(0);
}
.page--home .section--profile .block--profile .left.delighter.started {
  opacity: 1;
}

.swiper-container {
  padding: 0;
  width: 100%;
  overflow: visible;
  padding-left: 0;
  padding-right: 0;
}

.swiper-pagination-total {
  opacity: 0.3;
}

.swiper-button-prev,
.swiper-button-next {
  width: 50px;
  height: auto;
  display: block;
  text-decoration: none;
  position: absolute;
  top: inherit;
  z-index: 10;
  font-family: quasimoda, sans-serif;
  font-size: 12px;
  letter-spacing: 0.3em;
  left: auto;
  right: 0;
  bottom: -27px;
  color: #0086CD;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: none;
}
.swiper-button-prev::before,
.swiper-button-next::before {
  content: none;
}

.swiper-button-prev {
  right: 75px;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  pointer-events: none;
}

.swiper-button-prev.swiper-button-disabled::before,
.swiper-button-next.swiper-button-disabled::before {
  opacity: 0.35;
}

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

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

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

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

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

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

/* 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 {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: #ffffff;
  box-shadow: none;
  border: 1px solid #405060;
  border-radius: 0.3em;
  padding: 0.5em;
  color: #405060;
  border-radius: 0;
  border: 1px solid #888;
}
@media screen and (min-width: 961px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  button {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.06em;
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
  }
}
@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-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
  }
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
button:focus {
  border-color: #405060;
}
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;
}

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

/* textarea */
textarea {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: #ffffff;
  box-shadow: none;
  border: 1px solid #405060;
  border-radius: 0.3em;
  padding: 0.5em;
  height: 10em;
  border-radius: 0;
  border: 1px solid #888;
}
@media screen and (min-width: 961px) {
  textarea {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.06em;
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  textarea {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
  }
}
textarea:focus {
  border-color: #405060;
}
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::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #ffffff;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  vertical-align: middle;
  right: 0;
}
.form__select select {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: #ffffff;
  box-shadow: none;
  border: 1px solid #405060;
  border-radius: 0.3em;
  padding: 0.5em;
  padding-right: 2.3em;
  border-radius: 0;
  border: 1px solid #888;
}
@media screen and (min-width: 961px) {
  .form__select select {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.06em;
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select select {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
  }
}
.form__select select:focus {
  border-color: #405060;
}
.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 {
  position: absolute;
  right: 1.3em;
  top: 42%;
  border: 1px solid #000;
  border-top: none;
  border-right: none;
}

/* checkbox */
.form__checkbox label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__checkbox label p {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.06em;
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__checkbox label p {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
  }
}
.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: 1px solid #888;
  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 #0086CD;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  top: 70%;
  left: 0.2em;
  transform: rotate(-45deg);
  opacity: 0;
}
.form__checkbox :checked ~ p::before {
  background: #ffffff;
}
.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}

/* radio */
.form__radio label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__radio label p {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.06em;
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__radio label p {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
  }
}
.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 #888;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__radio :checked ~ p::before {
  border-color: #0086CD;
  border-width: 0.3em;
}

/* toggle button */
.form__toggle label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__toggle label p {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.06em;
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__toggle label p {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
  }
}
.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 #405060;
}
.form__toggle label p::before {
  width: 50px;
  border-radius: 15px;
  top: 50%;
  right: 0;
}
.form__toggle label p::after {
  width: 30px;
  background: #405060;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 50%;
  right: 20px;
}
.form__toggle :checked ~ p::before {
  background: #0086CD;
  border-color: #0086CD;
}
.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 #888;
  padding: 40px 30px 10px;
  margin-bottom: 40px;
}
.form--confirm dt {
  margin: 0 0 10px;
  opacity: 0.4;
}
.form--confirm dd {
  margin: 0 0 30px;
}

/* about */
.block--copy {
  text-align: center;
}
.block--copy .tit {
  margin-bottom: 60px !important;
  letter-spacing: 0.4em !important;
  color: #0086CD;
  opacity: 0;
  transform: translate(0);
  transition: opacity 0.4s;
  font-family: "Kaisei Tokumin", serif;
  width: 24vw;
  pointer-events: none;
}
.block--copy .copy {
  font-size: 15px;
  letter-spacing: 0.2em;
  line-height: 2.5;
  margin-bottom: 30px;
  transition-delay: 0.4s;
}
.block--copy.delighter.started .tit {
  opacity: 1;
}

.block--producer {
  margin: 0 auto;
}
.block--producer .block--inner {
  display: flex;
  align-items: flex-start;
}
.block--producer .block--inner .ph {
  box-shadow: 10px 10px 30px rgba(228, 235, 247, 0.4);
}
.block--producer .block--inner .list__txt .name {
  font-size: 20px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  letter-spacing: 0.4em;
  line-height: 1.5;
  margin-bottom: 20px;
}
.block--producer .block--inner .list__txt .name .position {
  display: block;
  font-family: quasimoda, sans-serif;
  font-size: 10px;
  letter-spacing: 0.3em;
  opacity: 0.5;
}
.block--producer .block--inner .list__txt .txt {
  font-size: 10px;
  letter-spacing: 0.2em;
}

@keyframes scroll_01 {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(5px);
  }
  30% {
    transform: translateX(0);
  }
  60% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes scroll_02 {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(5px);
  }
  60% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes scroll_03 {
  0% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes scroll_04 {
  0% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  60% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes scroll_05 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(0);
  }
  60% {
    transform: translateX(5px);
  }
  70% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes scroll_06 {
  0% {
    transform: translateX(0);
  }
  60% {
    transform: translateX(0);
  }
  70% {
    transform: translateX(5px);
  }
  80% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes scroll_07 {
  0% {
    transform: translateX(0);
  }
  70% {
    transform: translateX(0);
  }
  80% {
    transform: translateX(5px);
  }
  90% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes sky_bg_01 {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 0;
    transform: scale(1.1) translateX(-50%);
  }
  100% {
    opacity: 0.2;
    transform: scale(1) translateX(-50%);
  }
}
@keyframes sky_bg_02 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.3;
    transform: scale(1.1) translateX(-50%);
  }
  100% {
    opacity: 0;
    transform: scale(1.1) translateX(-50%);
  }
}
@keyframes sky_slider {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  4.16% {
    opacity: 0.4;
  }
  33.33% {
    opacity: 0.4;
  }
  41.66% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
  }
}
@keyframes cloud {
  0% {
    transform: translate(0, -5px) translateZ(0);
  }
  5% {
    transform: translate(-8px, 0) translateZ(0);
  }
  10% {
    transform: translate(-16px, -5px) translateZ(0);
  }
  15% {
    transform: translate(-24px, 0) translateZ(0);
  }
  20% {
    transform: translate(-32px, -5px) translateZ(0);
  }
  25% {
    transform: translate(-40px, 0) translateZ(0);
  }
  30% {
    transform: translate(-48px, -5px) translateZ(0);
  }
  35% {
    transform: translate(-56px, 0) translateZ(0);
  }
  40% {
    transform: translate(-64px, -5px) translateZ(0);
  }
  45% {
    transform: translate(-72px, 0) translateZ(0);
  }
  50% {
    transform: translate(-80px, -5px) translateZ(0);
  }
  55% {
    transform: translate(-72px, 0) translateZ(0);
  }
  60% {
    transform: translate(-64px, -5px) translateZ(0);
  }
  65% {
    transform: translate(-56px, 0) translateZ(0);
  }
  70% {
    transform: translate(-48px, -5px) translateZ(0);
  }
  75% {
    transform: translate(-40px, 0) translateZ(0);
  }
  80% {
    transform: translate(-32px, -5px) translateZ(0);
  }
  85% {
    transform: translate(-24px, 0) translateZ(0);
  }
  90% {
    transform: translate(-16px, -5px) translateZ(0);
  }
  95% {
    transform: translate(-8px, 0) translateZ(0);
  }
  100% {
    transform: translate(0, -5px) translateZ(0);
  }
}
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes fuwafuwa_sp {
  0%, 100% {
    transform: translateY(0) rotate(8deg);
  }
  50% {
    transform: translateY(-10px) rotate(8deg);
  }
}
.btn {
  text-align: center;
}

.btn-base-style, .btn--sub, .btn--main {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border: none;
  position: relative;
  z-index: 1;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
}

.btn--main {
  background: #0086CD;
  color: #ffffff;
  border: 1px solid #0086CD;
  height: inherit !important;
  line-height: inherit !important;
  padding: 20px;
  margin: 1.5em 0;
}

.btn--sub {
  background: #ffffff;
  color: #405060;
  border: 1px solid #000;
  margin: 1.5em 0;
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .btn--sub {
    min-width: 50%;
    height: 60px;
    line-height: 60px;
  }
}

.detail__btn {
  font-family: quasimoda, sans-serif;
  letter-spacing: 0.05em;
}
.detail__btn a {
  display: inline-block;
}

.date, .category {
  font-size: 12px;
  font-family: quasimoda, sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
}

.commingsoon {
  opacity: 0.5;
  display: block;
  text-align: center;
}

.no-data {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
}

.tit {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  word-break: break-word;
}

[class^=list--] li.new a .tit::after {
  content: "NEW";
  font-size: 11px;
  color: #0086CD;
  display: inline-block;
  font-family: quasimoda, sans-serif;
  margin-left: 6px;
  position: relative;
  top: -1px;
  letter-spacing: 0.3em;
}

.list--information {
  position: relative;
  z-index: 2;
  padding: 40px 5vw;
  background: rgba(228, 235, 247, 0.2);
  border-radius: 4vw 0 4vw 0;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.list--information li {
  margin-bottom: 25px;
}
.list--information li:last-child {
  margin-bottom: 0;
}
.list--information li.no-data {
  margin-bottom: 0;
  margin-top: 15px;
}
.list--information li.category--4 {
  display: none;
}
.list--information li a {
  display: block;
  position: relative;
  left: 0;
  font-size: 13px;
  padding: 15px 0;
}
.list--information li a .date,
.list--information li a .category {
  display: block;
  min-width: 8em;
}
.list--information li a .date {
  letter-spacing: 0.2em;
  /*@include var.pc{margin-right: 38px;}*/
}
.list--information li a .date .week {
  font-size: 10px;
}
.list--information li a .date.second {
  margin-left: 20px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .list--information li a .date.second {
    margin-left: 13px;
  }
}
.list--information li a .category {
  position: relative;
  letter-spacing: 0.1em;
  margin-left: 20px;
}
@media screen and (min-width: 961px) {
  .list--information li a .category {
    margin: 0;
    width: 12em;
  }
}
.list--information li a .tit {
  width: 100%;
  font-size: 13px;
  letter-spacing: 0.2em;
  display: inline;
  position: relative;
  background: linear-gradient(rgba(0, 134, 205, 0.2), rgba(0, 134, 205, 0.2)) 0 100%/0 1em no-repeat;
  padding-top: 20px;
  transition: background 0.6s;
}
.list--information.list--schedule li {
  margin-bottom: 25px;
}
.list--information.list--schedule li:last-child {
  margin-bottom: 0;
}
.list--information.list--schedule li .info-wrap {
  align-items: center !important;
}
.list--information.list--schedule li .info-wrap .date-wrap {
  display: flex;
  align-items: center;
  font-family: quasimoda, sans-serif;
}
.list--information.list--schedule li .info-wrap .date-wrap .y {
  margin-left: -9px;
  margin-top: 23px;
  font-size: 10px;
  transform: rotate(90deg);
  width: 48px;
  letter-spacing: 0.2em;
  display: block;
}
.list--information.list--schedule li .info-wrap .date-wrap .d-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  position: relative;
  left: -10px;
}
.list--information.list--schedule li .info-wrap .date-wrap .d-wrap .md {
  font-size: 25px;
  min-width: 70px;
  letter-spacing: 0.2em;
}
.list--information.list--schedule li .info-wrap .date-wrap .d-wrap .wd {
  font-size: 11px;
  width: 45px;
  margin-left: 5px;
  position: relative;
  top: 2px;
  letter-spacing: 0.2em;
}
.list--information.list--schedule li .info-wrap .date-wrap.second {
  position: relative;
  justify-content: flex-end;
}
.list--information.list--schedule li .info-wrap .date-wrap.second::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(/static/ligareaz/official/common/more.svg) no-repeat center;
  background-size: contain;
  z-index: -1;
}
.list--information.list--schedule li .info-wrap .date-wrap.second .y {
  zoom: 0.9;
}
.list--information.list--schedule li .info-wrap .date-wrap.second .d-wrap .md {
  font-size: 20px;
}
.list--information.list--schedule li .info-wrap .date-wrap.second .d-wrap .wd {
  font-size: 10px;
  width: 40px;
}
.list--information.list--schedule li .info-wrap .tit-area {
  display: flex;
  align-items: center;
}
.list--information.list--schedule li .info-wrap.second {
  margin-top: 25px;
}
.list--information.list--schedule li .info-wrap .category {
  min-width: 10em;
}
.list--information.list--schedule li .info-wrap .tit {
  position: relative;
  display: block;
  background: none;
}
.list--information.list--schedule li .info-wrap .tit span {
  display: inline;
  position: relative;
  background: linear-gradient(rgba(0, 134, 205, 0.2), rgba(0, 134, 205, 0.2)) 0 100%/0 1em no-repeat;
  transition: background 0.6s;
}
.list--information.list--schedule li .info-wrap .tit .time-wrap {
  display: flex;
  align-items: center;
}
.list--information.list--schedule li .info-wrap .tit .time-wrap .time {
  display: block;
}
.list--information.list--schedule li .info-wrap .tit .time-wrap span > span {
  margin: 0 2px;
}
.list--information.list--schedule li .info-wrap .tit .time-wrap span::after {
  content: none;
}
.list--information.list--schedule li .info-wrap .tit .time {
  display: block;
  font-size: 13px;
  font-family: quasimoda, sans-serif;
  transition: color 0.3s;
  letter-spacing: 0.05em;
}
.list--information.list--schedule li .info-wrap .tit .time::after {
  content: none;
}
.list--information.list--schedule li.new .tit::after {
  content: none;
}
.list--information.list--schedule li.new .tit span::after {
  content: "NEW";
  font-size: 11px;
  color: #0086CD;
  display: inline-block;
  font-family: quasimoda, sans-serif;
  margin-left: 6px;
  position: relative;
  top: -1px;
  letter-spacing: 0.3em;
}

.list--profile {
  display: flex;
  flex-wrap: wrap;
}
.list--profile li .ph {
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
  transform: translateZ(0);
}
.list--profile li img {
  aspect-ratio: 3/4;
}
.list--profile li .ph {
  margin-bottom: 20px;
}
.list--profile li .name {
  font-size: 13px;
  letter-spacing: 0.3em;
  font-weight: 300;
  color: #ffffff;
}
.list--profile li .name .rubi {
  display: block;
  font-size: 0.65vw;
  font-family: quasimoda, sans-serif;
  letter-spacing: 2px;
  margin-top: 5px;
  line-height: 1.5;
  opacity: 0.5;
}

.list--contents {
  position: relative;
  z-index: 3;
  display: flex;
}
.list--contents li {
  transform: translate3d(0, 40px, 0);
}
.list--contents li .thumb {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  filter: drop-shadow(10px 10px 30px rgba(228, 235, 247, 0.4));
  overflow: hidden;
  border-radius: min(4vw, 60px) 0 min(4vw, 60px) 0;
  transform: translateZ(0);
  z-index: 1;
}
.list--contents li .thumb .blur {
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: 1;
}
.list--contents li .thumb .blur img {
  filter: blur(80px);
  transform: translateZ(0);
  background-size: cover;
  pointer-events: none;
}
.list--contents li .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-size: cover;
}
.list--contents li .thumb img.dummy {
  background-size: cover;
}
.list--contents li .tit {
  margin-bottom: 10px;
  line-height: 1.6;
  letter-spacing: 0.2em;
  font-size: 12px;
}
.list--contents li .date {
  margin-bottom: 5px;
}
.list--contents li .date, .list--contents li .tit {
  position: relative;
  z-index: 3;
  display: block;
  transition: opacity 0.4s;
}
.list--contents li.delighter.schedule {
  transform: translate3d(0, 0, 0);
}

.list--photo {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.list--photo li {
  width: 33.3333333333%;
}

.block--category {
  margin: 0 auto 40px;
  font-family: quasimoda, sans-serif;
}
.block--category li {
  display: inline-block;
  margin: 0 0 1em;
  position: relative;
}
.block--category li a {
  display: block;
  line-height: 1;
  font-size: 12px;
  padding: 0 5px;
  letter-spacing: 0.2em;
  position: relative;
}
.block--category li a span {
  position: relative;
  z-index: 2;
}
.block--category .current {
  position: relative;
}
.block--category .current a span {
  position: relative;
  display: inline;
  position: relative;
  background: linear-gradient(#c5e9ff, #c5e9ff) 0 100%/0 1em no-repeat;
  transition: background 0.6s;
  background-size: 100% 1em;
}

.list--error li {
  color: #EE4757;
  font-weight: bold;
  margin: 0 0 0.3em;
  line-height: 1.8;
}
.list--error li:last-child {
  margin-bottom: 0;
}

.no-data {
  float: none;
  text-align: center;
  width: 100%;
  color: #405060;
  border: none !important;
  padding: 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: background 0.4s, padding 0.4s, -webkit-backdrop-filter 0s;
  transition: backdrop-filter 0s, background 0.4s, padding 0.4s;
  transition: backdrop-filter 0s, background 0.4s, padding 0.4s, -webkit-backdrop-filter 0s;
  will-change: padding;
}
.header .logo {
  will-change: width;
}
.header .logo svg {
  will-change: width;
}
.header .nav--fc .nav {
  text-align: right;
}
.header .nav--fc .nav li {
  display: inline-block;
}
.header .nav--fc .nav li a {
  padding: 5px 0;
  font-size: 14px;
  letter-spacing: 0.2em;
  font-weight: 400;
  position: relative;
  overflow: hidden;
  color: #0086CD;
}
.header .nav--fc .nav li.login {
  margin-left: 15px;
}
.header .nav--fc .nav li.drawer__btn--fc {
  cursor: pointer;
  overflow: hidden;
  margin-left: 15px;
  font-size: 14px;
  letter-spacing: 0.2em;
  font-family: "philosopher", sans-serif;
  position: relative;
  top: 1px;
  overflow: hidden;
  color: #0086CD;
  transition: color 0.6s;
}
.header .nav--fc .nav li.drawer__btn--fc p {
  padding-right: 19px;
}
.header .nav--fc .nav li.drawer__btn--fc .border {
  width: 17px;
  height: 17px;
  position: absolute;
  display: block;
  right: 0;
  top: 5px;
}
.header .nav--fc .nav li.drawer__btn--fc .border span {
  display: block;
  width: 100%;
  height: 1px;
  position: relative;
  top: 2px;
  background: #0086CD;
  transition: transform 0.3s, background 0.3s;
}
.header .nav--fc .nav li.drawer__btn--fc .border span:nth-child(2) {
  top: 6px;
}
.header .nav--fc .nav li.drawer__btn--fc .border span:nth-child(3) {
  top: 10px;
}

.drawer__fc {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  background-color: #0086CD;
  background-image: linear-gradient(180deg, #0063b3 0%, #0086cd 50%, #a9e1ff 100%);
  pointer-events: auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.drawer__fc::before {
  content: "";
  display: block;
  width: 150%;
  height: 150%;
  position: absolute;
  background: url(/static/ligareaz/official/common/bg_01.jpg) no-repeat center;
  background-size: cover;
  mix-blend-mode: luminosity;
  top: 0;
  left: 50%;
  opacity: 0.2;
  z-index: 1;
  transform: translateX(-50%);
  animation: sky_bg_01 10s linear 0s infinite;
  -o-object-fit: cover;
     object-fit: cover;
}
.drawer__fc::after {
  content: "";
  display: block;
  width: 150%;
  height: 150%;
  position: absolute;
  top: 0;
  background: url(/static/ligareaz/official/common/bg_02.jpg) no-repeat center;
  background-size: cover;
  mix-blend-mode: luminosity;
  opacity: 0.2;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  animation: sky_bg_02 10s linear 0s infinite;
  -o-object-fit: cover;
     object-fit: cover;
}
.drawer__fc .inner {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 5vw 4%;
  overflow-y: scroll;
}
.drawer__fc .drawer__close {
  width: 40px;
  height: 40px;
  position: fixed;
  top: 60px;
  right: 4%;
  display: block;
  z-index: 100;
  cursor: pointer;
}
.drawer__fc .drawer__close span {
  display: block;
  width: 100%;
  height: 1px;
  background: #ffffff;
  transition: transform 0.6s;
  position: absolute;
  top: 20px;
}
.drawer__fc .login--btn {
  width: 100%;
  position: relative;
  z-index: 10;
  margin-bottom: 40px;
}
.drawer__fc .login--btn .logo--fc {
  width: 20vw;
  height: 5.5vw;
  margin-bottom: 20px;
  overflow: hidden;
}
.drawer__fc .login--btn .logo--fc .txt--sub {
  color: #ffffff;
  font-family: "Kaisei Tokumin", serif;
  font-size: 1vw;
}
.drawer__fc .login--btn .logo--fc svg {
  width: 20vw;
  height: 3.2vw;
}
.drawer__fc .login--btn .logo--fc svg path, .drawer__fc .login--btn .logo--fc svg rect, .drawer__fc .login--btn .logo--fc svg polygon, .drawer__fc .login--btn .logo--fc svg polyline {
  fill: #ffffff;
}
.drawer__fc .login--btn .nav--login li {
  display: inline-block;
}
.drawer__fc .login--btn .nav--login li a {
  color: #ffffff;
  font-size: 13px;
  font-family: "philosopher", sans-serif;
}
.drawer__fc .login--btn .nav--login li.join {
  position: relative;
  margin-right: 50px;
}
.drawer__fc .login--btn .nav--login li.join::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  position: absolute;
  background: #ffffff;
  right: -41px;
  top: 12px;
  transform: rotate(-28deg);
}
.drawer__fc .nav--menu__fc {
  position: relative;
  z-index: 10;
}
.drawer__fc .nav--menu__fc li {
  margin-bottom: 10px;
}
.drawer__fc .nav--menu__fc li a {
  display: block;
  padding: 20px 0;
  font-family: "Kaisei Tokumin", serif;
  font-size: 4vw;
  color: #ffffff;
}
.drawer__fc .nav--menu__fc li a .sub {
  color: #c5e9ff;
  font-family: "philosopher", sans-serif;
  font-size: 1.2vw;
  position: relative;
  top: -0.6vw;
  margin-left: 20px;
}
.drawer__fc .link--personal {
  display: block;
  width: 18vw;
  height: 18vw;
  background: url(/static/ligareaz/fanclub/common/useropition/heart_cloud01.png) no-repeat center;
  background-size: contain;
  position: fixed;
  right: 5%;
  bottom: 10px;
  z-index: -999;
  opacity: 0;
  pointer-events: none;
  animation: 3s fuwafuwa_sp infinite;
  cursor: pointer;
}
.drawer__fc .link--personal a {
  display: block;
  padding: 5vw 3vw 3vw;
  transition: opacity 0.4s;
}
.drawer__fc .link--personal a img {
  margin-top: -1vw;
}
.drawer__fc .link--personal a span {
  color: #0086cd;
  transform: rotate(-12deg);
  width: 100%;
  float: left;
  font-family: "Kaisei Tokumin", sans-serif;
  font-size: 0.8vw;
  margin-left: 1vw;
  text-align: center;
}

.drawer [class^=nav--] li a {
  font-family: "philosopher", sans-serif;
  display: block;
}

/* drawer-visible */
.drawer-visible .header .nav--fc .nav li.drawer__btn--fc .border span {
  left: 8px;
}
.drawer-visible .header .nav--fc .nav li.drawer__btn--fc .border span:first-child {
  transform: translateX(-50%) rotate(45deg);
  top: 7px;
}
.drawer-visible .header .nav--fc .nav li.drawer__btn--fc .border span:nth-child(2) {
  transform: translateX(20vw);
}
.drawer-visible .header .nav--fc .nav li.drawer__btn--fc .border span:nth-child(3) {
  transform: translateX(-51%) rotate(-45deg);
  top: 5px;
}
.drawer-visible .drawer__fc {
  opacity: 1;
  pointer-events: all;
}
.drawer-visible .drawer__fc .drawer__close span {
  transform: rotate(45deg);
}
.drawer-visible .drawer__fc .drawer__close span:nth-child(2) {
  transform: rotate(-45deg);
}
.drawer-visible .drawer .login--btn .logo--fc {
  transform: translate(0);
  opacity: 1;
}
.drawer-visible .link--personal {
  opacity: 1;
  pointer-events: all;
  z-index: 100;
}

footer {
  width: 100%;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
footer .inner {
  display: none;
}
footer .copyright {
  font-family: quasimoda, sans-serif;
  opacity: 0.5;
}

.wrap {
  position: relative;
  overflow: clip;
  min-height: 100%;
}

.block--player {
  position: relative;
  height: 0;
  margin: 1em 0;
  padding-top: 56.25%;
  background: #E4EBF7;
  line-height: 0;
}
.block--player .ulizahtml5 {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.content-main {
  position: relative;
  z-index: 2;
}

.swiper-button-next::before,
.swiper-button-prev::before {
  transition: 0.3s;
}

.section-tit {
  font-family: "philosopher", sans-serif;
  color: #0086CD;
  font-size: 37px;
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 1;
  margin: 0 0 15px;
  position: relative;
}
.section-tit span {
  position: relative;
}

.section--list {
  position: relative;
}
.section--list .section-bg {
  position: absolute;
  right: -30vw;
  bottom: -40vw;
  z-index: 1;
  opacity: 0;
  transition: 0.3s;
}
.section--list .section-bg.delighter {
  transition: opacity 0.3s 0.3s;
}
.section--list .section-bg.delighter.started {
  opacity: 1;
}
.section--list .section-bg svg circle {
  fill: transparent;
  stroke: #E4EBF7;
}
.section--list .section-bg svg.circle {
  width: calc(80vw + 2px);
  height: calc(80vw + 2px);
}
.section--list .section-bg.started svg circle {
  animation: circlePC 5s forwards 0s;
  stroke-opacity: 0.4;
}

.section--list,
.section--detail {
  padding: 0 16% 80px;
}

.section--detail > .txt * {
  white-space: normal !important;
  word-break: break-word;
}
.section--detail .tit {
  font-size: 20px;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
}
.section--detail .date {
  display: block;
}
.section--detail .block--share {
  float: right;
}
.section--detail .block--share li {
  display: inline-block;
  margin-right: 13px;
}
.section--detail .block--share li i {
  font-size: 16px;
}
.section--detail .block--share li:last-child {
  margin-right: 0;
}
.section--detail .block--share li svg {
  width: 16px;
  fill: #405060;
  position: relative;
  top: 4px;
}
.section--detail .block--share li.share {
  font-family: gill-sans-nova, sans-serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: 10px;
  margin-right: 15px;
  letter-spacing: 0.2em;
}

.list__more {
  transform: translate(0);
}

.detail__btn,
.list__more {
  font-family: quasimoda, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.3em;
  display: inline-block;
  z-index: 2;
}
.detail__btn a,
.list__more a {
  position: relative;
  color: #405060;
  color: #0086CD;
  padding: 10px 0;
}

.detail__btn {
  margin-top: 70px;
}

.page--home .bg {
  display: none;
}
.page--home .drawer .nav--menu__home {
  display: none;
}
.page--home .scroll {
  position: absolute;
  top: 530px;
  left: 5.6%;
  font-size: 12px;
  width: 0.8em;
  line-height: 1.2;
  z-index: 2;
  font-family: "philosopher", sans-serif;
  letter-spacing: 0.2em;
  color: #0086CD;
}
.page--home .scroll span {
  display: inline-flex;
}
.page--home .scroll span:first-child {
  animation: scroll_01 1.5s infinite ease-in-out 1.5s;
}
.page--home .scroll span:nth-child(2) {
  animation: scroll_02 1.5s infinite ease-in-out 1.5s;
}
.page--home .scroll span:nth-child(3) {
  animation: scroll_03 1.5s infinite ease-in-out 1.5s;
}
.page--home .scroll span:nth-child(4) {
  animation: scroll_04 1.5s infinite ease-in-out 1.5s;
}
.page--home .scroll span:nth-child(5) {
  animation: scroll_05 1.5s infinite ease-in-out 1.5s;
}
.page--home .scroll span:nth-child(6) {
  animation: scroll_06 1.5s infinite ease-in-out 1.5s;
}
.page--home .scroll span:nth-child(7) {
  animation: scroll_07 1.5s infinite ease-in-out 1.5s;
}
.page--home.scrolling.loaded .scroll {
  opacity: 0;
}
.page--home .birthday-message .btn--main {
  margin: 1.5em 0 10em;
}
.page--home .birthday-message .btn--main i {
  margin-right: 5px;
}
.page--home [class^=section--] {
  transform: translate(0);
}
.page--home .block--video__bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateZ(0);
}
.page--home .block--video__bg video {
  -o-object-fit: cover;
     object-fit: cover;
}
.page--home .block--video__bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 1;
  background: transparent;
  background-image: linear-gradient(to top, #ffffff 50% 20%, transparent);
}
.page--home .section--top {
  width: 100%;
  height: 100vh;
  position: relative;
}
.page--home .section--top .block--keyvisual {
  display: block;
  pointer-events: none;
}
.page--home .section--top .block--keyvisual .keyvisual {
  position: relative;
  border-radius: 10vw 0 0 0;
  overflow: hidden;
  box-shadow: 10px 58px 50px -40px #b6dede;
  transform: translateZ(0);
}
.page--home .section--top .block--keyvisual .keyvisual .blur {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
}
.page--home .section--top .block--keyvisual .keyvisual .blur img {
  height: 100%;
  background-size: cover;
  filter: blur(80px);
  transform: scale(1.2) translateZ(0);
  pointer-events: none;
}
.page--home .section--top .block--keyvisual .keyvisual img {
  display: block;
  width: 100%;
  background: no-repeat center;
  background-size: contain;
  line-height: 0;
  position: relative;
  z-index: 2;
}
.page--home .section--top .block--bnr {
  position: absolute;
  top: 630px;
  left: 5.5%;
  width: 16vw;
  height: 8vw;
  cursor: pointer;
  display: block;
}
.page--home .section--top .block--bnr a {
  display: block;
}
.page--home .section--top .block--birthday {
  text-align: center;
  color: #0086CD;
  position: absolute;
}
.page--home .section--top .block--birthday::before {
  content: "";
  background: url(/static/ligareaz/fanclub/common/img_balloon.svg) no-repeat;
  position: absolute;
  left: -25px;
  z-index: -1;
  animation: balloon 1.5s ease-in-out alternate-reverse infinite;
}
@keyframes balloon {
  0% {
    transform: rotate(-10deg) translateY(0);
  }
  100% {
    transform: rotate(-10deg) translateY(6px);
  }
}
.page--home .section--top .block--birthday .tit {
  font-weight: bold;
  font-family: "philosopher", sans-serif;
  line-height: 1;
}
.page--home .section--top .block--birthday .thumb {
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 4vw 0 4vw 0;
}
.page--home .section--top .block--birthday .name {
  margin-bottom: 5px;
}
.page--home .section--top .block--birthday .date {
  letter-spacing: 0.2em;
  margin-bottom: 0;
}
.page--home .section--about {
  transform: translate(0);
  opacity: 1;
}
.page--home .section--banner {
  position: relative;
  z-index: 3;
  transform: translateY(0);
}
.page--home .section--banner .list--bnr li {
  filter: drop-shadow(10px 10px 30px rgba(228, 235, 247, 0.4));
  overflow: hidden;
  border-radius: 4vw 0 4vw 0;
  transform: translateZ(0);
}
.page--home .section--banner .list--bnr li a {
  line-height: 0;
}
.page--home .section--banner .list--bnr li a img {
  width: 100%;
}
.page--home .section--info {
  position: relative;
}
.page--home .section--info .section-tit {
  transform: translate(0);
}
.page--home .section--info .list--information li {
  transition-delay: 0.4s;
}
.page--home .section--info .list__more {
  transform: translate(0);
  transition-delay: 0.6s;
}
.page--home .section--live .section-tit {
  transform: translate(0);
}
.page--home .section--video .swiper-button-prev,
.page--home .section--video .swiper-button-next {
  bottom: -70px;
  right: auto;
}
.page--home .section--video .swiper-button-prev {
  left: 7.5%;
}
.page--home .section--video .swiper-button-next {
  left: calc(7.5% + 75px);
}
.page--home .section--video .video-container {
  transform: translate3d(0, 0, 0);
}
.page--home .section--video .thumb {
  margin-bottom: 23px;
  filter: drop-shadow(10px 10px 30px rgba(228, 235, 247, 0.4));
  overflow: hidden;
  border-radius: 4vw 0 4vw 0;
}
.page--home .section--video .tit {
  font-size: 15px;
  margin-bottom: 4px;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 1, 1);
}
.page--home .section--video .date {
  font-size: 13px;
  font-family: quasimoda, sans-serif;
  font-weight: 500;
  display: block;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 1, 1);
}
.page--home .section--profile {
  padding: 100px 2vw 20px;
  position: relative;
  overflow: hidden;
}
.page--home .section--profile::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(/static/ligareaz/official/common/bg_01.jpg) no-repeat center;
  background-size: cover;
  left: 0;
  top: 0;
  opacity: 0;
  border-radius: 0 4vw 0 4vw;
  z-index: 2;
  transition: opacity 0.4s 0.6s cubic-bezier(0.4, 0, 1, 1);
}
.page--home .section--profile::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #0086CD;
  border-radius: 0 4vw 0 4vw;
  background: #0086CD;
  top: 0;
  left: 0;
  z-index: 1;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.4s 0.3s cubic-bezier(0.4, 0, 1, 1);
}
.page--home .section--profile .tit--area {
  position: relative;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.8s 1s cubic-bezier(0.4, 0, 1, 1);
}
.page--home .section--profile .tit--area .section-tit, .page--home .section--profile .tit--area .list__more a {
  color: #ffffff;
}
.page--home .section--profile .list--profile {
  position: relative;
  z-index: 3;
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  .page--home .section--profile .list--profile {
    height: auto !important;
  }
}
.page--home .section--profile .list--profile li {
  transition-delay: 0.2s;
}
.page--home .section--profile.delighter.started .tit--area {
  opacity: 1;
}
.page--home .section--profile.delighter.started::before {
  opacity: 0.2;
}
.page--home .section--profile.delighter.started::after {
  transform: scale(1);
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--profile #accordionBtn {
    color: #ffffff;
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 10vw;
    padding: 20px 7vw;
    width: 100%;
    transition: 0.4s;
    position: relative;
    z-index: 3;
    font-family: "Kaisei Tokumin", sans-serif;
  }
}
@media screen and (min-width: 961px) {
  .page--home .section--profile #accordionBtn {
    display: none;
  }
}
.page--home footer {
  position: relative;
  z-index: 2;
  padding: 180px 0 225px;
  background: transparent;
}
.page--home footer::before {
  content: "";
  display: block;
  width: 111%;
  height: 70vw;
  position: absolute;
  background: url(/static/ligareaz/fanclub/common/cloud.png) no-repeat center;
  background-size: contain;
  transform: rotate(180deg);
  bottom: -38vw;
  left: 19vw;
}
.page--home footer .inner {
  padding: 0 8%;
  position: relative;
  display: block;
}
.page--home footer .inner .block--logo {
  width: 10vw;
  height: 10vw;
  margin-bottom: 80px;
}
.page--home footer .inner .block--logo svg {
  width: 10vw;
  height: 10vw;
}
.page--home footer .inner .block--logo svg path, .page--home footer .inner .block--logo svg polygon, .page--home footer .inner .block--logo svg rect, .page--home footer .inner .block--logo svg polyline {
  fill: #ffffff;
}
.page--home footer .inner .list--support {
  text-align: left;
}
.page--home footer .inner .list--support li {
  margin: 0 20px 0 0;
}
.page--home footer .inner .list--support li a {
  display: block;
  font-size: 12px;
  padding: 10px 0;
}
.page--home footer .inner .list--support li a::before {
  background: #ffffff;
}
.page--home footer .copyright {
  font-size: 10px;
  font-family: quasimoda, sans-serif;
  opacity: 0.5;
  padding-left: 7.5%;
  color: #ffffff;
}

.area--official {
  margin-bottom: 30vw;
  position: relative;
  z-index: 20;
}

.area--fc {
  position: relative;
  background: transparent;
  color: #ffffff;
}
.area--fc .section-tit, .area--fc .list__more a span {
  color: #ffffff;
}
.area--fc::before {
  content: "";
  display: block;
  width: 100%;
  height: 150%;
  position: absolute;
  background-color: #9DD7FF;
  background-image: linear-gradient(180deg, #9DD7FF 0%, #42b3ff 20%, #27A7FF 100%);
  top: 10vw;
  left: 0;
  mix-blend-mode: multiply;
  opacity: 1;
  transition: opacity 0.6s, background-color 0.6s, background-image 0.6s;
  z-index: -1;
}
.area--fc::after {
  content: "";
  display: block;
  width: 100%;
  height: 150%;
  position: absolute;
  opacity: 0;
  background-color: #2A6BD9;
  background-image: linear-gradient(180deg, #2A6BD9 0%, #2A6BD9 50%, #76A9FF 100%);
  top: 10vw;
  left: 0;
  mix-blend-mode: multiply;
  opacity: 0;
  transition: opacity 0.6s, background-color 0.6s, background-image 0.6s;
  z-index: -1;
}
.area--fc .block--login {
  position: relative;
  height: 45vw;
}
.area--fc .block--login::before {
  content: "";
  display: block;
  width: 500%;
  height: 60vw;
  position: absolute;
  background: url(/static/ligareaz/fanclub/common/cloud.png) no-repeat center;
  background-size: contain;
  top: -21vw;
  left: -202vw;
  transform: rotate(7deg);
}
.area--fc .block--login::after {
  content: "";
  display: block;
  width: 120%;
  height: 10vw;
  position: absolute;
  background: #ffffff;
  z-index: -1;
  top: 3vw;
  filter: blur(30px);
  transform: translateZ(0);
}
.area--fc .block--login .logo--fc {
  width: 35vw;
  height: 9vw;
  margin: 0 auto 80px;
  position: relative;
  z-index: 10;
}
.area--fc .block--login .logo--fc::before {
  content: "";
  display: block;
  width: 31vw;
  height: 23vw;
  position: absolute;
  top: -6vw;
  right: -17vw;
  opacity: 0.2;
  background: url(/static/ligareaz/fanclub/common/txt_fanclub.svg) no-repeat center;
  background-size: contain;
}
.area--fc .block--login .logo--fc .txt--sub {
  color: #0086CD;
  font-family: "Kaisei Tokumin", serif;
  font-size: 2.5vw;
  text-align: center;
  transform: skewX(-10deg);
  margin-bottom: 12px;
  line-height: 1.2;
}
.area--fc .block--login .logo--fc .block--grand {
  width: 22vw;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.area--fc .block--login .logo--fc .block--grand img {
  pointer-events: none;
}
.area--fc .block--login .logo--fc svg {
  width: 35vw;
  height: 6vw;
}
.area--fc .block--login .login--btn {
  position: relative;
  z-index: 10;
  text-align: center;
}
.area--fc .block--login .login--btn li {
  display: inline-block;
}
.area--fc .block--login .login--btn li a {
  font-size: 16px;
  font-family: "philosopher", sans-serif;
  display: block;
  color: #0086CD;
}
.area--fc .block--login .login--btn li.join {
  position: relative;
  margin-right: 60px;
}
.area--fc .block--login .login--btn li.join::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  position: absolute;
  background: #0086CD;
  right: -47px;
  top: 6px;
  transform: rotate(-28deg);
}
.area--fc .block--login .login--btn li.mypage {
  border: 1px solid #0086CD;
  border-radius: 40px;
  overflow: hidden;
}
.area--fc .block--login .login--btn li.mypage a {
  padding: 5px 10px;
  transition: background 0.4s;
}
.area--fc .block--login .login--btn li.mypage a > span {
  background: none;
  transition: color 0.4s;
}
.area--fc .section-tit_sub {
  font-family: "Kaisei Tokumin", serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
.area--fc .txt--sub {
  display: block;
  font-size: 10px;
  zoom: 0.8;
  font-family: quasimoda, sans-serif;
}
.area--fc .block--txt a {
  display: block;
}
.area--fc .block--txt .date {
  display: block;
  margin-bottom: 10px;
}
.area--fc .border {
  display: block;
  width: 27vw;
  height: 22vw;
  background: url(/static/ligareaz/fanclub/common/border_large.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  pointer-events: none;
  transform: translate(0);
}
.area--fc .border.border_01 {
  top: 16vw;
  left: -6vw;
  transform: translateX(-30px);
}
.area--fc .border.border_02 {
  right: -4vw;
  top: 13vw;
  transform: translateX(30px);
}
.area--fc .border.border_03 {
  bottom: -16vw;
  left: -10vw;
  transform: translateX(-30px);
}
.area--fc .border.border_04 {
  right: -25vw;
  bottom: -18vw;
  transform: translateX(30px);
}
.area--fc .border.border_05 {
  left: -10vw;
  bottom: -12vw;
  z-index: 10;
  transform: translateX(-30px);
}
.area--fc .border.border_06 {
  bottom: -9vw;
  right: -10vw;
  z-index: 10;
  transform: translateX(30px);
}
.area--fc .border.border_07 {
  display: none;
}
.area--fc .border.border_08 {
  bottom: -10vw;
  left: 15vw;
  z-index: 10;
}
.area--fc .border.delighter.started.border_01, .area--fc .border.delighter.started.border_02, .area--fc .border.delighter.started.border_03, .area--fc .border.delighter.started.border_04, .area--fc .border.delighter.started.border_05, .area--fc .border.delighter.started.border_06 {
  transform: translateX(0);
}
.area--fc.useroption .block--grand {
  display: none;
}
.area--fc.notuseroption .section--favorite {
  display: none;
}

.page--home .block--logo__footer .footer_logo svg path, .page--home .block--logo__footer .footer_logo svg rect, .page--home .block--logo__footer .footer_logo svg polygon, .page--home .block--logo__footer .footer_logo svg polyline {
  fill: #ffffff;
}

.area--personal {
  position: relative;
}
.area--personal .cloud_heart {
  width: 12vw;
  height: 12vw;
  background: url(/static/ligareaz/fanclub/common/useropition/heart_cloud02.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: -5vw;
  bottom: 2vw;
  z-index: 10;
}
.area--personal .cloud_heart.heart01 {
  width: 6vw;
  height: 6vw;
  top: 6vw;
  left: 1vw;
}
.area--personal .cloud_heart.heart02 {
  width: 3vw;
  height: 3vw;
  top: -11vw;
  left: 50vw;
  transform: rotate(33deg);
}
.area--personal .cloud_heart.heart03 {
  width: 5vw;
  height: 5vw;
  top: 45vw;
  left: -1.5vw;
  transform: rotate(33deg);
}
.area--personal .cloud_heart.heart04 {
  width: 3vw;
  height: 3vw;
  top: auto;
  bottom: 0;
  left: 2.5vw;
  transform: rotate(-2deg);
}
.area--personal .cloud_heart.heart05 {
  width: 9vw;
  height: 9vw;
  top: auto;
  bottom: -6vw;
  left: 27vw;
  transform: rotate(33deg);
}
.area--personal .block--personal .block-tit {
  width: 54vw;
}
.area--personal .block--personal .section--latest .section-tit {
  position: absolute;
}
.area--personal .block--personal .section--latest .section-tit .fukidashi {
  width: 170px;
  height: 100px;
  position: absolute;
  top: 6vw;
  right: -200px;
  color: #0086CD;
  background: url(/static/ligareaz/fanclub/common/fukidashi.svg) no-repeat center;
  background-size: contain;
  animation: 2s fuwafuwa infinite;
}
.area--personal .block--personal .section--latest .section-tit .fukidashi a {
  display: block;
  transition: opacity 0.4s;
  padding: 35px 21px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-size: 13px;
  font-weight: bold;
}
.area--personal .block--personal .section--latest.no-swiper .swiper-button-next, .area--personal .block--personal .section--latest.no-swiper .swiper-button-prev {
  display: none;
}

.section--latest .section-tit {
  text-align: center;
  margin: 0 0 50px;
}
.section--latest .list--contents {
  display: block;
}
.section--latest .list--contents li .thumb {
  filter: drop-shadow(10px 10px 30px rgba(64, 80, 96, 0.2));
}
.section--latest .list--contents li .thumb img {
  background-size: contain;
  transform: translateZ(0);
  will-change: transform;
}
.section--latest .list--contents li .thumb .blur img {
  background-size: cover;
  pointer-events: none;
  transform: translateZ(0);
}
.section--latest .list--contents li .list__txt {
  z-index: 2;
  position: relative;
}
.section--latest .list--contents li .list__txt .contents-tit {
  font-family: "philosopher", sans-serif;
  font-size: 22px;
  margin-bottom: 35px;
  position: relative;
}
.section--latest .list--contents li .list__txt .contents-tit::before {
  content: "";
  display: block;
  width: 20px;
  height: 10px;
  position: absolute;
  background: url(/static/ligareaz/fanclub/common/line_latest.svg) no-repeat center;
  background-size: contain;
  top: 30px;
  left: 0;
  opacity: 0.5;
  pointer-events: none;
}
.section--latest .list--contents li .list__txt .contents-tit.jp {
  font-family: "Kaisei Tokumin", serif;
  font-size: 20px;
}
.section--latest .list--contents li .list__txt .tit {
  font-size: 14px;
}
.section--latest .list--contents li .name {
  position: absolute;
  left: 0;
  bottom: 20px;
  color: #ffffff;
  z-index: 2;
  padding: 7px 14px 7px 10px;
  display: block;
  background: rgba(60, 176, 255, 0.6);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  border-radius: 0 15px 15px 0;
  line-height: 1;
  font-size: 14px;
}
.section--latest .list--contents li.new a .tit::after {
  content: none;
}
.section--latest .list--contents li.new a::after {
  content: "";
  display: block;
  width: 7vw;
  height: 7vw;
  position: absolute;
  display: block;
  background: url(/static/ligareaz/fanclub/common/personal_new.svg) no-repeat center;
  background-size: contain;
  top: -3.5vw;
  right: -2vw;
  z-index: 10;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--latest .list--contents li.new a::after {
    top: -12.5vw;
    right: -7vw;
    width: 25vw;
    height: 25vw;
  }
}

.section--favorite {
  transition-delay: 0.6s;
  position: relative;
}
.section--favorite .swiper-container {
  padding: 0;
}
.section--favorite.no-swiper .swiper-button-next, .section--favorite.no-swiper .swiper-button-prev {
  display: none;
}
.section--favorite .block--favorite {
  position: relative;
  filter: drop-shadow(10px 10px 30px rgba(0, 134, 205, 0.5));
}
.section--favorite .block--favorite .ph {
  overflow: hidden;
  transform: translateZ(0);
}
.section--favorite .block--favorite .svg__path {
  width: 16vw;
  height: 15vw;
  position: absolute;
  left: -8vw;
  top: -6vw;
  z-index: 10;
}
.section--favorite .block--favorite .svg__path #mask path {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 15;
  stroke-miterlimit: 15;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}
.section--favorite .block--favorite .favotite-container {
  width: 70%;
}
.section--favorite .block--favorite .swiper-cards .swiper-slide {
  overflow: visible !important;
}
.section--favorite .block--favorite .swiper-cards .swiper-slide .detail {
  opacity: 0;
  transition: opacity 0.6s;
}
.section--favorite .block--favorite .swiper-cards .swiper-slide.swiper-slide-active .detail {
  opacity: 1;
}
.section--favorite .block--favorite .swiper-button-prev, .section--favorite .block--favorite .swiper-button-next {
  color: #ffffff;
  bottom: -45px;
}
.section--favorite .block--favorite .swiper-button-prev {
  left: 0;
  right: inherit;
}
.section--favorite .block--favorite .swiper-button-next {
  left: 80px;
  right: inherit;
}
.section--favorite .detail {
  color: #0086CD;
  width: 16vw;
  height: 16vw;
  background: url(/static/ligareaz/fanclub/common/useropition/heart_cloud01.png) no-repeat center;
  background-size: contain;
  text-align: center;
  position: absolute;
  bottom: -8vw;
  right: -6vw;
  line-height: 1.4;
  animation: 3s fuwafuwa_sp infinite;
}
.section--favorite .detail a {
  display: block;
  padding: 5vw 3vw;
}
.section--favorite .detail .item__tit {
  font-size: 12px;
  font-family: "ヒラギノ丸ゴ ProN", sans-serif;
  display: inline;
  background: linear-gradient(rgba(197, 233, 255, 0.8), rgba(197, 233, 255, 0.8)) 0 100%/0 1em no-repeat;
  background-size: 100% 0.7em;
  padding: 0 5px;
}
.section--favorite .detail .item__name {
  font-size: 1.5vw;
  font-family: "Kaisei Tokumin", serif;
  margin-top: 7px;
  margin-bottom: 10px;
}
.section--favorite .detail .item__name .rubi {
  display: none;
}
.section--favorite .detail .item__url {
  font-size: 0.9vw;
  zoom: 0.9;
  display: inline-block;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  color: #ffffff;
  font-weight: bold;
  background: #89D6FF;
  border-radius: 40px;
  padding: 5px 8px;
}
.section--favorite .detail .item__url a {
  display: block;
}

.section--blog .section--inner .tit--area {
  position: relative;
}
.section--blog .section--inner .tit--area::before {
  content: "";
  display: block;
  width: 8vw;
  height: 5vw;
  position: absolute;
  background: url(/static/ligareaz/fanclub/common/icon--free_l.svg) no-repeat center;
  background-size: contain;
  left: -2vw;
  top: 0;
}
.section--blog .list--blog {
  display: flex;
  flex-wrap: wrap;
}
.section--blog .list--blog li {
  position: relative;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
}
.section--blog .list--blog li .block--thumb {
  position: relative;
}
.section--blog .list--blog li .thumb {
  overflow: hidden;
  border-radius: 2vw 0 2vw 0;
  margin-bottom: 20px;
  filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, 0.2));
  transform: translateZ(0);
}
.section--blog .list--blog li .thumb img {
  aspect-ratio: 9/16;
  background-size: cover;
  position: relative;
  z-index: 2;
}
.section--blog .list--blog li .thumb .blur {
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: 1;
  pointer-events: none;
}
.section--blog .list--blog li .thumb .blur img {
  filter: blur(80px);
  transform: translateZ(0);
  background-size: cover;
}
.section--blog .list--blog li .thumb .writer {
  position: absolute;
  right: 0;
  bottom: 30px;
  color: #ffffff;
  z-index: 2;
  padding: 7px 14px 7px 20px;
  display: block;
  background: #0086CD;
  border-radius: 15px 0 0 15px;
  line-height: 1;
  font-size: 14px;
}
.section--blog .list--blog li .thumb .writer::before {
  content: "\f044";
  position: relative;
  top: 0;
  left: -4px;
  font-family: "Font Awesome 5 Free";
  font-size: 1em;
  color: #ffffff;
  z-index: -2;
  opacity: 0.8;
}
.section--blog .list--blog li .date {
  display: inline-block;
  position: relative;
}
.section--blog .list--blog li .date {
  margin-right: 5px;
}
.section--blog .list--blog li.new .tit::after {
  content: none;
}
.section--blog .list--blog li.new .block--thumb::after {
  content: "";
  display: block;
  width: 90px;
  height: 70px;
  position: absolute;
  top: -50px;
  right: -10px;
  background: url(/static/ligareaz/fanclub/common/txt_new.svg) no-repeat center;
  background-size: contain;
  z-index: 10;
}
.section--blog .list--blog li:nth-child(2) {
  transition-property: opacity, transform;
  transition-delay: 0.6s;
}
.section--blog .list--blog li:nth-child(3) {
  transition-property: opacity, transform;
  transition-delay: 0.8s;
}
.section--blog .list--blog li:nth-child(4) {
  transition-property: opacity, transform;
  transition-delay: 1s;
}
.section--blog.delighter.started .list--blog li {
  opacity: 1;
  transform: translateY(0);
}

.section--staffblog .section--inner .block--thumb {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
}
.section--staffblog .section--inner .block--thumb .thumb {
  overflow: hidden;
  border-radius: 4vw 0 4vw 0;
  filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, 0.2));
  transform: translateZ(0);
}
.section--staffblog .section--inner .block--thumb .thumb .blur {
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: 1;
}
.section--staffblog .section--inner .block--thumb .thumb .blur img {
  filter: blur(80px);
  transform: translateZ(0);
  background-size: cover;
}
.section--staffblog .section--inner .block--thumb .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-size: contain;
}
.section--staffblog .section--inner .block--thumb .thumb img.dummy {
  background-size: cover;
}
.section--staffblog .section--inner.new .block--thumb {
  position: relative;
}
.section--staffblog .section--inner.new .block--thumb::after {
  content: "";
  display: block;
  width: 130px;
  height: 110px;
  position: absolute;
  top: -68px;
  left: -20px;
  background: url(/static/ligareaz/fanclub/common/txt_new.svg) no-repeat center;
  background-size: contain;
  z-index: 10;
  transform: rotate(-5deg);
}
.section--staffblog.delighter.started .block--thumb {
  transform: translateY(0);
  opacity: 1;
}

.section--radio .section--inner .block--thumb {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
}
.section--radio .section--inner .block--thumb .thumb {
  overflow: hidden;
  border-radius: 4vw 0 4vw 0;
  filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, 0.2));
  transform: translateZ(0);
}
.section--radio .section--inner .block--thumb .thumb .blur {
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: 1;
}
.section--radio .section--inner .block--thumb .thumb .blur img {
  filter: blur(80px);
  transform: translateZ(0);
  background-size: cover;
}
.section--radio .section--inner .block--thumb .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-size: contain;
}
.section--radio .section--inner .block--thumb .thumb img.dummy {
  background-size: cover;
}
.section--radio .section--inner.new .block--thumb {
  position: relative;
}
.section--radio .section--inner.new .block--thumb::after {
  content: "";
  display: block;
  width: 130px;
  height: 110px;
  position: absolute;
  top: -68px;
  right: -20px;
  background: url(/static/ligareaz/fanclub/common/txt_new.svg) no-repeat center;
  background-size: contain;
  z-index: 10;
  transform: rotate(-5deg);
}
.section--radio.delighter.started .block--thumb {
  transform: translateY(0);
  opacity: 1;
}

.section--photo .section--inner .block--thumb {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
}
.section--photo .section--inner .block--thumb .thumb {
  overflow: hidden;
  border-radius: 4vw 0 4vw 0;
  filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, 0.2));
  transform: translateZ(0);
}
.section--photo .section--inner .block--thumb .thumb .blur {
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: 1;
}
.section--photo .section--inner .block--thumb .thumb .blur img {
  filter: blur(80px);
  transform: translateZ(0);
  background-size: cover;
}
.section--photo .section--inner .block--thumb .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-size: contain;
}
.section--photo .section--inner .block--thumb .thumb img.dummy {
  background-size: cover;
}
.section--photo .section--inner.new .block--thumb {
  position: relative;
}
.section--photo .section--inner.new .block--thumb::after {
  content: "";
  display: block;
  width: 130px;
  height: 110px;
  position: absolute;
  top: -68px;
  left: -20px;
  background: url(/static/ligareaz/fanclub/common/txt_new.svg) no-repeat center;
  background-size: contain;
  z-index: 10;
  transform: rotate(-5deg);
}
.section--photo.delighter.started .block--thumb {
  transform: translateY(0);
  opacity: 1;
}

.section--movie .section--inner .block--thumb {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
}
.section--movie .section--inner .block--thumb .thumb {
  overflow: hidden;
  border-radius: 4vw 0 4vw 0;
  filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, 0.2));
  transform: translateZ(0);
}
.section--movie .section--inner .block--thumb .thumb .blur {
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: 1;
}
.section--movie .section--inner .block--thumb .thumb .blur img {
  filter: blur(80px);
  transform: translateZ(0);
  background-size: cover;
}
.section--movie .section--inner .block--thumb .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-size: contain;
}
.section--movie .section--inner .block--thumb .thumb img.dummy {
  background-size: cover;
}
.section--movie .section--inner.new .block--thumb {
  position: relative;
}
.section--movie .section--inner.new .block--thumb::after {
  content: "";
  display: block;
  width: 130px;
  height: 110px;
  position: absolute;
  top: -68px;
  right: -20px;
  background: url(/static/ligareaz/fanclub/common/txt_new.svg) no-repeat center;
  background-size: contain;
  z-index: 10;
  transform: rotate(-5deg);
}
.section--movie.delighter.started .block--thumb {
  transform: translateY(0);
  opacity: 1;
}

.section--movie2 .section--inner .block--thumb {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
}
.section--movie2 .section--inner .block--thumb .thumb {
  overflow: hidden;
  border-radius: 4vw 0 4vw 0;
  filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, 0.2));
  transform: translateZ(0);
}
.section--movie2 .section--inner .block--thumb .thumb .blur {
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: 1;
}
.section--movie2 .section--inner .block--thumb .thumb .blur img {
  filter: blur(80px);
  transform: translateZ(0);
  background-size: cover;
}
.section--movie2 .section--inner .block--thumb .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-size: contain;
}
.section--movie2 .section--inner .block--thumb .thumb img.dummy {
  background-size: cover;
}
.section--movie2 .section--inner.new .block--thumb {
  position: relative;
}
.section--movie2 .section--inner.new .block--thumb::after {
  content: "";
  display: block;
  width: 130px;
  height: 110px;
  position: absolute;
  top: -68px;
  left: -20px;
  background: url(/static/ligareaz/fanclub/common/txt_new.svg) no-repeat center;
  background-size: contain;
  z-index: 10;
  transform: rotate(-5deg);
}
.section--movie2.delighter.started .block--thumb {
  transform: translateY(0);
  opacity: 1;
}

.block--contents_etc {
  width: 85%;
  margin: 120px auto 240px;
}
.block--contents_etc .list--contents_etc li {
  position: relative;
  transform: translateY(20px);
}
.block--contents_etc .list--contents_etc li a {
  filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, 0.2));
  overflow: hidden;
  border-radius: 4vw 0 4vw 0;
  transform: translateZ(0);
}
.block--contents_etc .list--contents_etc li img {
  border-radius: 4vw 0 4vw 0;
  overflow: hidden;
}
.block--contents_etc .list--contents_etc li.oshisagashi::before {
  content: "";
  display: block;
  width: 8vw;
  height: 5vw;
  position: absolute;
  background: url(/static/ligareaz/fanclub/common/icon--free_r.svg) no-repeat center;
  background-size: contain;
  right: -2vw;
  top: -23px;
  z-index: 10;
}
.block--contents_etc .list--contents_etc li.delighter.started {
  transform: translateZ(0) translateY(0);
}

.page--home .logo svg path, .page--home .logo svg rect, .page--home .logo svg polygon, .page--home .logo svg polyline {
  transition: fill 0.6s;
}

.color--personal .drawer [class^=nav--] > li a {
  color: #ffffff;
}
.color--personal .logo svg path, .color--personal .logo svg rect, .color--personal .logo svg polygon, .color--personal .logo svg polyline {
  fill: #ffffff;
}
.color--personal.scrolling.page--home .block--video__bg::before {
  opacity: 0;
  transition: opacity 0.6s;
}
.color--personal.page--home .block--video__bg {
  opacity: 1;
  transition: opacity 0.6s;
}
.color--personal .header .nav--fc .nav li.drawer__btn--fc, .color--personal .header .nav--fc .nav li a, .color--personal .block--sns .nav--sns li a {
  color: #ffffff;
}
.color--personal .block--sns .nav--sns li a svg {
  fill: #ffffff;
}
.color--personal .header .nav--fc .nav li.drawer__btn--fc .border span {
  background-color: #ffffff;
}
.color--personal .drawer__btn span {
  background-color: #ffffff;
}
.color--personal .area--fc::before {
  opacity: 1;
}
.color--personal.loaded .loading {
  transition: 0s 0s;
  opacity: 0;
  pointer-events: none;
}
.color--personal .loading {
  transition: 0s 0s;
  opacity: 0;
  pointer-events: none;
}

.btn--bnr.btn--fc {
  opacity: 0;
  pointer-events: none;
}

.color--fc .area--fc::before {
  opacity: 0;
}
.color--fc .area--fc::after {
  opacity: 0.8;
}

.bnr--off.scrolling .btn--bnr.btn--fc {
  opacity: 0;
  pointer-events: none;
}

.page--member {
  color: #ffffff;
}
.page--member .logo svg path, .page--member .logo svg rect {
  fill: #ffffff;
}
.page--member .header .nav--fc .nav li.drawer__btn--fc, .page--member .header .nav--fc .nav li a, .page--member .block--sns .nav--sns li a {
  color: #ffffff;
}
.page--member .header .nav--fc .nav li.drawer__btn--fc .border span {
  background-color: #ffffff;
}
.page--member .block--sns .nav--sns li i {
  color: #ffffff;
}
.page--member .block--sns .nav--sns li svg {
  fill: #ffffff;
}
.page--member [class^=list--] li.new a .tit::after {
  color: #ffffff;
  opacity: 0.5;
}
.page--member .drawer [class^=nav--] > li a {
  color: #ffffff;
}
.page--member .bg::before {
  background: #0086CD !important;
  mix-blend-mode: multiply;
}
.page--member .section-tit {
  color: #ffffff;
  font-size: 40px !important;
}
.page--member .section--list .list--contents li a .thumb {
  filter: drop-shadow(10px 10px 30px rgba(64, 80, 96, 0.2));
}
.page--member .block--pager .pager__item--newer a::after, .page--member .block--pager .pager__item--newer span::after, .page--member .block--pager .pager__item--older a::after, .page--member .block--pager .pager__item--older span::after {
  background: url(/static/ligareaz/fanclub/common/more.svg) no-repeat center;
  background-size: contain;
}
.page--member .block--pager .pager__item--current {
  color: #ffffff;
}
.page--member .block--pager .pager__item--current::after {
  background: transparent;
  border: 1px solid rgba(228, 235, 247, 0.5);
}
.page--member footer .copyright {
  color: #ffffff;
}
.page--member .detail__btn a span {
  color: #ffffff;
}
.page--member .list--contents li .thumb {
  filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, 0.2));
}

body:not(.page--home) .btn--bnr {
  display: none;
}
body:not(.page--home) .loading {
  display: none;
}
body:not(.page--home) .block--video__bg {
  display: none;
}
body:not(.page--home) .header .logo {
  width: 17vw;
  height: 3vw;
}
body:not(.page--home) .header .logo svg {
  width: 17vw;
  height: 3vw;
}
body:not(.page--home) .bg {
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
}
body:not(.page--home) .bg .bg_01 img, body:not(.page--home) .bg .bg_02 img, body:not(.page--home) .bg .bg_03 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
body:not(.page--home) .bg .bg_01 {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  animation: sky_slider 24s linear infinite;
  animation-delay: -2s;
}
body:not(.page--home) .bg .bg_02 {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  animation: sky_slider 24s linear infinite;
  animation-delay: 6s;
}
body:not(.page--home) .bg .bg_03 {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  animation: sky_slider 24s linear infinite;
  animation-delay: 14s;
}
body:not(.page--home) .bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #ffffff;
  top: 0;
  z-index: 2;
  background: transparent;
  background-image: linear-gradient(to top, #ffffff 50% 20%, transparent);
}
body:not(.page--home) .section-tit {
  font-size: 18px;
  margin: 0 0 30px;
}
body:not(.page--home) .section-tit_eng {
  width: 20vw;
  left: 8vw;
  position: absolute;
  top: -2vw;
  pointer-events: none;
}
body:not(.page--home) .section-tit_sub {
  font-family: "Kaisei Tokumin", serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  font-size: 18px;
  margin-bottom: 30px;
  padding-top: 12vw;
}
body:not(.page--home) .no-data {
  text-align: left;
}
body:not(.page--home) .list--schedule {
  margin: 0;
}

.page--info .section--list .no-data {
  padding-top: 0;
}
.page--info .section--list .block--category li.cat4 {
  display: none;
}
.page--info .searchBox {
  position: relative;
  margin: 0 0 30px;
}
.page--info .searchBox input[type=text] {
  border: 1px solid #0086CD;
  padding: 0.5em 1em;
  color: #405060;
}
.page--info .searchBox input[type=submit] {
  width: 40px;
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 40px;
  color: #405060;
  background: transparent;
  border: none;
  border-radius: 30px;
  position: absolute;
  top: 0;
  right: 3px;
  z-index: 2;
  cursor: pointer;
}
.page--info .section--detail {
  padding: 60px 5vw;
  width: 850px;
  margin: 0 auto 70px;
  background: rgba(228, 235, 247, 0.2);
  border-radius: 4vw 0 4vw 0;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  transform: translateZ(0);
}
.page--info .section--detail .tit {
  margin-bottom: 30px;
}
.page--info .section--detail.new .tit {
  position: relative;
}
.page--info .section--detail.new .tit::after {
  content: "NEW";
  font-size: 11px;
  color: #0086CD;
  display: inline-block;
  font-family: quasimoda, sans-serif;
  margin-left: 6px;
  position: relative;
  top: -1px;
  letter-spacing: 0.3em;
}
.page--info .section--detail .txt {
  clear: both;
}
.page--info .section--detail .txt a {
  color: #0086CD;
  text-decoration: none;
}
.page--info .section--detail .txt .video, .page--info .section--detail .txt .ph {
  margin: 10px 0;
}
.page--info .section--detail .txt .ph {
  width: auto !important;
  display: inline;
}
.page--info .section--detail .txt .ph img {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.page--info .section--detail .date {
  display: inline-block;
  font-size: 12px;
  margin-right: 13px;
}
.page--info .section--detail .date .week {
  font-size: 10px;
}
.page--info .section--detail .date.second {
  margin-left: 24px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--info .section--detail .date.second {
    margin-left: 19px;
  }
}
.page--info .section--detail .date.second::after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  position: absolute;
  background: #405060;
  top: 12px;
  left: -20px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--info .section--detail .date.second::after {
    top: 11px;
    left: -18px;
  }
}
.page--info .section--detail .category {
  display: inline-block;
  position: relative;
}
.page--info .section--detail .ph img {
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 500px;
  -o-object-position: center;
  object-position: center;
}

.page--schedule .block--month {
  margin-bottom: 50px;
}
.page--schedule .block--month .tit {
  font-size: 25px;
  font-family: "philosopher", sans-serif;
  letter-spacing: 0.2em;
  margin-bottom: 5px;
}
.page--schedule .block--month .tit span {
  font-size: 14px;
  margin-left: 5px;
  letter-spacing: 0.15em;
  font-family: quasimoda, sans-serif;
}
.page--schedule .month-pager {
  font-size: 12px;
  font-family: quasimoda, sans-serif;
  letter-spacing: 0.2em;
}
.page--schedule .block--category .list--sort li .category {
  display: inline;
  background: linear-gradient(#c5e9ff, #c5e9ff) 0 100%/100% 1em no-repeat;
  transition: background 0.4s cubic-bezier(0.4, 0, 1, 1);
  cursor: pointer;
}
.page--schedule .block--category .list--sort li input[type=checkbox] {
  display: none;
}
.page--schedule .block--category .list--sort li input[type=checkbox]:not(:checked) + .category {
  background-size: 0% 1em;
  color: #405060;
}
.page--schedule .list--schedule {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.page--schedule .list--schedule li {
  margin-bottom: 25px;
  width: 100%;
  padding: 20px 1vw 20px 13vw;
  position: relative;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(228, 235, 247, 0.2);
  border-radius: 2vw 0 2vw 0;
}
.page--schedule .list--schedule li a {
  padding: 10px 0;
}
.page--schedule .list--schedule li.no-data {
  background: transparent;
}
.page--schedule .list--schedule .date {
  width: 6em;
  font-size: 25px;
  line-height: 1;
  position: absolute;
  left: 34px;
  top: 30px;
  letter-spacing: 0.2em;
}
.page--schedule .list--schedule .date .week {
  display: block;
  font-size: 13px;
  letter-spacing: 0.15em;
  margin-top: 5px;
  font-family: quasimoda, sans-serif;
}
.page--schedule .list--schedule .box {
  display: flex;
  align-items: center;
}
.page--schedule .list--schedule .category {
  margin: 0;
  opacity: 0.5;
}
.page--schedule .list--schedule .time {
  font-family: quasimoda, sans-serif;
  font-size: 12px;
  margin-left: 10px;
  transition: color 0.4s;
}
.page--schedule .list--schedule .time > span > span {
  margin: 0 2px;
}
.page--schedule.page--detail .date.event-end {
  position: relative;
}
.page--schedule.page--detail .date.event-end::before {
  content: "〜";
  display: block;
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
}
.page--schedule.page--detail .date .youbi {
  font-size: 10px;
}

.section--list.page--profile .section-tit {
  margin: 0 0 50px;
}
.section--list.page--profile .list--profile li .ph {
  box-shadow: 10px 10px 30px rgba(228, 235, 247, 0.4);
}
.section--list.page--profile .list--profile li .name {
  color: #405060;
}

.section--detail.page--profile__detail .section--inner .block--ph {
  opacity: 0;
  transform: translateZ(0) translateY(20px);
  transition: opacity 0.4s 0.8s cubic-bezier(0.4, 0, 1, 1), transform 0.4s 0.8s cubic-bezier(0.4, 0, 1, 1);
}
.section--detail.page--profile__detail .section--inner .ph {
  pointer-events: none;
  filter: drop-shadow(10px 10px 30px rgba(228, 235, 247, 0.4));
  overflow: hidden;
  border-radius: 4vw 0 4vw 0;
  margin-bottom: 20px;
}
.section--detail.page--profile__detail .section--inner .ph img {
  aspect-ratio: 3/4;
}
.section--detail.page--profile__detail .section--inner .block--link .list--link li {
  display: inline-block;
  margin-right: 0.5em;
}
.section--detail.page--profile__detail .section--inner .block--link .list--link li a {
  position: relative;
  color: #0086CD;
  font-size: 16px;
  font-family: quasimoda, sans-serif;
  font-weight: 400;
  padding-left: 6px;
}
.section--detail.page--profile__detail .section--inner .block--link .list--link li a::before {
  content: "\f044";
  position: relative;
  top: 0;
  left: -4px;
  font-family: "Font Awesome 5 Free";
  font-size: 1em;
  color: #0086CD;
  z-index: -2;
}
.section--detail.page--profile__detail .section--inner .block--link .list--link .personal a::before {
  content: "\f004";
  left: 2px;
}
.section--detail.page--profile__detail .section--inner .block--data {
  opacity: 0;
  transition: opacity 0.4s 1s cubic-bezier(0.4, 0, 1, 1);
}
.section--detail.page--profile__detail .section--inner .block--data .header-profile .name-area {
  margin-bottom: 30px;
}
.section--detail.page--profile__detail .section--inner .block--data .header-profile .name-area .name {
  font-size: 20px;
  letter-spacing: 0.3em;
  line-height: 1.6;
}
.section--detail.page--profile__detail .section--inner .block--data .header-profile .name-area .rubi {
  font-size: 12px;
  letter-spacing: 0.3em;
  opacity: 0.5;
  font-family: quasimoda, sans-serif;
}
.section--detail.page--profile__detail .section--inner .block--data .list--data li {
  margin-bottom: 0.75em;
  padding: 0 0 0.75em 10em;
  position: relative;
  letter-spacing: 0.2em;
}
.section--detail.page--profile__detail .section--inner .block--data .list--data li span {
  font-size: 12px;
  position: absolute;
  left: 0;
  opacity: 0.5;
}

.loaded .section--detail.page--profile__detail .section--inner .block--ph {
  transform: translateZ(0) translateY(0);
  opacity: 1;
}
.loaded .section--detail.page--profile__detail .section--inner .block--data {
  opacity: 1;
}

.page--about .section-tit {
  margin: 0 0 50px;
}
.page--about .block--copy {
  margin-bottom: 100px;
}
.page--about .block--copy .tit {
  font-size: 26px;
  width: auto;
}
.page--about .block--producer {
  background: rgba(255, 255, 255, 0.6);
  margin-bottom: 40px;
  padding: 30px;
}
.page--about .block--message {
  background: #e2f3ff;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  transform: rotate(-3deg) translateY(20px);
  padding: 40px 60px;
  transition-delay: 0.3s;
  position: relative;
}
.page--about .block--message::before {
  content: "";
  display: block;
  width: 95%;
  height: 92%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #0086CD;
}
.page--about .block--message::after {
  content: "";
  display: block;
  width: 97%;
  height: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #0086CD;
}
.page--about .block--message .tit {
  font-size: 25px;
  margin-bottom: 20px;
  font-family: "philosopher", sans-serif;
  color: #0086CD;
  text-align: center;
}
.page--about .block--message .copy {
  padding: 0 0 10px;
  font-family: "vdl-penletter", sans-serif;
  line-height: 2em;
  letter-spacing: 0.2em;
  text-align: left;
  font-size: 15px;
  line-height: 2.5;
  margin-bottom: 5px;
}
.page--about .block--message .from {
  text-align: right;
  font-size: 17px;
  margin-top: 5px;
  font-family: "vdl-penletter", sans-serif;
}
.page--about .block--message.deligter.started {
  transform: rotate(-3deg) translateY(0);
}

.page--disco .block--category li:nth-child(3), .page--disco .block--category li:nth-child(4), .page--disco .block--category li:nth-child(5), .page--disco .block--category li:nth-child(6) {
  display: none;
}
.page--disco .header--disco {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 55vw;
  z-index: 1;
}
.page--disco .header--disco .header--disco_inner {
  position: fixed;
  top: 0;
  left: 50%;
  width: 200%;
  height: 200%;
  background-size: cover;
  background-position: 50% 50%;
  filter: blur(80px);
  transform: scale(2) translateZ(0) translateX(-50%);
}
.page--disco .thumb {
  position: relative;
  margin-bottom: 18px;
  overflow: hidden;
}
.page--disco .thumb .blur {
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: 1;
}
.page--disco .thumb .blur img {
  filter: blur(80px);
  transform: translateZ(0);
  background-size: cover;
}
.page--disco .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-size: contain;
}
.page--disco .thumb img.dummy {
  background-size: cover;
}
.page--disco .section--detail {
  background: #ffffff;
}
.page--disco .block--jacket {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--disco .block--jacket {
    margin-bottom: 30px;
  }
}
.page--disco .block--jacket .ph {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
  box-shadow: 10px 10px 30px rgba(228, 235, 247, 0.4);
}
.page--disco .block--jacket .ph figcaption {
  display: block;
  font-size: 11px;
  line-height: 1.5;
  position: absolute;
  bottom: -24px;
  right: 0;
}
.page--disco .block--jacket .tit {
  font-size: 12px;
}
.page--disco .list--disco li .thumb {
  filter: drop-shadow(10px 10px 30px rgba(228, 235, 247, 0.4));
  overflow: hidden;
  border-radius: 4vw 0 4vw 0;
  transform: translateZ(0);
}
.page--disco .list--disco li .thumb.noimg img {
  background-size: cover;
}
.page--disco .list--disco li .tit, .page--disco .list--disco li .date {
  font-size: 12px;
}
.page--disco .list--disco li .tit {
  font-size: 13px;
  margin-bottom: 8px;
}
.page--disco .list--disco li .date {
  opacity: 0.5;
}
.page--disco .list--disco li .category {
  display: inline-block;
  font-size: 12px;
  position: relative;
  margin-right: 5px;
  margin-bottom: 10px;
  opacity: 0.5;
  letter-spacing: 0.2em;
}
.page--disco .list--jacket li {
  margin-bottom: 50px;
  overflow: visible;
}
.page--disco .list--jacket li .ph {
  margin-bottom: 30px;
}
.page--disco .list--jacket_sub {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto 60px;
}
.page--disco .list--jacket_sub .tit {
  font-size: 11px;
}
.page--disco .tit-wrap {
  display: block;
  text-align: left;
  background: #ffffff;
  width: 80%;
  margin: 0 auto 30px;
}
.page--disco .tit-wrap .category {
  display: inline-block;
  font-size: 12px;
  position: relative;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  opacity: 0.5;
  margin-right: 15px;
}
.page--disco .tit-wrap .date {
  display: inline-block;
  letter-spacing: 0.1em;
  font-size: 12px;
  opacity: 0.5;
}
.page--disco .tit-wrap .tit {
  font-size: 16px;
}
.page--disco .block--disc-detail {
  position: relative;
  z-index: 2;
}
.page--disco .block--disc-detail .txt {
  font-size: 14px;
  letter-spacing: 0.02em;
  padding-top: 0;
}
.page--disco .block--disc-detail .txt a:not(.btn--main) {
  text-decoration: underline;
  color: #0086CD;
}
.page--disco .block--disc-detail .txt .title-shoplist {
  margin-top: 2em;
  margin-bottom: 1em;
  padding: 10px 0;
  border-bottom: solid 1px;
  font-size: 13px;
}
.page--disco .block--disc-detail .txt .list--shop {
  display: flex;
  flex-wrap: wrap;
}
.page--disco .block--disc-detail .txt .list--shop li {
  width: 15.8333333333%;
  margin-right: 1%;
  margin-bottom: 10px;
}
.page--disco .block--disc-detail .txt .list--shop li:nth-child(6n) {
  margin-right: 0;
}
.page--disco .block--disc-detail .block--track {
  padding: 15px;
  border-radius: 2vw 0 2vw 0;
  margin-top: 30px;
  background: rgba(0, 134, 205, 0.2);
}
.page--disco .block--disc-detail .block--track .type {
  font-size: 13px;
  color: #405060;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(64, 80, 96, 0.2);
}
.page--disco .block--disc-detail .block--track > div {
  margin: 20px 0;
  font-size: 13px;
}
.page--disco .block--disc-detail .block--track .list--track li {
  font-size: 13px;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}
.page--disco .block--disc-detail .block--track .list--track li span {
  font-size: 12px;
  margin-right: 5px;
}
.page--disco .block--disc-detail .block--track .block--benefit,
.page--disco .block--disc-detail .block--track .block--border {
  background: rgba(255, 255, 255, 0.5);
  padding: 15px 25px;
}
.page--disco .block--disc-detail .block--track .block--border {
  background: none;
  border: 1px solid #fff;
}
.page--disco .section--detail {
  z-index: 2;
  position: relative;
}
.page--disco.page--disco__detail footer .copyright {
  color: #ffffff;
}
.page--disco .slick-list {
  overflow: visible;
}
.page--disco .slick-slider .slick--prev, .page--disco .slick-slider .slick--next {
  font-family: quasimoda, sans-serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #0086CD;
  position: absolute;
  bottom: 40px;
  z-index: 10;
}
.page--disco .slick-slider .slick--prev.slick-disabled, .page--disco .slick-slider .slick--next.slick-disabled {
  opacity: 0.35;
  pointer-events: none;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--disco .slick-slider .slick--prev, .page--disco .slick-slider .slick--next {
    bottom: 10px;
  }
}
.page--disco .slick-slider .slick--prev {
  right: 75px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--disco .slick-slider .slick--prev {
    right: auto;
    left: 0;
  }
}
.page--disco .slick-slider .slick--next {
  right: 0;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--disco .slick-slider .slick--next {
    right: auto;
    left: 65px;
  }
}

.page--photo.page--photo__detail .section--list {
  display: block;
}
.page--photo.page--photo__detail .section-tit {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  font-size: 20px !important;
  line-height: 1.4;
}
.page--photo .list--photo {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.page--photo .list--photo li {
  width: 18.4%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.page--photo .list--photo li:nth-child(5n) {
  margin-right: 0;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--photo .list--photo li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .page--photo .list--photo li:nth-child(5n) {
    margin-right: 2%;
  }
  .page--photo .list--photo li:nth-child(2n) {
    margin-right: 0;
  }
}
.page--photo .photo-image {
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
}
.page--photo.page--detail .section-tit {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  font-size: 30px;
}
.page--photo .block--category.block--archive {
  margin-top: 40px;
  left: 0;
}
.page--photo .block--category.block--archive li a {
  padding-right: 11px;
  position: relative;
}
.page--photo .block--category.block--archive li a::after {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #555;
  border-right: 1px solid #555;
  transform: rotate(45deg);
  position: absolute;
  top: 8px;
  right: 0;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--photo .block--category.block--archive {
    margin-top: 0;
  }
  .page--photo .block--category.block--archive li a {
    padding-right: 7px;
  }
  .page--photo .block--category.block--archive li a::after {
    width: 5px;
    height: 5px;
    top: 3px;
  }
}
@media screen and (min-width: 961px) {
  .page--photo .block--pager {
    left: -18px;
  }
}
.page--photo .section--list .list--contents li a::after {
  content: none;
}
.page--photo .list--contents li a .thumb img {
  background-size: contain;
}
.page--photo .list--contents li a .thumb .blur img {
  background-size: cover;
  pointer-events: none;
}
.page--photo .list--contents li.new .tit::after {
  content: none;
}
.page--photo .list--contents li.new::after {
  content: "";
  display: block;
  width: 90px;
  height: 70px;
  position: absolute;
  top: -50px;
  right: -10px;
  background: url(/static/ligareaz/fanclub/common/txt_new.svg) no-repeat center;
  background-size: contain;
  z-index: 10;
}

.modal-open .drawer__btn {
  pointer-events: none;
}

#swipebox-slider .slide-loading {
  background-image: none !important;
}
#swipebox-slider .slide img {
  max-height: 80%;
}

#swipebox-overlay {
  background: #0086CD;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.2;
}

#swipebox-action #swipebox-close {
  top: 60px;
  right: 70px;
  background: none;
}
#swipebox-action #swipebox-close::before, #swipebox-action #swipebox-close::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 20px;
  transition: all 0.6s ease-out 0s;
  -webkit-transition: all 0.6s ease-out 0s;
}
#swipebox-action #swipebox-close::before {
  transform: rotate(45deg);
}
#swipebox-action #swipebox-close::after {
  transform: rotate(-45deg);
}
#swipebox-action #swipebox-prev,
#swipebox-action #swipebox-next {
  background: none;
  color: #fff;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}
#swipebox-action #swipebox-prev {
  left: 3%;
}
#swipebox-action #swipebox-prev::after {
  content: "";
  display: inline-block;
  width: 1.75em;
  height: 1.75em;
  border: 1px solid;
  border-top: none;
  border-right: none;
  transform: rotate(45deg);
  vertical-align: middle;
  pointer-events: none;
  margin-top: -0.25em;
  margin-right: 0.25em;
  margin-left: 1em;
  margin-top: 1em;
}
#swipebox-action #swipebox-next {
  right: 3%;
}
#swipebox-action #swipebox-next::after {
  content: "";
  display: inline-block;
  width: 1.75em;
  height: 1.75em;
  border: 1px solid;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  vertical-align: middle;
  pointer-events: none;
  margin-top: -0.25em;
  margin-right: 0.25em;
  margin-top: 1em;
}

#swipebox-caption {
  width: 100%;
  max-width: 800px;
  padding: 0 8%;
  text-align: center;
  position: absolute;
  bottom: 5%;
  left: 50%;
  color: #fff;
  transform: translateX(-50%);
}

#swipebox-slider .slide {
  position: relative;
}

#swipebox-slider .slide::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page--movie .list--contents li.new .tit::after {
  content: none;
}
.page--movie .list--contents li.new::after {
  content: "";
  display: block;
  width: 90px;
  height: 70px;
  position: absolute;
  top: -50px;
  right: -10px;
  background: url(/static/ligareaz/fanclub/common/txt_new.svg) no-repeat center;
  background-size: contain;
  z-index: 10;
}
.page--movie .list--contents li .thumb img {
  background-size: contain;
}
.page--movie .list--contents li .thumb .blur img {
  background-size: cover;
  pointer-events: none;
}
.page--movie.new-movie .section-tit_eng {
  left: 5vw;
  top: -3vw;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.new-movie .section-tit_eng {
    left: -2vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.new-movie .section-tit_sub {
    padding-top: 44vw;
  }
}
.page--movie.new-movie .section--detail .area--movie .vjs-big-play-centered .vjs-big-play-button {
  border-radius: 0 !important;
}
.page--movie.new-movie .section--detail .block--tit {
  width: 100% !important;
}
.page--movie.new-movie .section--detail #tab--comment {
  display: none;
}
.page--movie.new-movie .section--detail .area--movie .vjs-big-play-centered .vjs-big-play-button {
  background: no-repeat center url(/static/ligareaz/official/common/icon--play.svg) !important;
  background-size: contain !important;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.6));
}
.page--movie.new-movie .section--detail .area--more-info .block--tab {
  justify-content: flex-start !important;
  width: 100% !important;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab .more_movies_title {
  text-align: left;
  font-size: 17px;
  margin-bottom: 20px;
  font-family: quasimoda, sans-serif;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab > div {
  width: 100% !important;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a {
  width: 100% !important;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies {
  background: transparent !important;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li {
  border-bottom: 1px solid rgba(228, 235, 247, 0.5) !important;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li .thumb {
  border-radius: 20px 0 20px 0;
  filter: none;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li .thumb .blur {
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: 1;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li .thumb .blur img {
  filter: blur(80px);
  transform: translateZ(0);
  background-size: cover;
  pointer-events: none;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-size: contain;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .item--more_movie .list__txt {
  width: 30em;
}
.page--movie.new-movie .section--detail .area--movie .video-js .vjs-control-bar {
  filter: drop-shadow(2px 2px 2px rgba(64, 80, 96, 0.5)) !important;
}

.page--radio.new-movie .list--contents li .thumb img {
  background-size: contain;
}
.page--radio.new-movie .section--detail .area--more-info .more_movies_title {
  text-align: left;
  font-size: 17px;
  margin-bottom: 20px;
  font-family: quasimoda, sans-serif;
}

.page--blog .info--sub {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 850px;
  padding: 0;
  margin: 0 auto 30px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--blog .info--sub {
    width: 100%;
    padding: 0 6%;
    margin: 0 0 25px;
  }
}
.page--blog .info--sub .thumb {
  width: 80px;
  height: 80px;
  margin-right: 4%;
  overflow: hidden;
  border-radius: 20px 0 20px 0;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--blog .info--sub .thumb {
    width: 15vw;
    height: 15vw;
    margin-right: 7%;
  }
}
.page--blog .info--sub .thumb img {
  background-size: cover;
}
.page--blog .info--sub .thumb .dummy {
  background-size: cover;
}
.page--blog .info--sub .writer {
  margin: 0 0 10px;
  font-size: 18px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--blog .info--sub .writer {
    font-size: 16px;
  }
}
.page--blog .info--sub .writer::before {
  content: "\f044";
  position: relative;
  top: 0;
  left: -4px;
  font-family: "Font Awesome 5 Free";
  font-size: 1.2rem;
  color: #ffffff;
  z-index: -2;
  opacity: 0.8;
}
.page--blog .section--detail {
  padding: 60px 5vw;
  width: 850px;
  margin: 0 auto 70px;
  background: rgba(228, 235, 247, 0.2);
  border-radius: 4vw 0 4vw 0;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  transform: translateZ(0);
}
.page--blog .section--detail .tit {
  margin-bottom: 30px;
}
.page--blog .section--detail .date {
  margin-bottom: 60px;
}
.page--blog .section--detail .txt {
  letter-spacing: 0.1em !important;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 20px;
}
.page--blog .section--detail .txt p, .page--blog .section--detail .txt span {
  letter-spacing: 0.1em !important;
}
.page--blog .section--detail .txt.nologin {
  border-bottom: none;
}
.page--blog .section--detail .icon--comment {
  display: flex;
  align-items: center;
}
.page--blog .section--detail .icon--comment .icon {
  width: 15px;
  height: 15px;
  background: url(/static/ligareaz/fanclub/common/icon--comment.svg) no-repeat center;
  background-size: contain;
  margin-right: 5px;
}
.page--blog .section--detail .icon--comment .txt--comment {
  font-size: 15px;
  font-family: quasimoda, sans-serif;
}
.page--blog .section--detail .icon--comment.free {
  pointer-events: none;
}
.page--blog .section--detail .comment-post {
  margin: 20px 0 40px;
}
.page--blog .section--detail .comment-post.visible {
  display: block;
}
.page--blog .section--detail .comment-post .comment-head-tit {
  font-size: 15px;
  margin-bottom: 10px;
}
.page--blog .section--detail .comment-post textarea {
  border: none;
  border-radius: 20px 0 20px 0;
  padding: 1em;
  line-height: 1.5;
  letter-spacing: 0.08em;
  height: 9em;
}
.page--blog .section--detail .comment-post .btn--main {
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #ffffff;
  margin: 1em 0;
}
.page--blog .section--detail .comment .list--comment li {
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 8px;
}
.page--blog .section--detail .comment .list--comment li.no-data {
  color: rgba(255, 255, 255, 0.4);
  border-bottom: none;
  text-align: center;
}
.page--blog .section--detail .block--share li a svg {
  fill: #fff;
}
.page--blog .section--detail .block--share li a i {
  color: #fff;
}
.page--blog .section--detail .block--share li a:hover svg {
  fill: rgba(197, 233, 255, 0.8);
}
.page--blog .section--detail .block--share li a:hover i {
  color: rgba(197, 233, 255, 0.8);
}
.page--blog .comment--area dl dt {
  font-weight: 700;
}
.page--blog .comment--area dl dd {
  margin-bottom: 10px;
}
.page--blog .comment--area .tit {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 10px;
}
.page--blog .commentPost .block--btn {
  display: flex;
  justify-content: space-between;
  width: 88%;
  margin: 0 auto;
}
.page--blog .list--comment {
  padding: 4em 0 3em;
}
.page--blog .list--comment .comment__item .name-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 0.5em;
}
.page--blog .list--comment .comment__item .name-wrap .name {
  font-weight: bold;
}
.page--blog .list--comment .comment__item .name-wrap .date {
  margin: 0;
}
.page--blog .btn--main {
  background: rgba(255, 255, 255, 0.4);
}
.page--blog .btn--sub {
  border: 1px solid #ffffff;
  height: inherit !important;
  line-height: inherit !important;
  padding: 20px;
  margin: 1.5em 0;
}
.page--blog .btn--delete {
  text-align: right;
}
.page--blog .btn--delete .main {
  font-size: 12px;
  color: #c5e9ff;
  -webkit-appearance: none;
  -moz-appearance: button;
  background: transparent;
  border: none;
  cursor: pointer;
}
.page--blog .btn.btn--report {
  display: inline-block;
  position: relative;
  bottom: 0;
  left: calc(100% - 6em);
}
.page--blog .btn.btn--report a {
  display: block;
  color: #ffffff;
  font-size: 10px;
  line-height: 1;
  border: 1px solid;
  text-decoration: none;
  padding: 0.5em 0.7em 0.4em;
  border-radius: 5em;
  transform-origin: right bottom;
  transform: scale(0.8);
  height: auto;
  min-width: auto;
}
.page--blog .form__select {
  width: 150px;
}
.page--blog .form__select select {
  padding: 3px 30px 3px 15px;
  border-radius: 10px 0 10px 0;
  color: #0086CD;
  box-shadow: none;
  border: 1px solid #0086CD;
}
.page--blog .form__select::after {
  content: "";
  position: absolute;
  right: 1em;
  top: 12px;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid #0086CD;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  transition: 0.3s;
  vertical-align: middle;
}
.page--blog .section--list .list--contents li a::after {
  content: none;
}
.page--blog .list--contents li.no-data {
  color: #ffffff;
}
.page--blog .list--contents li .thumb .writer {
  position: absolute;
  right: 0;
  bottom: 30px;
  color: #ffffff;
  z-index: 2;
  padding: 7px 14px 7px 20px;
  display: block;
  background: #0086CD;
  border-radius: 15px 0 0 15px;
  line-height: 1;
  font-size: 14px;
}
.page--blog .list--contents li .thumb .writer::before {
  content: "\f044";
  position: relative;
  top: 0;
  left: -4px;
  font-family: "Font Awesome 5 Free";
  font-size: 1em;
  color: #ffffff;
  z-index: -2;
  opacity: 0.8;
}
.page--blog .list--contents li .thumb .blur {
  pointer-events: none;
}
.page--blog .list--contents li .thumb img {
  aspect-ratio: 9/16;
  background-size: cover;
}
.page--blog .list--contents li .blur img {
  background-size: cover;
}
.page--blog .list--contents li .date, .page--blog .list--contents li .user {
  display: inline-block;
}
.page--blog .list--contents li.new .tit::after {
  content: none;
}
.page--blog .list--contents li.new::after {
  content: "";
  display: block;
  width: 90px;
  height: 70px;
  position: absolute;
  top: -50px;
  right: -10px;
  background: url(/static/ligareaz/fanclub/common/txt_new.svg) no-repeat center;
  background-size: contain;
  z-index: 10;
}
.page--blog .block--pager .pager__item--other {
  width: auto;
}
.page--blog .ulizahtml5 {
  width: 100% !important;
  height: auto !important;
}
.page--blog .section--detail .ph, .page--blog .section--detail .video {
  margin: 10px 0;
}
.page--blog .section--detail .txt a {
  text-decoration: underline;
}
.page--blog video {
  position: relative !important;
}
.page--blog.comment-open .comment-post {
  display: block;
}
.page--blog .comment-pager .pager__item--older {
  float: left;
  height: auto;
}
.page--blog .comment-pager .pager__item--older span::after {
  content: none;
}
.page--blog .comment-pager .pager__item--older a::after {
  content: none;
}
.page--blog .comment-pager .pager__item--newer {
  float: right;
  height: auto;
}
.page--blog .comment-pager .pager__item--newer span::after {
  content: none;
}
.page--blog .comment-pager .pager__item--newer a::after {
  content: none;
}
.page--blog .comment-pager .pager__item--current::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 2em;
  height: 2em;
  border-radius: 10px 0 10px 0;
  background: transparent;
  border: 1px solid rgba(228, 235, 247, 0.5);
}
.page--blog .card--contents {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 25px;
  padding-top: 20px;
  margin-bottom: 2em;
}
.page--blog .card--contents .tit {
  color: #c5e9ff;
  font-family: "philosopher", sans-serif;
  font-size: clamp(1rem, 0.7981rem + 0.8974vw, 1.875rem);
  position: relative;
  margin-bottom: 0;
  letter-spacing: 0.3em;
  text-align: center;
}
.page--blog .card--contents .card--contents-list {
  margin: 1em 0;
}
.page--blog .card--contents .card--contents-list a {
  position: relative;
  filter: drop-shadow(10px 10px 30px rgba(228, 235, 247, 0.4));
}
.page--blog .card--contents .card--contents-list a:last-child {
  margin-bottom: 0;
}
.page--blog .card--contents .card--contents-list a .thumb {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 4vw 0 4vw 0;
}
.page--blog .card--contents .card--contents-list a .thumb img {
  transition: transform 0.6s;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-size: contain;
}
.page--blog .card--contents .card--contents-list a .thumb .blur {
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: 1;
}
.page--blog .card--contents .card--contents-list a .thumb .blur img {
  transition: transform 0.6s;
  background-size: cover;
  pointer-events: none;
  transform: translateZ(0);
  will-change: transform;
  filter: blur(80px);
}
.page--blog .card--contents .card--contents-list a .thumb::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #0086CD;
  transform-origin: left;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 1, 1);
  z-index: 3;
  opacity: 0;
  mix-blend-mode: multiply;
}
.page--blog .card--contents .card--contents-list a .thumb::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page--blog .card--contents .card--contents-list a .thumb .category {
  position: absolute;
  left: 0;
  bottom: 20px;
  color: #ffffff;
  z-index: 2;
  padding: 7px 14px 7px 10px;
  display: block;
  background: rgb(60, 176, 255);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border-radius: 0 15px 15px 0;
  line-height: 1;
  font-size: 14px;
}
.page--blog .card--contents .card--contents-list a .list__txt .date {
  position: relative;
  z-index: 3;
  display: block;
  transition: opacity 0.4s;
  margin-bottom: 5px;
  font-size: 12px;
  font-family: quasimoda, sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
}
.page--blog .card--contents .card--contents-list a .list__txt .contents-tit {
  font-size: 14px;
  position: relative;
}
@media screen and (min-width: 961px) {
  .page--blog .card--contents .card--contents-list:hover .thumb::before {
    opacity: 0.5;
  }
}

.page--blog.page--staffblog .section-tit_eng {
  width: 27vw;
  left: 6vw;
  position: absolute;
  top: -1vw;
  pointer-events: none;
}
.page--blog.page--staffblog .list--contents li .thumb img {
  aspect-ratio: 16/9;
}

.section--detail.page--entry {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
}
.section--detail.page--entry .tit {
  font-family: quasimoda, sans-serif;
  text-align: center;
}
.section--detail.page--entry [class^=block--] {
  margin-bottom: 70px;
  position: relative;
  z-index: 2;
}
.section--detail.page--entry [class^=block--] .block-tit {
  font-size: 27px;
  text-align: center;
  margin: 0 0 30px;
  position: relative;
  transform: translateX(0);
  font-family: "philosopher", sans-serif;
  overflow: hidden;
  letter-spacing: 0.2em;
}
.section--detail.page--entry [class^=block--] table {
  margin: 0 0 40px;
  border: none;
  width: 100%;
}
.section--detail.page--entry [class^=block--] table th {
  width: 175px;
  padding: 20px 3%;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-weight: 400;
  font-size: 12px;
}
.section--detail.page--entry [class^=block--] table td {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 20px 3%;
  font-size: 13px;
}
.section--detail.page--entry [class^=block--] table td dl {
  margin-top: 20px;
}
.section--detail.page--entry [class^=block--] table td ul li.txt--sub {
  margin-top: 0.2em;
}
.section--detail.page--entry [class^=block--] table td .txt--sub {
  text-indent: -1em;
  padding-left: 1em;
}
.section--detail.page--entry [class^=block--] .txt--personal .txt--sub {
  font-size: 12px;
}
.section--detail.page--entry .block--logo {
  position: relative;
  z-index: 2;
}
.section--detail.page--entry .block--logo .logo {
  position: relative;
}
.section--detail.page--entry .block--logo .logo .logo--sub {
  font-size: 2vw;
  font-weight: 400;
  text-align: center;
  display: block;
  font-family: "Kaisei Tokumin", serif;
  transform: skewX(-10deg);
}
.section--detail.page--entry .block--logo .logo .logo--pre {
  display: none;
}
.section--detail.page--entry .block--video {
  position: relative;
}
.section--detail.page--entry .block--video::before {
  content: "";
  display: block;
  width: 20vw;
  height: 9vw;
  background: url(/static/ligareaz/fanclub/common/border_large.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  pointer-events: none;
  z-index: 10;
  left: -5vw;
  top: 3vw;
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.6s 0.4s, transform 0.6s 0.4s;
}
.section--detail.page--entry .block--video .block-tit {
  text-align: center;
  font-family: "philosopher", sans-serif;
  font-size: 15px;
  line-height: 1.5;
}
.section--detail.page--entry .block--video .block-tit span {
  display: block;
  font-family: "Kaisei Tokumin", serif;
  font-size: 30px;
}
.section--detail.page--entry .block--video .video {
  background: #c5e9ff;
}
.section--detail.page--entry .block--video.delighter.started::before {
  transform: translate(0);
  opacity: 1;
}
.section--detail.page--entry .block--contents {
  position: relative;
  z-index: 4;
}
.section--detail.page--entry .block--contents .block--attention {
  text-align: left;
  background: #ceecff;
  border: 1px solid #0086CD;
  color: #405060;
  padding: 35px 40px;
  border-radius: 20px 0 20px 0;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  font-weight: 400;
  color: #0086CD;
}
.section--detail.page--entry .block--contents .block--attention .tit {
  font-weight: bold;
  margin-bottom: 20px;
}
.section--detail.page--entry .block--contents .block--attention .txt {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #405060;
}
.section--detail.page--entry .block--contents .txt--sub {
  font-size: 12px;
}
.section--detail.page--entry .block--contents .list--contents {
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 40px;
}
.section--detail.page--entry .block--contents .list--contents::before {
  content: "";
  display: block;
  width: 20vw;
  height: 9vw;
  background: url(/static/ligareaz/fanclub/common/border_large.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  pointer-events: none;
  z-index: 10;
  right: -9vw;
  bottom: 50px;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.6s 0.8s, transform 0.6s 0.8s;
}
.section--detail.page--entry .block--contents .list--contents.delighter.started::before {
  transform: translate(0);
  opacity: 1;
}
.section--detail.page--entry .block--contents .list--contents li {
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  background: rgba(255, 255, 255, 0.2);
  padding: 35px 40px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 2vw 0 2vw 0;
  position: relative;
}
.section--detail.page--entry .block--contents .list--contents li .ph {
  margin: 10px 0;
}
.section--detail.page--entry .block--contents .list--contents li .tit {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  font-family: "Kaisei Tokumin", serif;
}
.section--detail.page--entry .block--contents .list--contents li .tit .sub {
  font-family: "Kaisei Tokumin", serif;
  font-size: 12px;
  margin-left: 5px;
  opacity: 0.8;
  display: block;
}
.section--detail.page--entry .block--contents .list--contents li .tit.jp {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  font-size: 14px;
  font-weight: normal;
}
.section--detail.page--entry .block--contents .list--contents li .txt--sub {
  display: block;
  font-family: initial;
  line-height: 1.6;
  margin-top: 0.2em;
}
.section--detail.page--entry .block--contents .list--contents li.free::before {
  content: "";
  display: block;
  width: 5vw;
  height: 5vw;
  position: absolute;
  background: url(/static/ligareaz/fanclub/common/icon--free_r.svg) no-repeat center;
  background-size: contain;
  top: -2vw;
  right: -1vw;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--detail.page--entry .block--contents .list--contents li.free::before {
    width: 20vw;
    height: 20vw;
    right: -3vw;
    top: -9vw;
  }
}
.section--detail.page--entry .block--contents .list--contents.list--personal li {
  background: #42b3ff;
}
.section--detail.page--entry .block--contents .list--contents.list--personal li:nth-child(4) {
  position: relative;
}
.section--detail.page--entry .block--contents .list--contents.list--personal li:nth-child(4)::after {
  content: "";
  display: block;
  width: clamp(70px, 15vw, 22vw);
  height: clamp(70px, 14vw, 22vw);
  background: url(/static/ligareaz/fanclub/common/useropition/heart_cloud01.png) no-repeat center;
  background-size: contain;
  position: absolute;
  pointer-events: all;
  z-index: 10;
  right: -6vw;
  bottom: -7vw;
  opacity: 1;
  transform: translate(0);
  animation: 3s fuwafuwa_sp infinite;
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .section--detail.page--entry .block--contents .list--contents.list--personal li:nth-child(4)::after {
    bottom: -4vw;
  }
}
.section--detail.page--entry .block--contents .list--contents.list--personal::before {
  content: "";
  display: block;
  width: clamp(60px, 9vw, 20vw);
  height: clamp(60px, 8vw, 20vw);
  background: url(/static/ligareaz/fanclub/common/useropition/heart_cloud02.png) no-repeat center;
  background-size: contain;
  position: absolute;
  pointer-events: all;
  z-index: 10;
  left: -4vw;
  top: -2vw;
  opacity: 1;
  transform: translate(0);
  animation: 2s fuwafuwa infinite;
}
.section--detail.page--entry .block--table {
  width: 70%;
  margin: 0 auto 100px;
}
.section--detail.page--entry .block--table .block-tit {
  font-family: "Kaisei Tokumin", serif;
  font-weight: normal;
}
.section--detail.page--entry .block--table td, .section--detail.page--entry .block--table th, .section--detail.page--entry .block--table .label th {
  background: #ffffff;
  color: #405060;
  border: 1px solid #405060 !important;
  font-size: 15px !important;
  font-weight: bold !important;
}
.section--detail.page--entry .block--table td {
  padding: 20px;
  width: 20%;
  border: 1px solid #dadada;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
}
.section--detail.page--entry .block--table td.year {
  background-color: #9cd3ff;
}
.section--detail.page--entry .block--table td.month {
  background-color: #c5e9ff;
}
.section--detail.page--entry .block--table td.free {
  background-color: #e5f5ff;
}
.section--detail.page--entry .block--table th {
  line-height: 1.4;
}
.section--detail.page--entry .block--table th .txt--sub {
  display: block;
}
.section--detail.page--entry .block--table th .sub {
  display: block;
  font-size: 12px;
  opacity: 0.5;
}
.section--detail.page--entry .block--table .label td {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  color: #405060;
}
.section--detail.page--entry .block--table .label td span {
  font-size: 13px;
  display: block;
}
.section--detail.page--entry .block--table .label td.year {
  background-color: #9cd3ff;
}
.section--detail.page--entry .block--table .label td.month {
  background-color: #c5e9ff;
}
.section--detail.page--entry .block--table .label td.free {
  background-color: #e5f5ff;
}
.section--detail.page--entry .block--table [class^=status-] {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.section--detail.page--entry .block--table .status-1, .section--detail.page--entry .block--table .status-2 {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #0086CD;
  position: relative;
}
.section--detail.page--entry .block--table .status-1 span {
  width: 10px;
  height: 10px;
  display: inline-block;
  border: 2px solid #0086CD;
  border-radius: 50%;
}
.section--detail.page--entry .block--table .status-3 {
  width: 14px;
  border-bottom: 2px solid rgba(64, 80, 96, 0.5);
}
.section--detail.page--entry .block--table .dummy, .section--detail.page--entry .block--table .common, .section--detail.page--entry .block--table .group, .section--detail.page--entry .block--table .personal {
  width: 10%;
}
.section--detail.page--entry .block--table .dummy p, .section--detail.page--entry .block--table .common p, .section--detail.page--entry .block--table .group p, .section--detail.page--entry .block--table .personal p {
  writing-mode: vertical-rl;
  white-space: pre;
  display: inline-block;
}
.section--detail.page--entry .block--table .dummy {
  background: transparent;
  border: none !important;
}
.section--detail.page--entry .block--table .common {
  background: #daf3ff;
  border: 1px solid #199be1 !important;
  color: #199be1;
}
.section--detail.page--entry .block--table .group {
  background: #ffe9c5;
  border: 1px solid #ed8a34 !important;
  color: #ed8a34;
}
.section--detail.page--entry .block--table .personal {
  background: #fffac5;
  border: 1px solid #caa800 !important;
  color: #caa800;
}
.section--detail.page--entry .block--table .txt--personal {
  font-size: 12px;
}
.section--detail.page--entry .block--table .txt--personal span {
  display: block;
  font-size: 15px;
  margin-bottom: 5px;
}
.section--detail.page--entry .block--table .block--attention {
  padding: 20px;
  font-weight: bold;
  background: #fff0ea;
  color: #f33;
  border: 1px solid #F32;
  margin: 0 auto;
}
.section--detail.page--entry .block--table .block--attention .txt--sub {
  text-indent: -1em;
  padding-left: 1em;
}
.section--detail.page--entry .block--entry .txt {
  font-size: 14px;
  text-align: center;
  margin-bottom: 40px;
}
.section--detail.page--entry .list--payment {
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  background: rgba(255, 255, 255, 0.2);
}
.section--detail.page--entry .block--entry .block-tit {
  font-family: "Kaisei Tokumin", serif;
  font-weight: normal;
}
.section--detail.page--entry .block--entry .price {
  font-weight: bold;
  font-size: 18px;
}
.section--detail.page--entry .block--device .block-tit {
  font-family: "Kaisei Tokumin", serif;
}
.section--detail.page--entry .block--device .list--payment {
  width: 100%;
}
.section--detail.page--entry .block--device .txt--sub {
  transform: translateX(0);
  transition-delay: 0.3s;
}
.section--detail.page--entry .block--device .note {
  margin: -20px auto 0;
}
.section--detail.page--entry .block--about {
  border: 1px solid;
  padding: 30px 25px;
  position: relative;
}
.section--detail.page--entry .block--about::before {
  content: "";
  display: block;
  width: 20vw;
  height: 9vw;
  background: url(/static/ligareaz/fanclub/common/border_large.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  pointer-events: none;
  z-index: 10;
  right: -6vw;
  bottom: -3vw;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.6s 0.8s, transform 0.6s 0.8s;
}
.section--detail.page--entry .block--about.delighter.started::before {
  transform: translate(0);
  opacity: 1;
}
.section--detail.page--entry .block--about .block-tit {
  font-size: 20px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  letter-spacing: 0.02em;
}
.section--detail.page--entry .block--about .txt {
  font-size: 13px;
}
.section--detail.page--entry .block--about .txt > p {
  margin-bottom: 10px;
}
.section--detail.page--entry .block--about .txt ul li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.8;
  margin-bottom: 5px;
}
.section--detail.page--entry .block--about .txt ul li a {
  text-decoration: underline;
}

.block--btn .txt--sub {
  text-align: center;
  display: block;
}
.block--btn .btn.entry .btn--main {
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 18px;
  position: relative;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.block--btn .btn.entry .btn--main span {
  display: block;
  font-size: 18px;
}
.block--btn .btn.entry .btn--first_login {
  font-weight: bold;
  background: #ffffff;
  color: #0086CD;
}

.page--diagnosis .block--title {
  width: 27vw;
  margin: 0 auto 40px;
}
.page--diagnosis .block--title img {
  pointer-events: none;
}
.page--diagnosis .block--txt {
  position: relative;
  text-align: center;
}
.page--diagnosis .block--txt .en-tit {
  margin: 40px 0;
  text-align: center;
  font-size: 27px;
  font-weight: bold;
  font-family: "philosopher", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #0086CD;
}
.page--diagnosis .block--txt .en-tit span {
  display: block;
  font-weight: 400;
  font-size: 13px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  letter-spacing: 0.05em;
  color: #405060;
}
.page--diagnosis .block--txt::before {
  content: "";
  display: block;
  width: 50vw;
  height: 30vw;
  left: -43vw;
  top: 2vw;
  background: url(/static/ligareaz/fanclub/feature/diagnosis/cloud_diagnosis_2.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  filter: drop-shadow(20px 20px 50px rgba(0, 134, 205, 0.5));
  animation: cloud 30s ease-out infinite;
}
.page--diagnosis .block--txt::after {
  content: "";
  display: block;
  width: 50vw;
  height: 30vw;
  right: -43vw;
  top: 42vw;
  background: url(/static/ligareaz/fanclub/feature/diagnosis/cloud_diagnosis_2.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  filter: drop-shadow(20px 20px 50px rgba(0, 134, 205, 0.5));
  animation: cloud 20s ease-out infinite 0.3s;
}
.page--diagnosis .block--diagnosis .list--profile li .name {
  color: #405060;
}
.page--diagnosis .block--diagnosis .list--profile li .ph {
  box-shadow: 10px 10px 30px rgba(0, 134, 205, 0.4);
}
.page--diagnosis .block--diagnosis .list--profile li .ph::before {
  background-color: #0086CD;
}
.page--diagnosis .block--diagnosis .list--profile li .ph::after {
  content: "SELECT!";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 23px;
  font-weight: bold;
  font-family: "philosopher", sans-serif;
  letter-spacing: 0.05em;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 4;
  width: auto;
  height: auto;
}
.page--diagnosis .cloud {
  display: block;
  width: 50vw;
  height: 30vw;
  background: url(/static/ligareaz/fanclub/feature/diagnosis/cloud_diagnosis.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  filter: drop-shadow(20px 20px 50px rgba(0, 134, 205, 0.5));
  transform: translateZ(0);
}
.page--diagnosis .cloud.cloud01 {
  transform: rotate(180deg) translateZ(0);
  top: -28vw;
  left: -17vw;
  width: 63vw;
}
.page--diagnosis .cloud.cloud02 {
  transform: rotate(180deg) translateZ(0);
  top: -32vw;
  left: 28vw;
  width: 37vw;
}
.page--diagnosis .cloud.cloud03 {
  transform: rotate(180deg) translateZ(0);
  top: -31vw;
  right: -33vw;
  width: 89vw;
  height: 40vw;
}
.page--diagnosis .cloud.cloud04 {
  left: -13vw;
  z-index: -1;
}
.page--diagnosis .cloud.cloud05 {
  width: 80vw;
  height: 50vw;
  bottom: -31vw;
  right: -31vw;
  z-index: -1;
}
.page--diagnosis .bg {
  display: none !important;
}
.page--diagnosis .section--list {
  padding: 0 10% 80px;
  display: block;
}
.page--diagnosis .section--list .block-tit {
  font-family: "Kaisei Tokumin", serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.01em;
  letter-spacing: 0.2em;
  text-align: center;
  color: #0086CD;
}
.page--diagnosis .section--list .block--select {
  margin-top: 6em;
}
.page--diagnosis .section--list .block--select .list--form {
  margin: 0 auto 3.5em;
}
.page--diagnosis .section--list .block--select .list--form dt {
  line-height: 1.5;
  margin-bottom: 1.2em;
  font-size: 1.2rem;
  color: #405060;
}
.page--diagnosis .section--list .block--select .list--form dt::before {
  display: inline-block;
  content: "Q.";
  font-family: "philosopher", sans-serif;
  font-weight: 600;
  position: relative;
  margin-right: 0.35em;
  top: -3px;
  font-size: 22px;
}
.page--diagnosis .section--list .block--select .list--form .list--questions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.page--diagnosis .section--list .block--select .list--form .list--questions li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 12px;
}
.page--diagnosis .section--list .block--select .list--form .list--questions li:nth-of-type(2n) {
  margin-right: 0;
}
.page--diagnosis .section--list .block--select .list--form .list--questions li label span {
  display: block;
  line-height: 1.4;
  font-size: 16px;
  background: rgba(197, 233, 255, 0.8);
  border: 1px solid rgba(64, 80, 96, 0.4);
  padding: 1.3em;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 7px;
  font-weight: bold;
}
.page--diagnosis .section--list .block--select .list--form .list--questions li label input {
  display: none;
}
.page--diagnosis .section--list .block--select .list--form .list--questions li label input[type=radio]:checked + span {
  background: #fff41f;
  color: #0086CD;
  border: 1px solid #0086CD;
}
.page--diagnosis .section--list .list--attention li {
  position: relative;
  font-size: 1.2em;
  margin: 0 0 5px;
  text-indent: -1.3em;
  padding-left: 1.3em;
  color: #EE4757;
  margin-top: 10px;
  text-align: center;
}
.page--diagnosis .section--detail {
  z-index: 10;
  position: relative;
}
.page--diagnosis .section--detail.result .top-txt {
  text-align: center;
  font-size: 16px;
  margin: 0 0 8px;
  opacity: 0;
}
.page--diagnosis .section--detail.result .top-txt .name-txt {
  font-size: 22px;
  margin-right: 3px;
}
.page--diagnosis .section--detail.result .show:not(.not-found) {
  transition: opacity 0.4s;
  opacity: 1;
}
.page--diagnosis .section--detail.result .block--ph {
  width: 360px;
  margin: 0 auto;
}
.page--diagnosis .section--detail.result .ph {
  border-radius: 4vw 0 4vw 0;
  overflow: hidden;
  box-shadow: 10px 10px 30px rgba(197, 233, 255, 0.4);
}
.page--diagnosis .section--detail.result .ph img {
  aspect-ratio: 3/4;
}
.page--diagnosis .section--detail.result .special_photo {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--diagnosis .section--detail.result .special_photo {
    width: 100%;
  }
}
.page--diagnosis .section--detail.result .box--rate {
  display: flex;
  justify-content: flex-end;
  margin-top: -24%;
}
.page--diagnosis .section--detail.result .box--rate.clear .rate::before {
  filter: none;
}
.page--diagnosis .section--detail.result .block--special_contents, .page--diagnosis .section--detail.result .btn {
  opacity: 0;
  text-align: center;
}
.page--diagnosis .section--detail.result .rate {
  display: block;
  position: relative;
  font-family: quasimoda, sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
  width: 35%;
  padding-top: 35%;
}
.page--diagnosis .section--detail.result .rate .show:not(.not-found) {
  transition: opacity 0.4s;
  opacity: 1;
}
.page--diagnosis .section--detail.result .rate::before {
  content: "";
  display: block;
  background: no-repeat center;
  background-size: contain;
  -webkit-background-size: contain;
  background-image: url(/static/ligareaz/fanclub/feature/diagnosis/heart.png);
  width: 150px;
  height: 150px;
  position: absolute;
  top: -13px;
  right: -13px;
  transition: all 0.3s ease;
  filter: grayscale(100%);
}
.page--diagnosis .section--detail.result .rate .odometer-inside {
  position: relative;
  right: 0;
  bottom: 0;
}
.page--diagnosis .section--detail.result .rate .numb {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  top: -1vw;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  font-size: 40px;
  font-weight: 600;
  font-family: quasimoda, sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  padding-top: 1%;
  padding-right: 12%;
}
.page--diagnosis .section--detail.result .rate.count100 .odometer-value {
  transition: text-align 0.2s;
  text-align: right;
}
.page--diagnosis .section--detail.result .rate.count100 .numb.odometer-animating-up.odometer-animating .odometer-value {
  transition: text-align 0.2s;
  text-align: right;
}
.page--diagnosis .section--detail.result .odometer-digit:last-of-type::after {
  content: "%";
  font-size: 20px;
  margin-left: 2px;
  position: absolute;
  bottom: 16px;
  font-family: quasimoda, sans-serif;
}
.page--diagnosis .section--detail.result .txt--sub {
  text-align: center;
  margin: 10px 0 50px;
}
.page--diagnosis .section--detail.result .txt--sub .stg {
  font-size: 160%;
  font-weight: bold;
  display: inline-block;
  margin: 0 5px;
  color: #0086CD;
}
.page--diagnosis .section--detail.result::before {
  content: "";
  display: block;
  width: 40vw;
  height: 20vw;
  left: -13vw;
  top: 4vw;
  background: url(/static/ligareaz/fanclub/feature/diagnosis/cloud_diagnosis_2.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  filter: drop-shadow(20px 20px 50px rgba(0, 134, 205, 0.5));
  animation: cloud 30s ease-out infinite;
}
.page--diagnosis .section--detail.result::after {
  content: "";
  display: block;
  width: 40vw;
  height: 23vw;
  right: -27vw;
  top: 19vw;
  background: url(/static/ligareaz/fanclub/feature/diagnosis/cloud_diagnosis_2.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  filter: drop-shadow(20px 20px 50px rgba(0, 134, 205, 0.5));
  animation: cloud 20s ease-out infinite 0.3s;
}
.page--diagnosis .section--detail .block--share_diagnosis {
  margin: 40px 0;
}
.page--diagnosis .section--detail .block--share_diagnosis .tit {
  font-size: 25px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  color: #0086CD;
  margin-bottom: 40px;
  text-align: center;
}
.page--diagnosis .section--detail .block--share_diagnosis .list--share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 200px;
  margin: 0 auto;
}
.page--diagnosis .section--detail .block--share_diagnosis .list--share li a {
  display: block;
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 50%;
  position: relative;
  box-shadow: 5px 5px 15px rgba(0, 134, 205, 0.6);
}
.page--diagnosis .section--detail .block--share_diagnosis .list--share li i, .page--diagnosis .section--detail .block--share_diagnosis .list--share li svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page--diagnosis .section--detail .block--share_diagnosis .list--share li i {
  font-size: 25px;
  color: #0086CD;
}
.page--diagnosis .section--detail .block--share_diagnosis .list--share li svg {
  width: 25px;
  height: 25px;
  fill: #0086CD;
}
.page--diagnosis.error .txt {
  font-size: 15px;
  text-align: center;
  margin: 20px 0;
}
.page--diagnosis.error .wrap::before, .page--diagnosis.error .wrap::after {
  content: "";
  display: block;
  width: 50vw;
  height: 30vw;
  background: url(/static/ligareaz/fanclub/feature/diagnosis/cloud_diagnosis.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  filter: drop-shadow(20px 20px 50px rgba(0, 134, 205, 0.5));
  transform: translateZ(0);
}
.page--diagnosis.error .wrap::before {
  left: -12vw;
  z-index: -1;
  bottom: -9vw;
}
.page--diagnosis.error .wrap::after {
  width: 80vw;
  height: 50vw;
  bottom: -20vw;
  right: -24vw;
  z-index: -1;
}

.page--download .block--download .block-tit {
  display: block;
  margin: 2em auto;
  padding-bottom: 0.5em;
  font-size: 130%;
  font-weight: bold;
  border-bottom: solid 1px;
  line-height: 1.5;
}
.page--download .block--download .list--image {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.page--download .notice {
  margin: 2% 0;
  padding: 1.5em;
  font-size: 0.8rem;
  border: dotted 1px #0086CD;
}

.section--detail.page--support {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  display: block;
}
.section--detail.page--support .section-tit {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  font-size: 30px;
  line-height: 1.5;
}
.section--detail.page--support .txt {
  margin-bottom: 30px;
}
.section--detail.page--support .tit {
  font-size: 28px;
  line-height: 1.6em;
  margin: 0 0 30px;
  font-weight: normal;
}
.section--detail.page--support .list--support a {
  text-decoration: underline;
  transition: 0.3s;
}
.section--detail.page--support .list--support a:hover {
  text-decoration: none;
}
.section--detail.page--support .list--support dt {
  font-weight: bold;
}
.section--detail.page--support .list--support dd {
  margin-bottom: 1.5em;
}
.section--detail.page--support .detail__btn a {
  text-decoration: none;
}

.page--questionnaire .bg {
  display: none !important;
}
.page--questionnaire .section--detail {
  padding: 0 7.5% 80px;
}
.page--questionnaire .section--detail .section-tit {
  font-size: 30px;
  font-weight: 500;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.page--questionnaire .section--detail .tit {
  font-size: 15px;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
.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 .icon--required::before {
  content: "必須";
  color: #ffffff;
  background: #EE4757;
  font-size: 12px;
  font-weight: 500;
  vertical-align: top;
  margin-left: 4px;
  padding: 2px 4px;
  position: relative;
  top: 3px;
}
.page--questionnaire .section--detail .ph {
  margin: 15px 0;
}

.page--faq {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
}
.page--faq .section--list {
  display: block;
}
.page--faq .section--list .block--contact {
  text-align: center;
}
.page--faq .section--list .block--contact .btn--main {
  text-decoration: none;
}
.page--faq .section--list .block--contact .btn {
  margin: 0;
}
.page--faq .section--list .searchBox {
  margin: 40px auto 50px;
}
.page--faq .section--list .searchBox input[type=text] {
  border: 1px solid #0086CD;
}
.page--faq .section--list .section-tit {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  font-size: 20px;
  text-align: center;
}
.page--faq .section--list .btn {
  margin: 20px 0;
  text-align: center;
}
.page--faq .section--list .txt--sub {
  font-size: 12px;
}
.page--faq .searchBox {
  position: relative;
  width: 70%;
  margin: 40px auto 50px 0;
  max-width: 500px;
}
.page--faq .searchBox input[type=text] {
  padding: 0.5em 1em;
  width: 100%;
  color: #405060;
}
.page--faq .searchBox input[type=submit] {
  width: 40px;
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 40px;
  color: #405060;
  background: transparent;
  border: none;
  border-radius: 30px;
  position: absolute;
  top: 2px;
  right: 3px;
  z-index: 2;
  cursor: pointer;
}
.page--faq .list--tag {
  white-space: normal;
  margin-bottom: 4em;
}
.page--faq .list--tag li {
  margin-bottom: 10px;
  display: inline-block;
}
.page--faq .list--tag li a {
  display: block;
  border: 1px solid rgba(64, 80, 96, 0.5);
  border-radius: 2em;
  line-height: 1;
  text-align: center;
  padding: 0.8em 1em 0.8em;
  font-size: 13px;
}
.page--faq .tit--category {
  margin: 0 0 20px;
}
.page--faq .list--faq {
  margin: 0 0 60px;
}
.page--faq .list--faq li {
  border-bottom: 1px solid rgba(64, 80, 96, 0.2);
}
.page--faq .list--faq li:first-child {
  border-top: 1px solid rgba(64, 80, 96, 0.2);
}
.page--faq .list--faq li .tit {
  font-size: 14px;
  margin: 0 10px;
}
.page--faq .list--faq li a {
  display: flex;
  align-items: baseline;
  padding: 24px 0;
  text-decoration: none;
  transition: color 0.3s;
}
.page--faq .list--faq .txt {
  padding-top: 0;
}
.page--faq .list--faq .icon--a {
  display: none;
}
.page--faq .list--faq .icon--q {
  color: #0086CD;
  font-family: "philosopher", sans-serif;
  letter-spacing: 0.1em;
  line-height: 28px;
  font-size: 19px;
  margin-right: 8px;
}
.page--faq .tit--category {
  margin: 0 0 20px;
}
.page--faq .block--faq-detail {
  border: 1px solid rgba(64, 80, 96, 0.2);
  padding: 25px;
  margin: 0 0 80px;
}
.page--faq .block--faq-detail dt {
  font-size: 16px;
  border-bottom: 1px solid rgba(64, 80, 96, 0.2);
  padding: 0 0 15px;
  margin: 0 0 20px;
}
.page--faq .block--faq-detail .txt {
  padding-top: 0;
}
.page--faq .block--faq-detail .txt a {
  transition: 0.3s;
  text-decoration: underline;
  color: #0086CD;
}
.page--faq .block--faq-detail .txt a:hover {
  text-decoration: none;
}
.page--faq .block--faq-detail .txt .btn--main {
  color: #ffffff;
}
.page--faq .block--faq-detail .icon--q, .page--faq .block--faq-detail .icon--a {
  display: none;
}
.page--faq .block--contact {
  margin: 40px 0 0;
}
.page--faq .block--contact .link a {
  position: relative;
  padding: 0 0 0.2em;
}
.page--faq .block--contact .link a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #000;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  position: relative;
  bottom: 2px;
}
.page--faq .block--contact a {
  text-decoration: none;
  transition: 0.3s;
}

/* page--error
------------------------------ */
.page--error .section--detail .section-tit {
  text-align: center;
  margin: 0 0 50px;
  letter-spacing: 0.08em;
}
.page--error .section--detail .section-tit::before {
  content: none;
}
.page--error .section--detail .btn {
  margin: 3em 0;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a {
    transition: all 0.3s 0s ease;
  }
  .btn input {
    transition: 0.3s;
  }
  .btn--main {
    min-width: 300px;
    background: #0086CD;
    color: #ffffff;
    border-color: #0086CD;
  }
  .btn--main:hover {
    color: #405060;
    background: #c5e9ff;
    border-color: #c5e9ff;
  }
  .btn--sub {
    min-width: 300px;
    background: #ffffff;
    color: #405060;
  }
  .btn--sub:hover {
    background: #c5e9ff;
    color: #0086CD !important;
    border-color: #0086CD;
  }
  /* input */
  .input--half {
    width: 50% !important;
  }
  .input--quarter {
    width: 25% !important;
  }
  .header .nav--fc .nav li.drawer__btn--fc {
    transition: opacity 0.6s, color 0.6s;
  }
  .header .nav--fc .nav li.drawer__btn--fc:hover {
    opacity: 0.4;
  }
  .header .nav--fc .nav li a {
    letter-spacing: 0.05em;
  }
  .header .nav--fc .nav li a span {
    position: relative;
    display: inline;
    position: relative;
    background: linear-gradient(rgba(197, 233, 255, 0.8), rgba(197, 233, 255, 0.8)) 0 100%/0 1em no-repeat;
    transition: background 0.6s;
  }
  .header .nav--fc .nav li a:hover span {
    background-size: 100% 1em;
  }
  .drawer__fc .nav--menu__fc .nav--menu__blog a, .drawer__fc .nav--menu__fc .nav--menu__oshimen a {
    position: relative;
    display: inline-block;
  }
  .drawer__fc .nav--menu__fc .nav--menu__blog a::before, .drawer__fc .nav--menu__fc .nav--menu__oshimen a::before {
    content: "";
    display: block;
    width: 5vw;
    height: 3vw;
    position: absolute;
    background: url(/static/ligareaz/fanclub/common/icon--free_r.svg) no-repeat center;
    background-size: contain;
    right: -4vw;
    top: 0.5vw;
  }
  .drawer__fc .nav--menu__fc li a span:not(.sub) {
    position: relative;
    display: inline;
    background: linear-gradient(rgba(197, 233, 255, 0.8), rgba(197, 233, 255, 0.8)) 0 100%/0 1em no-repeat;
    transition: background 0.6s;
  }
  .drawer__fc .nav--menu__fc li a:hover span {
    background-size: 100% 1em;
  }
  .drawer__fc .login--btn .nav--login li a span {
    position: relative;
    display: inline;
    position: relative;
    background: linear-gradient(rgba(197, 233, 255, 0.8), rgba(197, 233, 255, 0.8)) 0 100%/0 1em no-repeat;
    transition: background 0.6s;
  }
  .drawer__fc .login--btn .nav--login li a:hover span {
    background-size: 100% 1em;
  }
  .drawer__fc .link--personal a:hover {
    opacity: 0.4;
  }
  .scrolling.page--home .drawer {
    margin-top: 0;
  }
  .scrolling.page--home .block--sns {
    left: 2.4%;
  }
  .scrolling .header {
    -webkit-backdrop-filter: blur(50px);
            backdrop-filter: blur(50px);
    background: rgba(255, 255, 255, 0.2);
    padding: 25px 0;
  }
  .scrolling .header .inner {
    align-items: center;
  }
  .scrolling .header .logo {
    margin-top: 0;
    width: 17vw;
    height: 3vw;
    top: 0;
  }
  .scrolling .header .logo svg {
    width: 17vw;
    height: 3vw;
  }
  .swiper-container {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
  .swiper-button-prev:hover::before,
  .swiper-button-next:hover::before {
    opacity: 0.35;
  }
  .wrap {
    padding-top: 190px;
    padding-bottom: 200px;
  }
  .block--pager .pager__item--other {
    position: relative;
  }
  .block--pager .pager__item--other a {
    display: inline;
    position: relative;
    background: linear-gradient(#c5e9ff, #c5e9ff) 0 100%/0 1em no-repeat;
    transition: background 0.3s;
  }
  .block--pager .pager__item--other a:hover {
    background-size: 100% 1em;
  }
  .block--pager .pager__item--older a:hover::after {
    right: 5px;
  }
  .block--pager .pager__item--newer a:hover::after {
    right: 17px;
  }
  .section--list {
    padding: 0 10% 80px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .section--list .section--header {
    width: calc(25% - 50px);
    margin-right: 50px;
  }
  .section--list .list--information {
    width: 75%;
  }
  .section--list .block--pager {
    margin-left: auto;
    width: 66%;
  }
  .section--list .list--disco {
    width: 65%;
  }
  .section--list .list--contents {
    width: 65%;
    flex-wrap: wrap;
  }
  .section--list .list--contents li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 50px;
  }
  .section--list .list--contents li:nth-child(2n) {
    margin-right: 0;
  }
  .section--list .list--contents li a {
    position: relative;
  }
  .section--list .list--contents li a .thumb {
    overflow: hidden;
    position: relative;
  }
  .section--list .list--contents li a .thumb::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #0086CD;
    transform-origin: left;
    transition: opacity 0.6s cubic-bezier(0.4, 0, 1, 1);
    z-index: 3;
    opacity: 0;
    mix-blend-mode: multiply;
  }
  .section--list .list--contents li a .thumb::after {
    content: "";
    width: 4vw;
    height: 4vw;
    background: url(/static/ligareaz/official/common/icon_play.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    opacity: 0;
    transition: opacity 0.6s;
  }
  .section--list .list--contents li a .thumb img {
    transition: transform 0.6s;
  }
  .section--list .list--contents li a:hover .thumb img {
    transform: scale(1.03) translateZ(0);
  }
  .section--list .list--contents li a:hover .thumb::before {
    opacity: 0.5;
  }
  .section--list .list--contents li a:hover .thumb::after {
    opacity: 1;
  }
  .section--list .list--contents li a:hover .date, .section--list .list--contents li a:hover .tit {
    opacity: 0.5;
  }
  .section--detail .block--pager {
    text-align: center;
  }
  .section--detail .block--share li a i {
    transition: all 0.3s 0s ease;
  }
  .section--detail .block--share li a svg {
    transition: all 0.3s 0s ease;
  }
  .section--detail .block--share li a:hover i {
    color: #0086CD;
  }
  .section--detail .block--share li a:hover svg {
    fill: #0086CD;
  }
  .detail__btn a,
  .list__more a {
    transition: letter-spacing 0.6s;
    display: block;
  }
  .detail__btn a span,
  .list__more a span {
    display: inline;
    position: relative;
    background: linear-gradient(rgba(197, 233, 255, 0.8), rgba(197, 233, 255, 0.8)) 0 100%/0 1em no-repeat;
    transition: background 0.6s, letter-spacing 0.6s;
  }
  .detail__btn a:hover span,
  .list__more a:hover span {
    letter-spacing: 0.4em;
    background-size: 100% 1em;
  }
  .btn--bnr a:hover {
    opacity: 0.5;
  }
  /* about */
  .block--copy .tit {
    margin: 0 auto;
  }
  .block--producer {
    width: 70%;
  }
  .block--producer .block--inner .ph {
    width: calc(25% - 40px);
    margin-right: 30px;
  }
  .block--producer .block--inner .list__txt {
    width: 75%;
  }
  .list--error li {
    font-size: 13px;
  }
  .list--information {
    width: 100%;
  }
  .list--information li a {
    line-height: 1.7;
    transition: all 0.3s 0s ease;
  }
  .list--information li a .date, .list--information li a .category {
    transition: color 0.6s;
  }
  .list--information li a:hover .date, .list--information li a:hover .category {
    color: rgba(0, 134, 205, 0.5);
  }
  .list--information li a:hover .tit {
    background-size: 100% 1em;
  }
  .list--information li .info-wrap {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .list--information li .info-wrap .txt-box {
    width: 80%;
    padding-top: 10px;
    margin-left: 0;
  }
  .list--information li.erase {
    display: none;
  }
  .list--information .no-data {
    text-align: center;
  }
  .list--information.list--schedule li a .tit {
    margin-left: 0;
  }
  .list--information.list--schedule li .info-wrap {
    align-items: center;
  }
  .list--information.list--schedule li .info-wrap .txt-box {
    display: flex;
    align-items: center;
  }
  .list--information.list--schedule li .info-wrap .block--date {
    min-width: 14em;
    transition: color 0.6s;
  }
  .list--information.list--schedule li a:hover .time {
    color: rgba(0, 134, 205, 0.5);
  }
  .list--information.list--schedule li:hover .tit span {
    background-size: 100% 1em;
  }
  .list--information.list--schedule li:hover .tit .time {
    background: none;
  }
  .list--information.list--schedule li:hover .tit .time span {
    background: none;
  }
  .list--information.list--schedule li:hover .info-wrap .block--date {
    color: rgba(0, 134, 205, 0.5);
  }
  .list--profile {
    gap: 0.1%;
  }
  .list--profile li {
    width: 12.4125%;
    /*margin-right: 3%;*/
    margin-bottom: 50px;
  }
  .list--profile li:nth-child(5n) {
    margin-right: 0;
  }
  .list--profile li .ph {
    overflow: hidden;
    transition: border-radius 0.4s;
  }
  .list--profile li .ph img {
    transition: transform 0.6s;
  }
  .list--profile li .ph::before {
    position: relative;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 134, 205, 0.5);
    opacity: 0;
    z-index: 2;
    mix-blend-mode: multiply;
    transition: opacity 0.4s cubic-bezier(0.4, 0, 1, 1);
  }
  .list--profile li .name {
    transition: opacity 0.4s cubic-bezier(0.4, 0, 1, 1);
  }
  .list--profile li a:hover .ph::before {
    opacity: 0.5;
  }
  .list--profile li a:hover .ph {
    border-radius: 20px 0 20px 0;
  }
  .list--profile li a:hover .ph img {
    transform: scale(1.05) translateZ(0);
  }
  .list--profile li a:hover .name {
    opacity: 0.4;
  }
  .list--contents::after {
    content: "";
    display: block;
    clear: both;
  }
  .list--contents li {
    width: 100%;
  }
  .list--contents li a {
    display: block;
  }
  .list--contents li .thumb {
    overflow: hidden;
  }
  .list--contents.video {
    padding: 50px 0 0;
  }
  .no--data {
    text-align: center;
  }
  .btn a,
  .btn input {
    min-width: 300px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    overflow: hidden;
  }
  .btn a:before,
  .btn input:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .btn .btn--main {
    transition: all 0.3s;
  }
  .block--category li.month {
    letter-spacing: -0.5em;
  }
  .block--category li {
    display: block;
    border: none;
    position: relative;
  }
  .block--category li a {
    display: inline-block;
    position: relative;
  }
  .block--category li a span {
    display: inline;
    position: relative;
    background: linear-gradient(#c5e9ff, #c5e9ff) 0 100%/0 1em no-repeat;
    transition: background 0.3s;
  }
  .block--category li a:hover span {
    background-size: 100% 1em;
  }
  header {
    padding: 3vw 0;
  }
  header .inner {
    padding: 0 4%;
    display: flex;
    align-items: center;
    transition: 0.4s;
  }
  header .logo {
    width: 30vw;
    height: 5vw;
    transition: 0.4s;
  }
  header .logo a {
    display: block;
  }
  header .logo a svg {
    width: 30vw;
    height: 5vw;
    transition: 0.6s;
  }
  header .logo a:hover {
    opacity: 0.4;
  }
  .g-nav {
    text-align: center;
  }
  .drawer {
    width: 100%;
  }
  .drawer [class^=nav--] {
    text-align: right;
    vertical-align: middle;
  }
  .drawer [class^=nav--] > li {
    display: inline-block;
    line-height: 1;
  }
  .drawer [class^=nav--] > li a {
    padding: 5px 0;
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    color: #0086CD;
  }
  .drawer [class^=nav--] > li a span {
    position: relative;
    display: inline;
    position: relative;
    background: linear-gradient(rgba(197, 233, 255, 0.8), rgba(197, 233, 255, 0.8)) 0 100%/0 1em no-repeat;
    transition: background 0.6s;
  }
  .drawer [class^=nav--] > li a:hover span {
    background-size: 100% 1em;
  }
  .drawer [class^=nav--] > li:not(:first-of-type) {
    margin-left: 10px;
  }
  .block--sns {
    position: fixed;
    left: 2.4%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    transition: left 0.6s;
  }
  .block--sns .nav--sns li {
    display: block;
    margin-bottom: 10px;
  }
  .block--sns .nav--sns li:last-child {
    margin-right: 0;
  }
  .block--sns .nav--sns li.nav__item--line {
    position: relative;
    top: 2px;
  }
  .block--sns .nav--sns li a {
    text-align: center;
    display: block;
    padding: 10px;
    line-height: 10px;
    border-radius: 50%;
    transition: opacity 0.4s;
    color: #0086CD;
  }
  .block--sns .nav--sns li a:hover {
    opacity: 0.4;
  }
  .block--sns .nav--sns li i {
    font-size: 18px;
  }
  .block--sns .nav--sns li svg {
    fill: #0086CD;
    width: 20px;
    height: 20px;
    transition: 0.4s;
  }
  .page--home {
    /* common */
    /* footer */
    /* section--banner */
    /* section--top */
    /* section--info */
  }
  .page--home .wrap {
    padding-bottom: 0;
    padding-top: 0;
  }
  .page--home .block--sns {
    top: 270px;
    left: 4.5%;
    transform: translateY(0);
    transition: left 0.6s;
  }
  .page--home .drawer {
    transition: margin 0.6s;
  }
  .page--home footer {
    padding: 0 0 185px;
    height: auto !important;
    position: relative;
  }
  .page--home footer .inner .list--support {
    margin-bottom: 50px;
  }
  .page--home footer .inner .list--support dt {
    display: none;
  }
  .page--home footer .inner .nav--support li {
    display: inline-block;
    font-size: 11px;
    margin-right: 15px;
  }
  .page--home footer .inner .nav--support li a {
    padding: 5px 0;
    font-size: 12px;
    letter-spacing: 0.2em;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    color: #ffffff;
  }
  .page--home footer .inner .nav--support li a span {
    position: relative;
    display: inline;
    position: relative;
    background: linear-gradient(rgba(197, 233, 255, 0.8), rgba(197, 233, 255, 0.8)) 0 100%/0 1em no-repeat;
    transition: background 0.6s;
  }
  .page--home footer .inner .nav--support li a:hover span {
    background-size: 100% 1em;
  }
  .page--home footer .inner .nav--support li:last-child {
    margin-right: 0;
  }
  .page--home footer .block--logo__footer {
    display: inline-block;
    margin-bottom: 40px;
  }
  .page--home footer .block--logo__footer .footer_logo {
    width: 20vw;
    height: 4vw;
  }
  .page--home footer .block--logo__footer .footer_logo svg {
    width: 20vw;
    height: 4vw;
  }
  .page--home footer .block--bnr {
    margin-bottom: 70px;
  }
  .page--home footer .block--bnr .list--bnr {
    display: flex;
    align-items: center;
  }
  .page--home footer .block--bnr .list--bnr li {
    width: 15%;
    margin-right: 2%;
  }
  .page--home footer .block--bnr .list--bnr li:nth-child(6n) {
    margin-right: 0;
  }
  .page--home footer .block--bnr .list--bnr li a {
    display: block;
    transition: border-radius 0.4s;
    overflow: hidden;
    border-radius: 20px 0 20px 0;
  }
  .page--home footer .block--bnr .list--bnr li a img {
    overflow: hidden;
    border-radius: 20px 0 20px 0;
    transition: border-radius 0.4s;
  }
  .page--home footer .block--bnr .list--bnr li a:hover {
    border-radius: 20px 10px 20px 10px;
  }
  .page--home footer .block--bnr .list--bnr li a:hover img {
    border-radius: 20px 10px 20px 10px;
  }
  .page--home .section--banner {
    padding-top: 18px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 auto 240px;
  }
  .page--home .section--banner .swiper-button-prev, .page--home .section--banner .swiper-button-next {
    bottom: -53px;
  }
  .page--home .section--banner .swiper-button-prev {
    left: 7.5%;
    right: auto;
  }
  .page--home .section--banner .swiper-button-next {
    left: calc(75px + 7.5%);
    right: auto;
  }
  .page--home .section--banner .list--bnr {
    text-align: center;
  }
  .page--home .section--banner .list--bnr li {
    position: relative;
    cursor: pointer;
    transition: border-radius 0.4s;
  }
  .page--home .section--banner .list--bnr li:hover {
    border-radius: 4vw 1vw 4vw 1vw;
  }
  .page--home .section--banner .list--bnr li a {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  .page--home .section--banner .list--bnr li a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 134, 205, 0.5);
    transition: opacity 0.4s cubic-bezier(0.4, 0, 1, 1);
    z-index: 2;
    opacity: 0;
    mix-blend-mode: multiply;
  }
  .page--home .section--banner .list--bnr li a:hover::before {
    opacity: 1;
  }
  .page--home .section--banner.no-swiper .list--bnr li {
    width: 28%;
    margin-right: 30px;
  }
  .page--home .section--banner.no-swiper .list--bnr li:last-child {
    margin-right: 0;
  }
  .page--home .section--banner.no-swiper .swiper-button-prev,
  .page--home .section--banner.no-swiper .swiper-button-next {
    display: none;
  }
  .page--home .section--top {
    margin-bottom: 200px;
  }
  .page--home .section--top .block--keyvisual {
    position: absolute;
    top: 44%;
    transform: translate(0, -50%);
    max-width: 62vw;
    max-height: 39.5vw;
    right: 4vw;
    height: 81vh;
    width: 116vh;
    top: clamp(12vh, 54%, 55vh);
  }
  .page--home .section--top .block--keyvisual .keyvisual {
    border-radius: 10vw 0 10vw 0;
  }
  .page--home .section--top .block--bnr a:hover {
    opacity: 0.5;
  }
  .page--home .section--top .block--logo {
    position: absolute;
    bottom: 2vw;
    left: 4%;
  }
  .page--home .section--top .block--logo .logo_top {
    width: 26vw;
  }
  .page--home .section--top .block--birthday {
    top: 360px;
    left: 12%;
  }
  .page--home .section--top .block--birthday::before {
    width: 80px;
    height: 130px;
    top: -55px;
  }
  .page--home .section--top .block--birthday .tit {
    font-size: 21px;
  }
  .page--home .section--top .block--birthday a .thumb {
    width: 150px;
    margin: 7px auto 10px;
  }
  .page--home .section--top .block--birthday a .thumb img {
    transition: 0.6s;
  }
  .page--home .section--top .block--birthday a:hover .thumb img {
    transform: scale(1.05);
    filter: brightness(1.1);
  }
  .page--home .section--top .block--birthday a .txt .name {
    font-size: 15px;
  }
  .page--home .section--top .block--birthday a .txt .date {
    font-size: 14px;
  }
  .page--home .section--about {
    width: 70%;
    margin: 0 auto;
  }
  .page--home .section--info {
    display: flex;
    justify-content: space-between;
    width: 85%;
    margin: 0 auto 200px;
    position: relative;
  }
  .page--home .section--info .section--inner {
    display: flex;
    /*@include var.flex-justify(space-between);*/
    flex-direction: column;
    width: 48%;
  }
  .page--home .section--info .section--inner .tit--area {
    /*width: 40%;*/
    margin-right: 30px;
  }
  .page--home .section--video {
    margin: 0 auto 250px;
    position: relative;
  }
  .page--home .section--video .list--video .tit {
    margin: 0;
    width: 80%;
  }
  .page--home .section--video .list--video li a {
    position: relative;
  }
  .page--home .section--video .list--video li a .thumb {
    overflow: hidden;
    position: relative;
    transform: translateZ(0);
  }
  .page--home .section--video .list--video li a .thumb::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #0086CD;
    transition: opacity 0.4s cubic-bezier(0.4, 0, 1, 1);
    z-index: 2;
    opacity: 0;
    mix-blend-mode: multiply;
  }
  .page--home .section--video .list--video li a .thumb::after {
    content: "";
    width: 80px;
    height: 80px;
    background: url(/static/ligareaz/official/common/icon_play.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    opacity: 0;
    transition: opacity 0.4s;
  }
  .page--home .section--video .list--video li a .thumb img {
    transition: transform 0.6s;
    z-index: 1;
  }
  .page--home .section--video .list--video li a:hover .thumb img {
    transform: scale(1.03) translateZ(0);
  }
  .page--home .section--video .list--video li a:hover .thumb::after {
    opacity: 1;
  }
  .page--home .section--video .list--video li a:hover .thumb::before {
    opacity: 0.5;
  }
  .page--home .section--video .list--video li a:hover .date, .page--home .section--video .list--video li a:hover .tit {
    opacity: 0.5;
  }
  .page--home .section--video.no-swiper .list--video {
    justify-content: center;
  }
  .page--home .section--video.no-swiper .list--video li {
    padding: 0;
    width: 70%;
  }
  .page--home .section--video.no-swiper .list--video li:last-child {
    margin-right: 0;
  }
  .page--home .section--video.no-swiper .swiper-button-prev,
  .page--home .section--video.no-swiper .swiper-button-next {
    display: none;
  }
  .page--home .section--profile {
    width: 85%;
    margin: 0 auto 200px;
  }
  .page--home .section--profile .tit--area {
    margin-bottom: 50px;
    text-align: center;
  }
  .page--home .section--profile .tit--area .section-tit span {
    margin-left: 15px;
  }
  body:not(.page--home) .header {
    padding: 30px 0;
  }
  body:not(.page--home) .header .logo {
    top: 0;
  }
  body:not(.page--home).scrolling .header .logo {
    width: 17vw;
    height: 3vw;
  }
  body:not(.page--home).scrolling .header .logo svg {
    width: 17vw;
    height: 3vw;
  }
  .page--info:not(.page--video) .section--list {
    padding: 0 0 80px 12%;
  }
  .page--info:not(.page--video) .section--list .block--pager {
    width: 76%;
  }
  .page--info .section--detail .tit {
    line-height: 1.5;
  }
  .page--info .section--detail .category, .page--info .section--detail .date {
    margin-bottom: 60px;
  }
  .page--info .txt {
    margin-bottom: 50px;
  }
  .page--info .txt a {
    display: inline;
    background: linear-gradient(#c5e9ff, #c5e9ff) 0 100%/0 1em no-repeat;
    transition: background 0.6s;
  }
  .page--info .txt a:hover {
    text-decoration: none;
    background-size: 100% 1em;
  }
  .page--schedule .section--list {
    padding: 0 0 80px 12%;
  }
  .page--schedule .month-pager li a {
    transition: letter-spacing 0.4s;
  }
  .page--schedule .month-pager li a:hover {
    letter-spacing: 0.3em;
  }
  .page--schedule .block--category .list--sort li .category:hover {
    background-size: 100% 1em;
  }
  .page--schedule .list--information.list--schedule .category {
    min-width: auto;
    width: auto;
  }
  .section--list.page--profile {
    display: block;
  }
  .section--detail.page--profile__detail .section--inner {
    display: flex;
    align-items: center;
  }
  .section--detail.page--profile__detail .section--inner .block--ph {
    width: 40%;
    margin-right: 10%;
  }
  .section--detail.page--profile__detail .section--inner .block--link .list--link li a {
    transition: 0.4s;
  }
  .section--detail.page--profile__detail .section--inner .block--link .list--link li a:hover {
    opacity: 0.4;
  }
  .section--detail.page--profile__detail .section--inner .block--data {
    width: 45%;
    text-align: left;
  }
  .section--detail.page--about .block--copy .tit {
    margin: 80px auto !important;
  }
  .page--disco .section--header {
    width: calc(35% - 50px);
  }
  .page--disco .list--disco {
    display: flex;
    flex-wrap: wrap;
  }
  .page--disco .list--disco li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 50px;
  }
  .page--disco .list--disco li:nth-child(2n) {
    margin-right: 0;
  }
  .page--disco .list--disco li .thumb {
    transition: all 0.3s 0s ease;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
  }
  .page--disco .list--disco li .thumb::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #0086CD;
    transition: opacity 0.6s cubic-bezier(0.4, 0, 1, 1);
    z-index: 4;
    opacity: 0;
    mix-blend-mode: multiply;
    z-index: 4;
  }
  .page--disco .list--disco li .thumb img {
    transition: transform 0.6s;
    z-index: 3;
  }
  .page--disco .list--disco li a:hover .thumb img {
    transform: scale(1.03) translateZ(0);
  }
  .page--disco .list--disco li a:hover .thumb::before {
    opacity: 0.5;
  }
  .page--disco .list--disco li a:hover .list__txt {
    opacity: 0.5;
  }
  .page--disco .list--disco li .list__txt {
    transition: 0.4s;
  }
  .page--disco .list--disco li .tit {
    font-size: 12px;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
    line-height: 1.4;
  }
  .page--disco .list--disco li .date {
    display: inline-block;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.2em;
  }
  .page--disco .list--jacket_sub li {
    width: 23.5%;
    margin-right: 2%;
  }
  .page--disco .list--jacket_sub li:nth-child(4n) {
    margin-right: 0;
  }
  .page--disco .list--jacket_sub li a img {
    transition: border-radius 0.4s;
  }
  .page--disco .list--jacket_sub li a:hover img {
    border-radius: 20px 0 20px 0;
    overflow: hidden;
  }
  .page--disco .section--detail {
    margin: 0 auto;
    position: relative;
    padding: 100px 6%;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .page--disco .section--detail .block--jacket {
    width: 80%;
    margin: 0 auto 30px;
    position: relative;
  }
  .page--disco .section--detail .video {
    margin: 10px 0;
  }
  .page--disco.page--disco__detail .txt a:hover {
    text-decoration: none;
  }
  .page--disco.page--disco__detail .txt .list--shop li {
    transition: border-radius 0.6s;
  }
  .page--disco.page--disco__detail .txt .list--shop li:hover {
    overflow: hidden;
    border-radius: 10px 0 10px 0;
  }
  .page--disco.page--disco__detail .txt .list--shop li a {
    position: relative;
  }
  .page--disco.page--disco__detail .txt .list--shop li a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #0086CD;
    opacity: 0;
    transition: opacity 0.6s;
    mix-blend-mode: multiply;
    z-index: 2;
  }
  .page--disco.page--disco__detail .txt .list--shop li a:hover::before {
    opacity: 1;
  }
  .area--fc .block--login .login--btn li a span {
    background: linear-gradient(rgba(197, 233, 255, 0.8), rgba(197, 233, 255, 0.8)) 0 100%/0 1em no-repeat;
    transition: background 0.6s;
  }
  .area--fc .block--login .login--btn li a:hover span {
    background-size: 100% 1em;
  }
  .area--fc .block--login .login--btn li.mypage a:hover {
    background: #0086CD;
  }
  .area--fc .block--login .login--btn li.mypage a:hover span {
    color: #ffffff;
  }
  .area--fc.useroption .block--login .logo--fc {
    width: 32vw;
    margin: 0 auto 40px 14%;
  }
  .area--fc.useroption .block--login .logo--fc::before {
    width: 27vw;
    height: 20vw;
  }
  .area--fc.useroption .block--login .logo--fc svg {
    width: 32vw;
  }
  .area--fc.useroption .block--login .login--btn {
    width: 32vw;
    margin: 0 auto 40px 14%;
  }
  .area--fc.notuseroption .area--personal .block--personal {
    padding: 100px 0;
  }
  .area--fc.notuseroption .area--personal .block--personal .block--inner .section--latest {
    width: 100%;
  }
  .area--fc.notuseroption .area--personal .block--personal .block--inner .section--latest .list--contents li {
    width: 32%;
    margin-right: 2%;
  }
  .area--fc.notuseroption .area--personal .block--personal .block--inner .section--latest .list--contents li:nth-child(2n) {
    margin-right: 2%;
  }
  .area--fc.notuseroption .area--personal .block--personal .block--inner .section--latest .list--contents li:nth-child(3n) {
    margin-right: 0;
  }
  .area--personal .block--personal {
    width: 85%;
    margin: 0 auto 100px;
    padding: 100px 30px 0;
  }
  .area--personal .block--personal .block--inner {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .area--personal .block--personal .block--inner .section--favorite {
    width: 25vw;
    /*margin-top: -42vw;*/
  }
  .area--personal .block--personal .block--inner .section--favorite .block--favorite {
    position: -webkit-sticky;
    position: sticky;
    top: 30%;
    z-index: 1;
  }
  .area--personal .block--personal .block--inner .section--latest {
    width: 61%;
  }
  .area--personal .block--personal .block--inner .section--latest .section-tit {
    width: 28vw;
    top: -16vw;
    left: -1vw;
  }
  .area--personal .block--personal .block--inner .section--latest .section-tit .fukidashi {
    transition: opacity 0.4s;
  }
  .area--personal .block--personal .block--inner .section--latest .section-tit .fukidashi:hover {
    opacity: 0.5;
  }
  .area--personal .block--personal .block--inner .section--latest .list--contents li a {
    position: relative;
  }
  .area--personal .block--personal .block--inner .section--latest .list--contents li a .thumb {
    overflow: hidden;
    position: relative;
  }
  .area--personal .block--personal .block--inner .section--latest .list--contents li a .thumb::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #0086CD;
    transform-origin: left;
    transition: opacity 0.6s cubic-bezier(0.4, 0, 1, 1);
    z-index: 3;
    opacity: 0;
    mix-blend-mode: multiply;
  }
  .area--personal .block--personal .block--inner .section--latest .list--contents li a .thumb img {
    transition: transform 0.6s;
  }
  .area--personal .block--personal .block--inner .section--latest .list--contents li a .list__txt {
    transition: opacity 0.4s;
  }
  .area--personal .block--personal .block--inner .section--latest .list--contents li a:hover .thumb img {
    transform: scale(1.03) translateZ(0);
  }
  .area--personal .block--personal .block--inner .section--latest .list--contents li a:hover .thumb::before {
    opacity: 0.5;
  }
  .area--personal .block--personal .block--inner .section--latest .list--contents li a:hover .list__txt {
    opacity: 0.5;
  }
  .section--favorite .block--favorite .ph {
    border-radius: 3vw 0 3vw 0;
  }
  .section--favorite .block--favorite .svg__path {
    transition: opacity 0.4s;
  }
  .section--favorite .detail a .item__url {
    transition: background 0.3s, color 0.3s;
  }
  .section--favorite .detail a:hover .item__url {
    background-color: #0086CD;
  }
  .section--favorite .oshimen_link {
    position: absolute;
    bottom: -8vw;
    left: 0;
  }
  .section--favorite .oshimen_link a {
    padding: 5px 0;
    color: #0086CD;
    font-weight: bold;
    transition: color 0.3s;
  }
  .section--favorite .oshimen_link a::after {
    content: "";
    display: inline-block;
    width: 0.6em;
    height: 0.6em;
    border: 2px solid #0086CD;
    border-top: none;
    border-right: none;
    position: absolute;
    right: -0.7em;
    top: 50%;
    transform: rotate(-135deg);
    margin: -0.25em 0 0;
    transition: right 0.3s, border-color 0.3s;
  }
  .section--favorite .oshimen_link a:hover {
    color: #ffffff;
  }
  .section--favorite .oshimen_link a:hover::after {
    right: -0.9em;
    border-color: #ffffff;
  }
  .section--favorite.no-swiper .oshimen_link {
    bottom: -5vw;
  }
  .heart--sticky .section--favorite .block--favorite .svg__path {
    opacity: 0;
  }
  .section--latest .swiper-container {
    padding: 0;
  }
  .section--latest .list--contents {
    display: flex;
    flex-wrap: wrap;
  }
  .section--latest .list--contents li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
  }
  .section--latest .list--contents li:nth-child(2n) {
    margin-right: 0;
  }
  .section--blog {
    width: 85%;
    margin: 0 auto 240px;
  }
  .section--blog .section--inner {
    display: flex;
    justify-content: space-between;
  }
  .section--blog .section--inner .tit--area {
    width: 40%;
    margin-right: 30px;
    position: relative;
  }
  .section--blog .section--inner .tit--area .section-tit_sub {
    padding-top: 21vw;
    position: relative;
    left: -4px;
  }
  .section--blog .section--inner .tit--area .section-tit_eng {
    position: absolute;
    top: 0;
    width: 31vw;
    height: 20vw;
    z-index: 10;
    left: -2vw;
    pointer-events: none;
  }
  .section--blog .section--inner .list--blog {
    width: 100%;
  }
  .section--blog .section--inner .list--blog li {
    width: 23.5%;
    margin-right: 2%;
  }
  .section--blog .section--inner .list--blog li:nth-child(4n) {
    margin-right: 0;
  }
  .section--blog .section--inner .list--blog li a .thumb::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #0086CD;
    transform-origin: left;
    transition: opacity 0.6s cubic-bezier(0.4, 0, 1, 1);
    z-index: 3;
    opacity: 0;
    mix-blend-mode: multiply;
  }
  .section--blog .section--inner .list--blog li a .thumb img {
    transition: transform 0.6s;
  }
  .section--blog .section--inner .list--blog li a .date, .section--blog .section--inner .list--blog li a .tit, .section--blog .section--inner .list--blog li a .writer {
    transition: opacity 0.6s;
  }
  .section--blog .section--inner .list--blog li a:hover::after {
    opacity: 1;
  }
  .section--blog .section--inner .list--blog li a:hover .thumb img {
    transform: scale(1.03) translateZ(0);
  }
  .section--blog .section--inner .list--blog li a:hover .thumb::before {
    opacity: 0.5;
  }
  .section--blog .section--inner .list--blog li a:hover .date, .section--blog .section--inner .list--blog li a:hover .tit {
    opacity: 0.5;
  }
  .section--blog .section--inner .list--blog li.no-data {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
  }
  .section--flex,
  .section--staffblog {
    display: flex;
    justify-content: space-between;
    width: 85%;
    margin: 0 auto;
  }
  .section--flex .section--inner,
  .section--staffblog .section--inner {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 48%;
  }
  .section--flex .section--inner .tit--area,
  .section--staffblog .section--inner .tit--area {
    /*width: 34%;
    margin-left: 60px;*/
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    z-index: 1;
    text-align: right;
  }
  .section--flex .section--inner .tit--area .section-tit_sub,
  .section--staffblog .section--inner .tit--area .section-tit_sub {
    padding-top: 8vw;
    position: relative;
    right: -4px;
  }
  .section--flex .section--inner .tit--area .section-tit_eng,
  .section--staffblog .section--inner .tit--area .section-tit_eng {
    /*position: absolute;
        top: -11vw;
        z-index: 10;
        right: -3vw;*/
    width: 30vw;
    /*height: 22vw;*/
    pointer-events: none;
  }
  .section--flex .section--inner .tit--area .section-tit_eng.staff,
  .section--staffblog .section--inner .tit--area .section-tit_eng.staff {
    height: 18vw;
  }
  .section--flex .section--inner .tit--area .section-tit_eng.radio,
  .section--staffblog .section--inner .tit--area .section-tit_eng.radio {
    width: 26vw;
  }
  .section--flex .section--inner .tit--area .section-tit_eng.photo,
  .section--staffblog .section--inner .tit--area .section-tit_eng.photo {
    width: 26vw;
  }
  .section--flex .section--inner .tit--area .section-tit_eng.movie,
  .section--staffblog .section--inner .tit--area .section-tit_eng.movie {
    width: 22vw;
  }
  .section--flex .section--inner .tit--area .section-tit_eng.short,
  .section--staffblog .section--inner .tit--area .section-tit_eng.short {
    height: 18vw;
  }
  .section--flex .section--inner .tit--area .section-tit_eng img,
  .section--staffblog .section--inner .tit--area .section-tit_eng img {
    position: relative;
    left: -4vw;
    bottom: -6vw;
  }
  .section--flex .section--inner .tit--area .block--txt,
  .section--staffblog .section--inner .tit--area .block--txt {
    margin-top: 60px;
    position: relative;
    transition: opacity 0.6s;
  }
  .section--flex .section--inner .tit--area .block--txt::before,
  .section--staffblog .section--inner .tit--area .block--txt::before {
    content: "";
    display: block;
    width: 100px;
    height: 90px;
    position: absolute;
    background: url(/static/ligareaz/fanclub/common/border.svg) no-repeat center;
    background-size: contain;
    top: -77px;
    right: 0;
    pointer-events: none;
  }
  .section--flex .section--inner .tit--area .block--txt a:hover,
  .section--staffblog .section--inner .tit--area .block--txt a:hover {
    opacity: 0.4;
  }
  .section--flex .section--inner .block--thumb,
  .section--staffblog .section--inner .block--thumb {
    width: 100%;
  }
  .section--flex .section--inner .block--thumb a .thumb::before,
  .section--staffblog .section--inner .block--thumb a .thumb::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #0086CD;
    transform-origin: left;
    transition: opacity 0.6s cubic-bezier(0.4, 0, 1, 1);
    z-index: 3;
    opacity: 0;
    mix-blend-mode: multiply;
  }
  .section--flex .section--inner .block--thumb a .thumb img,
  .section--staffblog .section--inner .block--thumb a .thumb img {
    transition: transform 0.6s;
  }
  .section--flex .section--inner .block--thumb a:hover::after,
  .section--staffblog .section--inner .block--thumb a:hover::after {
    opacity: 1;
  }
  .section--flex .section--inner .block--thumb a:hover .thumb img,
  .section--staffblog .section--inner .block--thumb a:hover .thumb img {
    transform: scale(1.03) translateZ(0);
  }
  .section--flex .section--inner .block--thumb a:hover .thumb::before,
  .section--staffblog .section--inner .block--thumb a:hover .thumb::before {
    opacity: 0.5;
  }
  .section--flex .section--inner .block--txt,
  .section--staffblog .section--inner .block--txt {
    padding-top: 20px;
  }
  .section--flex .section--inner.empty .no-data,
  .section--staffblog .section--inner.empty .no-data {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    border-radius: 4vw 0 4vw 0;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid #ffffff;
    height: 400px;
    font-size: 20px;
  }
  .section--radio {
    width: 85%;
    margin: 0 auto 240px;
  }
  .section--radio .section--inner {
    display: flex;
    justify-content: space-between;
  }
  .section--radio .section--inner .tit--area {
    width: 34%;
    margin-right: 60px;
    position: relative;
  }
  .section--radio .section--inner .tit--area .section-tit_sub {
    padding-top: 17vw;
    position: relative;
    left: -4px;
  }
  .section--radio .section--inner .tit--area .section-tit_eng {
    position: absolute;
    top: -3vw;
    width: 30.5vw;
    height: 12vw;
    z-index: 10;
    left: -4vw;
    pointer-events: none;
  }
  .section--radio .section--inner .tit--area .block--txt {
    margin-top: 60px;
    position: relative;
    transition: opacity 0.6s;
  }
  .section--radio .section--inner .tit--area .block--txt::before {
    content: "";
    display: block;
    width: 100px;
    height: 90px;
    position: absolute;
    background: url(/static/ligareaz/fanclub/common/border.svg) no-repeat center;
    background-size: contain;
    top: -77px;
    left: 0;
    pointer-events: none;
  }
  .section--radio .section--inner .tit--area .block--txt a:hover {
    opacity: 0.4;
  }
  .section--radio .section--inner .block--thumb {
    width: 100%;
  }
  .section--radio .section--inner .block--thumb a .thumb::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #0086CD;
    transform-origin: left;
    transition: opacity 0.6s cubic-bezier(0.4, 0, 1, 1);
    z-index: 3;
    opacity: 0;
    mix-blend-mode: multiply;
  }
  .section--radio .section--inner .block--thumb a .thumb::after {
    content: "";
    width: 80px;
    height: 80px;
    background: url(/static/ligareaz/official/common/icon_play.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    opacity: 0;
    transition: opacity 0.4s;
  }
  .section--radio .section--inner .block--thumb a .thumb img {
    transition: transform 0.6s;
  }
  .section--radio .section--inner .block--thumb a:hover .thumb::after {
    opacity: 1;
  }
  .section--radio .section--inner .block--thumb a:hover .thumb img {
    transform: scale(1.03) translateZ(0);
  }
  .section--radio .section--inner .block--thumb a:hover .thumb::before {
    opacity: 0.5;
  }
  .section--radio .section--inner.empty .no-data {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    border-radius: 4vw 0 4vw 0;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid #ffffff;
    height: 400px;
    font-size: 20px;
  }
  .section--photo {
    width: 85%;
    margin: 0 auto 240px;
  }
  .section--photo .section--inner {
    display: flex;
    justify-content: space-between;
  }
  .section--photo .section--inner .tit--area {
    width: 34%;
    margin-left: 60px;
    position: relative;
    text-align: right;
  }
  .section--photo .section--inner .tit--area .section-tit_sub {
    padding-top: 15vw;
    position: relative;
    right: -4px;
  }
  .section--photo .section--inner .tit--area .section-tit_eng {
    position: absolute;
    top: 0;
    width: 30vw;
    height: 18vw;
    z-index: 10;
    right: -1vw;
    pointer-events: none;
  }
  .section--photo .section--inner .tit--area .block--txt {
    margin-top: 60px;
    position: relative;
    transition: opacity 0.6s;
  }
  .section--photo .section--inner .tit--area .block--txt::before {
    content: "";
    display: block;
    width: 100px;
    height: 90px;
    position: absolute;
    background: url(/static/ligareaz/fanclub/common/border.svg) no-repeat center;
    background-size: contain;
    top: -77px;
    right: 0;
    pointer-events: none;
  }
  .section--photo .section--inner .tit--area .block--txt a:hover {
    opacity: 0.4;
  }
  .section--photo .section--inner .block--thumb {
    width: 100%;
  }
  .section--photo .section--inner .block--thumb a .thumb::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #0086CD;
    transform-origin: left;
    transition: opacity 0.6s cubic-bezier(0.4, 0, 1, 1);
    z-index: 3;
    opacity: 0;
    mix-blend-mode: multiply;
  }
  .section--photo .section--inner .block--thumb a .thumb img {
    transition: transform 0.6s;
  }
  .section--photo .section--inner .block--thumb a:hover::after {
    opacity: 1;
  }
  .section--photo .section--inner .block--thumb a:hover .thumb img {
    transform: scale(1.03) translateZ(0);
  }
  .section--photo .section--inner .block--thumb a:hover .thumb::before {
    opacity: 0.5;
  }
  .section--photo .section--inner.empty .no-data {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    border-radius: 4vw 0 4vw 0;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid #ffffff;
    height: 400px;
    font-size: 20px;
  }
  .section--movie {
    width: 85%;
    margin: 0 auto 240px;
  }
  .section--movie .section--inner {
    display: flex;
    justify-content: space-between;
  }
  .section--movie .section--inner .tit--area {
    width: 34%;
    margin-right: 60px;
    position: relative;
  }
  .section--movie .section--inner .tit--area .section-tit_sub {
    padding-top: 17vw;
    position: relative;
    left: -4px;
  }
  .section--movie .section--inner .tit--area .section-tit_eng {
    position: absolute;
    top: -140px;
    width: 31.5vw;
    height: 12vw;
    z-index: 10;
    left: -4vw;
    pointer-events: none;
  }
  .section--movie .section--inner .tit--area .block--txt {
    margin-top: 60px;
    position: relative;
    transition: opacity 0.6s;
  }
  .section--movie .section--inner .tit--area .block--txt::before {
    content: "";
    display: block;
    width: 100px;
    height: 90px;
    position: absolute;
    background: url(/static/ligareaz/fanclub/common/border.svg) no-repeat center;
    background-size: contain;
    top: -77px;
    left: 0;
    pointer-events: none;
  }
  .section--movie .section--inner .tit--area .block--txt a:hover {
    opacity: 0.4;
  }
  .section--movie .section--inner .block--thumb {
    width: 100%;
  }
  .section--movie .section--inner .block--thumb a .thumb::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #0086CD;
    transform-origin: left;
    transition: opacity 0.6s cubic-bezier(0.4, 0, 1, 1);
    z-index: 3;
    opacity: 0;
    mix-blend-mode: multiply;
  }
  .section--movie .section--inner .block--thumb a .thumb::after {
    content: "";
    width: 80px;
    height: 80px;
    background: url(/static/ligareaz/official/common/icon_play.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    opacity: 0;
    transition: opacity 0.4s;
  }
  .section--movie .section--inner .block--thumb a .thumb img {
    transition: transform 0.6s;
  }
  .section--movie .section--inner .block--thumb a:hover .thumb::after {
    opacity: 1;
  }
  .section--movie .section--inner .block--thumb a:hover .thumb img {
    transform: scale(1.03) translateZ(0);
  }
  .section--movie .section--inner .block--thumb a:hover .thumb::before {
    opacity: 0.5;
  }
  .section--movie .section--inner.empty .no-data {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    border-radius: 4vw 0 4vw 0;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid #ffffff;
    height: 400px;
    font-size: 20px;
  }
  .section--movie2 {
    width: 85%;
    margin: 0 auto 240px;
  }
  .section--movie2 .section--inner {
    display: flex;
    justify-content: space-between;
  }
  .section--movie2 .section--inner .tit--area {
    width: 34%;
    margin-left: 60px;
    position: relative;
    text-align: right;
  }
  .section--movie2 .section--inner .tit--area .section-tit_sub {
    padding-top: 17vw;
    position: relative;
    right: -4px;
  }
  .section--movie2 .section--inner .tit--area .section-tit_eng {
    position: absolute;
    top: -70px;
    width: 35.5vw;
    height: 12vw;
    z-index: 10;
    right: -4vw;
    pointer-events: none;
  }
  .section--movie2 .section--inner .tit--area .block--txt {
    margin-top: 60px;
    position: relative;
    transition: opacity 0.6s;
  }
  .section--movie2 .section--inner .tit--area .block--txt::before {
    content: "";
    display: block;
    width: 100px;
    height: 90px;
    position: absolute;
    background: url(/static/ligareaz/fanclub/common/border.svg) no-repeat center;
    background-size: contain;
    top: -77px;
    right: 0;
    pointer-events: none;
  }
  .section--movie2 .section--inner .tit--area .block--txt a:hover {
    opacity: 0.4;
  }
  .section--movie2 .section--inner .block--thumb {
    width: 100%;
  }
  .section--movie2 .section--inner .block--thumb a .thumb::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #0086CD;
    transform-origin: left;
    transition: opacity 0.6s cubic-bezier(0.4, 0, 1, 1);
    z-index: 3;
    opacity: 0;
    mix-blend-mode: multiply;
  }
  .section--movie2 .section--inner .block--thumb a .thumb::after {
    content: "";
    width: 80px;
    height: 80px;
    background: url(/static/ligareaz/official/common/icon_play.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    opacity: 0;
    transition: opacity 0.4s;
  }
  .section--movie2 .section--inner .block--thumb a .thumb img {
    transition: transform 0.6s;
  }
  .section--movie2 .section--inner .block--thumb a:hover .thumb::after {
    opacity: 1;
  }
  .section--movie2 .section--inner .block--thumb a:hover .thumb img {
    transform: scale(1.03) translateZ(0);
  }
  .section--movie2 .section--inner .block--thumb a:hover .thumb::before {
    opacity: 0.5;
  }
  .section--movie2 .section--inner.empty .no-data {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    border-radius: 4vw 0 4vw 0;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid #ffffff;
    height: 400px;
    font-size: 20px;
  }
  .block--contents_etc .list--contents_etc {
    display: flex;
    flex-wrap: wrap;
  }
  .block--contents_etc .list--contents_etc li {
    width: 48%;
    margin-right: 4%;
  }
  .block--contents_etc .list--contents_etc li:nth-child(2n) {
    margin-right: 0;
  }
  .block--contents_etc .list--contents_etc li a {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  .block--contents_etc .list--contents_etc li a img {
    transition: border-radius 0.3s;
  }
  .block--contents_etc .list--contents_etc li a:hover {
    border-radius: 4vw 1vw 4vw 1vw;
  }
  .block--contents_etc .list--contents_etc li a:hover img {
    border-radius: 4vw 1vw 4vw 1vw;
  }
  .block--contents_etc .list--contents_etc li a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 134, 205, 0.5);
    transition: opacity 0.4s cubic-bezier(0.4, 0, 1, 1);
    z-index: 2;
    opacity: 0;
    mix-blend-mode: multiply;
  }
  .block--contents_etc .list--contents_etc li a:hover::before {
    opacity: 1;
  }
  .page--photo .section--tit {
    font-size: 24px;
  }
  .page--photo .section--list {
    padding: 0 10% 80px;
  }
  .page--photo .section-tit {
    line-height: 1.4;
  }
  .page--photo .list--photo {
    margin-bottom: 40px;
    position: relative;
  }
  .page--photo .list--photo .thumb {
    overflow: hidden;
    position: relative;
  }
  .page--photo .list--photo .thumb::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #0086CD;
    transform-origin: left;
    transition: opacity 0.6s cubic-bezier(0.4, 0, 1, 1);
    z-index: 3;
    opacity: 0;
    mix-blend-mode: multiply;
  }
  .page--photo .list--photo a:hover .thumb::before {
    opacity: 0.5;
  }
  .page--photo.page--photo__detail .section-tit {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  }
  .page--photo .list--contents li a .thumb::after {
    content: none;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a {
    transition: 0.6s;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a:hover {
    opacity: 0.5;
  }
  .page--faq .section--list {
    padding: 0 12%;
  }
  .page--faq .section--list .tit {
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 1em;
    font-weight: normal;
    text-align: left;
  }
  .page--faq .block--contact li a:hover {
    color: #0086CD;
  }
  .page--faq .block--contact a:hover {
    text-decoration: none !important;
  }
  .page--faq .block--contact .link a::after {
    transition: all 0.3s 0s ease;
  }
  .page--faq .block--contact .link a:hover {
    color: #E4EBF7;
    text-decoration: none;
  }
  .page--faq .block--contact .link a:hover::after {
    border: 1px solid #E4EBF7;
    border-top: none;
    border-right: none;
  }
  .page--faq .block--contact .link a:hover + i {
    color: #0086CD;
  }
  .page--faq .list--faq li a:hover {
    color: #0086CD;
  }
  .page--faq .block--faq-detail .txt a:hover {
    text-decoration: none;
  }
  .page--blog .list--contents li {
    width: 23.5%;
    margin-right: 2%;
  }
  .page--blog .list--contents li a .thumb::after {
    content: none;
  }
  .page--blog .list--contents li:nth-child(2n) {
    margin-right: 2%;
  }
  .page--blog .list--contents li:nth-child(4n) {
    margin-right: 0;
  }
  .page--blog .list--contents li .thumb img {
    aspect-ratio: 1/2;
  }
  .page--blog .list--contents li a:hover .user {
    opacity: 0.5;
  }
  .page--blog .section--detail .btn--main:hover {
    background: rgba(197, 233, 255, 0.8);
  }
  .page--blog .section--detail .comment-post .btn--main:hover {
    background: rgba(255, 255, 255, 0.8);
  }
  .page--blog .comment-pager .pager__item--newer a, .page--blog .comment-pager .pager__item--older a {
    transition: opacity 0.3s;
  }
  .page--blog .comment-pager .pager__item--newer a:hover, .page--blog .comment-pager .pager__item--older a:hover {
    opacity: 0.4;
  }
  .page--blog .commentPost .block--btn {
    max-width: 620px;
  }
  .page--blog #Comment {
    margin-top: -100px;
    padding-top: 100px;
  }
  .page--blog.page--staffblog .list--contents li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 50px;
  }
  .page--blog.page--staffblog .list--contents li:nth-child(2n) {
    margin-right: 0;
  }
  .section--detail.page--entry {
    margin: 0 auto;
    padding: 0;
  }
  .section--detail.page--entry .block--logo {
    width: 40%;
    margin: 0 auto 100px;
  }
  .section--detail.page--entry .block--logo .logo {
    margin: 0 auto 40px;
  }
  .section--detail.page--entry .block--logo .logo .logo--pre {
    width: 50%;
    margin: 0 auto;
  }
  .section--detail.page--entry .block--logo .lead {
    font-size: 14px;
    text-align: center;
  }
  .section--detail.page--entry .block--logo .lead .txt--sub {
    display: block;
  }
  .section--detail.page--entry .block--video {
    width: 70%;
    margin: 0 auto 100px;
  }
  .section--detail.page--entry .block--contents {
    width: 60%;
    margin: 170px auto 80px;
  }
  .section--detail.page--entry .block--contents .block-tit .br {
    margin-left: 12px;
  }
  .section--detail.page--entry .block--contents .list--contents li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 40px;
    font-size: 14px;
  }
  .section--detail.page--entry .block--contents .list--contents li:nth-child(2n) {
    margin-right: 0;
  }
  .section--detail.page--entry .block--contents .list--contents li .txt {
    font-size: 14px;
  }
  .section--detail.page--entry .block--contents .list--contents::after {
    content: none;
  }
  .section--detail.page--entry .block--entry {
    width: 60%;
    margin: 0 auto 80px;
  }
  .section--detail.page--entry .block--device {
    width: 60%;
    margin: 0 auto 80px;
  }
  .section--detail.page--entry .block--device table {
    width: 100%;
  }
  .section--detail.page--entry .btn .btn--main {
    min-width: 320px;
    transition: 0.8s;
  }
  .section--detail.page--entry .btn .btn--main:hover {
    box-shadow: 1px 1px 15px #fff;
    background: #ffffff;
  }
  .section--detail.page--entry .block--about {
    width: 60%;
    margin: 0 auto;
  }
  .section--detail.page--entry .block--about .txt ul li a:hover {
    text-decoration: none;
  }
  .section--detail.page--entry .block--btn .btn.entry .btn--main:hover {
    background: #E4EBF7;
    color: #0086CD;
  }
  .page--diagnosis .block--title {
    max-width: 400px;
  }
  .page--diagnosis .list--profile li .ph:hover::after {
    opacity: 1;
  }
  .page--diagnosis .section--detail .block--share_diagnosis .list--share li a {
    transition: box-shadow 0.4s;
  }
  .page--diagnosis .section--detail .block--share_diagnosis .list--share li a:hover {
    box-shadow: 10px 10px 20px rgba(0, 134, 205, 0.4);
  }
  .page--diagnosis .section--detail.result .special_photo {
    max-width: 800px;
  }
  .page--download .block--download {
    margin-bottom: 50px;
  }
  .page--download .block--download .block-tit {
    font-size: 15px;
    letter-spacing: 0.15em;
  }
  .page--download .block--download .list--image .image {
    width: 19%;
    margin-right: 1%;
    margin-bottom: 8px;
  }
  .page--download .block--download .list--image .image:nth-child(5n) {
    margin-right: 0;
  }
  .page--download .block--download .list--image .image_large {
    width: 31.6666666667%;
    margin-right: 1%;
  }
  .page--download .block--download .list--image .image_large:nth-child(3n) {
    margin-right: 0;
  }
  .section--detail.page--support {
    width: 70%;
    max-width: 900px;
    padding: 0;
    margin: 0 auto;
  }
  .section--detail.page--support .section-tit {
    font-size: 20px;
  }
  .page--error .section--detail {
    padding-right: 15%;
    padding-left: 15%;
  }
  .page--error .section--detail .tit {
    font-family: quasimoda, sans-serif;
    font-size: 30px;
    line-height: 1.6em;
    margin: 0 0 1em;
    text-align: center;
  }
  .page--error .section--detail .txt {
    padding-top: 0;
  }
  .page--error .section--detail .btn {
    margin: 1em 0;
  }
  .page--movie.new-movie.new-movie-category .section--list {
    width: initial;
    max-width: initial;
  }
  .page--movie.new-movie.new-movie-category .section--list .listBox {
    width: 65%;
  }
  .page--movie.new-movie.new-movie-category .section--list .listBox .block--tit-groupe .latest-tit {
    font-family: "Kaisei Tokumin", serif;
    font-weight: 400;
    letter-spacing: 0.2em;
    font-size: 24px;
    line-height: 1;
    margin: 0 auto 50px;
  }
  .page--movie.new-movie.new-movie-category .section--list .listBox .block--latest-list {
    margin-bottom: 75px;
  }
  .page--movie.new-movie.new-movie-category .section--list .listBox .block--category-list {
    margin-bottom: 0;
  }
  .page--movie.new-movie.new-movie-category .section--list .listBox .block--category-list .block--tit-groupe {
    display: flex;
    align-items: flex-end;
    margin: 0 auto 50px;
  }
  .page--movie.new-movie.new-movie-category .section--list .listBox .block--category-list .block--tit-groupe .category-tit {
    font-family: "Kaisei Tokumin", serif;
    font-weight: 400;
    letter-spacing: 0.2em;
    font-size: 24px;
    line-height: 1;
    margin: 0;
  }
  .page--movie.new-movie.new-movie-category .section--list .listBox .block--category-list .block--tit-groupe .list__more a {
    padding: 0 0 0 10px;
  }
  .page--movie.new-movie.new-movie-category .section--list .listBox .list--contents {
    gap: initial;
    margin: 0;
    width: 100%;
  }
  .page--movie.new-movie.new-movie-category .section--list .listBox .list--contents li {
    width: 48%;
    margin-bottom: 50px;
  }
  .page--movie.new-movie.new-movie-category .section--list .listBox .list--contents li .thumb {
    margin-bottom: 20px;
  }
  .page--movie.new-movie.new-movie-category .section--list .listBox .list--contents li .list__txt .date {
    font-size: 12px;
    opacity: 1;
    margin-bottom: 5px;
  }
  .page--movie.new-movie.new-movie-category .section--list .listBox .list--contents li .category {
    display: none;
  }
  .page--movie.new-movie.new-movie-category .detail__btn {
    display: none;
  }
  footer {
    padding: 50px 7.5%;
    height: 200px;
    color: #405060;
  }
  /* safariのみ
  ------------------------------ */
  _::-webkit-full-page-media, _:future, :root .header .nav--fc .nav li.drawer__btn--fc {
    position: relative;
    top: 7px;
  }
  _::-webkit-full-page-media, _:future, :root .page--home .section--video .list--video li a .thumb::before {
    content: none;
  }
  _::-webkit-full-page-media, _:future, :root .page--home .section--video .list--video li a .thumb {
    background: #0086CD;
  }
  _::-webkit-full-page-media, _:future, :root .page--home .section--video .list--video li a .thumb img {
    -webkit-transition: opacity 0.6s, transform 0.6s;
    transition: opacity 0.6s, transform 0.6s;
  }
  _::-webkit-full-page-media, _:future, :root .page--home .section--video .list--video li a:hover .thumb img {
    opacity: 0.5;
  }
  _::-webkit-full-page-media, _:future, :root .section--photo .section--inner .block--thumb a .thumb::before, _::-webkit-full-page-media, _:future, :root .section--movie .section--inner .block--thumb a .thumb::before,
  _::-webkit-full-page-media, _:future, :root .section--staffblog .section--inner .block--thumb a .thumb::before,
  _::-webkit-full-page-media, _:future, :root .section--radio .section--inner .block--thumb a .thumb::before {
    content: none;
  }
  _::-webkit-full-page-media, _:future, :root .section--photo .section--inner .block--thumb a .thumb, _::-webkit-full-page-media, _:future, :root .section--movie .section--inner .block--thumb a .thumb,
  _::-webkit-full-page-media, _:future, :root .section--staffblog .section--inner .block--thumb a .thumb,
  _::-webkit-full-page-media, _:future, :root .section--radio .section--inner .block--thumb a .thumb {
    background: #0086CD;
  }
  _::-webkit-full-page-media, _:future, :root .section--photo .section--inner .block--thumb a .thumb img, _::-webkit-full-page-media, _:future, :root .section--movie .section--inner .block--thumb a .thumb img,
  _::-webkit-full-page-media, _:future, :root .section--staffblog .section--inner .block--thumb a .thumb img,
  _::-webkit-full-page-media, _:future, :root .section--radio .section--inner .block--thumb a .thumb img {
    -webkit-transition: opacity 0.6s, transform 0.6s;
    transition: opacity 0.6s, transform 0.6s;
  }
  _::-webkit-full-page-media, _:future, :root .section--photo .section--inner .block--thumb a:hover .thumb img, _::-webkit-full-page-media, _:future, :root .section--movie .section--inner .block--thumb a:hover .thumb img,
  _::-webkit-full-page-media, _:future, :root .section--staffblog .section--inner .block--thumb a:hover .thumb img,
  _::-webkit-full-page-media, _:future, :root .section--radio .section--inner .block--thumb a:hover .thumb img {
    opacity: 0.5;
  }
  _::-webkit-full-page-media, _:future, :root .area--personal .block--personal .block--inner .section--latest .list--contents li a .thumb::before, _::-webkit-full-page-media, _:future, :root .list--contents li a .thumb::before, _::-webkit-full-page-media, _:future, :root .section--blog .list--blog li a .thumb::before {
    content: none;
  }
  _::-webkit-full-page-media, _:future, :root .list--contents li .thumb, _::-webkit-full-page-media, _:future, :root .section--blog .list--blog li .thumb {
    background: #0086CD;
  }
  _::-webkit-full-page-media, _:future, :root .area--personal .block--personal .block--inner .section--latest .list--contents li a .thumb img, _::-webkit-full-page-media, _:future, :root .list--contents li a .thumb img, _::-webkit-full-page-media, _:future, :root .section--blog .list--blog li a .thumb img {
    -webkit-transition: opacity 0.6s, transform 0.6s;
    transition: opacity 0.6s, transform 0.6s;
  }
  _::-webkit-full-page-media, _:future, :root .list--contents li a:hover .thumb img, _::-webkit-full-page-media, _:future, :root .section--blog .list--blog li a:hover .thumb img {
    opacity: 0.5;
  }
  _::-webkit-full-page-media, _:future, :root .list--profile li .ph::before {
    content: none;
  }
  _::-webkit-full-page-media, _:future, :root .list--profile li .ph {
    background: #0086CD;
  }
  _::-webkit-full-page-media, _:future, :root .list--profile li .ph img {
    -webkit-transition: opacity 0.6s, transform 0.6s;
    transition: opacity 0.6s, transform 0.6s;
  }
  _::-webkit-full-page-media, _:future, :root .list--profile li a:hover .ph img {
    opacity: 0.5;
  }
  _::-webkit-full-page-media, _:future, :root .page--disco .list--disco li .thumb {
    background: #0086CD;
  }
  _::-webkit-full-page-media, _:future, :root .page--disco .list--disco li a .thumb img {
    -webkit-transition: opacity 0.6s, transform 0.6s;
    transition: opacity 0.6s, transform 0.6s;
  }
  _::-webkit-full-page-media, _:future, :root .page--disco .list--disco li a:hover .thumb img {
    opacity: 0.5;
  }
  _::-webkit-full-page-media, _:future, :root .page--disco .list--disco li .thumb::before {
    content: none;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* common.scss
  ============================== */
  .pc {
    display: none !important;
  }
  .btn--bnr {
    right: 6%;
  }
  .btn--bnr.btn--fc {
    width: 45vw;
    height: 22vw;
  }
  /*  about */
  /* page--error
  ------------------------------ */
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .btn--bnr.btn--fc {
    width: 32vw;
    height: 15vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn--bnr.btn--game {
    width: 24vw;
    height: 24vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .btn--bnr.btn--game {
    width: 19vw;
    height: 19vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  #FCTOP {
    display: block;
    width: 100%;
    height: 200px;
  }
  .btn--main {
    min-width: 90%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .btn--main {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn--sub {
    min-width: 90%;
    padding: 20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .btn--sub {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .header {
    position: fixed;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .header .inner {
    padding: 0 6%;
  }
  .header--bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    display: block;
    z-index: 10;
    overflow: hidden;
    transition: opacity 0.4s;
    -webkit-backdrop-filter: blur(50px);
            backdrop-filter: blur(50px);
    background: rgba(255, 255, 255, 0.2);
    opacity: 0;
  }
  .logo {
    position: fixed;
    left: 6%;
    top: 24px;
    width: 50vw;
    height: 9vw;
    transition: opacity 0.6s;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
  }
  .logo svg {
    width: 50vw;
    height: 9vw;
  }
  .logo a {
    display: block;
  }
  .drawer::-webkit-scrollbar {
    display: none;
  }
  .drawer .block--sns {
    width: 100%;
    margin-bottom: 60px;
  }
  .drawer .block--sns .nav--sns li {
    margin-bottom: 0;
  }
  .drawer .g-nav .nav--menu__official {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 20px;
  }
  .drawer .g-nav .nav--menu__official li {
    width: 49%;
    margin-bottom: 5px;
  }
  .drawer .g-nav .nav--menu__official li a {
    font-size: 3.7vw;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .drawer .g-nav .nav--menu__official li a {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .drawer .login--btn .logo--fc {
    width: 80vw;
    height: 22vw;
    margin-bottom: 20px;
    transform: translateY(20px);
    opacity: 0;
    transition: opacity 0.4s 0.1s, transform 0.4s 0.1s;
    display: block;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .drawer .login--btn .logo--fc {
    width: 60vw;
    height: 19vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .drawer .login--btn .logo--fc .txt--sub {
    color: #ffffff;
    font-family: "Kaisei Tokumin", serif;
    font-size: 15px;
    transform: skewX(-10deg);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .drawer .login--btn .logo--fc .txt--sub {
    font-size: 25px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .drawer .login--btn .logo--fc svg {
    width: 80vw;
    height: 13vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .drawer .login--btn .logo--fc svg {
    width: 60vw;
    height: 11vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .drawer .login--btn .logo--fc svg polygon, .drawer .login--btn .logo--fc svg polyline, .drawer .login--btn .logo--fc svg rect, .drawer .login--btn .logo--fc svg path {
    fill: #ffffff;
  }
  .drawer .login--btn .nav--login {
    margin-bottom: 35px;
  }
  .drawer .login--btn .nav--login li {
    display: inline-block;
    margin-bottom: 0;
  }
  .drawer .login--btn .nav--login li a {
    display: block;
    font-size: 12px;
  }
  .drawer .login--btn .nav--login li.join {
    position: relative;
    margin-right: 50px;
  }
  .drawer .login--btn .nav--login li.join::after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    position: absolute;
    background: #ffffff;
    right: -41px;
    top: 12px;
    transform: rotate(-28deg);
  }
  .drawer .login--btn .link--personal {
    display: block;
    width: 36vw;
    height: 36vw;
    background: url(/static/ligareaz/fanclub/common/useropition/heart_cloud01.png) no-repeat center;
    background-size: contain;
    position: fixed;
    right: -8%;
    bottom: -37vw;
    z-index: 100;
    animation: 3s fuwafuwa_sp infinite;
    cursor: pointer;
  }
  .drawer .login--btn .link--personal a {
    display: block;
    padding: 9.6vw 6.6vw 6vw;
    transition: opacity 0.4s;
  }
  .drawer .login--btn .link--personal a img {
    margin-top: -1vw;
  }
  .drawer .login--btn .link--personal a span {
    color: #0086cd;
    transform: rotate(-12deg);
    width: 100%;
    float: left;
    font-size: 1.6vw;
    margin-left: 2.2vw;
    text-align: center;
    font-family: "Kaisei Tokumin", sans-serif;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .drawer .login--btn .link--personal {
    width: 24vw;
    height: 21vw;
    right: -26vw;
    bottom: -23vw;
  }
  .drawer .login--btn .link--personal a {
    padding: 6vw 5vw 6vw;
  }
  .drawer .login--btn .link--personal a img {
    margin-top: -1vw;
  }
  .drawer .login--btn .link--personal a span {
    font-size: 1vw;
    margin-left: 1.5vw;
    font-family: "Kaisei Tokumin", sans-serif;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .drawer .nav--menu__fc li {
    margin-bottom: 15px !important;
  }
  .drawer .nav--menu__fc li a {
    font-family: "Kaisei Tokumin", serif;
    font-size: 6vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .drawer .nav--menu__fc li a {
    font-size: 4.5vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .drawer .nav--menu__fc li a .sub {
    display: inline-block;
    font-size: 3vw;
    letter-spacing: 0.2em;
    font-family: "philosopher", sans-serif;
    position: relative;
    top: -3px;
    margin-left: 8px;
    color: #c5e9ff;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .drawer .nav--menu__fc li a .sub {
    font-size: 12px;
    top: -3px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .drawer .nav--menu__fc .nav--menu__blog a, .drawer .nav--menu__fc .nav--menu__oshimen a {
    position: relative;
    display: inline-block;
  }
  .drawer .nav--menu__fc .nav--menu__blog a::before, .drawer .nav--menu__fc .nav--menu__oshimen a::before {
    content: "";
    display: block;
    width: 20vw;
    height: 8vw;
    position: absolute;
    background: url(/static/ligareaz/fanclub/common/icon--free_r.svg) no-repeat center;
    background-size: contain;
    right: -17vw;
    top: -2.5vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .drawer .nav--menu__fc .nav--menu__blog a::before, .drawer .nav--menu__fc .nav--menu__oshimen a::before {
    width: 8vw;
    height: 5vw;
    right: -8vw;
    top: -3.5vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .drawer .drawer-inner {
    display: flex;
    align-items: flex-start;
    padding: 15vw 7.5%;
    position: relative;
    left: 0;
    top: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .drawer .drawer-inner {
    padding: 13vw 7.5% 10vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .drawer .g-nav {
    display: flex;
    flex-wrap: wrap;
  }
  .drawer [class^=nav--] li {
    margin-bottom: 25px;
    line-height: 1;
  }
  .drawer [class^=nav--] li a {
    padding: 7px 0;
    font-size: 6vw;
    position: relative;
    letter-spacing: 0.2em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .drawer [class^=nav--] li a {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .drawer .nav--menu {
    width: 100%;
    margin-bottom: 30px;
  }
  .drawer .nav--sns li {
    display: inline-block;
    width: auto;
    margin-right: 15px;
  }
  .drawer .nav--sns li i {
    font-size: 5vw;
  }
  .drawer .nav--sns li svg {
    fill: #ffffff;
    width: 20px;
    height: 20px;
  }
  .drawer .nav--sns li.nav__item--tiktok {
    position: relative;
    top: -1px;
  }
  .drawer .nav--sns li.nav__item--line {
    position: relative;
    top: 3px;
  }
  .drawer .nav--sns li:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .drawer .nav--sns li i {
    font-size: 3.5vw;
  }
  .drawer .nav--sns li svg {
    width: 3.5vw;
    height: 3.5vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .block--copy {
    text-align: left;
  }
  .block--copy .tit {
    width: 60vw;
    letter-spacing: 0.2em !important;
    margin-bottom: 30px !important;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .block--copy .tit {
    width: 44vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .block--copy .copy {
    font-size: 13px;
  }
  footer {
    padding: 40px 8%;
  }
  footer .copyright {
    font-size: 10px;
  }
  .block--pager {
    text-align: left;
    margin-left: -15px;
  }
  .block--pager li {
    width: 18px;
    height: auto;
    margin: 0 13px;
  }
  .block--pager a {
    padding: 0;
  }
  .block--pager .pager__item--current::after {
    width: 30px;
    height: 30px;
    top: 52%;
  }
  .block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
    width: 10px;
    height: 14px;
  }
  .block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
    width: 10px;
    height: 14px;
  }
  .slick-dots li {
    height: 12px;
  }
  .date, .category {
    display: inline-block;
    min-width: inherit;
    font-size: 12px;
    letter-spacing: 0.08em;
    margin-bottom: 7px;
  }
  .tit {
    font-size: 14px;
    line-height: 1.5;
  }
  [class^=list--] li.new a .tit::after {
    font-size: 12px;
  }
  [class^=list--] li.new a .tit::after {
    top: 0;
    font-size: 12px;
  }
  .list--information {
    margin-bottom: 50px;
    border-radius: 0 10vw 0 10vw;
    padding: 20px 7vw;
  }
  .list--information li {
    margin-bottom: 5px;
  }
  .list--information li a {
    display: block;
    padding: 12px 0;
  }
  .list--information li a .date, .list--information li a .category {
    font-size: 12px;
    margin-bottom: 6px;
    display: inline-block;
    min-width: auto;
    opacity: 0.5;
  }
  .list--information li a .category {
    margin-left: 5px;
    font-weight: 400;
  }
  .list--information li.new .category::after {
    content: "NEW";
    font-size: 11px;
    color: #0086CD;
    display: inline-block;
    font-family: quasimoda, sans-serif;
    margin-left: 6px;
    position: relative;
    top: -1px;
    letter-spacing: 0.3em;
    margin-left: 12px;
  }
  .list--information li.new .tit::after {
    content: none !important;
  }
  .list--information.list--schedule {
    border-radius: 10vw 0 10vw 0;
  }
  .list--information.list--schedule li {
    margin-bottom: 15px;
  }
  .list--information.list--schedule li .info-wrap {
    display: flex;
    align-items: flex-start !important;
  }
  .list--information.list--schedule li .info-wrap .tit-area {
    display: block;
  }
  .list--information.list--schedule li .info-wrap .block--date {
    width: 8em;
  }
  .list--information.list--schedule li .info-wrap .date-wrap .y {
    margin-top: 16px;
  }
  .list--information.list--schedule li .info-wrap .date-wrap .d-wrap {
    flex-wrap: wrap;
    left: -13px;
  }
  .list--information.list--schedule li .info-wrap .date-wrap .d-wrap .md {
    margin-bottom: 4px;
    font-size: 23px;
    letter-spacing: 0.1em;
  }
  .list--information.list--schedule li .info-wrap .date-wrap .d-wrap .wd {
    text-align: center;
    margin-left: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .list--information.list--schedule li .info-wrap .date-wrap {
    width: 9em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .list--information.list--schedule li .info-wrap .date-wrap.second {
    margin-top: 20px;
    left: 2px;
  }
  .list--information.list--schedule li .info-wrap .date-wrap.second::before {
    width: 10px;
    height: 10px;
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
  .list--information.list--schedule li .info-wrap .category {
    margin-left: 0;
    display: block;
  }
  .list--information.list--schedule li.new .category::after {
    content: none;
  }
  .list--profile li {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 30px;
  }
  .list--profile li .ph {
    margin-bottom: 15px;
  }
  .list--profile li .ph img {
    aspect-ratio: 4/5;
  }
  .list--profile li .name span {
    zoom: 0.9;
  }
  .list--profile li:nth-child(2n) {
    margin-right: 0;
  }
  .block--category {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .block--category {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .block--category li {
    margin-right: 1em;
  }
  .block--category li a {
    font-size: 12px;
    letter-spacing: 0.1em;
    padding: 8px 0;
  }
  .loading .logo_loading {
    width: 75vw;
    height: 12vw;
  }
  .loading .logo_loading svg {
    width: 75vw;
    height: 12vw;
  }
  .page--home .header .inner {
    transition: opacity 0.6s 1s cubic-bezier(0.4, 0, 1, 1);
  }
  .page--home .logo--area {
    opacity: 0;
    transition: opacity 0.6s 1s cubic-bezier(0.4, 0, 1, 1);
  }
  .section--top .scroll, .drawer__btn, .section--top .block--bnr {
    transition-delay: 1.9s;
  }
  .section--top .block--keyvisual .keyvisual {
    transition: opacity 0.6s 1.6s cubic-bezier(0.4, 0, 1, 1), filter 0.6s 1.7s cubic-bezier(0.4, 0, 1, 1);
  }
  .loaded.page--home .header .inner {
    opacity: 1;
  }
  .loaded.page--home .logo--area {
    opacity: 1;
  }
  .loaded.page--home .block--video__bg::before, .loaded.page--home .block--video__bg::after {
    opacity: 0;
    z-index: 1;
  }
  .scrolling.loaded.page--home .block--video__bg::before, .scrolling.loaded.page--home .block--video__bg::after {
    opacity: 1;
  }
  .scroll-fix .header--bg {
    opacity: 1;
    pointer-events: auto;
  }
  .scroll-fix .logo {
    opacity: 1;
    pointer-events: auto;
  }
  .swiper-container {
    padding-left: 6%;
    padding-right: 6%;
  }
  .wrap {
    padding: 140px 0 150px;
    position: relative;
  }
  .bg {
    width: 160%;
    left: -20vw;
  }
  .bg::before {
    top: 45vh;
  }
  .bg::after {
    width: 180%;
    height: 40vh;
    filter: blur(40px);
    top: 25vh;
    left: -40vw;
  }
  .detail__btn a, .list__more a {
    padding: 10px 0;
  }
  .section-tit {
    font-size: 26px;
    margin-bottom: 0;
    letter-spacing: 0.3em;
  }
  .tit--area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 55px;
  }
  .section--list {
    padding: 0 6%;
    width: 100%;
  }
  .section--detail {
    padding: 0 6%;
    width: 100%;
    max-width: inherit;
  }
  .section--detail .detail__btn {
    margin-top: 6em;
  }
  .section--detail .txt {
    padding-top: 40px;
  }
  .section--detail .block--pager {
    text-align: center;
  }
  .section--list .list--contents {
    display: block;
  }
  .section--list .list--contents li {
    width: 100%;
    margin-bottom: 50px;
  }
  .section--list .list--contents li .thumb {
    margin-bottom: 15px;
    filter: drop-shadow(5px 5px 20px rgba(228, 235, 247, 0.4));
    overflow: hidden;
    border-radius: min(10vw, 40px) 0 min(10vw, 40px) 0;
  }
  .drawer__btn {
    width: 35px;
    height: 35px;
    position: fixed;
    right: 6%;
    top: 26px;
    z-index: 999;
    opacity: 1;
    transition: opacity 0.6s;
  }
  .drawer__btn span {
    display: block;
    width: 30px;
    height: 1px;
    left: 50%;
    top: 9px;
    transform: translateX(-50%);
    background: #0086CD;
    position: relative;
    z-index: 2;
    transition: 0.4s;
  }
  .drawer__btn span:nth-child(2) {
    top: 16px;
    transition: background 0.4s, transform 0.5s;
  }
  .drawer__btn span:nth-child(3) {
    top: 23px;
  }
  .drawer {
    width: 100vw;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    transition: 1s 0.4s;
    color: #405060;
    background: #0086CD;
    overflow-y: scroll;
    overflow-x: hidden;
    opacity: 0;
    z-index: -999;
    pointer-events: none;
    transition: 0.4s ease;
  }
  .drawer::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(/static/ligareaz/official/common/bg_01.jpg) no-repeat center;
    background-size: cover;
    mix-blend-mode: luminosity;
    top: 0;
    left: 50%;
    opacity: 0.2;
    z-index: 1;
    transform: translateX(-50%);
    animation: sky_bg_01 10s linear 0s infinite;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .drawer::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: url(/static/ligareaz/official/common/bg_02.jpg) no-repeat center;
    background-size: cover;
    mix-blend-mode: luminosity;
    opacity: 0.2;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    animation: sky_bg_02 10s linear 0s infinite;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .drawer [class^=nav--] {
    z-index: 2;
  }
  .drawer [class^=nav--] li {
    transform: translateY(20px);
    opacity: 0;
    transition: opacity 0.3s 0.1s, transform 0.3s 0.1s;
  }
  .drawer [class^=nav--] li a {
    color: #ffffff;
  }
  .drawer .drawer-inner {
    height: 100%;
    z-index: 10;
  }
  .drawer .drawer-inner .nav--login h2.logo a {
    display: block;
  }
  .drawer-visible .header {
    -webkit-backdrop-filter: unset;
            backdrop-filter: unset;
  }
  .drawer-visible .drawer__btn {
    mix-blend-mode: unset;
    opacity: 1;
    pointer-events: all;
    transform: translate(0);
  }
  .drawer-visible .drawer__btn span {
    background: #ffffff;
  }
  .drawer-visible .drawer__btn span:first-child {
    transform: translateX(-50%) rotate(45deg);
    top: 28px;
  }
  .drawer-visible .drawer__btn span:nth-child(2) {
    transform: translateX(20vw);
  }
  .drawer-visible .drawer__btn span:nth-child(3) {
    transform: translateX(-51%) rotate(-45deg);
    top: 26px;
  }
  .drawer-visible.page--home .section--top .block--keyvisual .top--drawer__btn .btn--inner span:first-child {
    transform: rotate(45deg);
    top: 8px;
  }
  .drawer-visible.page--home .section--top .block--keyvisual .top--drawer__btn .btn--inner span:nth-child(2) {
    transform: translateX(-10px);
    opacity: 0;
  }
  .drawer-visible.page--home .section--top .block--keyvisual .top--drawer__btn .btn--inner span:nth-child(3) {
    transform: rotate(-45deg);
    top: 6px;
  }
  .drawer-visible .logo {
    z-index: 10;
  }
  .drawer-visible .drawer {
    opacity: 1;
    width: 100%;
    height: 100%;
    background-color: #0063b3;
    background-image: linear-gradient(180deg, #0063b3 0%, #0086cd 50%, #a9e1ff 100%);
    pointer-events: auto;
  }
  .drawer-visible .drawer [class^=nav--] li {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .drawer-visible .drawer .drawer-inner {
    visibility: visible;
    z-index: 10;
  }
  .color--personal.scrolling.page--home .block--video__bg::before {
    opacity: 0;
    transition: opacity 0.6s;
  }
  .color--personal.page--home .block--video__bg {
    opacity: 1;
    transition: opacity 0.6s;
  }
  .page--home .wrap {
    padding-bottom: 0;
    padding-top: 0;
  }
  .page--home footer {
    padding: 80px 0 100px;
    z-index: 10;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--home footer {
    padding: 30px 0 340px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home footer::before {
    width: 180%;
    height: 80vw;
    bottom: -38vw;
    left: -33vw;
  }
  .page--home footer .inner {
    flex-direction: column-reverse;
    padding: 0 6%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--home footer .inner {
    padding: 0 6%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home footer .list--support {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  .page--home footer .list--support li {
    margin: 0;
  }
  .page--home footer .list--support li a {
    line-height: 1.5;
    color: #ffffff;
  }
  .page--home footer .list--support li:first-child {
    margin: 1em 0 0;
  }
  .page--home footer .list--support dt {
    font-size: 16px;
    position: relative;
    font-family: quasimoda, sans-serif;
    padding-bottom: 10px;
    letter-spacing: 0.1em;
    font-weight: 500;
    display: inline-block;
    padding-right: 15px;
    color: #ffffff;
  }
  .page--home footer .list--support dt::before, .page--home footer .list--support dt::after {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    position: absolute;
    right: 0;
    top: 12px;
    background: #ffffff;
  }
  .page--home footer .list--support dt::before {
    transform: rotate(90deg);
    transition: transform 0.6s;
  }
  .page--home footer .list--support dt.open::before {
    transform: rotate(0deg);
  }
  .page--home footer .list--support dd {
    display: none;
  }
  .page--home footer .block--link {
    margin-bottom: 20px;
  }
  .page--home footer .block--link ul {
    width: 60vw;
    margin: 0 auto;
  }
  .page--home footer .block--link ul li {
    margin-bottom: 10px;
  }
  .page--home footer .block--link ul li:last-child {
    margin-bottom: 0;
  }
  .page--home footer .block--bnr {
    width: 65%;
    margin: 0 auto 40px;
  }
  .page--home footer .block--bnr .list--bnr li {
    margin-bottom: 15px;
  }
  .page--home footer .block--bnr .list--bnr li img {
    border-radius: 20px 0 20px;
    overflow: hidden;
  }
  .page--home footer .copyright {
    font-size: 10px;
    padding-left: 6%;
  }
  .page--home .list__more {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--home .list__more {
    font-size: 11px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .block--video__bg::before {
    z-index: -1;
    transition: opacity 0.6s, z-index 0.6s 2.2s;
  }
  .page--home .block--video__bg::after {
    width: 180%;
    height: 40vh;
    filter: blur(50px);
    top: 20vh;
    left: -40vw;
  }
  .page--home .block--video__bg video {
    left: 50%;
    transform: translateX(-50%);
  }
  .page--home .section--top {
    height: 100vh;
    padding: 0;
    margin-bottom: 140px;
    padding-top: 33vh;
  }
  .page--home .section--top .block--logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 18vh;
    width: 43vh;
    max-width: 330px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--home .section--top .block--logo {
    top: 10vh;
    width: 43vh;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--top .block--keyvisual {
    width: 88%;
    margin: 0 auto;
  }
  .page--home .section--top .block--keyvisual .keyvisual {
    border-radius: 10vw 0 10vw 0;
    box-shadow: 10px 10px 30px rgba(228, 235, 247, 0.4);
  }
  .page--home .section--top .block--keyvisual .keyvisual img {
    width: 100%;
  }
  .page--home .section--top .block--bnr {
    top: inherit;
    bottom: 14vh;
    left: 50%;
    transform: translateX(-50%);
    width: 28vh;
    height: 14vh;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--home .section--top .block--bnr {
    width: 18vh;
    height: 8vh;
    transform: translate(0);
    right: 5%;
    left: inherit;
    bottom: 8vh;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--top .block--sns {
    position: absolute;
    right: 6%;
    bottom: 40px;
  }
  .page--home .section--top .block--sns .nav--sns li {
    display: inline-block;
    text-align: center;
    margin-right: 15px;
  }
  .page--home .section--top .block--sns .nav--sns li a {
    display: block;
    padding: 5%;
    font-size: 17px;
  }
  .page--home .section--top .block--sns .nav--sns li a i {
    color: #0086CD;
  }
  .page--home .section--top .block--sns .nav--sns li a svg {
    fill: #0086CD;
    width: 18px;
    height: 18px;
  }
  .page--home .section--top .block--sns .nav--sns li:last-child {
    margin-right: 0;
  }
  .page--home .section--top .block--sns .nav--sns li.nav__item--line {
    position: relative;
    top: 3px;
  }
  .page--home .section--top .scroll {
    position: absolute;
    left: 7.5%;
    top: inherit;
    bottom: 40px;
    font-size: 10px;
    color: #0086CD;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--home .section--top .scroll {
    font-size: 12px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--top .block--birthday {
    left: 50%;
    bottom: 15vh;
    transform: translateX(-50%);
    width: 60%;
    max-width: 230px;
  }
  .page--home .section--top .block--birthday::before {
    width: 50px;
    height: 85px;
    left: -35px;
    top: -30px;
  }
  .page--home .section--top .block--birthday .tit {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .page--home .section--top .block--birthday a {
    display: flex;
    align-items: center;
  }
  .page--home .section--top .block--birthday a .thumb {
    width: 40%;
  }
  .page--home .section--top .block--birthday a .txt {
    width: 60%;
    padding-left: 5px;
  }
  .page--home .section--top .block--birthday a .txt .name {
    font-size: 14px;
  }
  .page--home .section--top .block--birthday a .txt .date {
    font-size: 13px;
  }
  .page--home .section--banner {
    position: relative;
    z-index: 2;
    margin-bottom: 130px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--home .section--banner {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--banner .swiper-button-prev, .page--home .section--banner .swiper-button-next {
    font-size: 11px;
    bottom: -40px;
  }
  .page--home .section--banner .swiper-button-prev {
    left: 6%;
  }
  .page--home .section--banner .swiper-button-next {
    left: calc(6% + 70px);
  }
  .page--home .section--banner .list--bnr li {
    border-radius: 10vw 0 10vw 0;
  }
  .page--home .section--banner .list--bnr li a {
    display: block;
  }
  .page--home .section--banner .list--bnr li a img {
    vertical-align: bottom;
  }
  .page--home .section--banner.no-swiper .list--bnr li {
    width: 90%;
    margin: 0 auto;
  }
  .page--home .section--banner.no-swiper .swiper-container {
    padding-left: 0;
  }
  .page--home .section--about {
    padding: 0 6%;
  }
  .page--home .section--info {
    margin-bottom: 130px;
  }
  .page--home .section--info .tit--area {
    padding: 0 12% 0 6%;
    margin-bottom: 35px;
  }
  .page--home .section--info .list--information {
    width: 88%;
    margin-right: auto;
    transform: translateX(-20px);
    opacity: 0;
    transition: opacity 0.4s 0.3s cubic-bezier(0.4, 0, 1, 1), transform 0.4s 0.3s cubic-bezier(0.4, 0, 1, 1);
  }
  .page--home .section--info .list--information.list--schedule {
    margin-left: auto;
    margin-right: initial;
    transform: translateX(20px);
    opacity: 0;
  }
  .page--home .section--info .list--information.delighter.started {
    transform: translate(0);
    opacity: 1;
  }
  .page--home .section--info .list--information li {
    transition-delay: 0.4s;
  }
  .page--home .section--info.delighter.started .list--information {
    transform: translate(0);
    opacity: 1;
  }
  .page--home .section--info.section--schedule .tit--area {
    padding: 0 6% 0 12%;
  }
  .page--home .section--info .section-tit {
    transform: translate3d(0, 0, 0);
  }
  .page--home .section--video {
    margin-bottom: 180px;
  }
  .page--home .section--video .youtube-container {
    margin-bottom: 60px;
  }
  .page--home .section--video .tit {
    font-size: 13px;
    margin-bottom: 4px;
    line-height: 1.4;
    letter-spacing: 0.2em;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  }
  .page--home .section--video .thumb {
    margin-bottom: 15px;
    border-radius: 0 10vw 0 10vw;
  }
  .page--home .section--video .swiper-button-prev, .page--home .section--video .swiper-button-next {
    font-size: 11px;
    bottom: -40px;
  }
  .page--home .section--video .swiper-button-prev {
    left: 6%;
  }
  .page--home .section--video .swiper-button-next {
    left: calc(6% + 70px);
  }
  .page--home .section--video.no-swiper .list--video li {
    width: 100%;
    margin: 0 auto;
  }
  .page--home .section--video.no-swiper .swiper-container {
    padding-left: 0;
  }
  .page--home .section--profile {
    padding: 50px 6%;
    border-radius: 0 10vw 0 10vw;
    margin-bottom: 180px;
  }
  .page--home .section--profile .tit--area .section-tit span {
    display: block;
    line-height: 1.5;
  }
  body:not(.page--home) .drawer__btn {
    width: 60px;
    height: 60px;
    right: 6%;
    top: 24px;
    opacity: 1;
    pointer-events: all;
  }
  body:not(.page--home) .drawer__btn span {
    display: block;
    width: 30px;
    height: 1px;
    top: 19px;
    transition: 0.4s;
  }
  body:not(.page--home) .drawer__btn span:nth-child(2) {
    top: 26px;
  }
  body:not(.page--home) .drawer__btn span:nth-child(3) {
    top: 34px;
  }
  body:not(.page--home).drawer-visible .drawer__btn span:nth-child(3) {
    top: 26px;
  }
  body:not(.page--home) .header--bg {
    position: fixed;
    top: 23px;
    left: inherit;
    right: 6%;
    width: 60px;
    height: 60px;
    border-radius: 10px 0 10px 0;
    opacity: 1;
  }
  body:not(.page--home) .logo {
    opacity: 1;
    position: absolute;
    width: 50vw;
    height: 9vw;
    top: 36px;
    pointer-events: all;
  }
  body:not(.page--home) .section-tit {
    font-size: 23px;
    margin-bottom: 30px;
  }
  body:not(.page--home) .bg::before {
    background-image: linear-gradient(to top, #ffffff 70% 20%, transparent);
  }
  .page--info.page--member .section--detail .inner {
    padding: 20px 5% 65px;
  }
  .page--info .searchBox input[type=submit] {
    top: -1px;
  }
  .page--info .block--share {
    padding-top: 0;
    margin: 20px 0;
  }
  .page--info .section--detail.new .tit::after {
    font-size: 11px;
    vertical-align: 0px;
    line-height: 1;
  }
  .page--info .section--detail {
    width: 88%;
    padding: 40px 6%;
    border-radius: 10vw 0 10vw 10vw;
  }
  .page--info .section--detail .tit {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
  .page--info .section--detail .txt {
    padding-top: 20px;
  }
  .page--info .section--detail .category::before {
    margin-right: 3px;
  }
  .page--info .section--detail .category::after {
    top: 4px;
  }
  .page--info .list--information {
    border-radius: 10vw 0 10vw;
  }
  .page--schedule .block--month {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
  }
  .page--schedule .block--month .tit {
    margin-bottom: 10px;
  }
  .page--schedule .month-pager li:first-child {
    margin-bottom: 5px;
  }
  .page--schedule .list--schedule .date {
    font-size: 20px;
    letter-spacing: 0.15em;
    left: 24px;
    top: 20px;
    width: 4em;
  }
  .page--schedule .list--schedule .date .week {
    font-size: 11px;
  }
  .page--schedule .list--schedule .box {
    display: block;
  }
  .page--schedule .list--schedule .time {
    position: relative;
    top: -1px;
    margin-left: 0;
    margin-bottom: 3px;
  }
  .page--schedule .list--schedule li {
    padding: 3vw 3vw 10px 28vw;
    border-radius: 4vw 0 4vw 0;
  }
  .page--schedule .list--schedule li a .category {
    display: block;
    margin-bottom: 5px;
    letter-spacing: 0.15em;
    margin-bottom: 7px;
  }
  .page--disco .list--disco li {
    margin-bottom: 60px;
  }
  .page--disco .list--disco li .thumb {
    border-radius: 0 10vw 0 10vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--disco .list--disco li .thumb {
    border-radius: 0 4vw 0 4vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--disco .list--disco li .tit {
    text-align: left;
  }
  .page--disco .block--jacket .header--disco {
    top: 0;
    width: 140%;
    height: 140%;
  }
  .page--disco .block--jacket .ph {
    margin-bottom: 30px;
  }
  .page--disco .block--disc-detail .block--track {
    border-radius: 4vw 0 4vw 0;
  }
  .page--disco .block--disc-detail .block--track .block--benefit, .page--disco .block--disc-detail .block--track .block--border {
    padding: 15px;
  }
  .page--disco .tit-wrap {
    width: 100%;
  }
  .page--disco .list--jacket_sub {
    width: 100%;
  }
  .page--disco .list--jacket_sub li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .page--disco .list--jacket_sub li:nth-child(3n) {
    margin-right: 0;
  }
  .page--disco .list--jacket_sub li .tit {
    font-size: 11px;
  }
  .page--disco.page--disco__detail .section--detail {
    padding: 50px 6%;
  }
  .page--disco.page--disco__detail .txt .list--shop li {
    width: 32.3333333333%;
    margin-right: 1%;
    margin-bottom: 5px;
  }
  .page--disco.page--disco__detail .txt .list--shop li:nth-child(3n) {
    margin-right: 0;
  }
  .page--disco.page--disco__detail .txt .list--shop li:nth-child(6n) {
    margin-right: 1%;
  }
  .section--detail.page--profile__detail .section--inner .block--ph {
    margin-bottom: 40px;
  }
  .section--detail.page--profile__detail .section--inner .block--ph .list--link li a {
    font-size: 18px;
  }
  .section--detail.page--profile__detail .section--inner .ph {
    margin-bottom: 20px;
    border-radius: 0 10vw 0 10vw;
  }
  .section--detail.page--profile__detail .section--inner .block--data .header-profile .name-area .name {
    font-size: 18px;
  }
  .section--detail.page--profile__detail .section--inner .block--data .header-profile .name-area .rubi {
    font-size: 10px;
    letter-spacing: 0.2em;
  }
  .section--detail.page--about .block--copy .tit {
    margin: 60px 0 !important;
    font-size: 20px;
  }
  .section--detail.page--about .block--message {
    transform: rotate(0) translateY(20px);
    padding: 40px 30px;
  }
  .section--detail.page--about .block--message.delighter.started {
    transform: rotate(0) translateY(0);
  }
  .section--detail.page--about .block--message::after {
    width: 95%;
    height: 98%;
  }
  .section--detail.page--about .block--message::before {
    width: 90%;
    height: 95.5%;
  }
  .section--detail.page--about .block--message .tit {
    font-size: 18px;
  }
  .section--detail.page--about .block--message .copy {
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 1.7;
  }
  .section--detail.page--about .block--message .from {
    text-align: center;
  }
  .page--home footer {
    padding: 30px 0 200px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--home footer {
    padding: 30px 0 340px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home footer .inner .block--logo__footer .footer_logo {
    text-align: center;
    margin-bottom: 40px;
  }
  .page--home footer .inner .block--logo__footer .footer_logo svg {
    width: 65vw;
  }
  .page--home footer .inner .list--support {
    text-align: center;
  }
  .page--home footer .copyright {
    text-align: center;
    padding: 0;
  }
  .area--official {
    margin-bottom: 0;
  }
  .area--fc::before {
    top: 20vw;
  }
  .area--fc .block--login {
    height: 105vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .area--fc .block--login {
    height: 110vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .area--fc .block--login .login--btn li.mypage a {
    font-size: 14px;
  }
  .area--fc .block--login::before {
    width: 300vw;
    height: 160vw;
    top: -63vw;
    left: -110vw;
    transform: rotate(0);
  }
  .area--fc .block--login::after {
    top: 8vw;
    filter: blur(11px);
  }
  .area--fc .block--login .logo--fc {
    width: 75vw;
    height: 20vw;
    margin: 0 auto 60px;
  }
  .area--fc .block--login .logo--fc::before {
    content: none;
  }
  .area--fc .block--login .logo--fc svg {
    width: 75vw;
    height: 12vw;
  }
  .area--fc .block--login .logo--fc .txt--sub {
    font-size: 5vw;
  }
  .area--fc .block--login .logo--fc .block--grand {
    width: 60vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .area--fc .block--login .logo--fc .block--grand {
    width: 40vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .area--fc .tit--area {
    margin-bottom: 25px;
    display: block;
  }
  .area--fc .tit--area .section-tit_eng {
    position: absolute;
    top: -2vw;
    width: 64vw;
    height: 50vw;
    left: -8vw;
    z-index: 10;
    pointer-events: none;
  }
  .area--fc .tit--area .box {
    width: 50vw;
    text-align: right;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .area--fc .tit--area .box .section-tit_sub, .area--fc .tit--area .box .txt--sub, .area--fc .tit--area .box .list__more {
    width: 100%;
  }
  .area--fc .tit--area .box .section-tit_sub {
    position: relative;
    right: -5px;
  }
  .area--fc .tit--area .box .txt--sub {
    order: -1;
    zoom: 0.9;
  }
  .area--fc .tit--area .box .section-tit_sub {
    margin-bottom: 30px;
  }
  .area--fc .border {
    width: 60vw;
    height: 45vw;
    transform: rotate(7deg);
  }
  .area--fc .border.border_01 {
    top: 48vw;
    left: -18vw;
  }
  .area--fc .border.border_02 {
    right: -34vw;
    top: 20vw;
  }
  .area--fc .border.border_03 {
    display: none;
  }
  .area--fc .border.border_04 {
    left: -17vw;
    bottom: 66vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .area--fc .border.border_04 {
    bottom: 58vw;
    left: -32vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .area--fc .border.border_05 {
    bottom: 44vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .area--fc .border.border_05 {
    bottom: 29vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .area--fc .border.border_06 {
    bottom: 0;
    right: -24vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .area--fc .border.border_06 {
    bottom: -6vw;
    right: -34vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .area--fc .border.border_07 {
    display: block;
    top: 18vw;
    left: -21vw;
    z-index: 10;
  }
  .area--fc .border.border_08 {
    bottom: -33vw;
    right: -13vw;
    top: inherit;
    left: inherit;
  }
  .area--fc.useroption .block--login .logo--fc {
    margin: 0 auto 20px;
  }
  .area--fc.useroption .border.border_01 {
    top: 70vw;
    left: -24vw;
  }
  .area--fc.notuseroption .area--personal .block--personal {
    padding-top: 120px;
  }
  .area--fc.notuseroption .area--personal .block--heart .cloud_heart.heart01 {
    top: -31vw;
    left: 60vw;
  }
  .area--personal {
    margin-bottom: 270px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .area--personal {
    margin-bottom: 540px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .area--personal .block--personal {
    padding: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .area--personal .block--personal {
    padding-top: 140px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .area--personal .block--personal .section--latest .section-tit .fukidashi {
    top: -3vw;
    right: -28vw;
    width: 35vw;
    height: 21vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .area--personal .block--personal .section--latest .section-tit .fukidashi {
    top: 3vw;
    right: -22vw;
    width: 20vw;
    height: 20vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .area--personal .block--personal .section--latest .section-tit .fukidashi a {
    padding: 8vw 1vw 2.5vw;
    font-size: 11px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .area--personal .block--personal .section--latest .section-tit .fukidashi a {
    font-size: 13px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .area--personal .block--heart .cloud_heart.heart01 {
    width: 15vw;
    height: 15vw;
    top: 76vw;
    left: 6vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .area--personal .block--heart .cloud_heart.heart01 {
    top: -5vw;
    left: 7vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .area--personal .block--heart .cloud_heart.heart02, .area--personal .block--heart .cloud_heart.heart03 {
    display: none;
  }
  .area--personal .block--heart .cloud_heart.heart04 {
    right: 13vw;
    left: auto;
    width: 18vw;
    height: 18vw;
    bottom: -58vw;
  }
  .area--personal .block--heart .cloud_heart.heart05 {
    bottom: -45vw;
    left: 10vw;
  }
  .section--latest .section-tit {
    position: absolute;
    top: -38vw;
    width: 67vw;
  }
  .section--latest .list--contents {
    display: flex;
  }
  .section--latest .list--contents li .thumb {
    border-radius: 6vw 0 6vw 0;
  }
  .section--latest .swiper-button-prev, .section--latest .swiper-button-next {
    font-size: 11px;
    bottom: -40px;
    color: #ffffff;
  }
  .section--latest .swiper-button-prev {
    left: 6%;
  }
  .section--latest .swiper-button-next {
    left: calc(6% + 70px);
  }
  .section--latest .oshimen_link {
    position: absolute;
    bottom: -30vw;
    text-align: center;
    width: 100%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .section--latest .oshimen_link {
    bottom: -20vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--latest .oshimen_link a {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    padding: 1em 1.5em;
    background: #0086CD;
    border-radius: 40px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .section--latest .oshimen_link a {
    font-size: 23px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--favorite {
    /*margin-top: -215px;*/
    margin-bottom: 80vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .section--favorite {
    margin-top: -72vw;
    margin-bottom: 60vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--favorite .swiper-container {
    padding: 0 !important;
  }
  .section--favorite .block--favorite {
    width: 100%;
  }
  .section--favorite .block--favorite .list--favorite {
    padding: 0;
  }
  .section--favorite .block--favorite::before {
    width: 14vw;
    height: 14vw;
    left: 49vw;
    bottom: -22vw;
  }
  .section--favorite .block--favorite .ph {
    width: 64%;
    margin: 0 auto;
    border-radius: 40px 0 40px 0;
  }
  .section--favorite .block--favorite .svg__path {
    width: 40vw;
    height: 40vw;
    position: absolute;
    left: -3vw;
    top: -10vw;
  }
  .section--favorite .block--favorite .svg__path svg {
    width: 40vw;
    height: 40vw;
  }
  .section--favorite .block--favorite .detail {
    width: 45vw;
    height: 45vw;
    bottom: -23vw;
    right: 1vw;
  }
  .section--favorite .block--favorite .detail a {
    padding: 12vw 6vw;
  }
  .section--favorite .block--favorite .detail .item__tit {
    font-size: 10px;
    zoom: 0.9;
  }
  .section--favorite .block--favorite .detail .item__name {
    font-size: 4.5vw;
    letter-spacing: 0.01em;
  }
  .section--favorite .block--favorite .detail .item__name .rubi {
    zoom: 0.9;
    opacity: 0.7;
  }
  .section--favorite .block--favorite .detail .item__url {
    font-size: 10px;
  }
  .section--favorite .block--favorite .swiper-button-prev {
    left: 18%;
  }
  .section--favorite .block--favorite .swiper-button-next {
    left: calc(18% + 70px);
  }
  .section--blog {
    padding: 0 6%;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .section--blog {
    margin-bottom: 200px;
  }
  .section--blog .tit--area .section-tit_eng {
    top: -16vw;
    width: 60vw;
    height: 50vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--blog .section--inner .tit--area::before {
    width: 14vw;
    height: 10vw;
    left: -4vw;
    top: -2vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .section--blog .section--inner .tit--area::before {
    width: 12vw;
    height: 8vw;
    left: -4vw;
    top: -15vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--blog .list--blog li {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 40px;
  }
  .section--blog .list--blog li:nth-child(2n) {
    margin-right: 0;
  }
  .section--blog .list--blog li .thumb {
    margin-bottom: 10px;
  }
  .section--blog .list--blog li .thumb .writer {
    font-size: 12px;
    bottom: 15px;
  }
  .section--blog .list--blog li .tit {
    font-size: 12px;
  }
  .section--blog .list--blog li.new .block--thumb::after {
    width: 20vw;
    height: 16vw;
    top: inherit;
    right: inherit;
    left: -18px;
    bottom: -10px;
    z-index: 20;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .section--blog .list--blog li.new .block--thumb::after {
    left: -20px;
    bottom: -20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--blog .list--blog li.no-data {
    padding: 80px 20px;
    width: 100%;
    font-size: 15px;
    color: #ffffff;
  }
  .section--staffblog {
    padding: 0 6%;
    margin-bottom: 100px;
    /*@include var.tablet{margin-bottom: 200px;}*/
  }
  .section--staffblog .section--inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .section--staffblog .section--inner {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--staffblog .section--inner .block--thumb {
    width: 100%;
  }
  .section--staffblog .section--inner .block--thumb .thumb {
    border-radius: 6vw 0 6vw 0;
    margin-bottom: 20px;
  }
  .section--staffblog .section--inner .tit--area {
    width: 50vw;
    order: -1;
  }
  .section--staffblog .section--inner .tit--area .section-tit_eng {
    top: 1vw;
    left: -9vw;
    height: 46vw;
    width: 79vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .section--staffblog .section--inner .tit--area .section-tit_eng {
    top: -15vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--staffblog .section--inner .tit--area .section-tit_eng.staff {
    width: 68vw;
    top: 12vw;
  }
  .section--staffblog .section--inner .tit--area .section-tit_eng.radio {
    width: 70vw;
    top: 4vw;
  }
  .section--staffblog .section--inner .tit--area .section-tit_eng.photo {
    width: 75vw;
  }
  .section--staffblog .section--inner .tit--area .section-tit_eng.movie {
    width: 60vw;
  }
  .section--staffblog .section--inner .tit--area .section-tit_eng.short {
    width: 70vw;
  }
  .section--staffblog .section--inner .block--txt {
    width: 100%;
  }
  .section--staffblog .section--inner .block--txt .block--txt .tit {
    font-size: 12px;
  }
  .section--staffblog .section--inner.new .block--thumb::after {
    width: 25vw;
    height: 20vw;
    bottom: 3vw;
    right: -4vw;
    top: inherit;
    left: inherit;
  }
  .section--staffblog .section--inner.empty .no-data {
    padding: 80px 20px;
    width: 100%;
    font-size: 15px;
    color: #ffffff;
    border-radius: 4vw 0 4vw 0;
    background: rgba(255, 255, 255, 0.4);
    height: 180px;
    padding: 21vw;
  }
  .section--radio {
    padding: 0 6%;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .section--radio {
    margin-bottom: 200px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--radio .tit--area .section-tit_sub {
    line-height: 1.4;
  }
  .section--radio .tit--area .section-tit_eng {
    top: 5vw;
    left: -9vw;
    width: 70vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .section--radio .tit--area .section-tit_eng {
    top: -14vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--radio .tit--area .block--txt .tit {
    font-size: 12px;
  }
  .section--radio .block--thumb .thumb {
    border-radius: 6vw 0 6vw 0;
    margin-bottom: 20px;
  }
  .section--radio .section--inner.new .block--thumb::after {
    width: 25vw;
    height: 20vw;
    bottom: -2vw;
    top: inherit;
    right: inherit;
    left: -4vw;
  }
  .section--radio .section--inner.empty .no-data {
    padding: 80px 20px;
    width: 100%;
    font-size: 15px;
    color: #ffffff;
    border-radius: 4vw 0 4vw 0;
    background: rgba(255, 255, 255, 0.4);
    height: 180px;
    padding: 21vw;
  }
  .section--photo {
    padding: 0 6%;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .section--photo {
    margin-bottom: 200px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--photo .section--inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .section--photo .section--inner .block--thumb {
    width: 100%;
  }
  .section--photo .section--inner .block--thumb .thumb {
    border-radius: 6vw 0 6vw 0;
    margin-bottom: 20px;
  }
  .section--photo .section--inner .tit--area {
    width: 50vw;
    order: -1;
  }
  .section--photo .section--inner .tit--area .section-tit_eng {
    top: 6vw;
    left: -9vw;
    height: 40vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .section--photo .section--inner .tit--area .section-tit_eng {
    top: -9vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--photo .section--inner .block--txt {
    width: 100%;
  }
  .section--photo .section--inner .block--txt .block--txt .tit {
    font-size: 12px;
  }
  .section--photo .section--inner.new .block--thumb::after {
    width: 25vw;
    height: 20vw;
    bottom: 3vw;
    right: -4vw;
    top: inherit;
    left: inherit;
  }
  .section--photo .section--inner.empty .no-data {
    padding: 80px 20px;
    width: 100%;
    font-size: 15px;
    color: #ffffff;
    border-radius: 4vw 0 4vw 0;
    background: rgba(255, 255, 255, 0.4);
    height: 180px;
    padding: 21vw;
  }
  .section--movie {
    padding: 0 6%;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .section--movie {
    margin-bottom: 200px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--movie .tit--area .section-tit_sub {
    line-height: 1.4;
  }
  .section--movie .tit--area .section-tit_eng {
    top: -11vw;
    left: -9vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .section--movie .tit--area .section-tit_eng {
    top: -25vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--movie .tit--area .block--txt .tit {
    font-size: 12px;
  }
  .section--movie .block--thumb .thumb {
    border-radius: 6vw 0 6vw 0;
    margin-bottom: 20px;
  }
  .section--movie .section--inner.new .block--thumb::after {
    width: 25vw;
    height: 20vw;
    bottom: -2vw;
    top: inherit;
    right: inherit;
    left: -4vw;
  }
  .section--movie .section--inner.empty .no-data {
    padding: 80px 20px;
    width: 100%;
    font-size: 15px;
    color: #ffffff;
    border-radius: 4vw 0 4vw 0;
    background: rgba(255, 255, 255, 0.4);
    height: 180px;
    padding: 21vw;
  }
  .block--contents_etc {
    margin: 0 auto 30px;
  }
  .block--contents_etc .list--contents_etc {
    display: flex;
    flex-wrap: wrap;
  }
  .block--contents_etc .list--contents_etc li {
    width: 48.5%;
    margin-right: 3%;
    border-radius: 2vw 0 2vw 0;
  }
  .block--contents_etc .list--contents_etc li:nth-child(2n) {
    margin-right: 0;
  }
  .block--contents_etc .list--contents_etc li img {
    border-radius: 6vw 0 6vw 0;
    overflow: hidden;
  }
  .block--contents_etc .list--contents_etc li.oshisagashi::before {
    width: 14vw;
    height: 10vw;
    right: -4vw;
    top: -6vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .block--contents_etc .list--contents_etc li.oshisagashi::before {
    width: 12vw;
    height: 8vw;
    right: -4vw;
    top: -6vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--movie2 {
    padding: 0 6%;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .section--movie2 {
    margin-bottom: 200px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--movie2 .section--inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .section--movie2 .section--inner .block--thumb {
    width: 100%;
  }
  .section--movie2 .section--inner .block--thumb .thumb {
    border-radius: 6vw 0 6vw 0;
    margin-bottom: 20px;
  }
  .section--movie2 .section--inner .tit--area {
    width: 50vw;
    order: -1;
  }
  .section--movie2 .section--inner .tit--area .section-tit_eng {
    top: 4vw;
    left: -9vw;
    height: 40vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .section--movie2 .section--inner .tit--area .section-tit_eng {
    top: -9vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--movie2 .section--inner .block--txt {
    width: 100%;
  }
  .section--movie2 .section--inner .block--txt .block--txt .tit {
    font-size: 12px;
  }
  .section--movie2 .section--inner.new .block--thumb::after {
    width: 25vw;
    height: 20vw;
    bottom: 3vw;
    right: -4vw;
    top: inherit;
    left: inherit;
  }
  .section--movie2 .section--inner.empty .no-data {
    padding: 80px 20px;
    width: 100%;
    font-size: 15px;
    color: #ffffff;
    border-radius: 4vw 0 4vw 0;
    background: rgba(255, 255, 255, 0.4);
    height: 180px;
    padding: 21vw;
  }
  .page--movie.new-movie.new-movie-category .section--list {
    width: initial;
    max-width: initial;
  }
  .page--movie.new-movie.new-movie-category .section--list .listBox .block--tit-groupe .latest-tit {
    font-family: "Kaisei Tokumin", serif;
    font-weight: 400;
    letter-spacing: 0.2em;
    font-size: 18px;
    line-height: 1;
    margin: 0 auto 30px;
  }
  .page--movie.new-movie.new-movie-category .section--list .listBox .block--latest-list {
    margin-bottom: 40px;
  }
  .page--movie.new-movie.new-movie-category .section--list .listBox .block--category-list {
    margin-bottom: 0;
  }
  .page--movie.new-movie.new-movie-category .section--list .listBox .block--category-list .block--tit-groupe {
    display: flex;
    align-items: flex-end;
    margin: 0 auto 30px;
  }
  .page--movie.new-movie.new-movie-category .section--list .listBox .block--category-list .block--tit-groupe .category-tit {
    font-family: "Kaisei Tokumin", serif;
    font-weight: 400;
    letter-spacing: 0.2em;
    font-size: 18px;
    line-height: 1;
    margin: 0;
  }
  .page--movie.new-movie.new-movie-category .section--list .listBox .block--category-list .block--tit-groupe .list__more a {
    padding: 0 0 0 10px;
    display: block;
    font-size: 10px;
  }
  .page--movie.new-movie.new-movie-category .section--list .listBox .list--contents {
    gap: initial;
    margin: 0;
    width: 100%;
  }
  .page--movie.new-movie.new-movie-category .section--list .listBox .list--contents li {
    width: 100%;
    margin-bottom: 50px;
  }
  .page--movie.new-movie.new-movie-category .section--list .listBox .list--contents li .thumb {
    margin-bottom: 20px;
  }
  .page--movie.new-movie.new-movie-category .section--list .listBox .list--contents li .list__txt .date {
    font-size: 12px;
    opacity: 1;
    margin-bottom: 5px;
  }
  .page--movie.new-movie.new-movie-category .section--list .listBox .list--contents li .category {
    display: none;
  }
  .page--movie.new-movie.new-movie-category .detail__btn {
    display: none;
  }
  .page--member .drawer__btn span {
    background: #ffffff;
  }
  .page--member .section-tit {
    font-size: 30px !important;
  }
  body:not(.page--home) .logo {
    position: absolute;
    mix-blend-mode: unset;
  }
  body:not(.page--home) .section-tit_eng {
    width: 59vw;
    left: 0;
    position: absolute;
    top: -2vw;
  }
  body:not(.page--home) .section-tit_sub {
    padding-top: 37vw;
  }
  .page--photo #swipebox-action #swipebox-close {
    right: 0;
  }
  .page--photo #swipebox-action #swipebox-prev, .page--photo #swipebox-action #swipebox-next {
    bottom: 20vh;
    top: inherit;
    transform: translate(0);
  }
  .page--photo .list--photo li {
    margin-bottom: 6px;
  }
  .page--movie.new-movie .detail__btn, .page--radio.new-movie .detail__btn {
    padding: 0 !important;
    padding-left: 6% !important;
    margin-top: 5em !important;
  }
  .page--movie.new-movie .section--detail .block--tit, .page--radio.new-movie .section--detail .block--tit {
    padding: 20px 6% 2vw !important;
  }
  .page--movie.new-movie .section--detail .block--tab .more_movies_title, .page--radio.new-movie .section--detail .block--tab .more_movies_title {
    font-size: 12px;
  }
  .page--movie.new-movie .section--detail .area--more-info, .page--radio.new-movie .section--detail .area--more-info {
    width: 88% !important;
  }
  .page--movie.new-movie .section--detail .area--movie .video-js .vjs-play-control, .page--radio.new-movie .section--detail .area--movie .video-js .vjs-play-control {
    width: 14.5vw;
    height: 14.5vw;
    position: absolute;
    top: -24vw;
    left: 44%;
    font-size: 5vw;
  }
  .page--movie.new-movie .section--detail .block--player, .page--radio.new-movie .section--detail .block--player {
    position: absolute !important;
    top: 0 !important;
  }
  .page--movie.new-movie .section--detail .area--movie .video-js .vjs-play-control.vjs-paused span::before, .page--radio.new-movie .section--detail .area--movie .video-js .vjs-play-control.vjs-paused span::before {
    content: "";
    background: no-repeat center url(/static/ligareaz/official/common/ico--play.svg) !important;
    background-size: contain !important;
  }
  .page--blog .list--contents {
    display: flex;
    flex-wrap: wrap;
  }
  .page--blog .list--contents li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 60px;
  }
  .page--blog .list--contents li:nth-child(2n) {
    margin-right: 0;
  }
  .page--blog .list--contents li .thumb .writer {
    font-size: 12px;
    bottom: 15px;
  }
  .page--blog .section--detail {
    width: 88%;
    padding: 40px 6%;
    border-radius: 10vw 0 10vw 0;
  }
  .page--blog .section--detail .date {
    margin-bottom: 7px;
  }
  .page--blog .section--detail .txt {
    padding-top: 20px;
  }
  .page--blog .section--detail .icon--comment .txt--comment {
    font-size: 12px;
    line-height: 1;
  }
  .page--blog .form__select {
    position: relative;
    z-index: 10;
    width: 50%;
    margin-bottom: 60px;
  }
  .page--blog .form__select select {
    padding: 6px 30px 6px 15px;
  }
  .page--blog .comment .name {
    font-size: 11px;
  }
  .page--blog .comment .text {
    font-size: 13px;
  }
  .page--blog .comment .list--comment li {
    padding-bottom: 10px;
  }
  .page--blog .comment-pager {
    margin-left: 0;
    margin-top: 0;
  }
  .page--blog .comment-pager .pagenation__next, .page--blog .comment-pager .pagenation__prev {
    padding: 9px 0;
  }
  .page--blog .commentPost .block--btn {
    display: block;
    width: 100%;
  }
  .page--blog .commentPost .block--btn .btn--main, .page--blog .commentPost .block--btn .btn--sub {
    min-width: 100%;
    margin: 1em 0;
  }
  .page--blog.page--staffblog .section-tit_eng {
    width: 73vw;
    left: 1vw;
  }
  .page--blog.page--staffblog .list--contents li {
    width: 100%;
    margin-right: 0;
  }
  .page--faq .section--list .section-tit {
    letter-spacing: 0.3em;
    font-size: 20px;
    text-align: left;
  }
  .page--faq .section--list .block--contact {
    text-align: left;
  }
  .page--faq .searchBox {
    width: 100%;
  }
  .page--faq .searchBox input[type=submit] {
    top: -2px;
  }
  .page--faq .list--faq {
    margin: 0 0 60px;
  }
  .page--faq .list--faq li a {
    padding: 16px 0;
    line-height: 1.4;
  }
  .page--faq .list--faq li a .icon--q {
    font-size: 18px;
  }
  .page--questionnaire .section--detail .section-tit {
    font-size: 18px;
    text-align: left;
    line-height: 1.2em;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .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 {
    position: relative;
    top: -4px;
  }
  .page--questionnaire .section--detail form .icon--required::before {
    vertical-align: inherit;
    padding-left: 5px;
  }
  .page--questionnaire .section--detail .form--confirm {
    padding: 16px;
  }
  .section--detail.page--entry {
    padding: 0;
  }
  .section--detail.page--entry [class^=block--] {
    width: 88%;
    margin: 0 auto 80px;
  }
  .section--detail.page--entry [class^=block--] .block-tit {
    font-size: 23px;
    padding: 0;
    margin-bottom: 30px;
    letter-spacing: 0.08em;
  }
  .section--detail.page--entry [class^=block--] .block-tit.en {
    font-size: 34px;
  }
  .section--detail.page--entry [class^=block--] .block-tit::before {
    width: 16px;
  }
  .section--detail.page--entry [class^=block--] table {
    font-size: 13px;
  }
  .section--detail.page--entry [class^=block--] table th {
    width: 100px;
    padding: 10px 13px;
    font-weight: bold;
    text-align: center;
    font-size: 2vw;
  }
  .section--detail.page--entry [class^=block--] table td {
    padding: 10px;
  }
  .section--detail.page--entry [class^=block--] table td .txt--sub {
    text-indent: -1em;
    padding-left: 1em;
  }
  .section--detail.page--entry .txt--sub {
    text-indent: -1em;
    padding-left: 1em;
    display: block;
  }
  .section--detail.page--entry .txt {
    padding: 0;
  }
  .section--detail.page--entry .block--logo .logo {
    width: 80vw;
    height: 24vw;
    margin: 0 auto 40px;
    position: static;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .section--detail.page--entry .block--logo .logo {
    width: 55vw;
    height: 23vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--detail.page--entry .block--logo .logo svg {
    width: 80vw;
    height: 16vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .section--detail.page--entry .block--logo .logo svg {
    width: 55vw;
    height: 10vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--detail.page--entry .block--logo .logo .logo--sub {
    font-size: 4.5vw;
    line-height: 1;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .section--detail.page--entry .block--logo .logo .logo--sub {
    font-size: 3vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--detail.page--entry .block--logo .logo .logo--pre {
    width: 50vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .section--detail.page--entry .block--logo .logo .logo--pre {
    width: 30vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--detail.page--entry .block--logo .lead {
    font-size: 13px;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .section--detail.page--entry .block--logo .lead {
    text-align: center;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--detail.page--entry .block--video::before {
    left: -16vw;
    top: 15vw;
    width: 50vw;
    height: 19vw;
  }
  .section--detail.page--entry .block--video .block-tit {
    font-size: 12px;
  }
  .section--detail.page--entry .block--video .block-tit span {
    font-size: 20px;
  }
  .section--detail.page--entry .block--contents {
    width: 88%;
    margin: 0 auto 20vw;
  }
  .section--detail.page--entry .block--contents .block--attention {
    width: 100%;
    padding: 20px;
  }
  .section--detail.page--entry .block--contents .block--attention .tit {
    font-size: 14px;
  }
  .section--detail.page--entry .block--contents .block--attention .txt {
    font-size: 12px;
  }
  .section--detail.page--entry .block--contents .block-tit {
    line-height: 1.4;
  }
  .section--detail.page--entry .block--contents .block-tit .br {
    display: block;
  }
  .section--detail.page--entry .block--contents .list--contents::before {
    right: -16vw;
    bottom: 4vw;
    width: 50vw;
    height: 19vw;
    transition-delay: 1.6s;
  }
  .section--detail.page--entry .block--contents .list--contents li {
    width: 100%;
    margin: 0 0 25px;
    border-radius: 6vw 0 6vw 0;
    padding: 30px 7.5%;
  }
  .section--detail.page--entry .block--contents .list--contents li .tit {
    font-size: 18px;
  }
  .section--detail.page--entry .block--contents .list--contents li .tit::before {
    width: 16px;
  }
  .section--detail.page--entry .block--contents .list--contents li .tit.jp {
    font-size: 15px;
  }
  .section--detail.page--entry .block--contents .list--contents li .txt {
    font-size: 13px;
    padding-top: 0;
  }
  .section--detail.page--entry .block--contents .list--contents li figure {
    width: 70%;
    margin: 20px auto 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .section--detail.page--entry .block--contents .list--contents li.free::before {
    width: 10vw;
    height: 10vw;
    right: -3vw;
    top: -5vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--detail.page--entry .block--table table th {
    text-align: left !important;
  }
  .section--detail.page--entry .block--table table th .sub {
    font-size: 10px;
    zoom: 0.8;
  }
  .section--detail.page--entry .block--table td, .section--detail.page--entry .block--table th, .section--detail.page--entry .block--table .label th {
    font-size: 12px !important;
  }
  .section--detail.page--entry .block--table .label td span {
    font-size: 10px;
  }
  .section--detail.page--entry .block--table .txt--personal {
    text-align: left;
  }
  .section--detail.page--entry .block--table .block--attention {
    width: 100%;
  }
  .section--detail.page--entry .block--entry .price {
    font-size: 15px;
  }
  .section--detail.page--entry .block--btn .btn--main {
    min-width: 100%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .section--detail.page--entry .block--btn .btn--main {
    min-width: 70%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--detail.page--entry .block--btn .txt--sub {
    text-align: left;
  }
  .section--detail.page--entry .block--about::before {
    right: -16vw;
    bottom: -5vw;
    width: 50vw;
    height: 19vw;
    transition-delay: 0.6s;
  }
  .section--detail.page--entry .block--about .block-tit {
    font-size: 17px;
    text-align: left;
    margin-bottom: 20px;
  }
  .section--detail.page--entry .block--about .txt > p {
    margin-bottom: 15px;
  }
  .section--detail.page--entry .txt--sub {
    line-height: 1.6;
  }
  .page--diagnosis .block--title {
    width: 80%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--diagnosis .block--title {
    width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--diagnosis .block--txt {
    font-size: 13px;
  }
  .page--diagnosis .block--txt .txt {
    padding-top: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--diagnosis .block--txt .txt {
    width: 60%;
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--diagnosis .block--txt::after {
    content: none;
  }
  .page--diagnosis .block--txt::before {
    width: 100vw;
    height: 57vw;
    left: -43vw;
    top: 237vw;
    z-index: -1;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--diagnosis .block--txt::before {
    width: 70vw;
    height: 57vw;
    left: -43vw;
    top: 87vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--diagnosis .block--diagnosis::after {
    content: "";
    display: block;
    background: url(/static/ligareaz/fanclub/feature/diagnosis/cloud_diagnosis_2.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    filter: drop-shadow(20px 20px 50px rgba(0, 134, 205, 0.5));
    width: 90vw;
    height: 50vw;
    right: -43vw;
    top: inherit;
    bottom: 192vw;
    z-index: -1;
    animation: cloud 30s ease-out infinite;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--diagnosis .block--diagnosis::after {
    width: 80vw;
    height: 40vw;
    right: -43vw;
    bottom: 124vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--diagnosis .block--diagnosis .list--profile li .ph {
    box-shadow: 10px 10px 30px rgba(0, 134, 205, 0.2);
  }
  .page--diagnosis .cloud {
    filter: drop-shadow(10px 10px 40px rgba(0, 134, 205, 0.5));
  }
  .page--diagnosis .cloud.cloud01 {
    top: -46vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--diagnosis .cloud.cloud01 {
    top: -34vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--diagnosis .cloud.cloud02 {
    top: -49vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--diagnosis .cloud.cloud02 {
    top: -41vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--diagnosis .cloud.cloud03 {
    top: -44vw;
    width: 100vw;
    right: -40vw;
  }
  .page--diagnosis .cloud.cloud04 {
    left: -33vw;
    width: 70vw;
    height: 60vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--diagnosis .cloud.cloud04 {
    left: -17vw;
    width: 68vw;
    bottom: -55vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--diagnosis .cloud.cloud05 {
    width: 120vw;
    height: 60vw;
    bottom: -50vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--diagnosis .cloud.cloud05 {
    width: 92vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--diagnosis .section--list {
    padding: 0 6%;
  }
  .page--diagnosis .section--list .block--select {
    margin-top: 3em;
  }
  .page--diagnosis .section--list .block--select .list--form dt {
    font-size: 1.1rem;
  }
  .page--diagnosis .section--list .block--select .list--form .list--questions li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .page--diagnosis .section--detail.result .block--ph {
    margin: 0 auto;
    width: 80%;
  }
  .page--diagnosis .section--detail.result .rate {
    width: 40%;
    padding-top: 34%;
  }
  .page--diagnosis .section--detail.result .rate::before {
    width: 110%;
    height: 110%;
    top: 0;
    right: 0;
  }
  .page--diagnosis .section--detail.result .rate .numb {
    font-size: 8vw;
  }
  .page--diagnosis .section--detail.result .odometer-digit:last-of-type::after {
    font-size: 4vw;
    bottom: 24%;
  }
  .page--diagnosis .section--detail.result::after {
    width: 60vw;
    height: 32vw;
    right: -49vw;
    top: 19vw;
    filter: drop-shadow(10px 10px 30px rgba(197, 233, 255, 0.4));
  }
  .page--diagnosis .section--detail.result::before {
    width: 53vw;
    height: 20vw;
    left: -15vw;
    top: 81vw;
    z-index: 2;
    filter: drop-shadow(10px 10px 30px rgba(197, 233, 255, 0.4));
  }
  .page--diagnosis .section--detail.result .block--special_contents {
    margin-top: 30px;
  }
  .page--diagnosis .section--detail .block--share_diagnosis .tit {
    font-size: 18px;
  }
  .page--diagnosis .section--detail .block--share_diagnosis .list--share {
    width: 60%;
  }
  .page--diagnosis .section--detail .block--share_diagnosis .list--share li a {
    width: 15vw;
    height: 15vw;
  }
  .page--diagnosis.error .wrap::before {
    left: -33vw;
    width: 70vw;
    height: 60vw;
    bottom: -22vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--diagnosis.error .wrap::before {
    left: -26vw;
    width: 68vw;
    bottom: -23vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--diagnosis.error .wrap::after {
    width: 120vw;
    height: 60vw;
    bottom: -20vw;
    right: -54vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--diagnosis.error .wrap::after {
    width: 92vw;
    bottom: -21vw;
    right: -44vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--download .block--download {
    margin-bottom: 40px;
  }
  .page--download .block--download .block-tit {
    font-size: 16px;
    margin: 1em auto;
  }
  .page--download .block--download .list--image .image {
    width: 49%;
    margin-right: 1%;
    margin-bottom: 10px;
  }
  .page--download .block--download .list--image .image:last-child {
    margin-right: 0;
  }
  .page--download .block--download .list--image .image_large {
    margin-bottom: 10px;
  }
  .section--detail.page--support .section-tit {
    font-size: 20px;
  }
  .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: 768px) and (max-width: 960px) {
  body {
    font-size: 16px;
  }
  .wrap {
    padding-top: 180px;
  }
  .btn--sub {
    padding: 0;
  }
  .block--pager {
    font-size: 15px;
  }
  .block--pager li {
    margin: 0 15px;
  }
  .drawer__btn {
    top: 40px;
  }
  .header--bg {
    height: 120px;
  }
  .drawer .nav--sns li a i {
    font-size: 2.5vw;
  }
  .drawer-visible .drawer {
    opacity: 1;
    z-index: 50;
    pointer-events: all;
  }
  .section--detail {
    padding: 0 6%;
  }
  .logo {
    width: 40vw;
    height: 6vw;
    top: 40px;
  }
  .logo svg {
    width: 40vw;
    height: 6vw;
  }
  .page--home .section--top {
    padding-top: 23vh;
  }
  .section--favorite {
    margin-top: -92vw;
  }
  .section--favorite .block--favorite {
    width: 100%;
  }
  .section--favorite .block--favorite::before {
    width: 11vw;
    height: 11vw;
    left: 57vw;
  }
  .section--favorite .block--favorite .svg__path {
    top: -13vw;
  }
  .section--favorite .block--favorite .detail {
    width: 37vw;
    height: 37vw;
  }
  .section--favorite .block--favorite .detail .item__tit {
    font-size: 14px;
  }
  .section--favorite .block--favorite .detail .item__name {
    font-size: 3.5vw;
  }
  .section--favorite .block--favorite .detail .item__name .rubi {
    zoom: 1;
    opacity: 0.5;
  }
  .page--info .section--list {
    padding: 0 6%;
  }
  .page--info .section--detail .section-tit {
    height: 3.6vw;
    margin-bottom: 2.5em;
  }
  .page--info .section--detail .date {
    font-size: 1.8vw;
  }
  .page--info .section--detail .tit {
    font-size: 3.5vw;
  }
  .page--info .section--detail .txt--basic {
    font-size: 16px;
  }
  .page--schedule .block--month {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .page--schedule .block--month .month-pager li {
    display: inline-block;
  }
  .page--schedule .block--month .month-pager li:first-child {
    margin-right: 15px;
  }
  .page--schedule .list--schedule li {
    padding: 0 1vw 10px 16vw;
  }
  .list--profile li {
    width: 32%;
    margin-right: 2%;
  }
  .list--profile li:nth-child(2n) {
    margin-right: 2%;
  }
  .list--profile li:nth-child(3n) {
    margin-right: 0;
  }
  .page--disco .list--disco {
    display: flex;
    flex-wrap: wrap;
  }
  .page--disco .list--disco li {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 60px;
  }
  .page--disco .list--disco li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--disco .block--jacket .header--disco {
    width: 82vh;
    height: 82vh;
  }
}