@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: #888;
}

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

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

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

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

/* input */
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
input[type=time],
input[type=date] {
  font-family: YakuHanJP, -apple-system, "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  -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(0, 0, 0, 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: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
}
@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: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
}
@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: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
}
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: YakuHanJP, -apple-system, "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  -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(0, 0, 0, 0.4);
  padding: 1em 0.5em;
  height: auto;
  line-height: 1.6;
}
@media screen and (min-width: 961px) {
  textarea {
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  textarea {
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  textarea {
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
}
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 #000;
  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: YakuHanJP, -apple-system, "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  -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(0, 0, 0, 0.4);
  padding: 1em 0.5em;
  padding-right: 2.5em;
}
@media screen and (min-width: 961px) {
  .form__select select {
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select select {
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .form__select select {
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
}
.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(0, 0, 0, 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(0, 0, 0, 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(0, 0, 0, 0.4);
  background-color: #fff;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__radio :checked ~ p::before {
  border-color: rgba(0, 0, 0, 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
* ============================================================ */
/* base
============================== */
html {
  padding: 0;
  font-size: 62.5%;
}

html, body {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  background: #FFF500;
  color: #000;
  font-family: YakuHanJP, -apple-system, "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  word-wrap: break-word;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 961px) {
  body {
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  body {
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
}
body::before {
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  background-position: center center;
  z-index: -1;
}

.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 0;
  min-height: 100vh;
}

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

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

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

::-moz-selection {
  background: rgba(106, 106, 106, 0.2);
  color: #000;
}

::selection {
  background: rgba(106, 106, 106, 0.2);
  color: #000;
}

::-moz-selection {
  background: rgba(106, 106, 106, 0.2);
  color: #000;
}

.svg-symbol {
  display: none;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.red {
  color: #c31515;
}

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

.txt--sub {
  font-size: 11px;
  line-height: 1.3;
}

.txt--jp {
  font-family: YakuHanJP, -apple-system, "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 961px) {
  .txt--jp {
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .txt--jp {
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .txt--jp {
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
}

.txt--en {
  font-family: "Road Rage", "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
}

i {
  font-family: "Font Awesome 5 Free";
}

.content-main {
  min-height: 100%;
}

.section-tit {
  font-family: "Road Rage", "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.03em;
  color: #6A6A6A;
  z-index: 10;
  position: relative;
  text-align: center;
}

.date {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  color: #000;
}

.tit {
  line-height: 1.5;
  word-break: break-word;
  font-weight: 600;
}

span.br {
  display: inline-block;
}

.writer {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
}

.section--list .no-data {
  font-size: 3rem;
}

.section--list,
.section--detail {
  position: relative;
  margin: 0 auto;
}
.section--list .detail__btn,
.section--detail .detail__btn {
  text-align: center;
  display: block;
}
.section--list .tit,
.section--detail .tit {
  font-weight: 600;
}

.list__more a {
  font-size: 2rem;
  display: inline-block;
  font-family: "Road Rage", "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 1;
}
.list__more span {
  display: inline-block;
  -webkit-clip-path: polygon(0 0, 100% 20%, 100% 80%, 0% 100%);
          clip-path: polygon(0 0, 100% 20%, 100% 80%, 0% 100%);
  background-color: #000;
  width: 32px;
  height: 32px;
  padding: 2px;
  vertical-align: middle;
  padding: 7px 6px 6px;
}
.list__more span svg {
  width: 20px;
  height: 16px;
  fill: #FFF500;
  vertical-align: middle;
}

.list__detail {
  border-radius: 3em;
  border: 1px solid #6A6A6A;
  text-align: center;
}
.list__detail a {
  display: inline-block;
  font-family: "Road Rage", "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
  -webkit-transition: opacity 0.3s ease-in 0.3s, letter-spacing 0.3s;
  transition: opacity 0.3s ease-in 0.3s, letter-spacing 0.3s;
}
.list__detail .arrow {
  width: 9px;
  height: 12px;
}

.list__txt li {
  margin-bottom: 1em;
  padding-left: 1em;
  text-indent: -1em;
}
.list__txt li:first-of-type {
  margin-top: 0.6em;
}
.list__txt li:last-of-type {
  margin-bottom: 0;
}

.list--attention li {
  margin-bottom: 8px;
  padding-left: 1em;
  text-indent: -1em;
}
.list--attention li:last-of-type {
  margin-bottom: 0;
}

.list--tag li {
  display: inline-block;
  margin-right: 0.3em;
}
.list--tag a {
  display: block;
  color: #000;
  background-color: rgba(204, 187, 0, 0.7);
  border-radius: 2em;
  line-height: 1;
  text-align: center;
  padding: 0.8em 1em 0.8em;
}

.no-data {
  width: 100%;
  margin: 2em auto 0;
  font-family: "Road Rage", "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  text-align: center;
}

.modal {
  display: none;
}

.modaal-overlay {
  background-color: #000 !important;
  opacity: 0.9 !important;
}

.modaal-close:before, .modaal-close:after {
  background: #fff;
}

.modal--close {
  font-size: 2.8em;
  line-height: 1;
  padding: 5px 10px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.modal--contents {
  background: #F0F0F0;
  color: #131212;
  width: 100%;
  max-height: 80vh;
  display: inline-block;
  vertical-align: middle;
  overflow-y: scroll;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.modal--contents .inner {
  padding: 50px 6%;
  text-align: left;
}
.modal--contents .inner .edition + .edition {
  margin-top: 24px;
}
.modal--contents .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1em;
}
.modal--contents .inner ul li {
  margin: 2px;
  text-align: center;
}
.modal--contents .inner a {
  display: block;
  border: 1px solid #e4e4e4;
}
.modal--contents .inner a img {
  width: 100%;
  vertical-align: top;
}
.modal--contents .inner .tit {
  font-size: 1.6rem;
  margin-bottom: 0.3em;
  font-weight: 600;
}

.block--pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin: 2em auto 0;
  font-size: 2.4rem;
  text-align: center;
  font-family: "Road Rage", "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
}
.block--pager li {
  position: relative;
  margin: 0 0.6em;
}
.block--pager a {
  display: block;
  position: relative;
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.block--pager .pager__item--number {
  color: #FFF500;
  text-align: center;
}
.block--pager .pager__item--newer {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0;
  top: 0;
  left: 0;
  margin-left: 0;
}
.block--pager .pager__item--newer a, .block--pager .pager__item--newer span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.block--pager .pager__item--newer .arrow {
  -webkit-transform: scale(-1, 1) translateY(4px);
          transform: scale(-1, 1) translateY(4px);
}
.block--pager .pager__item--older {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0;
  top: 0;
  right: 0;
  margin-right: 0;
}
.block--pager .pager__item--older a, .block--pager .pager__item--older span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.block--pager .pager__item--older .arrow {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
.block--pager .pager__item--newer::before,
.block--pager .pager__item--older::before {
  display: none !important;
}
.block--pager .pager__item--newer .arrow,
.block--pager .pager__item--older .arrow {
  display: inline-block;
  -webkit-clip-path: polygon(0 0, 100% 20%, 100% 80%, 0% 100%);
          clip-path: polygon(0 0, 100% 20%, 100% 80%, 0% 100%);
  background-color: #000;
  width: 32px;
  height: 32px;
  padding: 2px;
  vertical-align: middle;
  vertical-align: unset;
}
.block--pager .pager__item--newer .arrow svg,
.block--pager .pager__item--older .arrow svg {
  width: 20px;
  height: 16px;
  fill: #FFF500;
  vertical-align: middle;
}
.block--pager .pager__item--newer .arrow.opacity,
.block--pager .pager__item--older .arrow.opacity {
  opacity: 0.3;
  vertical-align: top;
  padding-top: 8px;
}
.block--pager .pager__item--newer .arrow.opacity svg,
.block--pager .pager__item--older .arrow.opacity svg {
  vertical-align: top;
}
.block--pager .pager__item--current {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  color: #000;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
}
.block--pager .pager__item--current span {
  display: block;
  width: 100%;
  height: 100%;
}
.block--pager .pager__item--current .opacity {
  opacity: 0.3;
}

.block--pager__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 auto 3em;
}
.block--pager__detail .pager__item--newer,
.block--pager__detail .pager__item--older,
.block--pager__detail .pager__item--list {
  margin: 0 1em;
}
.block--pager__detail .pager__item--newer a, .block--pager__detail .pager__item--newer span,
.block--pager__detail .pager__item--older a,
.block--pager__detail .pager__item--older span,
.block--pager__detail .pager__item--list a,
.block--pager__detail .pager__item--list span {
  display: block;
  font-family: "Road Rage", "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
}
.block--pager__detail .pager__item--newer span,
.block--pager__detail .pager__item--older span,
.block--pager__detail .pager__item--list span {
  opacity: 0.3;
}
.block--pager__detail .pager__item--newer a, .block--pager__detail .pager__item--newer span {
  color: #fff;
}
.block--pager__detail .pager__item--older a, .block--pager__detail .pager__item--older span {
  color: #fff;
}
.block--pager__detail .pager__item--list a {
  color: #fff;
}
.block--pager__detail .detail__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

.swiper {
  overflow: visible;
}

.swiper-container {
  position: relative;
  width: 100%;
  overflow: visible;
  padding-left: 6.15vw;
  padding-right: 17.44vw;
}

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

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

.swiper-button-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-top: 30px;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.swiper-button-wrapper .swiper-button-prev, .swiper-button-wrapper .swiper-button-next {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.swiper-button-wrapper .swiper-button-prev .arrow, .swiper-button-wrapper .swiper-button-next .arrow {
  display: inline-block;
  -webkit-clip-path: polygon(0 0, 100% 20%, 100% 80%, 0% 100%);
          clip-path: polygon(0 0, 100% 20%, 100% 80%, 0% 100%);
  background-color: #000;
  width: 32px;
  height: 32px;
  padding: 2px;
  vertical-align: middle;
  padding: 2px 6px;
}
.swiper-button-wrapper .swiper-button-prev .arrow svg, .swiper-button-wrapper .swiper-button-next .arrow svg {
  width: 20px;
  height: 16px;
  fill: #FFF500;
  vertical-align: middle;
}
.swiper-button-wrapper .swiper-button-prev::after, .swiper-button-wrapper .swiper-button-next::after {
  display: none;
}
.swiper-button-wrapper .swiper-button-prev {
  left: unset;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.swiper-button-wrapper .swiper-button-next {
  right: unset;
}

.form--confirm {
  border: 1px solid #fff;
  background-color: #fff;
  padding: 40px 30px 10px;
  margin: 20px auto 40px;
}
.form--confirm dt {
  margin: 0 0 10px;
  opacity: 0.4;
}
.form--confirm dd {
  margin: 0 0 30px;
}

.btn {
  text-align: center;
}

.btn-base-style, .btn--sub, .btn--main {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border: none;
  position: relative;
  z-index: 1;
}

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

.btn--sub {
  background: #6A6A6A;
  color: #fff;
  height: inherit !important;
  line-height: inherit !important;
  padding: 20px;
  margin: 1em 0;
}

.detail__btn {
  margin: 2em auto 0;
  display: inline-block;
  font-family: "Road Rage", "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  font-size: 2.4rem;
}
.detail__btn a {
  display: inline-block;
}
.detail__btn .arrow {
  display: inline-block;
  -webkit-clip-path: polygon(0 0, 100% 20%, 100% 80%, 0% 100%);
          clip-path: polygon(0 0, 100% 20%, 100% 80%, 0% 100%);
  background-color: #000;
  width: 32px;
  height: 32px;
  padding: 2px;
  vertical-align: middle;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  margin-right: 12px;
}
.detail__btn .arrow svg {
  width: 20px;
  height: 16px;
  fill: #FFF500;
  vertical-align: middle;
}

.list--nav__login li a {
  display: inline-block;
  background-color: #FFF500;
  color: #000;
  font-family: "Road Rage", "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 5px 8px;
  font-size: 4rem;
}
.list--nav__login .nav__item--join a {
  -webkit-clip-path: polygon(11% 10%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(11% 10%, 100% 0, 100% 100%, 0% 100%);
  padding: 5px 16px 2px 23px;
}
.list--nav__login .nav__item--login a {
  -webkit-clip-path: polygon(7% 0, 100% 13%, 94% 100%, 0% 100%);
          clip-path: polygon(7% 0, 100% 13%, 94% 100%, 0% 100%);
  padding: 5px 13px 2px 16px;
}
.list--nav__login .nav__item--mypage a {
  -webkit-clip-path: polygon(0% 0%, 100% 9%, 93% 91%, 7% 100%);
          clip-path: polygon(0% 0%, 100% 9%, 93% 91%, 7% 100%);
  padding: 8px 20px;
}

.list--info.new li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.list--info.new li .flex {
  width: calc(100% - 28px);
}
.list--info li {
  position: relative;
}
.list--info li a {
  display: block;
  position: relative;
}
.list--info li .new {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 48px;
  -webkit-clip-path: polygon(0 12%, 100% 0, 83% 85%, 0 100%);
          clip-path: polygon(0 12%, 100% 0, 83% 85%, 0 100%);
  background-color: #FFF500;
  color: #000;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.1rem;
  text-align: center;
  vertical-align: middle;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding: 8px 5px;
  margin-right: 8px;
}
.list--info li .flex {
  width: 100%;
}

.list--contents, .list--photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list--contents li, .list--photo li {
  position: relative;
}
.list--contents li > a, .list--photo li > a {
  display: block;
  position: relative;
}
.list--contents li .thumb, .list--photo li .thumb {
  position: relative;
}
.list--contents li .thumb img, .list--photo li .thumb img {
  display: block;
  width: 100%;
  height: 100%;
}
.list--contents li.new::after, .list--photo li.new::after {
  content: "NEW";
  display: block;
  position: absolute;
  top: -10px;
  left: -9px;
  width: 54px;
  height: 25px;
  -webkit-clip-path: polygon(3% 0%, 100% 3%, 90% 89%, 10% 100%);
          clip-path: polygon(3% 0%, 100% 3%, 90% 89%, 10% 100%);
  background-color: #000;
  padding: 5px 8px;
  color: #FFF500;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
  z-index: 10;
}
.list--contents .list__txt, .list--photo .list__txt {
  position: relative;
  z-index: 1;
}
.list--contents .list__txt .tit + .txt, .list--photo .list__txt .tit + .txt {
  margin-top: 2vw;
}
.list--contents .list__txt .txt, .list--photo .list__txt .txt {
  line-height: 1.4;
}
.list--contents .date, .list--photo .date {
  line-height: 1.4;
}
.list--contents .tit, .list--photo .tit {
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 4px 0;
}
.list--contents .date, .list--contents .tit, .list--photo .date, .list--photo .tit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
}

.list--contents li {
  margin-bottom: 48px;
}
.list--contents .thumb {
  margin-bottom: 1em;
}
.list--contents .thumb::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/static/ftisland/fansite/common/bg_harftone_base.png);
  background-repeat: repeat;
  background-size: 200px;
  top: 4vw;
  left: 4vw;
  opacity: 0.8;
  z-index: -1;
}

.section-tit + .block--category-list,
.section-tit + .list--contents {
  margin-top: 36px;
}

.list--contents__category li a .thumb {
  padding-top: 100%;
}

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

li.no-data {
  float: none;
  text-align: left;
  width: 100%;
  color: #000;
}

.block--category {
  margin: 2em auto 4em;
}
.block--category .block--nav__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 16px;
}
.block--category .block--nav__category li {
  position: relative;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
}
.block--category .block--nav__category li a {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 8px 3px;
  color: #fff;
  background-color: #6A6A6A;
}
.block--category .block--nav__category li:last-of-type {
  margin-right: 0;
}
.block--category .block--nav__category li.current a {
  pointer-events: none;
  background-color: #000;
}

.section--detail .list--contents {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section--detail > .txt * {
  white-space: normal !important;
  word-break: break-word;
}
.section--detail .block--sub__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: flex-end;
  -ms-flex-align: end;
      align-items: flex-end;
}
.section--detail .block--share {
  margin-top: 1.5em;
  text-align: right;
}
.section--detail .block--share li {
  display: inline-block;
}
.section--detail .block--share li:last-of-type {
  margin-right: 0;
}
.section--detail .block--share li svg {
  position: relative;
}
.section--detail .block--share li.share {
  font-family: "Road Rage", "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  color: #6A6A6A;
  -webkit-transform: translateY(-0.15em);
          transform: translateY(-0.15em);
}

.page--photo .section--detail .list__txt, .page--movie .section--detail .list__txt {
  position: relative;
  z-index: 1;
}
.page--photo .section--detail .date, .page--movie .section--detail .date {
  line-height: 1.4;
}
.page--photo .section--detail .tit, .page--movie .section--detail .tit {
  line-height: 1.25;
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 4px 0;
}
.page--photo .section--detail .date, .page--photo .section--detail .tit, .page--movie .section--detail .date, .page--movie .section--detail .tit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
}
.page--photo .section--detail .list__txt + .txt, .page--movie .section--detail .list__txt + .txt {
  margin-top: 8px;
}
.page--photo .section--detail .txt, .page--movie .section--detail .txt {
  line-height: 1.6;
}

.header {
  position: absolute;
  z-index: 10000;
}
.header .header_inner {
  position: fixed;
  top: 0;
  right: 0;
}
.header .drawer__btn {
  position: relative;
  z-index: 100001;
  -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
  background-color: #000;
  padding: 12px 12px 16px 20px;
}
.header .drawer__btn .drawer__btn-line {
  position: relative;
  width: 30px;
}
.header .drawer__btn .drawer__btn-line svg {
  display: block;
  position: absolute;
  width: inherit;
  height: 5px;
  background-color: #000;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  fill: #FFF500;
}
.header .drawer__btn .drawer__btn-line svg:first-child {
  top: 0;
}
.header .drawer__btn .drawer__btn-line svg:last-child {
  top: 8px;
}
.header .drawer__btn .drawer__btn-inner {
  position: relative;
}
.header .drawer__btn .drawer__btn-inner::after {
  content: "MENU";
  display: block;
  position: absolute;
  font-family: "Road Rage", "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  color: #FFF500;
  font-size: 1.7rem;
  line-height: 1;
  text-indent: 0;
}

.drawer {
  visibility: hidden;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 2;
  width: 100vw;
  height: 100svh;
  height: 100%;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.drawer .drawer-inner {
  overflow-y: auto;
  height: 100svh;
  height: 100%;
  margin: 0 auto;
  background-color: #000;
  color: #fff;
}
.drawer .drawer-inner .g-nav {
  width: 100%;
  margin: 0 auto;
}
.drawer .drawer-inner .g-nav ul.list--nav__contents li a {
  font-family: "Road Rage", "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
}
.drawer .drawer-inner .g-nav .nav-tit {
  font-family: "Road Rage", "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
  border-bottom: 1px solid rgba(22, 74, 113, 0.2);
}
.drawer .drawer-inner .g-nav .list--nav__login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2em;
}

body.drawer-visible .drawer {
  right: 0;
  visibility: visible;
  z-index: 3;
}
body.drawer-visible .header .drawer__btn {
  background-color: #FFF500;
}
body.drawer-visible .header .drawer__btn .drawer__btn-line svg {
  outline: 0.5px solid #FFF500;
  background-color: #FFF500;
  fill: #000;
  top: 4px;
}
body.drawer-visible .header .drawer__btn .drawer__btn-line svg:first-child {
  -webkit-transform: rotate(14deg);
  transform: rotate(14deg);
}
body.drawer-visible .header .drawer__btn .drawer__btn-line svg:last-child {
  -webkit-transform: rotate(-14deg);
  transform: rotate(-14deg);
}
body.drawer-visible .header .drawer__btn .drawer__btn-inner::after {
  content: "CLOSE";
  color: #000;
}

footer {
  position: relative;
}
footer .inner {
  margin: 0 auto;
}
footer .list--support dt {
  position: relative;
  font-family: "Road Rage", "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  color: #000;
}
footer .list--support dt .triangle {
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  position: absolute;
  fill: #FFF500;
  width: 20px;
  height: 20px;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
footer .list--support dt.open .triangle {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
footer .copyright {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  font-size: 1.2rem;
  text-align: center;
}

body:not(.page--home) footer {
  position: sticky;
  top: 100vh;
}
body:not(.page--home) footer .inner {
  padding-top: 40px;
}
body:not(.page--home) footer .list--support {
  display: none;
}
body:not(.page--home) footer .copyright {
  text-align: center;
}

.page--home .section--info .bg,
.page--info .section--list .bg,
.page--info .section--detail .bg,
.page--error .section--detail .bg {
  position: relative;
  background-color: #fff;
  padding: 24px 6.15vw;
}
.page--home .section--info .bg::before, .page--home .section--info .bg::after,
.page--info .section--list .bg::before,
.page--info .section--list .bg::after,
.page--info .section--detail .bg::before,
.page--info .section--detail .bg::after,
.page--error .section--detail .bg::before,
.page--error .section--detail .bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 74px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
}
.page--home .section--info .bg::before,
.page--info .section--list .bg::before,
.page--info .section--detail .bg::before,
.page--error .section--detail .bg::before {
  background-image: url(/static/ftisland/fansite/common/parts_info_bg_top.png);
  bottom: calc(100% - 1px);
}
.page--home .section--info .bg::after,
.page--info .section--list .bg::after,
.page--info .section--detail .bg::after,
.page--error .section--detail .bg::after {
  background-image: url(/static/ftisland/fansite/common/parts_info_bg_bottom.png);
  top: calc(100% - 1px);
}
.page--home .section--info .bg.new,
.page--info .section--list .bg.new,
.page--info .section--detail .bg.new,
.page--error .section--detail .bg.new {
  padding-right: 4vw;
  padding-left: 4vw;
}

.page--info .detail__btn,
.page--info .block--pager,
.page--blog .detail__btn,
.page--blog .block--pager {
  margin-top: 5em;
}

.page--home .section--blog .bg,
.page--blog .section--list .list--blog .bg,
.page--blog .section--detail .bg {
  position: relative;
  background-color: #000;
  color: #fff;
  padding: 40px 6.15vw 24px;
}
.page--home .section--blog .bg::before, .page--home .section--blog .bg::after,
.page--blog .section--list .list--blog .bg::before,
.page--blog .section--list .list--blog .bg::after,
.page--blog .section--detail .bg::before,
.page--blog .section--detail .bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 25px;
  position: absolute;
  left: 0;
  background-color: #000;
}
.page--home .section--blog .bg::before,
.page--blog .section--list .list--blog .bg::before,
.page--blog .section--detail .bg::before {
  -webkit-clip-path: polygon(0 98%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 98%, 100% 0, 100% 100%, 0% 100%);
  bottom: 99.9%;
}
.page--home .section--blog .bg::after,
.page--blog .section--list .list--blog .bg::after,
.page--blog .section--detail .bg::after {
  height: 44px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 25% 35%, 25% 100%, 16% 28%, 0 10%);
          clip-path: polygon(0 0, 100% 0, 100% 95%, 25% 35%, 25% 100%, 16% 28%, 0 10%);
  top: 99.9%;
}
.page--home .section--blog .thumb,
.page--blog .section--list .list--blog .thumb,
.page--blog .section--detail .thumb {
  margin-bottom: 24px;
}
.page--home .section--blog .tit,
.page--blog .section--list .list--blog .tit,
.page--blog .section--detail .tit {
  margin-bottom: 16px;
}
.page--home .section--blog .flex,
.page--blog .section--list .list--blog .flex,
.page--blog .section--detail .flex {
  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;
}
.page--home .section--blog .block--sub__info,
.page--blog .section--list .list--blog .block--sub__info,
.page--blog .section--detail .block--sub__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
.page--home .section--blog .date,
.page--blog .section--list .list--blog .date,
.page--blog .section--detail .date {
  color: #fff;
}

.page--home .section--blog .new,
.page--blog .section--list .list--blog .new {
  display: inline-block;
  position: relative;
  width: 42px;
  height: 18px;
  -webkit-clip-path: polygon(3% 0%, 100% 3%, 90% 89%, 10% 100%);
          clip-path: polygon(3% 0%, 100% 3%, 90% 89%, 10% 100%);
  background-color: #FFF500;
  color: #000;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.1rem;
  text-align: center;
  padding: 1px 8px 1px;
  margin-left: 4px;
  vertical-align: middle;
}

.page--home .wrap {
  overflow: hidden;
}
.page--home .content-main {
  padding: 0;
}
.page--home .section--mainvisual .logo {
  position: inherit;
  top: 10vh;
  left: 10px;
  width: min(70vw, 280px);
  margin-bottom: 110px;
}
.page--home .section--mainvisual .logo span {
  display: block;
  position: absolute;
  left: -9999em;
}
.page--home .section--mainvisual .logo svg {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  fill: #000;
  top: 0;
  left: -2px;
}
.page--home .section--mainvisual .block--mainvisual {
  position: relative;
  margin-right: 6.15vw;
  pointer-events: none;
}
.page--home .section--mainvisual .block--mainvisual img {
  position: relative;
  vertical-align: top;
  width: 100%;
}
.page--home .section--mainvisual .block--mainvisual .mainvisual {
  pointer-events: none;
  margin-right: 4vw;
}
.page--home .section--mainvisual .block--mainvisual .mainvisual > img {
  z-index: 1;
}
.page--home .section--mainvisual .block--mainvisual .mainvisual::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(/static/ftisland/fansite/common/bg_harftone_base.png);
  background-repeat: repeat;
  background-size: 200px;
  mix-blend-mode: multiply;
  top: 4vw;
  left: 4vw;
  z-index: 1;
}
.page--home .section--mainvisual .block--mainvisual .halftone {
  position: absolute;
  top: 4vw;
  right: 0;
  margin-left: 4vw;
}
.page--home .section--mainvisual .block--mainvisual .halftone img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.page--home .section--mainvisual .block--login {
  position: relative;
  margin-top: 40px;
  margin-right: 4vw;
}
.page--home .section--mainvisual .block--login .list--nav__login li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.page--home .section--mainvisual .block--login .list--nav__login li a {
  background-color: #000;
  color: #FFF500;
}
.page--home .section--mainvisual .block--login .list--nav__login li + li {
  margin-top: 8px;
}
.page--home .list__more .arrow {
  margin-left: 8px;
}
.page--home .section--bnr {
  margin: 22vw 0;
}
.page--home .section--bnr.no-carousel .swiper-container {
  padding-right: 8vw;
}
.page--home .section--bnr.no-carousel .swiper-button-wrapper {
  display: none;
}
.page--home .section--bnr .swiper-area {
  position: relative;
  overflow: hidden;
}
.page--home .section--bnr .list--bnr li a {
  display: block;
}
.page--home .section--bnr .list--bnr li img {
  width: 100%;
}
.page--home .section--bnr .list--bnr li::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/static/ftisland/fansite/common/bg_harftone_base.png);
  background-repeat: repeat;
  background-size: 200px;
  top: 4vw;
  left: 4vw;
  opacity: 0.8;
  z-index: -1;
}
.page--home .section--bnr .swiper-pagination-bullet {
  margin: 0 6px;
}
.page--home .section--info {
  margin: 0 6.15vw 32vw;
}
.page--home .section--info .section-tit {
  text-align: right;
  margin-right: 4vw;
  letter-spacing: 0.05em;
}
.page--home .section--info .list__more {
  margin-top: 1em;
  text-align: right;
}
.page--home .section--info .list__more .arrow {
  padding-top: 4px;
}
.page--home .section--blog {
  margin: 0 6.15vw 30vw;
}
.page--home .section--blog .section-tit {
  top: 25px;
  margin-left: 6.15vw;
  text-align: left;
}
.page--home .section--blog .arrow {
  background-color: #FFF500;
}
.page--home .section--blog .arrow svg {
  fill: #000;
}
.page--home .section--blog .thumb img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.page--home .thumb img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.page--home .section--photo .section-tit, .page--home .section--movie .section-tit {
  color: #5E6973;
  top: 24px;
}
.page--home .section--photo .inner, .page--home .section--movie .inner {
  position: relative;
}
.page--home .section--photo .thumb::before, .page--home .section--movie .thumb::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/static/ftisland/fansite/common/bg_harftone_base.png);
  background-repeat: repeat;
  background-size: 200px;
  top: 4vw;
  left: 4vw;
  opacity: 0.8;
  z-index: -1;
}
.page--home .section--photo .list__txt, .page--home .section--movie .list__txt {
  position: relative;
  text-align: right;
  z-index: 10;
}
.page--home .section--photo .new, .page--home .section--movie .new {
  display: block;
  position: relative;
  width: 42px;
  height: 18px;
  -webkit-clip-path: polygon(3% 0%, 100% 3%, 90% 89%, 10% 100%);
          clip-path: polygon(3% 0%, 100% 3%, 90% 89%, 10% 100%);
  background-color: #FFF500;
  color: #000;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.1rem;
  text-align: center;
  padding: 3px 8px 1px;
  margin-left: auto;
  margin-bottom: 4px;
}
.page--home .section--photo .date, .page--home .section--movie .date {
  line-height: 1.4;
  margin-left: auto;
}
.page--home .section--photo .tit, .page--home .section--movie .tit {
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 4px 0;
}
.page--home .section--photo .date, .page--home .section--photo .tit, .page--home .section--movie .date, .page--home .section--movie .tit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
}
.page--home .section--photo .list__more, .page--home .section--movie .list__more {
  margin-top: 8px;
}
.page--home .section--photo {
  margin-right: 4vw;
  margin-bottom: 24vw;
}
.page--home .section--photo .section-tit {
  text-align: right;
}
.page--home .section--photo .inner .list__txt {
  position: absolute;
  width: 60%;
  bottom: 5%;
  right: 0;
}
.page--home .section--photo .thumb {
  width: 73.8vw;
  margin-right: auto;
}
.page--home .section--photo .new {
  background-color: #000;
  color: #FFF500;
}
.page--home .section--movie {
  margin-left: 4vw;
  margin-bottom: 10vw;
}
.page--home .section--movie .section-tit {
  text-align: left;
}
.page--home .section--movie .inner {
  margin-right: 4vw;
}
.page--home .section--movie .thumb {
  margin-bottom: 2vw;
}
.page--home .section--movie .new {
  margin-top: -24px;
}
.page--home .section--movie .thumb--inner {
  position: relative;
  overflow: hidden;
}
.page--home .section--movie .thumb--inner img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-size: contain;
}
.page--home .section--movie .thumb--inner > img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.page--home .section--movie .thumb--inner .blur {
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  z-index: -1;
  background: #000;
}
.page--home .section--movie .thumb--inner .blur img {
  -webkit-filter: blur(20px);
          filter: blur(20px);
  background-size: cover;
  opacity: 0.3;
}
.page--home .section--game {
  margin-left: 6.15vw;
  margin-right: 6.15vw;
  margin-bottom: 10vw;
}
.page--home .section--game .section-tit {
  top: 10px;
  text-align: left;
  color: #000;
  margin-bottom: 24px;
}
.page--home .section--game .list--game li {
  position: relative;
}
.page--home .section--game .list--game li:not(:last-child) {
  margin-bottom: 24px;
}
.page--home .section--game .list--game li .inner {
  background-color: rgba(204, 187, 0, 0.7);
  color: #fff;
  font-family: "Road Rage", "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 0.8;
  font-size: 7.2rem;
  padding: 56px 6.15vw;
}
.page--home .section--game .list--game li .txt--jp {
  display: inline-block;
  font-size: 3.3rem;
  line-height: 1.4;
  font-weight: 600;
}
.page--home .section--game .list--game li .list__more {
  position: absolute;
  bottom: 0;
  -webkit-transform: scale(2);
          transform: scale(2);
}
.page--home .section--game .list--game li .list__more .arrow {
  margin-left: 0;
}
.page--home .section--game .list--game li:nth-child(odd) .list__more {
  right: -2vw;
  -webkit-transform-origin: right;
          transform-origin: right;
}
.page--home .section--game .list--game li:nth-child(even) .list__more {
  left: -2vw;
  -webkit-transform-origin: left;
          transform-origin: left;
}

.page--info .section-tit {
  letter-spacing: 0.05em;
}
.page--info .section--detail .txt a {
  text-decoration: underline;
}
.page--info .section--list .no-data {
  margin-bottom: 3em;
}
.page--info .section--list > .bg {
  margin-bottom: 8em;
}

.page--photo .list--contents li .thumb {
  aspect-ratio: 1/1;
}
.page--photo .list--contents li .thumb img {
  display: block;
  height: 100%;
}
.page--photo.page--detail .list__txt {
  margin-bottom: 0.75em;
}
.page--photo.page--detail .list__txt .tit + .tit-sub,
.page--photo.page--detail .list__txt .tit-sub + .txt,
.page--photo.page--detail .list__txt .tit + .txt {
  margin-top: 0.75em;
}
.page--photo.page--detail .list--photo .txt {
  margin: 0.25em 4px 0.75em 0;
}
.page--photo .section--list .list--contents:not(.login) .thumb img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.modal-open .drawer__btn {
  pointer-events: none;
}

#swipebox-slider {
  cursor: auto;
}
#swipebox-slider .slide-loading {
  background-image: none !important;
}
#swipebox-slider .slide img {
  max-height: 80%;
}

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

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

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

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

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

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

.video-js .vjs-big-play-button {
  height: 3em;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
}

.video-js .vjs-control-bar {
  background-color: #000000;
}

.video-js .vjs-load-progress {
  background-color: rgba(255, 245, 0, 0.2);
}

.video-js .vjs-load-progress div {
  background-color: rgba(255, 245, 0, 0.2);
}

.vjs-icon-play:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-size: 2em;
  position: absolute;
  top: 24%;
  -webkit-transition: top 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, top 0.3s;
  transition: transform 0.3s, top 0.3s, -webkit-transform 0.3s;
}

.block--player {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  width: 100%;
  background: #000000;
  line-height: 0;
}
.block--player img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.block--player > div {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.block--tab .tab__list {
  font-family: "Road Rage", "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
}

.page--movie .thumb--inner {
  position: relative;
  overflow: hidden;
}
.page--movie .thumb--inner img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-size: contain;
}
.page--movie .thumb--inner .blur {
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  z-index: -1;
  background: #000;
}
.page--movie .thumb--inner .blur img {
  -webkit-filter: blur(20px);
          filter: blur(20px);
  background-size: cover;
  opacity: 0.3;
}
.page--movie .section--list .list--contents:not(.login) .thumb .thumb--inner > img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.page--movie .section--detail .list__txt .date {
  position: relative;
  z-index: 100;
}
.page--movie .section--detail > .list__txt .date {
  margin-bottom: 1px;
}
.page--movie .item--more_movie .thumb::before {
  top: 8px;
  left: 8px;
}
.page--movie .item--more_movie .tit {
  line-height: 1.6;
}

.page--blog .section--list .section-tit + .list--blog {
  margin-top: 4em;
}
.page--blog .section--list .list--blog {
  margin-bottom: 5em;
}
.page--blog .section--list .list--blog li:not(:last-child) {
  margin-bottom: 100px;
}
.page--blog .section--list .list--blog li:nth-child(even) .bg::before {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
          clip-path: polygon(0 0, 0 100%, 100% 100%);
}
.page--blog .section--list .list--blog li:nth-child(even) .bg::after {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 10%, 84% 28%, 75% 100%, 75% 35%, 0 95%);
          clip-path: polygon(0 0, 100% 0, 100% 10%, 84% 28%, 75% 100%, 75% 35%, 0 95%);
}
.page--blog .section--list .list--blog li .arrow {
  background-color: #FFF500;
}
.page--blog .section--list .list--blog li .arrow svg {
  fill: #000;
}
.page--blog .section--list .list--blog:not(.login) .thumb img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.page--blog .section--detail .bg {
  padding-top: 24px;
}
.page--blog .section--detail .block-tit {
  margin-bottom: 24px;
}
.page--blog .section--detail .block-tit .tit {
  margin-bottom: 4px;
}
.page--blog .section--detail .txt {
  color: #fff;
}
.page--blog .section--detail .txt a {
  text-decoration: underline;
}

.page--support .section-tit, .page--faq .section-tit {
  font-family: YakuHanJP, -apple-system, "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  color: #000;
  font-weight: 600;
}
@media screen and (min-width: 961px) {
  .page--support .section-tit, .page--faq .section-tit {
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--support .section-tit, .page--faq .section-tit {
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .page--support .section-tit, .page--faq .section-tit {
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
}

.page--support .tit {
  font-weight: normal;
}
.page--support .list--support > li {
  font-weight: bold;
}
.page--support .list--support a {
  text-decoration: underline;
}
.page--support .list--support dt {
  font-weight: bold;
}

.page--faq .searchBox {
  position: relative;
}
.page--faq .searchBox input[type=text] {
  background: #fff;
  border-radius: 6px;
  width: 100%;
  padding: 1em 1.5em;
  border: none;
}
.page--faq .searchBox input[type=submit] {
  position: absolute;
  z-index: 2;
  border: none;
  border-radius: 30px;
  background: transparent;
  color: #000;
  font-family: FontAwesome;
  cursor: pointer;
}
.page--faq .list--tag {
  white-space: normal;
  margin-bottom: 4em;
}
.page--faq .list--tag li {
  margin-bottom: 10px;
}
.page--faq .tit--category {
  margin-bottom: 4px;
}
.page--faq .tit--category a {
  display: block;
  background-color: #000;
  color: #fff;
  padding: 12px 1em;
}
.page--faq .list--faq li:not(:last-child) {
  margin-bottom: 4px;
}
.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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  background-color: rgba(204, 187, 0, 0.7);
}
.page--faq .list--faq li .txt {
  margin-bottom: 0;
}
.page--faq .list--faq li .icon--a {
  display: none;
}
.page--faq .list--faq li .icon--q {
  display: none;
}
.page--faq .section--list .tit {
  font-weight: normal;
  text-align: left;
}
.page--faq .section--list .btn {
  text-align: center;
}
.page--faq .section--list .no-data {
  font-family: YakuHanJP, -apple-system, "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 961px) {
  .page--faq .section--list .no-data {
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--faq .section--list .no-data {
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .page--faq .section--list .no-data {
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
}
.page--faq .section--detail .tit--category {
  background-color: #000;
  color: #fff;
  padding: 12px 1em;
  margin-bottom: 4px;
}
.page--faq .section--detail .list--faq li a .tit {
  font-size: 1.5rem;
  font-weight: 400;
}
.page--faq .block--faq-detail {
  background-color: rgba(204, 187, 0, 0.7);
}
.page--faq .block--faq-detail .icon--q {
  display: block;
  font-family: "Road Rage", "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  color: #5E6973;
  font-size: 2rem;
  line-height: 1.2;
  margin-right: 8px;
}
.page--faq .block--faq-detail dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
      align-items: start;
  border-bottom: 2px solid rgba(179, 164, 0, 0.7);
  padding-bottom: 16px;
  margin-bottom: 24px;
}
.page--faq .block--faq-detail .txt a {
  cursor: pointer;
  text-decoration: underline;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.page--faq .block--faq-detail .txt a:hover {
  text-decoration: none;
}
.page--faq .block--faq-detail .icon--a {
  display: none;
}
.page--faq .block--contact .link a::after {
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*  page--questionnaire
------------------------------ */
.page--questionnaire .section-tit span {
  display: block;
}
.page--questionnaire .section--detail > .ph {
  margin-bottom: 1em;
}
.page--questionnaire .block--error {
  margin: 2em 0;
  color: #c31515;
}
.page--questionnaire form .form--post dt {
  font-weight: bold;
}

.page--entry .block--top, .page--introduction .block--top {
  position: relative;
}
.page--entry .block--top .logo, .page--introduction .block--top .logo {
  width: min(64%, 340px);
  text-align: center;
}
.page--entry .block--top svg, .page--introduction .block--top svg {
  width: 100%;
  height: 100%;
  fill: #000;
}
.page--entry .block--top .txt--lead, .page--introduction .block--top .txt--lead {
  margin-bottom: 2em;
}
.page--entry .block-tit, .page--introduction .block-tit {
  text-align: center;
}
.page--entry .block--contents .block--tit, .page--introduction .block--contents .block--tit {
  color: #000;
}
.page--entry .block--contents .list--content, .page--introduction .block--contents .list--content {
  margin-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 2%;
}
.page--entry .block--contents .list--content li, .page--introduction .block--contents .list--content li {
  background-color: #fff;
  width: 48%;
  margin-bottom: 16px;
}
.page--entry .block--contents .list--content .tit, .page--introduction .block--contents .list--content .tit {
  color: #6A6A6A;
  text-align: center;
  line-height: 1;
  margin-bottom: 8px;
}
.page--entry .block--contents .list--content .tit.txt--jp, .page--introduction .block--contents .list--content .tit.txt--jp {
  font-weight: 600;
  line-height: 1.6;
}
.page--entry .block--contents .list--content .txt, .page--introduction .block--contents .list--content .txt {
  color: #000;
  text-align: left;
  margin-bottom: 0;
}
.page--entry .block--contents:not(.block--benefits) .tit, .page--introduction .block--contents:not(.block--benefits) .tit {
  font-family: "Road Rage", "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
}
.page--entry .block--tit, .page--introduction .block--tit {
  text-align: left;
  font-family: "Road Rage", "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.1;
}
.page--entry .block--about, .page--introduction .block--about {
  margin-bottom: 4em;
}
.page--entry .block--about .list--about div, .page--introduction .block--about .list--about div {
  margin-bottom: 1em;
}
.page--entry .block--about .list--about dt, .page--introduction .block--about .list--about dt {
  background-color: #000;
  color: #fff;
  padding: 8px 15px;
  margin-bottom: 2px;
}
.page--entry .block--about .list--about dd, .page--introduction .block--about .list--about dd {
  padding: 15px;
  background-color: rgba(204, 187, 0, 0.7);
}
.page--entry .block--entry .txt, .page--introduction .block--entry .txt {
  text-align: center;
  font-weight: 600;
}
.page--entry .block--entry .inner + .inner, .page--introduction .block--entry .inner + .inner {
  margin-top: 2em;
}
.page--entry .block--entry tbody, .page--entry .block--device tbody, .page--introduction .block--entry tbody, .page--introduction .block--device tbody {
  border: solid 1px rgba(22, 74, 113, 0.2);
}
.page--entry .block--entry tbody tr, .page--entry .block--device tbody tr, .page--introduction .block--entry tbody tr, .page--introduction .block--device tbody tr {
  border-bottom: solid 1px rgba(22, 74, 113, 0.2);
}
.page--entry .block--entry tbody tr th, .page--entry .block--device tbody tr th, .page--introduction .block--entry tbody tr th, .page--introduction .block--device tbody tr th {
  border-right: solid 1px rgba(22, 74, 113, 0.2);
  background: rgba(94, 105, 115, 0.1);
}
.page--entry .btn.member, .page--introduction .btn.member {
  margin-bottom: 2em;
}
.page--entry .btn.member .btn--main, .page--introduction .btn.member .btn--main {
  font-weight: 700;
}
.page--entry .btn--main, .page--introduction .btn--main {
  width: 100%;
  max-width: 500px;
  height: auto;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 30px 20px;
}
.page--entry .entry, .page--introduction .entry {
  margin-top: 2em;
}

/* page--introduction
------------------------------ */
.page--introduction .section--main {
  margin: 0 auto;
}
.page--introduction .section--main .block--contents, .page--introduction .section--main .block--about {
  margin-bottom: 0;
}
.page--introduction .qr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  background: #000;
  width: 100%;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  padding: 24px;
}
.page--introduction .qr .box-left {
  width: 100px;
}
.page--introduction .qr .box-left img {
  vertical-align: bottom;
}
.page--introduction .qr .box-right {
  color: #fff;
  line-height: 2;
  text-align: left;
  word-break: break-all;
}
.page--introduction .qr .price {
  font-size: 1.5rem;
  margin-bottom: 0.3em;
}
.page--introduction .qr .url {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 0.3em;
}
.page--introduction .qr .txt {
  font-size: 1.2rem;
  color: #6A6A6A;
}

/* page--introduction
------------------------------ */
.page--introduction--app .block-tit {
  margin-bottom: 0.25em;
}
.page--introduction--app .list--attention .indent {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
.page--introduction--app .block--fee p a {
  text-decoration: underline;
}
.page--introduction--app .block--fee .fee-area {
  padding: 24px;
  background: rgba(204, 187, 0, 0.7);
  margin-bottom: 4em;
}
.page--introduction--app .block--fee .month {
  line-height: 1.8;
  font-size: 5vw;
  border-bottom: 2px solid rgba(179, 164, 0, 0.7);
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.page--introduction--app .block--fee .fee-text {
  font-size: 4.5vw;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 10px;
}
.page--introduction--app .block--fee .fee-text .fee {
  font-size: 9vw;
  vertical-align: baseline;
}
.page--introduction--app .block--entry .inner {
  margin-top: 1.5em;
}
.page--introduction--app .block--about {
  margin-bottom: 4em;
}
.page--introduction--app .block--corp {
  margin-bottom: 4em;
}
.page--introduction--app .block--corp dl.list--support {
  border: 1px solid rgba(22, 74, 113, 0.2);
}
.page--introduction--app .block--corp dl.list--support dt {
  padding: 8px 15px;
  border-bottom: 1px solid rgba(22, 74, 113, 0.2);
  background: rgba(94, 105, 115, 0.1);
}
.page--introduction--app .block--corp dl.list--support dd {
  padding: 15px;
}

/* page--error
------------------------------ */
.page--error .section--detail .section-tit {
  text-align: center;
  margin: 0 0 1em;
}
.page--error .section--detail .bg {
  padding-top: 48px;
}
.page--error .section--detail .btn {
  margin-top: 2em;
}
.page--error .section--detail .btn .btn--sub {
  font-family: "Road Rage", "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  padding: 12px;
  font-size: 3rem;
  margin: 0;
}

/*  animation
------------------------------ */
@-webkit-keyframes thumbScreen {
  0% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
@keyframes thumbScreen {
  0% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes movingArrow {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  75% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes movingArrow {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  75% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes movingLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes movingLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@-webkit-keyframes movingRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes movingRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@-webkit-keyframes mainVisual {
  0% {
    top: 0vw;
    left: 0vw;
  }
  100% {
    top: 4vw;
    left: 4vw;
  }
}
@keyframes mainVisual {
  0% {
    top: 0vw;
    left: 0vw;
  }
  100% {
    top: 4vw;
    left: 4vw;
  }
}
@-webkit-keyframes halftone {
  0% {
    top: 0vw;
    left: 0vw;
  }
  100% {
    top: 4vw;
    margin-left: 4vw;
  }
}
@keyframes halftone {
  0% {
    top: 0vw;
    left: 0vw;
  }
  100% {
    top: 4vw;
    margin-left: 4vw;
  }
}
body.page--home .section--mainvisual {
  opacity: 0;
}
body.page--home .section--mainvisual .block--mainvisual {
  opacity: 0;
}
body.page--home .section--mainvisual .block--login {
  opacity: 0;
}
body.page--home .section--mainvisual .block--mainvisual::after {
  content: "";
  position: absolute;
  background-color: #000;
  width: 100%;
  height: 100%;
  top: 0;
  right: 4vw;
  -webkit-transform-origin: top;
          transform-origin: top;
  z-index: 1;
}
body.page--home .section--mainvisual .logo {
  opacity: 0;
}
body.page--home .section--bnr {
  opacity: 0;
}
body.page--home:not(.already).loaded .section--mainvisual {
  -webkit-animation: opacity 0.3s forwards ease-in;
          animation: opacity 0.3s forwards ease-in;
}
body.page--home:not(.already).loaded .section--mainvisual .logo {
  -webkit-animation: movingLeft 0.5s forwards 1.1s;
          animation: movingLeft 0.5s forwards 1.1s;
}
body.page--home:not(.already).loaded .section--mainvisual .block--mainvisual {
  -webkit-animation: opacity 0.3s forwards ease-in 0.2s;
          animation: opacity 0.3s forwards ease-in 0.2s;
}
body.page--home:not(.already).loaded .section--mainvisual .block--login {
  -webkit-animation: movingRight 0.5s forwards ease 1.1s;
          animation: movingRight 0.5s forwards ease 1.1s;
}
body.page--home:not(.already).loaded .section--bnr {
  -webkit-animation: movingRight 0.3s forwards ease 1.7s;
          animation: movingRight 0.3s forwards ease 1.7s;
}
body.page--home.loaded .section--mainvisual .block--mainvisual::after {
  -webkit-animation: thumbScreen 0.8s cubic-bezier(0.18, 1, 0.34, 1.03) forwards 0.5s;
          animation: thumbScreen 0.8s cubic-bezier(0.18, 1, 0.34, 1.03) forwards 0.5s;
}
body.page--home.already.loaded .section--mainvisual,
body.page--home.already.loaded .section--mainvisual .logo,
body.page--home.already.loaded .section--mainvisual .block--mainvisual,
body.page--home.already.loaded .section--mainvisual .block--login,
body.page--home.already.loaded .section--bnr {
  -webkit-animation: opacity 0.5s forwards ease;
          animation: opacity 0.5s forwards ease;
}
body.page--home:not(.already) .section--photo .thumb::after, body.page--home:not(.already) .section--movie .thumb::after {
  content: "";
  position: absolute;
  background-color: #000;
  width: 100%;
  height: 100%;
  top: 0;
  right: 4vw;
  -webkit-transform-origin: top;
          transform-origin: top;
  z-index: 1;
}
body.page--home:not(.already) .section--photo.delighter.started .thumb::after, body.page--home:not(.already) .section--movie.delighter.started .thumb::after {
  -webkit-animation: thumbScreen 0.8s cubic-bezier(0.18, 1, 0.34, 1.03) forwards 0.5s;
          animation: thumbScreen 0.8s cubic-bezier(0.18, 1, 0.34, 1.03) forwards 0.5s;
}
body.page--home:not(.already) [class^=section--]:nth-child(odd):not(.section--mainvisual, .section--bnr) {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
body.page--home:not(.already) [class^=section--]:nth-child(even):not(.section--mainvisual, .section--bnr) {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
body.page--home:not(.already) [class^=section--]:nth-child(odd):not(.section--mainvisual, .section--bnr).delighter.started {
  -webkit-animation: movingLeft 0.5s forwards 0.3s;
          animation: movingLeft 0.5s forwards 0.3s;
}
body.page--home:not(.already) [class^=section--]:nth-child(even):not(.section--mainvisual, .section--bnr).delighter.started {
  -webkit-animation: movingRight 0.5s forwards 0.3s;
          animation: movingRight 0.5s forwards 0.3s;
}

/* page--notice
------------------------------ */
.page--notice .no-data {
  font-size: 2rem;
  margin-top: 8em;
}
.page--notice .list--info li {
  position: relative;
}
.page--notice .list--info li a {
  display: block;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

/* body--app
------------------------------ */
.body--app .content-main {
  padding: 0;
}
.body--app .section--detail .detail__btn {
  margin-bottom: 4em;
}
.body--app .block--pager {
  margin-bottom: 4em;
}
.body--app .detail__btn {
  -webkit-touch-callout: none;
}
.body--app.page--photo .section--detail, .body--app.page--movie .section--detail {
  margin-top: 6em;
}
.body--app.page--blog__detail .section--detail {
  margin-top: 5em;
}
.body--app.page--faq .section--list {
  margin-bottom: 8em;
}
.body--app.page--faq .section--detail .block--contact {
  margin-bottom: 8em;
}
.body--app.page--faq .section--detail .detail__btn {
  margin-bottom: unset;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  body::before {
    background-image: url(/static/ftisland/fansite/common/bg_pc.jpg);
    background-repeat: repeat-y;
    background-size: contain;
  }
  a {
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
    cursor: pointer;
  }
  .texture span {
    background-size: 500px auto;
  }
  .btn a, .btn input {
    min-width: 300px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    overflow: hidden;
  }
  .btn--main, .btn--sub {
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  .btn--main:hover {
    opacity: 0.7;
  }
  .btn--sub:hover {
    border: 1px solid #FFF500;
    background-color: #FFF500;
    color: #fff;
  }
  header {
    position: relative;
  }
  header .header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    z-index: 100;
  }
  header .header_inner li a::after {
    position: absolute;
    top: 0;
    left: 0;
    content: attr(data-hover);
    display: block;
    width: 100%;
    -webkit-transform: translateY(-1.4em);
            transform: translateY(-1.4em);
    opacity: 0;
  }
  header .header_inner li a span, header .header_inner li a::after {
    display: block;
    -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;
  }
  header .header_inner li a {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 1.4;
    -webkit-transition: none;
    transition: none;
  }
  header .header_inner li a:hover::after {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  header .header_inner li a:hover span {
    -webkit-transform: translateY(1.4em);
            transform: translateY(1.4em);
    opacity: 0;
  }
  header .drawer__btn {
    cursor: pointer;
  }
  header .drawer__btn .drawer__btn-line {
    width: 38px;
  }
  header .drawer__btn .drawer__btn-inner::after {
    top: 16px;
    right: 0;
  }
  .drawer-visible .header .drawer__btn .drawer__btn-inner::after {
    right: -2px;
  }
  .drawer .drawer-inner {
    padding: 10%;
  }
  .drawer .drawer-inner .g-nav {
    width: 100%;
    margin: 0 auto;
  }
  .drawer .drawer-inner .g-nav .inner_flex_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .drawer .drawer-inner .g-nav .inner_flex_pc .block--nav__official, .drawer .drawer-inner .g-nav .inner_flex_pc .block--nav__fc {
    width: 48%;
  }
  .drawer .drawer-inner .g-nav .nav-tit {
    font-size: 1.8rem;
    margin-bottom: 24px;
    padding-bottom: 16px;
  }
  .drawer .drawer-inner .g-nav ul.list--nav__contents li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 8px;
    line-height: 1;
  }
  .drawer .drawer-inner .g-nav ul.list--nav__contents li a {
    font-size: 10rem;
    padding-right: 1em;
  }
  .drawer .drawer-inner .g-nav .block--nav__sns {
    width: 48%;
    margin-bottom: 56px;
  }
  .drawer .drawer-inner .g-nav .block--nav__sns .list--nav__sns li {
    font-size: 3.2rem;
    margin-right: 16px;
    display: inline-block;
  }
  .drawer .drawer-inner .g-nav .block--nav__sns .list--nav__sns li a {
    display: block;
  }
  .drawer .drawer-inner .g-nav .block--nav__sns .list--nav__sns .nav__item--tiktok {
    font-size: 3rem;
    margin-right: 15px;
  }
  .drawer .drawer-inner .g-nav .block--nav__sns .list--nav__sns .nav__item--tiktok i {
    position: relative;
    -webkit-transform: translate(0, -2px);
            transform: translate(0, -2px);
  }
  .drawer .drawer-inner .g-nav .block--nav__sns .list--nav__sns .nav__item--line svg {
    display: inline-block;
    width: 3.2rem;
    padding: 0 0 5px;
    vertical-align: middle;
  }
  .drawer .drawer-inner .g-nav .block--nav__sns .list--nav__sns .nav__item--spotify {
    margin-right: 12px;
  }
  .drawer .drawer-inner .g-nav .block--nav__sns .list--nav__sns a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .drawer .drawer-inner .g-nav .block--nav__sns .list--nav__sns a:hover {
    opacity: 0.6;
  }
  .drawer .drawer-inner .g-nav .block--nav__fc .list--nav__contents {
    margin-top: 1.5em;
  }
  .drawer .drawer-inner .g-nav .block--nav__fc .list--nav__login li {
    font-size: 2.6rem;
  }
  .drawer .drawer-inner .g-nav .block--nav__fc .list--nav__login li:first-of-type {
    margin-right: 24px;
  }
  .block--pager li a, .block--pager li span {
    position: relative;
    padding: 0.25em 0.6em;
  }
  .block--pager__detail {
    margin-top: 5em;
  }
  .block--pager__detail .pager__item--newer a, .block--pager__detail .pager__item--newer span,
  .block--pager__detail .pager__item--older a,
  .block--pager__detail .pager__item--older span,
  .block--pager__detail .pager__item--list a,
  .block--pager__detail .pager__item--list span {
    font-size: 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .block--pager__detail .pager__item--newer a {
    position: relative;
  }
  .block--pager__detail .pager__item--newer a::before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 1px;
    top: 45%;
    left: 3.3em;
    width: 4em;
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  }
  .block--pager__detail .pager__item--older a {
    position: relative;
  }
  .block--pager__detail .pager__item--older a::before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 1px;
    background-color: #fff;
    top: 45%;
    left: -3.7em;
    width: 3em;
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  }
  .list__more a {
    font-size: 2rem;
  }
  .list__more a .arrow {
    margin-left: 1em;
    -webkit-transition: -webkit-transform 0.3s 0s ease;
    transition: -webkit-transform 0.3s 0s ease;
    transition: transform 0.3s 0s ease;
    transition: transform 0.3s 0s ease, -webkit-transform 0.3s 0s ease;
  }
  .detail__btn {
    margin-top: 5em;
  }
  .detail__btn .arrow {
    margin-right: 0.5em;
  }
  .section-tit {
    font-size: 12.8rem;
    margin-bottom: -24px;
    line-height: 0.75;
  }
  .tit {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .date {
    font-size: 1.3rem;
  }
  .txt--basic {
    margin: 0 0 1em;
  }
  .txt--sub {
    font-size: 11px;
  }
  .tag {
    font-size: 11px;
  }
  .tag::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 0.2em;
    border-radius: 100%;
    background-color: #5E6973;
  }
  .content-main {
    padding: 0;
    position: relative;
    width: 50%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .list--info li a {
    padding: 32px 40px 32px 16px;
  }
  .list--info li a .tit {
    font-size: 1.5rem;
  }
  .list--info li a .block--sub__info, .list--info li a .date-box {
    margin-bottom: 8px;
  }
  .list--info li a .date, .list--info li a .block--date {
    margin-bottom: 0;
    margin-right: 8px;
    font-size: 1.3rem;
  }
  .list--info li a .arrow {
    right: 16px;
    bottom: 16px;
  }
  .list--info.list--schedule .list__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: start;
        justify-content: flex-start;
  }
  .list--info.list--schedule .list__inner .block--schedule__date {
    width: 15%;
  }
  .list--info.list--schedule .list__inner .block--schedule__date .md {
    font-size: 2rem;
  }
  .list--info.list--schedule .list__inner .block--schedule__date .day {
    font-size: 30px;
  }
  .list--info.list--schedule .list__inner .block--schedule__date .week {
    margin-left: 0em;
    font-size: 1.2rem;
  }
  .list--info.list--schedule .list__inner .block--schedule__date .block--date__main.end_time {
    margin-top: 6px;
  }
  .list--info.list--schedule .list__inner .block--schedule__date .block--date__sub {
    font-size: 12px;
    letter-spacing: -0.03em;
  }
  .list--info.list--schedule .list__inner .block--schedule__info {
    width: 85%;
    padding-left: 1.5em;
  }
  .list--other-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .list--other-contents li {
    width: 48%;
    position: relative;
    padding-bottom: 40px;
  }
  .list--other-contents .arrow {
    width: 38px;
    height: 52px;
    stroke: #5E6973;
    stroke-opacity: 0.2;
  }
  .list--contents::after, .list--photo::after {
    content: "";
    display: block;
    width: calc(33.3333333333% - 8px);
    height: 0;
  }
  .list--contents li, .list--photo li {
    width: 32%;
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  .list--contents li a figure, .list--photo li a figure {
    overflow: hidden;
  }
  .list--contents li a figure img, .list--photo li a figure img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .list--contents li a:hover, .list--photo li a:hover {
    cursor: pointer;
  }
  .list--contents li .block--sub__info, .list--photo li .block--sub__info {
    margin-top: 1.2em;
    font-size: 11px;
  }
  .list--contents li.new .tit, .list--photo li.new .tit {
    position: relative;
  }
  .list--contents li.new .tit::after, .list--photo li.new .tit::after {
    margin-left: 0.4em;
  }
  .list--error li {
    color: #c31515;
    font-weight: bold;
    margin: 0 0 0.3em;
    line-height: 1.8;
  }
  .list--error li:last-of-type {
    margin-bottom: 0;
  }
  li.no-data {
    padding: 4em 0;
  }
  .page--home .content-main {
    padding: 0;
  }
  .page--home section[class^=section--] {
    position: relative;
  }
  .page--home .section--mainvisual {
    width: 100%;
  }
  .page--home .section--mainvisual .section--inner {
    margin-top: 10vw;
  }
  .page--home .section--banner_sub {
    margin: 24px 0;
  }
  .page--home .section--banner_sub .swiper-area {
    margin: 0 auto;
  }
  .page--home .section--banner_sub .swiper-button-prev:after, .page--home .section--banner_sub .swiper-button-next:after {
    font-size: 30px;
  }
  .page--home .section--banner_sub .swiper-area:hover .swiper-button-prev,
  .page--home .section--banner_sub .swiper-area:hover .swiper-button-next {
    opacity: 1;
  }
  .page--home .section--banner_sub .swiper-button-prev {
    left: 24px;
  }
  .page--home .section--banner_sub .swiper-button-next {
    right: 24px;
  }
  .page--home .section--banner_sub.no-carousel .swiper-button-prev,
  .page--home .section--banner_sub.no-carousel .swiper-button-next {
    display: none;
  }
  .page--home .section--banner_sub.no-carousel .list--bnr a {
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  .page--home .section--banner_sub.no-carousel .list--bnr a:hover {
    opacity: 0.5;
  }
  .page--home .section--banner .list--bnr li {
    margin: 24px 0;
  }
  .page--home footer {
    margin-top: 60px;
  }
  .section--list,
  .section--detail {
    width: 90%;
    max-width: 1100px;
    margin: 5em auto 2em;
  }
  .section--detail .tit {
    font-size: 2.4rem;
    margin-bottom: 0.6em;
  }
  .section--detail .txt {
    margin-bottom: 1.5em;
  }
  .section--detail .txt .ph {
    max-width: 600px;
    margin: 1.5em auto 1.5em 0;
  }
  .section--detail .block--sub__info {
    margin-bottom: 2em;
  }
  .section--detail .tag {
    margin-right: 0.8em;
  }
  .section--detail .date {
    margin-left: 0;
    padding-right: 0;
  }
  .section--detail .date:first-of-type {
    margin-right: 0;
  }
  .section--detail .date.end_time::before {
    height: 1px;
    width: 0.5em;
    margin: 0 0.4em;
  }
  .section--detail .category {
    margin-right: 12px;
    font-size: 10px;
  }
  .section--detail .block--share li {
    margin-right: 12px;
  }
  .section--detail .block--share li i {
    font-size: 2rem;
  }
  .section--detail .block--share li.share {
    font-size: 1.2rem;
    margin-right: 20px;
  }
  .page--info .block--tit {
    margin-bottom: 54px;
  }
  .page--info .block--tit .section--tit {
    font-size: 14px;
  }
  .page--info .week {
    margin-left: 0.5em;
  }
  .page--info .section--detail .tit span.new {
    font-size: 1.6rem;
  }
  .page--info .section--detail .category {
    font-size: 1.3rem;
  }
  .page--info .section--detail .block--sub__info {
    margin-bottom: 4px;
  }
  .page--info .section--detail .tit {
    margin-bottom: 32px;
  }
  .page--photo .list--contents {
    margin-bottom: 2em;
  }
  .page--photo.page--photo__detail .section-tit {
    font-size: 2.2vw;
    margin-bottom: 24px;
  }
  .page--photo.page--photo__detail .list--photo {
    margin-bottom: 64px;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
        justify-content: unset;
  }
  .page--photo.page--photo__detail .list--photo li {
    width: 25%;
  }
  .page--movie .section--detail {
    width: 90%;
    max-width: 1100px;
  }
  .page--movie .section--detail .block--tit {
    width: 100%;
  }
  .page--movie .section--detail .txt--basic {
    margin: 2em 0;
    min-height: 200px;
  }
  .page--movie .block--more_movies .more_movies_title {
    font-size: 18px;
    margin-bottom: 0.8em;
  }
  .page--movie .block--more_movies .list--contents li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2em;
  }
  .page--movie .block--more_movies .list--contents li:nth-of-type(3n) {
    margin-right: 0;
  }
  .page--movie .block--more_movies .list--contents li a .thumb {
    margin-bottom: 1em;
  }
  .page--movie .block--more_movies .list--contents li a .tit {
    margin-bottom: 1em;
    font-size: 14px;
  }
  .page--movie .block--more_movies .list--contents li a .date {
    font-size: 10px;
  }
  .page--movie .block--player {
    margin: 0 auto 1em;
  }
  .block--tab {
    margin: 8.4em 0 24px;
  }
  .block--tab .tab__list {
    font-size: 2.4rem;
  }
  .page--blog .list--blog .date {
    margin-left: 0;
  }
  .page--blog .no-data {
    font-size: 20px;
    margin: 10em auto;
  }
  .page--blog .section--detail {
    width: 90%;
    max-width: 1100px;
    padding: 0;
  }
  .page--blog .section--detail .date {
    margin-bottom: 2em;
  }
  .page--support .section-tit {
    margin-bottom: 0.8em;
    font-size: 30px;
    line-height: 1.5;
  }
  .page--support .tit {
    font-size: 20px;
    line-height: 1.6em;
    margin: 0 0 1.6em;
  }
  .page--support .txt {
    margin-bottom: 1.6em;
  }
  .page--support .list--support dt {
    margin-bottom: 0.2em;
  }
  .page--support .list--support dd {
    margin-bottom: 1.6em;
  }
  .page--faq .section-tit {
    margin-bottom: 0.8em;
    font-size: 30px;
    line-height: 1.5;
  }
  .page--faq .section--list .tit {
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 1em;
  }
  .page--faq .section--list .btn {
    margin: 2em 0;
  }
  .page--faq .section--list .txt--sub {
    font-size: 12px;
  }
  .page--faq .searchBox {
    width: 70%;
    margin: 3em auto 3em 0;
    max-width: 700px;
  }
  .page--faq .searchBox input[type=submit] {
    top: 50%;
    right: 3px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 40px;
    font-size: 18px;
    line-height: 40px;
  }
  .page--faq .list--faq {
    margin: 0 0 3em;
  }
  .page--faq .list--faq li a {
    padding: 1.5em 1em;
  }
  .page--faq .list--faq li .tit {
    margin: 0 0;
    font-size: 15px;
  }
  .page--faq .list--faq li .txt {
    font-size: 15px;
    line-height: 1.6;
  }
  .page--faq .block--faq-detail {
    padding: 2em 1.5em;
    margin: 0 0 4em;
  }
  .page--faq .block--faq-detail dt {
    font-size: 16px;
    padding: 15px;
  }
  .page--faq .block--faq-detail .txt {
    margin-bottom: 0;
    padding-top: 0;
  }
  .page--faq .block--contact {
    width: 90%;
    max-width: 960px;
    margin: 4em 0 0;
  }
  /*  page--questionnaire
  ------------------------------ */
  .page--questionnaire .section--detail {
    max-width: 900px;
    margin: 2em auto;
  }
  .page--questionnaire .section-tit {
    margin-bottom: 0.8em;
    font-size: 3rem;
    line-height: 1.5;
  }
  .page--questionnaire .txt--basic {
    margin-bottom: 1em;
    font-size: 1.5rem;
  }
  .page--questionnaire form .form--post {
    margin-bottom: 8vw;
  }
  .page--questionnaire form .form--post dt {
    margin: 0 0 0.8em;
  }
  .page--questionnaire form .form--post dd {
    margin: 0 0 2em;
  }
  .page--questionnaire form .form--post .form__select::after {
    top: 50%;
    right: 0.75em;
    margin-top: -0.25em;
  }
  .page--questionnaire form .input--half[type=tel] {
    width: 25% !important;
  }
  .page--questionnaire form .input--quarter[type=number] {
    width: 5em !important;
    margin-right: 5px;
  }
  .page--questionnaire .form--horizontal .form__select::after {
    top: 50%;
    right: 0.5em;
    margin-top: -0.25em;
  }
  .page--questionnaire .icon--required {
    display: inline-block;
  }
  .page--questionnaire .icon--required::before {
    margin-left: 5px;
    padding: 3px 6px 3px;
    font-size: 11px;
    vertical-align: 2px;
  }
  .page--questionnaire .list__txt li {
    margin-bottom: 1em;
    padding-left: 1em;
    text-indent: -1em;
  }
  .page--questionnaire .btn--sub {
    margin: 1.5em auto;
    text-align: center;
  }
  .page--entry .block--top, .page--introduction .block--top {
    width: 65%;
    margin: 0 auto 3em;
  }
  .page--entry .block--top .logo, .page--introduction .block--top .logo {
    width: 40%;
    margin: 0 auto 0.5em;
  }
  .page--entry .block--top .txt--lead, .page--introduction .block--top .txt--lead {
    margin: 0 auto;
    line-height: 1.66;
  }
  .page--entry .block--top + .block--btn .btn.member, .page--introduction .block--top + .block--btn .btn.member {
    margin: 3em auto;
  }
  .page--entry .block--tit, .page--introduction .block--tit {
    margin-bottom: 0.8em;
    font-size: 3.6rem;
  }
  .page--entry .block--contents, .page--introduction .block--contents {
    margin-bottom: 6em;
  }
  .page--entry .block--contents .list--content li, .page--introduction .block--contents .list--content li {
    width: 49%;
    margin-bottom: 2%;
    padding: 3%;
  }
  .page--entry .block--entry, .page--entry .block--device, .page--introduction .block--entry, .page--introduction .block--device {
    width: min(70%, 680px);
    margin: 0 auto;
  }
  .page--entry .block--entry .block--tit, .page--entry .block--device .block--tit, .page--introduction .block--entry .block--tit, .page--introduction .block--device .block--tit {
    margin-bottom: 0.4em;
    font-size: 28px;
  }
  .page--entry .block--entry tbody tr th, .page--entry .block--entry tbody tr td, .page--entry .block--device tbody tr th, .page--entry .block--device tbody tr td, .page--introduction .block--entry tbody tr th, .page--introduction .block--entry tbody tr td, .page--introduction .block--device tbody tr th, .page--introduction .block--device tbody tr td {
    padding: 25px;
  }
  .page--entry .block--entry tbody tr td, .page--entry .block--device tbody tr td, .page--introduction .block--entry tbody tr td, .page--introduction .block--device tbody tr td {
    width: 75%;
  }
  .page--entry .block--entry, .page--introduction .block--entry {
    margin-bottom: 6em;
  }
  .page--entry .block--entry .block--tit span, .page--introduction .block--entry .block--tit span {
    font-size: 1.1rem;
  }
  .page--entry .block--device, .page--introduction .block--device {
    margin-bottom: 6em;
  }
  .page--entry .btn.member, .page--introduction .btn.member {
    max-width: 500px;
    margin: 0 auto;
  }
  .page--entry .btn.member .btn--main, .page--introduction .btn.member .btn--main {
    font-size: 1.9rem;
  }
  .page--entry .entry, .page--introduction .entry {
    opacity: 1;
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  /* page--introduction
  ------------------------------ */
  .page--introduction .section--main {
    width: 65%;
    padding: 80px 0;
    max-width: 800px;
  }
  .page--introduction .qr {
    width: 65%;
    margin: 0 auto 5em;
    height: 150px;
  }
  .page--introduction .block--contents .tit {
    font-size: 3.8rem;
    margin-bottom: 0.2em;
  }
  .page--introduction .block--contents .tit.txt--jp {
    font-size: 2.6rem;
    margin-bottom: 0;
    margin-top: 0.2em;
  }
  .page--feature .section-tit.section--tit__medium {
    margin-bottom: 1em;
    padding-top: 2vw;
    font-size: 5.5vw;
  }
  .page--feature .block--photo__dl {
    margin: 8em auto 0;
  }
  .page--feature .block--photo__dl .ph {
    max-width: 600px;
    margin: 1.5em auto;
  }
  .page--error .section--detail {
    padding-right: 15%;
    padding-left: 15%;
  }
  .page--error .section--detail .tit {
    font-size: 30px;
    line-height: 1.6em;
    margin: 0 0 1em;
    text-align: center;
  }
  .page--error .section--detail .txt {
    padding-top: 0;
  }
  .page--error .section--detail .btn {
    margin: 1em 0;
  }
  footer .inner {
    width: 90%;
    padding: 50px 0 45px;
  }
  footer .inner .list--support dt {
    display: none;
  }
  footer .inner .nav--support {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 16px;
  }
  footer .inner .nav--support li {
    display: inline-block;
  }
  footer .inner .nav--support li:not(:last-child) {
    margin-right: 20px;
    margin-bottom: 12px;
  }
  footer .inner .nav--support li a:hover {
    opacity: 0.5;
  }
  footer .inner .copyright::after {
    content: "";
    display: block;
    clear: both;
  }
  body:not(.page--home) footer {
    padding: 0 !important;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .pc {
    display: none !important;
  }
  body::before {
    background-image: url(/static/ftisland/fansite/common/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .texture span {
    background-size: 300px auto;
  }
  .btn--main {
    min-width: 80%;
    margin-top: 1em;
    font-size: 1.5rem;
  }
  /* input */
  /* page--introduction
  ------------------------------ */
  /* page--error
  ------------------------------ */
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 960px) {
  .btn--main {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn--sub {
    min-width: 80%;
    margin-top: 1em;
  }
}
@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) {
  .input--half {
    width: 100% !important;
  }
  .input--quarter {
    width: 50% !important;
  }
  .section-tit {
    font-size: min(10rem, 25vw);
    line-height: 0.75;
  }
  .section-tit__sub {
    font-size: 15px;
    line-height: 1.5;
  }
  .date {
    font-size: 1.3rem;
  }
  .writer {
    font-size: 1.4rem;
  }
  .txt--basic {
    margin: 0 0 1em;
  }
  .txt--sub {
    font-size: 11px;
  }
  .section--list,
  .section--detail {
    margin: 4em 4vw 2em;
  }
  .section--list .block--tit,
  .section--detail .block--tit {
    margin-bottom: 0.6em;
  }
  .block--sub__info .list__detail {
    max-width: 170px;
    height: 45px;
    margin: 0 auto;
  }
  .block--sub__info .list__detail a {
    font-size: 11px;
    line-height: 45px;
  }
  .block--sub__info .list__detail a svg {
    margin-left: 14px;
  }
  .modal--contents .inner ul li {
    width: calc(33.3333333333% - 6px);
  }
  .modaal-close {
    right: 0;
    top: 0;
  }
  .form--confirm {
    padding: 2em 1.5em 0;
  }
  .list--info li a {
    padding: 16px 0;
  }
  .list--info li a .tit {
    font-size: 1.4rem;
    letter-spacing: 0.04em;
  }
  .list--info li a .block--sub__info {
    margin-bottom: 8px;
  }
  .list--info li a .date {
    margin-bottom: 8px;
  }
  .list--info li:first-child a {
    padding-top: 0;
  }
  .list--info li:last-child a {
    padding-bottom: 0;
  }
  .list--info li.new a::before {
    top: -0.4em;
    left: -0.4em;
    font-size: 16px;
  }
  .list--contents li {
    width: 100%;
  }
  .list--contents li .thumb {
    margin-bottom: 2vw;
  }
  .list--contents li .block--sub__info {
    margin-top: 1.2em;
    font-size: 11px;
  }
  .list--contents li.new .tit {
    position: relative;
  }
  .list--contents li.new .tit::after {
    margin-left: 0.4em;
  }
  .list--photo li {
    width: 50%;
  }
  .list--error li {
    color: #c31515;
    font-weight: bold;
    margin: 0 0 0.3em;
    line-height: 1.8;
  }
  .list--error li:last-of-type {
    margin-bottom: 0;
  }
  li.no-data {
    padding: 4em 0;
  }
  .section--detail {
    margin-top: 8em;
  }
  .section--detail .tit {
    font-size: 1.8rem;
    margin-bottom: 0.6em;
  }
  .section--detail .date {
    margin-left: 0;
    padding-right: 0;
  }
  .section--detail .date:first-of-type {
    margin-right: 0;
  }
  .section--detail .date.end_time::before {
    height: 1px;
    width: 0.5em;
    margin: 0 0.4em;
  }
  .section--detail .block--share li {
    margin-right: 12px;
  }
  .section--detail .block--share li i {
    font-size: 2rem;
  }
  .section--detail .block--share li.share {
    font-size: 1.8rem;
    margin-right: 12px;
  }
  header {
    position: relative;
  }
  header .drawer__btn .drawer__btn-line {
    width: 34px;
  }
  header .drawer__btn .drawer__btn-inner::after {
    top: 16px;
    right: 1px;
  }
  .drawer-visible .header .drawer__btn .drawer__btn-inner::after {
    right: 0;
  }
  .drawer-visible .header .drawer__btn::after {
    right: 2.5px;
  }
  .drawer .drawer-inner {
    overflow: scroll;
    padding: 18vw 10%;
  }
  .drawer .drawer-inner .g-nav {
    width: 100%;
    margin: 0 auto;
  }
  .drawer .drawer-inner .g-nav .nav-tit {
    font-size: 1.3rem;
    padding-bottom: 0.6em;
    margin-bottom: 1em;
  }
  .drawer .drawer-inner .g-nav ul.list--nav__contents li {
    margin-bottom: 0.6em;
  }
  .drawer .drawer-inner .g-nav ul.list--nav__contents li a {
    font-size: 5rem;
  }
  .drawer .drawer-inner .g-nav .list--nav__login li:first-of-type {
    margin-right: 16px;
  }
  footer .inner {
    padding: 64px 6.15vw;
  }
  footer .list--support {
    width: 100%;
    margin-bottom: 32px;
  }
  footer .list--support dt {
    position: relative;
    background-color: #000;
    color: #FFF500;
    padding: 8px 24px;
    font-size: 3.2rem;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: 4px;
  }
  footer .list--support dt::before {
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
    content: "";
    display: block;
    position: absolute;
    border: 0px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    width: 8px;
    height: 8px;
    right: 4px;
    top: 10px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  footer dt.open::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  footer dd {
    opacity: 0;
    height: 0;
    background-color: rgba(204, 187, 0, 0.7);
  }
  footer dd .nav--support {
    -webkit-transition: opacity 0.3s 0s, height 0.3s 0s;
    transition: opacity 0.3s 0s, height 0.3s 0s;
    overflow: hidden;
    height: 0;
    opacity: 0;
    line-height: 0;
    color: #000;
  }
  footer dd .nav--support li {
    display: block;
    margin: 24px;
  }
  footer dd .nav--support li:not(:first-child) {
    margin-top: 16px;
  }
  footer dd .nav--support li:not(:last-child) {
    margin-bottom: 16px;
  }
  footer dd.open-contents {
    opacity: 1;
    height: auto;
    line-height: normal;
  }
  footer dd.open-contents .nav--support {
    opacity: 1;
    height: auto;
    line-height: normal;
  }
  footer .copyright {
    text-align: center;
  }
  .page--home section[class^=section--] {
    position: relative;
  }
  .page--home .section--banner_sub {
    margin: 16px 0;
  }
  .page--home .section--banner_sub .block--carousel-nav {
    margin-top: 1em;
  }
  .page--home .section--banner_sub .swiper-button-prev,
  .page--home .section--banner_sub .swiper-button-next {
    display: none;
  }
  .page--home .section--banner_sub .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 3px;
  }
  .page--home .section--banner_sub .swiper-pagination-bullet {
    margin: 0 4px;
  }
  .page--home .section--banner .list--bnr li {
    margin: 16px 0;
  }
  .page--info {
    margin: 0 auto 70px auto;
  }
  .page--info .block--category {
    margin-top: 24px;
  }
  .page--info .section--detail .block--sub__info .date {
    margin-bottom: 0;
  }
  .page--info .section--detail .tit span.new {
    font-size: 1.5rem;
  }
  .page--info .section--detail .date, .page--info .section--detail .category {
    font-size: 1.3rem;
  }
  .page--info .section--detail .category {
    margin-left: 8px;
  }
  .page--info .section--detail .block--sub__info {
    margin-bottom: 4px;
  }
  .page--info .section--detail .tit {
    letter-spacing: 0.04em;
    margin-bottom: 24px;
  }
  .page--photo {
    margin-bottom: 64px;
  }
  .page--photo .list--contents {
    margin-bottom: 2em;
  }
  .page--photo .list--contents li {
    width: 100%;
  }
  .page--photo .list--contents li:last-child {
    margin-bottom: 0;
  }
  .page--photo.page--photo__detail .section-tit {
    font-size: 3rem;
    margin-bottom: 24px;
    line-height: 1.2;
  }
  .page--photo.page--photo__detail .list--photo {
    margin-bottom: 64px;
  }
  .page--photo.page--photo__detail .list--photo li {
    width: 50%;
  }
  #swipebox-action #swipebox-prev,
  #swipebox-action #swipebox-next {
    top: 80%;
  }
  #swipebox-action #swipebox-next {
    right: 0;
  }
  .page--movie .section--list .list--contents li {
    width: 100%;
    margin-bottom: 3em;
  }
  .page--movie .section--list .list--contents li:last-child {
    margin-bottom: 0;
  }
  .page--movie .section--detail .block--tit {
    margin-bottom: 4em;
  }
  .page--movie .section--detail .block--tit .tit {
    margin-bottom: 0.6em;
  }
  .page--movie .section--detail .txt--basic {
    margin: 2em 0;
    min-height: 200px;
  }
  .page--movie .block--more_movies .more_movies_title {
    font-size: 18px;
    margin-bottom: 0.8em;
  }
  .page--movie .block--more_movies .list--contents li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 2em;
  }
  .page--movie .block--more_movies .list--contents li:nth-of-type(2n) {
    margin-right: 0;
  }
  .page--movie .block--more_movies .list--contents li a .thumb {
    margin-bottom: 4px;
  }
  .page--movie .block--more_movies .list--contents li a .tit {
    font-size: 1.3rem;
  }
  .page--movie .block--more_movies .list--contents li a .date {
    font-size: 1.1rem;
  }
  .page--movie .block--player {
    margin: 0 auto 1.2em;
  }
  .block--tab {
    margin: 4em 0 24px;
  }
  .block--tab .tab__list {
    font-size: 4rem;
    text-align: center;
  }
  .vjs-big-play-centered .vjs-big-play-button {
    top: 38%;
  }
  .area--movie .video-js.vjs-fullscreen {
    height: 100% !important;
    height: 100vh !important;
    height: 100svh !important;
  }
  .area--movie .video-js.vjs-fullscreen .vjs-control-bar {
    width: 94%;
    margin: 0 auto;
    bottom: 3em;
  }
  .area--movie .video-js.vjs-fullscreen .vjs-poster {
    background-size: contain !important;
    height: 100%;
    height: 100vh;
    height: 100svh;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .page--blog .list--blog .date {
    margin-left: 0;
  }
  .page--support .section-tit, .page--faq .section-tit {
    font-size: min(2.6rem, 6.6vw);
    margin-bottom: 0.8em;
    line-height: 1.5;
  }
  .page--support.section--detail {
    margin-top: 5em;
    margin-right: 6.15vw;
    margin-left: 6.15vw;
  }
  .page--support .tit {
    font-size: 2rem;
    line-height: 1.6em;
    margin: 0 0 1.6em;
  }
  .page--support .txt {
    margin-bottom: 1.6em;
  }
  .page--support .list--support dt {
    margin-bottom: 0.2em;
  }
  .page--support .list--support dd {
    margin-bottom: 1.6em;
  }
  .page--faq .section--list, .page--faq .section--detail {
    margin-top: 5em;
  }
  .page--faq .section--list .tit {
    line-height: 1.6;
    margin: 0 0 1em;
  }
  .page--faq .section--list .btn {
    margin: 2em 0;
  }
  .page--faq .section--list .txt--sub {
    font-size: 12px;
  }
  .page--faq .section--detail .tit--category {
    padding: 12px 1em;
  }
  .page--faq .searchBox {
    margin: 3em auto 3em;
    max-width: 500px;
  }
  .page--faq .searchBox input[type=text] {
    padding: 0.5em 1em;
  }
  .page--faq .searchBox input[type=submit] {
    top: 0;
    right: 3px;
    width: 36px;
    font-size: 16px;
    line-height: 40px;
  }
  .page--faq .list--tag {
    white-space: normal;
    margin-bottom: 4em;
  }
  .page--faq .list--tag li {
    margin-right: 0;
  }
  .page--faq .list--tag a {
    font-size: 1.4rem;
    padding: 0.6em 1em;
  }
  .page--faq .list--faq {
    margin: 0 0 3em;
  }
  .page--faq .list--faq li a {
    padding: 12px 1em;
  }
  .page--faq .list--faq li .tit {
    margin: 0;
  }
  .page--faq .list--faq li .txt {
    line-height: 1.5;
  }
  .page--faq .block--faq-detail {
    padding: 1.5em 1em;
    margin: 0 0 4em;
  }
  .page--faq .block--faq-detail .txt {
    margin-bottom: 0;
    padding-top: 0;
  }
  .page--faq .block--faq-detail .txt a:hover {
    text-decoration: none;
  }
  .page--faq .block--contact {
    margin: 4em 0 0;
  }
  .page--questionnaire .section-tit {
    margin-bottom: 0.8em;
    font-size: 2rem;
    line-height: 1.5;
  }
  .page--questionnaire .txt--basic {
    margin-bottom: 1em;
  }
  .page--questionnaire form .form--post {
    margin-bottom: 8vw;
  }
  .page--questionnaire form .form--post dt {
    margin: 0 0 0.8em;
  }
  .page--questionnaire form .form--post dd {
    margin: 0 0 2em;
  }
  .page--questionnaire form .form--post .form__select::after {
    top: 50%;
    right: 0.75em;
    margin-top: -0.25em;
  }
  .page--questionnaire form .input--half {
    width: 100% !important;
  }
  .page--questionnaire form .input--quarter {
    width: 50% !important;
  }
  .page--questionnaire form .input--half[type=tel] {
    width: 100% !important;
  }
  .page--questionnaire form .input--quarter[type=number] {
    width: 5em !important;
    margin-right: 5px;
  }
  .page--questionnaire .form--horizontal .form__select::after {
    top: 50%;
    right: 0.5em;
    margin-top: -0.25em;
  }
  .page--questionnaire .icon--required {
    display: inline-block;
  }
  .page--questionnaire .icon--required::before {
    margin-left: 5px;
    padding: 3px 6px 3px;
    padding-left: 5px;
    font-size: 11px;
    vertical-align: inherit;
  }
  .page--questionnaire .btn--sub {
    margin: 1.5em auto;
    text-align: center;
  }
  .page--entry.section--detail, .page--introduction.section--detail {
    margin-top: 5em;
  }
  .page--entry .block--top .logo, .page--introduction .block--top .logo {
    width: min(64%, 340px);
    margin: 0 auto 0.5em;
  }
  .page--entry .block--top .txt--lead, .page--introduction .block--top .txt--lead {
    line-height: 1.66;
  }
  .page--entry .block--top + .block--btn .btn.member, .page--introduction .block--top + .block--btn .btn.member {
    margin: 2em auto 3em;
  }
  .page--entry .block--contents .block--tit, .page--introduction .block--contents .block--tit {
    font-size: 2.6rem;
  }
  .page--entry .block--contents .block--tit:not(.txt--en), .page--introduction .block--contents .block--tit:not(.txt--en) {
    font-size: 2.4rem;
  }
  .page--entry .block--contents, .page--introduction .block--contents {
    margin-bottom: 4em;
  }
  .page--entry .block--contents .list--content li, .page--introduction .block--contents .list--content li {
    padding: 16px;
  }
  .page--entry .block--contents .list--content li .tit, .page--introduction .block--contents .list--content li .tit {
    font-size: 2.8rem;
  }
  .page--entry .block--contents .list--content li .tit.txt--jp, .page--introduction .block--contents .list--content li .tit.txt--jp {
    font-size: 1.6rem;
    margin-bottom: 1em;
    margin-top: 0.2em;
  }
  .page--entry .block--contents .list--content li .txt, .page--introduction .block--contents .list--content li .txt {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  .page--entry .block--contents .list--content li .ph, .page--introduction .block--contents .list--content li .ph {
    max-width: 400px;
    margin: 1em auto 0;
  }
  .page--entry .block--contents .list--content li .ph + p, .page--introduction .block--contents .list--content li .ph + p {
    margin-top: 1.2em;
  }
  .page--entry .block--tit, .page--introduction .block--tit {
    margin-bottom: 0.4em;
    font-size: 25px;
  }
  .page--entry .block--entry tbody tr th, .page--entry .block--entry tbody tr td, .page--entry .block--device tbody tr th, .page--entry .block--device tbody tr td, .page--introduction .block--entry tbody tr th, .page--introduction .block--entry tbody tr td, .page--introduction .block--device tbody tr th, .page--introduction .block--device tbody tr td {
    padding: 15px;
  }
  .page--entry .block--entry tbody tr th, .page--entry .block--device tbody tr th, .page--introduction .block--entry tbody tr th, .page--introduction .block--device tbody tr th {
    font-size: clamp(12px, 3.2vw, 14px);
  }
  .page--entry .block--entry tbody tr td, .page--entry .block--device tbody tr td, .page--introduction .block--entry tbody tr td, .page--introduction .block--device tbody tr td {
    width: 67%;
  }
  .page--entry .block--entry, .page--introduction .block--entry {
    margin-bottom: 3em;
  }
  .page--entry .block--entry .block--tit span, .page--introduction .block--entry .block--tit span {
    font-size: 11px;
  }
  .page--entry .block--device, .page--introduction .block--device {
    margin-bottom: 6em;
  }
  .page--introduction .section--main {
    margin: 3.5em 4vw 2em;
  }
  .page--introduction .qr {
    margin-bottom: 5em;
  }
  .page--introduction .qr .price {
    line-height: 1.3;
    margin-bottom: 0.3em;
  }
  .page--introduction .qr .url {
    line-height: 1.4;
    margin-bottom: 0.3em;
  }
  .page--introduction .qr .txt {
    line-height: 1.2;
  }
  .page--feature .section-tit.section--tit__medium {
    margin-bottom: 0.8em;
    font-size: 9vw;
  }
  .page--feature .block--photo__dl {
    margin: 5em auto 0;
  }
  .page--feature .block--photo__dl .ph {
    max-width: 600px;
    margin: 1.5em auto;
  }
  .page--error .section--detail {
    margin-top: 10em;
  }
  .page--error .section--detail .txt--basic {
    text-align: left;
  }
  .page--error .section--detail .section-tit {
    margin-top: -130px;
    margin-bottom: 40px;
  }
}
/*  tablet
------------------------------ */
@media screen and (min-width: 756px) and (max-width: 960px) {
  body {
    font-size: 1.6rem;
  }
  .drawer .drawer-inner {
    padding: 14vw 10%;
  }
  .list--contents::after {
    content: "";
    display: block;
    width: calc(33.3333333333% - 8px);
    height: 0;
  }
  .list--contents li {
    width: 32%;
  }
  .list--contents li .block--sub__info {
    margin-top: 1.2em;
    font-size: 11px;
  }
  .list--contents li.new .tit {
    position: relative;
  }
  .list--contents li.new .tit::after {
    margin-left: 0.4em;
  }
  .page--error .section--detail .txt--basic {
    text-align: center;
  }
}
@media screen and (min-width: 1px) and (max-width: 369px) {
  .page--home .section--mainvisual .logo {
    width: 250px;
    left: 3vw;
  }
}/*# sourceMappingURL=fansite-service.css.map */