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

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

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

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

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

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

.font-sub {
  font-family: "span-compressed", serif;
}

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

.font-light {
  font-family: "myriad-pro", sans-serif;
}

/* 2.3 form
------------------------------ */
.form {
  width: 100%;
  margin: 0 auto;
}
.form dt {
  margin: 2em 0 0.75em;
}
.form dd {
  margin: 0 0 1em;
}

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

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

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

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

/* autofill */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #fff inset;
}

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

/* input */
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
input[type=time],
input[type=date] {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  border-radius: 0.3em;
  border: none;
  padding: 0.6em;
  color: #000;
  background: #fff;
  color: #000;
}
@media screen and (min-width: 961px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  input[type=time],
  input[type=date] {
    font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic Pro";
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
}
@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],
  input[type=time],
  input[type=date] {
    font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic Pro";
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=time]:focus,
input[type=date]:focus {
  border-color: inherit;
}
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,
input[type=time].form__error,
input[type=date].form__error {
  background: #fff0ea;
  color: #FF3939;
  border-color: #FF3939;
}
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,
input[type=time].form__error:focus,
input[type=date].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],
input[type=time][disabled],
input[type=date][disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

.input--half {
  width: 50% !important;
}

.input--quarter {
  width: 25% !important;
}

/* textarea */
textarea {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  border-radius: 0.3em;
  border: none;
  padding: 0.6em;
  color: #000;
  resize: none;
  height: auto;
  line-height: 1.6;
}
@media screen and (min-width: 961px) {
  textarea {
    font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic Pro";
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  textarea {
    font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic Pro";
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
textarea:focus {
  border-color: inherit;
}
textarea.form__error {
  background: #fff0ea;
  color: #FF3939;
  border-color: #FF3939;
}
textarea.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
textarea[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

/* select */
.form__select {
  display: inline-block;
  position: relative;
}
.form__select::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #2D4C8B;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  transition: 0.3s;
  vertical-align: middle;
}
.form__select:after {
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%) rotate(-45deg);
}
.form__select select {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  border-radius: 0.3em;
  border: none;
  padding: 0.6em;
  color: #000;
  padding-right: 2.5em;
}
@media screen and (min-width: 961px) {
  .form__select select {
    font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic Pro";
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
}
@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";
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
.form__select select:focus {
  border-color: inherit;
}
.form__select select.form__error {
  background: #fff0ea;
  color: #FF3939;
  border-color: #FF3939;
}
.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__checkbox label p {
  display: inline-block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
  padding-left: 1.8em;
}
.form__checkbox input[type=checkbox],
.form__checkbox input[type=radio],
.form__checkbox input[type=file] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__checkbox.form__error {
  color: #FF3939;
}
.form__checkbox label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 0.3em;
  border: 1px solid rgba(255, 255, 255, 0.4);
  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 rgba(255, 255, 255, 0.4);
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  top: 70%;
  left: 0.2em;
  transform: rotate(-45deg);
  opacity: 0;
}
.form__checkbox :checked ~ p::after {
  border-color: white;
  top: 50%;
  opacity: 1;
}

.form__radio label p {
  display: inline-block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
  padding-left: 1.8em;
}
.form__radio input[type=checkbox],
.form__radio input[type=radio],
.form__radio input[type=file] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__radio.form__error {
  color: #FF3939;
}
.form__radio label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__radio :checked ~ p::before {
  border-color: white;
  border-width: 0.3em;
}

.form__toggle label p {
  display: inline-block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
  padding-left: 1.8em;
}
.form__toggle input[type=checkbox],
.form__toggle input[type=radio],
.form__toggle input[type=file] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__toggle.form__error {
  color: #FF3939;
}
.form__toggle label p {
  padding-left: 0;
  position: relative;
}

.searchBox {
  position: relative;
  margin: 4em auto 2em;
}
.searchBox form {
  position: relative;
}
.searchBox input[type=text] {
  background: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 1em 2.4em 1em 1em;
  color: #000;
  border: unset;
}
.searchBox input[type=submit] {
  position: absolute;
  top: 50%;
  right: 0.8em;
  transform: translateY(-50%);
  z-index: 2;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #2D4C8B;
  font-family: FontAwesome;
  cursor: pointer;
  font-size: 2rem;
}

/* horizontal */
.form--horizontal li {
  display: inline-block;
}
.form--horizontal li .form__selectbox {
  display: inline-block !important;
}

.form--horizontal label {
  display: inline-block;
  margin: 0 0.3em 0 0;
}

/* error-list */
@keyframes maskSlide {
  from {
    mask-position: 100% 0%;
    -webkit-mask-position: 100% 0%;
  }
  to {
    mask-position: 0% 0%;
    -webkit-mask-position: 0% 0%;
  }
}
@keyframes maskSlideVertical {
  from {
    mask-position: 0% 100%;
    -webkit-mask-position: 0% 100%;
  }
  to {
    mask-position: 0% 0%;
    -webkit-mask-position: 0% 0%;
  }
}
/*   ==============================================================
*  contents
*  ============================================================ */
/* common.scss
============================== */
html {
  visibility: hidden;
  scroll-behavior: smooth;
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}
html.wf-active .content-main,
html.loading-delay .content-main {
  opacity: 1;
}

html {
  font-size: 62.5%;
}

html, body {
  height: 100%;
}

body {
  position: relative;
  background: #2D4C8B;
  color: #fff;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-feature-settings: "palt";
}
@media screen and (min-width: 961px) {
  body {
    font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic Pro";
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic Pro";
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
body::before {
  content: "";
  position: fixed;
  background: linear-gradient(0deg, #102A52 0%, #2A6ED0 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  pointer-events: none;
}
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/static/cnblue/fanclub/common/bg_noise.webp);
  background-repeat: repeat;
  background-size: 160px 160px;
  opacity: 0.4;
  z-index: -1;
  pointer-events: none;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body::after {
    background-size: 80px 80px;
  }
}

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

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

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

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

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

::-moz-selection {
  background: rgba(255, 255, 255, 0.5);
}

.svg-symbol {
  display: none !important;
}

.mb8 {
  margin-bottom: 8px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb32 {
  margin-bottom: 32px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb48 {
  margin-bottom: 48px;
}

.pb8 {
  padding-bottom: 8px;
}

.pb16 {
  padding-bottom: 16px;
}

.pb24 {
  padding-bottom: 24px;
}

.mt8 {
  margin-top: 8px;
}

.mt16 {
  margin-top: 16px;
}

.mt24 {
  margin-top: 24px;
}

.mt32 {
  margin-top: 32px;
}

.mt40 {
  margin-top: 40px;
}

.mt48 {
  margin-top: 48px;
}

.pt8 {
  padding-top: 8px;
}

.pt16 {
  padding-top: 16px;
}

.pt24 {
  padding-top: 24px;
}

span.br {
  display: inline-block;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.btn {
  text-align: center;
}

.btn-base-style, .btn--main, .btn--sub {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  border: none;
  cursor: pointer;
}

.btn--main, .btn--sub {
  padding: 1.5em;
  text-decoration: none !important;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.08em;
  border-radius: 9999px;
  margin: 1em auto;
  line-height: 1.4;
}
@media screen and (min-width: 961px) {
  .btn--main, .btn--sub {
    position: relative;
    font-size: 1.8rem;
    min-width: 300px;
    transition: transform 0.5s cubic-bezier(0.25, 0.6, 0.3, 1);
  }
  .btn--main:hover, .btn--sub:hover {
    transform: scale(0.9);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn--main, .btn--sub {
    position: relative;
    font-size: 1.6rem;
    width: min(80%, 300px);
  }
}

.btn--main {
  background: #fff;
  color: #2D4C8B;
}

.btn--sub {
  background: none;
  color: #fff;
  border: 1px solid #fff;
}

.btn--link {
  position: relative;
  margin: 1em 0;
  line-height: 1.2;
  text-align: center;
}
.btn--link::after {
  content: "";
  position: relative;
  top: 0;
  right: -0.5em;
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(45deg);
}
@media screen and (min-width: 961px) {
  .btn--link {
    font-size: 1.4rem;
    transition: opacity 0.3s;
  }
  .btn--link:hover {
    opacity: 0.5;
  }
}

.btn--first_login {
  width: min(100%, 360px);
}

.btn--attention a {
  position: relative;
  margin: 1em auto;
  text-align: left;
  background-color: transparent;
  border: 1px solid #fff;
  display: block;
  font-size: 1.3rem;
  width: 100%;
  padding: 16px 32px 16px 16px;
  border-radius: 4px;
  line-height: 1.6;
}
@media screen and (min-width: 961px) {
  .btn--attention a:hover {
    background-color: #fff;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn--attention a {
    font-size: 1.1rem;
  }
}
.btn--attention a::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 0px;
  border-color: #213764;
  border-top: solid 2px;
  border-right: solid 2px;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  right: 1.6em;
  vertical-align: middle;
}
.btn--attention a strong {
  font-weight: bold;
  display: block;
}
.btn--attention a.sub {
  background-color: #fff;
}
@media screen and (min-width: 961px) {
  .btn--attention a.sub:hover {
    background-color: #cccccc;
  }
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  letter-spacing: inherit;
}

.detail__btn a {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "span-compressed", serif;
  font-weight: 300;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.02em;
  font-size: 2rem;
  margin: 0 auto;
}
.detail__btn a::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 20px;
  aspect-ratio: 25/18;
  background-image: url(/static/cnblue/fanclub/common/parts_arrow.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
}
.detail__btn a::before {
  transform: scale(-1, -1);
  margin-right: 0.5em;
}
.detail__btn a::after {
  content: "BACK";
  position: relative;
}
@media screen and (min-width: 961px) {
  .detail__btn a {
    mask-image: url(/static/cnblue/fanclub/common/mask_text.png);
    -webkit-mask-image: url(/static/cnblue/fanclub/common/mask_text.png);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: 400% 100%;
    -webkit-mask-size: 400% 100%;
    mask-position: 0% 0%;
    -webkit-mask-position: 0% 0%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .detail__btn a:hover {
    animation: maskSlide 1.5s cubic-bezier(0.18, 0.88, 0.32, 1) forwards;
  }
}

.list__more {
  line-height: 1;
}
@media screen and (min-width: 961px) {
  .list__more {
    margin-top: 8px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .list__more {
    margin-bottom: 4px;
  }
}
.list__more a {
  font-family: "myriad-pro", serif;
  font-weight: 300;
  font-style: italic;
  font-optical-sizing: auto;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
}
.list__more a::after {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  background-image: url(/static/cnblue/fanclub/common/parts_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0.5em;
  aspect-ratio: 25/18;
  background-size: contain;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .list__more a::after {
    width: 16px;
  }
}
@media screen and (min-width: 961px) {
  .list__more a {
    mask-image: url(/static/cnblue/fanclub/common/mask_text.png);
    -webkit-mask-image: url(/static/cnblue/fanclub/common/mask_text.png);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: 400% 100%;
    -webkit-mask-size: 400% 100%;
    mask-position: 0% 0%;
    -webkit-mask-position: 0% 0%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .list__more a:hover {
    animation: maskSlide 1.5s cubic-bezier(0.18, 0.88, 0.32, 1) forwards;
  }
}

a.text--link {
  text-decoration: underline;
}
@media screen and (min-width: 961px) {
  a.text--link:hover {
    text-decoration: none;
  }
}

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

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

.txt--indent {
  padding-left: 1em;
  text-indent: -1em;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.red {
  color: #FF3939;
}

.date {
  font-family: "myriad-pro", serif;
  font-weight: 300;
  font-style: italic;
  font-optical-sizing: auto;
  letter-spacing: 0.08em;
  display: inline-block;
  line-height: 1.2;
}

.category {
  font-family: "myriad-pro", serif;
  font-weight: 300;
  font-style: italic;
  font-optical-sizing: auto;
  letter-spacing: 0.08em;
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 2px 8px;
  line-height: 1.2;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.category::after {
  content: "";
  position: absolute;
  inset: 0;
  filter: blur(1px);
  background: linear-gradient(0deg, #3669B2 0%, #4A97E6 100%), rgba(74, 151, 230, 0.3);
  z-index: -1;
  mix-blend-mode: screen;
  opacity: 0.7;
}

.date + .category {
  margin-left: 0.5em;
}

.ph, .thumb {
  position: relative;
  line-height: 0;
  text-align: center;
}
.ph .dummy, .thumb .dummy {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ph img, .thumb img {
  width: 100%;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

header {
  position: relative;
  z-index: 10001;
}
header .logo {
  position: absolute;
}
header .logo a {
  display: block;
  height: 100%;
  line-height: 0;
}
header .logo a img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
header .list--nav__contents li,
header .list--nav__login li {
  text-transform: uppercase;
}
header .drawer {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: all 0.5s 0s ease;
  background: linear-gradient(0deg, #102A52 0%, #2A6ED0 100%);
}
header .drawer .g-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  overflow-y: scroll;
}
header .drawer .g-nav ul {
  display: flex;
  z-index: 10;
}
header .drawer .g-nav li {
  overflow: hidden;
}
header .drawer .g-nav li a, header .drawer .g-nav li button {
  font-family: "span-compressed", serif;
  font-weight: 300;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.02em;
  font-size: 1.6rem;
  line-height: 1;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0;
  transform: translateY(20px);
}
header .drawer .nav-tit {
  font-family: "myriad-pro", serif;
  font-weight: 300;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.08em;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 1em;
  opacity: 0;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  header .drawer .nav-tit {
    font-size: 1.2rem;
  }
}
header .drawer .list--nav__login {
  color: #fff;
}
header .drawer .list--nav__login a, header .drawer .list--nav__login button {
  font-family: "span-compressed", serif;
  font-weight: 300;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.02em;
  line-height: 1.2;
  color: #fff;
  display: inline-block;
}
@media screen and (min-width: 961px) {
  header .drawer .g-nav .list--nav__login a::after {
    color: #2D4C8B;
  }
}

.list--nav__contents .disable {
  opacity: 0.5;
  pointer-events: none;
}

.page--home header .nav__item--home {
  display: none;
}

.drawer__btn {
  position: fixed;
  z-index: 10001;
}
.drawer__btn .drawer__btn-inner {
  position: absolute;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 48px;
  height: 48px;
  color: #fff;
  cursor: pointer;
}
.drawer__btn .drawer__btn-inner::after {
  content: "Menu";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  text-indent: 0;
  text-align: center;
  font-family: "span-compressed", serif;
  font-weight: 300;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: 1;
}
.drawer__btn span {
  display: block;
  width: 48px;
  height: 1px;
  background-color: #fff;
  transition: transform 0.3s ease;
  transform-origin: center;
}

.drawer-visible .drawer {
  visibility: visible;
  opacity: 1;
}
.drawer-visible .drawer .g-nav li a, .drawer-visible .drawer .g-nav li button {
  animation: animationText 0.8s 0.3s cubic-bezier(0.18, 0.88, 0.32, 1) forwards;
}
.drawer-visible .drawer .g-nav .nav-tit {
  animation: opacity 0.5s 0.3s cubic-bezier(0.18, 0.88, 0.32, 1) forwards;
}
.drawer-visible .drawer__btn {
  gap: 0;
}
.drawer-visible .drawer__btn .drawer__btn-inner::after {
  content: "Close";
}
.drawer-visible .drawer__btn span {
  position: absolute;
}
.drawer-visible .drawer__btn span:nth-of-type(1) {
  transform: rotate(-16deg);
}
.drawer-visible .drawer__btn span:nth-of-type(2) {
  opacity: 0;
}
.drawer-visible .drawer__btn span:nth-of-type(3) {
  transform: rotate(16deg);
}

footer {
  text-align: left;
}
footer .copyright {
  font-family: "myriad-pro", serif;
  font-weight: 300;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.08em;
  font-size: 1.4rem;
  line-height: 1;
}
footer .element {
  font-family: "Arial", "Helvetica", sans-serif;
  color: #fff;
  line-height: 1.2;
}

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

.page--home footer .block-tit {
  margin-bottom: 1em;
}
.page--home footer ul {
  display: flex;
  flex-direction: column;
  row-gap: 1em;
}
.page--home footer ul li a, .page--home footer ul li .inner__btn {
  line-height: 1.6;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.page--home footer ul li button {
  vertical-align: top;
  text-align: left;
  line-height: 1.6;
}
.page--home footer .list--link li {
  font-family: "span-compressed", serif;
  font-weight: 300;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.02em;
}
.page--home footer .list--link li a {
  font-size: 2rem;
}
.page--home footer .list--link li a::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 20px;
  aspect-ratio: 25/18;
  background-image: url(/static/cnblue/fanclub/common/parts_arrow.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
}
.page--home footer .list--link li a::after {
  margin-left: 0.5em;
}
.page--home footer .block--support .block-tit {
  position: relative;
  font-family: "span-compressed", serif;
  font-weight: 300;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding-left: 0.5em;
  font-size: 2.4rem;
  line-height: 1.2;
}
.page--home footer .block--support .block-tit::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  background: linear-gradient(0deg, #3669B2 0%, #4A97E6 100%);
  filter: blur(1px);
  top: 0;
  left: 0;
  z-index: -1;
}

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

.page--home .wrap::before, .page--home .wrap::after {
  content: "";
  position: fixed;
  width: 50%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: radial-gradient(circle, #4574BE 0%, #2D4C8B 100%);
  filter: blur(50px);
  mix-blend-mode: screen;
  z-index: -1;
  pointer-events: none;
}
.page--home .wrap::before {
  top: -40%;
  left: 0;
  opacity: 0.3;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .wrap::before {
    top: -10%;
  }
}
.page--home .wrap::after {
  bottom: -50%;
  right: 0;
  opacity: 0.2;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .wrap::after {
    bottom: -10%;
  }
}

.content-main {
  position: relative;
}
.content-main [class^=section--] {
  position: relative;
}

.section--detail .detail__btn, .section--list .detail__btn {
  margin-top: 4em;
}

.section-tit {
  position: relative;
  font-family: "span-compressed", serif;
  font-weight: 300;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.02em;
  text-align: left;
  line-height: 1;
  text-transform: uppercase;
  padding-left: 0.3em;
}
.section-tit::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  background: linear-gradient(0deg, #3669B2 0%, #4A97E6 100%);
  filter: blur(1px);
  top: 0;
  left: 0;
  z-index: -1;
}
.section-tit span {
  display: block;
  font-weight: 700;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic Pro";
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 961px) {
  .section-tit {
    font-size: 8rem;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section-tit {
    font-size: min(10vw, 4rem);
  }
  .section-tit span {
    font-size: 1.4rem;
  }
}

body:not(.page--home) .section-tit {
  margin-bottom: 1em;
}

.section--detail .tit {
  margin-bottom: 0.5em;
  font-size: 2.4rem;
  line-height: 1.6;
}
.section--detail > .txt {
  margin-top: 3em;
}
.section--detail > .txt .ph {
  margin: 1em 0;
}
.section--detail > .txt a {
  text-decoration: underline;
}
@media screen and (min-width: 961px) {
  .section--detail > .txt a:hover {
    text-decoration: none;
  }
}

body.page--home.logout .block--contents .thumb > img,
body.logout .list--contents li .thumb > img {
  background-size: cover;
  filter: blur(20px) brightness(0.5);
  transform: scale(1.5);
  will-change: transform, filter;
}
body.page--home.logout .block--contents .thumb::after,
body.logout .list--contents li .thumb::after {
  content: "MEMBERSHIP ONLY";
  position: absolute;
  width: 30%;
  padding-top: 38%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "span-compressed", serif;
  font-weight: 300;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.02em;
  color: #fff;
  font-size: 1.7em;
  text-align: center;
  line-height: 1;
  background-image: url(/static/cnblue/fanclub/common/logo--fc.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 20;
  white-space: nowrap;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home.logout .block--contents .thumb::after,
  body.logout .list--contents li .thumb::after {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  body.page--home.logout .block--contents .thumb::after,
  body.logout .list--contents li .thumb::after {
    font-size: 2em;
  }
}

.txt_emoji {
  font-family: apple color emoji, segoe ui emoji, noto color emoji, android emoji, emojisymbols, emojione mozilla, twemoji mozilla, segoe ui symbol;
}

.block--player {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  width: 100%;
  background: #000000;
  line-height: 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;
}
.block--player .vjs-playing.vjs-fullscreen .video-js {
  height: 100vh !important;
}

.video {
  position: relative;
  padding-top: 56.25%;
}
.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.block--pager {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5em auto 0;
  text-align: center;
}
.block--pager li {
  position: relative;
  margin: 0 0.6em;
}
.block--pager a {
  display: block;
  position: relative;
  text-decoration: none;
  transition: 0.2s;
}
.block--pager .pager__item--current,
.block--pager .pager__item--other {
  font-family: "myriad-pro", serif;
  font-weight: 300;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.08em;
  font-size: 2rem;
}
.block--pager .pager__item--newer,
.block--pager .pager__item--older {
  position: relative;
  line-height: 1;
}
.block--pager .pager__item--newer span, .block--pager .pager__item--newer a,
.block--pager .pager__item--older span,
.block--pager .pager__item--older a {
  position: relative;
}
.block--pager .pager__item--newer span::after, .block--pager .pager__item--newer a::after,
.block--pager .pager__item--older span::after,
.block--pager .pager__item--older a::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 20px;
  aspect-ratio: 25/18;
  background-image: url(/static/cnblue/fanclub/common/parts_arrow.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
}
.block--pager .pager__item--newer span,
.block--pager .pager__item--older span {
  opacity: 0.3;
}
.block--pager .pager__item--current {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 1;
  letter-spacing: 0;
}
.block--pager .pager__item--current span {
  display: block;
  width: 100%;
  height: 100%;
}
.block--pager .pager__item--newer span::after, .block--pager .pager__item--newer a::after {
  transform: scale(-1, 1);
}
.block--pager .pager__item--other a {
  opacity: 0.3;
}
@media screen and (min-width: 961px) {
  .block--pager .pager__item--other a:hover {
    opacity: 1;
  }
  .block--pager .pager__item--newer a:hover {
    opacity: 0.5;
  }
  .block--pager .pager__item--older a:hover {
    opacity: 0.5;
  }
}
.block--pager .pager__list-parent {
  font-family: "span-compressed", serif;
  font-weight: 300;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.02em;
  font-size: 2rem;
  transition: opacity 0.3s;
}
.block--pager .pager__list-parent:hover {
  opacity: 0.5;
}

.list--info li {
  position: relative;
}
.list--info li a {
  padding: 2em 0;
  display: block;
  line-height: 1.6;
}
.list--info li .tit {
  margin-top: 1em;
}
.list--info li:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform-origin: left center;
  background: linear-gradient(0deg, #3669B2 0%, #4A97E6 100%);
  filter: blur(1px);
}
.list--info li.new .tit::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 36px;
  aspect-ratio: 47/20;
  background-image: url(/static/cnblue/fanclub/common/parts_new.svg);
  background-repeat: no-repeat;
  background-size: 36px;
  background-position: center;
  margin-left: 0.5em;
}

.list--contents li {
  position: relative;
  margin-bottom: 4em;
}
.list--contents li .thumb {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.list--contents li .thumb img {
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: contain;
}
.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 a {
  display: block;
  line-height: 1.6;
}
.list--contents li .thumb {
  margin-bottom: 1em;
}
.list--contents li .tit {
  margin-top: 0.2em;
}
.list--contents li.new .tit::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 36px;
  aspect-ratio: 47/20;
  background-image: url(/static/cnblue/fanclub/common/parts_new.svg);
  background-repeat: no-repeat;
  background-size: 36px;
  background-position: center;
  margin-left: 0.5em;
}

.list--category {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin: 2em 0;
}
.list--category li:not(.current) a span {
  opacity: 0.5;
}
@media screen and (min-width: 961px) {
  .list--category li:not(.current) a span {
    mask-image: url(/static/cnblue/fanclub/common/mask_text.png);
    -webkit-mask-image: url(/static/cnblue/fanclub/common/mask_text.png);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: 400% 100%;
    -webkit-mask-size: 400% 100%;
    mask-position: 0% 0%;
    -webkit-mask-position: 0% 0%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .list--category li:not(.current) a:hover span {
    animation: maskSlide 1.5s cubic-bezier(0.18, 0.88, 0.32, 1) forwards;
  }
}

.list--attention {
  padding-left: 1.5em;
}
.list--attention li {
  list-style-type: disc;
}
.list--attention li:not(:last-child) {
  margin-bottom: 0.5em;
}
.list--attention li a {
  text-decoration: underline;
}
@media screen and (min-width: 961px) {
  .list--attention li a {
    transition: opacity 0.3s;
  }
  .list--attention li a:hover {
    opacity: 0.3;
  }
  .list--attention li a:hover {
    text-decoration: none;
  }
}

.list--faq li {
  position: relative;
}
.list--faq li a {
  text-decoration: none;
  line-height: 1.7;
}
.list--faq li a > span {
  padding: 2em 0;
  display: flex;
  justify-content: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.list--faq li:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform-origin: left center;
  background: linear-gradient(0deg, #3669B2 0%, #4A97E6 100%);
  filter: blur(1px);
}
.list--faq li:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform-origin: left center;
  background: linear-gradient(0deg, #3669B2 0%, #4A97E6 100%);
  filter: blur(1px);
}
.list--faq li .txt {
  margin: 0;
}
.list--faq li .icon--q {
  margin-right: 4px;
}
.list--faq .tit {
  font-size: 1.4rem;
}

.swiper-button-wrapper {
  position: relative;
  z-index: 10;
}
.swiper-button-wrapper .swiper-button-prev, .swiper-button-wrapper .swiper-button-next {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: opacity 0.3s;
  height: auto;
}
.swiper-button-wrapper .swiper-button-prev {
  left: unset;
  transform: scale(-1, 1);
}
.swiper-button-wrapper .swiper-button-next {
  right: unset;
}

.swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  border: 1px solid #fff;
  opacity: 0.5;
  width: 6px;
  height: 6px;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.swiper-container .swiper-pagination {
  position: relative;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}

@keyframes slideIn {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideTxt {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes animationText {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes loadingMV {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0px);
  }
}
.page--home .content-main {
  margin: 0;
  padding: 0;
}
.page--home .wrap--section-tit {
  display: flex;
  gap: 1em;
}
.page--home .block--birthday_message {
  animation: float 2.5s ease-in-out infinite;
}
.page--home .block--birthday_message a {
  display: block;
  background: #fff;
  color: #2D4C8B;
  border-radius: 8px;
  padding: 1.6em;
  line-height: 1.4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page--home .block--birthday_message i {
  margin-right: 4px;
}
@media screen and (min-width: 961px) {
  .page--home .block--birthday_message {
    position: absolute;
    bottom: 24px;
    right: 24px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .block--birthday_message a {
    width: min(80%, 400px);
    margin: 2em auto;
  }
}
.page--home .section--top .block--nav {
  display: flex;
  gap: 2em;
}
.page--home .section--top .block--nav ul {
  font-family: "span-compressed", serif;
  font-weight: 300;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  font-size: 2.4rem;
  gap: 0.5em;
}
.page--home .section--top .block--nav ul li {
  line-height: 1.2;
}
.page--home .section--top .block--nav ul li a {
  display: block;
}
.page--home .section--top .block--mainvisual img {
  vertical-align: bottom;
}
.page--home .section--top .block--mainvisual img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.page--home .block--contents .thumb {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.page--home .block--contents .thumb img {
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: contain;
}
.page--home .block--contents .thumb .blur {
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  z-index: -1;
}
.page--home .block--contents .thumb .blur img {
  filter: blur(30px);
  background-size: cover;
  opacity: 0.5;
}
.page--home .block--contents .list__txt {
  margin-top: 1em;
}
.page--home .block--contents .list__txt .tit {
  margin-top: 0.4em;
  line-height: 1.6;
}
.page--home .section--information::before, .page--home .block--contents::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #102A52 0%, #2A6ED0 100%);
  opacity: 0.3;
  filter: blur(3px);
  top: 0;
  left: 0;
  z-index: -1;
}
.page--home .section--banner .swiper-container img {
  width: 100%;
  vertical-align: bottom;
}
.page--home .section--banner .swiper-button-wrapper {
  margin-top: 24px;
  position: relative;
  display: flex;
  gap: 2em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: opacity 0.3s 0s ease;
}
.page--home .section--banner .swiper-button-wrapper .swiper-button-prev.swiper-button-disabled {
  opacity: 0.3;
}
.page--home .section--banner .swiper-button-wrapper .swiper-button-prev, .page--home .section--banner .swiper-button-wrapper .swiper-button-next {
  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: relative;
  display: inline-block;
  width: 32px;
  aspect-ratio: 25/18;
  background-image: url(/static/cnblue/fanclub/common/parts_arrow.svg);
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: center;
}
.page--home .section--banner .list--bnr a {
  display: block;
}
@media screen and (min-width: 961px) {
  .page--home .section--banner.no-carousel .list--bnr {
    gap: 16px;
  }
  .page--home .section--banner.no-carousel .list--bnr li {
    width: 33.3333333333%;
  }
  .page--home .section--banner.no-carousel .swiper-button-wrapper {
    display: none;
  }
}

body.page--home:not(.already) header .logo {
  opacity: 0;
}
body.page--home:not(.already) .section--top .block--nav li {
  overflow: hidden;
}
body.page--home:not(.already) .section--top .block--nav li a span {
  opacity: 0;
  transform: translateY(20px);
}
body.page--home:not(.already) .section--top .block--mainvisual {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  filter: blur(10px);
}
body.page--home:not(.already) .section--top .block--mainvisual .thumb {
  mask-image: url(/static/cnblue/fanclub/common/mask_thumb_cover.webp);
  -webkit-mask-image: url(/static/cnblue/fanclub/common/mask_thumb_cover.webp);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 800%;
  -webkit-mask-size: 100% 800%;
  mask-position: 0% 0%;
  -webkit-mask-position: 0% 0%;
  width: 100%;
}

body.page--home:not(.already).loaded header .logo {
  animation: opacity 0.8s 1.3s cubic-bezier(0.18, 0.88, 0.32, 1) forwards;
}
body.page--home:not(.already).loaded .section--top .block--nav li a span {
  animation: animationText 0.8s 1.3s cubic-bezier(0.18, 0.88, 0.32, 1) forwards;
}
body.page--home:not(.already).loaded .section--top .block--mainvisual {
  animation: loadingMV 0.8s 2s forwards;
}
body.page--home:not(.already).loaded .section--top .block--mainvisual .thumb {
  animation: maskSlideVertical 3s cubic-bezier(0.18, 0.88, 0.32, 1) forwards;
  animation-delay: 1.5s;
}

body.page--home.already .delighter {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

body.page--home.loaded:not(.all-clear) .section--top .block--kv .swiper-slide {
  opacity: 1;
}
body.page--home.loaded:not(.all-clear) .section--top .block--kv .swiper-slide .message .container.artist {
  animation: slideTxt 0.5s ease-out 1.2s forwards;
}
body.page--home.loaded:not(.all-clear) .section--top .block--kv .swiper-slide .message .container.user {
  animation: slideTxt 0.5s ease-out 1.4s forwards;
}
body.page--home.loaded:not(.all-clear) .section--top .block--kv .swiper-slide .thumb {
  opacity: 1;
}

body.page--home:not(.already).loaded header {
  opacity: 1;
}
body.page--home:not(.already).loaded .wrap--section-tit, body.page--home:not(.already).loaded .list--info, body.page--home:not(.already).loaded .block--detail {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  filter: blur(10px);
}
body.page--home:not(.already).loaded .wrap--section-tit.delighter.started, body.page--home:not(.already).loaded .list--info.delighter.started, body.page--home:not(.already).loaded .block--detail.delighter.started {
  opacity: 1;
  transition: all 0.8s 0.3s;
  transform: translate3d(0, 0, 0);
  filter: blur(0px);
}
body.page--home:not(.already).loaded .block--detail .thumb {
  mask-image: url(/static/cnblue/fanclub/common/mask_thumb_cover.webp);
  -webkit-mask-image: url(/static/cnblue/fanclub/common/mask_thumb_cover.webp);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 800%;
  -webkit-mask-size: 100% 800%;
  mask-position: 0% 0%;
  -webkit-mask-position: 0% 0%;
  width: 100%;
}
body.page--home:not(.already).loaded .block--detail.delighter.started .thumb {
  animation: maskSlideVertical 3s cubic-bezier(0.18, 0.88, 0.32, 1) forwards;
}

body.page--home.loaded.all-clear .section--top .block--kv .swiper-slide {
  opacity: 1;
}
body.page--home.loaded.all-clear .section--top .block--kv .swiper-slide .message .container {
  transition: opacity 0.5s 0s !important;
}
body.page--home.loaded.all-clear .section--top .block--kv .swiper-slide .thumb {
  opacity: 1;
}

.page--info .section--detail.new .tit::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 40px;
  aspect-ratio: 47/20;
  background-image: url(/static/cnblue/fanclub/common/parts_new.svg);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center;
  margin-left: 0.5em;
}

.block--share {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 1em;
  margin: 3em 0;
  font-size: 2rem;
}
.block--share .share {
  font-family: "span-compressed", serif;
}
.block--share a {
  font-size: 1.8rem;
}
@media screen and (min-width: 961px) {
  .block--share a {
    transition: opacity 0.3s;
  }
  .block--share a:hover {
    opacity: 0.5;
  }
}

.page--photo.page--category--list .list--contents .tit.font-sub {
  font-size: 2.4rem;
}
.page--photo.category-8 .section--list .section-tit {
  text-transform: none;
}
.page--photo .section--detail .block--pager {
  margin-bottom: 2em;
  padding-bottom: 4em;
}
.page--photo .section--detail .block--pager::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform-origin: left center;
  background: linear-gradient(0deg, #3669B2 0%, #4A97E6 100%);
  filter: blur(1px);
}
.page--photo .section--detail > .tit + .list--contents {
  margin-top: 2em;
}
.page--photo .section--detail .list--contents {
  justify-content: flex-start;
}
.page--photo .section--detail .list--contents li {
  margin-bottom: 0;
}
.page--photo .section--detail .list--contents li .thumb {
  margin-bottom: 0;
}
.page--photo .section--detail .list--contents li .thumb img {
  background-size: cover;
}
@media screen and (min-width: 961px) {
  .page--photo .section--detail .list--contents li {
    width: 25%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--photo .section--detail .list--contents {
    display: flex;
    flex-wrap: wrap;
  }
  .page--photo .section--detail .list--contents li {
    width: 50%;
  }
}
.page--photo .section--detail > .txt {
  margin: 1em 0;
}
.page--photo .section--detail > .tit-sub {
  font-size: 1.8rem;
}

.swipebox-html .drawer__btn {
  pointer-events: none;
}
.swipebox-html .section--detail .list--contents li a {
  pointer-events: none;
}

#swipebox-slider {
  cursor: auto;
}
#swipebox-overlay {
  background: rgba(0, 0, 0, 0.9);
}
#swipebox-overlay .slide img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  outline: none;
}

#swipebox-prev, #swipebox-next, #swipebox-close {
  background: none;
  width: 4em;
  height: 4em;
}

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

#swipebox-close {
  background: none;
}
#swipebox-close::before, #swipebox-close::after {
  content: "";
  width: 2em;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 48%;
  left: 1.1em;
  transition: all 0.6s ease-out 0s;
}
#swipebox-close::before {
  transform: rotate(45deg);
}
#swipebox-close::after {
  transform: rotate(-45deg);
}

#swipebox-bottom-bar, #swipebox-top-bar {
  text-shadow: unset;
  background: unset;
  opacity: unset;
}

#swipebox-bottom-bar.visible-bars {
  transform: unset;
}

#swipebox-prev,
#swipebox-next {
  position: fixed;
  background: none;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  #swipebox-prev,
  #swipebox-next {
    display: none;
  }
}

#swipebox-prev {
  left: 3%;
}
#swipebox-prev::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1.75em;
  height: 1.75em;
  border: solid 2px;
  border-top: none;
  border-right: none;
  transform: rotate(45deg);
  margin-top: -0.25em;
  margin-right: 0.25em;
  margin-left: 1em;
  vertical-align: middle;
  pointer-events: none;
}

#swipebox-next {
  right: 3%;
}
#swipebox-next::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1.75em;
  height: 1.75em;
  border: solid 2px;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  vertical-align: middle;
  pointer-events: none;
}

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

.page--movie.new-movie .section--detail .area--movie {
  margin-bottom: 1em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.new-movie .section--detail .area--movie .video-js.vjs-paused .vjs-play-control,
  .page--movie.new-movie .section--detail .area--movie .video-js.vjs-playing .vjs-play-control {
    top: -20vw;
    left: 42%;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .page--movie.new-movie .section--detail .area--movie .video-js.vjs-paused .vjs-play-control,
  .page--movie.new-movie .section--detail .area--movie .video-js.vjs-playing .vjs-play-control {
    top: -24vw;
    left: 44%;
    width: 2em;
    height: 2em;
  }
}
.page--movie.new-movie .section--detail .tab__list {
  position: relative;
  margin: 3em 0 1em;
  padding-top: 1em;
  font-family: "span-compressed", serif;
  font-weight: 300;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.02em;
  font-size: 2rem;
}
.page--movie.new-movie .section--detail .tab__list::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform-origin: left center;
  background: linear-gradient(0deg, #3669B2 0%, #4A97E6 100%);
  filter: blur(1px);
}
.page--movie.new-movie .section--detail .tab__list::before {
  top: 0;
  bottom: unset;
}
.page--movie.new-movie .section--detail .list--contents li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
.page--movie.new-movie .section--detail .list--contents li a .thumb {
  width: 40%;
  margin-bottom: 0;
}
.page--movie.new-movie .section--detail .list--contents li a .thumb img {
  background-size: contain;
}
.page--movie.new-movie .section--detail .list--contents li a .list__txt {
  width: 60%;
}
.page--movie.new-movie .section--detail .list--contents li a .list__txt .tit {
  margin-top: 0;
  font-size: 1.4rem;
}
.page--movie.new-movie .section--detail .area--movie .video-js.vjs-fullscreen {
  z-index: 10000;
}
.page--movie.new-movie .area--movie .vjs-big-play-centered .vjs-big-play-button {
  margin-top: 0 !important;
  margin-left: 0 !important;
}

.page--info .section--detail > .txt, .page--blog .section--detail > .txt {
  background: #f0f6ff;
  color: #14223e;
  padding: 2em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--info .section--detail > .txt, .page--blog .section--detail > .txt {
    padding: 1em;
  }
}
.page--info .section--detail > .txt .video, .page--blog .section--detail > .txt .video {
  margin: 1em auto;
}

.page--faq .section--list .section-tit {
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic Pro";
  font-weight: 400;
  font-size: 3.6rem;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--faq .section--list .section-tit {
    font-size: 3rem;
  }
}
.page--faq .list--tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  text-align: left;
  white-space: normal;
  margin: 4em 0 1.6em;
  gap: 0.8em;
}
.page--faq .list--tag li a {
  position: relative;
  line-height: 1.4;
  display: block;
  font-size: 1.2rem;
  border-radius: 9999px;
  padding: 0.4em 1em;
  z-index: 1;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.page--faq .list--tag li a::after {
  content: "";
  position: absolute;
  inset: 0;
  filter: blur(1px);
  background: linear-gradient(0deg, #3669B2 0%, #4A97E6 100%), rgba(74, 151, 230, 0.3);
  border-radius: 9999px;
  z-index: -1;
  mix-blend-mode: screen;
  opacity: 0.7;
}
@media screen and (min-width: 961px) {
  .page--faq .list--tag li a {
    font-size: 1.4rem;
  }
  .page--faq .list--tag li a span {
    mask-image: url(/static/cnblue/fanclub/common/mask_text.png);
    -webkit-mask-image: url(/static/cnblue/fanclub/common/mask_text.png);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: 400% 100%;
    -webkit-mask-size: 400% 100%;
    mask-position: 0% 0%;
    -webkit-mask-position: 0% 0%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .page--faq .list--tag li a:hover span {
    animation: maskSlide 1.5s cubic-bezier(0.18, 0.88, 0.32, 1) forwards;
  }
}
.page--faq .category-tit {
  position: relative;
  font-weight: 700;
  padding-bottom: 1.6em;
  font-size: 2rem;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--faq .category-tit {
    font-size: 1.6rem;
  }
}
.page--faq .block--faq {
  padding-top: 2em;
  margin: 4em 0 0;
}
.page--faq .icon--q {
  color: #fff;
  font-family: "span-compressed", serif;
  font-weight: 300;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.02em;
}
.page--faq .section--detail {
  border: #fff;
}
.page--faq .section--detail .block--detail {
  margin-bottom: 5em;
}
.page--faq .section--detail .block--detail .category-tit {
  margin-bottom: 1em;
  padding-bottom: 1em;
  font-weight: 400;
}
.page--faq .section--detail .block--detail .category-tit::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform-origin: left center;
  background: linear-gradient(0deg, #3669B2 0%, #4A97E6 100%);
  filter: blur(1px);
}
.page--faq .section--detail .block--detail .category-tit > span {
  display: inline-block;
  position: relative;
  padding: 0.4em 1em;
  font-size: 1.2rem;
  z-index: 1;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.page--faq .section--detail .block--detail .category-tit > span::after {
  content: "";
  position: absolute;
  inset: 0;
  filter: blur(1px);
  background: linear-gradient(0deg, #3669B2 0%, #4A97E6 100%), rgba(74, 151, 230, 0.3);
  border-radius: 9999px;
  z-index: -1;
  mix-blend-mode: screen;
  opacity: 0.7;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--faq .section--detail .block--detail .category-tit {
    font-size: 1.6rem;
  }
}
.page--faq .section--detail .block--detail .tit {
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 4px;
       column-gap: 4px;
  margin-top: 1em;
  font-size: 2rem;
}
.page--faq .section--detail .block--detail .txt {
  color: #fff;
}
.page--faq .section--detail .tit {
  text-align: left;
}
.page--faq .section--detail .icon--q {
  float: left;
}
.page--faq .section--detail dt {
  border-bottom: 1px solid #fff;
}
.page--faq .section--detail dt .txt {
  padding-left: 1.2em;
}
.page--faq .section--detail .icon--a {
  display: none;
}
.page--faq .section--detail .detail__btn {
  margin: 4em 0;
}
.page--faq .block--contact a {
  text-decoration: underline;
  transition: opacity 0.3s;
}
.page--faq .block--contact a:hover {
  opacity: 0.3;
}

/*  page--questionnaire
------------------------------ */
.page--questionnaire .content-main > section > .ph {
  margin-bottom: 1em;
}
.page--questionnaire .section-tit {
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic Pro";
  font-weight: 400;
  font-size: 3.6rem;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--questionnaire .section-tit {
    font-size: 3rem;
  }
}
.page--questionnaire .block--error {
  margin: 2em 0;
  color: #FF3939;
}
.page--questionnaire form dl {
  margin: 3em 0;
}
.page--questionnaire form dl + .txt--sub {
  margin-bottom: 1.5em;
  text-align: center;
}
.page--questionnaire form dl .form__select::after {
  position: absolute;
  border-color: #000;
  pointer-events: none;
}
.page--questionnaire .form--confirm dd {
  padding-top: 1em;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.page--questionnaire .form--horizontal .form__select::after {
  position: absolute;
  border-color: #fff;
}
.page--questionnaire .btn + .btn .btn--sub {
  margin-top: 0;
}

.page--birthday-message .section--detail > .tit {
  text-align: center;
}
@media screen and (min-width: 961px) {
  .page--birthday-message .section--detail > .tit {
    margin-bottom: 1em;
    font-size: 3rem;
  }
}
.page--birthday-message .detail__btn a::after {
  content: none;
}

.page--archive .list--archive {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
@media screen and (min-width: 961px) {
  .page--archive .list--archive {
    gap: 1.6em;
  }
}
.page--archive .list--archive a {
  font-family: "span-compressed", serif;
  font-weight: 300;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.02em;
}
.page--archive .list--archive a span {
  mask-image: url(/static/cnblue/fanclub/common/mask_text.png);
  -webkit-mask-image: url(/static/cnblue/fanclub/common/mask_text.png);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 400% 100%;
  -webkit-mask-size: 400% 100%;
  mask-position: 0% 0%;
  -webkit-mask-position: 0% 0%;
  width: 100%;
}
@media screen and (min-width: 961px) {
  .page--archive .list--archive a {
    font-size: 6rem;
  }
  .page--archive .list--archive a:hover span {
    animation: maskSlide 3s cubic-bezier(0.18, 0.88, 0.32, 1) forwards;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--archive .list--archive a {
    font-size: min(10vw, 4rem);
  }
}

.page--error .section-tit {
  text-align: center;
  text-transform: none;
  padding-left: 0;
  margin-bottom: 0.6em !important;
}
.page--error .section-tit::before {
  content: none;
}
@media screen and (min-width: 961px) {
  .page--error .txt, .page--error .txt--basic {
    text-align: center;
  }
}
.section--detail.support .section-tit {
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic Pro";
  font-weight: 400;
  font-size: 3.6rem;
  margin-bottom: 2em;
  padding-left: 10px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--detail.support .section-tit {
    font-size: min(6.8vw, 3rem);
    line-height: 1.4;
  }
}
.section--detail.support .support-tit_sub {
  font-size: 1.4rem;
  padding-bottom: 0.5em;
  margin-bottom: 2em;
  border-bottom: 1px solid #fff;
}
.section--detail.support .txt {
  margin-bottom: 2em;
}
.section--detail.support dl:not(:last-of-type) {
  margin-bottom: 3em;
}
.section--detail.support dt {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.section--detail.support .list--support a {
  text-decoration: underline;
}
.section--detail.support .list--support dt {
  padding-bottom: 0.5em;
  margin-bottom: 1.6em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.section--detail.support .list--support dd {
  margin-bottom: 3em;
}
.section--detail.support .list--attention, .section--detail.support .list--terms {
  margin-top: 0.5em;
}
.section--detail.support ol.list--terms {
  padding-left: 1.5em;
}
.section--detail.support ol.list--terms li {
  list-style-type: decimal;
  margin-bottom: 0.5em;
}
.section--detail.support ol.list--terms.parentheses {
  padding-left: 0;
}
.section--detail.support ol.list--terms.parentheses > li {
  list-style-type: none;
  counter-increment: cnt;
}
.section--detail.support ol.list--terms.parentheses > li::before {
  content: "(" counter(cnt) ") ";
}
.section--detail.support ol.list--terms.circle {
  padding-left: 0em;
}
.section--detail.support ol.list--terms.circle.txt--indent {
  padding-left: 1em;
}
.section--detail.support ol.list--terms.circle > li {
  list-style: none;
  list-style-type: none;
  counter-increment: none;
}
.section--detail.support ol.list--terms.hyphen {
  counter-reset: child-counter;
  padding-left: 0;
}
.section--detail.support ol.list--terms.hyphen > li {
  counter-increment: child-counter;
  list-style: none;
  position: relative;
  padding-left: 2em;
}
.section--detail.support ol.list--terms.hyphen > li::before {
  content: "1-" counter(child-counter) ". ";
  position: absolute;
  left: 0;
}

.page--first_login .block-tit,
.page--entry .block-tit {
  line-height: 1;
  position: relative;
  padding-left: 0.6em;
  font-size: 2.4rem;
  margin-bottom: 1em;
}
.page--first_login .block-tit::before,
.page--entry .block-tit::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  background: linear-gradient(0deg, #3669B2 0%, #4A97E6 100%);
  filter: blur(1px);
  top: 0;
  left: 0;
  z-index: -1;
}

.page--entry .txt {
  margin-top: 2em;
}
.page--entry > [class^=block--] {
  margin-bottom: 6em;
}
.page--entry .block--top {
  text-align: center;
  margin-bottom: 2em !important;
}
.page--entry .block--top span {
  display: inline-block;
  font-size: 2.4rem;
  margin-bottom: 0.6em;
  font-weight: normal;
}
.page--entry .block--top .logo {
  width: min(50%, 240px);
  margin: 0.5em auto 1em;
}
.page--entry .block--top .text--lead {
  text-align: left;
}
.page--entry .block--contents .block-tit {
  font-size: 3rem;
}
.page--entry .list--contents > li {
  padding: 1.6em;
  margin-bottom: 2em;
  position: relative;
}
.page--entry .list--contents > li .tit {
  margin-top: 0;
  font-family: "span-compressed", serif;
  font-weight: 300;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.02em;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.page--entry .list--contents > li .tit.font-jp {
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic Pro";
  font-weight: 400;
  font-size: 2rem;
}
.page--entry .list--contents > li .txt {
  margin-top: 0;
}
.page--entry .list--contents > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
  background: rgba(255, 255, 255, 0.1);
  filter: blur(1px);
  z-index: -1;
}
.page--entry .list--contents > li .ph {
  position: relative;
  margin-top: 1em;
  margin-bottom: 0;
  background: rgba(255, 255, 255, 0.1);
}
.page--entry .list--contents > li .ph img {
  vertical-align: bottom;
}
.page--entry .list--contents > li .ph span {
  font-size: 1.1rem;
  text-align: right;
  position: absolute;
  display: block;
  bottom: 1em;
  right: 1em;
  line-height: 1.2;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--entry .list--contents > li .ph {
    padding-bottom: 1.6em;
  }
}
.page--entry .list--fee {
  display: flex;
  flex-wrap: wrap;
}
.page--entry .list--fee dt, .page--entry .list--fee dd {
  padding: 1em;
  border: 1px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 1em;
}
.page--entry .list--fee dt {
  width: 10em;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  border-right: none;
}
.page--entry .list--fee dd {
  width: calc(100% - 10em);
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--entry .list--fee dt, .page--entry .list--fee dd {
    width: 100%;
  }
  .page--entry .list--fee dt {
    margin-bottom: 0;
    border-bottom: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
  }
}
.page--entry .list--payment {
  padding: 1.6em 1.6em 1.6em 3.2em;
  position: relative;
}
.page--entry .list--payment::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
  background: rgba(255, 255, 255, 0.1);
  filter: blur(1px);
  z-index: -1;
}
.page--entry .block--entry .ph {
  position: relative;
}
.page--entry .block--entry .ph::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
  background: rgba(255, 255, 255, 0.1);
  filter: blur(1px);
  z-index: -1;
}
.page--entry .block--entry .block--btn {
  display: flex;
  gap: 1em;
  margin-top: 3em;
}
.page--entry .block--entry .block--btn > .btn {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 50%;
  gap: 0.8em;
  padding: 2em;
  position: relative;
}
.page--entry .block--entry .block--btn > .btn span {
  font-size: 2rem;
}
.page--entry .block--entry .block--btn > .btn .btn--main {
  margin-bottom: 0;
}
.page--entry .block--entry .block--btn > .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
  background: rgba(255, 255, 255, 0.1);
  filter: blur(1px);
  z-index: -1;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--entry .block--entry .block--btn {
    flex-direction: column;
  }
  .page--entry .block--entry .block--btn > .btn {
    width: 100%;
    padding: 1.6em;
  }
  .page--entry .block--entry .block--btn > .btn span {
    font-size: 1.8rem;
  }
  .page--entry .block--entry .block--btn > .btn .btn--main {
    width: min(100%, 360px);
  }
}

.page--first_login > * {
  margin-bottom: min(10vw, 80px);
}
.page--first_login .block--top span {
  font-size: 3.4rem;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--first_login .block--top span {
    font-size: 2.4rem;
  }
}
.page--first_login .txt--lead {
  font-size: min(2rem, 4vw);
}
.page--first_login .tit {
  font-size: 2.2rem;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--first_login .tit {
    font-size: 1.8rem;
  }
}
.page--first_login .block--attention {
  position: relative;
  background: #ffecec;
  padding: 1em;
  color: #FF3939;
}
.page--first_login > .block--attention {
  font-size: min(3rem, 5vw);
  padding: 2em 1em;
}
.page--first_login > .block--attention p {
  position: relative;
  z-index: 2;
}
.page--first_login > .block--attention i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 8rem;
  color: #ffd2d2;
  opacity: 0.8;
  z-index: 0;
}
.page--first_login .block--contType {
  margin-bottom: min(24vw, 128px);
}
.page--first_login .item--contType {
  position: relative;
}
.page--first_login .item--contType .content-tit {
  padding: 1em 2em;
  color: #fff;
  background: #FF3939;
  font-size: min(2rem, 4.5vw);
  text-align: center;
  white-space: nowrap;
  z-index: 1;
}
.page--first_login .block--attention + .block--attention {
  padding-top: 0;
}
.page--first_login .item--contType + .item--contType {
  margin-top: 3em;
}
.page--first_login .block-tit_attention {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 3em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--first_login .block-tit_attention {
    font-size: 2.2rem;
  }
}
.page--first_login .block-tit_attention i {
  display: block;
  margin: 0 auto 0.4em;
  font-size: 5rem;
  color: #FF3939;
}
.page--first_login .wMember {
  padding: 1em;
  background: rgba(255, 255, 255, 0.2);
}
.page--first_login .list--flow > li {
  position: relative;
  margin-bottom: 2em;
}
.page--first_login .list--flow > li a {
  display: flex;
  flex-wrap: wrap;
}
.page--first_login .list--flow > li a .num, .page--first_login .list--flow > li a .txt {
  padding: 1em;
  border: 1px solid rgba(255, 255, 255, 0.4);
  margin-top: 0;
  margin-bottom: 1em;
}
.page--first_login .list--flow > li a .num {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 10em;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  border-right: none;
}
.page--first_login .list--flow > li a .txt {
  width: calc(100% - 10em);
}
@media screen and (min-width: 961px) {
  .page--first_login .list--flow > li a {
    transition: opacity 0.3s;
  }
  .page--first_login .list--flow > li a:hover {
    opacity: 0.5;
  }
}
.page--first_login .list--flow > li:not(:first-child):before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: -1.8em;
  left: 4em;
  border: 1em solid transparent;
  border-top: 0.8em solid #fff;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--first_login .list--flow > li a .num, .page--first_login .list--flow > li a .txt {
    width: 100%;
  }
  .page--first_login .list--flow > li a .num {
    margin-bottom: 0;
    border-bottom: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
  }
  .page--first_login .list--flow > li:not(:first-child):before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.page--first_login .list--step > li {
  position: relative;
  padding: 1.6em;
  margin-bottom: 3em;
}
.page--first_login .list--step > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
  background: rgba(255, 255, 255, 0.1);
  filter: blur(1px);
  z-index: -1;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--first_login .list--step > li {
    padding: 1em;
  }
}
.page--first_login .list--step > li .step-tit {
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.page--first_login .list--step > li .step-tit .category {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0.4em;
}
.page--first_login .list--step > li .ph {
  display: block;
  margin: 1em auto;
  width: min(100%, 600px);
}
.page--first_login .list--step > li .ph img {
  display: block;
  width: 100%;
}
.page--first_login .list--step > li .link-wrap {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.page--first_login .list--step > li .link-wrap a {
  position: relative;
  width: 100%;
  padding: 1.5em 40px 1.5em 20px;
  border: 1px solid rgba(45, 76, 139, 0.5);
  border-radius: 8px;
  background: #fff;
  display: block;
  color: #2D4C8B;
  line-height: 1.4;
}
.page--first_login .list--step > li .link-wrap a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  right: 20px;
  width: 0.7em;
  height: 0.7em;
  transform: translateY(-50%) rotate(-135deg);
  border-width: 3px 3px;
  border-style: none none solid solid;
  border-color: #2D4C8B #2D4C8B;
  -o-border-image: initial;
     border-image: initial;
  border-top: none;
  border-right: none;
}
@media screen and (min-width: 961px) {
  .page--first_login .list--step > li .link-wrap a {
    transition: opacity 0.3s;
  }
  .page--first_login .list--step > li .link-wrap a:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 961px) {
  .page--first_login .block--lead {
    text-align: center;
  }
  .page--first_login .item--contType .block--attention {
    text-align: center;
  }
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a, button {
    transition: 0.3s;
  }
  .btn input {
    transition: 0.3s;
  }
  .tit {
    font-size: 2rem;
  }
  .date {
    font-size: 2.2rem;
  }
  .category {
    font-size: 2.2rem;
  }
  header .logo {
    width: 6vw;
    height: 7vw;
    left: 48px;
    top: 48px;
  }
  header .drawer {
    width: calc(100% - 10vw);
    margin-right: 10vw;
  }
  header .drawer .g-nav {
    padding: 0 8vw;
    height: 100%;
    gap: 2em;
  }
  header .drawer .g-nav ul {
    font-size: min(4vw, 7rem);
    line-height: 1.4;
    flex-wrap: wrap;
    row-gap: 0.4em;
    -moz-column-gap: 0.8em;
         column-gap: 0.8em;
  }
  header .drawer .g-nav li a, header .drawer .g-nav li button {
    position: relative;
    overflow: hidden;
    font-size: 8rem;
  }
  header .drawer .g-nav li a span, header .drawer .g-nav li button span {
    display: inline-block;
    mask-image: url(/static/cnblue/fanclub/common/mask_text.png);
    -webkit-mask-image: url(/static/cnblue/fanclub/common/mask_text.png);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: 400% 100%;
    -webkit-mask-size: 400% 100%;
    mask-position: 0% 0%;
    -webkit-mask-position: 0% 0%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  header .drawer .g-nav li a:hover span, header .drawer .g-nav li button:hover span {
    animation: maskSlide 3s cubic-bezier(0.18, 0.88, 0.32, 1) forwards;
  }
  header .drawer .g-nav li.nav__item--home a {
    font-size: 4rem;
  }
  header .drawer .g-nav > div:first-child {
    padding-top: 120px;
  }
  header .drawer .g-nav > div:last-child {
    padding-bottom: 120px;
  }
  .drawer__btn {
    padding: 0 24px;
    width: 10vw;
    top: 0;
    right: 0;
    background: linear-gradient(0deg, #102A52 0%, #2A6ED0 100%);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .drawer__btn::before {
    content: "";
    position: absolute;
    background: linear-gradient(0deg, #3669B2 0%, #4A97E6 100%);
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
  }
  .drawer__btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/static/cnblue/fanclub/common/bg_noise.webp);
    background-repeat: repeat;
    background-size: 160px 160px;
    opacity: 0.4;
    z-index: -1;
    pointer-events: none;
    mix-blend-mode: multiply;
  }
  footer {
    padding: 4vw 7.17vw;
  }
  .page--home footer {
    padding: 8vw 7.17vw 6vw;
  }
  .page--home footer .inner {
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
  }
  .page--home footer ul li a, .page--home footer ul li button {
    mask-image: url(/static/cnblue/fanclub/common/mask_text.png);
    -webkit-mask-image: url(/static/cnblue/fanclub/common/mask_text.png);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: 400% 100%;
    -webkit-mask-size: 400% 100%;
    mask-position: 0% 0%;
    -webkit-mask-position: 0% 0%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .page--home footer ul li a:hover, .page--home footer ul li button:hover {
    animation: maskSlide 1.5s cubic-bezier(0.18, 0.88, 0.32, 1) forwards;
  }
  .page--home footer .copyright {
    margin-top: 6vw;
    width: 100%;
  }
  .list--contents {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .list--contents li {
    width: 48%;
  }
  .list--contents li a .thumb {
    transition: transform 0.5s cubic-bezier(0.25, 0.6, 0.3, 1);
  }
  .list--contents li a:hover .thumb {
    transform: scale(0.95);
  }
  .list--contents li .list__txt {
    mask-image: url(/static/cnblue/fanclub/common/mask_text.png);
    -webkit-mask-image: url(/static/cnblue/fanclub/common/mask_text.png);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: 400% 100%;
    -webkit-mask-size: 400% 100%;
    mask-position: 0% 0%;
    -webkit-mask-position: 0% 0%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .list--contents li a:hover .list__txt {
    animation: maskSlide 2s cubic-bezier(0.18, 0.88, 0.32, 1) forwards;
  }
  .list--info .tit {
    mask-image: url(/static/cnblue/fanclub/common/mask_text.png);
    -webkit-mask-image: url(/static/cnblue/fanclub/common/mask_text.png);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: 400% 100%;
    -webkit-mask-size: 400% 100%;
    mask-position: 0% 0%;
    -webkit-mask-position: 0% 0%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .list--info a:hover .tit {
    animation: maskSlide 3s cubic-bezier(0.18, 0.88, 0.32, 1) forwards;
  }
  .list--faq a > span {
    mask-image: url(/static/cnblue/fanclub/common/mask_text.png);
    -webkit-mask-image: url(/static/cnblue/fanclub/common/mask_text.png);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: 400% 100%;
    -webkit-mask-size: 400% 100%;
    mask-position: 0% 0%;
    -webkit-mask-position: 0% 0%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .list--faq a:hover > span {
    animation: maskSlide 3s cubic-bezier(0.18, 0.88, 0.32, 1) forwards;
  }
  .content-main {
    padding: 16vw 7.17vw 8vw;
  }
  .content-main, footer {
    width: calc(100% - 10vw);
    margin-right: 10vw;
  }
  .page--home .logo {
    width: min(20vh, 300px);
    height: auto;
    top: 64px;
    left: 64px;
  }
  .page--home .section-tit {
    font-size: 4.8vw;
    line-height: 0.8;
  }
  .page--home .section--top {
    height: 100vh;
    min-height: 600px;
  }
  .page--home .section--top .block--nav {
    position: absolute;
    width: 30%;
    padding-left: 6vw;
    padding-right: 3vw;
    padding-bottom: 10vh;
    flex-wrap: wrap;
    left: 0;
    bottom: 0;
  }
  .page--home .section--top .block--nav ul li a {
    mask-image: url(/static/cnblue/fanclub/common/mask_text.png);
    -webkit-mask-image: url(/static/cnblue/fanclub/common/mask_text.png);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: 400% 100%;
    -webkit-mask-size: 400% 100%;
    mask-position: 0% 0%;
    -webkit-mask-position: 0% 0%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .page--home .section--top .block--nav ul li a:hover {
    animation: maskSlide 1.5s cubic-bezier(0.18, 0.88, 0.32, 1) forwards;
  }
  .page--home .section--top .block--nav ul li a span {
    display: inline-block;
  }
  .page--home .section--top .block--mainvisual {
    position: absolute;
    width: 64%;
    bottom: 0;
    right: 0;
  }
  .page--home .section--information, .page--home .block--contents {
    padding: 128px 7.17vw 128px;
  }
  .page--home .section--information .wrap--section-tit {
    flex-direction: unset;
    gap: 2em;
    align-items: flex-end;
    margin-bottom: 2em;
  }
  .page--home .block--contents {
    display: flex;
  }
  .page--home .block--contents .wrap--section-tit {
    width: 40%;
    flex-direction: column;
    margin-right: 2em;
  }
  .page--home .block--contents .block--detail {
    width: 60%;
  }
  .page--home .block--contents .list__txt {
    mask-image: url(/static/cnblue/fanclub/common/mask_text.png);
    -webkit-mask-image: url(/static/cnblue/fanclub/common/mask_text.png);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: 400% 100%;
    -webkit-mask-size: 400% 100%;
    mask-position: 0% 0%;
    -webkit-mask-position: 0% 0%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .page--home .block--contents a:hover .list__txt {
    animation: maskSlide 2s cubic-bezier(0.18, 0.88, 0.32, 1) forwards;
  }
  .page--home .block--contents a .thumb {
    transition: transform 0.5s cubic-bezier(0.25, 0.6, 0.3, 1);
  }
  .page--home .block--contents a:hover .thumb {
    transform: scale(0.95);
  }
  .page--home .section--banner {
    padding: 98px 0 98px;
  }
  .page--home .section--banner .swiper-container {
    padding-left: 7.17vw;
    padding-right: 7.17vw;
  }
  .page--home .section--banner .list--bnr li a .banner {
    transition: transform 0.5s cubic-bezier(0.25, 0.6, 0.3, 1);
  }
  .page--home .section--banner .list--bnr li a:hover .banner {
    transform: scale(0.95);
  }
  .page--movie.new-movie .section--detail .list--contents {
    gap: 4%;
  }
  .page--movie.new-movie .section--detail .list--contents li {
    width: 48%;
  }
  /*  page--questionnaire
  ------------------------------ */
  .page--questionnaire .section--detail {
    max-width: 900px;
    margin: 2em auto;
  }
  .page--questionnaire .section-tit {
    margin-bottom: 0.8em;
    font-size: 3rem;
    line-height: 1.5;
  }
  .page--questionnaire form dl dt {
    margin: 0 0 0.4em;
  }
  .page--questionnaire form dl dd {
    margin: 0 0 3em;
  }
  .page--questionnaire form dl .form__select::after {
    top: 50%;
    right: 0.75em;
    margin-top: -0.25em;
  }
  .page--questionnaire form .input--half[type=tel] {
    width: 25% !important;
  }
  .page--questionnaire form .input--quarter[type=number] {
    width: 5em !important;
    margin-right: 5px;
  }
  .page--questionnaire .form--horizontal .form__select::after {
    top: 50%;
    right: 0.5em;
    margin-top: -0.25em;
  }
  .page--questionnaire .icon--required {
    display: inline-block;
  }
  .page--questionnaire .icon--required::before {
    margin-left: 5px;
    padding: 3px 6px 3px;
    font-size: 11px;
    vertical-align: 2px;
  }
  .page--questionnaire .list--txt li {
    margin-bottom: 1em;
    padding-left: 1em;
    text-indent: -1em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .pc {
    display: none !important;
  }
  .tit {
    font-size: 1.8rem;
  }
  .date {
    font-size: 2rem;
  }
  .category {
    font-size: 2rem;
  }
  header .logo {
    width: 17vw;
    height: 20vw;
    left: 6vw;
    top: 6vw;
  }
  header .drawer {
    width: 100%;
    height: 100svh;
    height: 100vh;
  }
  header .drawer .g-nav {
    padding: 64px 6vw 80px;
    gap: 3em;
  }
  header .drawer .g-nav ul {
    flex-direction: column;
    gap: 1em;
  }
  header .drawer .g-nav li a, header .drawer .g-nav li button {
    position: relative;
    overflow: hidden;
    font-size: min(11vw, 5rem);
  }
  header .drawer .g-nav li.nav__item--home a {
    font-size: 3rem;
  }
  .drawer__btn {
    top: 24px;
    right: 24px;
    width: 48px;
    height: 48px;
  }
  footer {
    padding: 8vw 6vw 12vw;
  }
  footer .copyright {
    font-size: 1.1rem;
  }
  .page--home footer {
    padding-top: 16vw;
  }
  .page--home footer .inner {
    display: flex;
    flex-direction: column;
    row-gap: 48px;
  }
  .page--home footer .block--support {
    flex-direction: column;
    row-gap: 40px;
  }
  .page--home footer .list--bnr {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
  }
  .page--home footer .list--bnr li {
    width: calc(50% - 4px);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 960px) {
  .page--home footer .list--bnr li {
    width: calc(33.3333333333% - 6px);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home footer .copyright {
    margin-top: 48px;
  }
  .content-main {
    padding: 40vw 6vw 20vw;
  }
  .page--home .logo {
    width: 12vh;
    height: auto;
  }
  .page--home .wrap--section-tit {
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 2em;
  }
  .page--home .section--information, .page--home .block--contents {
    padding: 64px 6vw 80px;
  }
  .page--home .section--top {
    padding-top: 20vh;
    margin-bottom: 3em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 960px) {
  .page--home .section--top {
    padding-top: 25vh;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--top .block--nav {
    justify-content: end;
    margin: 0 6vw 1em;
  }
  .page--home .section--top .block--nav .list--nav__login {
    flex-direction: unset;
  }
  .page--home .section--top .block--nav .list--nav__login a span::after {
    content: "";
    position: relative;
    display: inline-block;
    width: 20px;
    aspect-ratio: 25/18;
    background-image: url(/static/cnblue/fanclub/common/parts_arrow.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
  }
  .page--home .section--top .block--nav .list--nav__login a span::after {
    margin-left: 0.2em;
  }
  .page--home .section--banner {
    padding: 48px 0;
  }
  .page--home .section--banner .swiper-container {
    padding-left: 6vw;
    padding-right: 12vw;
  }
  .page--movie.new-movie .section--detail {
    padding: 0 !important;
  }
  .page--movie.new-movie .section--detail .area--movie {
    position: relative;
    width: 100%;
    padding: 0;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 1em;
  }
  .page--movie.new-movie .section--detail .area--movie .block--player {
    position: inherit;
    top: 0;
    margin: 0;
  }
  .page--movie.new-movie .section--detail .list--contents li {
    width: 100%;
  }
  .page--questionnaire form dl dt {
    margin: 0 0 0.4em;
  }
  .page--questionnaire form dl dd {
    margin: 0 0 2.4em;
  }
  .page--questionnaire form dl .form__select::after {
    top: 50%;
    right: 0.75em;
    margin-top: -0.25em;
  }
  .page--questionnaire form .input--half {
    width: 100% !important;
  }
  .page--questionnaire form .input--quarter {
    width: 50% !important;
  }
  .page--questionnaire form .input--half[type=tel] {
    width: 100% !important;
  }
  .page--questionnaire form .input--quarter[type=number] {
    width: 5em !important;
    margin-right: 5px;
  }
  .page--questionnaire .form--horizontal .form__select::after {
    top: 50%;
    right: 0.5em;
    margin-top: -0.25em;
  }
  .page--questionnaire .icon--required {
    display: inline-block;
  }
  .page--questionnaire .icon--required::before {
    margin-left: 5px;
    padding: 3px 6px 3px;
    padding-left: 5px;
    font-size: 11px;
    vertical-align: inherit;
  }
}/*# sourceMappingURL=fanclub-service.css.map */