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

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}


body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

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

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

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

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

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

/*Adobe Fonts ちらつき対策用CSS*/
body:not(.page--home) {
  opacity: 0;
  transition: opacity 0.1s;
}

html.wf-active body:not(.page--home),
html.loading-delay body:not(.page--home) {
  opacity: 1;
}

/*Adobe Fonts ちらつき対策用CSSここまで*/
body {
  background-color: #EDECE4;
  color: #000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  background-image: url("/static/ftisland/fanclub/common/bg_texture.png");
  background-blend-mode: multiply;
  background-repeat: repeat;
  line-break: strict;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-size: 14px;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
}

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

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

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

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

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

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

.svg-parts {
  display: none;
}

.txt {
  margin: 0 0 1.2em;
  font-family: "Noto Sans JP", sans-serif;
}

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

.txt--large {
  font-size: 1.3em;
  line-height: 1.8em;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.red {
  color: #cc0000;
}

.icon--new {
  color: #EB7F02;
  font-family: quincy-cf, serif;
  font-weight: 800;
  line-height: 1;
}
@media screen and (min-width: 961px) {
  .icon--new {
    margin-left: 0.8em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .icon--new {
    margin-left: 1.1em;
  }
}

.header {
  justify-content: space-between;
  font-family: quincy-cf, serif;
  font-weight: bold;
  z-index: 999;
}

.list--menu li .disabled,
.kv-menu-list li .disabled {
  pointer-events: none;
  opacity: 0.4;
}

.block--button-nav {
  display: flex;
  gap: 10px;
}

.swiper-prev,
.swiper-next {
  position: relative;
  aspect-ratio: 1/1;
  background-color: #FDBB2F;
  cursor: pointer;
}
.swiper-prev::before,
.swiper-next::before {
  content: "";
  position: absolute;
  display: block;
  width: 50%;
  height: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: contain;
}
.swiper-prev.swiper-button-disabled,
.swiper-next.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.3;
}

.swiper-prev::before {
  background-image: url("/static/ftisland/fanclub/common/arrow_left.svg");
}

.swiper-next::before {
  background-image: url("/static/ftisland/fanclub/common/arrow_right.svg");
}

.delighter {
  opacity: 0;
  transition: 0.5s 0.3s;
}
.delighter.started {
  opacity: 1;
}

.section-tit {
  font-family: quincy-cf, serif;
  font-weight: bold;
  font-style: normal;
}

.content-tit {
  font-family: quincy-cf, serif;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
}

.section--detail .tit {
  border-bottom: 1px solid #000;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  line-height: 1.4;
}

.section--detail.support .section-tit,
.page--faq .section-tit,
.first--login .section-tit,
.page--questionnaire .section-tit {
  font-family: "Noto Serif JP", serif;
  margin-bottom: 1.5em;
}

.btn {
  display: inline-block;
  border-radius: 99px;
  border: 1px solid;
  font-weight: bold;
}

.btn--main {
  background-color: #000;
  color: #FDBB2F;
  text-align: center;
  border-color: #000;
}

.btn--sub {
  color: #000;
  text-align: center;
  border-color: #000;
}

.detail__btn {
  font-family: soleil, sans-serif;
  font-weight: bold;
  margin-top: 3em;
  text-align: center;
}
.detail__btn a {
  position: relative;
}
.detail__btn a::before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  top: 50%;
  left: -1.5em;
  transform: translateY(-50%);
  background-image: url("/static/ftisland/fanclub/common/link_arrow_left.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s 0s ease;
}
@media screen and (min-width: 961px) {
  .detail__btn a:hover {
    opacity: 0.5;
  }
  .detail__btn a:hover::before {
    left: -1.8em;
    transition: all 0.3s 0s ease;
  }
}

.link-faq {
  display: block;
  padding: 0.8em 1em;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
}
.link-faq::after {
  content: "\f08e";
  font-family: FontAwesome;
  margin-left: 1em;
}
@media screen and (min-width: 961px) {
  .link-faq:hover {
    background-color: #FDBB2F;
  }
}
.link-faq + .link-faq {
  margin-top: 0.8em;
}

.list--def > li {
  margin: 0.3em 0;
  padding-left: 1em;
  text-indent: -1em;
}
.list--def > li::before {
  content: "・";
}

.list--num > li {
  padding: 0.3em 0 0.3em 1em;
  text-indent: -1em;
}

.sub-txt-list > li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.list--info li.no-data {
  border: none;
}
.list--info li a {
  display: block;
}
.list--info li .category {
  display: inline-block;
  padding-left: calc(0.8em + 8px);
  font-family: soleil, sans-serif;
  font-weight: 400;
  color: #777777;
  line-height: 1;
  position: relative;
}
.list--info li .category::before {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 2px;
  background-color: #777777;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.list--info li .tit {
  padding-top: 0.6em;
  font-weight: 500;
}
.list--info li + li {
  border-top: 1px solid #CCCCCC;
}

.terms-list {
  counter-reset: number;
}
.terms-list > li {
  padding: 0.3em 0;
  text-indent: -1em;
  padding-left: 1.6em;
}
.terms-list > li:nth-of-type(n+10) {
  text-indent: -1.6em;
}
.terms-list > li::before {
  counter-increment: number;
  content: counter(number) ". ";
}
.terms-list ul {
  padding-left: 1.6em;
}
.terms-list ul li {
  padding: 0.3em 0;
}

.list--attention li {
  text-indent: -1.2em;
  padding-left: 1.2em;
  margin: 0.3em 0;
}
.list--attention li::before {
  content: "※";
  margin-right: 0.2em;
}

.list--sns {
  display: flex;
  gap: 1em;
}

.list--contents a {
  display: block;
}
.list--contents .thumb {
  width: 100%;
  aspect-ratio: 4/3;
  margin-bottom: 0.8em;
}
.list--contents .thumb > img {
  max-width: none;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background-size: contain;
}
.list--contents .date {
  display: block;
}
.list--contents.nologin .thumb {
  position: relative;
  overflow: hidden;
}
.list--contents.nologin .thumb img {
  filter: blur(20px);
  transform: scale(1.1);
}
.list--contents.nologin .thumb::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
}
.list--contents.nologin .thumb::after {
  content: "MEMBER ONLY";
  position: absolute;
  width: 70%;
  padding-top: 32%;
  aspect-ratio: 1/0.394;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  font-family: quincy-cf, serif;
  color: #fff;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  background-image: url("/static/ftisland/fanclub/common/logo_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 20;
}

.tit {
  font-weight: 500;
}

.date {
  font-family: soleil, sans-serif;
  font-weight: 500;
  color: #777777;
  display: inline-block;
}

table {
  width: 100%;
  table-layout: fixed;
  border: 1px solid #000;
}
table th, table td {
  border: 1px solid #000;
}
table th {
  background-color: #cac0a1;
}
table .list--attention {
  font-size: 90%;
}

.txt--link {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
@media screen and (min-width: 961px) {
  .txt--link:hover {
    opacity: 0.5;
  }
}

.link--arrow {
  padding-right: 1.5em;
  position: relative;
}
.link--arrow::after {
  content: "";
  position: absolute;
  display: block;
  width: 1em;
  height: 0.5em;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url("/static/ftisland/fanclub/common/link_arrow_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s 0s ease;
}

.blank::after {
  content: "\f08e";
  font-family: FontAwesome;
  font-size: 0.8em;
  margin-left: 0.5em;
}

.block--pager {
  display: flex;
  justify-content: center;
  gap: 1.2em;
  padding-top: 50px;
  font-size: 1.2em;
  font-family: soleil, sans-serif;
  border-top: 1px solid #000;
}
.block--pager .pager__item--older,
.block--pager .pager__item--newer {
  width: 1em;
  transition: all 0.3s 0s ease;
}
.block--pager .pager__item--older {
  margin-right: 0.5em;
}
.block--pager .pager__item--newer {
  margin-left: 0.5em;
}

.pager__item--current {
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

.category-link {
  display: block;
  position: relative;
}
.category-link::before {
  content: "\f078";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  font-family: FontAwesome;
  font-size: 0.6em;
  color: #000;
  z-index: 2;
  pointer-events: none;
}

.select-category {
  width: 100%;
  padding: 0.5em 1em;
  border-radius: 30px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  cursor: pointer;
}

.page--home .g-nav .home {
  display: none;
}
.page--home .section--hero {
  width: 100%;
  position: relative;
}
.page--home .birthday-message {
  margin-top: 2em;
}
.page--home .birthday-message a {
  padding: 1.5em 3em;
  border-radius: 6px;
}
.page--home .section--banner .swiper-container {
  overflow: hidden;
}
.page--home .section--content {
  border-top: 1px solid #000;
}
.page--home .section--content:last-of-type {
  border-bottom: 1px solid #000;
}
.page--home .section--content .block--tit {
  font-family: quincy-cf, serif;
  font-weight: bold;
  font-style: normal;
}
.page--home .section--content .block--tit .section-tit,
.page--home .section--content .block--tit .link--arrow {
  line-height: 1;
}
.page--home .section--content .block--content a {
  display: block;
}
.page--home .section--content .block--content .list--info .tit {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  white-space: wrap;
}
.page--home .section--content .block--content .link {
  display: block;
}
.page--home .section--content .block--content .thumb {
  width: 100%;
  aspect-ratio: 1/0.559;
  margin-bottom: 1em;
  overflow: hidden;
  position: relative;
}
.page--home .section--content .block--content .thumb img {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.page--home .section--content .block--content .tit {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page--home .nologin .block--content .thumb img {
  filter: blur(20px);
  transform: scale(1.1);
}
.page--home .nologin .block--content .thumb::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
}
.page--home .nologin .block--content .thumb::after {
  content: "MEMBER ONLY";
  position: absolute;
  width: 60%;
  padding-top: 26%;
  aspect-ratio: 1/0.394;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  font-family: quincy-cf, serif;
  color: #fff;
  font-size: 2.4em;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  background-image: url("/static/ftisland/fanclub/common/logo_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 50;
}

body:not(.page--home) .wrap {
  min-height: 100vh;
  position: relative;
}
body:not(.page--home) .section-tit {
  margin-bottom: 0.8em;
  line-height: 1.2;
}
body:not(.page--home) .section-tit.jp {
  font-family: "Noto Serif JP", serif;
}
body:not(.page--home) .section--detail .txt a {
  color: #EB7F02;
  text-decoration: underline;
}
@media screen and (min-width: 961px) {
  body:not(.page--home) .section--detail .txt a:hover {
    opacity: 0.5;
  }
}
body:not(.page--home) .footer {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.page--info .block--category {
  display: flex;
  margin-bottom: 1.5em;
  font-size: 1.2em;
  font-family: quincy-cf, serif;
}
.page--info .block--category li {
  padding: 0 1em;
}
.page--info .block--category li:first-of-type {
  padding-left: 0;
}
.page--info .block--category li + li {
  border-left: 1px solid #CCCCCC;
}
.page--info .block--category li.current a {
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
@media screen and (min-width: 961px) {
  .page--info .block--category li a:hover {
    color: #EB7F02;
    -webkit-text-decoration-color: #FDBB2F;
            text-decoration-color: #FDBB2F;
  }
}
.page--info.category--list .icon--new {
  margin-left: 0;
}
.page--info .section--detail .block--share {
  display: flex;
  gap: 1.5em;
  justify-content: flex-end;
  align-items: center;
  margin-top: 2em;
}
.page--info .section--detail .block--share .share {
  font-size: 0.8em;
  font-family: soleil, sans-serif;
  font-weight: bold;
  margin-right: -0.5em;
}
.page--info .section--detail .category {
  display: inline-block;
  padding-left: calc(0.8em + 8px);
  font-family: soleil, sans-serif;
  font-weight: 400;
  color: #777777;
  line-height: 1;
  position: relative;
}
.page--info .section--detail .category::before {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 2px;
  background-color: #777777;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.page--info .section--detail .ph {
  position: relative;
  margin: 1.2em 0;
}
.page--info .section--detail .ph .dummy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.page--blog .section--detail .date {
  margin-bottom: 0.5em;
}
.page--blog .section--detail .block--pager {
  justify-content: space-between;
  margin-top: 2em;
  padding-bottom: 2em;
  font-size: 1em;
}
.page--blog .section--detail .block--pager .pager__item--older,
.page--blog .section--detail .block--pager .pager__item--newer {
  width: auto;
}
.page--blog .section--detail .block--pager .pager__item--older svg,
.page--blog .section--detail .block--pager .pager__item--newer svg {
  width: 1em;
}
@media screen and (min-width: 961px) {
  .page--blog .section--detail .block--pager .pager__item--older:hover,
  .page--blog .section--detail .block--pager .pager__item--newer:hover {
    transform: none;
  }
}
.page--blog .section--detail .block--pager .pager__item--older {
  margin-left: auto;
  margin-right: 0;
}
.page--blog .section--detail .block--pager .pager__item--newer {
  margin-left: 0;
}
.page--blog .section--detail .block--pager a {
  padding: 0.5em 1em;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  aspect-ratio: 1/1;
}
.page--blog .section--detail .block--player {
  width: 100%;
  aspect-ratio: 16/9;
}

.page--movie.new-movie .section--detail .area--movie .vjs-big-play-centered .vjs-big-play-button {
  margin-top: 0;
  margin-left: 0;
  transform: translate(-50%, -50%);
}
.page--movie.new-movie .section--detail .area--more-info .tab__list {
  font-family: quincy-cf, serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.4em;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies {
  background-color: transparent;
  border-color: #000;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li {
  border-bottom: none;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a {
  display: block;
  width: 100%;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li .list__txt .date {
  font-size: 1em;
  opacity: 1;
  line-height: 1;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents .tit {
  font-size: 1em;
  border: none;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.swipebox-touch header .drawer__btn {
  pointer-events: none;
}

.page--photo .caption {
  margin-bottom: 2em;
}
.page--photo #swipebox-slider .slide img {
  max-height: 80%;
}
.page--photo #swipebox-caption {
  position: absolute;
  width: 100%;
  max-width: 800px;
  text-align: center;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}
.page--photo #swipebox-close {
  top: 60px;
  right: 70px;
  background: none;
}
.page--photo #swipebox-close::before, .page--photo #swipebox-close::after {
  content: "";
  width: 40px;
  height: 4px;
  background: #fff;
  position: absolute;
  top: 20px;
}
.page--photo #swipebox-close::before {
  transform: rotate(45deg);
}
.page--photo #swipebox-close::after {
  transform: rotate(-45deg);
}
.page--photo #swipebox-prev,
.page--photo #swipebox-next {
  background: none;
  color: #fff;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}
.page--photo #swipebox-prev::after,
.page--photo #swipebox-next::after {
  content: "";
  display: inline-block;
  width: 1.75em;
  height: 1.75em;
  border: 1px solid;
  border-top: none;
  border-right: none;
  vertical-align: middle;
  pointer-events: none;
}
.page--photo #swipebox-prev {
  left: 3%;
}
.page--photo #swipebox-prev::after {
  transform: rotate(45deg);
  margin: 1em 0.25em 1em 1em;
}
.page--photo #swipebox-next {
  right: 3%;
}
.page--photo #swipebox-next::after {
  transform: rotate(-135deg);
  margin-top: 1em;
  margin-right: 0.25em;
}

.page--wallpaper .tit {
  font-weight: bold;
  margin-bottom: 1em;
}
.page--wallpaper .block--wp-size ul li {
  width: 100%;
  margin-bottom: 0;
}
.page--wallpaper .block--wp-size ul li + li {
  margin-top: 1em;
}
.page--wallpaper .block--wp-size ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em;
}

.section--detail.support {
  line-height: 1.6;
}
.section--detail.support .support-tit_sub {
  padding-bottom: 0.5em;
  margin-bottom: 2em;
  font-size: 1.2em;
  border-bottom: 1px solid #000;
}
.section--detail.support .lead {
  margin-bottom: 3em;
}
.section--detail.support dl:not(:last-of-type) {
  margin-bottom: 3em;
}
.section--detail.support dt {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.section--detail.support .list--support dt {
  padding-bottom: 0.5em;
  margin-bottom: 1.6em;
  border-bottom: 1px solid #999;
}
.section--detail.support .list--support dd {
  margin-bottom: 3em;
}
.section--detail.support ol li {
  padding: 0.3em 0;
}
.section--detail.support .list--terms {
  margin-top: 0.5em;
}
.section--detail.support .txt-list li {
  padding: 0.3em 0;
  text-indent: -1em;
  padding-left: 1em;
}
.section--detail.support table th {
  width: 35%;
}

.page--faq .searchBox {
  position: relative;
}
.page--faq .searchBox input[type=text] {
  width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  padding: 1em 0;
  border-radius: 0;
  background-color: transparent;
}
.page--faq .searchBox input[type=submit] {
  position: absolute;
  top: 0.5em;
  right: 1em;
  font-family: FontAwesome;
  font-size: 1.5em;
  color: #000;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.page--faq .block--category {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8em;
  margin-top: 3em;
  font-size: 0.9em;
}
.page--faq .block--category li a {
  display: inline-block;
  border: 1px solid #000;
  padding: 0.3em 0.5em;
}
@media screen and (min-width: 961px) {
  .page--faq .block--category li a:hover {
    border-color: #FDBB2F;
    color: #FDBB2F;
  }
}
.page--faq .tit--category {
  font-weight: bold;
  margin: 3em 0 1em;
}
.page--faq .list--faq li {
  border-bottom: 1px solid #CCCCCC;
}
.page--faq .list--faq li a {
  display: flex;
  align-items: flex-start;
}
.page--faq .list--faq li a .txt {
  margin: 0;
}
.page--faq .icon--q {
  display: block;
  margin-right: 0.5em;
  font-weight: bold;
  color: #FDBB2F;
}
.page--faq .section--detail .category {
  margin-bottom: 1em;
  font-weight: normal;
  font-size: 12px;
  color: #666;
}
.page--faq .section--detail .block--faq-detail {
  padding-bottom: 3em;
  border-bottom: 1px solid #000;
}
.page--faq .section--detail .block--faq-detail dt {
  display: flex;
  padding-bottom: 0.5em;
  margin-bottom: 2em;
  font-weight: bold;
  border-bottom: 1px solid #CCCCCC;
}
.page--faq .section--detail .block--faq-detail dt .txt {
  margin: 0;
}
.page--faq .section--detail .block--contact {
  margin-top: 2em;
}
.page--faq .section--detail .block--contact .txt {
  margin: 0;
}
.page--faq .txt--no-data {
  margin-top: 3em;
}

.page--entry .section-tit {
  text-align: center;
}
.page--entry .section-tit svg {
  display: block;
}
.page--entry .content-tit {
  margin-bottom: 1.2em;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
.page--entry .section--content + .section--content {
  margin-top: 4em;
}
.page--entry .list--attention {
  font-size: 0.9em;
}
.page--entry .member--content-list {
  display: flex;
  flex-wrap: wrap;
}
.page--entry .member--content-item {
  position: relative;
}
.page--entry .member--content-item .item-tit {
  font-weight: 700;
  margin-bottom: 0.8em;
}
.page--entry .member--content-item .item-txt {
  font-size: 14px;
}
.page--entry .member--content-item .item-txt .note {
  display: block;
  margin-top: 0.5em;
  font-size: 0.9em;
  color: #ccc;
}
.page--entry .member--content-item .item-txt .note::before {
  content: "※";
}
.page--entry .section--price .price-list {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.page--entry .section--price .price-list .price-item {
  display: flex;
  padding: 1em;
}
.page--entry .section--price .price-list .price-item .name {
  width: 8em;
  margin-right: 1em;
  border-right: 1px solid #000;
}
.page--entry .section--price .price-list .price-item .detail {
  flex: 1;
}
.page--entry .section--price .price-list .price-item + .price-item {
  border-top: 1px solid #000;
}
.page--entry .section--join .join-wrap {
  border: 1px solid #000;
}
.page--entry .section--join .block--btn {
  display: flex;
  margin-top: 2em;
}
.page--entry .section--join .block--btn .text {
  margin-bottom: 1em;
  font-weight: bold;
}
.page--entry .section--join .block--btn .btn--wrap {
  background: #D8D2C0;
  padding: 2vw;
  text-align: center;
}
.page--entry .section--join .block--btn .btn--wrap .btn {
  width: 100%;
  padding: 1em;
}

.first--login .section-tit {
  font-size: clamp(1.5rem, 1.364rem + 0.68vw, 1.875rem);
  text-align: center;
}
.first--login .txt--attention {
  display: block;
  margin-bottom: 1em;
  color: #cc0000;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  line-height: 1.8;
}
.first--login .txt--lead {
  text-align: center;
}
.first--login .txt--lead + .txt--lead {
  margin-top: 1em;
}
.first--login .content-tit {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 1em;
  letter-spacing: initial;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}
.first--login .block--tit {
  margin-bottom: 1.5em;
  font-weight: bold;
  font-size: 1.3em;
  font-family: "Noto Serif JP", serif;
}
.first--login .block--attention {
  border: 2px solid #cc0000;
  background-color: #ffdada;
}
.first--login .block--contType .item--contType {
  text-align: center;
  margin: 2em 0;
}
.first--login .block--contType .item--contType .content-tit {
  color: #c00;
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
.first--login .block--contType .item--contType .txt--caution {
  margin-top: 1em;
}
.first--login .block--contType .item--contType .txt--caution i {
  margin-right: 0.3em;
}
.first--login .block--step {
  margin-top: 100px;
}
.first--login .block--step img {
  border: 1px solid #CCCCCC;
  margin: 30px auto 0;
}
.first--login .block--step .step-label {
  font-weight: bold;
  margin-right: 1em;
}
.first--login .block--step .list--flow li a {
  display: flex;
  align-items: stretch;
  width: 100%;
  border: 1px solid #000;
  position: relative;
}
.first--login .block--step .list--flow li a .num {
  display: flex;
  align-items: center;
  padding: 1.2em;
  background-color: #000;
  color: #FDBB2F;
  border-right: 1px solid #000;
  transition: all 0.3s 0s ease;
}
.first--login .block--step .list--flow li a .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1em 1.2em;
  margin: 0;
  transition: all 0.3s 0s ease;
}
@media screen and (min-width: 961px) {
  .first--login .block--step .list--flow li a:hover .num {
    background-color: #FDBB2F;
    color: #000;
    transition: all 0.3s 0s ease;
  }
  .first--login .block--step .list--flow li a:hover .txt {
    color: #EB7F02;
    transition: all 0.3s 0s ease;
  }
}
.first--login .block--step .list--flow li + li {
  margin-top: 1em;
}
.first--login .block--step .list--step {
  margin-top: 100px;
}
.first--login .block--step .list--step > li {
  border: 1px solid #000;
  padding: 1.5em;
}
.first--login .block--step .list--step > li .step-tit {
  display: flex;
  margin-bottom: 1.5em;
  padding-bottom: 0.8em;
  align-items: center;
  border-bottom: 1px solid #000;
}
.first--login .block--step .list--step > li .step-tit .num {
  padding-right: 1em;
}
.first--login .block--step .list--step > li .step-tit .tit {
  font-size: 1.1em;
  padding: 0.5em 1em;
  margin: 0;
  border-left: 1px solid #000;
  border-bottom: none;
}
.first--login .block--step .list--step > li .content-tit {
  margin-top: 2em;
}
.first--login .block--step .list--step > li .txt {
  margin: 1.2em 0;
}
.first--login .block--step .list--step > li .block--attention {
  margin: 1em 0;
}
.first--login .block--step .list--step > li .block--attention .tit {
  font-size: 1.4em;
  font-weight: bold;
  color: #c00;
  border-bottom: none;
  padding-bottom: 0;
}
.first--login .block--step .list--step > li + li {
  margin-top: 50px;
}
.first--login .btn--wrap {
  margin-top: 50px;
}
.first--login .btn {
  padding: 1.2em 4em;
}
.first--login .txt--link {
  margin-top: 1.2em;
}
.first--login .link-wrap {
  margin-top: 1.2em;
}
.first--login .mt {
  margin-top: 1.2em;
}

.archive-list {
  font-family: quincy-cf, serif;
}
.archive-list li {
  font-size: 2.4em;
  margin: 0.3em 0;
}
@media screen and (min-width: 961px) {
  .archive-list li a:hover {
    color: #FDBB2F;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .archive-list li {
    font-size: 2em;
  }
}

.page--birthday-message .section--detail .tit {
  font-family: quincy-cf, serif;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  border: none;
}
.page--birthday-message .section--detail .ph {
  margin-bottom: 2em;
}

.page--questionnaire .section-tit {
  font-size: min(2.9vw, 40px);
}
.page--questionnaire .ph,
.page--questionnaire .txt--basic {
  margin-bottom: 1em;
}
.page--questionnaire .block--error {
  color: #c00;
  margin: 2em 0;
}
.page--questionnaire .form--post,
.page--questionnaire .form--confirm {
  margin-top: 3em;
}
.page--questionnaire .form--post dt,
.page--questionnaire .form--confirm dt {
  font-weight: bold;
  margin-bottom: 0.8em;
}
.page--questionnaire .form--post dd,
.page--questionnaire .form--confirm dd {
  margin-bottom: 3em;
}
.page--questionnaire .form--post .icon--required::before,
.page--questionnaire .form--confirm .icon--required::before {
  content: "必須";
  display: inline-block;
  margin-left: 0.8em;
  padding: 0.2em 0.5em 0.3em;
  font-size: 0.7em;
  color: #c00;
  border: 1px solid #c00;
  line-height: 1;
  vertical-align: text-bottom;
}
.page--questionnaire .form--post input[type=text], .page--questionnaire .form--post input[type=tel], .page--questionnaire .form--post input[type=email], .page--questionnaire .form--post input[type=number],
.page--questionnaire .form--confirm input[type=text],
.page--questionnaire .form--confirm input[type=tel],
.page--questionnaire .form--confirm input[type=email],
.page--questionnaire .form--confirm input[type=number] {
  width: 100%;
  padding: 0.8em;
  border-width: 1px;
}
.page--questionnaire .form--post input.input--quarter,
.page--questionnaire .form--confirm input.input--quarter {
  width: 25%;
}
.page--questionnaire .form--post .form--horizontal,
.page--questionnaire .form--confirm .form--horizontal {
  display: flex;
  gap: 1em;
}
.page--questionnaire .form--post .form--horizontal .form__select,
.page--questionnaire .form--confirm .form--horizontal .form__select {
  display: inline-block;
}
.page--questionnaire .form--post .form--horizontal .form__select select,
.page--questionnaire .form--confirm .form--horizontal .form__select select {
  min-width: auto;
  width: 6em;
}
.page--questionnaire .form--post .form--horizontal.form__radio,
.page--questionnaire .form--confirm .form--horizontal.form__radio {
  display: block;
}
.page--questionnaire .form--post .form__checkbox li + li,
.page--questionnaire .form--post .form__radio li + li,
.page--questionnaire .form--confirm .form__checkbox li + li,
.page--questionnaire .form--confirm .form__radio li + li {
  margin-top: 1em;
}
.page--questionnaire .form--post .form__checkbox label,
.page--questionnaire .form--post .form__radio label,
.page--questionnaire .form--confirm .form__checkbox label,
.page--questionnaire .form--confirm .form__radio label {
  cursor: pointer;
}
.page--questionnaire .form--post .form__checkbox label input,
.page--questionnaire .form--post .form__radio label input,
.page--questionnaire .form--confirm .form__checkbox label input,
.page--questionnaire .form--confirm .form__radio label input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
}
.page--questionnaire .form--post .form__checkbox label p,
.page--questionnaire .form--post .form__radio label p,
.page--questionnaire .form--confirm .form__checkbox label p,
.page--questionnaire .form--confirm .form__radio label p {
  display: inline-block;
  position: relative;
  padding-left: 1.7em;
}
.page--questionnaire .form--post .form__checkbox label p::before,
.page--questionnaire .form--post .form__radio label p::before,
.page--questionnaire .form--confirm .form__checkbox label p::before,
.page--questionnaire .form--confirm .form__radio label p::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #000;
  transform: translateY(-50%);
}
.page--questionnaire .form--post .form__checkbox p::before,
.page--questionnaire .form--confirm .form__checkbox p::before {
  border-radius: 6px;
}
.page--questionnaire .form--post .form__checkbox :checked ~ p::before,
.page--questionnaire .form--confirm .form__checkbox :checked ~ p::before {
  background-color: #FDBB2F;
  border-color: #FDBB2F;
}
.page--questionnaire .form--post .form__checkbox :checked ~ p::after,
.page--questionnaire .form--confirm .form__checkbox :checked ~ p::after {
  content: "\f00c";
  position: absolute;
  top: 50%;
  left: 0.3em;
  transform: translateY(-50%);
  font-family: FontAwesome;
  font-size: 0.8em;
  color: #fff;
}
.page--questionnaire .form--post .form__radio p::before,
.page--questionnaire .form--confirm .form__radio p::before {
  border-radius: 50%;
}
.page--questionnaire .form--post .form__radio :checked ~ p::before,
.page--questionnaire .form--confirm .form__radio :checked ~ p::before {
  border: 6px solid #FDBB2F;
}
.page--questionnaire .form--post select,
.page--questionnaire .form--confirm select {
  max-width: 100%;
  min-width: 20%;
  height: 2.65em;
  padding: 0.5em 1.5em 0.5em 0.5em;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
}
.page--questionnaire .form--post textarea,
.page--questionnaire .form--confirm textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: auto;
  box-shadow: none;
  padding: 0.5em;
  line-height: 1.6;
}
.page--questionnaire .btn {
  width: 100%;
  border: none;
  text-align: center;
}
.page--questionnaire .btn--main,
.page--questionnaire .btn--sub {
  display: inline-block;
  border: 1px solid;
  margin-top: 1.5em;
  padding: 1.2em 6em;
  border-radius: 99px;
  cursor: pointer;
  line-height: 1;
}
@media screen and (min-width: 961px) {
  .page--questionnaire .btn--main,
  .page--questionnaire .btn--sub {
    transition: all 0.3s 0s ease;
  }
  .page--questionnaire .btn--main:hover,
  .page--questionnaire .btn--sub:hover {
    transition: all 0.3s 0s ease;
  }
}
.page--questionnaire.confirm .ph img {
  width: auto;
}

.page--error .btn--wrap {
  text-align: center;
}
.page--error .btn--wrap .btn--sub {
  padding: 1em 3em;
}

footer .list--support {
  display: flex;
}
footer .copyright {
  font-size: 13px;
  font-family: soleil, sans-serif;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a {
    transition: all 0.3s 0s ease;
  }
  a:hover {
    transition: all 0.3s 0s ease;
  }
  .header {
    position: fixed;
    display: flex;
    align-items: center;
    top: 20px;
    left: 40px;
    width: calc(100% - 80px);
    height: 80px;
    background-color: #000;
    border: 1px solid #000;
  }
  .header .logo a {
    display: block;
    padding: 15px 20px;
  }
  .header .logo a svg {
    display: block;
    height: 50px;
    fill: #FDBB2F;
  }
  .header .g-nav {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: min(1.46vw, 24px);
  }
  .header .g-nav ul {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .header .g-nav .list--menu {
    color: #fff;
    gap: 1.2em;
    margin-right: 1.2em;
  }
  .header .g-nav .list--menu li a:hover {
    color: #FDBB2F;
  }
  .header .g-nav .list--fc li {
    width: 6.2vw;
    height: 100%;
  }
  .header .g-nav .list--fc li a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-color: #FDBB2F;
  }
  .header .g-nav .list--fc li a:hover {
    background-color: #000;
    color: #FDBB2F;
  }
  .header .g-nav .list--fc li + li {
    border-left: 1px solid #000;
  }
  .header .g-nav .list--fc li.mypage {
    width: auto;
  }
  .header .g-nav .list--fc li.mypage a {
    padding: 0 0.5em;
  }
  .block--button-nav {
    margin-top: 20px;
  }
  .swiper-prev,
  .swiper-next {
    width: 2.6vw;
    transition: all 0.3s 0s ease;
  }
  .swiper-prev:hover,
  .swiper-next:hover {
    opacity: 0.5;
    transition: all 0.3s 0s ease;
  }
  .section-tit {
    font-size: min(4.4vw, 80px);
  }
  .section-tit.jp {
    font-size: min(2.9vw, 50px);
  }
  .section--detail .tit {
    font-size: 32px;
  }
  .section--detail.support .section-tit,
  .page--faq .section-tit {
    font-size: min(2.9vw, 50px);
  }
  .btn--main:hover {
    background-color: #FDBB2F;
    color: #000;
  }
  .btn--sub:hover {
    border-color: #EB7F02;
    color: #EB7F02;
  }
  .list--info li a {
    padding: 30px 0;
    position: relative;
  }
  .list--info li a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 50%;
    left: 0;
    background-color: #D8D2C0;
    transition: all 0.3s 0s ease;
    z-index: -1;
    transform-origin: center;
  }
  .list--info li a:hover::before {
    top: 0;
    height: 100%;
    transition: all 0.3s 0s ease;
  }
  .list--info li .date {
    font-size: 18px;
    margin-right: 0.8em;
  }
  .list--info li .category {
    font-size: 18px;
  }
  .list--info li .tit {
    font-size: 18px;
  }
  .list--info li .icon--new {
    font-size: 20px;
  }
  .list--contents {
    display: flex;
    flex-wrap: wrap;
    gap: 2.19vw;
    padding-bottom: 2.19vw;
  }
  .list--contents li {
    width: calc((100% - 4.38vw) / 3);
  }
  .list--contents li a:hover {
    opacity: 0.5;
  }
  table th, table td {
    padding: 1em 1.5em;
  }
  table .list--attention {
    margin-top: 1em;
  }
  .link--arrow:hover {
    opacity: 0.5;
  }
  .link--arrow:hover::after {
    right: -0.3em;
  }
  .pager__item--other a:hover {
    color: #FDBB2F;
  }
  .pager__item--newer:hover {
    transform: translateX(-0.3em);
    transition: all 0.3s 0s ease;
  }
  .pager__item--older:hover {
    transform: translateX(0.3em);
    transition: all 0.3s 0s ease;
  }
  .page--home .header {
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s 0s ease;
  }
  .page--home .header.visible {
    opacity: 1;
    pointer-events: all;
    transition: all 0.3s 0s ease;
  }
  .page--home .section--hero {
    height: 100vh;
    height: 100lvh;
    padding: 6.5vh 2.7vw 0 0;
  }
  .page--home .section--hero .kv-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 73.2vw;
    height: 87vh;
  }
  .page--home .section--hero .kv-wrap img {
    height: 100%;
    background-size: cover;
    background-position: top;
  }
  .page--home .section--hero .menu-wrap {
    width: 20vw;
    margin-left: auto;
  }
  .page--home .section--hero .menu-wrap .kv-menu-list {
    margin-top: 9.1vh;
    font-size: 1.46vw;
    font-family: quincy-cf, serif;
    font-weight: bold;
    text-align: center;
  }
  .page--home .section--hero .menu-wrap .kv-menu-list li {
    line-height: 1;
  }
  .page--home .section--hero .menu-wrap .kv-menu-list li a:hover {
    color: #FDBB2F;
  }
  .page--home .section--hero .menu-wrap .kv-menu-list li + li {
    margin-top: 1.2em;
  }
  .page--home .section--hero .menu-wrap .kv-fc-wrap {
    width: 73%;
    margin: 7.8vh auto 0;
    font-family: quincy-cf, serif;
    font-size: 1.3vw;
  }
  .page--home .section--hero .menu-wrap .kv-fc-wrap li .btn {
    width: 100%;
    padding: 0.6em 0;
  }
  .page--home .section--hero .menu-wrap .kv-fc-wrap li + li {
    margin-top: 1em;
  }
  .page--home .content-wrap {
    padding: 3.6vw 2.9vw 0;
  }
  .page--home .section--banner {
    margin-top: 3.6vw;
    padding-left: 2.9vw;
  }
  .page--home .section--banner .swiper-container {
    padding-right: 2.9vw;
  }
  .page--home .section--banner .swiper-slide a:hover {
    opacity: 0.5;
  }
  .page--home .section--content .section--inner {
    display: flex;
    padding: 30px 4.4vw;
  }
  .page--home .section--content .block--tit {
    width: 34%;
    padding: 40px 0;
  }
  .page--home .section--content .block--tit .section-tit {
    font-size: 5.85vw;
  }
  .page--home .section--content .block--tit .link--arrow {
    display: inline-block;
    font-size: max(1.46vw, 14px);
    margin-top: 1em;
  }
  .page--home .section--content .block--content {
    flex: 1;
    width: 64%;
    border-left: 1px solid #000;
    padding: 40px 0 40px 3.6vw;
  }
  .page--home .section--content .block--content a:hover {
    opacity: 0.5;
  }
  .page--home .section--content .block--content .tit,
  .page--home .section--content .block--content .date {
    font-size: 18px;
  }
  .page--home .section--content.section--info .block--content {
    padding: 10px 0 10px 3.6vw;
  }
  .page--home .section--content.section--info .block--content a:hover {
    opacity: 1;
  }
  .page--home footer .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .page--home footer .copyright {
    text-align: right;
    margin-top: 65px;
  }
  body:not(.page--home) .header {
    height: 60px;
  }
  body:not(.page--home) .header .g-nav {
    font-size: 1.17vw;
  }
  body:not(.page--home) .header .logo a svg {
    height: 30px;
  }
  body:not(.page--home) .content--main {
    padding-top: 150px;
  }
  body:not(.page--home) .section--list,
  body:not(.page--home) .section--detail {
    margin: auto;
    width: min(1000px, 73vw);
  }
  .page--info .section--detail .date,
  .page--info .section--detail .category {
    margin-right: 0.8em;
  }
  .page--info .section--detail .block--share {
    font-size: 20px;
  }
  .page--info .section--detail .block--share a:hover {
    color: #FDBB2F;
  }
  .page--blog .section--detail .block--pager a:hover {
    border-color: #FDBB2F;
    color: #FDBB2F;
    fill: #FDBB2F;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents {
    display: flex;
    gap: 2.19vw;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li {
    width: calc((100% - 4.38vw) / 3);
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .thumb {
    width: 100%;
    margin: 0 0 0.8em;
  }
  .page--faq .list--tag {
    margin: 9vh 0;
  }
  .page--faq .tit--category {
    font-size: min(1.75vw, 28px);
  }
  .page--faq .list--faq li a {
    padding: 1.5em 0;
    position: relative;
  }
  .page--faq .list--faq li a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 50%;
    left: 0;
    background-color: #D8D2C0;
    transition: all 0.3s 0s ease;
    z-index: -1;
    transform-origin: center;
  }
  .page--faq .list--faq li a:hover::before {
    top: 0;
    height: 100%;
    transition: all 0.3s 0s ease;
  }
  .page--faq .block--faq-detail dt {
    font-size: min(1.6vw, 28px);
  }
  .page--faq .block--faq-detail a:hover {
    opacity: 0.3;
  }
  .page--entry .section-tit {
    font-size: min(3vw, 50px);
  }
  .page--entry .section-tit svg {
    width: min(29.18vw, 400px);
    margin: 0 auto 2em;
  }
  .page--entry .section--item {
    margin-top: 13vh;
  }
  .page--entry .member--content-item {
    width: 50%;
    padding: 2em;
  }
  .page--entry .member--content-item:nth-of-type(odd)::before {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% - 4em);
    background-color: #000;
    top: 2em;
    right: 0;
  }
  .page--entry .member--content-item .item-tit {
    font-size: min(1.75vw, 24px);
  }
  .page--entry .section--join .join-wrap {
    padding: 2.5em;
  }
  .page--entry .section--join .block--btn {
    gap: 0.7vw;
  }
  .page--entry .section--join .block--btn .btn--wrap {
    width: 50%;
    padding: 2vw;
  }
  .first--login .block--logo {
    width: 30vw;
    margin: 0 auto 2em;
  }
  .first--login .block--attention {
    padding: 2.2vw;
  }
  .first--login .block--step .list--step li .step-detail {
    padding: 2.2vw;
  }
  .page--birthday-message {
    text-align: center;
  }
  .page--birthday-message .section--detail .tit {
    font-size: 40px;
  }
  .page--questionnaire .content--main > section {
    width: min(65.8vw, 900px);
    margin: auto;
  }
  .page--questionnaire .section-tit {
    font-size: min(2.9vw, 40px);
  }
  .page--error .section-tit, .page--error .txt {
    margin-bottom: 5.2vh;
    text-align: center;
  }
  footer {
    font-size: 14px;
    padding: 2.9vw 2.9vw 4.39vw;
  }
  footer .footer-of {
    flex: 1;
  }
  footer .logo-of {
    width: 14.6vw;
  }
  footer .of-link {
    display: flex;
    flex-wrap: wrap;
    gap: 1em 2.28em;
    margin-top: 2.6vh;
  }
  footer .list--support {
    justify-content: flex-end;
    gap: 20px;
  }
  footer .list--support a:hover {
    color: #FDBB2F;
  }
  footer .copyright {
    text-align: center;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* common.scss
  ============================== */
  .pc {
    display: none !important;
  }
  body.drawer-open {
    overflow: hidden;
  }
  .header {
    padding: 5.12vw;
  }
  .header .logo a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: min(12.8vw, 65px);
    display: block;
  }
  .header .logo a svg {
    display: block;
    height: 100%;
  }
  .header .drawer__btn {
    position: fixed;
    top: 5.12vw;
    right: 5.12vw;
    width: min(12.8vw, 65px);
    height: min(12.8vw, 65px);
    background-color: #000;
    z-index: 999;
  }
  .header .drawer__btn span {
    position: absolute;
    width: 60%;
    height: 2px;
    left: 20%;
    border-radius: 2px;
    background-color: #FDBB2F;
    transition: all 0.3s 0s ease;
  }
  .header .drawer__btn span:first-of-type {
    top: 30%;
  }
  .header .drawer__btn span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .header .drawer__btn span:last-of-type {
    bottom: 30%;
  }
  .header .drawer__btn.open span {
    width: 80%;
    transform-origin: left;
    transition: all 0.3s 0s ease;
  }
  .header .drawer__btn.open span:first-of-type {
    top: 20%;
    transform: rotate(45deg);
  }
  .header .drawer__btn.open span:nth-of-type(2) {
    display: none;
  }
  .header .drawer__btn.open span:last-of-type {
    bottom: 20%;
    transform: rotate(-45deg);
  }
  .header .g-nav {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100lvh;
    background-color: #FDBB2F;
    z-index: 900;
    overflow-y: scroll;
    transition: all 0.3s 0s ease;
  }
  .header .g-nav [class^=list--] {
    text-align: center;
  }
  .header .g-nav [class^=list--] li + li {
    margin-top: 0.5em;
  }
  .header .g-nav .list--menu {
    margin-top: 23vw;
    font-size: min(8.2vw, 60px);
  }
  .header .g-nav .list--fc {
    margin: 40px 0 23vw;
    font-size: min(7.17vw, 54px);
    line-height: 1;
  }
  .header .g-nav .list--fc a {
    margin: auto;
    display: flex;
    width: 70%;
    padding: 0.5em;
    justify-content: center;
    align-items: center;
    background-color: #000;
    color: #FDBB2F;
    border-radius: 99px;
  }
  body.drawer-open .g-nav {
    opacity: 1;
    pointer-events: all;
    transition: all 0.3s 0s ease;
  }
  .block--button-nav {
    margin-top: 10px;
  }
  .swiper-prev,
  .swiper-next {
    width: 7.17vw;
  }
  .section-tit {
    font-size: min(10.2vw, 60px);
  }
  .section-tit.jp {
    font-size: min(8.2vw, 44px);
  }
  .section--detail .tit {
    font-size: 28px;
  }
  .section--detail.support .section-tit,
  .page--faq .section-tit {
    font-size: min(8.2vw, 44px);
  }
  .list--info li {
    font-size: 16px;
  }
  .list--info li a {
    padding: 20px 0;
  }
  .list--info li .date {
    margin-right: 0.8em;
  }
  .list--info li .category {
    font-size: 14px;
  }
  .list--contents li {
    margin-bottom: 3em;
  }
  .list--contents.nologin li .thumb::after {
    font-size: 1.5em;
  }
  table {
    font-size: clamp(0.75rem, 0.636rem + 0.57vw, 1rem);
  }
  table th, table td {
    padding: 1em;
  }
  table .list--attention {
    margin-top: 0.8em;
  }
  .page--home .section--hero {
    padding: 0 5.12vw;
  }
  .page--home .section--hero .kv-wrap {
    width: 100%;
    aspect-ratio: 1/0.667;
  }
  .page--home .section--hero .kv-wrap img {
    height: 100%;
  }
  .page--home .section--hero .menu-wrap {
    display: none;
  }
  .page--home .section--banner {
    margin-top: 30px;
    padding-left: 5.12vw;
  }
  .page--home .section--banner .swiper-container {
    padding-right: 5.12vw;
  }
  .page--home .content-wrap {
    padding: 50px 5.12vw 0;
  }
  .page--home .section--content .section--inner {
    padding: 40px 2.5vw;
  }
  .page--home .section--content .block--tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .page--home .section--content .block--tit .section-tit {
    font-size: 10.7vw;
  }
  .page--home .section--content .block--tit .link--arrow {
    font-size: min(4.1vw, 28px);
  }
  .page--home .section--content .block--content {
    margin-top: 20px;
  }
  .page--home .section--content .block--content .tit,
  .page--home .section--content .block--content .date {
    font-size: 16px;
  }
  .page--home .section--content .block--content .thumb {
    aspect-ratio: 3/2;
  }
  .page--home .section--content.section--info .block--content {
    margin-top: 10px;
  }
  .page--home .nologin .block--content .thumb::after {
    width: 70%;
    padding-top: 32%;
    font-size: 1.8em;
  }
  .page--home footer .copyright {
    margin-top: 60px;
  }
  body:not(.page--home) .content--main {
    padding: 30px 5.12vw 0;
  }
  .page--info .section--detail .date {
    margin-right: 0.8em;
  }
  .page--info .section--detail .block--share {
    font-size: 18px;
  }
  .page--movie.new-movie .section--list .list--contents .thumb {
    aspect-ratio: 16/9;
  }
  .page--movie.new-movie .section--detail {
    padding-top: 0;
  }
  .page--movie.new-movie .section--detail .block--player {
    position: relative;
    top: 0;
    z-index: initial;
  }
  .page--movie.new-movie .section--detail .area--movie .vjs-big-play-centered .vjs-big-play-button {
    margin-top: 0;
    margin-left: 0;
    transform: translate(-50%, -50%);
  }
  .page--movie.new-movie .section--detail .area--movie .video-js .vjs-play-control {
    top: calc(50% - 5em);
    left: 50%;
    transform: translateX(-50%);
  }
  .page--movie.new-movie .section--detail .area--more-info {
    margin-top: 50px;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies {
    padding-top: 2em;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li {
    width: 100%;
    margin-bottom: 2em;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a {
    display: flex;
    padding: 0;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .thumb {
    width: 30%;
    margin: 0 1em 0 0;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .list__txt {
    flex: 1;
    padding: 0;
    width: calc(70% - 1em);
  }
  .page--photo #swipebox-close {
    top: 20px;
    right: 4vw;
  }
  .page--wallpaper .section--detail .block--attention {
    margin: 2em 0;
    padding: 2em;
    background-color: #D8D2C0;
  }
  .page--wallpaper .section--detail .block--attention .attention-tit {
    font-weight: bold;
    margin-bottom: 0.5em;
  }
  .page--wallpaper .section--detail .block--attention .attention-detail + .attention-tit {
    margin-top: 1.5em;
  }
  .page--wallpaper .section--detail .btn--wrap {
    text-align: center;
  }
  .page--wallpaper .section--detail .btn {
    padding: 1em 5em;
  }
  .page--faq .list--tag {
    margin: 5.9vh 0;
  }
  .page--faq .tit--category {
    font-size: 20px;
  }
  .page--faq .list--faq li a {
    padding: 1em 0;
  }
  .page--faq .block--faq-detail dt {
    font-size: min(6.15vw, 24px);
  }
  .page--entry .section-tit {
    font-size: min(8.2vw, 40px);
  }
  .page--entry .section-tit svg {
    width: min(46vw, 250px);
    margin: 0 auto 0.5em;
  }
  .page--entry .member--content-item {
    width: 100%;
    padding: 5.1vw;
    border-bottom: 1px solid #000;
  }
  .page--entry .member--content-item .item-tit {
    font-size: min(5.1vw, 24px);
  }
  .page--entry .section--join .join-wrap {
    padding: 5.1vw 5.1vw 2em;
  }
  .page--entry .section--join .block--btn {
    flex-direction: column;
    gap: 2.4vh;
  }
  .page--entry .section--join .block--btn .btn--wrap {
    width: 100%;
    padding: 5.1vw;
  }
  .first--login .block--logo {
    width: 50vw;
    margin: 0 auto 2em;
  }
  .first--login .block--attention {
    padding: 5.1vw;
  }
  .first--login .block--step .list--step li .step-detail {
    padding: 5.1vw;
  }
  .first--login .block--step img {
    max-width: 500px;
  }
  .page--questionnaire .content-main > section {
    width: min(89.7vw, 900px);
    margin: auto;
  }
  .page--questionnaire .section-tit {
    font-size: min(7.1vw, 32px);
  }
  .page--questionnaire .form--post input.postal_code {
    width: calc(100% - 1em);
    max-width: 250px;
  }
  .page--error .section-tit, .page--error .txt {
    margin-bottom: 4.2vh;
    margin-bottom: 4.2lvh;
  }
  footer {
    padding: 50px 5.12vw 60px;
  }
  footer .logo-of {
    width: min(51.2vw, 300px);
    margin: auto;
  }
  footer .of-link {
    text-align: center;
    margin-top: 30px;
  }
  footer .of-link li {
    margin-bottom: 1em;
  }
  footer .list--support {
    margin-top: 50px;
    flex-direction: column;
    gap: 1em;
    text-align: center;
  }
  footer .copyright {
    text-align: center;
  }
}/*# sourceMappingURL=fanclub-service.css.map */