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

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

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

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

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

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

/* ==============================================================
*  contents
* ============================================================ */
/* common.scss
============================== */
html,
body {
  background-color: #f7f7f7;
  word-wrap: break-word;
  color: #155caf;
}
@media screen and (min-width: 961px) {
  html,
  body {
    font-family: hanken-grotesk, "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  html,
  body {
    font-family: hanken-grotesk, "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
  }
}

a {
  color: inherit;
  text-decoration: none;
  line-height: 1;
}
a figure img {
  width: 100%;
  height: 100%;
}

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

::-moz-selection {
  background-color: #155caf;
  color: #fff;
}

::selection {
  background-color: #155caf;
  color: #fff;
}

::-moz-selection {
  background-color: #155caf;
  color: #fff;
}

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

svg {
  width: 100%;
  height: 100%;
}

.content-main {
  background-color: #f7f7f7;
}

.body--app a {
  -webkit-touch-callout: none !important;
}

/* 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: #f7f7f7;
  box-shadow: none;
  border: 1px solid #155caf;
  padding: 0.5em 0.8em;
  color: #155caf;
  border-radius: 10px;
  color: #155caf;
}
@media screen and (min-width: 961px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  button {
    font-family: hanken-grotesk, "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    font-feature-settings: "palt";
    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: hanken-grotesk, "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
  }
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
button: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,
button.form__error {
  background: #fff0ea;
  color: #ff77bc;
  border-color: #ff77bc;
}
input[type=text].form__error:focus,
input[type=tel].form__error:focus,
input[type=email].form__error:focus,
input[type=password].form__error:focus,
input[type=number].form__error:focus,
button.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
input[type=text][disabled],
input[type=tel][disabled],
input[type=email][disabled],
input[type=password][disabled],
input[type=number][disabled],
button[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

input[readonly=readonly],
input[readonly=readonly] {
  border: none;
  background: #fff;
}

.input--half {
  width: 50% !important;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .input--half {
    width: 100% !important;
  }
}

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

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

.btn--main {
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: lowercase;
  letter-spacing: 0.05em;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  min-width: 75%;
  text-align: center;
  text-decoration: none;
  border-radius: 40px;
  padding: 20px 1.5em;
  cursor: pointer;
  background: #155caf;
  color: #f7f7f7;
  border: none;
}

.btn--sub {
  display: inline-block;
  background-color: #d3f7ff;
  text-transform: lowercase;
  padding: 10px 20px;
  border-radius: 30px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn--sub {
    height: -moz-fit-content;
    height: fit-content;
    padding: 15px 20px;
  }
}

.block--submit {
  text-align: center;
}

.form--post dd {
  margin-bottom: 20px;
}

/* textarea */
textarea {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: #f7f7f7;
  box-shadow: none;
  border: 1px solid #155caf;
  padding: 0.5em 0.8em;
  color: #155caf;
  border-radius: 10px;
  height: 10em;
}
@media screen and (min-width: 961px) {
  textarea {
    font-family: hanken-grotesk, "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  textarea {
    font-family: hanken-grotesk, "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
  }
}
textarea:focus {
  border-color: inherit;
}
textarea.form__error {
  background: #fff0ea;
  color: #ff77bc;
  border-color: #ff77bc;
}
textarea.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
textarea[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

/* select */
.form__select {
  display: inline-block;
  position: relative;
}
.form__select select {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: #f7f7f7;
  box-shadow: none;
  border: 1px solid #155caf;
  padding: 0.5em 0.8em;
  color: #155caf;
  border-radius: 10px;
  padding-right: 1.5em;
}
@media screen and (min-width: 961px) {
  .form__select select {
    font-family: hanken-grotesk, "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select select {
    font-family: hanken-grotesk, "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
  }
}
.form__select select:focus {
  border-color: inherit;
}
.form__select select.form__error {
  background: #fff0ea;
  color: #ff77bc;
  border-color: #ff77bc;
}
.form__select select.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
.form__select select[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}
.form__select::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #f7f7f7;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  vertical-align: middle;
  right: 0;
}
.form__select::after {
  position: absolute;
  border-color: #155caf;
  top: 15px;
  right: 9px;
  z-index: -1;
}

/* 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: hanken-grotesk, "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__checkbox label p {
    font-family: hanken-grotesk, "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
  }
}
.form__checkbox input[type=checkbox],
.form__checkbox input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__checkbox.form__error {
  color: #f33;
}
.form__checkbox label p {
  padding-left: 1.6em;
}
.form__checkbox label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 0.3em;
  border: 1px solid #155caf;
  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: #155caf;
  border-color: #155caf;
}
.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: hanken-grotesk, "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__radio label p {
    font-family: hanken-grotesk, "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
  }
}
.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: 0 0.5em 0 1.6em;
}
.form__radio label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  border: 1px solid;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__radio :checked ~ p::before {
  border-color: #155caf;
  border-width: 0.3em;
}

.block--complete > p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.block--complete > p.text-sub {
  text-align: center;
  font-weight: normal;
  font-size: 12px;
}

.list__more a,
.detail__btn a {
  display: inline-block;
  text-transform: lowercase;
  background-color: #d3f7ff;
  padding: 10px 20px;
  border-radius: 30px;
}

.line__btn {
  position: relative;
}
.line__btn input,
.line__btn a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  font-size: 16px;
  padding: 16px 20px;
  border-radius: 50px;
  border: #fff solid 0.5px;
}
.line__btn .icon__arrow {
  display: flex;
  width: 20px;
  height: 20px;
  position: relative;
}
.line__btn .icon__arrow::before {
  content: "";
  display: block;
  width: 14px;
  height: 1px;
  position: absolute;
  background-color: #155caf;
  left: 50%;
  top: 50%;
  transform: rotate(-45deg) translate(-50%, -50%);
  transform-origin: top left;
}
.line__btn .icon__arrow::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  border-right: #155caf solid 0.5px;
  border-bottom: #155caf solid 0.5px;
  transform: rotate(-90deg) translate(-50%, -50%);
  transform-origin: left top;
}
.line__btn.submit {
  display: inline-block;
  font-size: 14px;
  margin-right: 20px;
}
.line__btn.submit a {
  border: #155caf solid 0.5px;
}
.line__btn input {
  padding-right: 70px;
}
.line__btn input + .icon__arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

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

.cover {
  display: block;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  transition: all 2s;
  opacity: 1;
  z-index: 5;
}
.loaded .cover {
  opacity: 0;
  pointer-events: none;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  width: 100%;
  height: 65px;
  border-bottom: #155caf solid 0.5px;
  position: fixed;
  left: 0;
  z-index: 4;
  overflow: hidden;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .header {
    height: 45px;
  }
}
.header .logo {
  display: flex;
  gap: 20px;
  align-items: center;
}
.header .logo a {
  position: relative;
  overflow: hidden;
}
.header .logo a::before {
  content: "";
  display: block;
  background-image: url(/static/seiza/fanclub/logo.svg);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  width: auto;
  height: 65px;
  position: relative;
  z-index: 2;
  aspect-ratio: 181/40;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .header .logo a::before {
    height: 45px;
  }
}
.header .logo p {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
}
.header .gnav {
  display: flex;
  /*gap: 25px;*/
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-right: 10px;
}
.header .gnav li a {
  padding: 10px 15px;
  border-radius: 30px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .header .gnav {
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    gap: 2vh;
    background-color: #155caf;
    color: #fff;
    line-height: 1;
    width: 100%;
    height: calc(100vh - 45px);
    padding: 0 6%;
    margin: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: all 0.3s;
  }
  .header .gnav li {
    font-size: 12vw;
    font-weight: 200;
  }
}
.header .btn-menu {
  display: none;
  gap: 6px;
  width: auto;
  height: 100%;
  padding: 0px 15px;
  aspect-ratio: 1.2/1;
  border-left: #155caf solid 0.5px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .header .btn-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
.header .btn-menu span {
  display: block;
  background-color: #155caf;
  width: 100%;
  height: 1px;
  transition: all 0.3s;
}

.drawer-visible .gnav {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.drawer-visible .btn-menu {
  gap: 0;
}
.drawer-visible .btn-menu span:nth-child(1) {
  transform: rotate(-45deg);
}
.drawer-visible .btn-menu span:nth-child(2) {
  opacity: 0;
}
.drawer-visible .btn-menu span:nth-child(3) {
  transform: rotate(45deg);
  margin-top: -2px;
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background-color: #155caf;
  color: #fff;
  padding: 70px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .footer {
    flex-direction: column;
    height: -moz-fit-content;
    height: fit-content;
    padding: 60px 6% 30%;
  }
}
.footer .footer-inner {
  width: 100%;
}
.footer::after {
  content: "";
  display: block;
  background-image: url(/static/seiza/fanclub/bg_noise.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  mix-blend-mode: color-burn;
  pointer-events: none;
  opacity: 0.5;
}
.footer .nav--sns {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.footer .footer-bnr {
  display: flex;
  gap: 20px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .footer .footer-bnr {
    flex-direction: column;
  }
}
.footer .footer-bnr li a img {
  display: block;
}
.footer .copyright {
  width: 100%;
  text-align: right;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .footer .copyright {
    margin-top: 30px;
  }
}

.section-wrap {
  display: flex;
  justify-content: space-between;
  gap: 5%;
  padding: 80px 40px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section-wrap {
    flex-direction: column;
    padding: 60px 6%;
  }
}
.section-wrap:first-of-type {
  padding-top: 0;
}
.section-wrap .block-tit {
  width: 35%;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section-wrap .block-tit {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.section-wrap .block-tit h2.tit {
  font-size: 85px;
  font-weight: 100;
  line-height: 0.5;
  text-transform: lowercase;
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  gap: 10px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section-wrap .block-tit h2.tit {
    font-size: 70px;
    margin: 0;
  }
}
.section-wrap .block-tit h2.tit::before {
  content: "";
  display: inline-block;
  background-image: url(/static/seiza/fanclub/star.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 15px;
  height: 15px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section-wrap .block-tit h2.tit {
    width: 100%;
  }
}
.section-wrap .block-tit .block--indicator {
  display: flex;
  align-items: center;
  border: #155caf solid 0.5px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
  border-radius: 30px;
}
.section-wrap .block-tit .block--indicator .swiper-button-next, .section-wrap .block-tit .block--indicator .swiper-button-prev {
  position: inherit;
  width: auto;
  height: auto;
  margin: 0;
  color: #155caf;
  padding: 5px 20px;
  border-radius: 20px;
  z-index: 1;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section-wrap .block-tit .block--indicator .swiper-button-next, .section-wrap .block-tit .block--indicator .swiper-button-prev {
    padding: 10px 20px;
  }
}
.section-wrap .block-tit .block--indicator .swiper-button-next::after, .section-wrap .block-tit .block--indicator .swiper-button-prev::after {
  display: none;
}
.section-wrap .block-tit .block--category {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  gap: 0.5em 0;
}
.section-wrap .block-tit .block--category li.tit {
  width: 100%;
  font-size: 12px;
  margin-bottom: 10px;
}
.section-wrap .block-tit .block--category li a {
  display: block;
  background-color: #fff;
  font-size: 12px;
  line-height: 0;
  padding: 15px;
  color: #155caf;
  border: 1px solid;
  border-radius: 30px;
  transition: 0.3s;
  margin-left: 0;
  margin-right: 0.25em;
}
.section-wrap .block-tit .block--category li.current a {
  background: #155caf;
  color: #fff;
}
.section-wrap .block-content {
  width: 60%;
  max-width: 800px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section-wrap .block-content {
    width: 100%;
  }
}
.section-wrap .block-content .list--information {
  border-top: #dedede solid 0.5px;
}
.section-wrap .block-content .list--information li {
  border-bottom: #dedede solid 0.5px;
}
.section-wrap .block-content .list--information li a {
  display: flex;
  gap: 80px;
  padding: 30px 0;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section-wrap .block-content .list--information li a {
    flex-direction: column;
    gap: 15px;
  }
}
.section-wrap .block-content .list--information li a::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #155caf;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
  position: absolute;
  left: 0;
  bottom: 0;
}
.section-wrap .block-content .list--information li a:hover::after {
  transform: scale(1, 1);
  transform-origin: left top;
}
.section-wrap .block-content .list--information li a .date {
  color: #b5cbe4;
}
.section-wrap .block-content .list--information li a .date.new::after {
  content: "new";
  display: block;
  color: #155caf;
  font-weight: 800;
  margin-top: 5px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section-wrap .block-content .list--information li a .date.new::after {
    display: inline-block;
    margin: 0 0 0 10px;
  }
}
.section-wrap .block-content .list--information li a .tit {
  font-weight: 500;
  line-height: 1.8;
}
.section-wrap .block-content .list--information li.no-data {
  padding: 20vh 25px;
  text-align: center;
  justify-content: center;
}
.section-wrap .block-content .list--image {
  margin-right: -40px;
  overflow: hidden;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section-wrap .block-content .list--image {
    margin-right: -6%;
  }
}
.section-wrap .block-content .list--image .swiper-container {
  padding-right: 40px;
}
.section-wrap .block-content .list--image .swiper-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition-property: transform;
  box-sizing: content-box;
}
.section-wrap .block-content .list--image li.swiper-slide {
  /*width: 540px !important;*/
  padding-right: 40px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section-wrap .block-content .list--image li.swiper-slide {
    padding-right: 6%;
  }
}
.section-wrap .block-content .list--image li.swiper-slide figure {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 20px;
  border-radius: 15px;
  overflow: hidden;
}
.section-wrap .block-content .list--image li.swiper-slide figure img {
  display: block;
  width: 100%;
  height: 100%;
}
.section-wrap .block-content .list--image li.swiper-slide .tit {
  font-weight: 800;
  margin-bottom: 10px;
}
.section-wrap .block-content .list--image li.swiper-slide .date {
  color: #b5cbe4;
  font-size: 12px;
}
.section-wrap .block-content .list--image li.swiper-slide .date.new::after {
  content: "new";
  display: block;
  color: #155caf;
  font-weight: 800;
  margin-top: 5px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section-wrap .block-content .list--image li.swiper-slide .date.new::after {
    display: inline-block;
    margin: 0 0 0 10px;
  }
}
.section-wrap .block-content .photo {
  margin-right: -40px;
  border-radius: 15px 0 0 15px;
  overflow: hidden;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section-wrap .block-content .photo {
    margin-right: -6%;
  }
}
.section-wrap .block-content .photo img {
  display: block;
}
.section-wrap.section--profile .block-tit h2.tit {
  margin-bottom: 40px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section-wrap.section--profile .block-tit h2.tit {
    margin-bottom: 20px;
  }
}
.section-wrap.section--profile .block-tit .lead {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 300;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section-wrap.section--profile .block-tit .lead {
    margin: 0 0 20px 0;
    font-size: 20px;
    width: 100%;
  }
}

body:not(.page--home) .header {
  top: 0;
  border-bottom: #155caf solid 0.5px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body:not(.page--home) .header .gnav {
    top: 45px;
  }
}
body:not(.page--home) .wrap {
  padding-top: 160px;
}
body:not(.page--home) .section-wrap {
  min-height: calc(100vh - 320px);
}
body:not(.page--home) .section-wrap .block-tit {
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 30px;
  position: sticky;
  top: 120px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body:not(.page--home) .section-wrap .block-tit {
    position: relative;
    top: auto;
  }
}
body:not(.page--home) .footer {
  padding: 60px 6%;
}

.block--pager {
  display: flex;
  align-items: center;
  gap: 20px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  border: #155caf solid 0.5px;
  border-radius: 40px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .block--pager.sp {
    margin-top: 20px;
  }
}
.block--pager li a {
  font-weight: bold;
}
.block--pager li.pager__item--newer, .block--pager li.pager__item--older {
  transform: scale(0.8);
}
.block--pager li.pager__item--newer .arrow, .block--pager li.pager__item--older .arrow {
  position: relative;
  width: 15px;
  height: 15px;
  background: #f8f8f8;
  border-radius: 50%;
  display: block;
}
.block--pager li.pager__item--newer .arrow::before, .block--pager li.pager__item--older .arrow::before {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  position: absolute;
  background-color: #155caf;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.block--pager li.pager__item--newer .arrow::after, .block--pager li.pager__item--older .arrow::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  font-size: 0;
  border-top: #155caf solid 0.5px;
  border-left: #155caf solid 0.5px;
  transform: rotate(-45deg) translate(-50%, -50%);
  left: 50%;
  top: 50%;
  transform-origin: left top;
}
.block--pager li.pager__item--newer svg, .block--pager li.pager__item--older svg {
  display: none;
}
.block--pager li.pager__item--newer > span, .block--pager li.pager__item--older > span {
  opacity: 0.3;
}
.block--pager li.pager__item--older .arrow::after {
  transform: rotate(140deg) translate(-50%, -50%);
}
.block--pager li.pager__item--other span,
.block--pager li.pager__item--other a, .block--pager li.pager__item--current span,
.block--pager li.pager__item--current a {
  width: 5px 10px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .block--pager li.block--pager--number {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
}

.page--home .opening {
  background: #f7f7f7;
  height: 100vh;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  pointer-events: none;
}
.page--home .opening .inner {
  animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.page--home .opening .logo {
  display: flex;
  align-items: center;
  width: auto;
  height: 100vh;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.page--home .opening .logo span::after {
  content: "";
  display: block;
  background: #f7f7f7;
  width: 100%;
  height: 100vh;
  position: absolute;
  bottom: 10vw;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .opening .logo span::after {
    bottom: 60px;
  }
}
.page--home .opening .logo span::before {
  content: "";
  display: block;
  background: #f7f7f7;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 10vw;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .opening .logo span::before {
    top: 60px;
  }
}
.page--home .opening .logo span {
  display: block;
  background-image: url(/static/seiza/fanclub/logo_opening.svg);
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  width: auto;
  height: 10vw;
  aspect-ratio: 181/40;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .opening .logo span {
    height: 60px;
  }
}
.page--home .opening .op_bg {
  height: 350px;
  width: 350px;
  border: 1px solid #155caf;
  border-radius: 50%;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .opening .op_bg {
    width: 180px;
    height: 180px;
  }
}
.page--home .opening .op_bg {
  animation: rotate 6s infinite linear;
}
@keyframes rotate {
  100% {
    transform: rotateY(360deg) rotateZ(360deg);
  }
}
@keyframes rotate2 {
  25% {
    transform: rotateY(90deg) rotateX(90deg);
  }
  50% {
    transform: rotateX(180deg) rotateZ(180deg);
  }
  75% {
    transform: rotateY(270deg) rotateX(270deg);
  }
  100% {
    transform: rotateX(360deg) rotateZ(360deg);
  }
}
.page--home .opening .op_bg > div {
  height: 300px;
  width: 300px;
  border: 1px solid #155caf;
  border-radius: 50%;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .opening .op_bg > div {
    width: 180px;
    height: 180px;
  }
}
.page--home .opening .op_bg > div:nth-child(1) {
  transform: rotateY(36deg);
  border: 1px solid #155caf;
}
.page--home .opening .op_bg > div:nth-child(2) {
  transform: rotateY(72deg);
  border: 1px solid #155caf;
}
.page--home .opening .op_bg > div:nth-child(3) {
  transform: rotateY(108deg);
}
.page--home .opening .op_bg > div:nth-child(4) {
  transform: rotateY(144deg);
  border: 1px solid #155caf;
}
.page--home.loaded .opening {
  animation: fadeOut 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  animation-delay: 1s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.page--home .header {
  border-top: #155caf solid 0.5px;
  border-bottom: none;
  bottom: 0;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .header {
    border-top: none;
    border-bottom: #155caf solid 0.5px;
    top: 0;
  }
}
.page--home .header .gnav {
  top: 45px;
}
.page--home .container {
  width: 1200px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 32px;
  padding-left: 32px;
}
.page--home .keyvisual {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-height: 100vh;
  height: 100vh;
  margin-bottom: 80px;
  border-bottom: #155caf solid 0.5px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .keyvisual {
    justify-content: center;
  }
}
.page--home .keyvisual .clone-the-child-of-this {
  width: 100%;
  padding-top: 120px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .keyvisual .clone-the-child-of-this {
    padding-top: 0;
  }
}
.page--home .keyvisual .bp-hero__content-grid {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 12px;
  grid-template-columns: 0.5fr 1fr;
  grid-template-rows: auto auto auto;
}
.page--home .keyvisual .bp-hero__image {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 12px;
}
.page--home .keyvisual .swiper-container {
  width: 100%;
  height: auto;
  transform: perspective(1200px);
  position: relative;
  z-index: 1;
}
.page--home .keyvisual .swiper-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition-property: transform;
  box-sizing: content-box;
  margin-bottom: 30px;
}
.page--home .keyvisual .swiper-slide {
  max-width: 560px;
  width: 60%;
  height: 390px;
  margin-top: 8vh;
  flex: 0 0 auto;
  transition: all 300ms ease;
  border-radius: 15px;
  position: relative;
  /*overflow: hidden;*/
}
.page--home .keyvisual .swiper-slide figure {
  background-color: #fff;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.page--home .keyvisual .swiper-slide figure .slide-image {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.page--home .keyvisual .swiper-slide a {
  pointer-events: none;
}
.page--home .keyvisual .swiper-slide a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/static/seiza/fanclub/bg_noise.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  mix-blend-mode: hard-light;
  opacity: 0.5;
  transition: all 0.3s;
  border-radius: 15px;
  pointer-events: none;
}
.page--home .keyvisual .swiper-slide.swiper-slide-active a {
  pointer-events: all;
}
.page--home .keyvisual .swiper-slide.swiper-slide-active a::after {
  opacity: 0;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .keyvisual .swiper-slide {
    width: 280px;
    height: 420px;
  }
}
.page--home .keyvisual .slide-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page--home .keyvisual .slide-heading {
  transition: all 400ms ease;
  line-height: 1.8;
}
.page--home .keyvisual .slide-inner {
  display: flex;
  justify-content: left;
  align-items: baseline;
  flex-direction: column;
  /*padding-left: 75px;*/
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .keyvisual .slide-inner {
    /*padding-left: 65px;*/
  }
}
.page--home .keyvisual .slide-category {
  transition: all 600ms ease;
  color: #b5cbe4;
  font-size: 12px;
  line-height: 1.4;
  text-transform: uppercase;
  padding-top: 30px;
}
.page--home .keyvisual ._wf-button__wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 900;
  display: flex;
  justify-content: center;
}
.page--home .keyvisual .swiper-slide-shadow-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5019607843));
}
.page--home .keyvisual .swiper-slide-shadow-right {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.5019607843), transparent);
}
.page--home .keyvisual .contact-trigger-wrap {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: flex;
  padding-bottom: 2vh;
  justify-content: center;
}
.page--home .keyvisual .scroll-btn {
  position: relative;
  z-index: 50;
  display: flex;
  width: 6vh;
  height: 6vh;
  padding: 1.5rem 3rem;
  justify-content: center;
  align-items: center;
  border: 1px none #000;
  transition: all 300ms ease;
  color: hsla(0, 0%, 90.6%, 0.5);
  text-decoration: none;
  cursor: pointer;
}
.page--home .keyvisual .arrow__btn {
  display: flex;
  min-width: 2vh;
  justify-content: center;
  align-items: center;
}
.page--home .keyvisual .nav-item-text-mobile {
  display: none;
}
.page--home .keyvisual .swiper-navigation {
  display: flex;
  justify-content: space-between;
  z-index: 40;
  align-items: center;
  margin-inline: auto;
  position: absolute;
  width: 740px;
  left: 50%;
  transform: translateX(-50%);
  top: 60%;
  pointer-events: none;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .keyvisual .swiper-navigation {
    width: calc(100% + 20px);
    top: 50%;
  }
}
.page--home .keyvisual .swiper-navigation .swiper-nav-btn {
  display: block;
  width: 45px;
  height: 45px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.2392156863);
  border-radius: 50%;
  position: relative;
  pointer-events: all;
}
.page--home .keyvisual .swiper-navigation .swiper-nav-btn .swiper-nav-btn-icon::before {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  position: absolute;
  background-color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.page--home .keyvisual .swiper-navigation .swiper-nav-btn .swiper-nav-btn-icon::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  font-size: 0;
  border-top: #fff solid 0.5px;
  border-left: #fff solid 0.5px;
  transform: rotate(-45deg) translate(-50%, -50%);
  left: 50%;
  top: 50%;
  transform-origin: left top;
}
.page--home .keyvisual .swiper-navigation .swiper-nav-btn.next {
  transform: scale(-1, 1);
}
.page--home .keyvisual .swiper-number {
  /*display: flex;*/
  display: none;
  align-items: start;
  max-width: 560px;
  width: 60%;
  margin-inline: auto;
  font-size: 35px;
  font-weight: 200;
  line-height: 1;
  position: initial;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .keyvisual .swiper-number {
    font-size: 30px;
    width: 280px;
  }
}
.page--home .keyvisual .swiper-number .swiper-pagination-current,
.page--home .keyvisual .swiper-number .swiper-pagination-total {
  font-size: 40px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .keyvisual .swiper-number .swiper-pagination-current,
  .page--home .keyvisual .swiper-number .swiper-pagination-total {
    font-size: 35px;
  }
}
.page--home .keyvisual .control-btn.active {
  background-color: #00ffe1;
  color: #051328;
}
.page--home .keyvisual .preloader {
  display: block;
}
.page--home .keyvisual .swiper-slide-shadow-left,
.page--home .keyvisual .swiper-slide-shadow-right {
  pointer-events: none;
}
.page--home .keyvisual #wheel-slider .swiper-slide {
  transform: rotate(-20deg) translateY(110px) translateX(220px) !important;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .keyvisual #wheel-slider .swiper-slide {
    transform: rotate(-10deg) translateY(-30px) translateX(60px) !important;
  }
}
.page--home .keyvisual #wheel-slider .swiper-slide .slide-heading,
.page--home .keyvisual #wheel-slider .swiper-slide .slide-category {
  transform: translateY(140%);
  opacity: 0;
}
.page--home .keyvisual #wheel-slider .swiper-slide .slide-category {
  transition-delay: 0.3s;
}
.page--home .keyvisual #wheel-slider .swiper-slide .slide-heading {
  transition-delay: 0.8s;
}
.page--home .keyvisual #wheel-slider .swiper-slide.swiper-slide-active {
  transform: rotate(0deg) translateY(0px) !important;
  pointer-events: all;
}
.page--home .keyvisual #wheel-slider .swiper-slide.swiper-slide-active .slide-heading, .page--home .keyvisual #wheel-slider .swiper-slide.swiper-slide-active .slide-category {
  transform: translateY(0%);
  opacity: 1;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .keyvisual #wheel-slider .swiper-slide.swiper-slide-active .slide-heading, .page--home .keyvisual #wheel-slider .swiper-slide.swiper-slide-active .slide-category {
    font-size: 12px;
  }
}
.page--home .keyvisual #wheel-slider .swiper-slide.swiper-slide-prev {
  transform: rotate(-10deg) translateY(0px) translateX(120px) !important;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .keyvisual #wheel-slider .swiper-slide.swiper-slide-prev {
    transform: rotate(-10deg) translateY(-30px) translateX(60px) !important;
  }
}
.page--home .keyvisual #wheel-slider .swiper-slide.swiper-slide-next {
  transform: rotate(10deg) translateY(130px) translateX(-80px) !important;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .keyvisual #wheel-slider .swiper-slide.swiper-slide-next {
    transform: rotate(10deg) translateY(70px) translateX(-10px) !important;
  }
}
.page--home .keyvisual #wheel-slider .swiper-slide.swiper-slide-next + .swiper-slide {
  transform: rotate(20deg) translateY(370px) translateX(-110px) !important;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .keyvisual #wheel-slider .swiper-slide.swiper-slide-next + .swiper-slide {
    transform: rotate(20deg) translateY(180px) translateX(-40px) !important;
  }
}
.page--home .keyvisual .circle-wrap {
  display: grid;
  place-items: center;
  color: #155CAF;
  font-family: "hanken-grotesk", sans-serif;
  font-weight: 100;
  position: absolute;
  z-index: 0;
  top: -250px;
  width: 100%;
  height: 60vh;
  overflow: hidden;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .keyvisual .circle-wrap {
    top: -35vh;
  }
}
.page--home .keyvisual .circle {
  width: 100%;
  perspective: 1000px;
  perspective-origin: center;
  transform: rotate(-20deg) scale(1.3);
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .keyvisual .circle {
    transform: rotate(-20deg) scale(1);
  }
}
.page--home .keyvisual .word {
  display: flex;
  transform-style: preserve-3d;
  animation: rotate 80s infinite linear;
  justify-content: center;
  font-size: clamp(15px, 3.5vw, 30px);
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .keyvisual .word {
    font-size: 30px;
  }
}
.page--home .keyvisual .circle .char {
  position: absolute;
  transform: rotateY(calc(var(--char-index) * 10deg)) translateZ(300px);
}
@keyframes rotate {
  0% {
    transform: rotateY(360deg) rotateX(10deg);
  }
  100% {
    transform: rotateY(0deg) rotateX(10deg);
  }
}
.page--home .section-wrap {
  border-bottom: #155caf solid 0.5px;
}
.page--home .section-wrap.section--info .block-tit {
  margin-bottom: 20px;
}
.page--home .section-wrap .block-content .list--information {
  border: none;
}
.page--home .section-wrap .block-content .list--information li:nth-child(n+4) {
  display: none;
}
.page--home .section-wrap .block-content .list--information li:first-child a {
  padding-top: 0;
}
.page--home .footer {
  padding: 70px 70px 140px 70px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .footer {
    padding: 60px 6%;
  }
}

.page--info .section--info.detail {
  justify-content: flex-start;
  flex-direction: column;
  max-width: 1000px;
  margin-inline: auto;
}
.page--info .section--info.detail .block--title {
  margin-bottom: 20px;
}
.page--info .section--info.detail .block--title .tit {
  font-size: 25px;
}
.page--info .section--info.detail .block--title .block--time {
  display: flex;
  gap: 20px;
  font-size: 10px;
}
.page--info .section--info.detail .block--txt .txt {
  background: #fff;
  padding: 40px;
  border-radius: 15px;
  margin-bottom: 20px;
}
.page--info .section--info.detail .block--txt .txt a {
  border-bottom: #155caf solid 1px;
  padding-bottom: 2px;
}
.page--info .section--info.detail .block--txt .video {
  width: 100%;
  padding-top: 56.25%;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.page--info .section--info.detail .block--txt .video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.page--info .section--info.detail .block--share {
  display: flex;
  justify-content: right;
  gap: 10px;
  margin-bottom: 20px;
}
.page--info .section--info.detail .block--share li a {
  display: block;
  position: relative;
}
.page--info .section--info.detail .block--share li .fa {
  font-size: 18px;
}
.page--info .section--info.detail .block--share li svg {
  fill: #155caf;
  width: 18px;
  height: 18px;
}
.page--info .section--info.list .block-tit .block--category .cat4 {
  display: none;
}
.page--info .section--info.list .block-content .list--information.video {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: none;
}
.page--info .section--info.list .block-content .list--information.video li {
  width: 100%;
  border: none;
}
.page--info .section--info.list .block-content .list--information.video li a {
  gap: 20px;
  flex-direction: column;
  padding: 0;
  margin-bottom: 40px;
}
.page--info .section--info.list .block-content .list--information.video li a::after {
  display: none;
}
.page--info .section--info.list .block-content .list--information.video li a figure {
  flex-wrap: wrap;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 15px;
  overflow: hidden;
}
.page--info .section--info.list .block-content .list--information.video li a .block--text {
  width: 100%;
}
.page--info .section--info.list .block-content .list--information.video li a .block--text .tit {
  font-weight: 800;
  margin-bottom: 10px;
}

.page--schedule .block-tit .block--month .tit {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 200;
  margin-bottom: 20px;
}
.page--schedule .block-tit .block--month .tit span {
  margin-left: 10px;
}
.page--schedule .block-tit .block--month .month-pager {
  display: flex;
  gap: 30px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #d3f7ff;
  padding: 10px 20px;
  border-radius: 30px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--schedule .block-tit .block--month .month-pager {
    margin-bottom: 0;
  }
}
.page--schedule .block-tit .block--category {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--schedule .block-tit .block--category {
    margin-bottom: 20px;
  }
}
.page--schedule .block-tit .block--category .list--sort {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.page--schedule .block-tit .block--category .list--sort li input[type=checkbox] {
  display: none;
}
.page--schedule .block-tit .block--category .list--sort li .category {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 0;
  padding: 15px;
  color: #155caf;
  border: 1px solid;
  background: #155caf;
  color: #fff;
  border-radius: 30px;
  transition: 0.3s;
}
.page--schedule .block-tit .block--category .list--sort li input[type=checkbox]:not(:checked) + .category {
  background: none;
  color: #155caf;
  opacity: 0.6;
}
@media screen and (min-width: 961px) {
  .page--schedule .block-tit .block--category .list--sort li:hover input[type=checkbox]:checked + .category {
    cursor: pointer;
    background: transparent;
    color: #155caf;
    opacity: 0.6;
  }
  .page--schedule .block-tit .block--category .list--sort li:hover input[type=checkbox]:not(:checked) + .category {
    cursor: pointer;
    background: #155caf;
    color: #f7f7f7;
    opacity: 1;
  }
}
.page--schedule .block-content .schedule {
  margin-bottom: 20px;
  border-top: #dedede solid 0.5px;
  overflow: hidden;
}
.page--schedule .block-content .schedule li {
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  position: relative;
  border: none;
}
.page--schedule .block-content .schedule li::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #dedede;
  left: 0;
  bottom: 0;
}
.page--schedule .block-content .schedule li.no-data {
  padding: 20vh 25px;
  text-align: center;
  justify-content: center;
}
.page--schedule .block-content .schedule li:last-child {
  border: none;
}
.page--schedule .block-content .schedule li .date--event {
  line-height: 1;
  position: absolute;
  left: 0;
  top: 20px;
}
.page--schedule .block-content .schedule li .date--event strong {
  font-size: 40px;
  font-weight: 200;
}
.page--schedule .block-content .schedule li .date--event .week {
  display: block;
}
.page--schedule .block-content .schedule li .list__txt {
  width: 70%;
  border-bottom: #dedede solid 0.5px;
  margin-left: 30%;
}
.page--schedule .block-content .schedule li .list__txt:last-child {
  border: none;
}
.page--schedule .block-content .schedule li a {
  display: block;
  padding: 20px 25px;
}
.page--schedule .block-content .schedule li a .category {
  display: inline-block;
  background-color: #f0f0f0;
  margin-bottom: 10px;
  padding: 4px 8px;
  font-size: 10px;
  border-radius: 20px;
}
.page--schedule .block-content .schedule li a .tit {
  line-height: 1.5;
}

.page--disco .section-wrap.list .block-tit {
  width: 30%;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--disco .section-wrap.list .block-tit {
    width: 100%;
    margin-bottom: 40px;
  }
}
.page--disco .section-wrap.list .block-tit h2.tit {
  line-height: 0.8;
  margin-bottom: 40px;
}
.page--disco .section-wrap.list .block-content {
  max-width: none;
  width: 70%;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--disco .section-wrap.list .block-content {
    width: 100%;
  }
}
.page--disco .section-wrap.list .block-content .list--disco {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.page--disco .section-wrap.list .block-content .list--disco li a {
  position: relative;
  display: flex;
}
.page--disco .section-wrap.list .block-content .list--disco li a figure.thumb {
  width: 55%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 15px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s;
  position: relative;
  z-index: 2;
}
.page--disco .section-wrap.list .block-content .list--disco li a figure.thumb.no-image {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.page--disco .section-wrap.list .block-content .list--disco li a figure.thumb.no-image::before {
  display: none;
}
.page--disco .section-wrap.list .block-content .list--disco li a figure.thumb.no-image::after {
  content: "";
  display: inline-block;
  background-image: url(/static/seiza/fanclub/logo.svg);
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  width: auto;
  height: 40px;
  position: relative;
  z-index: 2;
  aspect-ratio: 181/40;
  mix-blend-mode: multiply;
}
.page--disco .section-wrap.list .block-content .list--disco li a figure.thumb img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.page--disco .section-wrap.list .block-content .list--disco li a figure.thumb img.blur {
  position: absolute;
  left: 0;
  top: 0;
  filter: blur(40px);
  transform: scale(2);
  z-index: 0;
}
.page--disco .section-wrap.list .block-content .list--disco li a .block--text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  width: 55%;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #155caf;
  color: #fff;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  transform: rotate(0deg) translate(-100%, 0%);
  transform-origin: left bottom;
  transition: 1s;
  transition-delay: 0.5s;
  opacity: 0;
}
.page--disco .section-wrap.list .block-content .list--disco li a .block--text::before {
  content: "";
  display: block;
  width: 98%;
  height: 98%;
  border: #fff solid 0.5px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 12px;
}
.page--disco .section-wrap.list .block-content .list--disco li a .block--text::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/static/seiza/fanclub/bg_noise.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  position: absolute;
  z-index: 0;
  mix-blend-mode: color-burn;
  opacity: 0.5;
}
.page--disco .section-wrap.list .block-content .list--disco li a .block--text p {
  text-align: center;
  position: relative;
  z-index: 1;
}
.page--disco .section-wrap.list .block-content .list--disco li.started a .thumb {
  opacity: 1;
  transform: translateY(0);
}
.page--disco .section-wrap.list .block-content .list--disco li.started a .block--text {
  opacity: 1;
  transform: rotate(20deg) translate(-30%, 5%);
}
.page--disco .section-wrap.detail {
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1000px;
  margin-inline: auto;
}
.page--disco .section-wrap.detail .section--inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--disco .section-wrap.detail .section--inner {
    flex-direction: column;
  }
}
.page--disco .section-wrap.detail .section--inner .block--txt {
  width: 60%;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--disco .section-wrap.detail .section--inner .block--txt {
    width: 100%;
  }
}
.page--disco .section-wrap.detail .section--inner .block--txt figure {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #fff;
  background-image: url(/static/seiza/fanclub/logo.svg);
  background-position: center center;
  background-size: 200px;
  border-radius: 15px;
}
.page--disco .section-wrap.detail .section--inner .block--txt img {
  display: block;
  border-radius: 15px;
}
.page--disco .section-wrap.detail .section--inner .block--title {
  background: #fff;
  width: 40%;
  padding: 40px;
  border-radius: 15px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--disco .section-wrap.detail .section--inner .block--title {
    width: 100%;
  }
}
.page--disco .section-wrap.detail .section--inner .block--title .date {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: #dedede solid 0.5px;
}
.page--disco .section-wrap.detail .section--inner .block--track .title {
  font-size: 15px;
  color: #155caf;
  margin-bottom: 20px;
}
.page--disco .section-wrap.detail .section--inner .block--track > li {
  margin-bottom: 25px;
}
.page--disco .section-wrap.detail .section--inner .block--track > div {
  margin: 20px 0;
  font-size: 13px;
}
.page--disco .section-wrap.detail .section--inner .block--track .list--track > li {
  padding: 10px 15px;
  background: #474747;
  margin-bottom: 10px;
}
.page--disco .section-wrap.detail .section--inner .block--track .list--track > li > div {
  font-size: 13px;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
}
.page--disco .section-wrap.detail .section--inner .block--track .list--track > li .num {
  width: 1.5em;
}
.page--disco .section-wrap.detail .section--inner .block--track .list--track > li a {
  font-size: 15px;
}
.page--disco .section-wrap.detail .section--inner .block--track .list--track > li .link {
  margin-left: 8px;
  line-height: 1;
}
.page--disco .section-wrap.detail .section--inner .block--track .list--track > li .link a {
  display: block;
}
.page--disco .section-wrap.detail .section--inner .block--track .list--track > li .tie-up {
  font-size: 11px;
}
.page--disco .section-wrap.detail .section--inner .block--track .list--track > li .lyrics {
  margin-left: 10px;
}

.page--profile {
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1000px;
  margin-inline: auto;
}
.page--profile.section-wrap .section--inner {
  width: 100%;
}
.page--profile.section-wrap .section--inner .block-tit {
  width: 100%;
  position: inherit;
}
.page--profile.section-wrap .section--inner .block--photo {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 15px;
  margin-bottom: 20px;
  overflow: hidden;
  pointer-events: none;
}
.page--profile.section-wrap .section--inner .block--photo img {
  display: block;
}
.page--profile.section-wrap .section--inner .block--txt {
  background: #fff;
  width: 100%;
  padding: 40px;
  border-radius: 15px;
}
.page--profile.section-wrap .section--inner .block--txt .txt .lead {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: #dedede solid 0.5px;
}
.page--profile.section-wrap .section--inner .block--txt .txt .comment b {
  display: block;
  margin-bottom: 20px;
}

.page--contact .section-wrap {
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1000px;
  margin-inline: auto;
}
.page--contact .section-wrap .section--inner {
  width: 100%;
}
.page--contact .section-wrap .section--inner .block-tit {
  width: 100%;
  position: inherit;
}
.page--contact .section-wrap .section--inner .block--txt {
  background: #fff;
  width: 100%;
  padding: 40px;
  border-radius: 15px;
  margin-bottom: 20px;
}
.page--contact .section-wrap .section--inner .block--txt .heading_1 {
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: #dedede solid 1px;
}
.page--contact .section-wrap .section--inner .block--txt .required {
  margin-left: 10px;
  font-weight: bold;
  /*color: var.$red;*/
}
.page--contact .section-wrap .section--inner .block--txt .block--complete {
  margin-bottom: 20px;
}

.page--error .section-wrap .section--inner {
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1000px;
  margin-inline: auto;
}
.page--error .section-wrap .section--inner .block-tit {
  width: 100%;
}
.page--error .section-wrap .section--inner .block-tit h2 {
  font-size: 40px;
  justify-content: center;
  line-height: 1;
}
.page--error .section-wrap .section--inner .block-tit h2::before {
  display: none;
}
.page--error .section-wrap .section--inner .block--txt {
  background: #fff;
  width: 100%;
  padding: 40px;
  border-radius: 15px;
  margin-bottom: 20px;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a {
    transition: all 0.2s 0s ease;
  }
  a figure {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
  }
  a figure img {
    mix-blend-mode: normal;
    position: relative;
    z-index: 1;
    transition: all 0.2s 0s ease;
  }
  a figure::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #155caf;
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 0;
    mix-blend-mode: color;
    border-radius: 15px;
  }
  a:hover figure img {
    /*transform: scale(1, 1);
    transform-origin: left top;*/
    opacity: 0;
  }
  .list__more a:hover,
  .detail__btn a:hover {
    background-color: #155caf;
    color: #fff;
  }
  .btn--sub:hover {
    background-color: #155caf;
    color: #fff;
  }
  .header .logo {
    position: relative;
  }
  .header .logo a::after {
    content: "";
    display: block;
    width: auto;
    height: 100%;
    position: absolute;
    aspect-ratio: 181/40;
    background-color: #155caf;
    top: 0;
    left: 0;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
    z-index: 0;
  }
  .header .logo a:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .header .gnav li a:hover {
    background-color: #d3f7ff;
  }
  .section-wrap .block-tit .block--category li a:hover {
    background-color: #155caf;
    color: #fff;
  }
  .section-wrap .block-tit .block--indicator .swiper-button-next,
  .section-wrap .block-tit .block--indicator .swiper-button-prev {
    transition: all 0.2s 0s ease;
  }
  .section-wrap .block-tit .block--indicator .swiper-button-next:hover,
  .section-wrap .block-tit .block--indicator .swiper-button-prev:hover {
    background-color: #d3f7ff;
  }
  .page--info .section--info.detail .block--share li a svg {
    transition: all 0.2s 0s ease;
  }
  .page--info .section--info.detail .block--share li a:hover {
    color: #d3f7ff;
  }
  .page--info .section--info.detail .block--share li a:hover svg {
    fill: #d3f7ff;
  }
  .footer .nav--sns li a:hover {
    opacity: 0.5;
  }
  .footer .footer-bnr li a img {
    transition: all 0.2s 0s ease;
  }
  .footer .footer-bnr li a:hover img {
    opacity: 0.5;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* common.scss
  ============================== */
  .pc {
    display: none !important;
  }
}/*# sourceMappingURL=service.css.map */