@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;
  position: relative;
}

*, *::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 {
  padding: 0;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

html, body {
  height: 100%;
}

body {
  background: #ffffff;
  color: #2C2C2C;
  word-wrap: break-word;
}
@media screen and (min-width: 961px) {
  body {
    font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}

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

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

span.br {
  display: inline-block;
}

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

::-moz-selection {
  background: rgba(44, 44, 44, 0.2);
}

::selection {
  background: rgba(44, 44, 44, 0.2);
}

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

.svg-symbol,
.xdebug-var-dump {
  display: none !important;
}

.block--pager {
  text-align: center;
  margin: 4vw auto 6vw;
  padding: 0;
  position: relative;
  top: 20px;
  height: 60px;
}
.block--pager li {
  display: inline-block;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  padding: 0.6em 0;
  margin: 0 5px;
  vertical-align: middle;
  position: relative;
  line-height: 1;
}
.block--pager a {
  color: #2C2C2C;
  display: block;
  position: relative;
  text-decoration: none;
  padding: 0 0.3em;
}
.block--pager .pager__item--number {
  text-align: center;
  color: #fff;
}
.block--pager .pager__item--newer {
  width: 40px;
  height: 40px;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
}
.block--pager .pager__item--newer a, .block--pager .pager__item--newer span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  position: relative;
}
.block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
  content: "";
  display: block;
  position: absolute;
}
.block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
  width: 9px;
  height: 9px;
  border-top: 1px solid #2C2C2C;
  border-right: 1px solid #2C2C2C;
  transform: rotate(-135deg);
  top: 16px;
  right: 16px;
}
.block--pager .pager__item--newer span {
  opacity: 0.2;
}
.block--pager .pager__item--older {
  width: 40px;
  height: 40px;
  padding: 0;
  position: relative;
  top: 0;
  right: 0;
}
.block--pager .pager__item--older a, .block--pager .pager__item--older span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  position: relative;
}
.block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
  content: "";
  display: block;
  position: absolute;
}
.block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
  width: 9px;
  height: 9px;
  border-top: 1px solid #2C2C2C;
  border-right: 1px solid #2C2C2C;
  transform: rotate(45deg);
  top: 16px;
  right: 16px;
}
.block--pager .pager__item--older span {
  opacity: 0.2;
}
.block--pager .pager__item--newer,
.block--pager .pager__item--older {
  z-index: 2;
}
.block--pager .pager__item--newer::before,
.block--pager .pager__item--older::before {
  display: none !important;
}
.block--pager .pager__item--current {
  position: relative;
  padding: 0.6em 0.3em;
}
.block--pager .pager__item--current a {
  opacity: 1;
}
.block--pager .pager__list-parent {
  font-family: "Urbanist", sans-serif;
  font-weight: 300;
  letter-spacing: 0.04em;
  font-size: 16px;
}
.block--pager .pager__item--other a {
  opacity: 0.2;
}

.page--free .block--pager .pager__item--older a::after,
.page--free .block--pager .pager__item--older span::after,
.page--free .block--pager .pager__item--newer a::after,
.page--free .block--pager .pager__item--newer span::after {
  border-top: 1px solid #2C2C2C;
  border-right: 1px solid #2C2C2C;
}

.txt--basic {
  margin: 0 0 1em;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic Pro";
}

.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 {
  position: relative;
  line-height: 0;
}
.ph img, .thumb img {
  width: 100%;
}
.ph::after, .thumb::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(/static/common/global-image/dummy.gif);
  background-size: cover;
  top: 0;
  left: 0;
}
.ph .dummy, .thumb .dummy {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ph.img_copyright:before {
  position: absolute;
  bottom: 20px;
  right: 15px;
  content: "LEO IEIRI FC";
  font-size: 18px;
  color: #a1a1a1;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  mix-blend-mode: difference;
}

.thumb.login.img_copyright:before {
  position: absolute;
  bottom: 11px;
  right: 6px;
  content: "LEO IEIRI FC";
  font-size: 1.4rem;
  color: #a7a7a7;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  mix-blend-mode: difference;
}

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

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

.block--player .vjs-big-play-centered .vjs-big-play-button {
  transform: translate(-50%, -50%);
  margin-top: unset;
  margin-left: unset;
}
.block--player .video-js .vjs-big-play-button {
  height: 3em;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
}
.block--player .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-size: 2em;
  position: absolute;
  top: 24%;
  transition: transform 0.3s, top 0.3s;
}

.area--movie .video-js.vjs-fullscreen {
  z-index: 10000;
}

.block--player .vjs-playing.vjs-fullscreen .video-js {
  height: 100vh !important;
}

/* delighter */
.delighter {
  opacity: 0;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.delighter.started {
  opacity: 1;
}

.thumb.nonlogin.members:before {
  content: "MEMBERSHIP ONLY";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: unset;
  color: #8E589D;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  z-index: 10;
  mix-blend-mode: multiply;
  text-align: center;
}
.thumb.nonlogin.members:after {
  background-color: rgba(225, 192, 234, 0.2);
}
.thumb.nonlogin.members > img {
  position: relative;
  opacity: 0.2;
  filter: blur(20px);
}

.header--img {
  max-width: inherit !important;
}

.link-cs {
  pointer-events: none;
  border: 1px solid #7a7a7a !important;
  color: #7a7a7a !important;
}

.little-em {
  font-size: 120%;
  font-weight: 700;
}

.decoration-line {
  position: relative;
  padding: 0.3em;
}
.decoration-line:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10%;
  background: repeating-linear-gradient(-45deg, #E1C0EA, #E1C0EA 2px, transparent 2px, transparent 4px);
  z-index: -1;
}

.slide .thumb {
  position: relative;
  overflow: hidden;
}
.slide .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper {
  overflow: visible;
}

.swiper-container {
  position: relative;
  width: 100%;
  overflow: visible;
}

.swiper-controller {
  position: relative;
  bottom: 4px;
}

.swiper-pagination {
  display: flex;
  justify-content: center;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  vertical-align: top;
  cursor: pointer;
  transition: all 0.3s 0s ease;
  background-color: #2C2C2C;
  border-radius: 0;
  opacity: 0.1;
  border-radius: 3em;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-button-wrapper {
  position: relative;
}
.swiper-button-wrapper .swiper-button-prev, .swiper-button-wrapper .swiper-button-next {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.swiper-button-wrapper .swiper-button-prev {
  left: unset;
  transform: scale(-1, 1);
}
.swiper-button-wrapper .swiper-button-next {
  right: unset;
}

.slick-dots {
  text-align: left;
}
.slick-dots li {
  width: 30px;
  height: 5px;
  margin: 0 10px 0 0;
  padding: 0;
}
.slick-dots li button {
  width: auto;
  height: auto;
  padding: 0;
}
.slick-dots li button:before {
  content: "";
  height: 100%;
  width: 100%;
  background: #b2b2b2;
  opacity: 1;
}
.slick-dots .slick-active button:before {
  background: #E1C0EA;
}

.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 48%;
  display: block;
  width: 70px;
  height: 70px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
  z-index: 10;
  display: inline-block;
  opacity: 0;
  transition: opacity 0.5s;
}
.slick-next::after,
.slick-prev::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #ffffff;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  vertical-align: middle;
  right: 0;
}
.slick-next:before,
.slick-prev:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: #fff;
  opacity: 0.4;
  transition: opacity 0.5s;
}
.slick-next:after,
.slick-prev:after {
  position: absolute;
  top: 26px;
}
.slick-next.slick-disabled,
.slick-prev.slick-disabled {
  pointer-events: none;
}
.slick-next.slick-disabled::before, .slick-next.slick-disabled::after,
.slick-prev.slick-disabled::before,
.slick-prev.slick-disabled::after {
  opacity: 0;
}

.slick-next {
  right: -10vw;
}
.slick-next:after {
  left: 21px;
}

.slick-prev {
  left: -6vw;
}
.slick-prev:after {
  transform: rotate(45deg);
  right: 21px;
}

.form--post dt {
  margin: 3em 0 1em;
}
.form--post dt:first-of-type {
  margin-top: 0;
}
.form--post dd {
  margin: 0 0 1em;
}
.form--post dd:last-of-type {
  margin-bottom: 0;
}

.block--error {
  color: #f00;
  padding: 8px 15px;
  border: 1px solid #ff3939;
}

/* placeholder */

::-moz-placeholder {
  color: #979ea3;
  opacity: 1;
}

::placeholder {
  color: #979ea3;
}

/* 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: transparent;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #848181;
  border-radius: 0.3em;
  padding: 0.5em 1em;
  border-radius: 0;
}
@media screen and (min-width: 961px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  button {
    font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@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: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
button:focus {
  border-color: #979ea3;
}
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[type=text] ::-moz-placeholder, input[type=tel] ::-moz-placeholder, input[type=email] ::-moz-placeholder, input[type=password] ::-moz-placeholder, input[type=number] ::-moz-placeholder, button ::-moz-placeholder {
  color: #979ea3;
}
input[type=text] ::placeholder,
input[type=tel] ::placeholder,
input[type=email] ::placeholder,
input[type=password] ::placeholder,
input[type=number] ::placeholder,
button ::placeholder {
  color: #979ea3;
}

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: transparent;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #848181;
  border-radius: 0.3em;
  padding: 0.5em 1em;
  border: 1px solid #888;
  resize: none;
  min-height: 20em;
  border-radius: 0;
}
@media screen and (min-width: 961px) {
  textarea {
    font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  textarea {
    font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
textarea:focus {
  border-color: #979ea3;
}
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;
}
textarea ::-moz-placeholder {
  color: #979ea3;
}
textarea ::placeholder {
  color: #979ea3;
}

/* select */
.form__select {
  display: inline-block;
  position: relative;
}
.form__select::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px 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: transparent;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #848181;
  border-radius: 0.3em;
  padding: 0.5em 1em;
  padding-right: 2.3em;
  border-radius: 0;
  border: 1px solid #888;
  color: #2C2C2C;
}
@media screen and (min-width: 961px) {
  .form__select select {
    font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select select {
    font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
.form__select select:focus {
  border-color: #979ea3;
}
.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 select ::-moz-placeholder {
  color: #979ea3;
}
.form__select select ::placeholder {
  color: #979ea3;
}
.form__select::after {
  position: absolute;
  right: 1.3em;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  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: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__checkbox label p {
    font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
.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 #fff;
  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: #8482b7;
  border-color: #8482b7;
}
.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: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__radio label p {
    font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
.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: #8482b7;
  border-width: 4px;
}

/* 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: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__toggle label p {
    font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
.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 #8482b7;
}
.form__toggle label p::before {
  width: 50px;
  border-radius: 15px;
  top: 50%;
  right: 0;
}
.form__toggle label p::after {
  width: 30px;
  background: #2C2C2C;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 50%;
  right: 20px;
}
.form__toggle :checked ~ p::before {
  background: white;
  border-color: #8482b7;
}
.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: 1px solid rgba(44, 44, 44, 0.2);
  padding: 24px;
  margin-bottom: 40px;
}
.form--confirm dt {
  opacity: 0.5;
  margin-bottom: 0.5em;
}
.form--confirm dd {
  margin: 0 0 3em;
}
.form--confirm dd:last-of-type {
  margin-bottom: 0;
}

.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: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic Pro";
}

.btn--main {
  color: #ffffff;
  background-color: #8482b7;
  border: 1px solid #8482b7;
  height: inherit !important;
  line-height: inherit !important;
  padding: 16px;
  margin: 1em 0;
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .btn--main {
    min-width: 50%;
    height: 60px;
    line-height: 60px;
  }
}

.btn--sub {
  color: #8482b7;
  background-color: unset;
  border: 1px solid #8482b7;
  height: inherit !important;
  line-height: inherit !important;
  padding: 16px;
  margin: 1em 0;
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .btn--sub {
    min-width: 50%;
    height: 60px;
    line-height: 60px;
  }
}

.list__more a,
.detail__btn a {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  transition: all 0.3s 0s ease;
}
.list__more a::before,
.detail__btn a::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 50%;
  background-color: #2C2C2C;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotateY(0);
}

.detail__btn a {
  font-size: 1.4rem;
}

.list__more {
  padding-top: 4px;
}
.list__more a {
  font-size: 1.2rem;
}

#btn--area--fc span {
  display: block;
  position: relative;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: min(5vw, 2rem);
  line-height: 1.2;
  color: #8E589D;
  text-align: left;
  padding-left: 50px;
}
#btn--area--fc a {
  position: relative;
  display: inline-flex;
}
#btn--area--fc a::before, #btn--area--fc a::after {
  content: "";
  position: absolute;
  top: 50%;
}
#btn--area--fc a::before {
  width: 40px;
  height: 40px;
  left: 0;
  transform: translateY(-50%);
  background-color: #E1C0EA;
  border-radius: 50%;
}
#btn--area--fc a::after {
  width: 5px;
  height: 30px;
  top: 22px;
  left: 15px;
  border-bottom: 1px solid #8E589D;
  border-right: 1px solid #8E589D;
  transform: translateY(-50%) skew(45deg) rotate(45deg);
}

#btn--top {
  position: absolute;
  right: 0;
  bottom: 56px;
  z-index: 1000;
}
#btn--top a {
  position: relative;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-align: center;
  transition: all 0.3s 0s ease;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  #btn--top a {
    display: none;
  }
}
#btn--top a::before, #btn--top a::after {
  content: "";
  position: absolute;
  background: #2C2C2C;
  width: 1px;
  bottom: 50%;
  right: 50%;
}
#btn--top a::before {
  top: -45px;
  bottom: unset;
  height: 16px;
  transform: translateX(-50%) rotate(-40deg);
  transform-origin: top;
}
#btn--top a::after {
  height: 36px;
  transform: translate(-50%, -50%);
}
#btn--top a:hover {
  transform: translateY(-24px);
  opacity: 0.5;
}

body:not(.page--home) #btn--top a {
  display: none;
}

.date,
.category,
.list--category li a,
.commingsoon {
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
  font-size: 1.4rem;
}

.date {
  margin-bottom: 6px;
}

.category, .list--category li a {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: 1.1rem;
  line-height: 1;
  color: #2C2C2C;
  border: 1px solid #2C2C2C;
  border-radius: 9999px;
}

.wrap--date {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 6px;
}
.wrap--date .date {
  margin-bottom: 0;
}
.wrap--date .date:last-of-type:after {
  content: none;
}

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

.no-data {
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic Pro";
}

.tit {
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic Pro";
  font-weight: 500;
  line-height: 1.6;
  word-break: break-word;
}

.article-txt {
  opacity: 0.6;
  line-height: 1.6;
}

.tit-fc {
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

[class^=list--] li.new a .tit:after,
.section--detail.new .tit:after {
  content: "NEW";
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  display: inline-block;
  position: relative;
  color: #8E589D;
  margin-left: 6px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  [class^=list--] li.new a .tit:after,
  .section--detail.new .tit:after {
    margin-left: 4px;
  }
}

.list--information li a {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
}

.list--schedule .wrap--date {
  margin-bottom: 8px;
}

.block--schedule__date {
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
  display: flex;
  justify-content: flex-start;
}
.block--schedule__date .end_time {
  position: relative;
}
.block--schedule__date .end_time::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 10px;
  height: 1px;
  background-color: #2C2C2C;
  margin: 2px 8px 5px;
  vertical-align: middle;
}

.list--contents {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 1;
}
.list--contents li a {
  display: block;
}
.list--contents li .thumb {
  border: 1px solid #E5E5E5;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.list--contents li .thumb .blur {
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  z-index: -1;
}
.list--contents li .thumb .blur img {
  filter: blur(20px);
  background-size: cover;
  opacity: 0.5;
}
.list--contents li .thumb img {
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: contain;
}
.list--contents .article-txt {
  margin-top: 4px;
}
.list--contents .wrap--date .date:after {
  content: none;
}
.list--contents .no-data {
  font-family: "Urbanist", sans-serif;
  font-weight: 300;
  letter-spacing: 0.04em;
}

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

.page--free .block--category .current a {
  background: #ffffff;
  color: #2C2C2C;
}

.list--error li {
  color: #ff3939;
  font-weight: bold;
  margin: 0 0 0.3em;
  line-height: 1.8;
}
.list--category {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
}
.list--category li {
  width: -moz-fit-content;
  width: fit-content;
}
.list--category li:not(.current) a {
  opacity: 0.4;
}

/* DEFINITION LIST */
.chart-style {
  margin: 0 0 20px;
  border: 1px solid #2C2C2C;
  border-bottom: none;
}
.chart-style dt,
.chart-style dd {
  padding: 0.7em 1.3em;
  border-bottom: 1px solid #2C2C2C;
}
.chart-style dt > .list-caution,
.chart-style dd > .list-caution {
  margin: 10px 0;
}
.chart-style dt {
  color: #ffffff;
  background-color: #2C2C2C;
}
.chart-style .chart-list li {
  margin-bottom: 3px;
  padding-left: 1em;
  text-indent: -1em;
}
.chart-style .chart-list li:before {
  content: "※";
  margin-right: 4px;
}
.chart-style a {
  text-decoration: underline;
}

.page--free .chart-style,
.page--discography .chart-style {
  border: 1px solid #ffffff;
}
.page--free .chart-style dt,
.page--free .chart-style dd,
.page--discography .chart-style dt,
.page--discography .chart-style dd {
  border-bottom: 1px solid #ffffff;
}
.page--free .chart-style dt,
.page--discography .chart-style dt {
  color: #2C2C2C;
  background-color: #ffffff;
}
.page--free .chart-style dd:last-of-type,
.page--discography .chart-style dd:last-of-type {
  border-bottom: none;
}

.list-caution li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-size: 90%;
  margin-bottom: 10px;
}

.no-data {
  float: none;
  text-align: left;
  width: 100%;
  color: #2C2C2C;
  border: none !important;
}
.no-data .block--nodata {
  width: min(60%, 300px);
  margin: 2em auto 0;
}
.no-data .block--nodata img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

header {
  position: relative;
  z-index: 10000;
}
header h1 {
  max-width: 500px;
  z-index: 10;
  font-size: 0;
}
header h1 a {
  display: inline-block;
}
header h1 img {
  width: 100%;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
header .inner [class^=list--nav__] {
  display: flex;
}
header .inner [class^=list--nav__] li {
  position: relative;
}
header .inner .g-nav {
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
}
header .inner .nav__item--mypage a,
header .inner .nav__item--join a,
header .inner .nav__item--login a {
  position: relative;
}
header .inner .nav__item--mypage a::before,
header .inner .nav__item--join a::before,
header .inner .nav__item--login a::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #2C2C2C;
  border-radius: 50%;
  top: 50%;
  left: 0em;
  transform: translateY(-50%);
}

.drawer__btn {
  position: fixed;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  z-index: 10001;
  width: 40px;
  height: 40px;
  border: 1px solid #2C2C2C;
  border-radius: 50%;
  top: 16px;
  right: 16px;
  row-gap: 4px;
}
.drawer__btn span {
  transform-origin: center;
  display: block;
  width: 4px;
  height: 4px;
  background-color: #2C2C2C;
  border-radius: 50%;
}
.drawer-visible .drawer__btn span:nth-of-type(1) {
  animation: drawerBtn_first 1s forwards;
  margin-bottom: -7px;
}
.drawer-visible .drawer__btn span:nth-of-type(2) {
  animation: drawerBtn_second 0.5s forwards;
}
.drawer-visible .drawer__btn span:nth-of-type(3) {
  animation: drawerBtn_third 1s forwards;
  margin-top: -6px;
}

@keyframes drawerBtn_first {
  51% {
    width: 0;
    height: 1px;
    transform: rotate(45deg);
  }
  100% {
    border-radius: 0;
    width: 24px;
    height: 1px;
    transform: rotate(45deg);
  }
}
@keyframes drawerBtn_second {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes drawerBtn_third {
  51% {
    width: 0;
    height: 1px;
    transform: rotate(-45deg);
  }
  100% {
    border-radius: 0;
    width: 24px;
    height: 1px;
    transform: rotate(-45deg);
  }
}
.list--nav__sns li {
  position: relative;
}
.list--nav__sns .nav--sns__twitter::before {
  content: "STAFF";
}
.list--nav__sns .nav--sns__twitter_fc::before {
  content: "FC";
}
.list--nav__sns .nav--sns__twitter:before,
.list--nav__sns .nav--sns__twitter_fc:before {
  position: absolute;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  left: 50%;
  transform: translateX(-50%);
}
.list--nav__sns .nav--sns__twitter:before,
.list--nav__sns .nav--sns__twitter_fc:before {
  content: none;
}

body:not(.page--home) .wrap > .block--nav__sns {
  display: none;
}

.wrap > .block--nav__sns {
  position: fixed;
  top: 80px;
  right: 27px;
  z-index: 9999;
  transition: opacity 0.3s 0s ease;
}
.wrap > .block--nav__sns .list--nav__sns {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 16px;
}
.wrap > .block--nav__sns .list--nav__sns li {
  font-size: 1.4rem;
}

body:not(.page--home) footer {
  position: sticky;
  top: 100vh;
}

footer .list--support, footer .list--link {
  display: none;
}
footer .nav--support li a {
  letter-spacing: 0.04em;
}
footer .list--link {
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
}
footer .copyright {
  font-weight: 300;
  letter-spacing: 0.04em;
  opacity: 0.6;
}

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

.section-tit {
  font-family: "Urbanist", sans-serif;
  font-weight: 100;
  letter-spacing: 0.04em;
  color: #2C2C2C;
  font-size: 40px;
  line-height: 1;
}

.section--detail, .section--list {
  border-top: 1px solid #2C2C2C;
}
.section--detail .category, .section--detail .list--category li a, .list--category li .section--detail a, .section--list .category, .section--list .list--category li a, .list--category li .section--list a {
  font-size: 1rem;
}

.section--list .list--contents li a .thumb {
  z-index: 0;
}

.section--detail > .block--tit .tit {
  letter-spacing: 0.04em;
  font-weight: 600;
  margin-bottom: 0;
}
.section--detail > .txt * {
  white-space: normal !important;
  word-break: break-word;
}
.section--detail .txt {
  line-height: 1.8;
}
.section--detail .txt .ph {
  margin: 1em 0;
}
.section--detail .tit {
  font-size: 2rem;
  margin-bottom: 16px;
}
.section--detail .date,
.section--detail .category,
.section--detail .list--category li a,
.list--category li .section--detail a {
  display: inline-block;
}
.section--detail .block--share {
  text-align: right;
}
.section--detail .block--share li {
  display: inline-block;
  margin-right: 10px;
  line-height: 1;
}
.section--detail .block--share li i {
  font-size: 1.6rem;
}
.section--detail .block--share li:last-child {
  margin-right: 0;
}
.section--detail .block--share li.share {
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: 1.1rem;
  margin-right: 16px;
  vertical-align: middle;
}

.articleTitle,
.articleTitle_2 {
  display: block;
  font-weight: 700;
  color: #2C2C2C;
  border-left: 3px solid #2C2C2C;
  margin-bottom: 8px;
}

.page--home .wrap .section-tit {
  color: #2C2C2C;
}

.about-rights {
  font-size: 82%;
  margin-top: 40px;
  line-height: 1.8;
}
.about-rights dt, .about-rights dd {
  padding: 0 0 0.3em;
}
.about-rights dd {
  font-weight: 300;
}
.about-rights a {
  text-decoration: underline;
}

.red {
  color: #ff3939;
}

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

.category-tit {
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.comment--area {
  margin: 0 auto;
}

.page--home {
  /* area-- */
  /* section--top */
  /* area--of */
  /* area--fc */
}
.page--home [id^=area--] {
  position: relative;
}
.page--home [id^=area--] > [class^=section--]:last-child {
  margin-bottom: 0;
}
.page--home .duration {
  color: #2C2C2C;
  font-size: 12px;
}
.page--home .content-main {
  overflow: hidden;
}
.page--home .scroll {
  position: absolute;
  left: 3.585vw;
  bottom: 20vh;
  transition: opacity 0.3s 0s ease;
}
.page--home .scroll::after {
  content: "";
  position: absolute;
  padding-top: 8px;
  width: 1px;
  height: 18vh;
  background-color: #848181;
  bottom: -20vh;
  left: 50%;
  transform: translateX(-50%);
}
.page--home .scroll span {
  position: relative;
  display: inline-block;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #848181;
  writing-mode: vertical-rl;
  font-size: 1.3rem;
}
.page--home .scroll span::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 50%;
  background-color: #848181;
  top: -0.8em;
  left: 50%;
  transform: translateX(-50%);
}
.page--home .birthday-message {
  position: fixed;
  color: #8E589D;
  z-index: 100;
  transition: opacity 0.3s 0s ease;
}
.page--home .birthday-message a {
  font-weight: bold;
  display: block;
  border: 2px solid #8E589D;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 24px;
  border-radius: 10px;
}
.page--home .birthday-message a i {
  margin-right: 8px;
}
.page--home .birthday-message a::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid rgba(142, 88, 157, 0.8);
  border-top: none;
  border-right: none;
  transition: 0.3s;
  vertical-align: middle;
  right: 24px;
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
}
.page--home.scrolling .birthday-message {
  opacity: 0;
}
.page--home .updating-latest-contents {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(225, 192, 234, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: #2C2C2C;
  padding: 15px 20px;
  z-index: 20;
  transition: opacity 0.6s 1s;
}
.page--home .updating-latest-contents .wrap--date {
  margin-bottom: 0;
  gap: 12px;
}
.page--home .updating-latest-contents .wrap--date > p {
  font-size: 1.3rem;
}
.page--home .updating-latest-contents .wrap--date > p:first-of-type:after {
  content: "更新！";
  margin-left: 2px;
  font-size: 12px;
}
.page--home .list--information li:last-child a {
  padding-bottom: 0 !important;
}
.page--home .list--information li:first-child a {
  padding-top: 0 !important;
}
.page--home .section--banner {
  position: relative;
}
.page--home .section--banner .swiper-area {
  position: relative;
  overflow: hidden;
}
.page--home .section--banner .list--bnr li figure {
  line-height: 0;
}
.page--home .section--banner .list--bnr li a {
  display: block;
}
.page--home .section--banner .list--bnr li img {
  width: 100%;
  border: 1px solid #E5E5E5;
  vertical-align: bottom;
}
.page--home .section--banner.no-carousel .swiper-button-wrapper {
  display: none;
}
@media screen and (min-width: 961px) {
  .page--home .section--banner .swiper-button-wrapper {
    width: calc(100% - 7.17vw);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: opacity 0.3s 0s ease;
    z-index: 10;
    pointer-events: none;
  }
  .page--home .section--banner .swiper-button-wrapper .swiper-button-prev,
  .page--home .section--banner .swiper-button-wrapper .swiper-button-next {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(132, 129, 129, 0.4);
    margin: unset;
    pointer-events: all;
  }
  .page--home .section--banner .swiper-button-wrapper .swiper-button-prev::after,
  .page--home .section--banner .swiper-button-wrapper .swiper-button-next::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 43%;
    display: block;
    margin: unset;
    width: 24px;
    height: 24px;
    border: 2px solid rgba(132, 129, 129, 0.7);
    border-top: none;
    border-right: none;
    transform: translate(-50%, -50%) rotate(-135deg);
  }
  .page--home .section--banner .swiper-container:hover .swiper-button-wrapper {
    opacity: 1;
  }
}
.page--home .section--pickup .list--pickup {
  color: #ff3939;
}
.page--home .section--pickup .list--pickup li a {
  position: relative;
  display: block;
  padding: 16px 48px 16px 16px;
  border-radius: 10px;
  background-color: rgba(255, 57, 57, 0.1);
}
.page--home .section--pickup .list--pickup li a::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid rgba(255, 57, 57, 0.8);
  border-top: none;
  border-right: none;
  transition: 0.3s;
  vertical-align: middle;
  right: 24px;
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
}
.page--home .section--pickup .list--pickup li .tit {
  font-weight: bold;
  position: relative;
}
.page--home .section--pickup .list--pickup li .txt {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: 4px;
}
.page--home .section--pickup .list--pickup li:not(:last-child) {
  margin-bottom: 8px;
}
.page--home .block--expire .tit {
  font-size: 20px;
}
.page--home .block--expire .btn--main {
  margin: 0;
}
.page--home .wrap--section-tit {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.page--home .wrap--section-tit .section-tit {
  position: relative;
}
.page--home .wrap--section-tit .section-tit span {
  display: inline-block;
}
.page--home #area--of .list--information li.no-data {
  text-align: center;
}
.page--home #area--of .section--disco .block--detail .date span {
  margin-left: 0.4em;
}
.page--home #area--of .section--disco .block--thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
  border: 1px solid #E5E5E5;
}
.page--home #area--of .section--disco .block--thumb img {
  background-size: contain;
  height: 100%;
  vertical-align: bottom;
}
.page--home #area--of .section--disco .block--thumb .blur {
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  z-index: -1;
  opacity: 0.5;
}
.page--home #area--of .section--disco .block--thumb .blur img {
  filter: blur(20px);
}
.page--home #area--of .section--movie .list--movie {
  display: grid;
}
.page--home #area--of .section--movie .list--movie li {
  height: -moz-fit-content;
  height: fit-content;
}
.page--home #area--of .section--movie .list--movie li a {
  display: block;
}
.page--home #area--of .section--movie .list--movie li .thumb {
  border: 1px solid #E5E5E5;
}
.page--home #area--fc {
  background-color: #E1C0EA;
}
.page--home #area--fc .block--area-header {
  display: flex;
}
.page--home #area--fc .block--area-header .list--nav__login {
  display: flex;
  justify-content: flex-start;
}
.page--home #area--fc .block--area-header .nav__item--mypage,
.page--home #area--fc .block--area-header .nav__item--join,
.page--home #area--fc .block--area-header .nav__item--login {
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.page--home #area--fc .block--area-header .nav__item--mypage a,
.page--home #area--fc .block--area-header .nav__item--join a,
.page--home #area--fc .block--area-header .nav__item--login a {
  position: relative;
}
.page--home #area--fc .block--area-header .nav__item--mypage a::before,
.page--home #area--fc .block--area-header .nav__item--join a::before,
.page--home #area--fc .block--area-header .nav__item--login a::before {
  position: absolute;
  content: "";
  background-color: #2C2C2C;
  border-radius: 50%;
  top: 50%;
  left: 0em;
  transform: translateY(-50%);
}
.page--home #area--fc .block--contents {
  position: relative;
}
.page--home #area--fc .block--contents .list--contents a {
  display: block;
  position: relative;
}
.page--home #area--fc .block--contents .block-tit {
  font-size: 20px;
  margin-left: auto;
  position: absolute;
  bottom: 24px;
  right: 30px;
  text-align: right;
}
.page--home #area--fc .block--contents .text-area {
  padding: 23px 30px 34px;
}
.page--home #area--fc .block--contents .text-area .tit {
  font-size: 20px;
  text-align: left;
  margin: 0 0 20px;
}
.page--home #area--fc .block--contents .text-area .date {
  font-size: 15px;
  line-height: 1;
  position: absolute;
  bottom: 24px;
  left: 30px;
}
.page--home #area--fc .block--contents .text-area .contents-tit {
  font-size: 14px;
  margin: 0 0 5px;
  opacity: 0.7;
}
.page--home #area--fc .block--contents .text-area .contents-tit img {
  height: 35px;
  margin-bottom: -8px;
}
.page--home #area--fc .block--contents .list--contents.no-data {
  background: #ffffff;
}
.page--home #area--fc .block--contents .list--contents.no-data .text-area {
  width: 90%;
  margin: 0 auto !important;
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 50%);
}
.page--home #area--fc .block--contents .list--contents.no-data .tit {
  text-align: center;
}
.page--home #area--fc .block--thumb {
  position: relative;
  z-index: 1;
}
.page--home #area--fc .block--thumb .thumb {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.page--home #area--fc .block--thumb .thumb .blur {
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  z-index: -1;
}
.page--home #area--fc .block--thumb .thumb .blur img {
  filter: blur(25px);
  background-size: cover;
  opacity: 0.5;
}
.page--home #area--fc .block--thumb .thumb img {
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: contain;
  vertical-align: bottom;
}
.page--home #area--fc .block--thumb .tit {
  margin-bottom: 10px;
}
.page--home #area--fc .block--thumb .wrap--date .date:after {
  content: none;
}
.page--home #area--fc .block--thumb .no-data {
  font-family: "Urbanist", sans-serif;
  font-weight: 300;
  letter-spacing: 0.04em;
}
.page--home footer {
  position: relative;
  background: #E1C0EA;
  margin-top: -1px;
  z-index: 1000;
}
.page--home footer .inner {
  position: relative;
  display: block;
  border-top: 1px solid #2C2C2C;
}
.page--home footer .list--support {
  display: block;
}
.page--home footer .list--link {
  display: flex;
  justify-content: flex-start;
}

.page--home:not(.already) header,
.page--home:not(.already) .drawer__btn,
.page--home:not(.already) .wrap > .block--nav__sns,
.page--home:not(.already) .content-main,
.page--home:not(.already) footer {
  opacity: 0;
  transition: opacity 1.5s 0.5s ease;
}
.page--home:not(.already) .section-tit span {
  opacity: 0;
  transform: rotateY(0deg);
}
.page--home:not(.already).loaded header,
.page--home:not(.already).loaded .drawer__btn,
.page--home:not(.already).loaded .wrap > .block--nav__sns,
.page--home:not(.already).loaded .content-main,
.page--home:not(.already).loaded footer {
  opacity: 1;
}
.page--home:not(.already).loaded .section-tit.delighter.started span {
  animation: characterRotation 0.3s forwards;
}
.page--home:not(.already).loaded .section-tit.delighter.started span:nth-of-type(1) {
  animation-delay: 0.2s;
}
.page--home:not(.already).loaded .section-tit.delighter.started span:nth-of-type(2) {
  animation-delay: 0.3s;
}
.page--home:not(.already).loaded .section-tit.delighter.started span:nth-of-type(3) {
  animation-delay: 0.4s;
}
.page--home:not(.already).loaded .section-tit.delighter.started span:nth-of-type(4) {
  animation-delay: 0.5s;
}
.page--home:not(.already).loaded .section-tit.delighter.started span:nth-of-type(5) {
  animation-delay: 0.6s;
}
.page--home:not(.already).loaded .section-tit.delighter.started span:nth-of-type(6) {
  animation-delay: 0.7s;
}
.page--home:not(.already).loaded .section-tit.delighter.started span:nth-of-type(7) {
  animation-delay: 0.8s;
}
.page--home:not(.already).loaded .section-tit.delighter.started span:nth-of-type(8) {
  animation-delay: 0.9s;
}
.page--home:not(.already).loaded .section-tit.delighter.started span:nth-of-type(9) {
  animation-delay: 1s;
}
.page--home:not(.already).loaded .section-tit.delighter.started span:nth-of-type(10) {
  animation-delay: 1.1s;
}
.page--home:not(.already).loaded .section-tit.delighter.started span:nth-of-type(11) {
  animation-delay: 1.2s;
}

.page--home.scrolling .updating-latest-contents {
  opacity: 0;
}
.page--home.scrolling.loaded .scroll {
  opacity: 0;
}
.page--home.scrolling .wrap > .block--nav__sns {
  opacity: 0 !important;
  pointer-events: none !important;
}

@keyframes characterRotation {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
    opacity: 1;
  }
}
.page--info .section--list .no-data {
  padding-top: 0;
}
.page--info .section--detail .txt .ph img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.page--info .section--detail .txt a {
  text-decoration: underline;
}
.page--info .section--detail .txt .btn a {
  text-decoration: none;
}
.page--info .section--detail .box {
  background: unset;
  color: #2C2C2C;
  border: 1px solid #2C2C2C;
  padding: 4%;
}
.page--info .section--detail .box.box-otherOne {
  background: #E1C0EA;
  border: none;
}
.page--info .section--detail .red {
  font-weight: 500;
  font-size: 110%;
}
.page--info .section--detail h3, .page--info .section--detail h4 {
  padding-bottom: 4px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(44, 44, 44, 0.1);
}
.page--info.category-3 .block--pulldown .form__select select, .page--info.category-8 .block--pulldown .form__select select {
  padding: 0.5em 3em 0.5em 1em;
  font-size: 1.2rem;
  border-color: #D6D6D6;
}
.page--info.category-3 .block--pulldown .form__select::after, .page--info.category-8 .block--pulldown .form__select::after {
  top: 45%;
}
.page--info.category-12 .txt, .page--info.category-14 .txt {
  border-bottom: none;
}

/*  page--discography
------------------------------ */
.page--discography .list--discography .thumb {
  width: 100%;
  margin: 0 auto 2em;
}
.page--discography .list--discography .no-data {
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic Pro";
}
.page--discography .section--detail .block--jacket .ph {
  width: 100%;
  margin: 0 auto 15px;
  line-height: 0;
}
.page--discography .section--detail .block--jacket .ph.one {
  margin-bottom: 0;
}
.page--discography .section--detail .block--disc-detail .wrap--date {
  border-bottom: 1px solid rgba(44, 44, 44, 0.1);
}
.page--discography .section--detail .block--disc-detail .icon.dl {
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 4px 7px;
  color: rgba(44, 44, 44, 0.7);
  background: rgba(44, 44, 44, 0.1);
  margin-left: 4px;
  margin-bottom: 2px;
  vertical-align: middle;
}
.page--discography .section--detail .block--disc-detail .link,
.page--discography .section--detail .block--disc-detail .txt {
  margin-bottom: 1em;
}
.page--discography .section--detail .block--disc-detail .text .btn {
  margin: 1em 0;
}
.page--discography .section--detail .block--disc-detail .sub-tit {
  font-size: 0.8em;
  margin-bottom: 0.5em;
}
.page--discography .section--detail .block--disc-detail .sub-tit::before {
  content: "";
  display: inline-block;
  background: #ffffff;
  height: 1px;
  width: 1em;
  margin-right: 0.5em;
  vertical-align: middle;
}
.page--discography .section--detail .block--disc-detail .list--distribution {
  margin-bottom: 10px;
}
.page--discography .section--detail .block--disc-detail .list--distribution::after {
  content: "";
  display: block;
  clear: both;
}
.page--discography .section--detail .block--disc-detail .list--distribution li {
  width: 49%;
  float: left;
  margin-bottom: 8px;
}
.page--discography .section--detail .block--disc-detail .list--distribution li:nth-child(even) {
  margin-left: 2%;
}
.page--discography .section--detail .block--disc-detail .list--distribution a {
  display: block;
  background: #ffffff;
  padding: 5px 0;
  border-radius: 50px;
  font-size: 0.8em;
  letter-spacing: 0.05em;
  text-align: center;
}
.page--discography .section--detail .block--disc-detail .list--distribution a img {
  width: 80%;
}

/*  page--biography
------------------------------ */
.page--feature .page--bio .section--detail .txt {
  padding-top: 0;
  margin-bottom: 2em;
}

.page--movie .section--list .leadBox,
.page--movie .section--detail .wrap--leadBox .leadBox {
  background: rgba(229, 229, 229, 0.5);
}
.page--movie .section--list .leadBox .btn--main,
.page--movie .section--detail .wrap--leadBox .leadBox .btn--main {
  background: #8482b7;
  color: #ffffff;
  border: unset;
  margin: 1em auto 0;
}
.page--movie .section--detail .txt--basic {
  font-size: 80%;
  line-height: 1.8;
}
.page--movie .section--detail textarea {
  min-height: 10em;
}
.page--movie .form--post dd {
  margin: 0;
}
.page--movie.new-movie .block--tab__main {
  display: flex;
  flex-direction: column;
  row-gap: 4em;
}
.page--movie.new-movie .block--comments {
  border-top: 1px solid rgba(44, 44, 44, 0.1);
  padding-top: 2em;
}
.page--movie.new-movie .about-rights {
  margin-top: 0;
  border-bottom: 1px solid rgba(44, 44, 44, 0.1);
  padding-bottom: 2em;
}

.page--blog .list--horizontal {
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic Pro";
}
.page--blog .list--horizontal li {
  border-bottom: 1px solid #D3D3D3;
}
.page--blog .list--horizontal li a {
  padding: 38px 0px;
}
.page--blog .section--detail .txt .ph img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.page--blog .section--detail .txt a {
  text-decoration: underline;
}
.page--blog .section--detail .txt a.btn--main, .page--blog .section--detail .txt a.btn--sub {
  text-decoration: none;
}
.page--blog .section--detail .txt a.btn--sub {
  color: #2C2C2C;
}
.page--blog .section--detail .txt .first-ph {
  display: none;
}
.page--blog .section--detail .wrap--date .date:after {
  content: none;
}
.page--blog .section--detail textarea {
  resize: none;
}
.page--blog .section--detail textarea:focus {
  border-color: rgba(151, 158, 163, 0.5);
}
.page--blog .section--detail .errorTxt {
  font-size: 90%;
  color: #ff3939;
}
.page--blog .section--detail .block--txt .block--form {
  padding-top: 2em;
  border-top: 1px solid rgba(44, 44, 44, 0.1);
}
.page--blog .section--detail .block--txt .block--form .tit {
  font-size: 1.4rem;
}
.page--blog .section--detail textarea {
  min-height: 10em;
}
.page--blog .section--detail .block--comment .list--comment li {
  margin-bottom: 10px;
  border-bottom: 1px solid #2C2C2C;
  padding-bottom: 8px;
}
.page--blog .section--detail .block--comment .list--comment li.no-data {
  color: #2C2C2C;
  opacity: 0.3;
  border-bottom: none;
}
.page--blog .section--detail .block--comment .list--comment li .name {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 12px;
}
.page--blog .section--detail .block--comment .list--comment li .txt {
  padding-top: 0;
  padding-bottom: 15px;
  line-height: 1.6;
  font-size: 12px;
  border-bottom: none;
}
.page--blog .section--detail .block--comment .list--comment li .date {
  border-bottom: none;
  font-size: 12px;
  font-weight: 400;
}
.page--blog .section--detail .block--comment .list--comment li .btn--delete {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
}
.page--blog .section--detail .block--comment .list--comment li .btn--delete input {
  border: none;
  font-size: 11px;
  background: #2C2C2C;
  padding: 4px;
  vertical-align: text-top;
  cursor: pointer;
}

.page--qa .txt {
  margin-bottom: 20px;
}
.page--qa .name-wrap {
  margin-bottom: 16px;
}
.page--qa .block--form {
  margin-bottom: 2vw;
}
.page--qa .block--form dl.list--comment {
  border: 1px solid rgba(44, 44, 44, 0.2);
  padding: 24px;
}
.page--qa .block--form dl.list--comment dt {
  opacity: 0.5;
  margin-bottom: 0.5em;
}
.page--qa .form--confirm .name-wrap {
  margin-bottom: 16px;
}
.page--qa .chart-style {
  font-size: 80%;
  margin: 10px 0;
}
.page--qa.category-2 .section-tit {
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic Pro";
  font-weight: 500;
}

.page--special .section--list .list--contents li .thumb {
  margin-bottom: 0;
  aspect-ratio: 28/15;
}
.page--special .section--list .list--contents.archive-contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page--special .section--list .wrap--arhive--2017 {
  width: 100%;
}
.page--special .section--list .wrap--arhive--2017 .archive-tit {
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic Pro";
  font-weight: 500;
  font-size: 26px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.page--special .section--list .wrap--arhive--2017 p {
  font-size: 14px;
  margin-bottom: 15px;
}
.page--special .section--list .wrap--arhive--2017 .articleLink {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page--special .section--list .wrap--arhive--2017 .articleLink li {
  width: 49%;
}
.page--special .section--list .wrap--arhive--2017 .articleLink li .btn--sub {
  color: #2C2C2C;
  border: 1px solid #2C2C2C;
  margin-top: 0;
  margin-bottom: 10px;
  width: 100%;
}
.page--special .section--detail img {
  display: block;
}
.page--special .section--detail .dl_free {
  margin: 20px 0;
}

.page--fc--shop .section--detail .tit {
  border-bottom: 1px solid #2C2C2C;
}
.page--fc--shop .section--detail .wrap--lower--contents .item-tit {
  text-align: center;
  background: #04163e;
}
.page--fc--shop .section--detail .wrap--lower--contents .item-tit + .ph {
  width: 100%;
  border: 1px solid #2C2C2C;
  background: #fff;
}
.page--fc--shop .section--detail .wrap--lower--contents .caution-tit {
  font-weight: bold;
  color: #ff3939;
}
.page--fc--shop .section--detail .item-detail {
  background: #2C2C2C;
  color: #ffffff;
}
.page--fc--shop .section--detail .item-detail .block-tit {
  padding-bottom: 4px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ffffff;
}
.page--fc--shop .section--detail .item-detail .list-caution {
  border: 1px solid #ffffff;
}
.page--fc--shop .section--detail .item-detail .btn--main {
  background: #E1C0EA;
  color: #ffffff;
}
.page--fc--shop .section--detail .fc_shop_more .tit {
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.page--fc--shop .section--detail .fc_shop_more p {
  margin-bottom: 15px;
}

.page--bridge .section--detail .tit {
  border-bottom: 1px solid #2C2C2C;
}

.page--feature .page--attention.section--detail .chart-style {
  margin-bottom: 40px;
}
.page--feature .page--attention.section--detail .wrap--lower--contents {
  border: 1px solid #2C2C2C;
  padding: 3% 2% 2%;
}
.page--feature .page--attention.section--detail h4 {
  margin-bottom: 10px;
}

/*  page--game
------------------------------ */
.page--game .section--detail {
  border-top: none;
}
.page--game .section--detail .qrcode img {
  display: block;
  width: 100%;
}

.page--support .section--detail {
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic Pro";
}
.page--support .section--detail .section-tit {
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic Pro";
  font-weight: 500;
}
.page--support .section--detail > .txt {
  padding-top: 0;
}
.page--support .section--detail .tit {
  font-size: 28px;
  line-height: 1.6em;
  margin: 0 0 30px;
  font-weight: normal;
}
.page--support .section--detail .list--support a {
  text-decoration: underline;
  transition: 0.3s;
}
.page--support .section--detail .list--support a:hover {
  text-decoration: none;
}
.page--support .section--detail .list--support dt {
  font-weight: bold;
}
.page--support .section--detail .list--support dd {
  margin-bottom: 1.5em;
}

.page--faq {
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic Pro";
}
.page--faq .section--list .section-tit {
  font-weight: 500;
}
.page--faq .section--list .section-tit,
.page--faq .section--list .list--category {
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic Pro";
}
.page--faq .section--list .block--contact {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
.page--faq .section--list .block--contact a {
  transition: 0.3s;
}
.page--faq .section--list .block--contact a:hover {
  color: #E1C0EA;
  text-decoration: none;
}
.page--faq .section--list .btn {
  margin: 20px 0;
  text-align: center;
}
.page--faq .section--list .txt--sub {
  font-size: 12px;
}
.page--faq .section--detail .block--tit .category-tit:not(.pc) {
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic Pro";
  opacity: 0.4;
}
.page--faq .section--detail .block--faq > .txt {
  margin-bottom: 80px;
}
.page--faq .searchBox {
  position: relative;
  width: 100%;
  margin: 40px auto 50px 0;
}
.page--faq .searchBox form {
  position: relative;
}
.page--faq .searchBox input[type=text] {
  padding: 1em;
  width: 100%;
  border-radius: 5px;
}
.page--faq .searchBox input[type=submit] {
  width: 40px;
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 40px;
  color: #979ea3;
  background: transparent;
  border: none;
  border-radius: 30px;
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
.page--faq .tit--category {
  margin: 0 0 24px;
}
.page--faq .tit--category a {
  display: block;
  padding-top: 2em;
}
.page--faq .list--faq {
  margin: 0 0 56px;
}
.page--faq .list--faq li {
  border-bottom: 1px solid rgba(44, 44, 44, 0.1);
}
.page--faq .list--faq li:first-child {
  border-top: 1px solid #2C2C2C;
}
.page--faq .list--faq li .tit {
  font-size: 14px;
  font-weight: 400;
  margin: 0 10px;
}
.page--faq .list--faq li a {
  display: flex;
  align-items: center;
  align-items: center;
  padding: 24px 0;
  text-decoration: none;
  transition: opacity 0.3s;
}
.page--faq .list--faq .txt {
  padding-top: 0;
}
.page--faq .list--faq .icon--a {
  display: none;
}
.page--faq .list--faq .icon--q {
  font-family: "Urbanist", sans-serif;
  letter-spacing: 0.3em;
  line-height: 28px;
}
.page--faq .tit--category {
  margin: 0 0 20px;
  font-weight: 600;
}
.page--faq .block--faq-detail {
  border: 1px solid #2C2C2C;
  padding: 25px;
  margin: 0 0 80px;
}
.page--faq .block--faq-detail dt {
  font-size: 16px;
  border-bottom: 1px solid #2C2C2C;
  padding: 0 0 15px;
  margin: 0 0 20px;
}
.page--faq .block--faq-detail .txt {
  padding-top: 0;
  padding-bottom: 0;
}
.page--faq .block--faq-detail .txt a {
  transition: 0.3s;
  text-decoration: underline;
}
.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;
  border-bottom: 1px solid #000;
  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;
}

.page--questionnaire textarea {
  min-height: unset;
}
.page--questionnaire .section--detail .section-tit {
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic Pro";
  font-weight: 500;
  letter-spacing: 0.1em;
}
.page--questionnaire .section--detail > .block--tit .ph {
  margin-bottom: 1em;
}
.page--questionnaire .section--detail .tit {
  font-size: 1.6rem;
  margin-bottom: 8px;
}
.page--questionnaire .section--detail form .form--post {
  margin-bottom: 5em;
}
.page--questionnaire .section--detail form .form--post input {
  margin-right: 0.4em;
}
.page--questionnaire .section--detail form .icon--required::before {
  content: "必須";
  display: inline-block;
  background-color: #ff3939;
  line-height: 1.2;
  padding: 2px 8px;
  border-radius: 5px;
  color: white;
  font-size: 80%;
  vertical-align: middle;
  font-weight: 500;
  margin-left: 8px;
  text-align: center;
}
.page--questionnaire .section--detail .form--confirm dt {
  font-size: 12px;
}
.page--questionnaire .section--detail .form--confirm dd:last-of-type {
  margin-bottom: 3em;
}

/*  page--fanmail
------------------------------ */
.page--fanmail .section--detail .section-tit {
  font-family: "Urbanist", sans-serif;
  font-weight: 100;
  letter-spacing: 0.04em;
}

.page--mailmagazine .section--detail .box-list {
  border: 1px solid #ffffff;
}
.page--mailmagazine .section--detail .box-list h3 {
  font-weight: 500;
  background: #ffffff;
  color: #2C2C2C;
}
.page--mailmagazine .section--detail .box-list dt {
  border-bottom: 1px solid #2C2C2C;
  font-weight: 500;
}
.page--mailmagazine .section--detail .box-list .btn--main {
  background: #E1C0EA;
  color: #ffffff;
  font-weight: 500;
}

.page--feature .page--entry .tit {
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.page--feature .page--entry .txt--sub {
  text-indent: -1em;
  padding-left: 1em;
}
.page--feature .page--entry .block--detail > [class^=block--] {
  margin-bottom: 64px;
}
.page--feature .page--entry .block--detail > [class^=block--] .block-tit {
  margin: 0 0 40px;
  text-align: center;
}
.page--feature .page--entry .block--detail > [class^=block--] table {
  width: 100%;
  margin: 0 auto 40px;
  border: none;
}
.page--feature .page--entry .block--detail > [class^=block--] table th {
  width: 175px;
  padding: 10px 3%;
  text-align: center;
  border: 1px solid #2C2C2C;
  font-weight: 400;
  font-size: 12px;
}
.page--feature .page--entry .block--detail > [class^=block--] table td {
  padding: 20px;
  border: 1px solid #2C2C2C;
  padding: 10px 3%;
  font-size: 12px;
}
.page--feature .page--entry .block--detail > [class^=block--] table td li {
  text-indent: -1em;
  padding-left: 1em;
}
.page--feature .page--entry .block--detail > [class^=block--] table.list--payment {
  margin-bottom: 10px;
}
.page--feature .page--entry > .block--tit .tit {
  text-align: center;
}
.page--feature .page--entry > .block--tit .logo-fc {
  margin: 0 auto;
}
.page--feature .page--entry > .block--tit .lead {
  line-height: 1.8;
}
.page--feature .page--entry .block--contents {
  background-color: #E1C0EA;
}
.page--feature .page--entry .block--contents .tit-fc {
  letter-spacing: 0.02em;
}
.page--feature .page--entry .block--contents > .tit {
  color: #2C2C2C;
  font-weight: 300;
}
.page--feature .page--entry .block--contents .block-tit {
  color: inherit;
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 0 0 30px;
  color: #2C2C2C;
}
.page--feature .page--entry .block--contents .list--contents-fc {
  display: flex;
  flex-direction: column;
}
.page--feature .page--entry .block--contents .list--contents-fc > li {
  width: 100%;
}
.page--feature .page--entry .block--contents .list--contents-fc > li .inner {
  position: relative;
  border-top: 1px solid #2C2C2C;
  line-height: 1.5;
}
.page--feature .page--entry .block--contents .list--contents-fc > li .txt--sub {
  font-family: initial;
  line-height: 1.6;
}
.page--feature .page--entry .block--stage .tit + p {
  margin-bottom: 10px;
  letter-spacing: 0.02em;
}
.page--feature .page--entry .block--stage .chart-style {
  margin-bottom: 10px;
}
.page--feature .page--entry .block--device .note {
  margin: 0 auto;
}
.page--feature .page--entry .block--btn .note {
  letter-spacing: 0.02em;
  padding: 28px;
  background: #b71515;
  color: #2C2C2C;
  margin: 0 auto 40px;
}
.page--feature .page--entry .block--btn .note li {
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -1em;
}
.page--feature .page--entry .block--btn .note .txt--sub {
  margin: 1em 0 0;
  line-height: 1.6;
}
.page--feature .page--entry .block--btn .first_login {
  text-align: center;
}
.page--feature .page--entry .block--btn .first_login a {
  text-decoration: underline;
}
.page--feature .page--entry .block--btn .btn.entry span {
  display: block;
}
.page--feature .page--entry .block--pid {
  margin-bottom: 0 !important;
  border-top: 1px solid rgba(44, 44, 44, 0.1);
  padding-top: 16px;
  margin-top: 16px;
}
.page--feature .page--entry .block--pid .txt--link {
  text-decoration: underline;
}

/* .page--first_login
------------------------------ */
.page--first_login.section--detail {
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic Pro";
  border-top: none;
  padding-top: unset;
}
.page--first_login.section--detail .txt--sub .caution {
  background-color: rgba(255, 57, 57, 0.1);
  display: block;
  color: #ff3939;
  padding: 12px 14px;
  margin: 20px 0px;
}
.page--first_login.section--detail .txt--sub .caution .caution-tit {
  font-size: 125%;
  display: block;
  margin-bottom: 4px;
}
.page--first_login.section--detail .section-tit {
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic Pro";
  font-weight: 500;
}
.page--first_login.section--detail .section-tit span.attention {
  line-height: 1.3;
  display: block;
  color: #ff3939;
  font-size: 18px;
  border-bottom: 1px solid #ff3939;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.page--first_login.section--detail .txt {
  font-size: 14px;
  padding: 0;
}
.page--first_login.section--detail .block--lead .txt {
  margin-bottom: 0.8em;
}
.page--first_login.section--detail .txt--link a {
  display: inline-block;
  position: relative;
}
.page--first_login.section--detail .txt--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);
  vertical-align: middle;
}
.page--first_login.section--detail .block--attention {
  background-color: rgba(255, 57, 57, 0.1);
  display: block;
  color: #ff3939;
  padding: 24px;
  margin: 1em 0;
}
.page--first_login.section--detail .block--attention .tit {
  font-weight: 600;
  font-size: 16px;
}
.page--first_login.section--detail .block--attention ul {
  margin-top: 15px;
}
.page--first_login.section--detail .block--attention ul li {
  position: relative;
}
.page--first_login.section--detail .block--attention ul li:first-of-type {
  margin-bottom: 8px;
}
.page--first_login.section--detail .block--attention .txt--link a:after {
  border-color: #ff3939 !important;
}
.page--first_login.section--detail .block--attention .fas {
  margin-right: 0.25em;
}
.page--first_login.section--detail .step li {
  background: #E1C0EA;
}
.page--first_login.section--detail .block--step {
  margin: 40px 0 0;
}
.page--first_login.section--detail .block--step .list-tit {
  display: flex;
  align-items: flex-start;
  font-weight: 600;
  padding-bottom: 0.75em;
  border-bottom: 1px solid #888;
  margin-bottom: 0.75em;
}
.page--first_login.section--detail .block--step .list-tit > span:first-of-type {
  background: #E1C0EA;
  font-size: 0.85em;
  padding: 1px 6px;
  margin-right: 0.5em;
}
.page--first_login.section--detail .block--step .list--step > li {
  margin-bottom: 30px;
  color: #2C2C2C;
  border: 1px solid #2C2C2C;
  padding: 32px 4%;
}
.page--first_login.section--detail .block--step .list--step > li .thumb {
  width: min(100%, 600px);
  margin: 30px auto;
  border: 1px solid #E5E5E5;
  line-height: 0;
}
.page--first_login.section--detail .block--step .list--step > li .thumb img {
  width: 100%;
}
.page--first_login.section--detail .block--step .block {
  margin: 0.5em 0;
}
.page--first_login.section--detail .block--step .block:not(:last-of-type) {
  margin: 20px 0 30px;
}
.page--first_login.section--detail .block--step .block > .tit {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  padding-left: 1em;
}
.page--first_login.section--detail .block--step .block > .tit:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.5em;
  height: 0.5em;
  background: #000;
  display: block;
}

/* page--birthday-message
------------------------------ */
.page--birthday-message .section--detail {
  border-top: none;
  display: block;
}
.page--birthday-message .section--detail .tit {
  text-align: center;
  font-family: "Urbanist", sans-serif;
  font-weight: 100;
  letter-spacing: 0.04em;
  color: #8E589D;
  font-size: 40px;
  line-height: 1;
}
.page--birthday-message .section--detail .block--player {
  margin: 10px 0 0;
}

/* page--bbs
------------------------------ */
.page--bbs {
  /*=================================
  	ポップアップ
  ===================================*/
  /*=================================
  	記事詳細
  ===================================*/
}
.page--bbs.page--bbs01 .wrap {
  background: #ffffff;
  color: #383838;
}
.page--bbs.page--bbs01.wrapThread .section--detail {
  display: block;
}
.page--bbs.page--bbs01 .block--parent .mainLogo {
  background: #ff1da4;
}
.page--bbs .drawer__btn {
  color: #253353;
  border: 1px solid #253353;
  mix-blend-mode: unset;
}
.page--bbs .attentionList li {
  font-size: 12px;
  text-indent: -1em;
  margin: 0 0 5px 1em;
}
.page--bbs .attentionList li a {
  text-decoration: underline;
}
.page--bbs .block--parent {
  margin: 0 auto 40px;
}
.page--bbs .block--parent .mainLogo {
  padding: 80px;
  margin: 0 auto 48px;
  line-height: 0;
}
.page--bbs .block--parent .mainLogo img {
  display: block;
  margin: 0 auto;
  width: min(80%, 500px);
}
.page--bbs .block--parent .leadArea {
  margin-bottom: 48px;
}
.page--bbs .block--parent .lead {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  line-height: 2.2;
}
.page--bbs .block--post {
  margin: 0 auto 40px;
  width: 100%;
}
.page--bbs .block--post .form--post {
  display: none;
  padding: 30px;
  margin: 0 auto;
  background: #ffebf7;
  color: #383838;
}
.page--bbs .block--post .form--post .btn--main {
  background: #ee41a2;
  border-radius: 0;
  color: #fff;
  font-weight: bold;
  margin: 0;
}
.page--bbs .block--post .form--post .btn--main:hover {
  opacity: 0.8;
}
.page--bbs .block--post .form--post .txt {
  margin: 0 auto 20px;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  padding: 0;
}
.page--bbs .block--post .form--post .label--image {
  font-size: 13px;
  margin: 0px auto 3px;
  font-weight: bold;
}
.page--bbs .block--post .form--post dl {
  border-bottom: 1px solid;
  padding: 0 0 0px 0;
  margin: 0 0 20px 0;
}
.page--bbs .block--post .form--post dl dt {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 3px 0;
}
.page--bbs .block--post .form--post dl dd select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  background: #fff;
  color: #000;
  border: 1px solid #787878;
  position: relative;
}
.page--bbs .select_box {
  position: relative;
}
.page--bbs .select_box::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-bottom: 2px solid #626262;
  border-right: 2px solid #626262;
  position: absolute;
  top: 32%;
  right: 10px;
  z-index: 1;
  transform: rotate(45deg);
  pointer-events: none;
}
.page--bbs .block--post .form--post dl dd {
  margin: 0 0 1em;
}
.page--bbs .block--post .form-entry-tit {
  position: relative;
  padding: 15px 20px;
  margin: 0 auto;
  background: #ff1da4;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
}
.page--bbs .block--post .form-entry-tit:after {
  position: absolute;
  top: 45%;
  right: 27px;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(135deg);
  z-index: 0;
  pointer-events: none;
}
.page--bbs .block--post .form-entry-tit.active:after {
  transform: translateY(0%) rotate(-45deg);
}
.page--bbs .block--attention {
  padding: 20px 35px;
  border: 3px solid #00a0e8;
  margin-bottom: 70px;
}
.page--bbs .block--attention .attention_tit {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 17px;
  letter-spacing: 0.15em;
  color: #00a0e8;
}
.page--bbs .block--attention .attentionList li {
  font-weight: bold;
  font-size: 13px;
  transform: rotate(0.03deg);
}
.page--bbs .list--comment {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0 auto 50px;
}
.page--bbs .list--comment::after {
  content: "";
  width: 32%;
  height: 0;
  display: block;
}
.page--bbs .list--comment li {
  width: 32%;
  margin: 0 0 25px 0;
  position: relative;
}
.page--bbs .list--comment li .ph {
  margin: 0 auto 13px;
}
.page--bbs .list--comment li .ph::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  outline: 1px solid;
  top: 3px;
  left: 3px;
  pointer-events: none;
  z-index: 1;
}
.page--bbs .list--comment li .ph::after {
  display: none;
}
.page--bbs .list--comment li .ph a {
  display: block;
  overflow: hidden;
}
.page--bbs .list--comment li .ph a img {
  display: block;
  transition: 0.3s;
}
.page--bbs .list--comment li .ph a img:hover {
  transform: scale(1.2);
}
.page--bbs .list--comment li .ph.ph_dummy {
  background: #00a0e8;
  position: relative;
}
.page--bbs .list--comment li .ph.ph_dummy::before {
  content: "NO IMAGE";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  transition: 0.3s;
}
.page--bbs .list--comment li .ph.ph_dummy:hover::before {
  font-size: 1.15em;
}
.page--bbs .list--comment li .ph img {
  max-width: 100%;
  display: block;
  margin: auto;
  display: block;
  width: 100%;
  background: no-repeat center;
  background-size: cover;
}
.page--bbs .bbs_icon {
  position: absolute;
  bottom: 0;
  right: -11px;
  background: #ee41a2;
  display: block;
  width: 120px;
  line-height: 1;
  z-index: 2;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  transform: rotate(-10deg) skewX(-10deg);
  border: 1px solid #383838;
  box-shadow: 3px 3px 0 #383838;
  color: #fff;
}
.page--bbs .list--comment li .name {
  font-size: 11.5px;
  font-weight: bold;
  margin: 0 0 1px 0;
  display: block;
  opacity: 0.8;
}
.page--bbs .list--comment li .txt {
  line-height: 1.5;
  font-size: 13px;
  margin: 0 0 2px 0;
  padding: 0;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.page--bbs .list--comment li .txt .link {
  color: #000 !important;
}
.page--bbs .list--comment li .txt .link:hover {
  text-decoration: underline !important;
  opacity: 0.7;
}
.page--bbs .list--comment li .date {
  color: #00a0e8;
  font-size: 0.8em;
  letter-spacing: 0.15em;
  line-height: 1;
  margin-bottom: 0;
}
.page--bbs .list--comment li .place {
  display: inline-block;
  background: #00a0e8;
  font-size: 0.85em;
  font-weight: 500;
  padding: 1px 10px;
  border: 1px solid #383838;
  position: absolute;
  top: -7px;
  right: 8px;
  z-index: 1;
  letter-spacing: 0.01em;
  color: #fff;
}
.page--bbs .list--comment li .block--user .name.artist {
  color: #EE6860;
}
.page--bbs .list--comment li .block--user .artist_icon {
  top: 0;
  position: absolute;
  width: 60%;
  transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  right: -10px;
}
.page--bbs ul.block--pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 0px;
  color: #fff;
}
.page--bbs ul.block--pager li {
  padding: 0;
}
.page--bbs ul.block--pager li a {
  display: inline-block;
  padding: 13px 10px;
  line-height: 1;
  color: #383838;
}
.page--bbs ul.block--pager li a * {
  color: #383838;
}
.page--bbs ul.block--pager .pager__item--current {
  padding: 13px 10px;
  line-height: 1;
}
.page--bbs .block--pager .pager__item--current {
  color: rgb(189, 189, 189);
}
.page--bbs .block--pager .pager__item--older a::after {
  border-color: #383838;
}
.page--bbs .block--pager .pager__item--older span::after {
  border-color: #383838;
}
.page--bbs .block--pager .pager__item--newer a::after {
  border-color: #383838;
}
.page--bbs .block--pager .pager__item--newer span::after {
  border-color: #383838;
}
.page--bbs ul.block--pager .pager__item--number.sp {
  padding: 14px;
  color: #383838;
}
.page--bbs.page--comment .block--post .form--post {
  display: block;
}
.page--bbs.page--comment .block--post {
  width: 100%;
  margin-bottom: 0;
}
.page--bbs .block--error {
  color: #ee41a2;
  padding: 20px;
  border: none;
  background: #f3f3f3;
  margin-bottom: 40px;
  font-size: 14px;
}
.page--bbs .form--confirm {
  background: #ffebf7;
  color: #383838;
}
.page--bbs .form--confirm .reply_confirm_box {
  border: 1px solid;
  padding: 25px;
  margin-bottom: 25px;
}
.page--bbs .form--confirm dt {
  font-weight: bold;
  margin: 0 0 3px 0;
}
.page--bbs .form--confirm dl {
  margin-bottom: 2em;
}
.page--bbs .btn--main {
  background: #ee41a2;
  border-radius: 0;
  color: #fff;
  font-weight: bold;
  margin: 0;
  border: none;
}
.page--bbs .btn--main:hover {
  color: #ee41a2;
  background: #ffffff;
}
.page--bbs .btn--sub {
  color: #ee41a2;
  border-color: #ee41a2;
}
.page--bbs .btn--sub:hover {
  color: #ee42a3;
  background: #ffffff;
}
.page--bbs .popup {
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 40px 5%;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  transform: scale(0.1);
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: scroll;
  z-index: 100010;
}
.page--bbs .popActive {
  opacity: 1;
  transform: scale(1);
}
.page--bbs .popup .popInBox {
  width: 600px;
  padding: 40px 0;
  margin: 0 auto;
}
.page--bbs .popup .popTit {
  text-align: center;
  font-size: 30px;
  line-height: 1em;
  margin: 0 0 60px;
  color: #000;
  letter-spacing: 0.1em;
}
.page--bbs .popup .close {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
  z-index: 10;
}
.page--bbs .popup .close::before,
.page--bbs .popup .close::after {
  content: "";
  display: inline-block;
  width: 48px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 13px;
}
.page--bbs .popup .close::before {
  transform: translateY(20px) translatex(-12px) rotate(-45deg);
  top: 4px;
}
.page--bbs .popup .close::after {
  transform: translateY(-20px) translatex(-12px) rotate(45deg);
  bottom: 4px;
}
.page--bbs .closeArea {
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
.page--bbs .popup .popInBox .ph {
  margin: 0 auto 20px;
}
.page--bbs .popup .popInBox .ph img {
  max-width: 100%;
  display: block;
  margin: auto;
}
.page--bbs .popup .popInBox .name {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px 0;
  display: block;
}
.page--bbs .popup .popInBox .name.name_staff {
  color: #f494ff;
}
.page--bbs .popup .popInBox .txt {
  line-height: 1.5;
  font-size: 14px;
  margin: 0 0 10px 0;
  z-index: 99999999;
  position: relative;
}
.page--bbs .popup .popInBox .date {
  font-size: 0.8em;
  color: #a2e2ff;
  letter-spacing: 0.1em;
}
.page--bbs .popup .popInBox .place {
  border: 1px solid;
  display: inline-block;
  padding: 1px 10px;
  font-size: 0.9em;
  margin-bottom: 10px;
}
.page--bbs.comment--detail .block--post .form--post {
  display: block;
}
.page--bbs.comment--detail .comment_detail_box {
  margin: 0 auto 40px;
  max-width: 650px;
}
.page--bbs.comment--detail .comment_detail_box .ph {
  margin-bottom: 35px;
}
.page--bbs.comment--detail .comment_detail_box .place {
  border: 1px solid;
  display: inline-block;
  padding: 1px 10px;
  font-size: 0.9em;
  margin-bottom: 10px;
}
.page--bbs.comment--detail .comment_detail_box .name {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px 0;
  display: block;
}
.page--bbs.comment--detail .comment_detail_box .txt {
  line-height: 1.5;
  font-size: 14px;
  margin: 0 0 10px 0;
  position: relative;
  padding: 0;
}
.page--bbs.comment--detail .comment_detail_box .date {
  font-size: 0.8em;
  color: #a2e2ff;
  letter-spacing: 0.1em;
}
.page--bbs.comment--detail .comment_detail_box .icon--like .good {
  display: inline-block;
  cursor: pointer;
}
.page--bbs.comment--detail .comment_detail_box .icon--like #likes {
  display: none;
}
.page--bbs.comment--detail .comment_detail_box .icon--like #liked {
  display: none;
}
.page--bbs.comment--detail .comment_detail_box .icon--like .fa {
  cursor: pointer;
  transition: 0.3s;
  color: #f5d600;
}
.page--bbs.comment--detail .comment_detail_box .icon--like .fa.like_p {
  color: #ff1493;
}
.page--bbs.comment--detail .comment_detail_box .icon--like .fa.like_r {
  color: #df2707;
}
.page--bbs.comment--detail .comment_detail_box .icon--like .fa:not(.clicked) {
  color: #c5c5c5 !important;
}
.page--bbs.comment--detail .list--reply {
  border-top: 1px solid rgba(255, 255, 255, 0.3490196078);
  margin: 30px 0;
}
.page--bbs.comment--detail .list--reply > li {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3490196078);
}
.page--bbs.comment--detail .list--reply .name {
  display: inline-block;
  margin-right: 10px;
}
.page--bbs.comment--detail .list--reply .date {
  font-size: 14px;
  margin: 0;
  opacity: 0.8;
}
.page--bbs.comment--detail .list--reply .txt {
  padding: 10px 0;
  font-size: 14px;
  line-height: 1.7;
}
.page--bbs.comment--detail .list--reply .reply_btn_wrap {
  text-align: right;
}
.page--bbs.comment--detail .list--reply .reply_btn_wrap .btn_rep {
  background: none;
  border: none;
  border: 1px solid;
  color: #fff;
  padding: 4px 13px;
  border-radius: 3em;
  font-size: 12px;
  display: inline-block;
  opacity: 0.8;
}
.page--bbs.page--bbs02 .section--detail {
  display: block;
}
.page--bbs.page--bbs02 .block--parent .mainLogo {
  background: #ffe63d;
}
.page--bbs.page--bbs02 .block--post .form-entry-tit {
  background: #000000;
}
.page--bbs.page--bbs02 .block--post .form--post {
  background: #ffe748;
}
.page--bbs.page--bbs02 .block--post .form--post .btn--main {
  background: #000000;
}
.page--bbs.page--bbs02 .block--post .form--post .btn--main:hover {
  background: #ffe748;
}
.page--bbs.page--bbs02 .list--comment li .place {
  background: #ffe746;
  color: #000;
  border-color: #000;
  box-shadow: 2px 2px 0 #000;
  font-size: 11px;
}
.page--bbs.page--bbs02 .list--comment li .ph.ph_dummy {
  background: #ffe746;
}
.page--bbs.page--bbs02 .list--comment li .date {
  color: #f5d600;
}
.page--bbs.page--bbs02 .block--attention {
  border-color: #f5d600;
}
.page--bbs.page--bbs02 .block--attention .attention_tit {
  color: #f5d600;
}
.page--bbs.page--bbs02 .bbs_icon {
  background: #ffe746;
  color: #000;
}
.page--bbs.page--bbs02 .btn--main {
  background: #000000;
  border: 1px solid #000000;
}
.page--bbs.page--bbs02 .btn--sub {
  color: #000000;
  border-color: #000000;
}
.page--bbs.page--bbs02 .btn--main:hover {
  color: #000000;
  background: #ffe746;
  border: 1px solid;
}
.page--bbs.page--bbs02 .btn--sub:hover {
  color: #000000;
  background: #ffe748;
}
.page--bbs.page--bbs02 .form--confirm {
  background: #ffe746;
  color: #000000;
}
.page--bbs.page--bbs02.comment--detail .comment_detail_box .date {
  color: #f5d600;
}
.page--bbs.page--bbs02.comment--detail .list--reply > li {
  border-color: #d1d1d1;
}
.page--bbs.page--bbs02.comment--detail .list--reply {
  border-color: #d1d1d1;
}
.page--bbs.page--bbs02.comment--detail .list--reply .reply_btn_wrap .btn_rep {
  color: #000;
}
.page--bbs.page--bbs02.comment--detail .section--detail > * {
  margin: 0 auto 40px;
  max-width: 650px;
}
.page--bbs.page--bbs03 .section--detail {
  display: block;
}
.page--bbs.page--bbs03 .block--parent .mainLogo {
  background: #b1a394;
}
.page--bbs.page--bbs03 .block--post .form-entry-tit {
  background: #b1a394;
  padding: 30px;
  font-size: 17px;
}
.page--bbs.page--bbs03 .block--post .form--post {
  background: #ebe5e0;
  padding: 45px 60px;
}
.page--bbs.page--bbs03 .block--post .form--post .btn--main {
  background: #b1a394;
  border: none;
  font-size: 16px;
  padding: 20px;
}
.page--bbs.page--bbs03 .block--post .form--post .btn--main:hover {
  background: #938576;
  color: #fff;
}
.page--bbs.page--bbs03 .list--comment li .place {
  background: #b1a394;
  color: #ffffff;
  border: none;
  box-shadow: 2px 2px 0 #6f6458;
  font-size: 13px;
  padding: 5px 10px;
  max-width: 300px;
}
.page--bbs.page--bbs03 .list--comment li .ph.ph_dummy {
  background: #b1a394;
}
.page--bbs.page--bbs03 .list--comment li .ph::before {
  outline: 1px solid #b1a394;
  outline-offset: -1px;
  top: 5px;
  left: 5px;
}
.page--bbs.page--bbs03 .list--comment li .date {
  color: #b1a394;
}
.page--bbs.page--bbs03 .block--attention {
  border-color: #b1a394;
  padding: 30px 50px;
}
.page--bbs.page--bbs03 .block--attention .attention_tit {
  color: #b1a394;
}
.page--bbs.page--bbs03 .bbs_icon {
  background: #b1a394;
  color: #ffffff;
  border: none;
  box-shadow: 2px 2px 0 #6f6458;
  transform: none;
  border-radius: 30px;
  right: 7px;
}
.page--bbs.page--bbs03 .btn--main {
  background: #b1a394;
  border: none;
  font-size: 16px;
  padding: 20px;
}
.page--bbs.page--bbs03 .btn--sub {
  color: #000000;
  border-color: #000000;
}
.page--bbs.page--bbs03 .btn--main:hover {
  background: #938576;
  color: #fff;
}
.page--bbs.page--bbs03 .btn--sub:hover {
  color: #000000;
  background: #b1a394;
}
.page--bbs.page--bbs03 .form--confirm {
  background: #ebe5e0;
  padding: 45px 60px;
  color: #000000;
}
.page--bbs.page--bbs03 .block--error {
  color: #f00;
}
.page--bbs.page--bbs03.comment--detail .comment_detail_box .date {
  color: #b1a394;
}
.page--bbs.page--bbs03.comment--detail .list--reply > li {
  border-color: #d1d1d1;
}
.page--bbs.page--bbs03.comment--detail .list--reply {
  border-color: #d1d1d1;
}
.page--bbs.page--bbs03.comment--detail .list--reply .reply_btn_wrap .btn_rep {
  color: #000;
}
.page--bbs.page--bbs03.comment--detail .section--detail > * {
  margin: 0 auto 40px;
  max-width: 650px;
}

.page--confirm .section--detail {
  display: block;
}
.page--confirm .section--detail .txt {
  padding-top: unset;
}
.page--confirm .detail__btn a {
  margin: 16px auto 0;
  text-align: center;
}
.page--confirm #comment_form dl {
  margin-bottom: 2vw;
  border: 1px solid rgba(44, 44, 44, 0.2);
  padding: 24px;
}
.page--confirm #comment_form dt {
  opacity: 0.5;
  margin-bottom: 0.5em;
}
.page--confirm #comment_form dd + dt {
  margin-top: 2em;
}

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

/* IEのみ */
@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a {
    transition: all 0.3s 0s ease;
  }
  .block--pager {
    font-size: 1.6rem;
  }
  .block--pager a {
    transition: all 0.3s 0s ease;
  }
  .block--pager a:hover {
    opacity: 1;
  }
  .block--pager .pager__list-parent a:hover {
    opacity: 0.5;
  }
  .block--pager__detail {
    margin-top: 80px;
  }
  .block--pager__detail .block--pager {
    margin: 0;
  }
  .btn input {
    transition: 0.3s;
  }
  .btn--main {
    min-width: 300px;
  }
  .btn--main:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(44, 44, 44, 0.3);
    transition: transform 0.5s cubic-bezier(0.29, 0.02, 0.04, 0.9) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
  }
  .btn--main:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .btn--sub {
    min-width: 300px;
  }
  .btn--sub:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(132, 130, 183, 0.2);
    transition: transform 0.5s cubic-bezier(0.29, 0.02, 0.04, 0.9) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
  }
  .btn--sub:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .list__more a, .page--home #area--fc .block--area-header .nav__item--mypage a,
  .page--home #area--fc .block--area-header .nav__item--join a,
  .page--home #area--fc .block--area-header .nav__item--login a, header .inner .block--nav__fc .nav__item--mypage a,
  header .inner .block--nav__fc .nav__item--join a,
  header .inner .block--nav__fc .nav__item--login a,
  .detail__btn a {
    padding-left: 0.8em;
  }
  .list__more a:hover, .page--home #area--fc .block--area-header .nav__item--mypage a:hover,
  .page--home #area--fc .block--area-header .nav__item--join a:hover,
  .page--home #area--fc .block--area-header .nav__item--login a:hover, header .inner .block--nav__fc .nav__item--mypage a:hover,
  header .inner .block--nav__fc .nav__item--join a:hover,
  header .inner .block--nav__fc .nav__item--login a:hover,
  .detail__btn a:hover {
    opacity: 0.5;
  }
  .list__more a:before, .page--home #area--fc .block--area-header .nav__item--mypage a:before,
  .page--home #area--fc .block--area-header .nav__item--join a:before,
  .page--home #area--fc .block--area-header .nav__item--login a:before, header .inner .block--nav__fc .nav__item--mypage a:before,
  header .inner .block--nav__fc .nav__item--join a:before,
  header .inner .block--nav__fc .nav__item--login a:before,
  .detail__btn a:before {
    transition: transform 0.6s 0s ease;
  }
  .list__more a:hover:before, .page--home #area--fc .block--area-header .nav__item--mypage a:hover:before,
  .page--home #area--fc .block--area-header .nav__item--join a:hover:before,
  .page--home #area--fc .block--area-header .nav__item--login a:hover:before, header .inner .block--nav__fc .nav__item--mypage a:hover:before,
  header .inner .block--nav__fc .nav__item--join a:hover:before,
  header .inner .block--nav__fc .nav__item--login a:hover:before,
  .detail__btn a:hover:before {
    transform: translateY(-50%) rotateY(180deg);
  }
  .detail__btn {
    margin-top: 4em;
  }
  .wrap--btn {
    display: flex;
    justify-content: center;
  }
  .wrap--btn .btn {
    margin-right: 20px;
  }
  .wrap--btn .btn:last-of-type {
    margin-right: 0;
  }
  /* input */
  .input--half {
    width: 50% !important;
  }
  .input--quarter {
    width: 25% !important;
  }
  body:not(.page--home) .content-main {
    padding: 0 7.17vw 80px;
  }
  .section--list, .section--detail {
    padding-top: 3em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .section--list > .section-tit,
  .section--list > .block--tit,
  .section--list > .section--header, .section--detail > .section-tit,
  .section--detail > .block--tit,
  .section--detail > .section--header {
    height: -moz-fit-content;
    height: fit-content;
    position: sticky;
    top: 10%;
  }
  .section--list > .section-tit,
  .section--list > .section--header {
    width: 30%;
  }
  .section--list .section--header .list--category {
    margin-top: 40px;
  }
  .section--list .list--information {
    width: calc(70% - 32px);
  }
  .section--list .list--information li {
    border-bottom: 1px solid rgba(44, 44, 44, 0.1);
  }
  .section--list .list--information li a {
    padding: 40px 0;
  }
  .section--list .list--information li:first-child a {
    padding-top: 0;
  }
  .section--list > .no-data {
    width: calc(70% - 32px);
  }
  .section--list .list--contents {
    width: calc(70% - 32px);
  }
  .section--list .list--contents li {
    margin-bottom: 64px;
  }
  .section--list .list--contents li a .thumb {
    width: 100%;
    transition: 0.3s;
    position: relative;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .section--list .block--pager, .section--list .block--btn {
    width: calc(70% - 32px);
    margin: 70px 0 0 auto;
  }
  .section--detail .section-tit {
    margin-bottom: 50px;
  }
  .section--detail > .block--tit {
    width: calc(40% - 98px);
  }
  .section--detail > .block--tit .tit {
    font-size: 2rem;
    line-height: 1.7;
    border-bottom: 1px solid rgba(44, 44, 44, 0.1);
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .section--detail > .block--tit .category-tit {
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    letter-spacing: 0.04em;
  }
  .section--detail > .block--txt {
    width: 60%;
  }
  .section--detail > .block--pager__detail {
    width: 60%;
    margin: 70px 0 0 auto;
  }
  .section--detail .wrap--date {
    margin-bottom: 16px;
  }
  .section--detail .date {
    font-size: 1.6rem;
  }
  .section--detail .block--pager {
    text-align: center;
  }
  .articleTitle,
  .articleTitle_2 {
    font-size: 16px;
    padding-left: 10px;
  }
  .about-rights a:hover {
    text-decoration: none;
  }
  .thumb.nonlogin.members:before {
    font-size: 2rem;
    line-height: 30px;
  }
  .swiper-container {
    padding-left: 7.17vw;
    padding-right: 7.17vw;
  }
  .swiper-button-next {
    margin-left: 0.7em;
  }
  .swiper-button-prev {
    margin-right: 0.7em;
  }
  .swiper-button-prev:after, .swiper-button-next:after {
    font-size: 14px;
  }
  .date {
    font-size: 1.4rem;
  }
  .category {
    padding: 2px 16px;
  }
  .tit {
    font-size: 1.4rem;
  }
  .article-txt {
    margin-top: 8px;
    font-size: 1.2rem;
  }
  .list--error li {
    font-size: 1.3rem;
  }
  .list--information li a:hover {
    opacity: 0.5;
  }
  .block--schedule__date .md {
    font-size: 2rem;
  }
  .block--schedule__date .yy, .block--schedule__date .week {
    font-size: 1.1rem;
  }
  .list--contents li {
    width: calc(50% - 16px);
  }
  .list--contents li .thumb {
    margin-bottom: 16px;
  }
  .list--contents li .tit {
    font-size: 1.6rem;
  }
  .list--contents li a .thumb::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    background-color: rgba(44, 44, 44, 0.3);
    transition: transform 0.5s cubic-bezier(0.29, 0.02, 0.04, 0.9) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
  }
  .list--contents li a .wrap--date, .list--contents li a .tit, .list--contents li a .article-txt {
    transition: opacity 0.3s 0s ease;
  }
  .list--contents li a:hover .thumb::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .list--contents li a:hover .wrap--date, .list--contents li a:hover .tit, .list--contents li a:hover .article-txt {
    opacity: 0.5;
  }
  .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,
  .btn .btn--sub {
    transition: all 0.3s;
  }
  .list--category li a {
    padding: 4px 16px;
  }
  .list--category li:not(.current) a {
    transition: opacity 0.3s 0s ease;
  }
  .list--category li:not(.current) a:hover {
    opacity: 1;
  }
  .page--free .block--category li a:hover {
    background: #ffffff;
    color: #2C2C2C;
  }
  .chart-style a:hover {
    text-decoration: none;
  }
  header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 64px 7.17vw;
    z-index: 10000;
  }
  header h1 {
    width: min(7vw, 100px);
  }
  header .inner li a:hover {
    opacity: 0.5;
  }
  header .inner [class^=list--nav__] {
    justify-content: flex-end;
  }
  header .inner [class^=list--nav__] li {
    font-size: 1.4rem;
  }
  header .inner [class^=list--nav__] li:not(:first-child) {
    margin-left: 0.8em;
  }
  header .inner > .block--nav__sns .list--nav__sns li {
    margin-left: 1em;
    font-size: 1.6rem;
  }
  header .inner > .block--nav__sns .list--nav__sns li a i {
    transition: transform 0.6s 0s ease;
  }
  header .inner > .block--nav__sns .list--nav__sns li a:hover i {
    transform: rotateY(360deg);
  }
  header .inner .g-nav {
    margin-top: 16px;
    transition: all 0.3s 0s ease;
  }
  header .inner .block--nav__fc {
    margin-top: 8px;
    color: #848181;
  }
  header .inner .block--nav__fc .nav__item--fc::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 14px;
    background-color: #848181;
    top: 50%;
    right: -0.8em;
    transform: translateY(-50%);
  }
  header .inner .block--nav__fc .nav__item--fc + li {
    margin-left: 1.6em;
  }
  header .inner .block--nav__fc .nav__item--mypage a::before,
  header .inner .block--nav__fc .nav__item--join a::before,
  header .inner .block--nav__fc .nav__item--login a::before {
    background-color: #848181;
  }
  body.scrolling header.scrolled-up .g-nav {
    position: fixed;
    top: 0;
    right: 3.585vw;
    margin-top: 0;
    transform: translateY(32px);
    z-index: 11000;
  }
  .list--nav__sns .nav--sns__twitter:before,
  .list--nav__sns .nav--sns__twitter_fc:before {
    top: -12px;
    font-size: 1rem;
  }
  .drawer__btn {
    display: none;
  }
  .page--home {
    /* area--of */
    /* area--fc */
  }
  .page--home header h1 {
    width: min(40vw, 160px);
  }
  .page--home .section-tit {
    font-size: 5rem;
    line-height: 1;
  }
  .page--home [id^=area--] {
    padding-left: 7.17vw;
    padding-right: 7.17vw;
  }
  .page--home [id^=area--] > [class^=section--],
  .page--home [id^=area--] > .wrap--info {
    margin-bottom: min(13.4vw, 180px);
  }
  .page--home .block--detail a {
    transition: opacity 0.3s 0s ease;
  }
  .page--home .block--detail a:hover {
    opacity: 0.5;
  }
  .page--home .block--detail.new .tit:after {
    content: "NEW";
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    letter-spacing: 0.04em;
    display: inline-block;
    position: relative;
    color: #8E589D;
    margin-left: 6px;
  }
  /*  page--discography
  ------------------------------ */
  /*  page--biography
  ------------------------------ */
  /*  page--game
  ------------------------------ */
  /*  page--fanmail
  ------------------------------ */
  /* .page--first_login
  ------------------------------ */
  /* page--birthday-message
  ------------------------------ */
}
@media screen and (min-width: 961px) and (min-width: 1px) and (max-width: 960px) {
  .page--home .block--detail.new .tit:after {
    margin-left: 4px;
  }
}
@media screen and (min-width: 961px) {
  .page--home .block--thumb a .thumb::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    background-color: rgba(44, 44, 44, 0.3);
    transition: transform 0.5s cubic-bezier(0.29, 0.02, 0.04, 0.9) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
  }
  .page--home .block--thumb a:hover .thumb::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .page--home .birthday-message {
    right: 3vw;
    bottom: 3vw;
  }
  .page--home .birthday-message a {
    padding: 24px 40px 24px 24px;
  }
  .page--home .birthday-message a:hover {
    opacity: 0.5;
  }
  .page--home .list--information li:last-child a {
    padding-top: 16px;
  }
  .page--home .list--information li:first-child a {
    padding-bottom: 16px;
  }
  .page--home .section--banner {
    margin-bottom: min(13.4vw, 180px);
  }
  .page--home .section--banner .list--bnr li {
    position: relative;
    cursor: pointer;
  }
  .page--home .section--banner .list--bnr li a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    background-color: rgba(44, 44, 44, 0.3);
    transition: transform 0.5s cubic-bezier(0.29, 0.02, 0.04, 0.9) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
  }
  .page--home .section--banner .list--bnr li a:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .page--home .section--banner.no-carousel .swiper-wrapper {
    justify-content: flex-start;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .page--home .section--banner.no-carousel .list--bnr li {
    width: calc(33.3333333333% - 16px);
  }
  .page--home .section--pickup {
    padding-left: 7.17vw;
    padding-right: 7.17vw;
    margin-top: min(-6vw, -90px);
    margin-bottom: min(6vw, 90px);
  }
  .page--home .section--pickup .list--pickup li a {
    transition: opacity 0.3s 0s ease;
  }
  .page--home .section--pickup .list--pickup li a:hover {
    opacity: 0.5;
  }
  .page--home .block--expire {
    width: 52%;
    padding: 3%;
    margin: 0 auto 10vw;
  }
  .page--home .block--expire .tit {
    font-size: 1.5em;
  }
  .page--home .block--expire .txt--basic {
    margin: 0 0 2em;
  }
  .page--home #area--of {
    padding-bottom: min(16vw, 200px);
    /* section--info */
  }
  .page--home #area--of .wrap--info {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 4.1vw;
         column-gap: 4.1vw;
  }
  .page--home #area--of .wrap--info::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background-color: #2C2C2C;
  }
  .page--home #area--of .wrap--info.delighter::before {
    transition: transform 0.5s 0.5s cubic-bezier(0.29, 0.02, 0.04, 0.9);
    transform-origin: left center;
    transform: scaleX(0);
  }
  .page--home #area--of .wrap--info.delighter.started::before {
    transform: scaleX(1);
  }
  .page--home #area--of .wrap--info > [class^=section--] {
    padding-top: 16px;
    width: 33.3333333333%;
  }
  .page--home #area--of .wrap--info .wrap--section-tit {
    margin-bottom: 56px;
  }
  .page--home #area--of .wrap--info .section-tit {
    font-size: min(3.2vw, 4rem);
  }
  .page--home #area--of .list--information {
    width: 100%;
  }
  .page--home #area--of .section--disco {
    display: grid;
    grid-template-columns: auto 40%;
    grid-template-rows: auto;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .page--home #area--of .section--disco::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background-color: #2C2C2C;
  }
  .page--home #area--of .section--disco.delighter::before {
    transition: transform 0.5s 0.5s cubic-bezier(0.29, 0.02, 0.04, 0.9);
    transform-origin: left center;
    transform: scaleX(0);
  }
  .page--home #area--of .section--disco.delighter.started::before {
    transform: scaleX(1);
  }
  .page--home #area--of .section--disco::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #2C2C2C;
  }
  .page--home #area--of .section--disco.delighter::after {
    transition: transform 0.5s 0.5s cubic-bezier(0.29, 0.02, 0.04, 0.9);
    transform-origin: left center;
    transform: scaleX(0);
  }
}
@media screen and (min-width: 961px) and (min-width: 1px) and (max-width: 960px) {
  .page--home #area--of .section--disco.delighter::after {
    transition-duration: 1s;
  }
}
@media screen and (min-width: 961px) {
  .page--home #area--of .section--disco.delighter.started::after {
    transform: scaleX(1);
  }
  .page--home #area--of .section--disco .wrap--section-tit {
    grid-area: 1/1/2/2;
  }
  .page--home #area--of .section--disco .block--detail {
    position: relative;
    grid-area: 2/1/3/2;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    margin-bottom: 8px;
  }
  .page--home #area--of .section--disco .block--detail .tit {
    font-size: min(3.6vw, 5.6rem);
    line-height: 1.1;
    margin: 8px 0;
  }
  .page--home #area--of .section--disco .block--detail .date {
    font-size: min(4vw, 2rem);
    font-weight: 500;
    margin-bottom: 0;
  }
  .page--home #area--of .section--disco .block--thumb {
    grid-area: 1/2/3/3;
  }
  .page--home #area--of .section--movie .wrap--section-tit {
    display: block;
    margin-bottom: 40px;
  }
  .page--home #area--of .section--movie .wrap--section-tit .list__more, .page--home #area--of .section--movie .wrap--section-tit #area--fc .block--area-header .nav__item--mypage, .page--home #area--fc .block--area-header #area--of .section--movie .wrap--section-tit .nav__item--mypage,
  .page--home #area--of .section--movie .wrap--section-tit #area--fc .block--area-header .nav__item--join,
  .page--home #area--fc .block--area-header #area--of .section--movie .wrap--section-tit .nav__item--join,
  .page--home #area--of .section--movie .wrap--section-tit #area--fc .block--area-header .nav__item--login,
  .page--home #area--fc .block--area-header #area--of .section--movie .wrap--section-tit .nav__item--login, .page--home #area--of .section--movie .wrap--section-tit header .inner .block--nav__fc .nav__item--mypage, header .inner .block--nav__fc .page--home #area--of .section--movie .wrap--section-tit .nav__item--mypage,
  .page--home #area--of .section--movie .wrap--section-tit header .inner .block--nav__fc .nav__item--join,
  header .inner .block--nav__fc .page--home #area--of .section--movie .wrap--section-tit .nav__item--join,
  .page--home #area--of .section--movie .wrap--section-tit header .inner .block--nav__fc .nav__item--login,
  header .inner .block--nav__fc .page--home #area--of .section--movie .wrap--section-tit .nav__item--login {
    padding-top: 8px;
  }
  .page--home #area--of .section--movie .list--movie {
    grid-template-columns: 66% 32%;
    grid-template-rows: auto;
    grid-column-gap: 24px;
    grid-row-gap: 12px;
  }
  .page--home #area--of .section--movie .list--movie li a {
    position: relative;
  }
  .page--home #area--of .section--movie .list--movie li a .tit {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #707070;
    font-size: 1.8rem;
    opacity: 0;
    transition: all 0.3s 0s ease;
  }
  .page--home #area--of .section--movie .list--movie li a:hover .tit {
    opacity: 1;
  }
  .page--home #area--of .section--movie .list--movie li:nth-child(1) {
    grid-area: 1/1/3/2;
  }
  .page--home #area--of .section--movie .list--movie li:nth-child(2) {
    grid-area: 1/2/2/3;
  }
  .page--home #area--of .section--movie .list--movie li:nth-child(3) {
    grid-area: 2/2/3/3;
  }
  .page--home #area--of .section--movie .list--movie li:nth-child(2) .tit, .page--home #area--of .section--movie .list--movie li:nth-child(3) .tit {
    font-size: 1.4rem;
  }
  .page--home #area--fc {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  .page--home #area--fc .block--area-header {
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 7.2vw;
  }
  .page--home #area--fc .block--area-header .tit-fc {
    font-size: min(10vw, 7.8rem);
    line-height: 1;
  }
  .page--home #area--fc .block--area-header .list--nav__login {
    -moz-column-gap: 24px;
         column-gap: 24px;
    margin-left: 40px;
    margin-bottom: 4px;
  }
  .page--home #area--fc .block--area-header .nav__item--mypage,
  .page--home #area--fc .block--area-header .nav__item--join,
  .page--home #area--fc .block--area-header .nav__item--login {
    font-size: 2rem;
  }
  .page--home #area--fc .block--area-header .nav__item--mypage a::before,
  .page--home #area--fc .block--area-header .nav__item--join a::before,
  .page--home #area--fc .block--area-header .nav__item--login a::before {
    width: 6px;
    height: 6px;
  }
  .page--home #area--fc .section--info {
    padding-top: 16px;
  }
  .page--home #area--fc .section--info::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background-color: #2C2C2C;
  }
  .page--home #area--fc .section--info.delighter::before {
    transition: transform 0.5s 0.5s cubic-bezier(0.29, 0.02, 0.04, 0.9);
    transform-origin: left center;
    transform: scaleX(0);
  }
  .page--home #area--fc .section--info.delighter.started::before {
    transform: scaleX(1);
  }
  .page--home #area--fc .section--info .wrap--section-tit {
    margin-bottom: 64px;
  }
  .page--home #area--fc .section--info .list--information {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 56px;
         column-gap: 56px;
  }
  .page--home #area--fc .section--info .list--information li {
    width: 33.3333333333%;
  }
  .page--home #area--fc .section--info .list--information li a {
    padding: 0;
  }
  .page--home .block--contents {
    display: grid;
    grid-template-columns: auto 44%;
    grid-template-rows: auto;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 16px;
  }
  .page--home .block--contents::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background-color: #2C2C2C;
  }
  .page--home .block--contents.delighter::before {
    transition: transform 0.5s 0.5s cubic-bezier(0.29, 0.02, 0.04, 0.9);
    transform-origin: left center;
    transform: scaleX(0);
  }
  .page--home .block--contents.delighter.started::before {
    transform: scaleX(1);
  }
  .page--home .block--contents .wrap--section-tit {
    grid-area: 1/1/2/2;
  }
  .page--home .block--contents .block--detail {
    position: relative;
    grid-area: 2/1/3/2;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
  }
  .page--home .block--contents .block--thumb {
    grid-area: 1/2/3/3;
    margin-top: 4px;
  }
  .page--home .block--contents .tit {
    font-size: 1.8rem;
  }
  .page--home .block--contents .article-txt {
    font-size: 1.4rem;
  }
  .page--home .block--contents:not(.block--leoreport) .wrap--date {
    display: block;
  }
  .page--home footer .inner {
    padding: 40px 0 56px;
  }
  .page--home footer .nav--support {
    display: block;
    margin-bottom: 40px;
  }
  .page--info .txt a:hover {
    text-decoration: none;
  }
  .page--info .section--detail .txt {
    padding-bottom: 48px;
  }
  .page--info .section--detail .block--share {
    margin-top: 24px;
  }
  .page--info .section--detail .block--share a:hover {
    opacity: 0.5;
  }
  .page--info .section--detail .block--share a i {
    transition: transform 0.6s 0s ease;
  }
  .page--info .section--detail .block--share a:hover i {
    transform: rotateY(360deg);
  }
  .page--discography .section--detail .block--jacket {
    width: 36%;
    position: sticky;
    top: 10%;
    height: -moz-fit-content;
    height: fit-content;
  }
  .page--discography .section--detail .block--disc-detail {
    width: calc(64% - 56px);
  }
  .page--discography .section--detail .block--disc-detail .tit,
  .page--discography .section--detail .block--disc-detail .category {
    text-align: left;
  }
  .page--discography .section--detail .block--disc-detail .category {
    font-size: 1.2rem;
  }
  .page--discography .section--detail .block--disc-detail .tit {
    font-size: min(2.6vw, 3.6rem);
    line-height: 1.4;
    margin-bottom: 8px;
  }
  .page--discography .section--detail .block--disc-detail .wrap--date {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
  .page--discography .section--detail .block--disc-detail .icon.dl {
    padding: 4px 8px;
  }
  .page--discography .section--detail .block--disc-detail .icon.dl:hover {
    opacity: 0.5;
  }
  .page--discography .section--detail .block--disc-detail .link,
  .page--discography .section--detail .block--disc-detail .txt {
    width: 100%;
    margin: 0;
  }
  .page--discography .section--detail .block--disc-detail .txt .btn {
    text-align: left;
  }
  .page--discography .section--detail .block--disc-detail .txt .btn a {
    text-align: center;
  }
  .page--discography .section--detail .detail__btn {
    text-align: left;
    margin: 4em 0 0;
  }
  .page--feature .page--bio .section--detail {
    display: flex;
  }
  .page--feature .page--bio .section--detail .section-tit {
    position: sticky;
    top: 10%;
    height: -moz-fit-content;
    height: fit-content;
  }
  .page--feature .page--bio .section--detail .inner {
    width: 60%;
    margin-left: auto;
  }
  .page--feature .page--bio .section--detail .ph {
    margin-bottom: 40px;
  }
  .page--feature .page--bio .section--detail .name {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 40px;
  }
  .page--movie .section--list .no-data {
    width: 100%;
  }
  .page--movie .section--list > *:not(.section-tit) {
    width: 70%;
    margin-left: auto;
  }
  .page--movie .section--list .leadBox + .list--contents {
    margin-top: 64px;
  }
  .page--movie .section--list .leadBox,
  .page--movie .section--detail .wrap--leadBox .leadBox {
    padding: 2% 4%;
    font-size: 1.4rem;
  }
  .page--movie .section--detail > *:not(.block--tit) {
    width: 60%;
    margin-left: auto;
  }
  .page--movie .section--detail .tit {
    margin-bottom: 30px;
  }
  .page--movie .section--detail .block--form {
    margin-top: 40px;
  }
  .page--movie .section--detail .block--form > p {
    margin-bottom: 6px;
  }
  .page--movie .section--detail .txt--basic {
    margin-top: 2em;
    margin-bottom: 2em;
    border-bottom: 1px solid rgba(44, 44, 44, 0.1);
    padding-bottom: 25px;
    font-size: 80%;
    line-height: 1.8;
  }
  .page--movie .section--detail .block--player img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  .page--movie .section--detail .block--pager {
    margin-right: 0;
    margin-bottom: 0;
  }
  .page--movie .txt {
    margin-bottom: 50px;
  }
  .page--movie .txt a {
    color: #E1C0EA;
  }
  .page--movie.new-movie .section--detail .block--tit {
    order: -1;
  }
  .page--movie.new-movie .section--detail .area--movie {
    margin-bottom: 64px;
  }
  .page--movie.new-movie .section--detail .area--movie .block--player {
    margin-bottom: 0;
  }
  .page--movie.new-movie .section--detail .txt {
    margin-top: 24px;
    margin-bottom: 0;
  }
  .page--movie.new-movie .section--detail .list--contents li {
    width: calc(33.3333333333% - 8px);
  }
  .page--movie.new-movie .section--detail .list--contents li .thumb {
    margin-bottom: 12px;
  }
  .page--movie.new-movie .section--detail .list--contents li .wrap--date {
    margin-bottom: 4px;
  }
  .page--movie.new-movie .section--detail .list--contents li .date, .page--movie.new-movie .section--detail .list--contents li .tit {
    font-size: 1.2rem;
  }
  .page--movie.new-movie .section--detail .list--contents::after {
    content: "";
    display: block;
    width: calc(33.3333333333% - 8px);
    height: 0;
  }
  .page--blog .no-data {
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    letter-spacing: 0.04em;
  }
  .page--blog .section--list .list--contents li {
    margin-bottom: 64px;
  }
  .page--blog .section--detail .ph img {
    width: 100% !important;
  }
  .page--blog .section--detail .txt a:hover {
    text-decoration: none;
  }
  .page--blog .section--detail .txt a.btn--main:hover {
    color: #2C2C2C;
  }
  .page--blog .section--detail .txt a.btn--sub:hover {
    color: #ffffff;
  }
  .page--blog .section--detail .block--form {
    margin-top: 40px;
  }
  .page--blog .section--detail .block--form > p {
    margin-bottom: 6px;
  }
  .page--blog .section--detail .block--comment .list--comment li.no-data {
    font-size: 20px;
    margin: 100px auto 100px;
    font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic Pro";
    text-align: center;
  }
  .page--qa .section--detail {
    display: block;
  }
  .page--qa .section--detail .section--inner {
    width: min(80%, 900px);
    margin: 0 auto;
  }
  .page--qa .section--detail > .block--tit {
    width: calc(30% - 98px);
  }
  .page--qa .section--detail > .block--detail {
    width: 70%;
  }
  .page--qa .section--detail.complete {
    justify-content: center;
  }
  .page--qa .section--detail.complete .txt {
    text-align: center;
  }
  .page--qa.category-2 .section-tit {
    font-size: 30px;
  }
  .page--feature .section--list,
  .page--feature .section--detail {
    display: block;
  }
  .page--feature .section--list > .section-tit,
  .page--feature .section--list > .block--tit,
  .page--feature .section--detail > .section-tit,
  .page--feature .section--detail > .block--tit {
    position: relative;
  }
  .page--feature .galleryList {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 25px;
    -moz-column-gap: 2.941375%;
         column-gap: 2.941375%;
  }
  .page--feature .detail__btn a {
    margin: 0 auto;
  }
  .page--special .section--list {
    display: flex;
  }
  .page--special .section--list > .section-tit {
    position: relative;
    top: unset;
  }
  .page--special .section--list .section-tit {
    margin-bottom: 2.5vw;
  }
  .page--special .section--list .archive-tit {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .page--special .section--list .list--contents {
    margin-bottom: 100px;
  }
  .page--special .section--list .list--contents li {
    margin-bottom: 30px;
  }
  .page--special .section--list .list--contents.archive-contents li {
    width: 19%;
    margin-bottom: 15px;
  }
  .page--special .section--list .list--contents.archive-contents:before {
    content: "";
    display: block;
    width: 19%;
    order: 1;
  }
  .page--special .section--list .list--contents.archive-contents:after {
    content: "";
    display: block;
    width: 19%;
  }
  .page--special .section--list .list--contents.archive-contents li.empty_item {
    width: 19%;
  }
  .page--special .section--detail {
    width: 850px;
    margin: 0 auto;
    padding: 0;
  }
  .page--special .section--detail .section-tit {
    margin-bottom: 70px;
  }
  .page--fc--shop {
    font-size: 14px;
  }
  .page--fc--shop .section--detail {
    width: 850px;
    padding: 0;
    margin: 0 auto;
  }
  .page--fc--shop .section--detail .tit {
    font-size: 24px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .page--fc--shop .section--detail .lead {
    font-size: 14px;
    margin-bottom: 50px;
  }
  .page--fc--shop .section--detail .wrap--lower--contents {
    margin-bottom: 80px;
  }
  .page--fc--shop .section--detail .wrap--lower--contents .ph {
    width: 60%;
    margin: 40px auto;
  }
  .page--fc--shop .section--detail .wrap--lower--contents .item-tit {
    padding: 16px;
    font-size: 20px;
  }
  .page--fc--shop .section--detail .wrap--lower--contents .item-tit + .ph {
    margin: 0 auto 40px;
  }
  .page--fc--shop .section--detail .wrap--lower--contents .item-tit + .ph img {
    display: block;
    width: 60%;
    margin: 0 auto;
  }
  .page--fc--shop .section--detail .wrap--lower--contents .blu-ray img {
    padding: 40px 0;
  }
  .page--fc--shop .section--detail .wrap--lower--contents .caution-tit {
    font-size: 16px;
  }
  .page--fc--shop .section--detail .item-detail {
    font-size: 12px;
    margin-bottom: 80px;
    padding: 40px 40px 10px;
    overflow: hidden;
  }
  .page--fc--shop .section--detail .item-detail .block-tit {
    font-size: 16px;
  }
  .page--fc--shop .section--detail .item-detail p, .page--fc--shop .section--detail .item-detail dl, .page--fc--shop .section--detail .item-detail .list-caution {
    margin-bottom: 30px;
  }
  .page--fc--shop .section--detail .item-detail dt {
    font-weight: bold;
  }
  .page--fc--shop .section--detail .item-detail dd {
    margin-bottom: 14px;
    font-size: 10px;
  }
  .page--fc--shop .section--detail .item-detail h6 {
    font-size: 12px;
    font-weight: bold;
  }
  .page--fc--shop .section--detail .item-detail .list-caution {
    padding: 14px;
  }
  .page--fc--shop .section--detail .item-detail .list-caution li {
    margin-bottom: 14px;
  }
  .page--fc--shop .section--detail .item-detail .btn--main {
    font-size: 14px;
  }
  .page--fc--shop .section--detail .item-detail .btn--main:hover:hover {
    opacity: 0.5;
  }
  .page--fc--shop .section--detail .fc_shop_more {
    text-align: center;
  }
  .page--fc--shop .section--detail .enter .bridge-txt {
    margin-bottom: 30px;
  }
  .page--bridge {
    font-size: 14px;
  }
  .page--bridge .section--detail {
    width: 850px;
    padding: 0;
    margin: 0 auto;
  }
  .page--bridge .section--detail .tit {
    font-size: 24px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .page--bridge .section--detail .enter .bridge-txt {
    margin-bottom: 30px;
  }
  .page--feature .page--attention.section--detail {
    display: flex;
  }
  .page--feature .page--attention.section--detail > .block--tit {
    position: sticky;
  }
  .page--feature .page--attention.section--detail .wrap--lower--contents {
    margin-bottom: 40px;
  }
  .page--game > h2 {
    width: 500px;
    margin: 0 auto 20px;
  }
  .page--game .section--detail {
    width: 500px;
    margin: 0 auto;
    padding: 0;
  }
  .page--game .section--detail .qrcode {
    width: 300px;
    margin: 15px auto 10px;
  }
  .page--support .section--detail {
    display: flex;
  }
  .page--support .section--detail .section-tit {
    position: sticky;
    width: 30%;
    font-size: 2.8rem;
    line-height: 1.4;
  }
  .page--support .section--detail > *:not(.section-tit) {
    width: 64%;
    margin-left: auto;
  }
  .page--faq .section--list .section--header .section-tit {
    font-size: 30px;
    line-height: 1.5;
  }
  .page--faq .section--list .section--header .list--category {
    gap: 12px;
  }
  .page--faq .section--list .section--header .list--category li a {
    font-size: 1.2rem;
  }
  .page--faq .section--list .block--faq {
    width: 60%;
  }
  .page--faq .section--list .searchBox {
    margin: 0 0 64px auto;
  }
  .page--faq .section--list .tit {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 1em;
    font-weight: normal;
    text-align: left;
  }
  .page--faq .section--detail .block--faq {
    width: 60%;
  }
  .page--faq .list--faq li a:hover {
    opacity: 0.5;
  }
  .page--faq .block--faq-detail .txt a:hover {
    opacity: 0.5;
  }
  .page--questionnaire .section--detail > .block--tit .tit {
    font-size: 2rem;
  }
  .page--questionnaire .section--detail > #questionnaire_form {
    width: 60%;
  }
  .page--questionnaire .section--detail .section--inner {
    width: min(80%, 900px);
    margin: 0 auto;
  }
  .page--questionnaire .section--detail .txt--sub {
    text-align: center;
    margin-bottom: 20px;
  }
  .page--questionnaire .section--detail .form--confirm {
    margin-bottom: 60px;
  }
  .page--questionnaire .section--detail .form--confirm dt {
    margin-bottom: 5px;
  }
  .page--questionnaire .section--detail .form--confirm dd {
    margin-bottom: 40px;
  }
  .page--fanmail .section--detail .section-tit {
    font-size: 40px;
  }
  .page--mailmagazine .section--detail {
    width: 850px;
    margin: 0 auto;
    padding: 0;
  }
  .page--mailmagazine .section--detail .box-list {
    margin-bottom: 60px;
  }
  .page--mailmagazine .section--detail .box-list h3 {
    font-size: 18px;
    padding: 15px 40px;
    margin-bottom: 50px;
  }
  .page--mailmagazine .section--detail .box-list dl {
    margin-bottom: 20px;
  }
  .page--mailmagazine .section--detail .box-list dt {
    padding-bottom: 2px;
    margin: 0 40px 4px;
    font-size: 16px;
    font-weight: 600;
  }
  .page--mailmagazine .section--detail .box-list dd {
    margin: 0 40px 20px;
  }
  .page--mailmagazine .section--detail .box-list .btn {
    margin-bottom: 30px;
  }
  .page--mailmagazine .section--detail .box-list .btn--main {
    width: 60%;
  }
  .page--mailmagazine .section--detail .box-list .btn--main:hover {
    opacity: 0.5;
  }
  .page--feature .page--entry.section--detail {
    display: flex;
    padding-top: 4em;
  }
  .page--feature .page--entry > .block--tit {
    position: sticky;
    width: calc(36% - 98px);
  }
  .page--feature .page--entry > .block--tit span {
    display: inline-block;
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 0.8em;
  }
  .page--feature .page--entry > .block--tit .logo-fc {
    width: min(80%, 320px);
  }
  .page--feature .page--entry > .block--detail {
    width: 64%;
  }
  .page--feature .page--entry .block--contents {
    padding: 40px;
  }
  .page--feature .page--entry .block--contents .tit-fc {
    font-size: 3rem;
    margin-bottom: 1.5em;
  }
  .page--feature .page--entry .block--contents > .tit {
    font-size: 2rem;
    margin-bottom: 16px;
  }
  .page--feature .page--entry .block--contents > .tit.contents-tit {
    font-size: 2.4rem;
    margin-bottom: 16px;
  }
  .page--feature .page--entry .block--contents .list--contents-fc {
    row-gap: 3em;
  }
  .page--feature .page--entry .block--contents .list--contents-fc .tit {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 8px;
  }
  .page--feature .page--entry .block--contents .list--contents-fc > li {
    font-size: 1.4rem;
  }
  .page--feature .page--entry .block--contents .list--contents-fc > li .inner {
    padding-top: 1em;
  }
  .page--feature .page--entry .block--contents .list--contents-fc > li .txt--sub {
    font-size: 0.8em;
  }
  .page--feature .page--entry .block--stage .tit + p {
    font-size: 16px;
  }
  .page--feature .page--entry .block--btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page--feature .page--entry .block--btn .btn.entry {
    width: 48%;
  }
  .page--feature .page--entry .block--btn .btn.entry span {
    display: block;
  }
  .page--feature .page--entry .block--btn .btn.entry .btn--main {
    min-width: unset;
    width: min(90%, 300px);
  }
  .page--feature .page--entry .block--btn .first_login {
    margin-top: 1vw;
    width: 100%;
  }
  .page--feature .page--entry .block--btn .first_login a:hover {
    text-decoration: none;
  }
  .page--feature .page--entry .block--pid .txt--link:hover {
    text-decoration: none;
  }
  .page--first_login.section--detail {
    width: 850px;
    padding: 0;
    margin: 0 auto;
  }
  .page--first_login.section--detail .txt--sub .caution {
    padding: 4%;
  }
  .page--first_login.section--detail .section-tit {
    font-size: 34px;
    text-align: center;
    line-height: 1.6em;
    margin-bottom: 80px;
  }
  .page--first_login.section--detail .block--lead {
    margin-bottom: 60px;
  }
  .page--first_login.section--detail .step li {
    position: relative;
    width: 23%;
    float: left;
    font-size: 11px;
    box-sizing: border-box;
    margin: 0 2% 2% 0;
  }
  .page--first_login.section--detail .step li::after {
    content: "";
    border-left: 12px solid #E1C0EA;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin-top: -10px;
    position: absolute;
    right: -12px;
    top: 50%;
  }
  .page--first_login.section--detail .step li:last-child {
    margin: 0;
  }
  .page--first_login.section--detail .step li:last-child:after {
    display: none;
  }
  .page--first_login.section--detail .step li a {
    display: block;
    letter-spacing: 0.05em;
    line-height: 1.2;
    height: 100px;
    padding: 14px;
  }
  .page--first_login.section--detail .step li a:hover {
    opacity: 0.5;
  }
  .page--first_login.section--detail .step li span:first-of-type {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
  }
  .page--first_login.section--detail .btn.entry {
    width: 60%;
    margin: 0 auto;
  }
  .page--birthday-message .section--detail .tit {
    margin-bottom: 48px;
  }
  .page--birthday-message .section--detail .txt--basic {
    margin: 0 auto;
    width: min(80%, 900px);
  }
  .page--birthday-message .section--detail .detail__btn {
    margin-top: 4em;
  }
  .page--birthday-message .section--detail .detail__btn a {
    margin: 0 auto;
  }
  .page--confirm .tit {
    margin-bottom: 40px;
  }
  .page--confirm .section--inner {
    width: min(80%, 900px);
    margin: 0 auto;
  }
  .page--error .section--detail {
    flex-direction: column;
  }
  .page--error .section--detail .tit {
    font-size: 30px;
    line-height: 1.6em;
    margin: 0 0 1em;
    text-align: center;
  }
  footer .inner {
    margin: 0 7.17vw;
    padding-top: 40px;
    padding-bottom: 56px;
  }
  footer .list--support {
    margin-bottom: 32px;
  }
  footer .list--support dt {
    display: none;
  }
  footer .nav--support li {
    display: inline-block;
    font-size: 1.2rem;
  }
  footer .nav--support li a {
    position: relative;
    display: block;
  }
  footer .nav--support li a:hover {
    opacity: 0.5;
  }
  footer .nav--support li:not(:last-child) {
    margin-right: 24px;
  }
  footer .list--link {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  footer .list--link li a:hover {
    opacity: 0.5;
  }
  footer .copyright {
    font-size: 1rem;
  }
}
@media screen and (min-width: 691px) and (max-width: 1300px) {
  .page--home #area--fc .block--area-header {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 8px;
    margin-bottom: min(9vh, 72px);
  }
  .page--home #area--fc .block--area-header .list--nav__login {
    margin-left: 0;
  }
}
/* IE対応 */
/* safari対応 */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  _::-webkit-full-page-media, _:future, :root .page--special .section--list .list--contents li .thumb img {
    height: 0;
    padding-top: 54%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* common.scss
  ============================== */
  .pc {
    display: none !important;
  }
  .block--pager__detail {
    margin-top: 48px;
  }
  .block--pager {
    font-size: 1.4rem;
  }
  .block--pager .pager__list-parent {
    font-size: 1.4rem;
  }
  .btn--main {
    min-width: 100%;
    padding: 14px;
  }
  /* video */
  /*  page--biography
  ------------------------------ */
  /* page--bbs
  ------------------------------ */
  /*  page--game
  ------------------------------ */
  /*  page--fanmail
  ------------------------------ */
  /* .team popup
  ------------------------------ */
  /* .page--first_login
  ------------------------------ */
  /* page--birthday-message
  ------------------------------ */
  /* page--error
  ------------------------------ */
  /*  appli
  ------------------------------ */
  /*  notice
  ------------------------------ */
}
@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: 100%;
    padding: 14px;
  }
}
@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) {
  .login--btn li {
    display: block;
  }
  .login--btn li a {
    font-size: 16px;
    padding: 0;
  }
  .list__more a, header .inner .list--nav__login li a,
  .detail__btn a {
    padding-left: 0.8em;
  }
  .detail__btn a {
    margin: 0 auto;
  }
  .wrap--btn {
    display: flex;
    flex-direction: column-reverse;
  }
  .wrap--btn .btn a {
    margin: 0;
  }
  input[type=submit] {
    -webkit-appearance: none;
    border-radius: 0;
  }
  header h1 {
    position: absolute;
    width: min(17vw, 70px);
    top: 32px;
    left: 6.15vw;
  }
  header [class^=section--] {
    margin-bottom: min(25.13vw, 98px);
  }
  header .inner {
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    background-color: #E1C0EA;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s 0s ease;
  }
  header .inner .g-nav {
    background-color: #E1C0EA;
    height: inherit;
  }
  header .inner .g-nav > [class^=block--nav__] {
    padding: 12vw 6.15vw;
  }
  header .inner .g-nav > [class^=block--nav__] .list--nav__contents {
    display: flex;
    flex-wrap: wrap;
  }
  header .inner .g-nav > [class^=block--nav__] .list--nav__contents li {
    display: block;
    width: 50%;
    margin-bottom: 0.7em;
    font-size: min(5vw, 1.8rem);
  }
  header .inner .g-nav .block--nav__official {
    padding-top: 140px;
  }
  header .inner .block--nav__official {
    background-color: #ffffff;
  }
  header .inner .block--nav__official .list--nav__contents {
    margin-bottom: 24px;
  }
  header .inner .block--nav__official .list--nav__sns li {
    font-size: 1.6rem;
  }
  header .inner .block--nav__official .list--nav__sns li:not(:last-child) {
    margin-right: 1em;
  }
  header .inner .block--nav__fc .tit-fc {
    font-size: 2.5rem;
  }
  header .inner .list--nav__login {
    -moz-column-gap: 12px;
         column-gap: 12px;
    margin-bottom: 40px;
  }
  header .inner .list--nav__login li {
    font-size: 1.6rem;
  }
  .list--nav__sns .nav--sns__twitter:before,
  .list--nav__sns .nav--sns__twitter_fc:before {
    top: -12px;
    font-size: 1rem;
  }
  .drawer-visible header {
    z-index: 10000;
  }
  .drawer-visible header h1 {
    position: fixed;
  }
  .drawer-visible header .inner {
    opacity: 1;
    pointer-events: all;
  }
  .drawer-visible.page--home header h1 {
    width: min(17vw, 70px);
    top: 32px;
    left: 6.15vw;
    padding: 0;
  }
  body:not(.page--home) header h1 {
    transition: all 0.3s 0s ease;
  }
  footer .inner {
    margin: 0 6.15vw;
    padding: 24px 0;
  }
  footer .nav--support {
    overflow: hidden;
    height: 0;
    padding: 0 0;
    line-height: 0;
    opacity: 0;
  }
  footer .nav--support li {
    display: block;
    font-size: 1.4rem;
  }
  footer .nav--support li:not(:last-child) {
    margin-bottom: 16px;
  }
  footer .list--support {
    margin-bottom: 32px;
  }
  footer .list--support dt {
    position: relative;
    padding-left: 24px;
  }
  footer .list--support dt::before, footer .list--support dt::after {
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    position: absolute;
    transition: all 0.3s 0s ease;
    background-color: #2C2C2C;
    top: 6px;
    left: 8px;
  }
  footer .list--support dt::before {
    transform: rotate(0);
  }
  footer .list--support dt::after {
    transform: rotate(90deg);
  }
  footer .list--support dt.open {
    margin-bottom: 16px;
  }
  footer .list--support dt.open::before {
    transform: rotate(90deg);
    opacity: 0;
  }
  footer .list--support dd.open-contents .nav--support {
    opacity: 1;
    height: auto;
    line-height: normal;
  }
  footer .list--link {
    font-size: 1.3rem;
  }
  footer .list--link li {
    margin-bottom: 8px;
  }
  footer .copyright {
    font-size: 1rem;
  }
  .thumb.nonlogin.members::before {
    content: "MEMBERSHIP\aONLY";
    font-size: 1.8rem;
    letter-spacing: 0.04em;
    line-height: 1.2;
  }
  .ph.img_copyright:before {
    font-size: 1.2rem;
    bottom: 15px;
    right: 10px;
  }
  .area--movie .video-js.vjs-fullscreen {
    height: 100% !important;
    height: 100vh !important;
    height: 100svh !important;
  }
  .area--movie .video-js.vjs-fullscreen .vjs-poster {
    background-size: contain !important;
    height: 100%;
    height: 100vh;
    height: 100svh;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .slick-dots li {
    height: 3px;
    width: 18px;
    margin: 0 5px 0 0;
  }
  .date {
    display: inline-block;
    font-size: 1.4rem;
    margin-bottom: 4px;
  }
  .category {
    display: inline-block;
    font-size: 1rem;
    padding: 3px 16px 2px;
    margin-bottom: 0;
    position: relative;
  }
  .block--tit .category-tit {
    opacity: 0.4;
  }
  .tit {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .article-txt {
    font-size: 1.1rem;
  }
  .list--information li:last-child a {
    padding-top: 12px;
  }
  .list--information li:first-child a {
    padding-bottom: 12px;
  }
  .block--schedule__date .md {
    font-size: 2rem;
  }
  .block--schedule__date .yy, .block--schedule__date .week {
    font-size: 1.1rem;
  }
  .list--contents li {
    width: calc(50% - 4px);
  }
  .list--contents li .thumb {
    margin-bottom: 8px;
  }
  .list--contents li .wrap--date {
    margin-bottom: 4px;
  }
  .list--contents li .date {
    font-size: 1.1rem;
  }
  .list--contents li .tit {
    font-size: 1.1rem;
    line-height: 1.4;
    margin-bottom: 4px;
  }
  .list--contents .thumb.login.img_copyright:before {
    font-size: 1.1rem;
    bottom: 8px;
    right: 4px;
  }
  .list--contents .thumb.nonlogin.members::before {
    font-size: 1.4rem;
  }
  .list--photo li {
    width: 50%;
  }
  .list--category li a {
    padding: 4px 16px;
  }
  li.no-data {
    padding: 2em 0;
  }
  a, input {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  body:not(.page--home) .content-main {
    padding: min(36vw, 160px) 6.15vw 80px;
  }
  .section-tit {
    font-size: min(9.3vw, 3.6rem);
  }
  .section--list, .section--detail {
    padding-top: 32px;
  }
  .section--list {
    padding-top: 1em;
  }
  .section--list .section-tit {
    margin-bottom: 56px;
  }
  .section--list .section--header {
    margin-bottom: 16px;
  }
  .section--list .section--header .section-tit {
    margin-bottom: 56px;
  }
  .section--list .list--contents li {
    margin-bottom: 32px;
  }
  .section--list .list--information li {
    border-bottom: 1px solid rgba(44, 44, 44, 0.1);
  }
  .section--list .list--information li a {
    padding: 32px 0;
  }
  .section--list > .no-data {
    margin-top: 56px;
  }
  .section--detail {
    width: 100%;
  }
  .section--detail > .section-tit {
    margin-bottom: 28px;
  }
  .section--detail > .block--tit {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(44, 44, 44, 0.1);
  }
  .section--detail > .block--tit .tit {
    line-height: 1.7;
  }
  .section--detail .wrap--date {
    margin-bottom: 4px;
  }
  .section--detail .tit {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .section--detail.new .tit:after {
    font-size: 1.4rem;
  }
  .section--detail .txt {
    padding-top: 24px;
  }
  .section--detail .detail__btn {
    margin-top: 4em;
  }
  .section--detail .block--pager {
    text-align: center;
  }
  .articleTitle,
  .articleTitle_2 {
    font-size: 1.4rem;
    padding-left: 6px;
  }
  .page--home {
    /* area--of */
    /* area--fc */
  }
  .page--home header h1 {
    width: min(30vw, 200px);
    top: 0;
    left: 0;
    padding-top: 6vh;
    padding-left: 7vw;
  }
  .page--home [id^=area--] {
    padding-left: 6.15vw;
    padding-right: 6.15vw;
  }
  .page--home [id^=area--] > [class^=section--],
  .page--home [id^=area--] > .wrap--info [class^=section--] {
    padding-top: 16px;
    margin-bottom: min(26vw, 98px);
  }
  .page--home [id^=area--] > [class^=section--]::before,
  .page--home [id^=area--] > .wrap--info [class^=section--]::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background-color: #2C2C2C;
  }
  .page--home [id^=area--] > [class^=section--].delighter::before,
  .page--home [id^=area--] > .wrap--info [class^=section--].delighter::before {
    transition: transform 0.5s 0.5s cubic-bezier(0.29, 0.02, 0.04, 0.9);
    transform-origin: left center;
    transform: scaleX(0);
  }
  .page--home [id^=area--] > [class^=section--].delighter.started::before,
  .page--home [id^=area--] > .wrap--info [class^=section--].delighter.started::before {
    transform: scaleX(1);
  }
  .page--home [id^=area--] > [class^=section--] .wrap--section-tit,
  .page--home [id^=area--] > .wrap--info [class^=section--] .wrap--section-tit {
    margin-bottom: 3em;
  }
  .page--home .section--top {
    padding-top: 24vh;
    margin-bottom: min(26vw, 98px);
  }
  .page--home .section--top .scroll {
    display: none;
  }
  .page--home .section--top .birthday-message {
    right: 50%;
    bottom: 6.15vw;
    transform: translateX(50%);
    width: calc(100% - 12.3vw);
  }
  .page--home .section--top .birthday-message a {
    font-size: min(3.4vw, 1.3rem);
    line-height: 1.3;
    padding: 1.4em 3em 1.4em 1.4em;
  }
  .page--home .section--top #btn--area--fc {
    padding: 1em 6.15vw;
  }
  .page--home .section--top.login {
    margin-bottom: 0;
  }
  .page--home .section--top.login .section--banner {
    padding-right: 24vw;
  }
  .page--home .section--top.login #btn--area--fc {
    margin-bottom: 48px;
  }
  .page--home .section--banner {
    padding-left: 6.15vw;
    padding-right: 12.31vw;
  }
  .page--home .section--banner .list--bnr li {
    width: calc(33.3333333333% - 16px);
  }
  .page--home .section--banner.no-carousel.one .swiper-container {
    padding-right: 6.15vw;
  }
  .page--home .section--banner .swiper-button-wrapper {
    display: none;
  }
  .page--home .section--top.login + .section--pickup {
    margin-top: unset;
  }
  .page--home .section--pickup {
    padding-left: 6.15vw;
    padding-right: 6.15vw;
    margin-bottom: min(26vw, 98px);
    margin-top: min(-13vw, -48px);
    margin-bottom: min(13vw, 48px);
  }
  .page--home .section--pickup .list--pickup li .tit {
    font-size: 1.3rem;
  }
  .page--home .section--pickup .list--pickup li .txt {
    font-size: 1.1rem;
  }
  .page--home #area--of {
    padding-bottom: min(24vh, 200px);
  }
  .page--home #area--of .section--disco {
    display: flex;
    flex-direction: column;
  }
  .page--home #area--of .section--disco .block--detail {
    order: 1;
  }
  .page--home #area--of .section--disco .block--detail .tit {
    font-size: 2.4rem;
  }
  .page--home #area--of .section--disco .block--detail .date {
    font-weight: 500;
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  .page--home #area--of .section--disco .block--thumb {
    margin-bottom: 16px;
  }
  .page--home #area--of .section--movie .list--movie {
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 3vw;
    grid-row-gap: 32px;
  }
  .page--home #area--of .section--movie .list--movie li:nth-child(1) {
    grid-area: 1/1/2/3;
  }
  .page--home #area--of .section--movie .list--movie li:nth-child(1) .thumb {
    margin-bottom: 8px;
  }
  .page--home #area--of .section--movie .list--movie li:nth-child(2) {
    grid-area: 2/1/3/2;
  }
  .page--home #area--of .section--movie .list--movie li:nth-child(3) {
    grid-area: 2/2/3/3;
  }
  .page--home #area--of .section--movie .list--movie li:nth-child(2) .thumb, .page--home #area--of .section--movie .list--movie li:nth-child(3) .thumb {
    margin-bottom: 4px;
  }
  .page--home #area--of .section--movie .list--movie li:nth-child(2) .tit, .page--home #area--of .section--movie .list--movie li:nth-child(3) .tit {
    font-size: 1.1rem;
  }
  .page--home #area--fc {
    padding-top: min(20vh, 100px);
    padding-bottom: min(20vh, 100px);
  }
  .page--home #area--fc .block--area-header {
    flex-direction: column;
    row-gap: 8px;
    margin-bottom: min(9vh, 72px);
  }
  .page--home #area--fc .block--area-header .tit-fc {
    font-size: min(12vw, 5rem);
    line-height: 1;
  }
  .page--home #area--fc .block--area-header .list--nav__login {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .page--home #area--fc .block--area-header .list--nav__login li {
    font-size: 1.6rem;
  }
  .page--home #area--fc .block--area-header .nav__item--mypage,
  .page--home #area--fc .block--area-header .nav__item--join,
  .page--home #area--fc .block--area-header .nav__item--login {
    font-size: 1.6rem;
  }
  .page--home #area--fc .block--area-header .nav__item--mypage a,
  .page--home #area--fc .block--area-header .nav__item--join a,
  .page--home #area--fc .block--area-header .nav__item--login a {
    padding-left: 0.8em;
  }
  .page--home #area--fc .block--area-header .nav__item--mypage a::before,
  .page--home #area--fc .block--area-header .nav__item--join a::before,
  .page--home #area--fc .block--area-header .nav__item--login a::before {
    width: 4px;
    height: 4px;
  }
  .page--home #area--fc .block--contents {
    display: flex;
    flex-direction: column;
  }
  .page--home #area--fc .block--contents .block--detail {
    order: 1;
  }
  .page--home #area--fc .block--contents .block--detail .article-txt {
    margin-top: 4px;
  }
  .page--home #area--fc .block--contents .block--thumb {
    margin-bottom: 16px;
  }
  .page--home .footer .inner {
    border-top: 1px solid #2C2C2C;
    padding: 16px 0 6.15vw;
  }
  .page--home.loaded .drawer__btn,
  .page--home.loaded .scroll {
    opacity: 1;
  }
  .page--home.loaded.all-clear .drawer__btn {
    transition: 0.3s;
  }
  .page--info .section--list .block--btn {
    margin-top: 24px;
  }
  .page--info .section--detail.new .tit::after {
    vertical-align: 0px;
    line-height: 1;
  }
  .page--info .section--detail {
    width: 100%;
  }
  .page--info .section--detail .txt {
    padding-top: 24px;
    padding-bottom: 32px;
  }
  .page--info .section--detail .box {
    padding: 8%;
  }
  .page--info .section--detail .box .btn--sub {
    padding: 1em 2em;
    line-height: 1.4;
  }
  .page--info .section--detail .block--share {
    margin-top: 24px;
    margin-right: 2px;
  }
  .page--info .section--detail .txt + .block--share {
    margin-top: 0;
  }
  .page--info.category-3 .section--list .section--header, .page--info.category-8 .section--list .section--header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .page--info.category-3 .section--list .section--header .section-tit, .page--info.category-8 .section--list .section--header .section-tit {
    margin-bottom: 0;
  }
  .page--info.category-1 .section--list .section-tit, .page--info.category-16 .section--list .section-tit {
    margin-bottom: 40px;
  }
  .page--info.category-18 .section--detail .block--tit {
    margin-bottom: unset;
    padding-bottom: unset;
    border-bottom: unset;
  }
  .page--discography .list--category {
    margin-bottom: 2em;
  }
  .page--discography .list--discography .thumb {
    margin: 0 auto 1em;
  }
  .page--discography .section--detail .block--disc-detail {
    padding-top: 24px;
  }
  .page--discography .section--detail .block--disc-detail .tit {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 4px;
  }
  .page--discography .section--detail .block--disc-detail .wrap--date {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  .page--discography .section--detail .block--disc-detail .txt {
    padding-top: 0;
  }
  .page--discography .section--detail .block--disc-detail .txt, .page--discography .section--detail .block--disc-detail .link {
    width: 100%;
  }
  .page--feature .page--bio .section--detail .ph {
    margin-bottom: 24px;
  }
  .page--feature .page--bio .section--detail .name {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 24px;
  }
  .page--feature .page--bio .section--detail .txt {
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .page--blog .section--list .article-txt {
    font-size: 1rem;
  }
  .page--blog .section--detail .block--form {
    margin: 30px 0;
  }
  .page--blog .section--detail .block--form > p {
    margin-bottom: 6px;
  }
  .page--blog .section--detail .block--comment .list--comment li.no-data {
    font-size: 3vw;
  }
  .page--movie .section--list .leadBox + .list--contents {
    margin-top: 32px;
  }
  .page--movie .section--list .leadBox,
  .page--movie .section--detail .wrap--leadBox .leadBox {
    padding: 6%;
    font-size: 1.2rem;
  }
  .page--movie .section--detail .tit {
    margin-bottom: 25px;
  }
  .page--movie .section--detail .block--tit {
    margin-bottom: unset;
    padding-bottom: unset;
    border-bottom: unset;
  }
  .page--movie .section--detail .block--form {
    margin: 30px 0;
  }
  .page--movie .section--detail .block--form > p {
    margin-bottom: 6px;
  }
  .page--movie .section--detail .txt--basic {
    margin-top: 1em;
    margin-bottom: 1em;
    border-top: 1px solid rgba(44, 44, 44, 0.1);
    border-bottom: 1px solid rgba(44, 44, 44, 0.1);
    padding: 25px 0;
  }
  .page--movie.new-movie .section--detail {
    display: flex;
    flex-direction: column;
  }
  .page--movie.new-movie .section--detail .block--tit {
    order: -1;
  }
  .page--movie.new-movie .section--detail .area--movie {
    margin-bottom: 24px;
  }
  .page--movie.new-movie .section--detail .area--movie .block--player {
    margin-bottom: 0;
  }
  .page--movie.new-movie .section--detail .txt {
    padding-top: 0;
  }
  .page--movie.new-movie .section--detail .block--tab__main {
    margin-top: 40px;
  }
  .page--qa .block--form dl.list--comment {
    padding: 1em;
  }
  .page--qa.category-2 .section-tit {
    font-size: 5.5vw;
  }
  .page--special .section--list .archive-tit {
    margin-bottom: 12px;
    font-size: 22px;
  }
  .page--special .section--list .list--contents {
    margin-bottom: 80px;
  }
  .page--special .section--list .list--contents li {
    margin-bottom: 10px;
  }
  .page--special .section--list .list--contents.archive-contents li {
    width: 48%;
  }
  .page--special .section--list .wrap--arhive--2017 .archive-tit {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .page--special .section--list .wrap--arhive--2017 p {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .page--special .section--list .wrap--arhive--2017 .articleLink li {
    width: 48%;
  }
  .page--special .section--list .wrap--arhive--2017 .articleLink li .btn--sub {
    font-size: 10px;
    padding: 15px;
  }
  .page--special .section--detail .section-tit {
    margin-bottom: 45px;
  }
  .page--bbs {
    /*=================================
    	記事詳細
    ===================================*/
  }
  .page--bbs.wrapThread .wrap:after {
    height: calc(14vh + 50vw);
  }
  .page--bbs .block--parent .mainLogo {
    padding: 8vw;
    margin-bottom: 24px;
  }
  .page--bbs .block--parent .leadArea {
    text-align: left;
    margin-bottom: 0;
  }
  .page--bbs .block--parent .lead {
    text-align: left;
    font-size: 13px;
    line-height: 1.7;
  }
  .page--bbs .block--parent {
    margin: 0px auto 25px;
  }
  .page--bbs .block--post {
    margin: 0 auto 25px;
    width: 100%;
  }
  .page--bbs .block--post .form--post {
    padding: 15px;
  }
  .page--bbs .block--post .form--post dl dd {
    margin-bottom: 15px;
  }
  .page--bbs .block--post .form--post dl {
    padding-bottom: 0px;
    margin-bottom: 15px;
  }
  .page--bbs .block--attention {
    padding: 15px;
    margin-bottom: 35px;
    border-width: 2px;
  }
  .page--bbs .block--attention .attention_tit {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .page--bbs .block--attention .attentionList li {
    font-size: 12px;
  }
  .page--bbs .list--comment li {
    width: 48%;
    margin-bottom: 20px;
  }
  .page--bbs .list--comment li .txt {
    font-size: 12px;
    margin-bottom: 2px;
  }
  .page--bbs .list--comment li .name {
    font-size: 11px;
    margin-bottom: 0;
  }
  .page--bbs .list--comment li .place {
    right: 8px;
    left: 12px;
    font-size: 10px;
    line-height: 1.5;
    text-align: center;
    word-break: break-word;
  }
  .page--bbs .popup .close {
    top: 15px;
    right: 15px;
  }
  .page--bbs .block--error {
    padding: 15px;
    font-size: 13px;
    margin-bottom: 25px;
  }
  .page--bbs .form--confirm {
    padding: 20px;
  }
  .page--bbs .bbs_icon {
    font-size: 11px;
    width: 80px;
    padding: 7px;
    box-shadow: 2px 2px 0 #fff;
  }
  .page--bbs .form--confirm .reply_confirm_box {
    padding: 13px;
  }
  .page--bbs .form--confirm dt {
    font-size: 12px;
  }
  .page--bbs .form--confirm dd {
    margin-bottom: 15px;
  }
  .page--bbs .form--confirm dd:last-child {
    margin-bottom: 0;
  }
  .page--bbs.page--bbs03 .block--parent .mainLogo {
    padding: 15px;
  }
  .page--bbs.page--bbs03 .leadPeriod {
    font-size: 14px !important;
    border: 1px solid;
    padding: 13px;
  }
  .page--bbs.page--bbs03 .block--post .form-entry-tit {
    padding: 20px;
    font-size: 15px;
  }
  .page--bbs.page--bbs03 .block--post .form--post {
    padding: 20px 15px;
  }
  .page--bbs.page--bbs03 .block--attention {
    padding: 20px 15px;
  }
  .page--bbs.page--bbs03 .form--confirm {
    padding: 20px;
  }
  .page--bbs.page--bbs03 .list--comment {
    margin-bottom: 0;
  }
  .page--bbs.page--bbs03 .list--comment li .place {
    font-size: 10px;
    width: 91%;
    text-align: left;
  }
  .page--bbs.comment--detail .comment_detail_box {
    margin-bottom: 25px;
  }
  .page--bbs.comment--detail .list--reply {
    margin: 20px 0;
  }
  .page--bbs.comment--detail .list--reply > li {
    padding: 15px 0;
  }
  .page--bbs.comment--detail .list--reply .txt {
    font-size: 13px;
    padding: 5px 0;
    line-height: 1.6;
  }
  .page--bbs.comment--detail .list--reply .name {
    font-size: 12px;
  }
  .page--bbs.comment--detail .list--reply .date {
    font-size: 12px;
  }
  .page--fc--shop .section--detail .tit {
    font-size: 16px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .page--fc--shop .section--detail .lead {
    font-size: 12px;
    margin-bottom: 30px;
  }
  .page--fc--shop .section--detail .wrap--lower--contents {
    margin-bottom: 40px;
  }
  .page--fc--shop .section--detail .wrap--lower--contents .ph {
    width: 90%;
    margin: 20px auto;
  }
  .page--fc--shop .section--detail .wrap--lower--contents .item-tit {
    padding: 10px;
    font-size: 14px;
  }
  .page--fc--shop .section--detail .wrap--lower--contents .item-tit + .ph {
    margin: 0 auto 15px;
  }
  .page--fc--shop .section--detail .wrap--lower--contents .item-tit + .ph img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .page--fc--shop .section--detail .wrap--lower--contents .blu-ray img {
    padding: 40px 0;
  }
  .page--fc--shop .section--detail .wrap--lower--contents .chart-style {
    font-size: 12px;
  }
  .page--fc--shop .section--detail .wrap--lower--contents .chart-style dt, .page--fc--shop .section--detail .wrap--lower--contents .chart-style dd {
    padding: 1em 1.5em;
  }
  .page--fc--shop .section--detail .wrap--lower--contents .caution-tit {
    font-size: 14px;
  }
  .page--fc--shop .section--detail .item-detail {
    font-size: 12px;
    margin-bottom: 60px;
    padding: 20px;
    overflow: hidden;
  }
  .page--fc--shop .section--detail .item-detail .block-tit {
    font-size: 14px;
  }
  .page--fc--shop .section--detail .item-detail p:not(.btn), .page--fc--shop .section--detail .item-detail dl, .page--fc--shop .section--detail .item-detail .list-caution {
    margin-bottom: 45px;
  }
  .page--fc--shop .section--detail .item-detail dt {
    font-weight: bold;
  }
  .page--fc--shop .section--detail .item-detail dd {
    margin-bottom: 10px;
    font-size: 10px;
  }
  .page--fc--shop .section--detail .item-detail h6 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 4px;
  }
  .page--fc--shop .section--detail .item-detail .list-caution {
    padding: 14px;
  }
  .page--fc--shop .section--detail .item-detail .list-caution li {
    margin-bottom: 14px;
  }
  .page--fc--shop .section--detail .item-detail .btn--main {
    font-size: 14px;
  }
  .page--fc--shop .section--detail .fc_shop_more .tit {
    text-align: left;
    font-size: 20px;
  }
  .page--fc--shop .section--detail .enter .bridge-txt {
    margin-bottom: 10px;
  }
  .page--bridge .section--detail .tit {
    font-size: 16px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .page--bridge .section--detail .lead {
    font-size: 12px;
    margin-bottom: 30px;
  }
  .page--bridge .section--detail .box {
    margin-bottom: 40px;
  }
  .page--bridge .section--detail .box .item-tit {
    padding: 10px;
    font-size: 14px;
  }
  .page--bridge .section--detail .box .chart-style {
    font-size: 12px;
  }
  .page--bridge .section--detail .box .chart-style dt, .page--bridge .section--detail .box .chart-style dd {
    padding: 1em 1.5em;
  }
  .page--bridge .section--detail .box .caution-tit {
    font-size: 14px;
  }
  .page--bridge .section--detail .enter .bridge-txt {
    margin-bottom: 10px;
  }
  .page--feature .page--attention.section--detail > .block--tit {
    margin-bottom: 32px;
  }
  .page--feature .page--attention.section--detail .tit {
    margin-bottom: 16px;
  }
  .page--feature .page--attention.section--detail .lead {
    font-size: 1.2rem;
  }
  .page--feature .page--attention.section--detail .wrap--lower--contents {
    margin-bottom: 20px;
    padding: 1.3em 1.3em 0.8em;
  }
  .page--feature .page--attention.section--detail .wrap--lower--contents .chart-style {
    font-size: 12px;
  }
  .page--feature .page--attention.section--detail .wrap--lower--contents .chart-style dt, .page--feature .page--attention.section--detail .wrap--lower--contents .chart-style dd {
    padding: 1em 1.5em;
  }
  .page--game > h2 {
    margin: 0 auto 32px;
  }
  .page--game .section--detail {
    padding-top: unset;
  }
  .page--support .section--detail .section-tit {
    font-size: 5.8vw;
    margin-bottom: 40px;
  }
  .page--support .section--detail .txt + .list--support {
    padding-top: 16px;
  }
  .page--faq .section--list .list--category li a {
    opacity: 1;
  }
  .page--faq .section-tit {
    font-size: 5.5vw;
  }
  .page--faq .searchBox input[type=text] {
    padding: 0.5em;
  }
  .page--faq .list--faq {
    margin: 0 0 60px;
  }
  .page--faq .list--faq li a {
    padding: 16px 0;
  }
  .page--questionnaire .section--detail .tit {
    font-size: 14px;
  }
  .page--questionnaire .section--detail form .input--half {
    width: 100% !important;
  }
  .page--questionnaire .section--detail form .input--quarter {
    width: 50% !important;
  }
  .page--questionnaire .section--detail form .form--post dt {
    margin: 2em 0 1em;
  }
  .page--questionnaire .section--detail form .icon--required::before {
    vertical-align: inherit;
    padding: 2px 6px;
  }
  .page--questionnaire .section--detail .form--confirm {
    padding: 30px 25px;
    margin-bottom: 20px;
  }
  .page--questionnaire .section--detail .txt--sub {
    font-size: 10px;
    text-indent: -1em;
    padding-left: 1em;
  }
  .page--fanmail .section--detail .section-tit {
    font-size: 8vw;
    letter-spacing: 0.02em;
  }
  .page--mailmagazine .section--detail .box-list {
    margin-bottom: 30px;
  }
  .page--mailmagazine .section--detail .box-list h3 {
    padding: 10px 20px;
    margin-bottom: 35px;
    font-size: 15px;
  }
  .page--mailmagazine .section--detail .box-list h3 span {
    display: block;
    font-size: 12px;
  }
  .page--mailmagazine .section--detail .box-list dl {
    margin-bottom: 20px;
  }
  .page--mailmagazine .section--detail .box-list dt {
    padding-bottom: 2px;
    margin: 0 30px 4px;
    font-size: 14px;
    font-weight: 600;
  }
  .page--mailmagazine .section--detail .box-list dd {
    margin: 0 30px 15px;
    font-size: 12px;
  }
  .page--mailmagazine .section--detail .box-list .btn {
    margin-bottom: 30px;
  }
  .page--mailmagazine .section--detail .box-list .btn--main {
    width: 82%;
    min-width: auto;
    padding: 15px 20px;
    margin: 0 auto;
    font-size: 12px;
  }
  .page--feature .page--entry .tit {
    margin-bottom: 10px;
  }
  .page--feature .page--entry .btn--area {
    font-size: 13px;
    margin: 0 auto;
  }
  .page--feature .page--entry .btn--area .btn.entry .btn--main {
    width: 100%;
  }
  .page--feature .page--entry > .block--tit {
    margin-bottom: 32px;
    padding-bottom: unset;
    border-bottom: unset;
  }
  .page--feature .page--entry > .block--tit span {
    display: inline-block;
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 0.6em;
  }
  .page--feature .page--entry > .block--tit .logo-fc {
    width: 60%;
    margin-bottom: 24px;
  }
  .page--feature .page--entry .block--contents {
    padding: 24px;
  }
  .page--feature .page--entry .block--contents .tit-fc {
    font-size: 2.5rem;
    margin-bottom: 1em;
  }
  .page--feature .page--entry .block--contents > .tit {
    font-size: 24px;
  }
  .page--feature .page--entry .block--contents > .tit.contents-tit {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .page--feature .page--entry .block--contents .list--contents-fc {
    row-gap: 2.5em;
  }
  .page--feature .page--entry .block--contents .list--contents-fc > li .tit {
    font-size: 1.8rem;
  }
  .page--feature .page--entry .block--contents .list--contents-fc > li .inner {
    padding-top: 0.8em;
  }
  .page--feature .page--entry .block--contents .list--contents-fc > li .txt {
    padding-top: unset;
  }
  .page--feature .page--entry .block--detail > [class^=block--] table {
    font-size: 13px;
  }
  .page--feature .page--entry .block--detail > [class^=block--] table th {
    width: 100px;
    padding: 10px 13px;
    font-weight: bold;
    text-align: center;
    font-size: 10px;
  }
  .page--feature .page--entry .block--detail > [class^=block--] table td {
    padding: 10px;
  }
  .page--feature .page--entry .block--detail > [class^=block--] table td .txt--sub {
    text-indent: -1em;
    padding-left: 1em;
  }
  .page--feature .page--entry .block--btn .note {
    width: 100%;
    padding: 20px;
    margin: 0 auto 10px;
  }
  .page--feature .page--entry .block--btn .btn.entry {
    margin-bottom: 2em;
  }
  .page--feature .page--entry .block--btn .first_login a {
    font-size: 1.1rem;
  }
  .popup-inner {
    padding: 60px 0 0;
  }
  .popup-inner .tit {
    font-size: 15px;
  }
  .page--first_login.section--detail .section-tit {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 40px;
  }
  .page--first_login.section--detail .section-tit span.attention {
    font-size: 14px;
  }
  .page--first_login.section--detail .txt,
  .page--first_login.section--detail .txt--link a {
    font-size: 13px;
  }
  .page--first_login.section--detail .txt--link a {
    line-height: 1.4;
  }
  .page--first_login.section--detail .block--lead {
    margin: 0 0 40px;
    font-size: 14px;
  }
  .page--first_login.section--detail .block--lead .txt {
    line-height: 1.6;
    margin-bottom: 1em;
  }
  .page--first_login.section--detail .step .tit {
    font-size: 16px;
  }
  .page--first_login.section--detail .step li {
    position: relative;
    margin-bottom: 15px;
    font-size: 12px;
  }
  .page--first_login.section--detail .step li::after {
    border-top: 12px solid #E1C0EA;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    content: "";
    margin-left: -10px;
    position: absolute;
    bottom: -12px;
    left: 50%;
  }
  .page--first_login.section--detail .step li:last-child:after {
    display: none;
  }
  .page--first_login.section--detail .step li a {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px;
  }
  .page--first_login.section--detail .step li span {
    line-height: 1.4;
  }
  .page--first_login.section--detail .step li span:first-of-type {
    margin-right: 10px;
    font-weight: bold;
  }
  .page--first_login.section--detail .block--attention {
    padding: 16px;
    margin: 1.5em 0;
  }
  .page--first_login.section--detail .block--attention .tit {
    font-size: 14px;
  }
  .page--first_login.section--detail .block--step .block > .tit {
    font-size: 14px;
  }
  .page--first_login.section--detail .block--step .list--step > li {
    padding: 5%;
  }
  .page--birthday-message .section--detail .tit {
    margin-bottom: 28px;
    font-size: 8vw;
  }
  .page--birthday-message .section--detail .txt--basic {
    font-size: 12px;
  }
  .page--confirm .detail__btn {
    margin-top: 0;
  }
  .page--confirm .tit {
    margin-bottom: 40px;
  }
  .page--confirm #comment_form dl {
    padding: 1em;
  }
  .page--error .section--detail .section-tit {
    font-size: min(7.3vw, 2.7rem);
  }
  .page--error .section--detail .txt--basic {
    text-align: left;
  }
  .page--contact.section--detail .input--half {
    width: 100% !important;
  }
  .page--contact.section--detail .form--post dt {
    margin: 2em 0 0.5em;
  }
  .page--notice {
    background: #fff;
  }
  .page--notice .wrap {
    padding-top: 0;
    padding-bottom: 0;
    background: #fff;
  }
  .page--notice .wrap > .bg {
    background: #fff;
  }
  .page--notice .section--list .no-data {
    color: #000;
    opacity: 1;
  }
  .page--notice .section--list .list--info {
    border-top: 1px solid #dcdcdc;
  }
  .page--notice .section--list .list--info li a {
    color: #000;
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #dcdcdc;
  }
  .page--notice .section--list .list--info li a .date {
    font-size: 10px;
    font-weight: 200;
    line-height: 1;
    letter-spacing: 0.05em;
    margin: 5px 0 0;
    color: #000;
  }
  .page--notice .section--list .list--info li a .txt {
    font-size: 13px;
    line-height: 1.6;
    word-break: break-all;
  }
}
/*  tablet
------------------------------ */
@media screen and (min-width: 768px) and (max-width: 960px) {
  body {
    font-size: 1.6rem;
  }
  .slick-dots li {
    width: 34px;
    height: 3px;
    margin: 0 6px 0 0;
  }
  .block--pager {
    font-size: 14px;
  }
  .block--pager .pager__item--older a::after,
  .block--pager .pager__item--older span::after,
  .block--pager .pager__item--newer a::after,
  .block--pager .pager__item--newer span::after {
    width: 10px;
    height: 10px;
  }
  .section--list .section-tit {
    font-size: 40px;
    margin-bottom: 50px;
  }
  .section--list .list--contents > li {
    margin-bottom: 56px;
  }
  .section--detail .date {
    line-height: 1.2;
  }
  .section--detail .tit {
    font-size: 2.4vw;
  }
  .section--detail.new .tit:after {
    font-size: 2.4vw;
  }
  .thumb.nonlogin:not(.img_copyright):before,
  .thumb.nonlogin.img_copyright:before {
    top: 47%;
    left: 7vw;
    font-size: 3.4vw;
  }
  .about-rights dd {
    font-size: 90%;
  }
  .block--category {
    margin: 40px auto 20px;
  }
  .ph.img_copyright:before {
    font-size: 20px;
    bottom: 20px;
    right: 15px;
  }
  .thumb.img_copyright:not(.members):before {
    bottom: 20px;
    right: 15px;
    font-size: 20px;
  }
  .list--contents > li {
    width: calc(50% - 8px);
  }
  .list--contents > li .thumb {
    margin-bottom: 16px;
  }
  .list--contents > li .tit {
    margin-bottom: 8px;
  }
  .date {
    font-size: 1.4rem;
  }
  .tit {
    font-size: 1.4rem;
  }
  .page--home .updating-latest-contents .wrap--date .date {
    font-size: 15px;
  }
  .page--home .updating-latest-contents .wrap--date > p, .page--home .updating-latest-contents .wrap--date > p:after {
    font-size: 15px;
  }
  .page--home .section--top + .section--pickup {
    margin-top: unset;
  }
  .page--home .section--latest .wrap--section-tit .section-tit {
    font-size: 5vw;
  }
  .page--home .thumb.nonlogin:not(.img_copyright):before,
  .page--home .thumb.nonlogin.img_copyright:before {
    top: 48%;
    left: 19vw;
    font-size: 6vw;
  }
  .page--home .thumb.img_copyright:before {
    bottom: 20px;
    right: 10px;
    font-size: 20px;
  }
  .page--info .section--list .section-tit {
    margin-bottom: 50px;
  }
  .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 .txt--basic {
    font-size: 16px;
  }
  .page--bio .section--detail .section-tit {
    font-size: 40px;
    margin-bottom: 7%;
  }
  .page--bio .section--detail .inner .thumb {
    margin: 0 auto 60px;
  }
  .page--bio .section--detail .name {
    font-size: 4.5vw;
  }
  .page--bio .section--detail .txt {
    font-size: 2.2vw;
  }
  .page--discography .block--disc-detail .tit {
    font-size: 3.2vw;
  }
  /*  page--fanmail
  ------------------------------ */
  .page--fanmail .section--detail .section-tit {
    font-size: 40px;
    margin-bottom: 7%;
  }
  .page--feature .page--entry > .block--tit .logo-fc {
    width: min(320px, 60%);
  }
  .page--special .section--list .list--contents.archive-contents::after {
    content: "";
    display: block;
    width: 32%;
  }
  .page--special .section--list .list--contents.archive-contents li {
    width: 32%;
  }
  .page--special .section--list .wrap--arhive--2017 .articleLink li .btn--sub {
    font-size: inherit;
    padding: 0;
  }
  .page--feature .galleryList {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 25px;
    -moz-column-gap: 2.941375%;
         column-gap: 2.941375%;
  }
  .page--support .section--detail .section-tit {
    font-size: 32px;
    margin-bottom: 7%;
  }
  .page--faq .section--list .section-tit {
    font-size: 32px;
    margin-bottom: 7%;
  }
  .page--fc--shop .section--detail .section-tit {
    margin-bottom: 70px;
  }
  .page--fc--shop .section--detail .item-detail {
    margin-bottom: 100px;
  }
  .page--fc--shop .section--detail .fc_shop_more .tit, .page--fc--shop .section--detail .fc_shop_more p {
    text-align: center;
  }
}/*# sourceMappingURL=fanclub-service.css.map */