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

/* link*/
/* 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: #fff, 0.5;
}

::-moz-placeholder {
  color: #fff, 0.5;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #fff, 0.5;
}

:-moz-placeholder {
  color: #fff, 0.5;
}

/* 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: "必須";
  color: #fff;
  font-size: 10px;
  text-align: center;
  line-height: 1;
  padding: 2px 4px;
  margin-left: 4px;
  position: relative;
  background: #c31515;
  letter-spacing: 0.01em;
  font-weight: normal;
}

/* input */
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
input[type=time],
input[type=date] {
  font-family: "ヒラギノ角ゴ Pro W6", HelveticaNeue, Helvetica, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
}
@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-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}
@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-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 756px) 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-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
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: 1px solid rgba(255, 255, 255, 0.4);
  padding: 1em 0.5em;
}
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: #c31515;
  border-color: #c31515;
}
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[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
input[type=time],
input[type=date] {
  background: #fff;
  color: #000;
}

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

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

/* textarea */
textarea {
  font-family: "ヒラギノ角ゴ Pro W6", HelveticaNeue, Helvetica, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 961px) {
  textarea {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  textarea {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  textarea {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
textarea {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  border-radius: 0.3em;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 1em 0.5em;
}
textarea:focus {
  border-color: inherit;
}
textarea.form__error {
  background: #fff0ea;
  color: #c31515;
  border-color: #c31515;
}
textarea.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
textarea[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}
textarea {
  height: auto;
  line-height: 1.6;
}

/* select */
.form__select {
  display: inline-block;
}
.form__select::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #fff;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  transition: 0.3s;
  vertical-align: middle;
}
.form__select {
  position: relative;
}
.form__select:after {
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%) rotate(-45deg);
}
.form__select select {
  font-family: "ヒラギノ角ゴ Pro W6", HelveticaNeue, Helvetica, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 961px) {
  .form__select select {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select select {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .form__select select {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
.form__select select {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  border-radius: 0.3em;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 1em 0.5em;
}
.form__select select:focus {
  border-color: inherit;
}
.form__select select.form__error {
  background: #fff0ea;
  color: #c31515;
  border-color: #c31515;
}
.form__select select.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
.form__select select[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}
.form__select select {
  padding-right: 2.5em;
}

.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: #c31515;
}
.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);
  background-color: #fff;
  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.8);
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  top: 70%;
  left: 0.2em;
  transform: rotate(-45deg);
  opacity: 0;
}
.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}

.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: #c31515;
}
.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);
  background-color: #fff;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__radio :checked ~ p::before {
  border-color: rgba(255, 255, 255, 0.8);
  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: #c31515;
}
.form__toggle label p {
  padding-left: 0;
  position: relative;
}

/* 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 */
/* ==============================================================
*  contents
* ============================================================ */
/* common.scss
============================== */
html,
body {
  height: 100%;
}

body {
  background: #000;
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro W6", HelveticaNeue, Helvetica, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 961px) {
  body {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  body {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
body {
  word-wrap: break-word;
  overflow-x: hidden;
}

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: #000;
  color: #000;
}

::selection {
  background: #000;
  color: #000;
}

::-moz-selection {
  background: #fff;
  color: #000;
}

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

.loading {
  display: none;
}

@font-face {
  font-family: "HelveticaNeue";
  font-style: normal;
  font-weight: 400;
  src: url("/static/thegazette/font/HelveticaNeueRoman.eot") format("embedded-opentype");
  src: url("/static/thegazette/font/HelveticaNeueRoman.woff") format("woff"), "/static/thegazette/font/HelveticaNeueRoman.woff2" format("woff2"), "/static/thegazette/font/HelveticaNeueRoman.otf" format("opentype"), "/static/thegazette/font/HelveticaNeueRoman.ttf" format("truetype"), "/static/thegazette/font/HelveticaNeueRoman.eot" format("embedded-opentype");
}
@font-face {
  font-family: "HelveticaNeue";
  font-style: normal;
  font-weight: 500;
  src: url("/static/thegazette/font/HelveticaNeueBold.eot") format("embedded-opentype");
  src: url("/static/thegazette/font/HelveticaNeueBold.woff") format("woff"), "/static/thegazette/font/HelveticaNeueBold.woff2" format("woff2"), "/static/thegazette/font/HelveticaNeueBold.otf" format("opentype"), "/static/thegazette/font/HelveticaNeueBold.ttf" format("truetype"), "/static/thegazette/font/HelveticaNeueBold.eot" format("embedded-opentype");
}
@font-face {
  font-family: "HelveticaNeue";
  font-style: normal;
  font-weight: 800;
  src: url("/static/thegazette/font/HelveticaNeueHeavy.eot") format("embedded-opentype");
  src: url("/static/thegazette/font/HelveticaNeueHeavy.woff") format("woff"), "/static/thegazette/font/HelveticaNeueHeavy.woff2" format("woff2"), "/static/thegazette/font/HelveticaNeueHeavy.otf" format("opentype"), "/static/thegazette/font/HelveticaNeueHeavy.ttf" format("truetype"), "/static/thegazette/font/HelveticaNeueHeavy.eot" format("embedded-opentype");
}
.block--pager {
  padding: 0;
  text-align: left;
  letter-spacing: -0.5em;
  margin: 40px 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block--pager li {
  display: inline-block;
  font-family: HelveticaNeue, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.03em;
  text-align: center;
  vertical-align: middle;
  position: relative;
  font-size: 13px;
  width: 34.5%;
  background: url(/static/thegazette/fanclub/common_f9yz3w6c/ico_pager_next.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999em;
  overflow: hidden;
  transition: 0.3s;
}
.block--pager li:has(span) {
  opacity: 0.6;
}
.block--pager a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 0 0.6em;
}
.block--pager .pager__item--number {
  text-align: center;
  color: #fff;
}
.block--pager .pager__item--newer {
  display: block;
  background-image: url(/static/thegazette/fanclub/common_f9yz3w6c/ico_pager_prev.svg);
}
.block--pager .pager__item--newer a,
.block--pager .pager__item--newer span {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 11px 0;
  position: relative;
}
.block--pager .pager__item--newer span {
  opacity: 0.4;
  line-height: 1;
}
.block--pager .pager__item--older {
  display: block;
  margin-left: 8%;
}
.block--pager .pager__item--older a,
.block--pager .pager__item--older span {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 11px 0;
  position: relative;
}
.block--pager .pager__item--older span {
  opacity: 0.4;
  line-height: 1;
}
.block--pager .pager__item--newer,
.block--pager .pager__item--older {
  z-index: 2;
}
.block--pager .pager__item--newer a,
.block--pager .pager__item--older a {
  letter-spacing: 0.15em;
}
.block--pager .pager__item--newer::before,
.block--pager .pager__item--older::before {
  display: none !important;
}
.block--pager .pager__item--other {
  width: 3em;
}
.block--pager .pager__item--other a {
  position: relative;
  padding: 3px 0;
}
.block--pager .pager__item--current {
  display: inline-block;
  position: relative;
  color: #fff;
  width: 2em;
  margin: 0 5px;
  padding: 0.6em 0;
  line-height: 0.5;
  vertical-align: middle;
  letter-spacing: normal;
}
.block--pager .pager__item--current span {
  display: inline;
  position: relative;
  border-radius: 50%;
  transition: background 0.3s;
}
.block--pager .pager__item--current::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: 15px;
  height: 1px;
  background: #fff;
  transform: translateX(-50%);
  z-index: 1;
}

.block--pager__number {
  display: flex;
  justify-content: center;
  text-align: center;
}
.block--pager__number li {
  display: block;
  font-family: HelveticaNeue, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  font-weight: 800;
  font-style: normal;
  font-size: 27px;
  letter-spacing: 0.03em;
  vertical-align: middle;
  width: auto;
  min-width: 25px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin: 0 5px;
}
.block--pager__number li span {
  display: block;
  pointer-events: none;
  opacity: 0.6;
}
.block--pager__number li a {
  display: block;
  color: #fff;
  line-height: 30px;
}

.txt--basic {
  margin: 0 0 1em;
  font-family: "ヒラギノ角ゴ Pro W6", HelveticaNeue, Helvetica, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

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

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

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

[class^=list--] .thumb {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
[class^=list--] .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-size: contain;
  aspect-ratio: 4/3;
}
[class^=list--] .thumb .blur {
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: 1;
}
[class^=list--] .thumb .blur img {
  background-size: cover;
  pointer-events: none;
  filter: blur(80px);
  transform: translateZ(0);
}
[class^=list--] .dummy {
  background-size: cover;
}

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

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

.page--home .loading {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ff4800;
  z-index: 10001;
}
.page--home .pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.page--home .pace-inactive {
  display: none;
}
.page--home .pace .pace-progress {
  background: #ffffff;
  position: fixed;
  z-index: 20000;
  top: 50%;
  right: 100%;
  width: 100%;
  height: 1px;
}
.page--home .content-main {
  padding: 0;
}

.home_video {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
}

.home_video video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.delighter {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.3s 0.2s;
}

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

.swiper-container-horizontal .swiper-pagination-bullets {
  width: auto;
  position: static;
  display: inline-block;
  margin-right: 15px;
}
.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
  padding: 10px;
  margin: 0;
  width: 30px;
  border-radius: 0;
  background: transparent;
  position: relative;
}
.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet::after {
  display: block;
  content: "";
  width: 30px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -60px;
  font-family: HelveticaNeue, Helvetica, sans-serif;
  font-size: 15px;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: calc(6% + 60px);
}

.swiper-pagination-current {
  margin-right: 50px;
  position: relative;
}
.swiper-pagination-current::before {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.5);
  right: -25px;
  top: -1px;
}

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

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}

.swiper-button-next,
.swiper-button-prev {
  width: 32px;
  height: 32px;
  top: auto;
  bottom: -63px;
  z-index: 30;
}
.swiper-button-next::before,
.swiper-button-prev::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(/static/thegazette/fansite/common/arrow.svg) no-repeat center;
  background-size: contain;
}

.swiper-button-prev {
  transform: scale(-1, 1);
  left: 6%;
}

.swiper-button-next {
  left: calc(6% + 155px);
  right: auto;
}

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

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

/* placeholder */
::-webkit-input-placeholder {
  color: #fff, 0.5;
}

::-moz-placeholder {
  color: #fff, 0.5;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #fff, 0.5;
}

:-moz-placeholder {
  color: #fff, 0.5;
}

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

/* input */
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
button {
  font-family: "ヒラギノ角ゴ Pro W6", HelveticaNeue, Helvetica, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 961px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  button {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  button {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  button {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
button {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #fff;
  border-radius: 0.3em;
  padding: 0.5em;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
button:focus {
  border-color: #fff;
}
input[type=text].form__error,
input[type=tel].form__error,
input[type=email].form__error,
input[type=password].form__error,
input[type=number].form__error,
button.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
input[type=text].form__error:focus,
input[type=tel].form__error:focus,
input[type=email].form__error:focus,
input[type=password].form__error:focus,
input[type=number].form__error:focus,
button.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
input[type=text][disabled],
input[type=tel][disabled],
input[type=email][disabled],
input[type=password][disabled],
input[type=number][disabled],
button[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
button {
  color: #fff;
  border-radius: 0;
  border: 1px solid #888;
}

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

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

/* textarea */
textarea {
  font-family: "ヒラギノ角ゴ Pro W6", HelveticaNeue, Helvetica, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 961px) {
  textarea {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  textarea {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  textarea {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
textarea {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #fff;
  border-radius: 0.3em;
  padding: 0.5em;
}
textarea:focus {
  border-color: #fff;
}
textarea.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
textarea.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
textarea[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}
textarea {
  background: #000;
  border-radius: 0;
  border: 1px solid #888;
  color: #fff;
}

/* select */
/* select */
.form__select {
  display: inline-block;
  position: relative;
}
.form__select::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  transition: 0.3s;
  vertical-align: middle;
}
.form__select select {
  font-family: "ヒラギノ角ゴ Pro W6", HelveticaNeue, Helvetica, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 961px) {
  .form__select select {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select select {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .form__select select {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
.form__select select {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #fff;
  border-radius: 0.3em;
  padding: 0.5em;
}
.form__select select:focus {
  border-color: #fff;
}
.form__select select.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
.form__select select.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
.form__select select[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}
.form__select select {
  padding-right: 2.3em;
  border-radius: 0;
  border: 1px solid;
  background: #fff;
}
.form__select::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  border-bottom: #000 solid 1px;
  border-left: #000 solid 1px;
  z-index: 2;
}

/* checkbox */
.form__checkbox label p {
  font-family: "ヒラギノ角ゴ Pro W6", HelveticaNeue, Helvetica, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 961px) {
  .form__checkbox label p {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__checkbox label p {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .form__checkbox label p {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
.form__checkbox label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__checkbox input[type=checkbox],
.form__checkbox input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__checkbox.form__error {
  color: #f33;
}
.form__checkbox label p {
  padding-left: 1.6em;
}
.form__checkbox label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #888;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__checkbox label p::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.4em;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  top: 70%;
  left: 0.2em;
  transform: rotate(-45deg);
  opacity: 0;
}
.form__checkbox :checked ~ p::before {
  background: #000;
}
.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}

/* radio */
.form__radio label p {
  font-family: "ヒラギノ角ゴ Pro W6", HelveticaNeue, Helvetica, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 961px) {
  .form__radio label p {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__radio label p {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .form__radio label p {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
.form__radio label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__radio input[type=checkbox],
.form__radio input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__radio.form__error {
  color: #f33;
}
.form__radio label p {
  padding-left: 1.6em;
}
.form__radio label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  border: 1px solid #888;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__radio :checked ~ p::before {
  border-color: #c00;
  border-width: 0.3em;
}

/* toggle button */
.form__toggle label p {
  font-family: "ヒラギノ角ゴ Pro W6", HelveticaNeue, Helvetica, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 961px) {
  .form__toggle label p {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__toggle label p {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .form__toggle label p {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
.form__toggle label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__toggle input[type=checkbox],
.form__toggle input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__toggle.form__error {
  color: #f33;
}
.form__toggle label p {
  padding-left: 0;
  position: relative;
}
.form__toggle label p::before,
.form__toggle label p::after {
  content: "";
  display: block;
  height: 30px;
  margin: -15px 0 0;
  position: absolute;
  border: 1px solid #fff;
}
.form__toggle label p::before {
  width: 50px;
  border-radius: 15px;
  top: 50%;
  right: 0;
}
.form__toggle label p::after {
  width: 30px;
  background: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 50%;
  right: 20px;
}
.form__toggle :checked ~ p::before {
  background: #c00;
  border-color: #c00;
}
.form__toggle :checked ~ p::after {
  right: 0;
}

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

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

.form--confirm {
  margin: 0 0 2em;
}

.form--confirm {
  border: 1px solid #888;
  padding: 20px 15px 30px;
  margin-bottom: 40px;
}
.form--confirm dt {
  margin: 0 0 10px;
  opacity: 0.4;
}
.form--confirm dd {
  margin: 0 0 30px;
}
.form--confirm dd:last-of-type {
  margin: 0 !important;
}

@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@keyframes heart {
  0% {
    transform: scale(1);
  }
  60% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.3);
  }
  80% {
    transform: scale(1);
  }
  90% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.btn {
  text-align: center;
}

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

.btn--main {
  font-size: 14px;
  background: #fff;
  color: #000;
  height: inherit !important;
  line-height: inherit !important;
  padding: 20px;
  margin: 1em 0;
}

.moreBtn,
.main {
  font-size: 14px;
  background: #c00;
  color: #fff;
  border: 1px solid #c00;
  height: inherit !important;
  line-height: inherit !important;
  padding: 20px;
  margin: 1em 0;
  text-align: center;
  text-decoration: none !important;
}

.btn--sub {
  font-size: 14px;
  background: #fff;
  color: #000;
  border: 1px solid #fff;
  margin: 1em 0;
  padding: 20px;
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .btn--sub {
    min-width: 50%;
    height: 60px;
    line-height: 60px;
  }
}

.date,
.category {
  font-size: 15px;
  font-family: HelveticaNeue, Helvetica, sans-serif;
  letter-spacing: 0.05em;
}

.date {
  font-family: HelveticaNeue, Helvetica, sans-serif;
}

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

.no-data {
  font-size: 13px;
  font-family: "ヒラギノ角ゴ Pro W6", HelveticaNeue, Helvetica, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  opacity: 0;
  transform: translate(0);
  transition: opacity 0.7s 0.8s;
}
.no-data.delighter.started {
  opacity: 1;
}

.tit {
  font-family: "ヒラギノ角ゴ Pro W6", HelveticaNeue, Helvetica, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  word-break: break-word;
}

.list--information {
  position: relative;
  z-index: 2;
}
.list--information li {
  transition: 0.3s 0.2s;
  margin: 0 0 25px;
}
.list--information li a {
  background: #000;
  padding: 10px;
  display: block;
  position: relative;
}
.list--information li a .list__txt {
  display: block;
}
.list--information li a .date {
  letter-spacing: 0.02em;
  margin-right: 8px;
  font-size: 14px;
  margin-bottom: 5px;
  position: relative;
}
.list--information li a .tit {
  font-size: 18px;
  line-height: 1.8em;
}
.list--information li:last-child {
  margin-bottom: 0;
}
.list--information li.new .date::after {
  content: "NEW!";
  font-size: 12px;
  font-family: HelveticaNeue, Helvetica, sans-serif;
  font-weight: 400;
  color: #c00;
  margin-left: 5px;
}

.list--contents {
  position: relative;
  z-index: 3;
  display: flex;
  gap: 40px 2%;
  flex-wrap: wrap;
}
.list--contents li {
  width: 32%;
}
.list--contents li a {
  display: block;
}
.list--contents li .thumb {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.list--contents li .thumb .blur {
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: 1;
}
.list--contents li .thumb .blur img {
  filter: blur(80px);
  background-size: cover;
  transform: translateZ(0);
}
.list--contents li .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-size: contain;
  aspect-ratio: 16/9;
}
.list--contents li .thumb img.dummy {
  background-size: cover;
}
.list--contents li .tit {
  margin-bottom: 5px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.list--contents li .date {
  font-size: 12px;
  margin-bottom: 5px;
}
.list--contents li .date,
.list--contents li .tit {
  position: relative;
  z-index: 3;
  display: block;
}
.list--contents li.new a .tit::after {
  content: none;
}
.list--contents li.new a .date::after {
  content: "NEW!";
  font-size: 13px;
  font-weight: bold;
  color: #c00;
  display: inline-block;
  font-family: HelveticaNeue, Helvetica, sans-serif;
  margin-left: 5px;
}
.list--contents li.delighter.schedule {
  transform: translate3d(0, 0, 0);
}

.list--about > div {
  margin-bottom: 1em;
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.list--about dt {
  background-color: #fff;
  color: #000;
  padding: 8px 15px;
  margin-bottom: 2px;
  font-weight: bold;
}
.list--about dd {
  padding: 15px;
}

.block--category {
  font-family: HelveticaNeue, Helvetica, sans-serif;
  margin-bottom: 40px;
}
.block--category li {
  display: inline-block;
  margin: 0 1em 1em 0;
}
.block--category li a {
  display: block;
  line-height: 1;
  font-size: 16px;
  padding: 5px;
  letter-spacing: 0.05em;
}
.block--category .current a {
  border-bottom: 1px solid #fff;
  pointer-events: none;
}

.block--sort-category {
  z-index: 20;
  position: absolute;
  width: 25%;
}
.block--sort-category .block--sort {
  width: 100%;
  max-height: 60vh;
  background: #000;
  color: #000;
  position: relative;
  right: 0;
  top: 30px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
}
.block--sort-category .block--sort .list--sort {
  margin-left: 14px;
}
.block--sort-category .block--sort .list--sort li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.block--sort-category .block--sort .list--sort li:last-child {
  border: none;
}
.block--sort-category .block--sort .list--sort li .category {
  font-size: 1rem;
  display: block;
}
.block--sort-category .block--sort .list--sort li .category label {
  position: relative;
  display: block;
  padding: 14px 40px 14px 0;
  cursor: pointer;
}
.block--sort-category .block--sort .list--sort li .category label::before {
  position: absolute;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #000;
  right: 16px;
  top: 19px;
}
.block--sort-category .block--sort .list--sort li .category label::after {
  position: absolute;
  content: "";
  display: block;
  border-radius: 50%;
  background: #000;
  width: 10px;
  height: 10px;
  right: 19px;
  top: 22px;
  opacity: 0;
  transition: 0.3s;
}
.block--sort-category .block--sort .list--sort li .category input[type=radio] {
  display: none;
}
.block--sort-category .block--sort .list--sort li .category input[type=radio]:checked + label::after {
  opacity: 1;
}
.block--sort-category .block--sort::-webkit-scrollbar {
  width: 10px;
}
.block--sort-category .block--sort::-webkit-scrollbar-track {
  background-color: #000;
}
.block--sort-category .block--sort::-webkit-scrollbar-thumb {
  background-color: #000;
}
.block--sort-category.is-open .block--sort {
  display: block;
}

.btn--sort {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 0;
  right: 0;
  width: 147px;
  height: 20px;
  cursor: pointer;
  transition: all 0.3s 0s ease;
}
.btn--sort .label {
  font-family: HelveticaNeue, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: 0.05em;
}
.btn--sort span {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  background: url(/static/thegazette/fansite/common/icon_sort_b.svg) no-repeat center center;
  background-size: contain;
}

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

.no-data {
  float: none;
  text-align: left;
  width: 100%;
  color: #fff;
  border: none !important;
  padding: 4em 0;
  width: 160px;
  margin: 0 auto;
}

.header {
  height: 86px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: height 0.2s;
  overflow: hidden;
}
.header .inner {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  padding-left: 86px;
}
.header .inner .logo {
  width: 165px;
  line-height: 1;
  transition: max-width 0.2s;
}

.drawer {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #ff4800;
  text-align: left;
  margin: 0 auto;
  top: 85px;
  z-index: 9999;
  transition: top 0.3s;
}
.drawer .drawer-inner {
  overflow: scroll;
  height: 100%;
  padding: 40px 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.drawer .drawer-inner::-webkit-scrollbar {
  display: none;
}
.drawer .drawer-inner .g-nav {
  padding-bottom: 80px;
}
.drawer .drawer-inner .g-nav .txt--expire {
  display: flex;
  align-items: center;
  gap: 5px;
}
.drawer .drawer-inner .g-nav .txt--expire .expiration_tit {
  width: 100px;
}
.drawer .drawer-inner .g-nav .txt--expire .expiration_day {
  font-family: HelveticaNeue, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}
.drawer .block--copy {
  margin-top: 80px;
  padding: 0 5%;
}
.drawer .copyright {
  font-size: 11px;
  line-height: 1.4em;
  margin-top: 15px;
  font-weight: 500;
  font-family: HelveticaNeue, Helvetica, sans-serif;
}
.drawer .nav--menu {
  padding: 0 4%;
}
.drawer .nav--menu li[class^=nav--] {
  position: relative;
  margin-bottom: 12px;
}
.drawer .nav--menu li[class^=nav--] a {
  height: 26px;
  padding: 0 !important;
  line-height: 0;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 5px;
}
.drawer .nav--menu li[class^=nav--] a img {
  width: auto;
  height: 100%;
}
.drawer .nav--menu li[class^=nav--] a span.menu--ico {
  border: 1px solid #fff;
  height: 25px;
  width: 25px;
  display: block;
  opacity: 1;
  transform: none;
  transition: 0.2s;
}
.drawer .nav--menu li[class^=nav--] a:hover span.menu--ico {
  background: #fff;
}
.drawer .nav--menu.nav--recruit {
  background: #fff;
  margin-bottom: 60px;
}
.drawer .nav--menu.nav--recruit li[class^=nav--] a {
  padding: 12px 0 !important;
  height: 50px;
}
.drawer .nav--menu.nav--recruit li[class^=nav--]::before {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 3px solid #ff4800;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 235px;
}
.drawer .logo {
  line-height: 0;
  padding: 0 15px;
}
.drawer .nav--link {
  display: flex;
  align-items: center;
  position: absolute;
  top: 40px;
  right: 4%;
}
.drawer .nav--link li {
  display: inline-block;
  text-align: center;
}
.drawer .nav--link li a {
  display: block;
  font-size: 28px;
}
.drawer .nav--link li:not(:last-child) {
  margin-right: 8px;
}
.drawer .nav--link li.nav__item--heresy {
  width: 4vw;
  margin-right: 14px;
}
.drawer .nav--link li.nav__item--official {
  margin-right: 14px;
}
.drawer .nav--link li a {
  padding: 0 6px;
}
.drawer [class^=nav--] li {
  margin-bottom: 5px;
}
.drawer [class^=nav--] li a {
  font-size: 30px;
  position: relative;
  letter-spacing: 0.02em;
  font-family: HelveticaNeue, Helvetica, sans-serif;
  font-weight: 500;
  color: #fff;
  overflow: hidden;
  display: block;
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .drawer [class^=nav--] li a {
    font-size: 3vw;
  }
}
.drawer [class^=nav--] li a span {
  display: block;
  transform: translateX(-2em);
  transition: all 0.3s 0.6s ease;
  opacity: 0;
}
.drawer [class^=nav--] li a .date {
  display: inline-block;
  position: relative;
  top: -2px;
  left: 16px;
  color: #c00;
  margin-bottom: 0;
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .drawer [class^=nav--] li a .date {
    font-size: 13px;
    top: -4px;
    left: 20px;
  }
}
.drawer [class^=nav--] li.tit {
  width: 100%;
  font-size: 11px;
  font-family: HelveticaNeue, Helvetica, sans-serif;
  opacity: 0.5;
  position: relative;
  margin-bottom: 20px;
}
.drawer .nav--login {
  position: relative;
  display: block;
  line-height: 0;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 30px;
  border: 3px solid;
  padding: 10px 15px;
  border-radius: 100px;
  color: #fff;
}
.drawer .nav--login li a {
  letter-spacing: 0em;
}
.drawer .nav--login li a img {
  display: block;
  height: 19px;
}
.drawer .nav--login .join,
.drawer .nav--login .login {
  display: inline-block;
}
.drawer .nav--login .join a,
.drawer .nav--login .login a {
  font-size: 13px;
  color: #fff;
  display: block;
}
.drawer .nav--login .login {
  margin-right: 30px;
  position: relative;
}
.drawer .nav--login .login::before {
  content: "";
  width: 2px;
  height: 26px;
  background: #fff;
  position: absolute;
  right: -20px;
  top: -3px;
  transform: rotate(30deg);
}

.drawer__btn {
  display: block;
  width: 85px;
  border: none;
  padding: 15px 0;
  cursor: pointer;
  outline: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  transition: 0.2s;
}
.drawer__btn span {
  display: block;
  width: 45px;
  margin: 11px auto;
  transition: width 0.2s;
  border-bottom: #fff 3px solid;
}

.drawer-visible .drawer__btn .visible {
  opacity: 1;
  cursor: pointer;
}
.drawer-visible .drawer__btn .hidden {
  opacity: 0;
  pointer-events: none;
}
.drawer-visible .drawer__btn-close {
  opacity: 1;
  transform: scaleX(1);
  transition: all 0.7s 0s ease;
}
.drawer-visible .drawer__btn-close::before, .drawer-visible .drawer__btn-close::after {
  transition-delay: 1s;
}
.drawer-visible .drawer__btn-close::before {
  transform: rotate(45deg);
}
.drawer-visible .drawer__btn-close::after {
  transform: rotate(-45deg);
}
.drawer-visible .drawer {
  opacity: 1;
  pointer-events: auto;
}
.drawer-visible .drawer [class^=nav--] li a span {
  transform: translateY(0);
  opacity: 1;
}
.drawer-visible .drawer .drawer-inner {
  visibility: visible;
  z-index: 10;
}
.drawer-visible .drawer .nav--login li a span {
  opacity: 1;
  transform: translateX(0);
}
.drawer-visible .drawer .nav--login li:not(:last-child)::before {
  transform: scaleY(1);
}
.drawer-visible .nav--item__home a span {
  transform: translateY(0);
  opacity: 1;
}

.nav--language {
  position: absolute;
  top: 0;
  right: 3%;
  display: flex;
  align-items: center;
  height: 100%;
}
.nav--language input {
  display: none;
}
.nav--language form {
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
}
.nav--language form li:first-child::after {
  content: "/";
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 25px;
  line-height: 1;
  transform: translateX(-50%);
  color: #fff;
}
.nav--language form label {
  background: url(/static/thegazette/fanclub/common_f9yz3w6c/ph_lang_jp.svg);
  display: block;
  width: 65px;
  text-indent: -9999em;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.nav--language li:last-child label {
  background-image: url(/static/thegazette/fanclub/common_f9yz3w6c/ph_lang_gl.svg);
}
.nav--language li.current label {
  filter: brightness(0.8);
}

footer {
  width: 100%;
  font-family: "ヒラギノ角ゴ Pro W6", HelveticaNeue, Helvetica, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  position: absolute;
  bottom: 0;
  left: 0;
}
footer .inner {
  display: none;
}
footer .copyright {
  text-align: center;
  font-family: HelveticaNeue, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.4em;
  font-weight: 500;
}
footer .copyright small {
  font-size: 100%;
}

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

.content-main {
  padding: 0 4%;
}

.section-tit {
  transform: translate3d(0, 0, 0);
  font-family: HelveticaNeue, Helvetica, sans-serif;
  color: #fff;
  font-size: 35px;
  text-align: center;
  line-height: 1.3em;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  margin: 0 0 90px;
  position: relative;
}
.section-tit .section-tit_img {
  width: auto;
  max-height: 75px;
}

.block-tit {
  font-family: HelveticaNeue, Helvetica, sans-serif;
  color: #fff;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: left;
  margin: 0 auto 40px;
  position: relative;
}

.section--list {
  position: relative;
}

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

.section--detail {
  padding: 0 10%;
}
.section--detail .list--contents {
  flex-wrap: wrap;
}
.section--detail > .txt * {
  white-space: normal !important;
  word-break: break-word;
}
.section--detail .tit {
  font-size: 30px;
  line-height: 1.6em;
  margin-bottom: 20px;
}
.section--detail .date {
  display: block;
}
.section--detail .block--share {
  border-bottom: solid 1px #333;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.section--detail .block--share li {
  display: inline-block;
  margin-right: 10px;
}
.section--detail .block--share li a {
  display: block;
}
.section--detail .block--share li i {
  font-size: 18px;
}
.section--detail .block--share li:last-child {
  margin-right: 0;
}
.section--detail .block--share li svg {
  width: 18px;
  fill: #fff;
  position: relative;
  top: 4px;
  transition: fill 0.3s;
}
.section--detail .block--share li.share {
  font-family: HelveticaNeue, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 11px;
  margin-right: 15px;
  letter-spacing: 0.05em;
}

.detail__btn {
  font-family: HelveticaNeue, Helvetica, sans-serif;
  letter-spacing: 0.1em;
  font-size: 17px;
  display: block;
  transform: translate(0);
  margin-top: 70px;
}
.detail__btn a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 21px;
  letter-spacing: 0.02em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin: 0em auto;
  position: relative;
  padding-bottom: 8px;
}
.detail__btn a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #fff;
  transition: 0.2s;
}

.list--contents__photo {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  margin-top: -40px;
}

.list--contents__photo > li {
  width: 32%;
  margin-top: 40px;
}

.page--home .header .home_video {
  display: none;
}
.page--home .section--banner {
  background: #ff4800;
  padding: 15px 15px 100px;
}
.page--home .section--banner .list--bnr {
  width: 500px;
  margin: 0 auto;
}

.caution_txt {
  background: url(/static/thegazette/fanclub/common_f9yz3w6c/ph_caution_w.svg);
  text-indent: -9999em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  overflow: hidden;
  min-height: 32px;
  max-width: 950px;
  margin: 0 auto;
}
.caution_txt.caution_en {
  background-image: url(/static/thegazette/fanclub/common_f9yz3w6c/ph_caution_en_w.svg);
}

.wrap > .caution .caution_txt {
  background-image: url(/static/thegazette/fanclub/common_f9yz3w6c/ph_caution_o.svg);
}
.wrap > .caution .caution_txt.caution_en {
  background-image: url(/static/thegazette/fanclub/common_f9yz3w6c/ph_caution_en_o.svg);
}

body:not(.page--home) .no-data {
  opacity: 1;
  text-align: center;
}
body:not(.page--home) .header .home_video {
  position: absolute;
}
body:not(.page--home) .caution {
  width: 100%;
  color: #ff4800;
  font-size: 14px;
  text-align: center;
  line-height: 1.4em;
  z-index: 98;
  display: block;
  font-weight: bold;
  margin: 0px auto 30px;
  padding: 0 5%;
}
body:not(.page--home).page--info .caution {
  display: none;
}
body:not(.page--home).page--goods .caution {
  display: none;
}
body:not(.page--home).page--radio .caution {
  display: none;
}
body:not(.page--home).page--support .caution {
  display: none;
}
body:not(.page--home).page--video .caution {
  display: none;
}

.page--home .wrap > .caution {
  display: none;
}
.page--home .drawer .nav--item__home {
  display: none;
}
.page--home .drawer .nav--item__staffblog {
  margin-right: 0 !important;
}
.page--home .list__more {
  font-family: HelveticaNeue, Helvetica, sans-serif;
  letter-spacing: 0.1em;
  font-size: 17px;
  display: block;
  transform: translate(0);
}
.page--home .list__more a {
  display: block;
  width: 45%;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: 1px solid #fff;
  padding: 1.2em 0;
  margin: 2em auto 1.5em;
}
.page--home .section--keyvisual {
  width: 100%;
  height: 100vh;
  height: 100svh;
  position: relative;
}
.page--home .section--keyvisual .keyvisual img {
  pointer-events: none;
}
.page--home .section--keyvisual .keyvisual .inner .txt--fc {
  width: 130px;
  position: absolute;
  top: 280px;
  right: 0;
}
.page--home .section--keyvisual .keyvisual .inner .logo {
  width: 170px;
  position: absolute;
  top: 750px;
  left: 0;
}
.page--home .section--keyvisual .keyvisual .inner .logo .year {
  display: block;
  padding-top: 32px;
}
.page--home .section--banner .logo {
  margin: 0 auto 80px;
}
.page--home .section--banner .join_wrap {
  margin-bottom: 80px;
}
.page--home .section--banner .btn_join a {
  display: block;
  width: 220px;
  border: 2px solid;
  text-align: center;
  font-weight: 900;
  padding: 14px;
  border-radius: 100px;
  font-size: 15px;
  margin: 0 auto 12px;
}
.page--home .section--banner .join_desc {
  text-align: center;
}
.page--home .section--banner .list--bnr li {
  margin-bottom: 30px;
}
.page--home .section--banner .list--bnr li:last-child {
  margin-bottom: 0;
}
.page--home .section--banner .list--bnr li a {
  display: block;
}
.page--home .block--login .login-btn li {
  margin-bottom: 1em;
}
.page--home .block--login .login-btn li a {
  display: block;
  font-size: 28px;
  text-align: center;
  padding: 0 0;
  font-weight: bold;
  border: solid 4px #fff;
  font-family: HelveticaNeue, Helvetica, sans-serif;
  padding: 0.5em 1em 0.3em;
  width: 88%;
  margin: 0 auto;
}
.page--home .block--login .login-btn li.login a {
  border: none;
  font-size: 18px;
}
.page--home .block--login {
  margin: 50px auto;
}
.page--home .section--info {
  z-index: 2;
  transform: translateX(0);
  transition: opacity 0.45s 0.4s;
  padding: 0 6%;
  margin-bottom: 70px;
}
.page--home .tab-menu {
  margin-bottom: 35px;
}
.page--home .tab-menu .swiper-wrapper .swiper-slide {
  font-family: HelveticaNeue, Helvetica, sans-serif;
  text-align: center;
  font-size: 15px;
  padding-top: 25px;
  padding-bottom: 1.5em;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  letter-spacing: 0.1em;
}
.page--home .tab-menu .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  border-color: #fff;
}
.page--home .tab-menu .swiper-wrapper .swiper-slide .update {
  width: 100%;
  color: #c00;
  font-size: 12px;
  position: absolute;
  font-family: HelveticaNeue, Helvetica, sans-serif;
  left: 0;
  top: 6px;
  letter-spacing: 0.08em;
}
.page--home .area--official {
  position: relative;
  z-index: 2;
}
.page--home .section--latest {
  margin-bottom: 240px;
}
.page--home .section--latest .section-tit {
  padding-left: 6%;
}
.page--home .section--latest .list--latest li {
  margin-bottom: 50px;
  position: relative;
  transform: translate(0);
}
.page--home .section--latest .list--latest li a {
  display: block;
  padding: 45px 0 66px;
  position: relative;
  z-index: 2;
}
.page--home .section--latest .list--latest li a::before {
  content: "";
  display: block;
  width: 90%;
  height: 100%;
  background: #000;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.8s 0.4s;
}
.page--home .section--latest .list--latest li a .latest-head,
.page--home .section--latest .list--latest li a .tit {
  position: relative;
  z-index: 2;
}
.page--home .section--latest .list--latest li a .latest-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin-bottom: 50px;
  opacity: 0;
  transition: opacity 0.4s 1.2s;
}
.page--home .section--latest .list--latest li a .latest-head .number {
  position: relative;
  width: 3em;
  height: 2em;
}
.page--home .section--latest .list--latest li a .latest-head .number::before {
  content: "01";
  font-size: 28px;
  font-family: HelveticaNeue, Helvetica, sans-serif;
  position: absolute;
  top: 0;
  left: 0;
}
.page--home .section--latest .list--latest li a .latest-head .border {
  display: block;
  width: 60px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}
.page--home .section--latest .list--latest li a .latest-head .category {
  color: #6A6A6A;
  font-size: 12px;
  letter-spacing: 0.2em;
  margin-bottom: 0;
  position: relative;
}
.page--home .section--latest .list--latest li a .list__txt {
  width: 80%;
  position: relative;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.4s 1.2s;
}
.page--home .section--latest .list--latest li a .list__txt .tit {
  margin-bottom: 15px;
}
.page--home .section--latest .list--latest li a .list__txt .date {
  font-size: 12px;
  letter-spacing: 0.1em;
}
.page--home .section--latest .list--latest li a .thumb {
  transform: translateX(20px);
  opacity: 0;
  transition: opacity 0.4s 1s, transform 0.4s 1s;
  z-index: 10;
}
.page--home .section--latest .list--latest li:first-child, .page--home .section--latest .list--latest li:nth-child(3) {
  padding-left: 6%;
}
.page--home .section--latest .list--latest li:first-child a::before, .page--home .section--latest .list--latest li:nth-child(3) a::before {
  left: auto;
  right: 0;
  transform-origin: right;
}
.page--home .section--latest .list--latest li:first-child a .latest-head, .page--home .section--latest .list--latest li:nth-child(3) a .latest-head {
  margin-left: auto;
  padding-right: 6%;
}
.page--home .section--latest .list--latest li:first-child a .list__txt, .page--home .section--latest .list--latest li:nth-child(3) a .list__txt {
  margin-left: auto;
  padding-right: 6%;
}
.page--home .section--latest .list--latest li:nth-child(3) a .number::before {
  content: "03";
}
.page--home .section--latest .list--latest li:nth-child(2) {
  padding-right: 6%;
}
.page--home .section--latest .list--latest li:nth-child(2) a .number::before {
  content: "02";
}
.page--home .section--latest .list--latest li:nth-child(2) a .latest-head {
  margin-right: auto;
  padding-left: 6%;
}
.page--home .section--latest .list--latest li:nth-child(2) a .list__txt {
  margin-right: auto;
  padding-left: 6%;
}
.page--home .section--latest .list--latest li:nth-child(2) a .thumb {
  transform: translateX(-20px);
}
.page--home .section--latest .list--latest li.new::after {
  content: "NEW!";
  display: inline-block;
  font-family: HelveticaNeue, Helvetica, sans-serif;
  font-size: 14px;
  color: #c00;
  margin-left: 5px;
  position: absolute;
  bottom: 20px;
  right: 6%;
  z-index: 10;
}
.page--home .section--latest .list--latest li.new:nth-child(2)::after {
  right: 20%;
}
.page--home .section--latest .list--latest li.delighter.started a::before {
  transform: scaleX(1);
}
.page--home .section--latest .list--latest li.delighter.started a .latest-head,
.page--home .section--latest .list--latest li.delighter.started a .list__txt {
  opacity: 1;
}
.page--home .section--latest .list--latest li.delighter.started a .thumb {
  transform: translateX(0);
  opacity: 1;
}
.page--home .section--bnr {
  margin-bottom: 70px;
}
.page--home .section--bnr .list--bnr li {
  position: relative;
  width: 88%;
  margin: 0 auto 15px;
}
.page--home .section--bnr .list--bnr li > a {
  display: block;
}
.page--home footer {
  position: relative;
  background: #ff4800;
  color: #fff;
}
.page--home footer .inner {
  display: none;
}
.page--home footer .link--home {
  font-family: HelveticaNeue, Helvetica, sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 40px 0;
}
.page--home footer .inner {
  position: relative;
  display: block;
}
.page--home footer .inner .block--caution {
  text-align: center;
  font-size: 14px;
  line-height: 1.4em;
}
.page--home footer .copyright {
  display: none;
}

.page--info .section--detail {
  padding: 0;
  width: 850px;
  margin: 0 auto;
}
.page--info .section--detail.new .tit {
  position: relative;
  margin-bottom: 15px;
}
.page--info .section--detail.new .tit::after {
  content: "NEW!";
  display: inline-block;
  font-family: HelveticaNeue, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #c00;
  margin-left: 5px;
  position: relative;
  top: -1px;
}
.page--info .section--detail .section--inner {
  background: #000;
  padding: 35px 5% 140px;
}
.page--info .section--detail .txt {
  font-size: 13px;
  color: #fff;
}
.page--info .section--detail .txt p {
  color: #fff;
}
.page--info .section--detail .txt a {
  text-decoration: underline;
}
.page--info .section--detail .txt .video,
.page--info .section--detail .txt .ph {
  margin: 0px 0 20px;
}
.page--info .section--detail .date,
.page--info .section--detail .category {
  display: inline-block;
}
.page--info .section--detail .category {
  margin-right: 8px;
}
.page--info .section--detail .ph img {
  width: 100% !important;
}
.page--info .section--detail .date {
  margin-right: 10px;
}
.page--info .section--detail .date .week {
  font-size: 11px;
  margin-left: 3px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--info .section--detail .date .week {
    font-size: 10px;
  }
}
.page--info .section--detail .date.second {
  margin-left: 20px;
  position: relative;
}
.page--info .section--detail .date.second::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  left: -19px;
  top: 15px;
  background: #fff;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--info .section--detail .date.second::before {
    top: 11px;
  }
}

.page--webmagazine {
  background: #F2F2F2;
  color: #ff4800;
}
.page--webmagazine.page--info .caution {
  display: block !important;
}
.page--webmagazine.page--info.page--detail .caution {
  display: none !important;
}
.page--webmagazine .content-main {
  padding: 0 20px;
}
.page--webmagazine .section-tit {
  display: none;
}
.page--webmagazine .section--list {
  padding: 0;
}
.page--webmagazine .section--list .thumb {
  margin-bottom: 0;
}
.page--webmagazine .section--list .thumb img {
  aspect-ratio: unset;
}
.page--webmagazine .section--list .list--information li a {
  padding: 0;
}
.page--webmagazine .section--list .list--information li a::before {
  content: none;
}
.page--webmagazine .list--contents__magazine {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5%;
}
.page--webmagazine .list--contents__magazine > li {
  width: 33%;
  margin: 0 0 10px;
}
.page--webmagazine .txt p {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
.page--webmagazine .txt p span {
  font-weight: bold;
}
.page--webmagazine .interviewArea {
  max-width: 850px;
  margin: 0 auto;
}
.page--webmagazine .interviewer {
  position: relative;
  color: #aaa;
  margin: 30px 0;
  position: relative;
}
.page--webmagazine .interviewer::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #aaa;
  position: relative;
  top: -5px;
  margin-right: 6px;
}
.page--webmagazine .sub {
  margin: 20px 0 0;
  font-weight: bold;
  font-size: 16px;
  border-bottom: solid 1px #fff;
}
.page--webmagazine .lead {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.8;
  background: #222;
  padding: 15px;
  margin-top: 20px;
}
.page--webmagazine .subLead {
  font-size: 16px;
  font-weight: bold;
  margin: 60px 0 10px;
}
.page--webmagazine .name {
  line-height: 1.5 !important;
  margin-top: 70px;
  color: #fff;
  text-align: center;
  font-size: 20px !important;
  font-weight: bold;
  line-height: initial;
  margin-bottom: 10px;
}
.page--webmagazine .goods {
  font-weight: bold;
  font-size: 15px;
  border-bottom: 1px solid #fff;
  margin-top: 15px;
}
.page--webmagazine .content_tit {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin: 0 10px 0px;
  color: #fff;
  background: #000;
  border: solid 1px #fff;
  border-bottom: none;
  padding: 10px 4%;
}
.page--webmagazine .setList {
  background: #000;
  padding: 10px 15px;
  margin: 0 10px 40px;
  color: #fff;
  border: solid 1px #fff;
}
.page--webmagazine .setList dl {
  font-size: 12px;
  line-height: 1.7em;
  margin: 0 0 15px;
  line-height: 1.8;
}
.page--webmagazine .setList dt {
  clear: both;
  float: left;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-right: 10px;
}
.page--webmagazine .setList dd {
  letter-spacing: 0.05em;
}
.page--webmagazine .box {
  margin: 30px 0;
}
.page--webmagazine .block--pager__number li a {
  color: #ff4800;
}
.page--webmagazine .block--pager li {
  background-image: url(/static/thegazette/fanclub/common_f9yz3w6c/ico_pager_or_next.svg);
}
.page--webmagazine .block--pager .pager__item--newer {
  background-image: url(/static/thegazette/fanclub/common_f9yz3w6c/ico_pager_or_prev.svg);
}
.page--webmagazine .section--detail {
  width: auto;
  background: #000;
  padding: 0 0 40px;
}

.page--movie .section-tit {
  margin: 0 0 30px;
}
.page--movie.page--video {
  background: #ff4800;
}
.page--movie.new-movie .section--detail .block--tit {
  width: 100% !important;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies {
  color: #fff;
  background: transparent !important;
  border: none !important;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li {
  border: none !important;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li {
  margin-bottom: 40px;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li .thumb {
  margin-bottom: 10px !important;
  margin-right: 0 !important;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li .thumb img {
  background-size: contain !important;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li .tit {
  font-size: 14px;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab {
  font-size: 30px;
  font-weight: 400;
  font-family: HelveticaNeue, Helvetica, sans-serif;
}
.page--movie.new-movie .section--detail .area--movie .video-js .vjs-play-progress {
  background: #c00 !important;
}
.page--movie.new-movie .section--detail .area--movie .video-js .vjs-play-progress:before {
  color: #c00 !important;
}
.page--movie.radio .vjs-poster {
  background-size: contain !important;
}
.page--movie.radio .video-js *:focus:not(:focus-visible),
.page--movie.radio .video-js .vjs-menu *:focus:not(:focus-visible) {
  background: inherit;
}

.page--radio {
  background: #b2a6ca;
  color: #000;
}
.page--radio.page--movie .caution {
  display: block !important;
}
.page--radio .section-tit {
  display: none;
}
.page--radio footer {
  background: #b2a6ca;
  color: #ff4800;
}
.page--radio .content-main {
  padding: 0;
}
.page--radio .section--list {
  padding: 0 20px;
}
.page--radio .content {
  text-align: center;
}
.page--radio .block--ph {
  margin-bottom: 80px;
  background: linear-gradient(0deg, #b2a6ca, #9d90be);
}
.page--radio .block--ph img {
  display: block;
  margin: 0 auto;
}
.page--radio .dj {
  margin: 0 auto 80px;
}
.page--radio .play_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 80px;
  background: url(/static/thegazette/fanclub/feature/radio/ico_radio_listen.svg);
  background-repeat: no-repeat;
  background-position: center 80%;
  background-size: 65px;
}
.page--radio .play_list li {
  width: 42%;
}
.page--radio .play_list li .play_tit {
  font-weight: 800;
  margin-bottom: 10px;
  font-size: 17px;
  font-family: HelveticaNeue, Helvetica, sans-serif;
}
.page--radio .play_list li .btn--radio {
  width: 88%;
  margin: 0 auto;
}
.page--radio .themeLead {
  margin-bottom: 50px;
  font-weight: bold;
  line-height: 1.6;
}
.page--radio .themeLead .term {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 19px;
  line-height: 1.7;
}
.page--radio .list--contents {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5%;
}
.page--radio .list--contents li {
  width: 33%;
  margin: 0 0 10px;
}
.page--radio .list--contents li:last-child {
  margin-bottom: 0;
}
.page--radio .list--contents li a {
  display: block;
  overflow: hidden;
  position: relative;
}
.page--radio .list--contents li .thumb {
  margin-bottom: 0;
}
.page--radio .list--contents li .thumb img {
  aspect-ratio: 10/3.8;
  background-size: cover;
  z-index: 2;
}
.page--radio .formLead {
  margin-bottom: 25px;
  font-weight: bold;
}
.page--radio .block--pager__number li {
  color: #ff4800;
}
.page--radio .block--pager__number li a {
  color: #ff4800;
}
.page--radio .block--pager li {
  background-image: url(/static/thegazette/fanclub/common_f9yz3w6c/ico_pager_or_next.svg);
}
.page--radio .block--pager .pager__item--newer {
  background-image: url(/static/thegazette/fanclub/common_f9yz3w6c/ico_pager_or_prev.svg);
}
.page--radio .inner {
  position: relative;
}
.page--radio .inner .tit {
  margin-bottom: 20px;
}
.page--radio .inner .lead {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 800;
  font-family: HelveticaNeue, Helvetica, sans-serif;
  letter-spacing: 0.02em;
}
.page--radio .inner .dj li {
  font-size: 20px;
  font-family: HelveticaNeue, Helvetica, sans-serif;
  font-weight: 800;
  line-height: 1.3em;
  letter-spacing: 0.01em;
  margin-bottom: 16px;
}
.page--radio .inner .dj li:last-child {
  margin-bottom: 0;
}
.page--radio .inner p {
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 0.01em;
}
.page--radio .inner .btn--playnow a,
.page--radio .inner .btn a {
  background: #ff4800;
  color: #000;
  width: 70%;
  max-width: 300px;
  display: block;
  margin: 0 auto;
  padding: 12px 15px;
  font-stretch: condensed;
  font-weight: 800;
  transition: 0.3s;
  font-size: 17px;
  border-radius: 50px;
}
.page--radio .inner .btn--playnow a svg,
.page--radio .inner .btn a svg {
  width: 34%;
  fill: #fff;
  width: 80px;
  transition: 0.3s;
}
.page--radio .inner .btn a svg {
  width: 150px;
  height: 28px;
}
.page--radio .inner .themeBox {
  margin: 0px auto 35px;
  padding: 40px;
  font-family: HelveticaNeue, Helvetica, sans-serif;
  font-weight: 800;
  border: 3px solid;
}
.page--radio .inner .themeBox .term {
  font-size: 20px;
  margin-bottom: 15px;
}
.page--radio .inner .themeBox .theme {
  font-size: 26px;
  margin-bottom: 10px;
}
.page--radio .inner .themeBox .txt {
  margin-bottom: 25px;
}
.page--radio .inner .themeBox .txt:last-child {
  margin-bottom: 0;
}
.page--radio .inner .themeBox .txt span {
  font-size: 24px;
  display: block;
  margin-bottom: 10px;
}
.page--radio .inner .form_term {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 30px;
}
.page--radio .inner .btn_radio a {
  font-size: 23px;
  font-weight: 800;
  font-family: HelveticaNeue, Helvetica, sans-serif;
  max-width: 380px;
  padding: 22px;
}
.page--radio.page--movie .section--detail {
  width: 100%;
  padding: 0 20px;
}
.page--radio.page--movie .section--detail .movie--wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.page--radio.page--movie .section--detail .movie--wrap .area--movie {
  width: 55%;
}
.page--radio.page--movie .section--detail .movie--wrap .block--movie-thumbnail {
  width: 43%;
  line-height: 0;
}
.page--radio.page--movie .section--detail .movie--wrap .tit_playing {
  width: 48%;
  margin: 0 0 12px;
}
.page--radio .detail__btn a {
  color: #ff4800;
}
.page--radio .detail__btn a::before {
  background: #ff4800;
}

.page--photo {
  background: #363636;
}
.page--photo .section-tit {
  z-index: 3;
}
.page--photo:not(.page--home) .caution {
  display: block !important;
}
.page--photo .block--title {
  padding: 130px 0 70px;
}
.page--photo .block--title .section-tit {
  font-size: 70px;
}
.page--photo .block--title .box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page--photo .block--title .box .date,
.page--photo .block--title .box .place {
  font-size: 40px;
  font-weight: bold;
}
.page--photo .block--title .box .date {
  margin-right: 80px;
  font-family: HelveticaNeue, Helvetica, sans-serif;
  top: 4px;
  position: relative;
}
.page--photo .section--list {
  padding: 0;
}
.page--photo .section--list .list--contents__photo li a {
  display: block;
  overflow: hidden;
  position: relative;
}
.page--photo .section--list .list--contents__photo li .thumb {
  margin-bottom: 10px;
}
.page--photo .section--list .list--contents__photo li .thumb img {
  aspect-ratio: 3/1;
  background-size: cover;
  z-index: 2;
}
.page--photo .section--list .list--contents__photo li .tit {
  font-size: 13px;
  line-height: 1.6;
  font-weight: bold;
}
.page--photo .section--list .list--photo li {
  margin-bottom: 0;
}
.page--photo .section--list .list--photo li .thumb {
  margin-bottom: 0;
}
.page--photo .section--list .list--photo li .thumb img {
  aspect-ratio: unset;
  pointer-events: none;
}
.page--photo.page--photo__detail .caution {
  display: none !important;
}

.page--goods {
  background: #ff4800;
}

.page--newsletter:not(.page--home) .caution {
  position: relative;
}
.page--newsletter .txt--basic {
  text-align: center;
  margin: 0 0 50px;
}
.page--newsletter .list--contents {
  gap: 50px 6%;
}
.page--newsletter .list--contents li {
  width: 20%;
}
.page--newsletter .list--contents li .thumb img {
  aspect-ratio: unset;
}
.page--newsletter .list--contents li .tit {
  color: #fff;
  font-size: 12px;
}

.section--detail.page--support {
  font-family: "ヒラギノ角ゴ Pro W6", HelveticaNeue, Helvetica, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.section--detail.page--support .section-tit {
  font-family: "ヒラギノ角ゴ Pro W6", HelveticaNeue, Helvetica, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 23px;
  margin-bottom: 30px;
  line-height: 1.5;
}
.section--detail.page--support .txt {
  margin-bottom: 30px;
}
.section--detail.page--support .tit {
  font-size: 28px;
  line-height: 1.6em;
  margin: 0 0 30px;
  font-weight: normal;
}
.section--detail.page--support dt {
  font-weight: bold;
  margin-bottom: 5px;
}
.section--detail.page--support dd {
  margin-bottom: 1.5em;
}
.section--detail.page--support .list--support a {
  text-decoration: underline;
  transition: 0.3s;
}
.section--detail.page--support .list--support a:hover {
  text-decoration: none;
}
.section--detail.page--support .list--support li {
  text-indent: -1em;
  padding-left: 1em;
}
.section--detail.page--support .list--support.first li {
  text-indent: 0;
  padding-left: 0;
}
.section--detail.page--support .detail__btn a {
  text-decoration: none !important;
}

.page--support__nav .list--support li a {
  display: block;
  min-width: 300px;
  margin-top: 1em;
  padding: 0.8em 1em;
  font-size: 14px;
  background: #000;
  color: #fff;
  border: solid 1px #fff;
  height: inherit !important;
  line-height: inherit !important;
  text-align: center;
}

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

.page--questionnaire .section--detail {
  padding: 0 6%;
}
.page--questionnaire .section--detail .section-tit {
  font-size: 30px;
  font-weight: 600;
  font-family: "ヒラギノ角ゴ Pro W6", HelveticaNeue, Helvetica, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.page--questionnaire .section--detail .tit {
  font-size: 16px;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
.page--questionnaire .section--detail .txt {
  margin-bottom: 20px;
}
.page--questionnaire .section--detail form .form--post input {
  margin-right: 0.4em;
  background: #000;
}
.page--questionnaire .section--detail form .form--post {
  margin: 0 0 8%;
}
.page--questionnaire .section--detail form .icon--required::before {
  content: "必須";
  color: #fff;
  background: #c31515;
  font-size: 0.9em;
  font-weight: 500;
  vertical-align: top;
  padding: 5px;
  margin-left: 5px;
}
.page--questionnaire.english .section--detail form .icon--required::before {
  content: "required";
}

.page--entry {
  font-family: "ヒラギノ角ゴ Pro W6", HelveticaNeue, Helvetica, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.page--entry .tit {
  font-family: HelveticaNeue, Helvetica, sans-serif;
  text-align: center;
}
.page--entry .block-tit {
  color: inherit;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #000;
  position: relative;
  font-family: "ヒラギノ角ゴ Pro W6", HelveticaNeue, Helvetica, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  text-align: center;
}
.page--entry > .inner {
  padding: 30px 5%;
  margin-top: 40px;
  margin-bottom: 60px;
  background: #fff;
}
.page--entry .block--title {
  margin: 0 0 40px;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1;
}
.page--entry .block--title span:first-of-type {
  font-size: 24px;
  display: block;
  font-family: HelveticaNeue, Helvetica, sans-serif;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
}
.page--entry .block--title .logo {
  width: 150px;
  margin: 0 auto 10px;
}
.page--entry .block--benefit {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.page--entry .block--benefit .wrap--benefit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 10%;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.page--entry .block--benefit .wrap--benefit:nth-child(3) {
  border-bottom: none;
}
.page--entry .block--benefit .wrap--benefit .wrap--benefit__tit {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
}
.page--entry .block--benefit .wrap--benefit > div {
  width: 40%;
}
.page--entry .block--benefit .wrap--benefit > div .tit {
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 0;
}
.page--entry .block--benefit .wrap--benefit > div .tit span {
  display: block;
}
.page--entry .block--benefit .wrap--benefit > div .thumb {
  margin-bottom: 10px;
}
.page--entry .block--benefit .list--benefit__etc li {
  position: relative;
}
.page--entry .block--benefit .list--benefit__etc li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50%;
  margin-right: 5px;
  position: relative;
  top: -3px;
}
.page--entry .block--device .list--payment {
  width: 100%;
}
.page--entry .block--device .txt--sub {
  transform: translateX(0);
  transition-delay: 0.3s;
}
.page--entry .block--entry .tit {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
}
.page--entry .block--entry .btn--main {
  font-weight: bold;
  font-size: 18px;
}
.page--entry .block--entry .btn--main span {
  display: block;
  font-weight: normal;
  font-size: 14px;
}
.page--entry .block--entry .inner:nth-child(2) .btn--main {
  background: transparent;
  color: #fff;
}
.page--entry .block--entry .list--payment li {
  margin-bottom: 15px;
}
.page--entry table {
  margin: 0 0 40px;
  border: none;
  width: 100%;
}
.page--entry table th {
  width: 175px;
  padding: 20px 3%;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.5);
  font-weight: 400;
  font-size: 12px;
}
.page--entry table td {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 20px 3%;
  font-size: 12px;
}
.page--entry table td .txt--sub {
  text-indent: -1em;
  padding-left: 1em;
}

.btn.entry .btn--main,
.btn .btn--main {
  position: relative;
  background-size: 200% auto;
  background-position: right center;
  border-radius: 0;
  line-height: 1.4;
}

.btn.entry .btn--main {
  font-size: 18px;
}
.btn.entry .btn--main span {
  display: block;
  font-size: 18px;
}
.btn.entry .btn--first_login {
  color: #fff;
  font-weight: bold;
  background: #c00;
}

.page--first_login .section--detail {
  max-width: 850px;
}
.page--first_login #terms {
  display: none;
}
.page--first_login .section-tit {
  font-size: 2em;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 2em;
}
.page--first_login .section-tit span {
  color: #ff3d3d;
  display: inline-block;
  margin-bottom: 30px;
  border-bottom: solid 1px;
  font-size: 0.8em;
  font-weight: bold;
}
.page--first_login .block--lead .txt--basic {
  text-align: center;
}
.page--first_login .block--attention {
  border: 2px solid #c00;
  background: #ffdada;
  color: #000;
  padding: 3em;
  margin: 3em auto;
}
.page--first_login .block--attention .txt--link {
  text-decoration: underline;
}
.page--first_login .block--attention > .tit {
  font-size: 1.3em;
  text-align: center;
  margin-bottom: 2em;
}
.page--first_login .txt--sub {
  line-height: 1.4em;
}
.page--first_login .list--faq {
  margin: 1em auto;
}
.page--first_login .list--faq li:not(:last-of-type) {
  margin-bottom: 0.5em;
}
.page--first_login .list--faq li a {
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1em;
  border-radius: 8px;
  background-color: #000;
  color: #fff;
  border: 1px solid #fff;
  line-height: 1.5;
}
.page--first_login .list--faq li i {
  margin-left: 6px;
  color: #fff;
}
.page--first_login .step > h5.tit {
  text-align: center;
  margin: 4em auto 2em;
  font-weight: normal;
  color: #fff;
}
.page--first_login .step ul {
  margin-bottom: 3em;
}
.page--first_login .step ul > li {
  width: 100%;
  margin-bottom: 1.5em;
  position: relative;
  border: solid 1px #fff;
  color: #fff;
}
.page--first_login .step ul > li:last-child {
  margin-bottom: 0;
}
.page--first_login .step ul > li a {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (min-width: 961px) {
  .page--first_login .step ul > li a {
    cursor: pointer;
  }
  .page--first_login .step ul > li a .step--txt {
    transition: 0.3s;
  }
  .page--first_login .step ul > li a:hover .step--txt {
    background: #fff;
    color: #000;
  }
}
.page--first_login .step ul > li .step--tit {
  width: 100px;
  line-height: 1.4;
  text-align: center;
  padding: 8px 20px;
  border-right: solid 1px #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.page--first_login .step ul > li .step--txt {
  padding: 8px 20px;
  width: calc(100% - 100px);
  text-align: left;
  line-height: 1.4;
}
.page--first_login .block--step .list--step > li {
  border: 1px solid #000;
  padding: 3em;
  margin-bottom: 3em;
  background-color: #fff;
  color: #000;
}
.page--first_login .block--step .list--step > li figure {
  text-align: center;
  margin: 20px auto;
  border: 1px solid #000;
}
.page--first_login .block--step .list--step > li figure img {
  height: auto;
  aspect-ratio: unset;
}
.page--first_login .block--step .list--step > li .txt--link {
  text-decoration: underline;
}
.page--first_login .block--step li span {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #c00;
  color: #fff;
  line-height: 1;
  padding: 0.4em;
  font-size: 0.8em;
  margin-right: 0.5em;
}
.page--first_login .block--step li .list-tit {
  margin-bottom: 24px;
  padding-bottom: 24px;
  color: #000;
  font-size: 1.2em;
  border-bottom: solid 1px #000;
}
.page--first_login .block--step li .fa {
  margin-left: 0.5em;
}
.page--first_login .block--step li .block--attention {
  margin: 1em 0;
  padding: 24px;
  color: #000;
}
.page--first_login .block--step li .block--attention .tit {
  color: #000;
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 1em;
}
.page--first_login .block--step li .block--attention .list--attention li a {
  border: 1px solid #c00;
}
.page--first_login #step6 .block > .tit {
  text-align: center;
  font-size: 1.5em;
  margin-top: 3em;
}
.page--first_login .btn.entry {
  margin-top: 3em;
}

/* page--error
------------------------------ */
.page--error .caution {
  display: none;
}
.page--error .section--detail .section-tit {
  text-align: center;
  margin: 0 0 20px;
  line-height: 1;
  font-size: 40vw;
  letter-spacing: 0.01em;
}
.page--error .section--detail .section-tit span {
  display: block;
  font-size: 7vw;
  margin-top: -10px;
}
.page--error .section--detail .txt--basic {
  font-size: 13px;
}
.page--error .section--detail .btn {
  margin: 3em 0;
}

body:not(.page--home).page--error .caution {
  display: none;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a {
    transition: all 0.3s 0s ease;
  }
  .btn input {
    transition: 0.3s;
  }
  .btn--main {
    min-width: 300px;
  }
  .btn--main:hover {
    color: #fff;
    background: #6A6A6A;
  }
  .btn--sub {
    min-width: 300px;
  }
  .btn--sub:hover {
    background: #6A6A6A;
    color: #fff !important;
  }
  .moreBtn,
  .main {
    min-width: 300px;
    max-width: 300px;
  }
  .moreBtn:hover,
  .main:hover {
    background: #fff !important;
    color: #c00 !important;
    border-color: #fff !important;
  }
  /* input */
  .input--half {
    width: 50% !important;
  }
  .input--quarter {
    width: 25% !important;
  }
  .wrap {
    padding-top: 130px;
    padding-bottom: 150px;
  }
  .detail__btn a:hover::before {
    width: 100%;
  }
  .section--detail {
    width: 850px;
    margin: 0 auto;
    padding: 0;
  }
  .section--detail .txt a:hover {
    color: #fff;
  }
  .section--detail .block--share li a:hover {
    color: #fff;
  }
  .section--detail .block--share li a:hover svg {
    fill: #fff;
  }
  .block--pager {
    width: 500px;
    margin: 70px auto 35px;
  }
  .block--pager li:hover {
    opacity: 0.8;
  }
  .block--pager__number li a:hover {
    opacity: 0.6;
  }
  .list--information li a:hover {
    color: #fff;
  }
  .list--contents li a {
    position: relative;
  }
  .list--contents li a .thumb img {
    transition: transform 0.3s;
    z-index: 2;
  }
  .list--contents li a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0;
    z-index: 3;
    transition: opacity 0.3s;
  }
  .list--contents li a:hover::before {
    opacity: 0.5;
  }
  .drawer .drawer-inner .g-nav .nav--login li {
    margin-bottom: 0;
  }
  .drawer .drawer-inner .g-nav .nav--login li a {
    font-size: 40px;
    padding: 0 6px;
  }
  .drawer .drawer-inner .g-nav .nav--login li.mypage a {
    font-size: 60px;
  }
  .drawer .drawer-inner .g-nav .nav--login li.mypage a::after {
    background-color: #fff;
  }
  .drawer .drawer-inner .g-nav .nav--link li {
    width: 60px;
    margin-right: 0;
  }
  .drawer .drawer-inner .g-nav .nav--link li a::after {
    content: none;
  }
  .drawer .drawer-inner .g-nav .nav--link li a:hover {
    opacity: 0.5;
  }
  .drawer .drawer-inner .g-nav .block--copy p {
    text-align: center;
    font-size: 11px;
    line-height: 1.4em;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .page--home .wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
  .page--home .section--keyvisual .keyvisual .inner {
    position: relative;
    margin: 0 auto;
  }
  .page--webmagazine .section--list {
    padding: 0;
  }
  .page--webmagazine .list--information li a {
    position: relative;
    background: #ff4800;
  }
  .page--webmagazine .list--information li a .thumb img {
    transition: 0.3s;
    z-index: 1;
  }
  .page--webmagazine .list--information li a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0;
    z-index: 2;
    transition: opacity 0.3s;
  }
  .page--webmagazine .list--information li a:hover::before {
    opacity: 0.5;
  }
  .page--webmagazine .list--information li a:hover .thumb img {
    opacity: 0.5;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents {
    display: flex !important;
    flex-wrap: wrap;
    gap: 30px 2%;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li {
    width: 32% !important;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .thumb {
    width: 100% !important;
    margin-right: 0;
  }
  .page--movie.new-movie.category-188 .section--detail .block--tit,
  .page--movie.new-movie.category-188 .section--detail .area--more-info, .page--movie.new-movie.category-262 .section--detail .block--tit,
  .page--movie.new-movie.category-262 .section--detail .area--more-info {
    display: none;
  }
  .page--movie.new-movie.category-188 .section--detail .vjs-poster, .page--movie.new-movie.category-262 .section--detail .vjs-poster {
    background-size: contain;
  }
  .page--radio {
    width: 100%;
  }
  .page--radio .list--contents li a .thumb img {
    transition: transform 0.3s;
    z-index: 1;
  }
  .page--radio .list--contents li a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0;
    z-index: 3;
    transition: opacity 0.3s;
  }
  .page--radio .list--contents li a:hover::before {
    opacity: 0.5;
  }
  .page--radio .inner .logo--radio {
    position: absolute;
  }
  .page--radio .inner .logo--radio svg {
    width: 506px;
    height: 190px;
  }
  .page--radio .inner .logo--radio.left {
    top: 37%;
    left: -60px;
    transform: rotate(-90deg) scale(-1, 1) skew(1deg) translate(0, -50%);
  }
  .page--radio .inner .logo--radio.right {
    position: absolute;
    top: 37%;
    right: -60px;
    transform: rotate(90deg) scale(1) skew(1deg) translate(0, -50%);
  }
  .page--radio .inner .wrap--radio {
    height: 600px;
    width: 80%;
    margin: 0 auto;
    padding: 10px 20px;
    overflow: hidden;
  }
  .page--radio .inner .tit {
    font-size: 26px;
    max-width: 400px;
    margin: 0px auto 25px;
  }
  .page--radio .inner .tit img:nth-child(2) {
    display: block;
    margin: 0 auto;
    width: 250px;
  }
  .page--photo .wrap {
    padding-top: 134px;
  }
  .page--photo .list--contents__photo li a .thumb img {
    transition: transform 0.3s;
    z-index: 1;
  }
  .page--photo .list--contents__photo li a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0;
    z-index: 3;
    transition: opacity 0.3s;
  }
  .page--photo .list--contents__photo li a:hover::before {
    opacity: 0.5;
  }
  .page--photo .list--contents__photo li a:hover .thumb img {
    transform: scale(1.03);
  }
  .section--detail.page--support {
    width: 70%;
    max-width: 900px;
    padding: 0;
    margin: 0 auto;
  }
  .page--support__nav .list--support {
    width: 50%;
    margin: 0 auto;
  }
  .page--support__nav .list--support li a:hover {
    background-color: #fff;
    color: #000;
  }
  .page--faq .tit--category {
    position: relative;
  }
  .page--faq .tit--category span {
    position: absolute;
    top: -120px;
  }
  .page--faq .section--list .tit {
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 1em;
    font-weight: normal;
    text-align: left;
  }
  .page--faq .searchBox {
    margin: 40px auto 50px;
  }
  .page--faq .block--contact li a:hover {
    color: #c00;
  }
  .page--faq .block--contact a:hover {
    text-decoration: none !important;
  }
  .page--faq .block--contact .link a::after {
    transition: all 0.3s 0s ease;
  }
  .page--faq .block--contact .link a:hover {
    color: #6A6A6A;
    text-decoration: none;
  }
  .page--faq .block--contact .link a:hover::after {
    border: 1px solid #6A6A6A;
    border-top: none;
    border-right: none;
  }
  .page--faq .block--contact .link a:hover + i {
    color: #c00;
  }
  .page--faq .list--faq li a:hover {
    color: #6A6A6A;
  }
  .page--faq .list--tag {
    margin-bottom: 30px;
  }
  .page--faq .list--tag li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 5px;
    border: 1px solid;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.3s ease-out;
  }
  .page--faq .list--tag li a {
    display: block;
    padding: 8px 14px;
  }
  .page--faq .list--tag li a:hover {
    color: #fff;
  }
  .page--faq .list--tag li:hover {
    background: #fff;
    border: 1px solid #fff;
  }
  .page--faq .list--tag li:hover a {
    color: #000;
  }
  .page--faq .list--tag li:last-child {
    margin-right: 0;
  }
  .page--questionnaire .section--detail {
    width: 800px;
    padding: 0;
    margin: 0 auto;
  }
  .page--questionnaire .section--detail .section-tit {
    margin-bottom: 40px;
  }
  .page--first_login .list--faq li a:hover {
    background-color: #c00;
  }
  .section--detail.page--entry {
    margin: 0 auto;
    padding: 0;
    width: 930px;
  }
  .section--detail.page--entry .block--logo {
    width: 60%;
    margin: 0 auto 100px;
  }
  .section--detail.page--entry .block--logo .logo {
    width: 50%;
    margin: 0 auto 50px;
  }
  .section--detail.page--entry .block--logo .lead {
    font-size: 15px;
    text-align: center;
  }
  .section--detail.page--entry .block--video {
    width: 60%;
    margin: 0 auto 100px;
  }
  .section--detail.page--entry .block--contents {
    width: 60%;
    margin: 0 auto 80px;
  }
  .section--detail.page--entry .block--contents .list--contents li {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 40px;
    font-size: 14px;
  }
  .section--detail.page--entry .block--contents .list--contents li .txt {
    font-size: 14px;
  }
  .section--detail.page--entry .block--contents .list--contents li:nth-child(2n) {
    margin-right: 0;
  }
  .section--detail.page--entry .block--contents .list--contents::after {
    content: none;
  }
  .section--detail.page--entry .block--entry {
    width: 60%;
    margin: 0 auto 80px;
  }
  .section--detail.page--entry .block--device {
    width: 60%;
    margin: 0 auto 80px;
  }
  .section--detail.page--entry .block--device table {
    width: 100%;
  }
  .section--detail.page--entry .btn .btn--main {
    min-width: 320px;
    transition: 0.8s;
  }
  .section--detail.page--entry .block--btn {
    width: 60%;
    margin: 0 auto;
  }
  .section--detail.page--entry .btn.entry .btn--main:hover {
    background: #6A6A6A;
  }
  .section--detail.page--entry .btn--sub {
    min-width: 320px;
  }
  .page--error .section--detail .section-tit {
    font-size: 18vw;
  }
  .page--error .section--detail .section-tit span {
    font-size: 4vw;
  }
  .page--error .section--detail .tit {
    font-family: HelveticaNeue, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 1.6em;
    margin: 0 0 1em;
    text-align: center;
  }
  .page--error .section--detail .txt {
    padding-top: 0;
  }
  .page--error .section--detail .btn {
    margin: 1em 0;
  }
  footer {
    padding: 30px 5%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* common.scss
  ============================== */
  .pc {
    display: none !important;
  }
  .btn--main {
    min-width: 90%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 960px) {
  .btn--main {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn--sub {
    min-width: 90%;
    padding: 20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 960px) {
  .btn--sub {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .header {
    height: 70px;
  }
  .header .inner {
    padding-left: 72px;
  }
  .header .inner .logo {
    width: 130px;
    padding-top: 3px;
  }
  .drawer__btn {
    padding: 12px;
    width: 72px;
  }
  .drawer__btn span {
    width: 36px;
    margin: 10px auto;
  }
  .nav--language {
    right: 15px;
    align-items: flex-start;
    padding: 20px 0;
  }
  .nav--language form {
    gap: 24px;
  }
  .nav--language form label {
    width: 35px;
    line-height: 1;
  }
  .nav--language form li:first-child::after {
    font-size: 14px;
  }
  footer {
    padding: 40px 6% 40px;
  }
  .slick-dots li {
    height: 12px;
  }
  .date,
  .category {
    display: inline-block;
    min-width: inherit;
    font-size: 13px;
    letter-spacing: 0.05em;
    margin-bottom: 7px;
  }
  .tag {
    min-width: inherit;
    width: 4.5em;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .tit {
    font-size: 14px;
    line-height: 1.5;
  }
  .list--information li {
    margin-bottom: 30px;
  }
  .list--information li a {
    padding: 0;
  }
  .list--information li a .date {
    font-size: 14px;
  }
  .list--information li a .tit {
    font-size: 16px;
    line-height: 1.6em;
  }
  .block--sort-category {
    top: 16vw;
    right: 7%;
    width: 75%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 960px) {
  .block--sort-category {
    width: 45%;
    top: 8vw;
    right: 6%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn--sort {
    width: 130px;
    height: 18px;
  }
  .btn--sort .label {
    font-size: 16px;
  }
  .btn--sort span {
    width: 18px;
    height: 18px;
  }
  .block--category {
    margin-bottom: 20px;
  }
  .block--category li {
    margin-right: 15px;
  }
  .block--category li a {
    font-family: HelveticaNeue, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05em;
    font-size: 13px;
    letter-spacing: 0.1em;
    padding: 5px 0;
  }
  li.no-data {
    padding: 2em 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 960px) {
  li.no-data {
    padding: 2em 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .no-data {
    width: 125px;
  }
  .wrap {
    padding: 95px 0 100px;
    position: relative;
  }
  .section-tit {
    margin-bottom: 50px;
  }
  .section-tit .section-tit_img {
    max-height: 34px;
  }
  .tit-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px;
  }
  .content-main {
    padding: 0;
  }
  .section--list, .section--detail {
    padding: 0 6%;
    width: 100%;
  }
  .section--detail {
    width: 100%;
    max-width: inherit;
  }
  .section--detail .block--pager {
    text-align: center;
  }
  .section--list .block--pager li {
    font-size: 13px;
  }
  .section--list .block--pager .pager__item--other {
    width: 3em;
  }
  .section--list .block--pager .pager__item--other a {
    width: auto;
  }
  .section--list .block--pager .pager__item--older {
    margin-left: 15%;
  }
  .block--pager {
    margin-top: 80px;
  }
  .block--pager__number {
    margin-top: 30px;
  }
  .block--pager__number li {
    font-size: 22px;
    width: 30px;
  }
  .drawer {
    top: 70px;
  }
  .drawer .drawer-inner {
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .drawer .drawer-inner .g-nav .txt--expire .expiration_tit {
    width: 75px;
  }
  .drawer .drawer-inner .g-nav .txt--expire .expiration_day {
    font-size: 12px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 960px) {
  .drawer .drawer-inner {
    padding: 4vw 0 17vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .drawer .nav--login {
    margin-bottom: 20px;
    border: 2px solid;
    padding: 8px 14px;
  }
  .drawer .nav--login li a img {
    height: 12px;
  }
  .drawer .nav--login .login::before {
    height: 17px;
    top: -2px;
  }
  .drawer [class^=nav--] li {
    margin-bottom: 0;
  }
  .drawer .block--copy {
    margin-top: 60px;
    padding: 0 4%;
    text-align: center;
  }
  .drawer .block--copy p {
    font-size: 11px;
    color: #fff;
    line-height: 1.4em;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 960px) {
  .drawer .nav--link li {
    width: 5vw;
    height: 5vw;
    margin-right: 14px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .drawer .nav--menu li[class^=nav--] {
    margin-bottom: 10px;
  }
  .drawer .nav--menu li[class^=nav--] a {
    height: 16px;
  }
  .drawer .nav--menu li[class^=nav--] a span.menu--ico {
    height: 16px;
    width: 16px;
  }
  .drawer .nav--menu.nav--recruit {
    background: #fff;
    margin-bottom: 35px;
  }
  .drawer .nav--menu.nav--recruit li[class^=nav--] a {
    height: 38px;
  }
  .drawer .nav--menu.nav--recruit li[class^=nav--]::before {
    border-width: 2px;
    left: 126px;
  }
  .drawer .nav--link {
    position: relative;
    top: 0;
    right: 0;
    padding: 0 4%;
    margin-bottom: 40px;
  }
  .drawer .nav--link li {
    max-width: 45px;
  }
  .drawer .nav--link li a {
    padding: 0;
    font-size: 25px;
  }
  .drawer .nav--link li:not(:last-child) {
    margin-right: 15px;
  }
  .drawer .nav--link li.nav__item--official {
    margin-right: 8px;
  }
  .page--home .wrap {
    padding-bottom: 0;
    padding-top: 0;
  }
  .page--home .section--keyvisual .keyvisual .inner .txt--fc {
    width: 67px;
    position: absolute;
    top: 26%;
    right: 10px;
  }
  .page--home .section--keyvisual .keyvisual .inner .logo {
    width: 85px;
    top: 63%;
    left: 10px;
  }
  .page--home .section--keyvisual .keyvisual .inner .logo span {
    display: block;
  }
  .page--home .section--keyvisual .keyvisual .inner .logo .year {
    width: 60px;
    padding-top: 20px;
  }
  .page--home .section--keyvisual .keyvisual .inner .nav--language {
    top: 47%;
    left: 8px;
  }
  .page--home .section--keyvisual .keyvisual .inner .nav--language li label {
    padding: 0 3px;
    font-size: 15px;
    font-weight: bold;
    color: #655F60;
    position: relative;
  }
  .page--home footer {
    padding: 0;
    z-index: 10;
  }
  .page--home footer .inner {
    padding: 10px 5%;
  }
  .page--home footer .inner .block--caution {
    font-size: 11px;
  }
  .page--home footer .list--support {
    width: 100%;
  }
  .page--home footer .list--support li a {
    line-height: 1.5;
  }
  .page--home footer .list--support li:first-child {
    margin: 1em 0 0;
  }
  .page--home footer .list--support dt {
    font-size: 20px;
    position: relative;
  }
  .page--home footer .list--support dt::before, .page--home footer .list--support dt::after {
    content: "";
    display: block;
    width: 2px;
    height: 15px;
    position: absolute;
    background: #fff;
    right: 20px;
    top: 1px;
    transition: all 0.3s 0s ease;
  }
  .page--home footer .list--support dt::before {
    transform: rotate(90deg);
  }
  .page--home footer .list--support dt.open::before {
    transform: rotate(45deg);
  }
  .page--home footer .list--support dt.open::after {
    transform: rotate(-45deg);
  }
  .page--home footer .list--support dd {
    display: none;
  }
  .page--home footer .block--link p {
    font-size: 16px;
  }
  .page--home footer .block--link .list--link li {
    width: 49%;
    margin-right: 2%;
  }
  .page--home footer .block--link .list--link li:nth-child(2n) {
    margin-right: 0;
  }
  .page--home .section--banner {
    position: relative;
    z-index: 2;
    padding: 10px 10px 40px;
  }
  .page--home .section--banner .logo {
    margin: 0 auto 40px;
    line-height: 0;
  }
  .page--home .section--banner .list--bnr {
    width: 82%;
  }
  .page--home .section--banner .list--bnr li {
    margin-bottom: 20px;
  }
  .page--home .section--banner .list--bnr li a {
    display: block;
  }
  .page--home .section--banner .list--bnr li a img {
    vertical-align: bottom;
  }
  .caution_txt {
    background-image: url(/static/thegazette/fanclub/common_f9yz3w6c/ph_caution_sp_w.svg);
    min-height: 45px;
  }
  .caution_txt.caution_en {
    background-image: url(/static/thegazette/fanclub/common_f9yz3w6c/ph_caution_en_sp_w.svg);
  }
  .wrap > .caution .caution_txt {
    background-image: url(/static/thegazette/fanclub/common_f9yz3w6c/ph_caution_sp_o.svg);
  }
  .wrap > .caution .caution_txt.caution_en {
    background-image: url(/static/thegazette/fanclub/common_f9yz3w6c/ph_caution_en_sp_o.svg);
  }
  body:not(.page--home) .caution {
    font-size: 11px;
    margin-bottom: 20px;
  }
  .page--info .tit-wrap {
    display: block !important;
    margin-bottom: 40px;
  }
  .page--info .block--share {
    margin: 10px 0;
  }
  .page--info .section--detail.new .tit::after {
    font-size: 16px;
    vertical-align: 0px;
    line-height: 1;
  }
  .page--info .section--detail {
    width: 100%;
    padding: 0 6%;
  }
  .page--info .section--detail .tit {
    font-weight: normal;
    line-height: 1.4;
    font-size: 18px;
    margin-bottom: 15px;
  }
  .page--info .section--detail .txt {
    letter-spacing: 0.05em;
  }
  .page--info .section--detail .category {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 5px;
  }
  .page--info .section--detail .category::before {
    left: inherit;
    right: -5px;
    top: 8px;
  }
  .page--info .section--detail .date.second {
    margin-left: 15px;
  }
  .page--info .section--detail .date.second::before {
    left: -16px;
  }
  .page--movie.new-movie .section--detail {
    padding: 0 !important;
  }
  .page--movie.new-movie .section--detail .block--player {
    position: relative !important;
    top: 0 !important;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main > div.current {
    padding: 20px 6% 0;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab {
    font-size: 20px !important;
  }
  .page--movie.new-movie .section--detail .area--more-info .video-js .vjs-play-progress:before {
    color: #c00 !important;
  }
  .page--movie.new-movie .section--detail .block--player {
    aspect-ratio: auto;
    position: relative;
    top: 0;
    left: 0;
  }
  .page--movie .block--tit {
    padding: 10px 5vw 13vw !important;
  }
  .page--movie .list--contents li {
    width: 100%;
    margin-bottom: 10px;
  }
  .page--movie.new-movie.category-188 .section--detail .block--tit,
  .page--movie.new-movie.category-188 .section--detail .area--more-info, .page--movie.new-movie.category-262 .section--detail .block--tit,
  .page--movie.new-movie.category-262 .section--detail .area--more-info {
    display: none;
  }
  .page--movie.new-movie.category-188 .section--detail .vjs-poster, .page--movie.new-movie.category-262 .section--detail .vjs-poster {
    background-size: contain;
  }
  .page--radio {
    padding: 0;
  }
  .page--radio .block--ph {
    margin-bottom: 60px;
  }
  .page--radio .section--list {
    padding: 0 15px;
  }
  .page--radio .list--content li {
    margin-bottom: 0 !important;
  }
  .page--radio .inner .tit {
    line-height: 0;
    width: 80%;
    margin: 0 auto 40px;
  }
  .page--radio .dj {
    margin: 0 auto 40px;
  }
  .page--radio .play_list {
    background: none;
    margin-bottom: 40px;
  }
  .page--radio .play_list li {
    width: 100%;
    margin-bottom: 20px;
  }
  .page--radio .play_list li:last-child {
    margin-bottom: 0;
  }
  .page--radio .play_list li .play_tit {
    font-size: 15px;
    margin-bottom: 6px;
  }
  .page--radio .inner p {
    font-size: 13px;
  }
  .page--radio .inner .themeBox {
    padding: 20px 18px;
    margin-bottom: 30px;
  }
  .page--radio .inner .themeBox .txt {
    margin-bottom: 18px;
  }
  .page--radio .inner .themeBox .txt span {
    font-size: 18px;
    line-height: 1.4;
  }
  .page--radio .formLead {
    margin-bottom: 20px;
    text-align: left;
  }
  .page--radio .inner .form_term {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .page--radio .inner .btn_radio a {
    width: 100%;
    font-size: 19px;
  }
  .page--radio.page--movie .section--detail .movie--wrap {
    margin-bottom: 20px;
  }
  .page--radio.page--movie .section--detail .movie--wrap .area--movie {
    width: 100%;
    margin-bottom: 20px;
  }
  .page--radio.page--movie .section--detail .movie--wrap .block--movie-thumbnail {
    width: 100%;
    padding: 0 5%;
  }
  .page--radio.page--movie .section--detail .movie--wrap .tit_playing {
    margin: 0 auto 12px;
  }
  .page--biography .block--ph .ph {
    margin: 0 0 20px;
  }
  .page--biography .block--logo {
    margin-bottom: 30px;
  }
  .page--biography .block--logo .logo {
    width: 33vw;
    margin: 0 auto -5px;
    position: static;
    mix-blend-mode: unset;
  }
  .page--biography .block--logo .txt--sub {
    font-size: 12px;
  }
  .page--biography .block--bio .block--member .list--member li {
    margin-bottom: 20px;
  }
  .page--biography .block--bio .block--member .list--member li:last-child {
    margin-bottom: 0;
  }
  .page--biography .block--bio .block--member .list--member li .detail .part {
    font-size: 11px;
    margin-bottom: 5px;
  }
  .page--biography .block--bio .block--member .list--member li .detail .name {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .page--biography .block--bio .block--member .list--member li .detail .name::before {
    bottom: -7.5px;
  }
  .page--biography .block--bio .block--member .list--member li .detail .name .yomi {
    font-size: 12px;
    display: inline-block;
    margin-left: 5px;
  }
  .page--biography .block--bio .block--member .list--member li .detail .profile-txt dt {
    font-size: 11px;
  }
  .page--biography .block--bio .block--member .list--member li .detail .profile-txt dd {
    font-size: 13px;
    top: 1px;
  }
  .page--biography .block--bio .bio--detail {
    letter-spacing: 0.08em;
  }
  .page--biography .block--bio .bio--detail .txt {
    padding-top: 0;
  }
  .page--photo .section--list {
    padding: 0 6%;
  }
  .page--photo .list--contents__photo {
    margin-top: 0;
  }
  .page--photo .list--contents__photo > li {
    width: 100%;
    margin: 0 auto 30px;
  }
  .page--photo .list--contents__photo > li:last-child {
    margin-bottom: 0;
  }
  .page--photo .block--title {
    padding: 40px 0;
  }
  .page--photo .block--title .section-tit {
    font-size: 23px;
    line-height: 1.4;
  }
  .page--photo .block--title .box {
    padding: 0 6%;
  }
  .page--photo .block--title .box .date,
  .page--photo .block--title .box .place {
    font-size: 14px;
  }
  .page--photo .block--title .box .date {
    margin-right: 20px;
  }
  .page--photo .block--pager {
    padding: 0 6%;
  }
  .page--webmagazine .content-main {
    padding: 0 10px;
  }
  .page--webmagazine .list--contents__magazine > li {
    width: 100%;
    margin-bottom: 8px;
  }
  .page--webmagazine .section--detail {
    padding: 0 0 15px;
  }
  .page--webmagazine .interviewArea {
    padding: 0 5%;
  }
  .page--newsletter .list--contents li {
    width: 100%;
  }
  .section--detail.page--support .txt {
    padding-top: 20px;
  }
  .page--faq .section--list .section-tit {
    font-size: 20px;
  }
  .page--faq .searchBox {
    width: 100%;
  }
  .page--faq .list--faq {
    margin: 0 0 60px;
  }
  .page--faq .list--faq li a {
    padding: 16px 0;
    line-height: 1.4;
  }
  .page--faq .list--faq li a .icon--q {
    font-size: 18px;
  }
  .page--questionnaire .section--detail .section-tit {
    font-size: 18px;
    text-align: left;
    line-height: 1.2em;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .page--questionnaire .section--detail .txt--basic {
    font-size: 13px;
  }
  .page--questionnaire .section--detail .tit {
    font-size: 14px;
  }
  .page--questionnaire .section--detail form .input--half {
    width: 100% !important;
  }
  .page--questionnaire .section--detail form .input--quarter {
    width: 50% !important;
  }
  .page--questionnaire .section--detail form .form--post dt {
    margin: 2em 0 1em;
  }
  .page--questionnaire .section--detail form .icon--required::before {
    vertical-align: inherit;
    padding-left: 5px;
  }
  .page--questionnaire .section--detail .form--confirm {
    padding: 16px;
  }
  .page--entry .block-tit {
    font-size: 20px;
    margin: 0 auto 25px;
  }
  .page--entry .block--title {
    font-size: 21px;
  }
  .page--entry .block--title span:first-of-type {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .page--entry .block--title .logo {
    margin: 0 auto 7px;
    width: 25%;
  }
  .page--entry .block--benefit .wrap--benefit__tit {
    font-size: 14px;
  }
  .page--entry .block--benefit .wrap--benefit > div {
    width: 45%;
  }
  .page--entry .block--benefit .wrap--benefit > div .tit {
    font-size: 12px;
  }
  .page--entry .btn.entry .btn--main {
    font-size: 15px;
  }
  .page--entry table {
    font-size: 13px;
  }
  .page--entry table th {
    width: 100px;
    padding: 10px 13px;
    font-weight: bold;
    text-align: center;
  }
  .page--entry table td {
    padding: 10px;
  }
  .page--entry table td .txt--sub {
    text-indent: -1em;
    padding-left: 1em;
  }
  .page--first_login .section-tit {
    font-size: 5vw;
  }
  .page--first_login .section-tit span {
    margin-bottom: 10px;
  }
  .page--first_login .block--lead .txt--basic {
    text-align: left;
  }
  .page--first_login .block--attention {
    padding: 1.8em;
  }
  .page--first_login .list--faq li:not(:last-of-type) {
    margin-bottom: 0.25em;
  }
  .page--first_login .step > h5.tit {
    margin: 4em auto 1.4em;
  }
  .page--first_login .step ul {
    margin-bottom: 3em;
  }
  .page--first_login .step ul > li {
    margin-bottom: 0.5em;
  }
  .page--first_login .block--step .list--step > li {
    padding: 1.2em;
    margin-bottom: 1.5em;
  }
  .page--first_login .block--step li span {
    padding: 0.4em 1em;
    font-size: 0.6em;
  }
  .page--first_login .block--step li .list-tit {
    margin-bottom: 12px;
    padding-bottom: 12px;
    font-size: 1.2em;
  }
  .page--first_login .block--step li .block--attention {
    margin: 1em 0;
    padding: 14px;
    color: #c00;
  }
  .page--first_login .block--step li .block--attention .tit {
    color: #c00;
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 1em;
  }
  .page--first_login #step6 .block > .tit {
    text-align: center;
    font-size: 1.5em;
    margin-top: 3em;
  }
  .page--first_login .btn.entry {
    margin-top: 3em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* page--error
  ------------------------------ */
  .page--error .section--detail .txt--basic {
    text-align: left;
  }
  .page--error .section--detail .btn {
    margin: 1em 0;
  }
  .page--contact.section--detail .input--half {
    width: 100% !important;
  }
  .page--contact.section--detail .form--post dt {
    margin: 2em 0 0.5em;
  }
}
/*  tablet
------------------------------ */
@media screen and (min-width: 768px) and (max-width: 960px) {
  body {
    font-size: 16px;
  }
  .btn--sub {
    padding: 0;
  }
  .block--pager {
    font-size: 15px;
  }
  .block--pager .pager__item--other {
    width: auto;
  }
  .block--pager .pager__item--older {
    margin-left: 15%;
  }
  .block--pager .tit {
    line-height: 1.5;
  }
  .section-tit {
    font-size: 40px;
  }
  .page--info .section--list {
    padding: 0 6%;
  }
  .page--info .section--detail .section-tit {
    height: 3.6vw;
    margin-bottom: 2.5em;
  }
  .page--info .section--detail .date {
    font-size: 1.8vw;
  }
  .page--info .section--detail .txt--basic {
    font-size: 16px;
  }
  .page--disco .list--disco {
    display: flex;
    flex-wrap: wrap;
  }
  .page--disco .list--disco li {
    width: 32%;
    margin-right: 2%;
  }
  .page--disco .list--disco li:nth-child(3n) {
    margin-right: 0;
  }
  .page--disco .list--disco li .thumb {
    margin-bottom: 6px;
  }
}/*# sourceMappingURL=fanclub-service.css.map */