@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 {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
          box-shadow: 0 0 0px 1000px #fff inset;
}

/* icon--required */
.icon--required {
  position: relative;
}
.icon--required:before {
  position: absolute;
  content: "必須";
  color: #B6AAAC;
  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: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0.3em;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 1em 0.5em;
  background: #fff;
  color: #000;
}
@media screen and (min-width: 961px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  input[type=time],
  input[type=date] {
    font-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]: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--half {
  width: 50% !important;
}

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

/* textarea */
textarea {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0.3em;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 1em 0.5em;
  height: auto;
  line-height: 1.6;
}
@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: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;
}

/* select */
.form__select {
  display: inline-block;
  position: relative;
}
.form__select::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #fff;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  vertical-align: middle;
}
.form__select:after {
  position: absolute;
  top: 50%;
  right: 0.5em;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.form__select select {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0.3em;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 1em 0.5em;
  padding-right: 2.5em;
}
@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: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__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;
  -webkit-transform: rotate(-45deg);
          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: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  word-wrap: break-word;
  overflow-x: hidden;
}
@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;
  }
}

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: bold;
  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");
}
.block--pager {
  text-align: left;
  letter-spacing: -0.5em;
  margin: 40px 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5%;
}
.block--pager li {
  display: inline-block;
  font-family: HelveticaNeue, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  letter-spacing: 0.03em;
  text-align: center;
  vertical-align: middle;
  position: relative;
  font-size: 14px;
  width: 48.5%;
}
.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;
}
.block--pager .pager__item--newer a, .block--pager .pager__item--newer span {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 1em 0;
  position: relative;
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
  content: "";
  display: block;
  position: absolute;
}
.block--pager .pager__item--newer a::before, .block--pager .pager__item--newer span::before {
  content: "\f104";
  font: normal normal normal 14px/1 FontAwesome;
  position: relative;
  left: -5px;
  display: inline-block;
}
.block--pager .pager__item--newer span {
  opacity: 0.4;
  line-height: 1;
}
.block--pager .pager__item--older {
  display: block;
  margin-left: 3%;
}
.block--pager .pager__item--older a, .block--pager .pager__item--older span {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 1em 0;
  position: relative;
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
  content: "";
  display: block;
  position: absolute;
}
.block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  position: relative;
  right: -5px;
  display: inline-block;
}
.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::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%;
  -webkit-transition: background 0.3s;
  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;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.txt--basic {
  margin: 0 0 1em;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", 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, .keyvisual {
  position: relative;
  line-height: 0;
}
.ph img, .thumb img, .keyvisual img {
  width: 100%;
}
.ph img::after, .thumb img::after, .keyvisual img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.ph::after, .thumb::after, .keyvisual::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ph .dummy, .thumb .dummy, .keyvisual .dummy {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

[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;
  -webkit-filter: blur(80px);
          filter: blur(80px);
  -webkit-transform: translateZ(0);
          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: #EEEFF0;
  z-index: 10001;
}
.page--home .pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.page--home .pace-inactive {
  display: none;
}
.page--home .pace .pace-progress {
  background: #000;
  position: fixed;
  z-index: 20000;
  top: 50%;
  right: 100%;
  width: 100%;
  height: 1px;
}

.scrolling .header {
  height: 50px;
}
.scrolling .header .inner .logo {
  max-width: 100px;
}
.scrolling .drawer__btn {
  width: 50px;
  padding: 8px 0;
}
.scrolling .drawer__btn span {
  width: 26px;
}
.scrolling .drawer {
  top: 50px;
}

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

.delighter.started {
  -webkit-transform: translate(0);
          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%;
  -webkit-transform: translateY(-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: -webkit-fit-content;
  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 {
  -webkit-transform: scale(-1, 1);
          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: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #fff;
  border-radius: 0.3em;
  padding: 0.5em;
  color: #fff;
  border-radius: 0;
  border: 1px solid #888;
}
@media screen and (min-width: 961px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  button {
    font-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]: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[readonly=readonly],
input[readonly=readonly] {
  border: none;
  background: #fff;
}

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

/* textarea */
textarea {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #fff;
  border-radius: 0.3em;
  padding: 0.5em;
  background: #000;
  border-radius: 0;
  border: 1px solid #888;
  color: #fff;
}
@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: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;
}

/* 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;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  vertical-align: middle;
}
.form__select select {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #fff;
  border-radius: 0.3em;
  padding: 0.5em;
  padding-right: 2.3em;
  border-radius: 0;
  border: 1px solid;
  background: #fff;
}
@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: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::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          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: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@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 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;
  background-color: #000;
}
.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;
  -webkit-transform: rotate(-45deg);
          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: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@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 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: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@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 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;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
          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;
}

@-webkit-keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

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

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

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

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

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

.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: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  opacity: 0;
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-transition: opacity 0.7s 0.8s;
  transition: opacity 0.7s 0.8s;
}
.no-data.delighter.started {
  opacity: 1;
}

.tit {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", 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 {
  -webkit-transition: 0.3s 0.2s;
  transition: 0.3s 0.2s;
}
.list--information li a {
  background: #000;
  padding: 10px 30px 10px 0;
  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: 11px;
  margin-bottom: 5px;
  position: relative;
}
.list--information li a .tit {
  font-size: 16px;
  line-height: 1.6em;
}
.list--information li a::before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 26px;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px 2%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list--contents li {
  width: 32%;
}
.list--contents li .thumb {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.list--contents li .thumb .blur {
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: 1;
}
.list--contents li .thumb .blur img {
  -webkit-filter: blur(80px);
          filter: blur(80px);
  background-size: cover;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.list--contents li .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-size: contain;
  aspect-ratio: 1/1.5;
}
.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 {
  -webkit-transform: translate3d(0, 0, 0);
          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;
  -webkit-transition: 0.3s;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  top: 0;
  right: 0;
  width: 147px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s 0s ease;
  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;
}

.header {
  background: #fff;
  height: 74px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}
.header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  height: 100%;
}
.header .inner .logo {
  width: 35vw;
  line-height: 1;
  max-width: 130px;
  -webkit-transition: max-width 0.2s;
  transition: max-width 0.2s;
  margin-top: 9px;
}

.drawer {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  text-align: left;
  margin: 0 auto;
  top: 74px;
  z-index: 999;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}
.drawer .drawer-inner {
  overflow: scroll;
  height: 100%;
  padding: 20px 6%;
}
.drawer .drawer-inner .g-nav {
  padding: 10px 0;
}
.drawer .copyright {
  padding-bottom: 70px;
  font-size: 11px;
  line-height: 1.4em;
}
.drawer .nav--menu {
  padding-bottom: 20px;
}
.drawer .nav--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px;
}
.drawer .nav--link li {
  width: 13vw;
  height: 13vw;
  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 [class^=nav--] li {
  margin-bottom: 5px;
}
.drawer [class^=nav--] li a {
  padding: 10px 0;
  font-size: 35px;
  position: relative;
  letter-spacing: 0.02em;
  font-family: HelveticaNeue, Helvetica, sans-serif;
  font-weight: 500;
  color: #B6AAAC;
  overflow: hidden;
}
@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;
  -webkit-transform: translateX(-2em);
          transform: translateX(-2em);
  -webkit-transition: all 0.3s 0.6s ease;
  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;
  margin-bottom: 13px;
  background: #B6AAAC;
  display: inline-block;
  line-height: 0;
}
.drawer .nav--login.login {
  background: transparent;
  margin-bottom: 0;
}
.drawer .nav--login li a {
  letter-spacing: 0em;
}
.drawer .nav--login .join, .drawer .nav--login .login {
  display: inline-block;
}
.drawer .nav--login .join a, .drawer .nav--login .login a {
  font-size: 28px;
  color: #000;
  display: block;
  padding: 8px 5px 2px;
}
.drawer .nav--login .login {
  margin-right: 30px;
  position: relative;
}
.drawer .nav--login .login::before {
  content: "";
  width: 2px;
  height: 26px;
  background: #000;
  position: absolute;
  right: -18px;
  top: 5px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.drawer__btn {
  display: block;
  width: 74px;
  border: none;
  background: #000;
  padding: 20px 0;
  cursor: pointer;
  outline: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.drawer__btn span {
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
  margin: 7px auto;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}

.drawer-visible .drawer__btn .svg-btn {
  opacity: 0;
  pointer-events: none;
}
.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;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: all 0.7s 0s ease;
  transition: all 0.7s 0s ease;
}
.drawer-visible .drawer__btn-close::before, .drawer-visible .drawer__btn-close::after {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.drawer-visible .drawer__btn-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.drawer-visible .drawer__btn-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.drawer-visible .drawer {
  opacity: 1;
  pointer-events: auto;
}
.drawer-visible .drawer [class^=nav--] li a span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.drawer-visible .drawer .drawer-inner {
  visibility: visible;
  z-index: 10;
}
.drawer-visible .drawer h1.logo .svg-txt svg, .drawer-visible .drawer h1.logo img {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.drawer-visible .drawer .nav--login li a span {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.drawer-visible .drawer .nav--login li:not(:last-child)::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.drawer-visible .nav--item__home a span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

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

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

.bg {
  background: url(/static/thegazette/fansite/common/bg.jpg) center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.8;
}

.section-tit {
  -webkit-transform: translate3d(0, 0, 0);
          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 10px;
  position: relative;
}

.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 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section--detail > .txt * {
  white-space: normal !important;
  word-break: break-word;
}
.section--detail .tit {
  margin-bottom: 5px;
  letter-spacing: 0.05em;
}
.section--detail .date {
  display: block;
}
.section--detail .block--share {
  border-bottom: solid 1px #333;
  padding-bottom: 25px;
  margin-bottom: 15px;
}
.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;
}
.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;
  -webkit-transform: translate(0);
          transform: translate(0);
  margin-top: 70px;
}
.detail__btn 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;
}

body:not(.page--home) .no-data {
  opacity: 1;
}
body:not(.page--home) .caution {
  position: sticky;
  top: 50px;
  left: 0;
  width: 100%;
  padding: 10px 6%;
  color: #f00;
  font-size: 10px;
  line-height: 1.4em;
  background: rgba(0, 0, 0, 0.86);
  z-index: 98;
  display: none;
  margin-top: -40px;
  font-weight: bold;
}
body:not(.page--home) .caution span {
  display: block;
}
body:not(.page--home).page--blog .caution, body:not(.page--home).page--wallpaper .caution {
  display: block;
}

.page--home .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;
  -webkit-transform: translate(0);
          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 1em;
  margin: 2em auto 1.5em;
}
.page--home .section--keyvisual {
  padding-top: 74px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
}
.page--home .section--keyvisual img {
  margin-bottom: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.page--home .block--login {
  margin: 50px auto;
}
.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 .section--info {
  z-index: 2;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 0.45s 0.4s;
  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.3);
  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;
  -webkit-transform: translate(0);
          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;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.8s 0.4s;
  transition: -webkit-transform 0.8s 0.4s;
  transition: transform 0.8s 0.4s;
  transition: transform 0.8s 0.4s, -webkit-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  width: 80%;
  margin-bottom: 50px;
  opacity: 0;
  -webkit-transition: opacity 0.4s 1.2s;
  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;
  -webkit-transition: opacity 0.4s 1.2s;
  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 {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  opacity: 0;
  -webkit-transition: opacity 0.4s 1s, -webkit-transform 0.4s 1s;
  transition: opacity 0.4s 1s, -webkit-transform 0.4s 1s;
  transition: opacity 0.4s 1s, transform 0.4s 1s;
  transition: opacity 0.4s 1s, transform 0.4s 1s, -webkit-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;
  -webkit-transform-origin: right;
          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 {
  -webkit-transform: translateX(-20px);
          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 {
  -webkit-transform: scaleX(1);
          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 {
  -webkit-transform: translateX(0);
          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;
}
.page--home footer .inner {
  padding: 0 4%;
  position: relative;
  display: block;
}
.page--home footer .link--home {
  display: none;
}
.page--home footer .list--support {
  text-align: center;
  border: solid 3px #fff;
  text-align: center;
  padding: 1em 0;
  margin: 0 auto 50px;
  position: relative;
}
.page--home footer .list--support dt {
  font-family: HelveticaNeue, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1;
}
.page--home footer .list--support li a {
  display: block;
  font-size: 13px;
  padding: 5px 0;
  letter-spacing: 0.02em;
}
.page--home footer .list--support li a::before {
  background: #000;
}
.page--home footer .nav--sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 25px;
}
.page--home footer .nav--sns li {
  margin-right: 10px;
}
.page--home footer .nav--sns li a {
  display: block;
  padding: 5px;
  font-size: 18px;
}
.page--home footer .nav--sns li:last-child {
  margin-right: 0;
}
.page--home footer .block--link p {
  font-family: HelveticaNeue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
  display: inline-block;
}
.page--home footer .block--link p a {
  display: block;
  padding: 5px 0;
  position: relative;
}
.page--home footer .block--link .list--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
.page--home footer .copyright {
  padding: 0 6%;
  font-size: 12px;
  color: #fff;
  font-family: HelveticaNeue, Helvetica, sans-serif;
  text-align: center;
}

body.page--member .wrap {
  background: #fff;
  color: #000;
}
body.page--member .wrap .section-tit {
  color: #000;
}
body.page--member .wrap .section-tit::before {
  background: #000;
}
body.page--member .wrap .btn--sort span {
  background: url(/static/winds/fansite/common/icon_sort.svg) no-repeat center center;
  background-size: contain;
}
body.page--member .wrap .block--pager {
  position: relative;
  z-index: 3;
  font-family: HelveticaNeue, Helvetica, sans-serif;
}
body.page--member .wrap .block--pager .pager__item--newer,
body.page--member .wrap .block--pager .pager__item--older {
  background: transparent;
}
body.page--member .wrap .block--pager .pager__item--newer a::after,
body.page--member .wrap .block--pager .pager__item--older a::after {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body.page--member .wrap .block--pager .pager__item--newer span::after,
body.page--member .wrap .block--pager .pager__item--older span::after {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
body.page--member .wrap .block--pager .pager__item--other a::after {
  background-color: #000;
}
body.page--member .wrap .block--pager .pager__item--current {
  color: #000;
}
body.page--member .wrap .block--pager .pager__item--current::after {
  background: #000;
}
body.page--member .wrap .no-data {
  color: #000;
}
body.page--member .wrap footer {
  color: #000;
  font-family: HelveticaNeue, Helvetica, sans-serif;
}

.page--info .section--detail {
  padding: 0;
  width: 850px;
  margin: 0 auto;
}
.page--info .section--detail .date {
  position: relative;
}
.page--info .section--detail .date.new::after {
  content: "NEW!";
  font-size: 12px;
  font-family: HelveticaNeue, Helvetica, sans-serif;
  font-weight: 400;
  color: #c00;
  margin-left: 5px;
}
.page--info .section--detail .section--inner {
  background: #000;
  padding: 35px 5% 140px;
}
.page--info .section--detail .txt {
  font-size: 13px;
}
.page--info .section--detail .txt a {
  text-decoration: underline;
}
.page--info .section--detail .txt .video, .page--info .section--detail .txt .ph {
  margin: 20px 0;
}
.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 .section-tit {
  display: none;
}
.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 .caution {
  display: block !important;
}
.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 .intervieArea {
  margin-bottom: 40px;
}
.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--disco .category {
  font-family: sans;
}
.page--disco .block--category li a {
  font-family: sans;
  font-weight: bold;
}
.page--disco .thumb {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.page--disco .thumb .blur {
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: 1;
}
.page--disco .thumb .blur img {
  -webkit-filter: blur(80px);
          filter: blur(80px);
  background-size: cover;
}
.page--disco .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-size: contain;
  aspect-ratio: 1/1;
}
.page--disco .thumb img.dummy {
  background-size: cover;
}
.page--disco .list--disco li .category {
  font-weight: bold;
  font-family: sans;
  margin-right: 5px;
}
.page--disco .list--jacket li {
  margin-bottom: 20px;
}
.page--disco .list--jacket li .ph {
  margin-bottom: 5px;
}
.page--disco .block--disc-detail {
  background: #000;
  padding: 30px 20px;
}
.page--disco .block--disc-detail .tit-wrap {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 40px;
  display: block;
}
.page--disco .block--disc-detail .tit {
  margin-bottom: 15px;
}
.page--disco .block--disc-detail .txt {
  font-size: 14px;
  letter-spacing: 0.02em;
}
.page--disco .block--disc-detail .block--track {
  margin-top: 30px;
}
.page--disco .block--disc-detail .block--track .title {
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.page--disco .block--disc-detail .block--track .num {
  font-family: HelveticaNeue, Helvetica, sans-serif;
  font-size: 15px;
}
.page--disco .block--disc-detail .block--track > div {
  margin: 20px 0;
  font-size: 13px;
  display: inline-block;
}
.page--disco .block--disc-detail .block--track .list--track li {
  font-size: 13px;
  letter-spacing: 0.02em;
  margin-bottom: 5px;
}
.page--disco .header--disco {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  z-index: -1;
  width: 160%;
  height: 70vw;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page--disco .header--disco .header--disco_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  -webkit-filter: blur(40px);
          filter: blur(40px);
  -webkit-transform: scale(2);
          transform: scale(2);
}
.page--disco .section--detail {
  z-index: 2;
  position: relative;
}

.page--wallpaper .section-tit {
  margin: 0 0 30px;
}
.page--wallpaper .caution {
  display: block;
}
.page--wallpaper .txt {
  margin-bottom: 20px;
}
.page--wallpaper .txt--sub {
  margin-top: 10px;
  text-indent: -1em;
  padding-left: 1em;
}
.page--wallpaper .block--pager {
  padding: 0;
}
.page--wallpaper .ph {
  margin-bottom: 20px;
}
.page--wallpaper .ph img {
  pointer-events: auto;
}
.page--wallpaper .ph::after {
  content: none;
}

.page--blog .section--detail .block--pager .pager__item--other {
  font-size: 13px;
  width: auto;
}
.page--blog .section--detail .tit {
  border-bottom: solid 1px #333;
  padding-bottom: 25px;
  margin-bottom: 15px;
}
.page--blog .block--pager {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page--blog .block--pager .pager__item--other {
  width: 50%;
  font-size: 14px;
  margin-top: 10px;
}
.page--blog .block--pager .pager__item--other a {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 1em 0;
  position: relative;
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.page--blog .list--blog .no-data {
  margin: 0;
}
.page--blog .list--horizontal {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.page--blog .list--horizontal li {
  border-bottom: 1px solid #D3D3D3;
}
.page--blog .list--horizontal li a {
  padding: 38px 0px;
}
.page--blog .ulizahtml5 {
  width: 100% !important;
  height: auto !important;
}
.page--blog .section--detail .section--inner {
  background: #000;
  padding: 35px 5% 85px;
}
.page--blog .section--detail .ph, .page--blog .section--detail .video {
  margin: 10px 0;
}
.page--blog .section--detail .txt a {
  text-decoration: underline;
}
.page--blog .section--detail .icon--like {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  width: auto;
  margin: 20px 0;
}
.page--blog .section--detail .icon--like span {
  font-size: 15px;
  margin-left: 7px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.05em;
}
.page--blog .section--detail .icon--like i.fa-heart {
  font-size: 20px;
  position: relative;
}
.page--blog .section--detail .icon--like i.fa-heart::before {
  opacity: 0;
}
.page--blog .section--detail .icon--like i.fa-heart::after {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background: url(/static/thegazette/fansite/common/heart_solid.svg) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.page--blog .section--detail .icon--like i.fa-heart.clicked::after {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background: url(/static/thegazette/fansite/common/heart.svg) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  animation: heart 1.2s reverse both;
}
.page--blog video {
  position: relative !important;
}

.section--detail.page--support {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.section--detail.page--support .section-tit {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", 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;
  -webkit-transition: 0.3s;
  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;
}

.section--detail.page--deals_payment .section-tit {
  font-size: 20px;
  line-height: 1.5;
}
.section--detail.page--deals_payment .section-tit_sub {
  font-weight: normal;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: #bbb solid 1px;
}
.section--detail.page--deals_payment .txt {
  margin-bottom: 20px;
}
.section--detail.page--deals_payment .list--support dt {
  font-weight: bold;
}
.section--detail.page--deals_payment .list--support dd {
  border-bottom: #bbb solid 1px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.section--detail.page--deals_payment .list--support dd:last-of-type {
  border: none;
}
.section--detail.page--deals_payment .list--support dd .detail_table {
  margin: 10px 0 30px;
  width: 100%;
  background: #fff;
  border-collapse: separate;
  border-spacing: 0;
  color: #000;
}
.section--detail.page--deals_payment .list--support dd .detail_table tr:first-child th, .section--detail.page--deals_payment .list--support dd .detail_table tr:first-child td {
  border-top: 1px solid #c2c2c2;
}
.section--detail.page--deals_payment .list--support dd .detail_table th {
  width: 110px;
  background: #ebebeb;
  font-size: 13px;
  font-weight: bold;
  border-right: 1px solid #c2c2c2;
  padding: 20px;
  text-align: left;
  border-bottom: 1px solid #c2c2c2;
  border-left: 1px solid #c2c2c2;
}
.section--detail.page--deals_payment .list--support dd .detail_table td {
  border-right: 1px solid #c2c2c2;
  padding: 20px;
  text-align: left;
  border-bottom: 1px solid #c2c2c2;
  font-size: 13px;
}
.section--detail.page--deals_payment .list--support dd .detail_table .support-list:last-child {
  margin-bottom: 0;
}
.section--detail.page--deals_payment .terms-list li {
  border-bottom: #e2e2e2 solid 1px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.section--detail.page--deals_payment .terms-list li ul {
  background: rgba(170, 170, 170, 0.1490196078);
  margin: 20px 0;
  padding: 15px;
}
.section--detail.page--deals_payment .terms-list li ul li {
  border: none;
  padding: 0 0 0 15px;
  margin-bottom: 10px;
  text-indent: -15px;
}
.section--detail.page--deals_payment .terms-list li ul:last-child {
  margin-bottom: 0;
}
.section--detail.page--deals_payment .terms-list li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.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: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.page--faq .section--list .section-tit {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", 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 {
  -webkit-transition: 0.3s;
  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;
}
.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.5);
  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;
}
.page--faq .list--faq {
  margin: 0 0 60px;
}
.page--faq .list--faq li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.page--faq .list--faq li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.page--faq .list--faq li .tit {
  font-size: 14px;
  margin: 0 10px;
}
.page--faq .list--faq li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
      align-items: baseline;
  padding: 24px 0;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  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;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.page--faq .block--faq-detail dt {
  font-size: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 0 15px;
  margin: 0 0 20px;
}
.page--faq .block--faq-detail .txt {
  padding-top: 0;
}
.page--faq .block--faq-detail .txt a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
  color: #f00;
  font-weight: bold;
}
.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;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  position: relative;
  bottom: 2px;
}
.page--faq .block--contact a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page--questionnaire .section--detail {
  padding: 0 6%;
}
.page--questionnaire .section--detail .section-tit {
  font-size: 30px;
  font-weight: 600;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", 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--entry {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.page--entry .tit {
  font-family: HelveticaNeue, Helvetica, sans-serif;
  text-align: center;
  margin-bottom: 0;
}
.page--entry .tit.jp {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
}
.page--entry [class^=block--] {
  margin-bottom: 70px;
  position: relative;
  z-index: 2;
}
.page--entry .block--top {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
.page--entry .block--top .logo {
  position: relative;
  width: 70%;
  margin: 0 auto 30px;
}
.page--entry .block--contents {
  position: relative;
  z-index: 4;
}
.page--entry .block--contents .block-tit {
  color: inherit;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
  position: relative;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  text-align: center;
}
.page--entry .block--contents .txt--sub {
  font-size: 12px;
}
.page--entry .block--contents .list--contents__introduction {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 70px;
}
.page--entry .block--contents .list--contents__introduction li {
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  margin-bottom: 20px;
}
.page--entry .block--contents .list--contents__introduction li .tit {
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
}
.page--entry .block--contents .list--contents__introduction li .txt--sub {
  font-family: initial;
  line-height: 1.6;
  margin-top: 0.8em;
}
.page--entry .block--device .list--payment {
  width: 100%;
}
.page--entry .block--device .txt--sub {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.page--entry .block--device .note {
  margin: -20px auto 0;
}
.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;
}

.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 {
  font-weight: bold;
  background: #c00;
}

.page--game .block-tit {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.page--game .list--game li {
  margin-bottom: 20px;
  -webkit-transition: opacity 0.3s 0.4s, -webkit-transform 0.3s 0.4s;
  transition: opacity 0.3s 0.4s, -webkit-transform 0.3s 0.4s;
  transition: opacity 0.3s 0.4s, transform 0.3s 0.4s;
  transition: opacity 0.3s 0.4s, transform 0.3s 0.4s, -webkit-transform 0.3s 0.4s;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.page--game .list--game li a {
  border-width: 4px;
  font-size: 22px;
  font-weight: 500;
  margin: 0;
}
.page--game .list--game li.blank a {
  opacity: 0.2;
  pointer-events: none;
}

.loaded .page--game .block-tit, .loaded .page--game .list--game li {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.page--puzzle {
  line-height: 2;
}
.page--puzzle .main-tit {
  width: 100%;
}
.page--puzzle .main-tit img {
  pointer-events: none;
}
.page--puzzle .btn--sub {
  border-width: 2px;
  font-size: 22px;
  font-weight: 500;
  margin: 1.5em 0;
}
.page--puzzle .btn .btn--push {
  display: block;
  text-align: center;
  border: 1px solid #ccc;
  font-size: 14px;
  color: #000;
  line-height: 1;
  padding: 10px 0;
  background: #ccc;
  border-radius: 0px;
}
.page--puzzle .btn a {
  font-size: 16px;
  margin: 10px 0;
}
.page--puzzle .btn.closeSW a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.3;
  padding: 14px 10px;
}
.page--puzzle .btn a, .page--puzzle .popup .list--method dt {
  letter-spacing: 0.09em;
  font-weight: 700;
}
.page--puzzle .btn.closeSW a {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.page--puzzle .btn + .caption {
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 10%;
}
.page--puzzle .lead {
  line-height: 1.8;
  text-align: center;
  font-weight: bold;
}
.page--puzzle .list--howto > li {
  margin: 0 0 40px;
}
.page--puzzle .list--howto li .tit {
  margin: 0 0 15px;
  font-weight: bold;
}
.page--puzzle .list--howto li .txt {
  padding: 20px 5%;
  line-height: 1.8;
  font-size: 13px;
  letter-spacing: 0.05em;
  background: rgba(255, 255, 255, 0.15);
  padding: 5%;
}
.page--puzzle .list--howto li .txt .ph {
  text-align: center;
}
.page--puzzle .list--attention {
  padding: 2.5% 0 8.5%;
}
.page--puzzle .list--attention li {
  text-indent: -17px;
  padding: 5% 0 0 17px;
  font-size: 11px;
  line-height: 1.6;
}
.page--puzzle .list--attention .fas {
  display: inline;
}
.page--puzzle .icon {
  color: #B91919;
}
.page--puzzle .popup {
  display: none;
  width: 100%;
  height: 100%;
  background: #333;
  color: #fff;
  padding: 60px 8%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: none;
  transition: none;
}
.page--puzzle .popup h3 {
  margin: 0 0 30px;
}
.page--puzzle .popup h3 span {
  color: #fff;
  font-size: 16px;
}
.page--puzzle .popup .list--method dt {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin: 0 0 5px;
}
.page--puzzle .popup .list--method dd {
  font-size: 12px;
  line-height: 1.9;
  letter-spacing: 0.05em;
  margin: 0 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 0 20px;
}
.page--puzzle .popup .close {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 2px;
}
.page--puzzle .popup .close::before, .page--puzzle .popup .close::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 13px;
}
.page--puzzle .popup .close::after {
  -webkit-transform: translateY(-20px) rotate(45deg);
          transform: translateY(-20px) rotate(45deg);
  bottom: 4px;
}
.page--puzzle .popup .close::before {
  -webkit-transform: translateY(20px) rotate(-45deg);
          transform: translateY(20px) rotate(-45deg);
  top: 4px;
}
.page--puzzle .popup-inenr {
  margin: 0 0 20px;
}
.page--puzzle .btn .btn--push {
  min-width: 240px;
  margin: 0 auto;
  width: 100%;
  font-weight: normal;
  font-size: 12px;
  padding: 15px;
}
.page--puzzle .btn.closeSW a {
  background: transparent;
  color: #ccc;
  border: 1px solid #ccc;
  font-size: 14px;
  letter-spacing: 3px;
  padding: 14px 0 14px 5px;
  height: auto;
  border-radius: 0;
  display: inline-block;
  width: 240px;
}
.page--puzzle .tit + p {
  padding: 0 0 5%;
}

.page--introduction .section--detail {
  width: 65%;
  padding: 0;
  max-width: 800px;
  margin-inline: auto;
  line-height: 1.8;
  position: relative;
  z-index: 100;
  padding-bottom: 300px;
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .page--introduction .section--detail {
    width: 85%;
  }
}
.page--introduction .block-tit {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
.page--introduction .logo {
  padding-top: 80px;
  margin-bottom: 40px;
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .page--introduction .logo {
    width: 100% !important;
  }
}
.page--introduction .logo img {
  width: 350px;
  display: block;
  margin-inline: auto;
}
.page--introduction .lead {
  font-size: 14px;
  margin-bottom: 40px;
}
.page--introduction .qr {
  background: rgba(182, 170, 172, 0.2);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  width: 70%;
  padding: 30px 40px;
  color: #fff;
  margin-inline: auto;
  margin-bottom: 40px;
}
.page--introduction .qr .box-left {
  width: 20%;
  margin-right: 30px;
}
.page--introduction .qr .box-right {
  width: calc(70% - 30px);
}
.page--introduction .qr .box-right .txt {
  font-size: 14px;
}
.page--introduction .list--contents__introduction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
}
.page--introduction .list--contents__introduction li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 40px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.9);
}
.page--introduction .list--contents__introduction li:nth-child(2n) {
  margin-right: 0;
}
.page--introduction .list--contents__introduction li .tit {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 18px;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 0;
  font-weight: bold;
}
.page--introduction .list--contents__introduction li .txt {
  font-size: 13px;
}
.page--introduction footer .inner {
  display: block;
  width: 65%;
  padding: 0;
  max-width: 800px;
  margin: 0 auto 80px;
}

.page--first_login {
  /*アコーディオン全体*/
  /*アコーディオンタイトル*/
  /*アイコンの＋と×*/
  /*　closeというクラスがついたら形状変化　*/
  /*アコーディオンで現れるエリア*/
}
.page--first_login .section-tit {
  color: #fff;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 25px;
  line-height: 1.4em;
  margin-bottom: 100px;
  text-align: center;
  font-weight: bold;
}
.page--first_login .section-tit .item--attention {
  display: inline-block;
  margin-bottom: 10px;
  border-bottom: solid 1px;
}
.page--first_login .item--attention {
  color: #ff3d3d;
}
.page--first_login .tit {
  font-size: 20px;
  margin-bottom: 30px;
}
.page--first_login .block--lead {
  margin-bottom: 100px;
}
.page--first_login .block--lead .txt {
  margin-bottom: 1.5em;
}
.page--first_login .block--attention {
  padding: 1em;
  border: 1px solid #34302B;
  background: #fefefe;
  color: #000;
  margin-bottom: 2em;
}
.page--first_login .block--attention .list--txt {
  text-indent: -1em;
}
.page--first_login p.txt {
  margin-bottom: 1em;
}
.page--first_login .section--detail .tit {
  font-size: 14px !important;
  margin-bottom: 0.4em;
}
.page--first_login .step ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.page--first_login .step ul li {
  position: relative;
}
.page--first_login .step ul > li {
  text-align: center;
}
.page--first_login .step ul li .step--icon {
  width: 12%;
  max-width: 58px;
  margin-bottom: 1em;
}
.page--first_login .step ul li span {
  font-weight: 600;
  font-size: 14px;
}
.page--first_login .step ul > li span {
  display: block;
  color: #fff;
  text-align: center;
}
.page--first_login .step ul > li span.txt--sub {
  color: #fff;
  text-align: left;
}
.page--first_login .step ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.page--first_login img {
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  line-height: 0;
}
.page--first_login .step ul > li p {
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.page--first_login .step ul li .arrow {
  bottom: -22px;
  left: 50%;
  width: 10px;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}
.page--first_login .section--inner .block--step .list--step > li {
  margin-bottom: 30px;
  padding: 5%;
}
.page--first_login .block--step li .list-tit {
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
  border-bottom: solid 1px #a1a1a1;
  font-weight: 600;
}
.page--first_login .block--step li span {
  margin-right: 1em;
  padding: 5px 10px 2px;
  background-color: #cf4f46;
  color: #fff;
}
.page--first_login .block--step #step1 figure {
  padding: 10px;
}
.page--first_login .block--step .list--step > li {
  margin-bottom: 30px;
  padding: 5%;
}
.page--first_login .block--step li .thumb {
  margin-bottom: 30px;
}
.page--first_login .block--step .list--step > li figure {
  text-align: center;
}
.page--first_login .block--step li figure {
  border: 1px solid #34302B;
}
.page--first_login .thumb {
  position: relative;
  line-height: 0;
  border: 1px solid #000;
}
.page--first_login .list--step > li {
  color: #414141;
}
.page--first_login .block--step .list--step > li .txt--link {
  text-decoration: underline;
}
.page--first_login .block--step .list--step {
  background: #fff !important;
}
.page--first_login .list--txt__q {
  margin-bottom: 1.2em;
}
.page--first_login .list--txt__q li {
  margin-left: -1em;
  text-indent: -1em;
}
.page--first_login .list--txt__q li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 1.2em 2em 1.2em 2em;
  border-radius: 8px;
  background-color: #000;
  color: #fff;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0em;
  line-height: 1.5;
}
.page--first_login .list--txt__q li a::after {
  content: "\f105";
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  right: 5px;
  font-family: "Font Awesome 5 Free";
  font-size: 11px;
}
.page--first_login .list--txt li:first-of-type {
  margin-top: 0.6em;
}
.page--first_login .list--txt li {
  margin-bottom: 1em;
  text-indent: -1em;
  padding-left: 1em;
}
.page--first_login .btn {
  text-align: center;
}
.page--first_login .block--step .btn.entry .btn--main {
  padding: 0.8em 1em;
}
.page--first_login .btn--main {
  min-width: 300px;
  margin-top: 1em;
  padding: 0.8em 1em;
  font-size: 13px;
  background: #f3f1f1;
  color: #515151;
  border: solid 1px #f3f1f1;
  height: inherit !important;
  line-height: inherit !important;
}
.page--first_login .btn--main {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.page--first_login .txt--sub {
  font-size: 11px;
}
.page--first_login .accordion-area .block--attention {
  border: 0;
  border-radius: 5px;
  background: #f5f5f5;
  text-align: left;
  color: #414141;
}
.page--first_login .accordion-area .block--attention .tit {
  font-size: 16px;
  font-weight: bold;
  color: #414141;
}
.page--first_login .accordion-area .block--attention {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.page--first_login .accordion-area .block--attention .list--txt li,
.page--first_login .accordion-area .block--attention ul.txt li {
  text-align: left;
  color: #414141;
}
.page--first_login .accordion-area {
  list-style: none;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.page--first_login .accordion-area li {
  margin: 10px 0;
}
.page--first_login .accordion-area article {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.page--first_login .accordion-area h3 span.step {
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  padding: 2px 20px 0;
  margin-bottom: 10px;
}
.page--first_login .title {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  padding: 3% 50px 3% 50px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: rgba(255, 255, 255, 0.3);
}
.page--first_login .title a p {
  color: #fff !important;
}
.page--first_login .title::before,
.page--first_login .title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #fff;
}
.page--first_login .title::before {
  top: 48%;
  right: 15px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.page--first_login .title::after {
  top: 48%;
  right: 15px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.page--first_login .title.close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page--first_login .title.close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.page--first_login .box {
  display: none; /*はじめは非表示*/
  background: #fff;
  /*  margin:0 3% 3% 3%; */
  padding: 3%;
}
.page--first_login .title p {
  font-size: 13px;
}
.page--first_login .box .txt {
  font-weight: normal;
  text-align: left;
  color: #414141 !important;
}
.page--first_login .box .list--txt li {
  padding-left: 0;
}
.page--first_login span.icon {
  position: absolute;
  top: 7px;
  left: 10px;
}
.page--first_login .size {
  font-size: 2.5em;
  line-height: 1.8em;
}
.page--first_login .size2 {
  font-size: 2.5em;
  line-height: 2.5em;
}
.page--first_login h2 {
  text-align: center;
  margin: 30px 0;
  font-size: 1rem;
}
.page--first_login .txt {
  color: #fff !important;
}
.page--first_login .step h5.tit {
  text-align: center;
  font-size: 20px;
}
.page--first_login .pd1em {
  padding-left: 1em;
}

/* page--error
------------------------------ */
.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;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a {
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* common.scss
  ============================== */
  .pc {
    display: none !important;
  }
  .btn--main, .moreBtn {
    min-width: 90%;
  }
  /* page--error
  ------------------------------ */
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 960px) {
  .btn--main, .moreBtn {
    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) {
  footer {
    padding: 40px 6%;
  }
  .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;
  }
  .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) {
  .wrap {
    padding: 120px 0;
    position: relative;
  }
  .tit-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -webkit-box-align: flex-end;
    -ms-flex-align: end;
        align-items: flex-end;
    margin-bottom: 20px;
  }
  .section--list {
    padding: 0 6%;
    width: 100%;
  }
  .section--detail {
    padding: 0 6%;
    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;
  }
  .drawer .drawer-inner {
    overflow-y: scroll;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 960px) {
  .drawer .drawer-inner {
    padding: 15vw 6% 7vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .drawer [class^=nav--] li {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 960px) {
  .drawer .nav--login h1.logo {
    width: 52vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .drawer-visible .drawer .nav--sns::after {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .drawer-visible .nav--sns li a i {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  .page--home .wrap {
    padding-bottom: 0;
    padding-top: 0;
  }
  .page--home footer {
    padding: 0 0 20px;
    z-index: 10;
  }
  .page--home footer .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 6%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 960px) {
  .page--home footer .inner {
    padding: 0 5%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .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;
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  .page--home footer .list--support dt::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .page--home footer .list--support dt.open::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .page--home footer .list--support dt.open::after {
    -webkit-transform: rotate(-45deg);
            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;
  }
  .page--home .section--banner .swiper-container {
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 960px) {
  .page--home .section--banner .swiper-container {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--banner .list--bnr li a {
    display: block;
  }
  .page--home .section--banner .list--bnr li a img {
    vertical-align: bottom;
  }
  .page--home .section--banner.no-swiper .list--bnr li {
    width: 100%;
  }
  .page--home .section--banner.no-swiper .swiper-pagination-clickable .swiper-pagination-bullet {
    display: none;
  }
  body:not(.page--home) .logo {
    width: 19vw;
  }
  .page--info .tit-wrap {
    display: block !important;
    margin-bottom: 40px;
  }
  .page--info .block--share {
    margin: 10px 0 30px;
  }
  .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--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--blog .list--blog .date {
    margin-bottom: 8px;
  }
  .page--blog .section--detail .detail__btn {
    margin-top: 0;
  }
  .page--diagnosis .block--title {
    width: 80%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 960px) {
  .page--diagnosis .block--title {
    width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--diagnosis .block--txt {
    font-size: 13px;
  }
  .page--diagnosis .block--txt .txt {
    padding-top: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 960px) {
  .page--diagnosis .block--txt .txt {
    width: 60%;
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--diagnosis .section--list {
    padding: 0 6%;
  }
  .page--diagnosis .section--list .block--select {
    margin-top: 3em;
  }
  .page--diagnosis .section--list .block--select .list--form dt {
    font-size: 1.1rem;
  }
  .page--diagnosis .section--list .block--select .list--form .list--questions li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .page--diagnosis .section--detail .odometer.odometer-auto-theme .odometer-digit, .page--diagnosis .section--detail .odometer.odometer-theme-minimal .odometer-digit {
    width: 1em;
  }
  .page--diagnosis .section--detail .odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .page--diagnosis .section--detail .odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon-inner {
    text-align: right !important;
  }
  .page--diagnosis .section--detail.result .rate {
    padding-top: 34%;
    padding-left: 0;
  }
  .page--diagnosis .section--detail.result .rate::before {
    width: 110%;
    height: 110%;
    top: 0;
    right: 0;
  }
  .page--diagnosis .section--detail.result .rate .numb {
    font-size: 14vw;
  }
  .page--diagnosis .section--detail.result .odometer-digit:last-of-type::after {
    font-size: 7vw;
    bottom: 20%;
  }
  .page--diagnosis .section--detail.result .odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner {
    left: -8px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .page--diagnosis .section--detail.result .block--special_contents {
    margin-top: 30px;
  }
  .page--diagnosis .section--detail .block--share_diagnosis .tit {
    font-size: 18px;
  }
  .page--diagnosis .section--detail .block--share_diagnosis .list--share {
    width: 60%;
  }
  .page--diagnosis .section--detail .block--share_diagnosis .list--share li a {
    width: 15vw;
    height: 15vw;
  }
  .page--diagnosis.error .wrap::before {
    left: -33vw;
    width: 70vw;
    height: 60vw;
    bottom: -22vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 960px) {
  .page--diagnosis.error .wrap::before {
    left: -26vw;
    width: 68vw;
    bottom: -23vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--diagnosis.error .wrap::after {
    width: 120vw;
    height: 60vw;
    bottom: -20vw;
    right: -54vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 960px) {
  .page--diagnosis.error .wrap::after {
    width: 92vw;
    bottom: -21vw;
    right: -44vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .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--first_login .section-tit {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.5em;
  }
  .page--first_login .section-tit .item--attention {
    font-size: 16px;
    line-height: 1.4;
  }
  .page--first_login .tit {
    font-size: 18px;
  }
  .page--first_login .txt {
    padding: 0;
    line-height: 1.7;
  }
  .page--first_login .txt--sub {
    text-indent: -1em;
    padding-left: 1em;
  }
  .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;
  }
  .wrap {
    padding-top: 140px;
  }
  .btn--sub {
    padding: 0;
  }
  .block--pager {
    font-size: 15px;
  }
  .block--pager .pager__item--other {
    width: auto;
  }
  .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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        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=fansite-service.css.map */