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

/* ==============================================================
*  contents
* ============================================================ */
/* common.scss
============================== */
html, body {
  height: 100%;
}

body {
  background: #fff;
  color: #34302B;
  word-wrap: break-word;
}
@media screen and (min-width: 961px) {
  body {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.06em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}

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

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

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

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

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

::-moz-selection {
  background: #34302B;
  color: #fff;
}

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

.page-top {
  position: fixed;
  bottom: 6vh;
  right: 4%;
  z-index: 100;
  width: 65px;
  mix-blend-mode: difference;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.svg-parts {
  display: none;
}

.block--pager {
  text-align: left;
  letter-spacing: -0.5em;
  margin: 40px 0 auto;
  padding: 0;
  height: 60px;
  position: relative;
}
.block--pager li {
  display: inline-block;
  font-family: mantinia, serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  padding: 0.6em 0;
  margin: 0;
  letter-spacing: 0.03em;
  text-align: center;
  vertical-align: middle;
  position: relative;
  font-size: 18px;
}
.block--pager a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 0 0.6em;
}
.block--pager .pager__item--number {
  text-align: center;
  color: #fff;
}
.block--pager .pager__item--newer {
  width: 40px;
  height: 40px;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  margin: 0 5px;
}
.block--pager .pager__item--newer a, .block--pager .pager__item--newer span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  position: relative;
}
.block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
  content: "";
  display: block;
  position: absolute;
}
.block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 3px;
  left: 4px;
  background: url(/static/fumiyafujii/fanclub/common/arrow.svg) no-repeat center;
  background-size: contain;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.block--pager .pager__item--newer span {
  opacity: 0.4;
}
.block--pager .pager__item--older {
  width: 40px;
  height: 40px;
  padding: 0;
  position: relative;
  top: 0;
  right: 0;
  margin: 0 10px;
}
.block--pager .pager__item--older a, .block--pager .pager__item--older span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  position: relative;
}
.block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
  content: "";
  display: block;
  position: absolute;
}
.block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 3px;
  left: 4px;
  background: url(/static/fumiyafujii/fanclub/common/arrow.svg) no-repeat center;
  background-size: contain;
}
.block--pager .pager__item--older span {
  opacity: 0.4;
  line-height: 1;
}
.block--pager .pager__item--newer,
.block--pager .pager__item--older {
  z-index: 2;
}
.block--pager .pager__item--newer::before,
.block--pager .pager__item--older::before {
  display: none !important;
}
.block--pager .pager__item--other {
  width: 3em;
}
.block--pager .pager__item--other a {
  position: relative;
  padding: 3px 0;
}
.block--pager .pager__item--current {
  display: inline-block;
  position: relative;
  color: #34302B;
  width: 2em;
  margin: 0 5px;
  padding: 0.6em 0;
  line-height: 0.5;
  vertical-align: middle;
  letter-spacing: normal;
}
.block--pager .pager__item--current span {
  display: inline;
  position: relative;
  border-radius: 50%;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.block--pager .pager__item--current::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: 15px;
  height: 1px;
  background: #34302B;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.txt--basic {
  margin: 0 0 1em;
  font-family: "ヒラギノ角ゴ ProN W3", sans-serif;
}

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

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

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

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

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

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

.page--home .header .drawer__btn {
  opacity: 0;
  -webkit-transition: opacity 0.6s 1.2s cubic-bezier(0.25, 0.1, 0.33, 0.6);
  transition: opacity 0.6s 1.2s cubic-bezier(0.25, 0.1, 0.33, 0.6);
}
.page--home .logo {
  overflow: hidden;
}
.page--home .logo img {
  opacity: 0;
  -webkit-transform: translateX(-30vw);
          transform: translateX(-30vw);
  -webkit-transition: opacity 0.6s 0.2s cubic-bezier(0.25, 0.1, 0.33, 0.6), -webkit-transform 0.6s 0.2s cubic-bezier(0.25, 0.1, 0.33, 0.6);
  transition: opacity 0.6s 0.2s cubic-bezier(0.25, 0.1, 0.33, 0.6), -webkit-transform 0.6s 0.2s cubic-bezier(0.25, 0.1, 0.33, 0.6);
  transition: opacity 0.6s 0.2s cubic-bezier(0.25, 0.1, 0.33, 0.6), transform 0.6s 0.2s cubic-bezier(0.25, 0.1, 0.33, 0.6);
  transition: opacity 0.6s 0.2s cubic-bezier(0.25, 0.1, 0.33, 0.6), transform 0.6s 0.2s cubic-bezier(0.25, 0.1, 0.33, 0.6), -webkit-transform 0.6s 0.2s cubic-bezier(0.25, 0.1, 0.33, 0.6);
}
.page--home .block--login, .page--home .scroll {
  opacity: 0;
  -webkit-transition: opacity 0.6s 1.2s cubic-bezier(0.25, 0.1, 0.33, 0.6);
  transition: opacity 0.6s 1.2s cubic-bezier(0.25, 0.1, 0.33, 0.6);
}
.page--home .section--top .block--keyvisual .keyvisual img {
  opacity: 0;
  -webkit-transition: opacity 0.8s 0.8s cubic-bezier(0.25, 0.1, 0.33, 0.6);
  transition: opacity 0.8s 0.8s cubic-bezier(0.25, 0.1, 0.33, 0.6);
}

.loaded.page--home header .logo img {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.loaded.page--home header .drawer__btn {
  opacity: 1;
}
.loaded.page--home .logo img {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.loaded.page--home .block--login, .loaded.page--home .scroll {
  opacity: 1;
}
.loaded.page--home .section--top .block--keyvisual .keyvisual img {
  opacity: 1;
}
.loaded.page--home .section--top .block--scroll .scroll {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-base-style, .btn--sub, .btn--main {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border: none;
  position: relative;
  z-index: 1;
  font-family: "ヒラギノ角ゴ ProN W3", sans-serif;
}

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

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

.date, .category {
  font-size: 15px;
  font-family: "mantinia", serif;
  letter-spacing: 0.05em;
}

.date {
  font-family: "Roboto", sans-serif;
}

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

.no-data {
  font-family: "ヒラギノ角ゴ ProN W3", sans-serif;
  opacity: 0;
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-transition: opacity 0.7s 0.8s;
  transition: opacity 0.7s 0.8s;
}
.no-data.delighter.started {
  opacity: 1;
}

.tit {
  font-family: "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  word-break: break-word;
}

.list--information {
  position: relative;
  z-index: 2;
}
.list--information li {
  margin-bottom: 15px;
  -webkit-transition: 0.45s 0.6s cubic-bezier(0.25, 0.1, 0.33, 0.6);
  transition: 0.45s 0.6s cubic-bezier(0.25, 0.1, 0.33, 0.6);
}
.list--information li a {
  background: #fff;
  padding: 30px 18px 35px;
  display: block;
}
.list--information li a .date {
  margin-bottom: 15px;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-right: 8px;
}
.list--information li:last-child {
  margin-bottom: 0;
}
.list--information li.new a::after {
  content: "NEW";
  font-size: 12px;
  font-family: "mantinia", serif;
  color: #AF9D65;
  position: absolute;
  right: 20px;
  top: 30px;
}

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

.list--photo {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list--photo li {
  width: 33.3333333333%;
}

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

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

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

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

.no-data {
  float: none;
  text-align: left;
  width: 100%;
  color: #34302B;
  border: none !important;
  padding: 4em 0;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  mix-blend-mode: difference;
}
.header .inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: flex-start;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}

.drawer {
  width: 100vw;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 50;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}
.drawer .drawer-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: flex-start;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  padding: 25vw 6% 7vw;
  position: relative;
  left: 0;
  top: 0;
}
.drawer .nav--menu {
  padding-bottom: 20vw;
  opacity: 0;
  -webkit-transition: opacity 0.4s 0.4s;
  transition: opacity 0.4s 0.4s;
}
.drawer [class^=nav--] li {
  margin-bottom: 5px;
  line-height: 1;
}
.drawer [class^=nav--] li a {
  padding: 10px 0;
  font-size: 20px;
  position: relative;
  letter-spacing: 0.05em;
  font-family: "mantinia", serif;
  color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .drawer [class^=nav--] li a {
    font-size: 3vw;
  }
}
.drawer [class^=nav--] li a span {
  display: block;
  -webkit-transform: translateX(-2em);
          transform: translateX(-2em);
  -webkit-transition: all 0.3s 0.6s ease;
  transition: all 0.3s 0.6s ease;
  opacity: 0;
}
.drawer [class^=nav--] li a .date {
  display: inline-block;
  position: relative;
  top: -2px;
  left: 16px;
  color: #AF9D65;
  margin-bottom: 0;
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .drawer [class^=nav--] li a .date {
    font-size: 13px;
    top: -4px;
    left: 20px;
  }
}
.drawer [class^=nav--] li.tit {
  width: 100%;
  font-size: 11px;
  font-family: "Roboto", sans-serif;
  opacity: 0.5;
  position: relative;
  margin-bottom: 20px;
}
.drawer .nav--menu__official {
  position: relative;
  margin-bottom: 20px;
}
.drawer .nav--menu__official li a {
  overflow: hidden;
  display: block;
}
.drawer .nav--menu__fc {
  margin-bottom: 20px;
}
.drawer .nav--menu__fc li a {
  font-size: 7vw !important;
}
.drawer .nav--sns {
  border-bottom: 1px solid rgba(52, 48, 43, 0.2);
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.drawer .nav--login {
  width: 100%;
  position: relative;
}
.drawer .nav--login h1.logo {
  width: 80%;
  margin-bottom: 20px;
  overflow: hidden;
}
.drawer .nav--login h1.logo a {
  display: block;
}
.drawer .nav--login h1.logo img {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-transition: opacity 0.4s 0.6s, -webkit-transform 0.4s 0.6s;
  transition: opacity 0.4s 0.6s, -webkit-transform 0.4s 0.6s;
  transition: transform 0.4s 0.6s, opacity 0.4s 0.6s;
  transition: transform 0.4s 0.6s, opacity 0.4s 0.6s, -webkit-transform 0.4s 0.6s;
}
.drawer .nav--login li {
  display: inline-block;
  position: relative;
}
.drawer .nav--login li a {
  color: #fff;
  display: block;
  position: relative;
  font-family: "mantinia", serif;
  padding: 5px;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
}
.drawer .nav--login li a span {
  display: block;
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-transition: opacity 0.3s 0.6s, -webkit-transform 0.3s 0.6s;
  transition: opacity 0.3s 0.6s, -webkit-transform 0.3s 0.6s;
  transition: transform 0.3s 0.6s, opacity 0.3s 0.6s;
  transition: transform 0.3s 0.6s, opacity 0.3s 0.6s, -webkit-transform 0.3s 0.6s;
}
.drawer .nav--login li:not(:last-child) {
  margin-right: 65px;
  letter-spacing: 0.2em;
}
.drawer .nav--login li:not(:last-child)::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  position: absolute;
  background: #fff;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  width: 1px;
  height: 20px;
  position: absolute;
  background: rgba(52, 48, 43, 0.5);
  right: -35px;
  top: 1px;
  -webkit-transition: -webkit-transform 0.4s 0.4s;
  transition: -webkit-transform 0.4s 0.4s;
  transition: transform 0.4s 0.4s;
  transition: transform 0.4s 0.4s, -webkit-transform 0.4s 0.4s;
}
.drawer .nav--item__home {
  border-top: 1px solid rgba(52, 48, 43, 0.2);
  padding-top: 30px;
  margin-top: 40px;
  font-family: "mantinia", serif;
  font-size: 18px;
}
.drawer .nav--item__home a {
  display: block;
  overflow: hidden;
}
.drawer .nav--item__home a span {
  display: block;
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-transition: opacity 0.4s 0.6s, -webkit-transform 0.4s 0.6s;
  transition: opacity 0.4s 0.6s, -webkit-transform 0.4s 0.6s;
  transition: transform 0.4s 0.6s, opacity 0.4s 0.6s;
  transition: transform 0.4s 0.6s, opacity 0.4s 0.6s, -webkit-transform 0.4s 0.6s;
}

.drawer__btn {
  position: relative;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.drawer__btn .menu {
  color: #fff;
  font-family: "mantinia", serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  position: relative;
}
.drawer__btn .menu .hidden {
  position: relative;
  right: 5px;
}
.drawer__btn .menu .visible {
  position: absolute;
  opacity: 0;
  left: -8px;
  top: 0;
  pointer-events: none;
}
.drawer__btn .menu span {
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.drawer__btn .menu::before {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: 0px;
  left: 2px;
  z-index: 10;
}

.drawer__btn-close {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 15px;
  top: 8px;
  z-index: 1;
  opacity: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all 0.7s 0s ease;
  transition: all 0.7s 0s ease;
}
.drawer__btn-close::before, .drawer__btn-close::after {
  content: "";
  display: block;
  width: 25px;
  height: 4px;
  position: absolute;
  background: #fff;
  -webkit-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
}

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

footer {
  width: 100%;
  font-family: "ヒラギノ角ゴ ProN W3", sans-serif;
  position: absolute;
  bottom: 0;
  left: 0;
}
footer .inner {
  display: none;
}
footer .link--home {
  font-family: "mantinia", serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 40px 0;
}
footer .copyright {
  font-family: "Roboto", sans-serif;
  opacity: 0.6;
}

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

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

.section-tit {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  font-family: "mantinia", serif;
  color: #34302B;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: left;
  margin: 0 0 5px;
  position: relative;
  margin-bottom: 60px;
}

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

.section--list {
  position: relative;
}

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

.section--detail {
  padding: 0 10%;
}
.section--detail .list--contents {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section--detail > .txt * {
  white-space: normal !important;
  word-break: break-word;
}
.section--detail .tit {
  font-size: 20px;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
}
.section--detail .date {
  display: block;
}
.section--detail .block--share {
  float: right;
}
.section--detail .block--share li {
  display: inline-block;
  margin-right: 10px;
}
.section--detail .block--share li i {
  font-size: 20px;
}
.section--detail .block--share li:last-child {
  margin-right: 0;
}
.section--detail .block--share li svg {
  width: 18px;
  fill: #34302B;
  position: relative;
  top: 4px;
}
.section--detail .block--share li.share {
  font-family: mantinia, serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 11px;
  margin-right: 15px;
  letter-spacing: 0.05em;
}

.detail__btn {
  font-family: "mantinia", serif;
  letter-spacing: 0.02em;
  font-size: 17px;
  margin-top: 50px;
  display: block;
  text-align: left;
}
.detail__btn a {
  display: inline-block;
  letter-spacing: 0.2em;
  color: #34302B;
  font-size: 12px;
  padding: 10px 5px 10px 19px;
  position: relative;
}
.detail__btn a::before {
  content: "";
  display: block;
  width: 70px;
  height: 6px;
  position: absolute;
  background: url(/static/fumiyafujii/fanclub/common/arrow_back.svg) no-repeat center;
  background-size: contain;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  bottom: 3px;
  right: 0;
}

body:not(.page--home) .no-data {
  opacity: 1;
}

.page--home .birthday-message {
  margin: -6em 0 3em;
}
.page--home .birthday-message i {
  margin-right: 5px;
}
.page--home .drawer .nav--item__home {
  display: none;
}
.page--home .drawer .nav--item__staffblog {
  margin-right: 0 !important;
}
.page--home .list__more {
  font-family: "mantinia", serif;
  letter-spacing: 0.1em;
  font-size: 17px;
  margin-top: 50px;
  display: block;
  text-align: right;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.page--home .list__more a {
  display: inline-block;
  color: #34302B;
  font-size: 12px;
  padding: 10px 20px 10px 10px;
  position: relative;
}
.page--home .list__more a::before {
  content: "";
  display: block;
  width: 117px;
  height: 6px;
  position: absolute;
  background: url(/static/fumiyafujii/fanclub/common/arrow_more.svg) no-repeat center;
  background-size: contain;
  bottom: 3px;
  right: 0;
}
.page--home .section--top {
  padding-top: 40vw;
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
  margin-bottom: 140px;
}
.page--home .section--top .block--keyvisual {
  width: 100%;
  position: relative;
}
.page--home .section--top .block--keyvisual .keyvisual {
  position: relative;
  margin-bottom: 30px;
}
.page--home .section--top .block--keyvisual .keyvisual img {
  background-size: cover;
  background-position: left;
  width: 83%;
  height: 52vh;
}
.page--home .section--top .block--keyvisual .logo {
  width: 88vw;
  position: absolute;
  top: -17vw;
  left: 6%;
  z-index: 11;
}
.page--home .section--top .block--keyvisual .logo a {
  display: block;
}
.page--home .section--top .block--keyvisual .block--login {
  width: 83%;
}
.page--home .section--top .block--keyvisual .block--login .list--nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.page--home .section--top .block--keyvisual .block--login .list--nav li {
  font-family: "mantinia", serif;
  font-size: 13px;
  letter-spacing: 0.2em;
}
.page--home .section--top .block--keyvisual .block--login .list--nav li.list--nav__join {
  margin-right: 70px;
  position: relative;
}
.page--home .section--top .block--keyvisual .block--login .list--nav li.list--nav__join::before {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  position: absolute;
  background: rgba(52, 48, 43, 0.5);
  right: -35px;
  top: -1px;
}
.page--home .section--top .scroll {
  position: absolute;
  right: 5.5%;
  bottom: 5vw;
  width: 18vw;
  height: 18vw;
  border: 1px solid rgba(52, 48, 43, 0.5);
  border-radius: 50%;
  -webkit-animation: 3s fuwafuwa infinite;
          animation: 3s fuwafuwa infinite;
}
.page--home .section--top .scroll p {
  font-size: 10px;
  zoom: 0.9;
  font-family: "mantinia", serif;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
}
.page--home .section--top .scroll p::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 1px #34302B;
  border-right: solid 1px #34302B;
  position: absolute;
  top: 14px;
  left: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page--home .section--banner {
  position: relative;
  z-index: 3;
  margin-bottom: 230px;
}
.page--home .section--banner .swiper-container {
  padding: 0;
  width: 100%;
  overflow: visible;
  padding-left: 4%;
  padding-right: 4%;
}
.page--home .section--banner .list--bnr li a {
  display: block;
  line-height: 0;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
.page--home .section--banner .list--bnr li a img {
  width: 100%;
  line-height: 0;
}
.page--home .section--banner.no-swiper li {
  width: 28%;
}
.page--home .section--banner.no-swiper .swiper-button-prev,
.page--home .section--banner.no-swiper .swiper-button-next {
  display: none;
}
.page--home .section--info {
  z-index: 2;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 0.45s 0.4s;
  transition: opacity 0.45s 0.4s;
}
.page--home .section--info .swiper-container {
  overflow: hidden;
}
.page--home .section--info .wrap--info {
  margin-bottom: 50px;
}
.page--home .tab-menu {
  margin-bottom: 35px;
}
.page--home .tab-menu .swiper-wrapper .swiper-slide {
  font-family: "mantinia", serif;
  text-align: center;
  font-size: 15px;
  padding-top: 25px;
  padding-bottom: 1.5em;
  cursor: pointer;
  border-bottom: 1px solid rgba(52, 48, 43, 0.2);
  letter-spacing: 0.1em;
}
.page--home .tab-menu .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  border-color: #34302B;
}
.page--home .tab-menu .swiper-wrapper .swiper-slide .update {
  width: 100%;
  color: #AF9D65;
  font-size: 12px;
  position: absolute;
  font-family: "Roboto", sans-serif;
  left: 0;
  top: 6px;
  letter-spacing: 0.08em;
}
.page--home .area--official {
  position: relative;
  z-index: 2;
}
.page--home .section--latest {
  margin-bottom: 240px;
}
.page--home .section--latest .section-tit {
  padding-left: 6%;
}
.page--home .section--latest .list--latest li {
  margin-bottom: 50px;
  position: relative;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.page--home .section--latest .list--latest li a {
  display: block;
  padding: 45px 0 66px;
  position: relative;
  z-index: 2;
}
.page--home .section--latest .list--latest li a::before {
  content: "";
  display: block;
  width: 90%;
  height: 100%;
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 1;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.8s 0.4s cubic-bezier(0.25, 0.1, 0.33, 0.6);
  transition: -webkit-transform 0.8s 0.4s cubic-bezier(0.25, 0.1, 0.33, 0.6);
  transition: transform 0.8s 0.4s cubic-bezier(0.25, 0.1, 0.33, 0.6);
  transition: transform 0.8s 0.4s cubic-bezier(0.25, 0.1, 0.33, 0.6), -webkit-transform 0.8s 0.4s cubic-bezier(0.25, 0.1, 0.33, 0.6);
}
.page--home .section--latest .list--latest li a .latest-head, .page--home .section--latest .list--latest li a .tit {
  position: relative;
  z-index: 2;
}
.page--home .section--latest .list--latest li a .latest-head {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 80%;
  margin-bottom: 50px;
  opacity: 0;
  -webkit-transition: opacity 0.4s 1.2s cubic-bezier(0.25, 0.1, 0.33, 0.6);
  transition: opacity 0.4s 1.2s cubic-bezier(0.25, 0.1, 0.33, 0.6);
}
.page--home .section--latest .list--latest li a .latest-head .number {
  position: relative;
  width: 3em;
  height: 2em;
}
.page--home .section--latest .list--latest li a .latest-head .number::before {
  content: "01";
  font-size: 28px;
  font-family: "mantinia", serif;
  position: absolute;
  top: 0;
  left: 0;
}
.page--home .section--latest .list--latest li a .latest-head .border {
  display: block;
  width: 60px;
  height: 1px;
  background: rgba(52, 48, 43, 0.4);
}
.page--home .section--latest .list--latest li a .latest-head .category {
  color: #A3A19D;
  font-size: 12px;
  letter-spacing: 0.2em;
  margin-bottom: 0;
  position: relative;
}
.page--home .section--latest .list--latest li a .list__txt {
  width: 80%;
  position: relative;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 0.4s 1.2s cubic-bezier(0.25, 0.1, 0.33, 0.6);
  transition: opacity 0.4s 1.2s cubic-bezier(0.25, 0.1, 0.33, 0.6);
}
.page--home .section--latest .list--latest li a .list__txt .tit {
  margin-bottom: 15px;
}
.page--home .section--latest .list--latest li a .list__txt .date {
  font-size: 12px;
  letter-spacing: 0.1em;
}
.page--home .section--latest .list--latest li a .thumb {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  opacity: 0;
  -webkit-transition: opacity 0.4s 1s cubic-bezier(0.25, 0.1, 0.33, 0.6), -webkit-transform 0.4s 1s cubic-bezier(0.25, 0.1, 0.33, 0.6);
  transition: opacity 0.4s 1s cubic-bezier(0.25, 0.1, 0.33, 0.6), -webkit-transform 0.4s 1s cubic-bezier(0.25, 0.1, 0.33, 0.6);
  transition: opacity 0.4s 1s cubic-bezier(0.25, 0.1, 0.33, 0.6), transform 0.4s 1s cubic-bezier(0.25, 0.1, 0.33, 0.6);
  transition: opacity 0.4s 1s cubic-bezier(0.25, 0.1, 0.33, 0.6), transform 0.4s 1s cubic-bezier(0.25, 0.1, 0.33, 0.6), -webkit-transform 0.4s 1s cubic-bezier(0.25, 0.1, 0.33, 0.6);
  z-index: 10;
}
.page--home .section--latest .list--latest li:first-child, .page--home .section--latest .list--latest li:nth-child(3) {
  padding-left: 6%;
}
.page--home .section--latest .list--latest li:first-child a::before, .page--home .section--latest .list--latest li:nth-child(3) a::before {
  left: auto;
  right: 0;
  -webkit-transform-origin: right;
          transform-origin: right;
}
.page--home .section--latest .list--latest li:first-child a .latest-head, .page--home .section--latest .list--latest li:nth-child(3) a .latest-head {
  margin-left: auto;
  padding-right: 6%;
}
.page--home .section--latest .list--latest li:first-child a .list__txt, .page--home .section--latest .list--latest li:nth-child(3) a .list__txt {
  margin-left: auto;
  padding-right: 6%;
}
.page--home .section--latest .list--latest li:nth-child(3) a .number::before {
  content: "03";
}
.page--home .section--latest .list--latest li:nth-child(2) {
  padding-right: 6%;
}
.page--home .section--latest .list--latest li:nth-child(2) a .number::before {
  content: "02";
}
.page--home .section--latest .list--latest li:nth-child(2) a .latest-head {
  margin-right: auto;
  padding-left: 6%;
}
.page--home .section--latest .list--latest li:nth-child(2) a .list__txt {
  margin-right: auto;
  padding-left: 6%;
}
.page--home .section--latest .list--latest li:nth-child(2) a .thumb {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.page--home .section--latest .list--latest li.new::after {
  content: "NEW";
  display: inline-block;
  font-family: "mantinia", serif;
  font-size: 14px;
  color: #AF9D65;
  margin-left: 5px;
  position: absolute;
  bottom: 20px;
  right: 6%;
  z-index: 10;
}
.page--home .section--latest .list--latest li.new:nth-child(2)::after {
  right: 20%;
}
.page--home .section--latest .list--latest li.delighter.started a::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.page--home .section--latest .list--latest li.delighter.started a .latest-head, .page--home .section--latest .list--latest li.delighter.started a .list__txt {
  opacity: 1;
}
.page--home .section--latest .list--latest li.delighter.started a .thumb {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.page--home .section--game {
  margin-bottom: 210px;
}
.page--home .section--game .list--game li {
  position: relative;
  width: 80%;
  margin-bottom: 45px;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.page--home .section--game .list--game li > a {
  background: rgba(124, 124, 124, 0.2);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  display: block;
  padding: 60px 11vw 80px;
}
.page--home .section--game .list--game li > a .icon {
  width: 8vw;
  margin: 0 auto 10px;
}
.page--home .section--game .list--game li > a .tit {
  font-size: 17px;
  font-family: "mantinia", serif;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 0 auto 10px;
}
.page--home .section--game .list--game li > a .txt {
  font-size: 11px;
  text-align: center;
  letter-spacing: 0.3em;
  line-height: 1.8;
  margin: 0 auto;
}
.page--home .section--game .list--game li .list__more {
  position: absolute;
  bottom: 30px;
  right: -44px;
}
.page--home .section--game .list--game li .list__more a {
  letter-spacing: 0.1em;
}
.page--home .section--game .list--game li .list__more a::before {
  width: 100px;
}
.page--home .section--game .list--game li:nth-child(2) {
  margin-left: auto;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.page--home .section--game .list--game li:nth-child(2) > a {
  padding: 60px 9vw 80px;
}
.page--home .section--game .list--game li:nth-child(2) > a .icon {
  width: 6vw;
}
.page--home .section--game .list--game li:nth-child(2) .list__more {
  right: auto;
  left: -44px;
}
.page--home .section--game .list--game li.delighter.started {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.page--home footer {
  position: relative;
}
.page--home footer .inner {
  padding: 0 4%;
  position: relative;
  display: block;
}
.page--home footer .link--home {
  display: none;
}
.page--home footer .list--support {
  text-align: left;
}
.page--home footer .list--support li {
  margin: 0 20px 0 0;
}
.page--home footer .list--support li a {
  display: block;
  font-size: 14px;
  padding: 10px 0;
}
.page--home footer .list--support li a::before {
  background: #fff;
}
.page--home footer .nav--sns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.page--home footer .nav--sns li {
  margin-right: 10px;
}
.page--home footer .nav--sns li a {
  display: block;
  padding: 5px;
  font-size: 18px;
}
.page--home footer .nav--sns li:last-child {
  margin-right: 0;
}
.page--home footer .block--link p {
  font-family: "mantinia", serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
  display: inline-block;
}
.page--home footer .block--link p a {
  display: block;
  padding: 5px 0;
  position: relative;
}
.page--home footer .block--link .list--link {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.page--home footer .copyright {
  padding-left: 4%;
  font-size: 12px;
  opacity: 0.5;
  color: #34302B;
  font-family: "Roboto", sans-serif;
}

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

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

.page--schedule .block--category .cat13 {
  display: none;
}

.page--disco .category {
  font-family: serif;
}
.page--disco .block--category li a {
  font-family: serif;
  font-weight: bold;
}
.page--disco .thumb {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.page--disco .thumb .blur {
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: 1;
}
.page--disco .thumb .blur img {
  -webkit-filter: blur(80px);
          filter: blur(80px);
  background-size: cover;
}
.page--disco .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-size: contain;
  aspect-ratio: 1/1;
}
.page--disco .thumb img.dummy {
  background-size: cover;
}
.page--disco .list--disco li .category {
  font-weight: bold;
  font-family: serif;
  margin-right: 5px;
}
.page--disco .list--jacket li {
  margin-bottom: 20px;
}
.page--disco .list--jacket li .ph {
  margin-bottom: 5px;
}
.page--disco .block--disc-detail {
  background: #fff;
  padding: 30px 20px;
}
.page--disco .block--disc-detail .tit-wrap {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(52, 48, 43, 0.4);
  margin-bottom: 40px;
  display: block;
}
.page--disco .block--disc-detail .tit {
  margin-bottom: 15px;
}
.page--disco .block--disc-detail .txt {
  font-size: 14px;
  letter-spacing: 0.02em;
}
.page--disco .block--disc-detail .block--track {
  margin-top: 30px;
}
.page--disco .block--disc-detail .block--track .title {
  font-size: 16px;
  color: #34302B;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(52, 48, 43, 0.2);
}
.page--disco .block--disc-detail .block--track .num {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
}
.page--disco .block--disc-detail .block--track > div {
  margin: 20px 0;
  font-size: 13px;
  display: inline-block;
}
.page--disco .block--disc-detail .block--track .list--track li {
  font-size: 13px;
  letter-spacing: 0.02em;
  margin-bottom: 5px;
}
.page--disco .header--disco {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  z-index: -1;
  width: 160%;
  height: 70vw;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page--disco .header--disco .header--disco_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  -webkit-filter: blur(40px);
          filter: blur(40px);
  -webkit-transform: scale(2);
          transform: scale(2);
}
.page--disco .section--detail {
  z-index: 2;
  position: relative;
}

.page--biography .ph {
  width: 110%;
  margin: 0 -10% 40px;
}
.page--biography .name {
  text-align: center;
  font-size: 20px;
  font-family: serif;
  letter-spacing: 0.2em;
  margin-bottom: 40px;
}
.page--biography .name .rubi {
  font-size: 11px;
  font-family: "mantinia", serif;
  display: block;
}
.page--biography .block--bio .block--member {
  margin-bottom: 40px;
}
.page--biography .block--bio .block--member .list--member li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.page--biography .block--bio .block--member .list--member li .ph {
  width: 40%;
  position: relative;
  z-index: 2;
}
.page--biography .block--bio .block--member .list--member li .detail {
  width: 60%;
  padding-left: 5%;
  position: relative;
  z-index: 1;
}
.page--biography .block--bio .block--member .list--member li .detail .part {
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  font-family: "mantinia", serif;
  color: #AF9D65;
}
.page--biography .block--bio .block--member .list--member li .detail .name {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  position: relative;
}
.page--biography .block--bio .block--member .list--member li .detail .name .yomi {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "mantinia", serif;
  display: block;
  margin-top: 5px;
}
.page--biography .block--bio .block--member .list--member li .detail .name::before {
  content: "";
  display: block;
  width: 140%;
  height: 1px;
  position: absolute;
  background: rgba(52, 48, 43, 0.2);
  bottom: -15px;
  left: -40%;
}
.page--biography .block--bio .block--member .list--member li .detail .profile-txt {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page--biography .block--bio .block--member .list--member li .detail .profile-txt dt {
  width: 4em;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.02em;
}
.page--biography .block--bio .block--member .list--member li .detail .profile-txt dd {
  width: calc(100% - 4em);
  vertical-align: 2px;
  line-height: 1;
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 0.02em;
  position: relative;
  top: 3px;
}
.page--biography .block--bio .block--member .list--member li .detail .profile-txt dd:last-of-type {
  margin-bottom: 0;
}
.page--biography .block--bio .bio--detail {
  font-size: 13px;
  letter-spacing: 0.05em;
}
.page--biography .block--bio .bio--detail .txt {
  margin-bottom: 20px;
}

.page--wallpaper .txt {
  margin-bottom: 20px;
}
.page--wallpaper .txt--sub {
  margin-top: 10px;
  text-indent: -1em;
  padding-left: 1em;
}
.page--wallpaper .ph::after {
  content: none;
}
.page--wallpaper .block--pager .pager__item--older a::after, .page--wallpaper .block--pager .pager__item--older span::after,
.page--wallpaper .block--pager .pager__item--newer a::after, .page--wallpaper .block--pager .pager__item--newer span::after {
  content: none;
}
.page--wallpaper .block--pager .pager__item--newer span {
  line-height: 1;
}
.page--wallpaper.page--category .list--contents li {
  background: rgba(52, 48, 43, 0.2);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  height: 30vw;
  margin-bottom: 20px !important;
}
.page--wallpaper.page--category .list--contents li a {
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.page--wallpaper.page--category .list--contents li a .tit {
  font-size: 18px;
  font-family: "mantinia", serif;
  text-align: center;
  margin: 0;
}

.page--movie .tit-wrap {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 40px;
}
.page--movie .block--sort-category .block--sort .btn--setting {
  padding: 16px 8px 16px 16px;
}
.page--movie .block--sort-category .block--sort .btn--setting button {
  cursor: pointer;
  width: 100%;
  padding: 14px;
  background: #fff;
  color: #34302B;
  font-size: 1em;
  -webkit-appearance: none;
  border-radius: 0;
}
.page--movie .btn--sort {
  width: 153px;
}
.page--movie .block--category-tit {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}
.page--movie .block--category-tit .category-tit {
  font-size: 32px;
  font-weight: 500;
  font-family: "ヒラギノ角ゴ ProN W3", sans-serif;
}
.page--movie .list__more {
  font-family: "mantinia", serif;
  letter-spacing: 0.02em;
  font-size: 17px;
  text-align: left;
  display: inline-block;
}
.page--movie .video-js .vjs-big-play-button {
  border: 1px solid #fff;
  height: 3em;
  border-radius: 50%;
  background: transparent;
}
.page--movie .video-js .vjs-control-bar {
  background-color: #000;
}
.page--movie .video-js .vjs-load-progress {
  background-color: rgba(255, 234, 207, 0.2);
}
.page--movie .video-js .vjs-load-progress div {
  background-color: rgba(255, 255, 255, 0.2);
}
.page--movie .video-js .vjs-slider {
  background: rgba(152, 142, 133, 0.5);
}
.page--movie .vjs-icon-play:before, .page--movie .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-size: 2em;
  position: absolute;
  top: 24%;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.page--movie .section--list .list--contents li a .thumb .blur {
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: 1;
}
.page--movie .section--list .list--contents li a .thumb .blur img {
  -webkit-filter: blur(80px);
          filter: blur(80px);
  background-size: cover;
}
.page--movie .section--list .list--contents li a .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  aspect-ratio: 16/9;
  background-size: contain;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.page--movie .block--player {
  position: relative;
  height: 0;
  margin: 0 auto 20px;
  padding-top: 56.25%;
  width: 100%;
  background: #000;
  line-height: 0;
}
.page--movie .block--player > div {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.page--movie .block--player .ulizahtml5 {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.page--movie .tit {
  margin-bottom: 5px;
}
.page--movie .block--tit {
  margin-bottom: 20px;
}
.page--movie .block--more_movies {
  padding-top: 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.page--movie .block--more_movies .more_movies_title {
  font-family: "mantinia", serif;
  font-size: 17px;
  margin-bottom: 5px;
}
.page--movie .block--more_movies .list--contents li {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.page--movie.new-movie .section--detail .area--movie .vjs-big-play-centered .vjs-big-play-button {
  border-radius: 0 !important;
}
.page--movie.new-movie .section--detail .block--tit {
  width: 100% !important;
}
.page--movie.new-movie .section--detail #tab--comment {
  display: none;
}
.page--movie.new-movie .section--detail .area--movie .vjs-big-play-centered .vjs-big-play-button {
  background: no-repeat center url(/static/fumiyafujii/fanclub/common/icon--play.svg) !important;
  background-size: contain !important;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.6));
}
.page--movie.new-movie .section--detail .area--more-info .block--tab {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  width: 100% !important;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab .more_movies_title {
  text-align: left;
  font-size: 17px;
  margin-bottom: 20px;
  font-family: "mantinia", serif;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab > div {
  width: 100% !important;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a {
  width: 100% !important;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies {
  background: transparent !important;
  border-top: 1px solid rgba(52, 48, 43, 0.2) !important;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li {
  border-bottom: 1px solid rgba(52, 48, 43, 0.2) !important;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li .thumb {
  border-radius: 20px 0 20px 0;
  -webkit-filter: none;
          filter: none;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li .thumb .blur {
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: 1;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li .thumb .blur img {
  -webkit-filter: blur(80px);
          filter: blur(80px);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  background-size: cover;
  pointer-events: none;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-size: contain;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .item--more_movie .list__txt {
  width: 30em;
}
.page--movie.new-movie .section--detail .area--movie .video-js .vjs-control-bar {
  -webkit-filter: drop-shadow(2px 2px 2px rgba(52, 48, 43, 0.5)) !important;
          filter: drop-shadow(2px 2px 2px rgba(52, 48, 43, 0.5)) !important;
}
.page--movie.new-movie .section--detail .area--movie .video-js .vjs-play-progress {
  background: #AF9D65 !important;
}
.page--movie.new-movie .section--detail .area--movie .video-js .vjs-play-progress:before {
  color: #AF9D65 !important;
}

.page--blog.page--detail .block--pager .pager__item--other {
  font-size: 13px;
  width: auto;
}
.page--blog .block--pager .pager__item--other {
  width: auto;
}
.page--blog .list--blog .no-data {
  margin: 0;
}
.page--blog .list--horizontal {
  font-family: "ヒラギノ角ゴ ProN W3", sans-serif;
}
.page--blog .list--horizontal li {
  border-bottom: 1px solid #D3D3D3;
}
.page--blog .list--horizontal li a {
  padding: 38px 0px;
}
.page--blog .ulizahtml5 {
  width: 100% !important;
  height: auto !important;
}
.page--blog .section--detail .section--inner {
  background: #fff;
  padding: 35px 5% 85px;
}
.page--blog .section--detail .ph, .page--blog .section--detail .video {
  margin: 10px 0;
}
.page--blog .section--detail .txt a {
  text-decoration: underline;
}
.page--blog .section--detail .icon--like {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  width: auto;
  margin: 20px 0;
}
.page--blog .section--detail .icon--like span {
  font-size: 15px;
  margin-left: 7px;
  font-family: "ヒラギノ角ゴ ProN W3", sans-serif;
  letter-spacing: 0.05em;
}
.page--blog .section--detail .icon--like i.fa-heart {
  font-size: 20px;
  position: relative;
}
.page--blog .section--detail .icon--like i.fa-heart::before {
  opacity: 0;
}
.page--blog .section--detail .icon--like i.fa-heart::after {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background: url(/static/fumiyafujii/fanclub/common/heart_solid.svg) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.page--blog .section--detail .icon--like i.fa-heart.clicked::after {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background: url(/static/fumiyafujii/fanclub/common/heart.svg) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  animation: heart 1.2s reverse both;
}
.page--blog video {
  position: relative !important;
}

.page--diagnosis.section--detail .section--inner {
  background: #fff;
  padding: 65px 5% 85px;
}
.page--diagnosis.section--detail .logo {
  width: 90%;
  margin: 0 auto 5px;
}
.page--diagnosis.section--detail .lead {
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.1em;
}
.page--diagnosis.section--detail .lead span {
  font-size: 15px;
  font-weight: bold;
}
.page--diagnosis.section--detail strong {
  font-size: 18px;
  text-align: center;
  display: block;
  margin: 30px 0;
}
.page--diagnosis .block--diagnosis {
  margin-top: 40px;
  border-top: 1px solid rgba(52, 48, 43, 0.4);
  padding-top: 40px;
}
.page--diagnosis .section--list {
  padding: 0 10% 80px;
  display: block;
}
.page--diagnosis .section--list .block-tit {
  font-family: "mantinia", serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.01em;
  letter-spacing: 0.2em;
  text-align: center;
  color: #34302B;
}
.page--diagnosis .section--list .block--select .list--form {
  margin: 0 auto 3.5em;
}
.page--diagnosis .section--list .block--select .list--form dt {
  line-height: 1.5;
  margin-bottom: 1.2em;
  font-size: 1.2rem;
  color: #34302B;
}
.page--diagnosis .section--list .block--select .list--form dt::before {
  display: inline-block;
  content: "Q.";
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  position: relative;
  margin-right: 0.35em;
  top: -3px;
  font-size: 22px;
}
.page--diagnosis .section--list .block--select .list--form .list--questions li {
  margin-bottom: 12px;
}
.page--diagnosis .section--list .block--select .list--form .list--questions li label span {
  display: block;
  line-height: 1.4;
  font-size: 16px;
  background: #fff;
  border: 1px solid rgba(52, 48, 43, 0.4);
  padding: 1.3em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 7px;
  font-weight: bold;
}
.page--diagnosis .section--list .block--select .list--form .list--questions li label input {
  display: none;
}
.page--diagnosis .section--list .block--select .list--form .list--questions li label input[type=radio]:checked + span {
  background: #34302B;
  color: #fff;
  border: 1px solid #34302B;
}
.page--diagnosis .section--list .list--attention li {
  position: relative;
  font-size: 1.2em;
  margin: 0 0 5px;
  text-indent: -1.3em;
  padding-left: 1.3em;
  color: #df0f12;
  margin-top: 10px;
  text-align: center;
}
.page--diagnosis .section--detail {
  z-index: 10;
  padding: 6vh 6% 0;
  position: relative;
}
.page--diagnosis .section--detail.result .top-txt {
  text-align: center;
  font-size: 16px;
  margin: 0 0 8px;
  opacity: 0;
}
.page--diagnosis .section--detail.result .top-txt .name-txt {
  font-size: 22px;
  margin-right: 3px;
}
.page--diagnosis .section--detail.result .show:not(.not-found) {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 1;
}
.page--diagnosis .section--detail.result .block--ph {
  width: 80%;
  margin: 0 auto;
}
.page--diagnosis .section--detail.result .ph {
  border-radius: 4vw 0 4vw 0;
  overflow: hidden;
  -webkit-box-shadow: 10px 10px 30px rgba(163, 161, 157, 0.4);
          box-shadow: 10px 10px 30px rgba(163, 161, 157, 0.4);
}
.page--diagnosis .section--detail.result .ph img {
  aspect-ratio: 3/4;
}
.page--diagnosis .section--detail.result .special_photo {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--diagnosis .section--detail.result .special_photo {
    width: 100%;
  }
}
.page--diagnosis .section--detail.result .box--rate {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
}
.page--diagnosis .section--detail.result .box--rate.clear .rate::before {
  -webkit-filter: none;
          filter: none;
}
.page--diagnosis .section--detail.result .block--special_contents, .page--diagnosis .section--detail.result .btn {
  opacity: 0;
  text-align: center;
}
.page--diagnosis .section--detail.result .rate {
  display: block;
  position: relative;
  font-family: "mantinia", serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
  width: 100%;
  padding-top: 35%;
}
.page--diagnosis .section--detail.result .rate .show:not(.not-found) {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 1;
}
.page--diagnosis .section--detail.result .rate .odometer-inside {
  position: relative;
  right: 0;
  bottom: 0;
}
.page--diagnosis .section--detail.result .rate .numb {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  position: absolute;
  top: -1vw;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  font-size: 40px;
  font-weight: 600;
  font-family: "mantinia", serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  color: #34302B;
  padding-top: 1%;
  padding-right: 12%;
}
.page--diagnosis .section--detail.result .rate.count100 .odometer-value {
  -webkit-transition: text-align 0.2s;
  transition: text-align 0.2s;
  text-align: right;
}
.page--diagnosis .section--detail.result .rate.count100 .numb.odometer-animating-up.odometer-animating .odometer-value {
  -webkit-transition: text-align 0.2s;
  transition: text-align 0.2s;
  text-align: right;
}
.page--diagnosis .section--detail.result .odometer-digit:last-of-type::after {
  content: "°F";
  font-size: 20px;
  margin-left: 2px;
  position: absolute;
  bottom: 16px;
  font-family: "mantinia", serif;
}
.page--diagnosis .section--detail.result .txt--sub {
  text-align: center;
  margin: 10px 0 50px;
}
.page--diagnosis .section--detail.result .txt--sub .stg {
  font-size: 160%;
  font-weight: bold;
  display: inline-block;
  margin: 0 5px;
  font-family: "mantinia", serif;
  color: #AF9D65;
}
.page--diagnosis .section--detail .block--share_diagnosis {
  margin: 40px 0;
}
.page--diagnosis .section--detail .block--share_diagnosis .tit {
  font-size: 25px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ ProN W3", sans-serif;
  color: #34302B;
  margin-bottom: 40px;
  text-align: center;
}
.page--diagnosis .section--detail .block--share_diagnosis .list--share {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 200px;
  margin: 0 auto;
}
.page--diagnosis .section--detail .block--share_diagnosis .list--share li a {
  display: block;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  position: relative;
}
.page--diagnosis .section--detail .block--share_diagnosis .list--share li i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page--diagnosis .section--detail .block--share_diagnosis .list--share li i {
  font-size: 25px;
  color: #34302B;
}
.page--diagnosis.error .txt {
  font-size: 15px;
  text-align: center;
  margin: 20px 0;
}

.page--lyrics .searchBox {
  position: relative;
  width: 70%;
  margin: 40px auto 50px 0;
  max-width: 500px;
}
.page--lyrics .searchBox input[type=text] {
  padding: 0.5em 1em;
  width: 100%;
  color: #34302B;
}
.page--lyrics .searchBox input[type=submit] {
  width: 40px;
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 40px;
  color: #34302B;
  background: transparent;
  border: none;
  border-radius: 30px;
  position: absolute;
  top: 2px;
  right: 3px;
  z-index: 2;
  cursor: pointer;
}
.page--lyrics .searchBox input::-webkit-input-placeholder {
  color: rgba(52, 48, 43, 0.5);
}
.page--lyrics .border:before {
  right: -12%;
}
.page--lyrics .border:after {
  right: -14%;
  top: -8%;
}
.page--lyrics .block--search {
  margin-bottom: 60px;
}
.page--lyrics .block--search .searchForm {
  position: relative;
  display: inline-block;
  width: 100%;
}
.page--lyrics .block--search input[type=submit] {
  font-family: FontAwesome;
  background-color: transparent;
  color: #34302B;
  font-size: 20px;
  padding: 7px;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
}
.page--lyrics .block--search .block--pull-down {
  margin: 0 0 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.page--lyrics .block--search .block--pull-down select {
  background: transparent;
  border: none;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #34302B;
}
.page--lyrics .block--search .block--pull-down::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  border-bottom: #34302B solid 1px;
  border-left: #34302B solid 1px;
  z-index: 2;
}
.page--lyrics .form--confirm {
  margin-top: 20px;
}
.page--lyrics .form--confirm dt {
  margin-bottom: 2px;
  font-size: 13px;
  opacity: 0.5;
}
.page--lyrics .form--confirm dd {
  margin: 0 0 20px;
}
.page--lyrics .form--post dt {
  opacity: 0.5;
}
.page--lyrics .block--category {
  margin: 0 auto 40px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.page--lyrics .block--category li {
  padding: 15px 0 10px;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  display: inline-block;
  font-family: "ヒラギノ角ゴ ProN W3", sans-serif;
  margin: 0;
  color: rgba(52, 48, 43, 0.5);
  border-bottom: 1px solid rgba(133, 133, 142, 0.4);
}
.page--lyrics .block--category li span {
  padding: 10px;
}
.page--lyrics #panes .block--pager {
  position: relative;
  bottom: 0;
}
.page--lyrics #panes .list--information {
  margin-bottom: 90px;
}
.page--lyrics #panes .list--information li .tit {
  margin-bottom: 3px;
}
.page--lyrics .block--category .current {
  border-bottom: 1px solid #34302B;
  color: #34302B;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.page--lyrics .comment {
  font-size: 12px;
}
.page--lyrics .comment i {
  display: inline-block;
  margin-right: 4px;
  color: #444;
}
.page--lyrics .tit {
  margin-top: 0;
}
.page--lyrics .section--list .list--info li {
  padding: 15px 0;
}
.page--lyrics .section--list .list--info li.no-data {
  margin-top: 100px !important;
}
.page--lyrics .section--list .list--info .tit {
  font-size: 15px;
  margin-bottom: 0;
}
.page--lyrics .section--list .list--info .date,
.page--lyrics .section--list .list--info .name {
  font-size: 12px;
  margin-bottom: 8px;
}
.page--lyrics .section--detail.lyrics .section-tit {
  font-size: 18px;
  letter-spacing: inherit;
  margin-bottom: 5px;
  text-align: center;
}
.page--lyrics .section--detail.lyrics .block--lyrics {
  padding: 0 0 20px;
}
.page--lyrics .section--detail.lyrics .credit {
  font-size: 12px;
  margin-bottom: 20px;
  text-align: center;
  margin-bottom: 40px;
}
.page--lyrics .section--detail.lyrics .txt {
  margin-bottom: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  -ms-user-select: none;
      user-select: none;
}
.page--lyrics .section--detail.lyrics .list--disc {
  padding-top: 20px;
}
.page--lyrics .section--detail.lyrics .list--disc .thumb {
  overflow: hidden;
  width: 70%;
  margin: 0 auto 20px;
}
.page--lyrics .section--detail.lyrics .list--disc .thumb img:first-of-type {
  background-size: contain;
  position: relative;
  z-index: 10;
}
.page--lyrics .section--detail.lyrics .list--disc .tit {
  font-size: 22px;
  margin-bottom: 0;
}
.page--lyrics .section--detail.lyrics .list--disc .date {
  margin-bottom: 0;
}
.page--lyrics .section--detail.lyrics .list--error li {
  text-align: center;
  color: #AF9D65;
  font-weight: bold;
  margin-bottom: 30px;
}
.page--lyrics .section--list.comment .list--comment {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(52, 48, 43, 0.5);
}
.page--lyrics .section--list.comment .list--comment li {
  margin-bottom: 15px;
  -webkit-transition: 0.45s 0.6s cubic-bezier(0.25, 0.1, 0.33, 0.6);
  transition: 0.45s 0.6s cubic-bezier(0.25, 0.1, 0.33, 0.6);
  background: #fff;
  padding: 30px 18px 35px;
  display: block;
}
.page--lyrics .section--list.comment .list--comment li:first-of-type {
  margin-top: 40px;
}
.page--lyrics .section--list.comment .list--comment li:last-child {
  margin-bottom: 0;
}
.page--lyrics .section--list.comment .list--comment li .comment-head {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 10px;
}
.page--lyrics .section--list.comment .list--comment .tit {
  font-size: 12px;
  width: 65%;
}
.page--lyrics .section--list.comment .list--comment .name {
  font-size: 11px;
  font-weight: bold;
}
.page--lyrics .section--list.comment .list--comment .txt {
  font-size: 14px;
}
.page--lyrics .section--detail.done .txt {
  text-align: center;
}
.page--lyrics .section--detail.done .btn {
  margin-top: 30px;
}
.page--lyrics .block--lyrics-tit {
  margin: 0 0 30px;
  text-align: center;
}
.page--lyrics .block--lyrics-tit .tit {
  font-family: "mantinia", serif, serif;
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: bold;
}
.page--lyrics .block--lyrics-tit .credit {
  font-size: 12px;
}
.page--lyrics .panes {
  margin-bottom: 30px;
}
.page--lyrics .btn {
  margin-bottom: 10px;
}
.page--lyrics .comment_view {
  text-align: center;
}
.page--lyrics .comment_view a {
  padding: 10px 0;
}
.page--lyrics .list--info .no-data {
  margin: 50px 0;
}
.page--lyrics .form--post dd {
  margin: 0 0 10px;
}

.section--detail.page--support {
  font-family: "ヒラギノ角ゴ ProN W3", sans-serif;
}
.section--detail.page--support .section-tit {
  font-family: "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 27px;
  line-height: 1.5;
  margin-bottom: 40px;
}
.section--detail.page--support .txt {
  margin-bottom: 30px;
}
.section--detail.page--support .tit {
  font-size: 28px;
  line-height: 1.6em;
  margin: 0 0 30px;
  font-weight: normal;
}
.section--detail.page--support dt {
  font-weight: bold;
  margin-bottom: 5px;
}
.section--detail.page--support dd {
  margin-bottom: 1.5em;
}
.section--detail.page--support .list--support a {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section--detail.page--support .list--support a:hover {
  text-decoration: none;
}
.section--detail.page--support .list--support li {
  text-indent: -1em;
  padding-left: 1em;
}
.section--detail.page--support .list--support.first li {
  text-indent: 0;
  padding-left: 0;
}
.section--detail.page--support .detail__btn a {
  text-decoration: none;
}

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

.page--questionnaire .section--detail {
  padding: 0 6%;
}
.page--questionnaire .section--detail .section-tit {
  font-size: 30px;
  font-weight: 600;
  font-family: "ヒラギノ角ゴ ProN W3", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.page--questionnaire .section--detail .tit {
  font-size: 16px;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
.page--questionnaire .section--detail form .form--post input {
  margin-right: 0.4em;
  background: #fff;
}
.page--questionnaire .section--detail form .form--post {
  margin: 0 0 8%;
}
.page--questionnaire .section--detail form .icon--required::before {
  content: "必須";
  color: #fff;
  background: #df0f12;
  font-size: 0.9em;
  font-weight: 500;
  vertical-align: top;
  padding: 5px;
  margin-left: 5px;
}

.section--detail.page--entry {
  font-family: "ヒラギノ角ゴ ProN W3", sans-serif;
}
.section--detail.page--entry .tit {
  font-family: "mantinia", serif;
  text-align: center;
}
.section--detail.page--entry .tit.jp {
  font-family: "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 16px;
}
.section--detail.page--entry [class^=block--] {
  margin-bottom: 70px;
  position: relative;
  z-index: 2;
}
.section--detail.page--entry [class^=block--] .block-tit {
  font-size: 20px;
  margin: 0 0 30px;
  position: relative;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  font-family: "ヒラギノ角ゴ ProN W3", sans-serif;
  overflow: hidden;
}
.section--detail.page--entry [class^=block--] .block-tit span {
  display: block;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: -webkit-transform 0.3s 0.2s;
  transition: -webkit-transform 0.3s 0.2s;
  transition: transform 0.3s 0.2s;
  transition: transform 0.3s 0.2s, -webkit-transform 0.3s 0.2s;
}
.section--detail.page--entry [class^=block--] .block-tit.delighter.started span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.section--detail.page--entry [class^=block--] .block-tit.delighter.started::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.section--detail.page--entry [class^=block--] table {
  margin: 0 0 40px;
  border: none;
  width: 100%;
}
.section--detail.page--entry [class^=block--] table th {
  width: 175px;
  padding: 20px 3%;
  text-align: center;
  border: 1px solid rgba(52, 48, 43, 0.5);
  font-weight: 400;
  font-size: 12px;
}
.section--detail.page--entry [class^=block--] table td {
  padding: 20px;
  border: 1px solid rgba(52, 48, 43, 0.5);
  padding: 20px 3%;
  font-size: 12px;
}
.section--detail.page--entry [class^=block--] table td .txt--sub {
  text-indent: -1em;
  padding-left: 1em;
}
.section--detail.page--entry .block--logo {
  position: relative;
  z-index: 2;
}
.section--detail.page--entry .block--logo .logo {
  position: relative;
}
.section--detail.page--entry .block--contents {
  position: relative;
  z-index: 4;
}
.section--detail.page--entry .block--contents .block-tit {
  color: inherit;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #34302B;
  position: relative;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  font-family: "ヒラギノ角ゴ ProN W3", sans-serif;
}
.section--detail.page--entry .block--contents .block-tit.en {
  font-family: "mantinia", serif;
  font-size: 20px;
  letter-spacing: 0.2em;
}
.section--detail.page--entry .block--contents .txt--sub {
  font-size: 12px;
}
.section--detail.page--entry .block--contents .list--contents {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section--detail.page--entry .block--contents .list--contents li {
  background: #fff;
  padding: 25px;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.section--detail.page--entry .block--contents .list--contents li.delighter.started {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.section--detail.page--entry .block--contents .list--contents li .ph {
  margin: 10px 0;
}
.section--detail.page--entry .block--contents .list--contents li .tit {
  text-align: left;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
}
.section--detail.page--entry .block--contents .list--contents li .tit.jp {
  font-family: "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 14px;
  font-weight: normal;
}
.section--detail.page--entry .block--contents .list--contents li .txt--sub {
  font-family: initial;
  line-height: 1.6;
  margin-top: 0.8em;
}
.section--detail.page--entry .block--device .list--payment {
  width: 100%;
}
.section--detail.page--entry .block--device .txt--sub {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.section--detail.page--entry .block--device .note {
  margin: -20px auto 0;
}
.section--detail.page--entry .block--entry .list--payment li {
  margin-bottom: 15px;
}

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

.btn.entry .btn--main {
  background: #fff;
  color: #34302B;
  border: none;
  font-size: 18px;
}
.btn.entry .btn--main span {
  display: block;
  font-size: 18px;
}
.btn.entry .btn--first_login {
  font-weight: bold;
  background: #AF9D65;
}

.page--introduction .section--detail {
  width: 65%;
  padding: 0;
  max-width: 800px;
  margin-inline: auto;
  line-height: 1.8;
  position: relative;
  z-index: 100;
  padding-bottom: 300px;
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .page--introduction .section--detail {
    width: 85%;
  }
}
.page--introduction .logo {
  padding-top: 80px;
  margin-bottom: 40px;
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .page--introduction .logo {
    width: 100% !important;
  }
}
.page--introduction .logo img {
  width: 350px;
  display: block;
  margin-inline: auto;
}
.page--introduction .lead {
  font-size: 14px;
  margin-bottom: 40px;
}
.page--introduction .qr {
  background: rgba(124, 124, 124, 0.2);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 70%;
  padding: 30px 40px;
  color: #34302B;
  margin-inline: auto;
  margin-bottom: 40px;
}
.page--introduction .qr .box-left {
  width: 30%;
  margin-right: 30px;
}
.page--introduction .qr .box-right {
  width: calc(70% - 30px);
}
.page--introduction .qr .box-right .txt {
  font-size: 14px;
}
.page--introduction .list--contents__introduction {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page--introduction .list--contents__introduction li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 40px;
  padding: 30px;
  background: #fff;
}
.page--introduction .list--contents__introduction li:nth-child(2n) {
  margin-right: 0;
}
.page--introduction .list--contents__introduction li .tit {
  font-family: "mantinia", serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 15px;
}
.page--introduction .list--contents__introduction li .txt {
  font-size: 13px;
}
.page--introduction footer {
  margin-bottom: 80px;
}
.page--introduction footer .inner {
  display: block;
}
.page--introduction .bg {
  background: url(/static/fumiyafujii/fanclub/common/bg_pc.jpg);
  background-size: cover;
}

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

/* page--error
------------------------------ */
.page--error .section--detail .section-tit {
  text-align: center;
  margin: 0 0 50px;
  line-height: 1.4;
}
.page--error .section--detail .btn {
  margin: 3em 0;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a {
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* common.scss
  ============================== */
  .pc {
    display: none !important;
  }
  .btn--main {
    min-width: 90%;
  }
  /* page--error
  ------------------------------ */
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .btn--main {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn--sub {
    min-width: 90%;
    padding: 20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .btn--sub {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    mix-blend-mode: difference;
  }
  footer {
    padding: 40px 6%;
  }
  .slick-dots li {
    height: 12px;
  }
  .date, .category {
    display: inline-block;
    min-width: inherit;
    font-size: 13px;
    letter-spacing: 0.05em;
    margin-bottom: 7px;
  }
  .tag {
    min-width: inherit;
    width: 4.5em;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .tit {
    font-size: 14px;
    line-height: 1.5;
  }
  .list--contents li {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  .list--contents li.delighter.started {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .list--contents li a {
    display: block;
  }
  .list--contents li a .tit {
    width: 96%;
  }
  .list--photo li {
    width: 50%;
  }
  .block--sort-category {
    top: 16vw;
    right: 7%;
    width: 75%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .block--sort-category {
    width: 45%;
    top: 8vw;
    right: 6%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn--sort {
    width: 130px;
    height: 18px;
  }
  .btn--sort .label {
    font-size: 16px;
  }
  .btn--sort span {
    width: 18px;
    height: 18px;
  }
  .block--category {
    margin-bottom: 20px;
  }
  .block--category li {
    margin-right: 15px;
  }
  .block--category li a {
    font-family: mantinia, serif;
    font-weight: 500;
    letter-spacing: 0.2em;
    font-size: 13px;
    letter-spacing: 0.1em;
    padding: 5px 0;
  }
  li.no-data {
    padding: 2em 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  li.no-data {
    padding: 2em 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .drawer__btn {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transition: 0.4s 1s;
    transition: 0.4s 1s;
  }
  .loaded.page--home .drawer__btn {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .loaded.page--home .nav--language {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .wrap {
    padding: 100px 0 250px;
    position: relative;
  }
  .tit-wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: flex-end;
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    margin-bottom: 20px;
  }
  .block-tit {
    letter-spacing: 0.02em;
    margin-bottom: 30px;
    padding-left: 6%;
  }
  .section--list {
    padding: 0 6%;
    width: 100%;
  }
  .section--detail {
    padding: 0 6%;
    width: 100%;
    max-width: inherit;
  }
  .section--detail .block--pager {
    text-align: center;
  }
  .section--list .block--pager {
    left: -7px;
  }
  .section--list .block--pager li {
    font-size: 13px;
  }
  .section--list .block--pager .pager__item--other {
    width: 3em;
  }
  .section--list .block--pager .pager__item--other a {
    width: auto;
  }
  .section--list .list--contents {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section--list .list--contents li {
    width: 100%;
    margin-bottom: 50px;
  }
  .section--list .list--contents li .thumb {
    margin-bottom: 15px;
  }
  .drawer__btn {
    width: 55px;
    height: 40px;
    position: fixed;
    right: 5.5%;
    top: 10vw;
    z-index: 999;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .drawer__btn .menu {
    font-size: 12px;
  }
  .drawer__btn .menu .hidden {
    right: -2px;
  }
  .drawer__btn .menu .visible {
    left: 1px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .drawer__btn {
    right: 6%;
    top: 5vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .drawer__btn-close {
    right: 7.5%;
    top: 32px;
    width: 25px;
    height: 25px;
  }
  .drawer__btn-close::before, .drawer__btn-close::after {
    width: 25px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .drawer__btn-close {
    right: 7%;
    top: 45px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .drawer .drawer-inner {
    overflow-y: scroll;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .drawer .drawer-inner {
    padding: 15vw 6% 7vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .drawer [class^=nav--] li {
    margin-bottom: 0;
  }
  .drawer [class^=nav--] li a {
    font-size: 14px;
    padding: 5px 0;
    color: #34302B;
    letter-spacing: 0.1em;
  }
  .drawer [class^=nav--] li.nav--item__store i {
    font-size: 14px;
  }
  .drawer .nav--menu__official {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .drawer .nav--menu__official li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .drawer .nav--menu__official li:nth-child(2n) {
    margin-right: 0;
  }
  .drawer .nav--sns {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .drawer .nav--sns li {
    margin-right: 25px;
    overflow: hidden;
  }
  .drawer .nav--sns li a {
    padding: 5px 0;
    display: block;
    font-size: 25px;
  }
  .drawer .nav--sns li a svg {
    fill: #fff;
  }
  .drawer .nav--sns li a i, .drawer .nav--sns li a svg {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
    -webkit-transition: opacity 0.4s 0.6s, -webkit-transform 0.4s 0.6s;
    transition: opacity 0.4s 0.6s, -webkit-transform 0.4s 0.6s;
    transition: transform 0.4s 0.6s, opacity 0.4s 0.6s;
    transition: transform 0.4s 0.6s, opacity 0.4s 0.6s, -webkit-transform 0.4s 0.6s;
  }
  .drawer .nav--menu__fc li {
    margin-bottom: 15px;
  }
  .drawer .nav--menu__fc li a {
    font-size: 28px;
    padding: 5px 0;
    display: block;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .drawer .nav--login h1.logo {
    width: 52vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .drawer-visible .drawer .nav--sns::after {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .drawer-visible .nav--sns li a i {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  .page--home .wrap {
    padding-bottom: 0;
    padding-top: 0;
  }
  .page--home footer {
    padding: 0 0 50px;
    z-index: 10;
  }
  .page--home footer .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 6%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--home footer .inner {
    padding: 0 5%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home footer .list--support {
    width: 100%;
    text-align: left;
    margin-bottom: 130px;
  }
  .page--home footer .list--support li a {
    line-height: 1.5;
  }
  .page--home footer .list--support li:first-child {
    margin: 1em 0 0;
  }
  .page--home footer .list--support dt {
    font-size: 16px;
    position: relative;
    font-family: "mantinia", serif;
    border-bottom: 1px solid #34302B;
    padding-bottom: 10px;
  }
  .page--home footer .list--support dt::before, .page--home footer .list--support dt::after {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    position: absolute;
    background: #34302B;
    position: absolute;
    right: 5px;
    top: 20px;
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  .page--home footer .list--support dt::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .page--home footer .list--support dt.open::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .page--home footer .list--support dt.open::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .page--home footer .list--support dd {
    display: none;
  }
  .page--home footer .block--link p {
    font-size: 16px;
  }
  .page--home footer .block--link .list--link li {
    width: 49%;
    margin-right: 2%;
  }
  .page--home footer .block--link .list--link li:nth-child(2n) {
    margin-right: 0;
  }
  .page--home footer .copyright {
    padding-left: 6%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--home footer .copyright {
    padding-left: 5%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--banner {
    position: relative;
    z-index: 2;
  }
  .page--home .section--banner .swiper-container {
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--home .section--banner .swiper-container {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--banner .list--bnr li a {
    display: block;
  }
  .page--home .section--banner .list--bnr li a img {
    vertical-align: bottom;
  }
  .page--home .section--banner.no-swiper .list--bnr li {
    width: 100%;
  }
  .page--home .section--banner.no-swiper .swiper-pagination-clickable .swiper-pagination-bullet {
    display: none;
  }
  .page--home .section--info {
    padding: 0 6%;
    margin-bottom: 80px;
  }
  .page--home .area--fc {
    padding-top: 30vw;
  }
  .page--home .area--fc .logo-area {
    margin-left: 6%;
    width: 60%;
    top: -15vw;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--home .area--fc .logo-area {
    width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .area--fc .logo-area .logo {
    width: 66vw;
    margin-bottom: 60px;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  .page--home .area--fc .logo-area .logo.delighter.started {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .page--home .area--fc .logo-area .svg-txt svg {
    width: 42vw;
    height: 3vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--home .area--fc .logo-area .svg-txt svg {
    width: 28vw;
    height: 2vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .area--fc .logo-area .login-btn .nav--login a::before {
    left: 4px;
  }
  .page--home .area--fc .logo-area .login-btn .nav--join {
    margin-right: 5px;
  }
  .page--home .area--fc .logo-area .login-btn li a {
    padding: 5px;
    font-size: 16px;
  }
  .page--home .area--fc .logo-area .login-btn li.nav--item__join {
    margin-right: 20px;
  }
  .page--home .area--fc .section--movie, .page--home .area--fc .section--photo {
    padding: 0 6%;
    margin-bottom: 40px;
  }
  .page--home .area--fc .section--movie .section-tit, .page--home .area--fc .section--photo .section-tit {
    font-size: 30px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--home .area--fc .section--movie .section-tit, .page--home .area--fc .section--photo .section-tit {
    font-size: 26px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .area--fc .section--movie .section--inner .block--thumb .thumb, .page--home .area--fc .section--photo .section--inner .block--thumb .thumb {
    margin-bottom: 15px;
  }
  .page--home .area--fc .section--movie .section--inner .block--thumb.nologin .thumb .members-only, .page--home .area--fc .section--photo .section--inner .block--thumb.nologin .thumb .members-only {
    font-size: 6vw;
  }
  .page--home .area--fc .section--movie .section--inner .block--detail__tit, .page--home .area--fc .section--photo .section--inner .block--detail__tit {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: flex-end;
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    padding-bottom: 25px;
    position: relative;
  }
  .page--home .area--fc .section--movie .section--inner .block--detail__tit .list__more, .page--home .area--fc .section--photo .section--inner .block--detail__tit .list__more {
    position: relative;
    top: -2px;
  }
  .page--home .area--fc .section--movie .section--inner .block--detail__txt, .page--home .area--fc .section--photo .section--inner .block--detail__txt {
    position: relative;
  }
  .page--home .area--fc .section--movie .section--inner .block--detail__txt::before, .page--home .area--fc .section--photo .section--inner .block--detail__txt::before {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    top: -15px;
    left: 1px;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transition: -webkit-transform 0.6s 0.8s;
    transition: -webkit-transform 0.6s 0.8s;
    transition: transform 0.6s 0.8s;
    transition: transform 0.6s 0.8s, -webkit-transform 0.6s 0.8s;
  }
  .page--home .area--fc .section--movie .section--inner .block--detail__txt .tit, .page--home .area--fc .section--photo .section--inner .block--detail__txt .tit {
    font-size: 13px;
  }
  .page--home .area--fc .section--movie .section--inner .block--detail__txt .date, .page--home .area--fc .section--photo .section--inner .block--detail__txt .date {
    font-size: 14px;
  }
  .page--home .area--fc .section--movie .section--inner.delighter.started .block--detail__txt::before, .page--home .area--fc .section--photo .section--inner.delighter.started .block--detail__txt::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .page--home .area--fc .section--photo .section--inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page--home .area--fc .section--photo .section--inner .block--thumb {
    width: 100%;
  }
  .page--home .area--fc .block--blog {
    padding: 0 6% 95px;
  }
  .page--home .area--fc .block--blog > section .tit-wrap {
    margin-bottom: -16px;
  }
  .page--home .area--fc .block--blog > section .tit-wrap .section-tit {
    font-size: 30px;
  }
  .page--home .area--fc .block--blog > section .tit-wrap .list__more {
    top: -8px;
  }
  .page--home .area--fc .block--blog > section .section--inner > a {
    padding: 50px 6%;
    min-height: 200px;
  }
  .page--home .area--fc .block--blog > section .section--inner.new::before {
    font-size: 16px;
  }
  .page--home .area--fc .block--blog > section.section--staffblog {
    margin-bottom: 40px;
  }
  .page--home .area--fc .block--blog > section.section--staffblog .tit {
    font-size: 18px;
  }
  .page--home .area--fc .block--blog > section.section--windstagram .date {
    font-size: 35px;
  }
  body:not(.page--home) .logo {
    width: 19vw;
  }
  .page--info .tit-wrap {
    display: block !important;
    margin-bottom: 40px;
  }
  .page--info .block--share {
    margin: 60px 0 40px;
  }
  .page--info .section--detail.new .tit::after {
    font-size: 16px;
    vertical-align: 0px;
    line-height: 1;
  }
  .page--info .section--detail {
    width: 100%;
    padding: 0 6%;
  }
  .page--info .section--detail .tit {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
  .page--info .section--detail .txt {
    padding-top: 20px;
  }
  .page--info .section--detail .category {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 5px;
  }
  .page--info .section--detail .category::before {
    left: inherit;
    right: -5px;
    top: 8px;
  }
  .page--info .section--detail .date.second {
    margin-left: 15px;
  }
  .page--info .section--detail .date.second::before {
    left: -16px;
  }
  .page--disco .list--disco li {
    margin-bottom: 40px;
  }
  .page--disco .list--disco li .tit {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .page--disco .list--disco li .date, .page--disco .list--disco li .category {
    font-size: 11px;
  }
  .page--disco .block--disc-detail .tit-wrap {
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
  .page--disco .block--disc-detail .txt {
    padding: 0;
  }
  .page--disco .block--disc-detail .category {
    margin: 0;
  }
  .page--disco .block--disc-detail .block--track .block-tit {
    padding-left: 0;
  }
  .page--disco .block--jacket .ph {
    margin-bottom: 15px;
  }
  .page--biography .block--ph .ph {
    margin: 0 0 20px;
  }
  .page--biography .block--logo {
    margin-bottom: 30px;
  }
  .page--biography .block--logo .logo {
    width: 33vw;
    margin: 0 auto -5px;
    position: static;
    mix-blend-mode: unset;
  }
  .page--biography .block--logo .txt--sub {
    font-size: 12px;
  }
  .page--biography .block--bio .block--member .list--member li {
    margin-bottom: 20px;
  }
  .page--biography .block--bio .block--member .list--member li:last-child {
    margin-bottom: 0;
  }
  .page--biography .block--bio .block--member .list--member li .detail .part {
    font-size: 11px;
    margin-bottom: 5px;
  }
  .page--biography .block--bio .block--member .list--member li .detail .name {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .page--biography .block--bio .block--member .list--member li .detail .name::before {
    bottom: -7.5px;
  }
  .page--biography .block--bio .block--member .list--member li .detail .name .yomi {
    font-size: 12px;
    display: inline-block;
    margin-left: 5px;
  }
  .page--biography .block--bio .block--member .list--member li .detail .profile-txt dt {
    font-size: 11px;
  }
  .page--biography .block--bio .block--member .list--member li .detail .profile-txt dd {
    font-size: 13px;
    top: 1px;
  }
  .page--biography .block--bio .bio--detail {
    letter-spacing: 0.08em;
  }
  .page--biography .block--bio .bio--detail .txt {
    padding-top: 0;
  }
  .page--photo.page--detail .section-tit {
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
  .page--photo.page--detail .list--photo li .thumb {
    background-position: top center;
  }
  .page--photo.page--detail .detail__btn {
    margin-top: 6em;
  }
  .page--photo .list--photo {
    margin-bottom: 70px;
  }
  .page--photo #swipebox-action #swipebox-close {
    right: 0;
  }
  .page--photo .section--list .block--pager {
    top: 0;
  }
  .page--photo #swipebox-action #swipebox-next {
    right: 0;
  }
  .page--photo #swipebox-action #swipebox-prev, .page--photo #swipebox-action #swipebox-next {
    top: 80%;
  }
  .page--movie .block--category-tit .category-tit {
    font-size: 25px;
  }
  .page--movie .block--sort-category {
    right: 0;
  }
  .page--movie .btn--sort {
    width: 135px;
  }
  .page--movie .list__more {
    font-size: 14px;
    letter-spacing: 0.05em;
    padding: 5px 0;
  }
  .page--movie .list__more span {
    margin-right: 5px;
  }
  .page--movie .list__more span.arrow {
    margin: 0;
  }
  .page--movie .list__more svg {
    width: 24px;
    height: 5px;
    position: relative;
    top: -3px;
  }
  .page--movie .vjs-big-play-centered .vjs-big-play-button {
    top: 38%;
  }
  .page--movie .section--list {
    padding: 0 6%;
  }
  .page--movie .section--detail .txt--basic {
    margin: 24px 0 0;
  }
  .page--movie .section--detail img {
    position: absolute;
    top: 0;
  }
  .page--movie .block--more_movies .list--contents li {
    width: 47.5%;
    margin-right: 5%;
    margin-bottom: 30px;
  }
  .page--movie .block--more_movies .list--contents li .thumb {
    margin-bottom: 10px;
  }
  .page--movie .block--more_movies .list--contents li:nth-child(2n) {
    margin-right: 0;
  }
  .page--movie .block--more_movies .list--contents li a {
    padding: 8px 0 !important;
  }
  .page--movie .block--more_movies .list--contents li a .tit {
    font-size: 12px;
  }
  .page--movie .block--more_movies .list--contents li a .date {
    font-size: 11px;
  }
  .page--movie.new-movie .section--detail .block--tit {
    padding: 20px 6% 2vw !important;
  }
  .page--movie.new-movie .section--detail .block--tab .more_movies_title {
    font-size: 12px;
  }
  .page--movie.new-movie .section--detail .area--more-info {
    width: 88% !important;
  }
  .page--movie.new-movie .section--detail .area--movie .video-js .vjs-play-control {
    width: 14.5vw;
    height: 14.5vw;
    position: absolute;
    top: -24vw;
    left: 44%;
    font-size: 5vw;
  }
  .page--movie.new-movie .section--detail .block--player {
    position: absolute !important;
    top: 25vw !important;
  }
  .detail__btn {
    text-align: left !important;
  }
  .page--blog .list--blog .date {
    margin-bottom: 8px;
  }
  .page--blog .block--pager .pager__item--other {
    width: 3em;
  }
  .page--blog .section--detail .detail__btn {
    margin-top: 0;
  }
  .page--diagnosis .block--title {
    width: 80%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--diagnosis .block--title {
    width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--diagnosis .block--txt {
    font-size: 13px;
  }
  .page--diagnosis .block--txt .txt {
    padding-top: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--diagnosis .block--txt .txt {
    width: 60%;
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--diagnosis .section--list {
    padding: 0 6%;
  }
  .page--diagnosis .section--list .block--select {
    margin-top: 3em;
  }
  .page--diagnosis .section--list .block--select .list--form dt {
    font-size: 1.1rem;
  }
  .page--diagnosis .section--list .block--select .list--form .list--questions li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .page--diagnosis .section--detail .odometer.odometer-auto-theme .odometer-digit, .page--diagnosis .section--detail .odometer.odometer-theme-minimal .odometer-digit {
    width: 1em;
  }
  .page--diagnosis .section--detail .odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .page--diagnosis .section--detail .odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon-inner {
    text-align: right !important;
  }
  .page--diagnosis .section--detail.result .rate {
    padding-top: 34%;
    padding-left: 0;
  }
  .page--diagnosis .section--detail.result .rate::before {
    width: 110%;
    height: 110%;
    top: 0;
    right: 0;
  }
  .page--diagnosis .section--detail.result .rate .numb {
    font-size: 14vw;
  }
  .page--diagnosis .section--detail.result .odometer-digit:last-of-type::after {
    font-size: 7vw;
    bottom: 20%;
  }
  .page--diagnosis .section--detail.result .odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner {
    left: -8px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .page--diagnosis .section--detail.result .block--special_contents {
    margin-top: 30px;
  }
  .page--diagnosis .section--detail .block--share_diagnosis .tit {
    font-size: 18px;
  }
  .page--diagnosis .section--detail .block--share_diagnosis .list--share {
    width: 60%;
  }
  .page--diagnosis .section--detail .block--share_diagnosis .list--share li a {
    width: 15vw;
    height: 15vw;
  }
  .page--diagnosis.error .wrap::before {
    left: -33vw;
    width: 70vw;
    height: 60vw;
    bottom: -22vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--diagnosis.error .wrap::before {
    left: -26vw;
    width: 68vw;
    bottom: -23vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--diagnosis.error .wrap::after {
    width: 120vw;
    height: 60vw;
    bottom: -20vw;
    right: -54vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--diagnosis.error .wrap::after {
    width: 92vw;
    bottom: -21vw;
    right: -44vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--detail.page--support .section-tit {
    letter-spacing: 0.03em;
    font-size: 20px;
    margin-bottom: 40px;
  }
  .section--detail.page--support .txt {
    padding-top: 20px;
  }
  .page--faq .section--list .section-tit {
    letter-spacing: 0.3em;
    font-size: 20px;
  }
  .page--faq .searchBox {
    width: 100%;
  }
  .page--faq .searchBox input[type=submit] {
    top: -2px;
  }
  .page--faq .list--faq {
    margin: 0 0 60px;
  }
  .page--faq .list--faq li a {
    padding: 16px 0;
    line-height: 1.4;
  }
  .page--faq .list--faq li a .icon--q {
    font-size: 18px;
  }
  .page--questionnaire .section--detail .section-tit {
    font-size: 18px;
    text-align: left;
    line-height: 1.2em;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .page--questionnaire .section--detail .txt--basic {
    font-size: 13px;
  }
  .page--questionnaire .section--detail .tit {
    font-size: 14px;
  }
  .page--questionnaire .section--detail form .input--half {
    width: 100% !important;
  }
  .page--questionnaire .section--detail form .input--quarter {
    width: 50% !important;
  }
  .page--questionnaire .section--detail form .form--post dt {
    margin: 2em 0 1em;
  }
  .page--questionnaire .section--detail form .icon--required::before {
    vertical-align: inherit;
    padding-left: 5px;
  }
  .page--questionnaire .section--detail .form--confirm {
    padding: 16px;
  }
  .section--detail.page--entry {
    padding: 0;
  }
  .section--detail.page--entry [class^=block--] {
    margin: 0 auto 80px;
  }
  .section--detail.page--entry [class^=block--] .block-tit {
    font-size: 23px;
    padding: 0;
    margin-bottom: 30px;
  }
  .section--detail.page--entry [class^=block--] .block-tit::before {
    width: 16px;
  }
  .section--detail.page--entry [class^=block--] table {
    font-size: 13px;
  }
  .section--detail.page--entry [class^=block--] table th {
    width: 100px;
    padding: 10px 13px;
    font-weight: bold;
    text-align: center;
  }
  .section--detail.page--entry [class^=block--] table td {
    padding: 10px;
  }
  .section--detail.page--entry [class^=block--] table td .txt--sub {
    text-indent: -1em;
    padding-left: 1em;
  }
  .section--detail.page--entry .txt--sub {
    text-indent: -1em;
    padding-left: 1em;
    display: block;
  }
  .section--detail.page--entry .txt {
    padding: 0;
  }
  .section--detail.page--entry .block--logo {
    width: 88%;
  }
  .section--detail.page--entry .block--logo .logo {
    width: 100%;
    position: static;
    margin: 0 0 40px;
  }
  .section--detail.page--entry .block--logo .logo::before {
    width: 16px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .section--detail.page--entry .block--logo .logo {
    width: 50vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--detail.page--entry .block--logo .lead {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1.8;
    margin-bottom: 40px;
  }
  .section--detail.page--entry .block--logo .btn--main {
    font-size: 16px;
  }
  .section--detail.page--entry .block--contents {
    width: 88%;
    margin: 0 auto 20vw;
  }
  .section--detail.page--entry .block--contents .list--contents li {
    width: 100%;
    margin: 0 0 25px;
  }
  .section--detail.page--entry .block--contents .list--contents li .tit {
    font-size: 18px;
  }
  .section--detail.page--entry .block--contents .list--contents li .tit::before {
    width: 16px;
  }
  .section--detail.page--entry .block--contents .list--contents li .tit.jp {
    font-size: 15px;
  }
  .section--detail.page--entry .block--contents .list--contents li .txt {
    font-size: 13px;
    padding-top: 0;
  }
  .section--detail.page--entry .block--contents .list--contents li figure {
    width: 70%;
    margin: 20px auto 0;
  }
  .section--detail.page--entry .block--device, .section--detail.page--entry .block--entry, .section--detail.page--entry .block--btn {
    width: 88%;
  }
  .section--detail.page--entry .block--btn .btnTit {
    text-align: center;
  }
  .section--detail.page--entry .btn--main {
    min-width: 100%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .section--detail.page--entry .btn--main {
    min-width: 70%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--stream .txt--lead {
    font-size: 16px;
  }
  .page--stream .dl-list li {
    margin-bottom: 20px;
  }
  .page--stream .txt {
    padding-top: 0;
  }
  .page--stream .tit {
    margin-bottom: 10px;
  }
  .page--stream .txt--sub {
    text-indent: -1em;
    padding-left: 1em;
  }
  .page--stream .block--carousel {
    overflow: hidden;
    margin-bottom: 70px;
    padding-bottom: 70px;
    border-bottom: 1px solid rgba(52, 48, 43, 0.5);
  }
  .page--stream .block--carousel .method-list {
    margin-bottom: 90px;
  }
  .page--stream .block--carousel .swiper-container {
    position: relative;
    margin-bottom: 0;
  }
  .page--stream .block--carousel .swiper-container ul li img {
    margin-bottom: 0.5em;
  }
  .page--stream .block--carousel .swiper-container i {
    display: none;
  }
  .page--stream .block--carousel .swiper-button-prev {
    left: 3px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .page--stream .block--carousel .swiper-button-prev::after {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: #fff;
  }
  .page--stream .block--carousel .swiper-button-next {
    right: 3px;
    -webkit-transform: translateY(-52%);
            transform: translateY(-52%);
  }
  .page--stream .block--carousel .swiper-button-next::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: #fff;
  }
  .page--stream .block--carousel .swiper-pagination {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    bottom: -2.2em;
    z-index: 1;
    width: 100%;
  }
  .page--stream .block--carousel .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.4em !important;
  }
  .page--stream .block--carousel .swiper-pagination-bullet-active {
    background: white;
  }
  .page--stream .block--carousel .fa-chevron-right:before {
    content: none;
  }
  .page--stream .block--adjust .adjust-list li {
    margin-bottom: 70px;
  }
  .page--stream .block--adjust .adjust-list li img {
    margin-bottom: 8px;
  }
  .page--stream .block--adjust .adjust-list li .tit {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
  }
  .page--stream .block--adjust .adjust-list li .txt {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.5;
  }
  .page--stream .list--txt li {
    margin-bottom: 12px;
  }
  .page--first_login .section-tit {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.5em;
  }
  .page--first_login .section-tit .item--attention {
    font-size: 16px;
    line-height: 1.4;
  }
  .page--first_login .tit {
    font-size: 18px;
  }
  .page--first_login .txt {
    padding: 0;
    line-height: 1.7;
  }
  .page--first_login .txt--sub {
    text-indent: -1em;
    padding-left: 1em;
  }
  .page--error .section--detail .txt--basic {
    text-align: left;
  }
  .page--error .section--detail .section-tit {
    margin-bottom: 40px;
    font-size: 18px;
  }
  .page--error .section--detail .btn {
    margin: 1em 0;
  }
  .page--contact.section--detail .input--half {
    width: 100% !important;
  }
  .page--contact.section--detail .form--post dt {
    margin: 2em 0 0.5em;
  }
}
/*  tablet
------------------------------ */
@media screen and (min-width: 768px) and (max-width: 960px) {
  body {
    font-size: 16px;
  }
  .wrap {
    padding-top: 140px;
  }
  .btn--sub {
    padding: 0;
  }
  .block--pager {
    font-size: 15px;
  }
  .block--pager .pager__item--other {
    width: auto;
  }
  .block--pager .tit {
    line-height: 1.5;
  }
  .section-tit {
    font-size: 40px;
  }
  .page--info .section--list {
    padding: 0 6%;
  }
  .page--info .section--detail .section-tit {
    height: 3.6vw;
    margin-bottom: 2.5em;
  }
  .page--info .section--detail .date {
    font-size: 1.8vw;
  }
  .page--info .section--detail .tit {
    font-size: 3.5vw;
  }
  .page--info .section--detail .txt--basic {
    font-size: 16px;
  }
  .page--disco .list--disco {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page--disco .list--disco li {
    width: 32%;
    margin-right: 2%;
  }
  .page--disco .list--disco li:nth-child(3n) {
    margin-right: 0;
  }
  .page--disco .list--disco li .thumb {
    margin-bottom: 6px;
  }
}/*# sourceMappingURL=fanclub-service.css.map */