@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*/
/*Adobe Fonts ちらつき対策用CSSここまで*/
html {
  background: linear-gradient(to bottom, #0a0a0a 50%, #464646 100%) fixed;
}

body {
  color: #fff;
  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;
  letter-spacing: 0.01em;
}
body.drawer__visible {
  overflow: hidden;
}

.wrap {
  overflow: hidden;
}

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

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

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

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

.svg-parts {
  display: none;
}

input,
textarea {
  border-radius: 0;
}

textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0.5em;
  width: 100%;
  height: auto;
  box-shadow: none;
  line-height: 1.6;
}

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

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

.txt--link {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

.txt--indent {
  padding-left: 1em;
  text-indent: -1em;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.red {
  color: #ff4040;
}

.br {
  display: inline-block;
}

.content--main {
  min-height: 100vh;
}
.content--main .logo {
  width: 61.5%;
  padding: 20px;
}

.header {
  width: 100%;
}
.header .drawer__btn {
  position: fixed;
  mix-blend-mode: difference;
  z-index: 1000;
  cursor: pointer;
}
.header .drawer__btn span {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  background: #fff;
  z-index: 1000;
  transition: all 0.3s 0s ease;
}
.header .drawer__btn span:first-of-type {
  top: 0;
}
.header .drawer__btn span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.header .drawer__btn span:last-of-type {
  bottom: 0;
}
.header .drawer {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  height: 100lvh;
  background-color: #000;
  font-family: orpheuspro, serif;
  font-size: 32px;
  z-index: 999;
  transition: all 0.3s 0s ease;
}
.header .drawer .drawer-inner {
  height: 100%;
  overflow-y: scroll;
  background-image: url("/static/lunasea/fanclub/common/bg_moon.png");
}
.header .drawer .g-nav {
  padding: 60px 30px;
  min-height: 100%;
  line-height: 2;
}
.header .drawer .g-nav .nav--menu__mypage {
  display: flex;
  gap: 2em;
  margin-bottom: 1em;
  font-size: 22px;
  line-height: 1;
}
.header .drawer .g-nav .nav--menu__mypage li + li {
  position: relative;
}
.header .drawer .g-nav .nav--menu__mypage li + li::before {
  content: "";
  display: block;
  width: 1px;
  height: 1.2em;
  position: absolute;
  top: -0.1em;
  left: -1em;
  background-color: #666;
  transform: rotate(20deg);
}

.drawer__visible .header .drawer__btn {
  height: auto;
  aspect-ratio: 1/1;
}
.drawer__visible .header .drawer__btn span {
  transform-origin: left;
  width: 140%;
  transition: all 0.3s 0s ease;
}
.drawer__visible .header .drawer__btn span:first-of-type {
  transform: rotate(45deg);
}
.drawer__visible .header .drawer__btn span:nth-of-type(2) {
  opacity: 0;
}
.drawer__visible .header .drawer__btn span:last-of-type {
  transform: rotate(-45deg);
}
.drawer__visible .header .drawer {
  opacity: 1;
  pointer-events: all;
  transition: all 0.3s 0s ease;
}

.swiper-container {
  padding: 0 20px;
}
.swiper-container .pagination {
  position: relative;
  text-align: center;
  top: 16px;
  z-index: 10;
}
.swiper-container .pagination .swiper-pagination-bullet {
  background-color: #6f6f6f;
  border-radius: 99px;
  margin: 0 7.5px;
  width: 10px;
  height: 10px;
  opacity: 1;
}
.swiper-container .pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

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

.section-tit {
  font-size: 40px;
  font-family: orpheuspro, serif;
  letter-spacing: 0.08em;
}

.page--faq .section-tit,
.page--questionnaire .section-tit,
.section--detail.support .section-tit,
.section--detail.first_login .section-tit {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 26px;
  letter-spacing: 0;
}

.section--detail .tit {
  font-size: 1.3em;
  font-weight: bold;
}

.btn {
  text-align: center;
}
.btn a,
.btn input {
  display: inline-block;
  width: min(100%, 400px);
  padding: 0.8em 1em;
  font-weight: bold;
}
.btn input {
  cursor: pointer;
  transition: all 0.3s 0s ease;
}

.btn--main {
  background: #fff;
  color: #000;
}
@media screen and (min-width: 961px) {
  .btn--main:hover {
    opacity: 0.5;
  }
}

.btn--sub {
  border: 1px solid #999;
  color: #fff;
  background-color: transparent;
}
@media screen and (min-width: 961px) {
  .btn--sub:hover {
    opacity: 0.5;
  }
}

.detail__btn {
  margin-top: 5em;
  font-family: alternate-gothic-condensed-a, sans-serif;
  text-align: center;
}
.detail__btn a::before {
  content: "";
  display: inline-block;
  margin-right: 0.8em;
  width: 0.7em;
  height: 0.7em;
  background-image: url("/static/lunasea/fanclub/common/arrow_back.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 961px) {
  .detail__btn a:hover {
    opacity: 0.5;
  }
}

.btn--wrap {
  display: flex;
}

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

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

.list--information li,
.list--info li {
  border-top: 1px solid #666;
}
.list--information li:last-of-type,
.list--info li:last-of-type {
  border-bottom: 1px solid #666;
}
.list--information li.no-data,
.list--info li.no-data {
  border: none;
}
.list--information li a,
.list--info li a {
  display: block;
  padding: 30px 0;
}
@media screen and (min-width: 961px) {
  .list--information li a:hover,
  .list--info li a:hover {
    opacity: 0.5;
  }
}
.list--information li .date,
.list--info li .date {
  display: inline-block;
  margin-right: 0.75em;
  font-family: alternate-gothic-condensed-a, sans-serif;
}
.list--information li .category,
.list--info li .category {
  display: inline-block;
  margin-right: 0.85em;
  padding: 4px 0;
  width: 4.3em;
  font-family: alternate-gothic-condensed-a, sans-serif;
  font-size: 0.875em;
  text-align: center;
  line-height: 1;
  border: 1px solid #d0d0d0;
}
.list--information li .new,
.list--info li .new {
  font-family: orpheuspro, serif;
  font-size: 14px;
  font-weight: 700;
  color: #ff4040;
}
.list--information li .tit,
.list--info li .tit {
  margin-top: 0.625em;
}

.list--contents {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.list--contents li {
  width: calc(50% - 10px);
}
.list--contents li .tit {
  font-weight: bold;
}
.list--contents li.new .date::after {
  content: "NEW";
  font-family: orpheuspro, serif;
  font-size: 0.8em;
  font-weight: bold;
  display: inline-block;
  color: #ff4040;
  padding-left: 0.5em;
}

ol.support-list li {
  padding: 0.3em 0;
  text-indent: -0.9em;
  padding-left: 0.9em;
}
ol.support-list li:nth-of-type(n+10) {
  text-indent: -1.3em;
  padding-left: 1.3em;
}
ol.support-list li ol.support-list li {
  text-indent: 0;
  padding-left: 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--indent li {
  padding-left: 1em;
  text-indent: -1em;
}
.list--indent li + li {
  margin-top: 0.8em;
}

.date,
.category {
  font-family: alternate-gothic-condensed-a, sans-serif;
}

.block--category {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3em;
  margin-bottom: 30px;
  font-family: alternate-gothic-condensed-a, sans-serif;
}
.block--category li a {
  display: inline-block;
  padding: 0.5em 0.6em;
  line-height: 1;
  color: #fff;
  border: 1px solid #999;
}
.block--category li.current a {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

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

.link-faq {
  display: block;
  width: 100%;
  padding: 0.8em 2.5em 0.8em 1em;
  color: #000;
  font-weight: bold;
  border: 1px solid #000;
  background-color: #fff;
  position: relative;
}
.link-faq::after {
  content: "\f08e";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 0.8em;
  transform: translateY(-50%);
}
.link-faq + .link-faq {
  margin-top: 1em;
}
@media screen and (min-width: 961px) {
  .link-faq:hover {
    opacity: 0.5;
  }
}

.block--pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  margin-top: 40px;
  font-family: alternate-gothic-condensed-a, sans-serif;
}
.block--pager li {
  width: 1.5em;
  text-align: center;
}
.block--pager li a {
  display: inline-block;
  width: 1.5em;
  text-align: center;
}
.block--pager li a .arrow {
  width: 70%;
  margin: auto;
}
@media screen and (min-width: 961px) {
  .block--pager li a:hover {
    opacity: 0.5;
  }
}
.block--pager .pager__item--current {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

.page--home .header .nav--menu__fc .home {
  display: none;
}
.page--home .content--main::before {
  content: "";
  height: 100vh;
  display: block;
  position: fixed;
  background-color: #000;
  background-image: url("/static/lunasea/fanclub/common/bg_moon.png");
  background-repeat: no-repeat;
  z-index: -1;
}
.page--home .content--main .bg-cloud {
  position: fixed;
  top: 0;
  height: 100vh;
  overflow: hidden;
  opacity: 0.4;
  z-index: -1;
}
.page--home .content--main .bg-cloud video {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page--home .kv-wrap {
  padding: 0 20px;
}
.page--home .link--fc {
  margin-top: 30px;
  text-align: center;
}
.page--home .link--fc p {
  display: inline-block;
}
.page--home .link--fc p + p {
  margin-left: 55px;
  position: relative;
}
.page--home .link--fc p + p::before {
  content: "";
  display: block;
  width: 1px;
  height: 32px;
  position: absolute;
  top: 0;
  left: -30px;
  background-color: #666;
  transform: rotate(20deg);
}
.page--home .link--fc p a {
  font-family: "vincente", serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
}
@media screen and (min-width: 961px) {
  .page--home .link--fc p a:hover {
    opacity: 0.5;
  }
}
.page--home .section--banner {
  margin-top: 60px;
}
.page--home .section--banner .swiper-slide {
  border: 1px solid #666;
}
.page--home .section-tit {
  font-size: 30px;
  font-weight: 400;
}
.page--home .section-tit.ttl-news {
  margin-bottom: 20px;
}
.page--home .section-tit.ttl-membercontents {
  text-align: center;
  margin-bottom: 30px;
}
.page--home .section--info {
  margin-top: 90px;
  padding: 0 20px;
}
.page--home .section--info .viewall {
  margin-top: 20px;
  font-family: alternate-gothic-condensed-a, sans-serif;
  font-size: 1.125em;
  text-align: right;
  line-height: 1;
}
.page--home .section--info .viewall a::after {
  content: "";
  display: inline-block;
  margin-left: 15px;
  width: 0.55em;
  height: 0.55em;
  background-image: url("/static/lunasea/fanclub/common/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-0.1em);
}
@media screen and (min-width: 961px) {
  .page--home .section--info .viewall a:hover {
    opacity: 0.5;
  }
}
.page--home .section--fc {
  margin-top: 100px;
  padding: 0 30px;
}
.page--home .section--fc .fc--content-list {
  display: flex;
  flex-wrap: wrap;
  font-family: orpheuspro, serif;
  font-size: 20px;
  letter-spacing: 0.08em;
}
.page--home .section--fc .fc--content-list li {
  display: block;
  width: 50%;
  height: 105px;
  position: relative;
}
.page--home .section--fc .fc--content-list li:nth-of-type(odd)::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 85px;
  top: 10px;
  right: 0;
  background-color: #666;
}
.page--home .section--fc .fc--content-list li::after {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: 1px;
  bottom: 0;
  left: 10px;
  background-color: #666;
}
.page--home .section--fc .fc--content-list li:last-of-type::after {
  content: none;
}
.page--home .section--fc .fc--content-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.page--home .of--content-list {
  display: flex;
  gap: 10px;
  margin-top: 70px;
  padding: 0 20px;
}
.page--home .of--content-list li {
  width: calc(50% - 5px);
  font-family: orpheuspro, serif;
  text-align: center;
  border: 1px solid #666;
}
.page--home .of--content-list li a {
  display: block;
  width: 100%;
  padding: 12px 15px;
}
.page--home .footer {
  margin-top: 70px;
  padding: 40px 0 50px;
  background-color: #000;
}

body:not(.page--home) .content--main {
  background-color: #000;
}
body:not(.page--home) .content--main .logo {
  width: min(48%, 280px);
}
body:not(.page--home) .section-tit {
  margin-bottom: 1em;
}
body:not(.page--home) .block-tit {
  margin-bottom: 0.6em;
}

.page--info .section--detail .tit {
  margin: 0.5em 0;
}
.page--info .section--detail .date {
  display: inline-block;
  margin-right: 0.75em;
}
.page--info .section--detail .category {
  display: inline-block;
  padding: 4px 0;
  width: 4.3em;
  font-size: 0.875em;
  text-align: center;
  line-height: 1;
  border: 1px solid #d0d0d0;
}
.page--info .section--detail .txt {
  border-top: 1px solid #666;
  padding-top: 2em;
}
.page--info .section--detail .txt a {
  text-decoration: underline;
}
@media screen and (min-width: 961px) {
  .page--info .section--detail .txt a:hover {
    opacity: 0.5;
  }
}
.page--info .section--detail .ph {
  margin: 1em 0;
  position: relative;
}
.page--info .section--detail .ph .dummy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page--info .section--detail .ph img {
  width: auto;
}
.page--info .section--detail .block--share {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 1em;
  margin-top: 2em;
}
.page--info .section--detail .block--share li {
  font-size: 1.3em;
}
.page--info .section--detail .block--share li.share {
  font-size: 1em;
}
.page--info .section--detail .block--share li a svg {
  fill: #fff;
  transition: all 0.3s 0s ease;
}
@media screen and (min-width: 961px) {
  .page--info .section--detail .block--share li a:hover {
    opacity: 0.5;
  }
  .page--info .section--detail .block--share li a:hover svg {
    opacity: 0.5;
    transition: all 0.3s 0s ease;
  }
}

.page--movie.new-movie .list--contents .thumb {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 1em;
  overflow: hidden;
}
.page--movie.new-movie .list--contents .thumb img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page--movie.new-movie .list--contents .date {
  font-weight: 500;
  margin-bottom: 0.3em;
}
.page--movie.new-movie .list--contents li .list__txt .date {
  margin-bottom: 0;
}
.page--movie.new-movie .list--contents li.new .date::after {
  content: "NEW";
  font-family: orpheuspro, serif;
  font-size: 0.8em;
  font-weight: bold;
  display: inline-block;
  color: #ff4040;
  padding-left: 0.5em;
}
.page--movie.new-movie.nologin .list--contents .thumb {
  position: relative;
}
.page--movie.new-movie.nologin .list--contents .thumb::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(20px) brightness(0.7);
          backdrop-filter: blur(20px) brightness(0.7);
  z-index: 1;
}
.page--movie.new-movie.nologin .list--contents .thumb::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  aspect-ratio: 1/0.15;
  background-image: url("/static/lunasea/fanclub/common/logo_mobile_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.page--movie.new-movie .section--detail .block--tit {
  width: 100%;
  margin: 0 0 2em;
  padding: 0;
}
.page--movie.new-movie .section--detail .block--tit .tit {
  font-weight: bold;
  font-size: 1.3em;
}
.page--movie.new-movie .section--detail .block--tit .date {
  opacity: 1;
}
.page--movie.new-movie .section--detail .block--player {
  border: 1px solid #333;
}
.page--movie.new-movie .section--detail .area--movie .vjs-big-play-centered .vjs-big-play-button {
  width: 50px;
  height: 50px;
  margin-top: 0;
  margin-left: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page--movie.new-movie .section--detail .area--more-info {
  margin: 50px 0 0;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab {
  display: block;
  width: 100%;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab > div {
  width: 100%;
  display: block;
  padding: 0;
  text-align: center;
}
.page--movie.new-movie .section--detail .area--more-info .tab__list {
  font-family: orpheuspro, serif;
  font-size: 1.2em;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies {
  background: transparent;
  padding-top: 1.5em;
  border-top: none;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li {
  width: calc(50% - 10px);
  border-bottom: none;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a {
  display: block;
  padding: 0;
  width: 100%;
}
.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.5em 0;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .tit {
  font-size: 1em;
}
.page--movie.new-movie .detail__btn {
  font-weight: normal;
}

.page--disco .list--discography {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.page--disco .list--discography li {
  width: calc(50% - 10px);
}
.page--disco .list--discography li.no-data {
  width: 100%;
}
.page--disco .list--discography .thumb {
  margin-bottom: 0.5em;
}
.page--disco .list--discography .category {
  display: inline-block;
  padding: 0.3em 0.6em;
  line-height: 1;
  font-size: 0.85em;
  border: 1px solid #999;
}
.page--disco .list--discography .date {
  display: inline-block;
  margin-left: 0.3em;
  font-size: 0.85em;
}
.page--disco .list--discography .tit {
  margin-top: 0.3em;
  font-weight: bold;
}
.page--disco .area--disco-detail .block--jacket {
  width: min(100%, 400px);
  margin: auto;
}
.page--disco .area--disco-detail .block--detail .tit {
  padding: 0.5em 0;
}
.page--disco .area--disco-detail .block--detail .date {
  line-height: 1;
  margin-bottom: 2em;
}
.page--disco .area--disco-detail .btn {
  margin: 2em 0;
}
.page--disco .area--disco-detail .btn .btn--main {
  font-size: 1.1em;
}
.page--disco .area--disco-detail iframe {
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.section--biography .content-tit {
  margin-bottom: 0.5em;
  font-size: 1.4em;
  font-family: orpheuspro, serif;
}
.section--biography .bio-content {
  margin-top: 40px;
}
.section--biography .member {
  text-align: center;
}
.section--biography .member .member-name {
  line-height: 2;
}
.section--biography .chronology {
  margin-top: 60px;
}
.section--biography .chronology .chronology-wrap {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.section--biography .chronology .chronology-item {
  padding: 0 0.5em;
}
.section--biography .chronology .chronology-item + .chronology-item {
  border-top: 1px solid #fff;
}
.section--biography .chronology .year {
  padding: 1em 0;
  position: relative;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
}
.section--biography .chronology .year::after {
  content: "\f107";
  display: block;
  position: absolute;
  font-family: FontAwesome;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transform-origin: center;
  transition: all 0.3s 0s ease;
}
.section--biography .chronology .year.open::after {
  transform: rotate(180deg) translateY(50%);
  transition: all 0.3s 0s ease;
}
.section--biography .chronology .chronology-list {
  display: none;
}
.section--biography .chronology .chronology-list li {
  padding: 1em 0;
}
.section--biography .chronology .chronology-list li + li {
  border-top: 1px solid #666;
}
.section--biography .chronology .chronology-list .days {
  margin-bottom: 0.5em;
  font-weight: bold;
}
.section--biography .chronology .tour-list {
  margin-top: 0.8em;
  padding: 0.2em 1.2em;
  font-size: 0.9em;
  background-color: #666;
}
.section--biography .chronology .tour-list li + li {
  border-color: #aaa;
}
.section--biography .chronology .tour-list .schedule {
  display: flex;
}
.section--biography .chronology .tour-list .schedule span {
  flex: 1;
  margin-left: 0.5em;
}

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

.page--photo .list--contents .thumb {
  width: 100%;
  aspect-ratio: 4/3;
  position: relative;
  overflow: hidden;
}
.page--photo .list--contents .thumb .image {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-size: contain;
}
.page--photo .list--contents .thumb .blur {
  position: absolute;
  max-width: none;
  width: 130%;
  height: 130%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: blur(20px);
  z-index: 1;
}
.page--photo .list--contents .list__txt {
  margin-top: 1em;
}
.page--photo .section--detail .tit {
  margin-bottom: 1.5em;
}
.page--photo .section--detail .caption {
  margin-bottom: 1.5em;
}
.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,
.page--photo #swipebox-prev,
.page--photo #swipebox-next {
  width: 40px;
}
.page--photo #swipebox-close {
  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: 0;
}
.page--photo #swipebox-prev::after {
  transform: rotate(45deg);
  margin: 1em 0.25em 1em 1em;
}
.page--photo #swipebox-next {
  right: 0;
}
.page--photo #swipebox-next::after {
  transform: rotate(-135deg);
  margin-top: 1em;
  margin-right: 0.25em;
}

.page--wallpaper .list--contents .date {
  margin-top: 1em;
}
.page--wallpaper .list--contents .thumb {
  width: 100%;
  aspect-ratio: 2/3;
  position: relative;
  overflow: hidden;
}
.page--wallpaper .list--contents .thumb img {
  height: 100%;
  background-size: contain;
  position: relative;
  z-index: 2;
}
.page--wallpaper .list--contents .thumb .blur {
  display: block;
  width: 150%;
  height: 150%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.page--wallpaper .list--contents .thumb .blur img {
  filter: blur(20px);
  background-size: cover;
}
@media screen and (min-width: 961px) {
  .page--wallpaper .list--contents li a:hover {
    opacity: 0.5;
  }
}
.page--wallpaper .section--error .btn {
  margin-top: 40px;
}
.page--wallpaper .section--detail {
  margin: auto;
}
.page--wallpaper .section--detail .tit {
  margin-bottom: 1em;
}
.page--wallpaper .section--detail .txt {
  margin-bottom: 1em;
}
.page--wallpaper .section--detail .pict {
  pointer-events: all;
}
.page--wallpaper .section--detail .block--attention {
  margin-top: 2em;
  padding: 1.2em;
  border: 1px solid #666;
}
.page--wallpaper .section--detail .block--attention .attention-tit {
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5em;
}
.page--wallpaper .section--detail .btn {
  width: min(100%, 450px);
  padding: 0.8em;
  margin-top: 50px;
}

.page--bbs textarea {
  border: none;
}
.page--bbs .block--parent {
  margin-bottom: 3em;
}
.page--bbs .block--parent .ph {
  margin-top: 1em;
}
.page--bbs .edit--comment dt {
  margin-bottom: 0.3em;
  font-weight: bold;
}
.page--bbs .edit--comment dd {
  margin-bottom: 1.2em;
}
.page--bbs .icon--user {
  display: none;
}
.page--bbs .btn {
  margin-top: 2em;
}
.page--bbs .btn .btn--main {
  border: none;
}
.page--bbs .block--attention {
  margin-top: 2em;
  border: 1px solid #fff;
  padding: 1em;
}
.page--bbs .block--tit {
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 1.2em;
}
.page--bbs .list--comment {
  margin-top: 80px;
}
.page--bbs .list--comment .block--comment {
  padding: 2em 0;
  position: relative;
  border-top: 1px solid #666;
}
.page--bbs .list--comment .block--comment:last-of-type {
  border-bottom: 1px solid #666;
}
.page--bbs .list--comment .block--comment .block--user {
  margin-bottom: 1.5em;
  width: calc(100% - 3em);
  font-size: 0.85em;
}
.page--bbs .list--comment .block--comment .ph {
  margin-top: 1em;
}
.page--bbs .list--comment .block--comment .date {
  margin-top: 2em;
  text-align: right;
  line-height: 1;
}
.page--bbs .list--comment .block--comment .report-btn {
  position: absolute;
  top: 1.5em;
  right: 0;
}
.page--bbs .list--comment .block--comment .report-btn a {
  padding: 0.3em 0.8em;
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #999;
}
@media screen and (min-width: 961px) {
  .page--bbs .list--comment .block--comment .report-btn a:hover {
    opacity: 0.5;
  }
}
.page--bbs .form--confirm dt {
  margin-top: 1.5em;
  font-weight: bold;
}
.page--bbs .form--confirm dd {
  margin-top: 0.3em;
}
.page--bbs .detail__btn a:after {
  content: "BACK";
}
.page--bbs.report .block--comment {
  margin-top: 2em;
  padding-bottom: 1em;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
.page--bbs.report .block--comment > p {
  margin-top: 1.2em;
}
.page--bbs.report .block--comment .date {
  text-align: right;
}
.page--bbs.report .form--post {
  margin-top: 2em;
}
.page--bbs.report .form--post dt {
  margin-top: 1.5em;
  font-weight: bold;
}
.page--bbs.report .form--post dd {
  margin-top: 0.3em;
}

.section--detail.support {
  line-height: 1.6;
  padding: 20px;
}
.section--detail.support .support-tit_sub {
  padding-bottom: 1em;
  margin-bottom: 2em;
  border-bottom: 1px solid #666;
}
.section--detail.support .txt {
  margin: 0 0 1.2em;
}
.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 .list--support li + li {
  margin-top: 0.5em;
}

.page--faq .searchBox {
  position: relative;
  margin-bottom: 50px;
}
.page--faq .searchBox input[type=text] {
  width: 100%;
  padding: 1em 0.6em;
  color: #fff;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #999;
}
.page--faq .searchBox input[type=submit] {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  padding: 16px 0;
  font-family: FontAwesome;
  font-size: 1.1em;
  color: #fff;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.page--faq .block--category {
  font-family: "Noto Sans JP", sans-serif;
}
.page--faq .block--category li a {
  padding: 0.5em;
  font-size: 13px;
  line-height: 1.4;
}
.page--faq .tit--category {
  font-size: 20px;
  font-weight: bold;
  margin: 3.5em 0 1em;
}
.page--faq .list--faq {
  border: 1px solid #999;
  padding: 0.2em 1.2em;
}
.page--faq .list--faq li a {
  display: flex;
  align-items: flex-start;
  padding: 1em 0;
}
@media screen and (min-width: 961px) {
  .page--faq .list--faq li a:hover {
    opacity: 0.5;
  }
}
.page--faq .list--faq li + li {
  border-top: 1px solid #666;
}
.page--faq .icon--q {
  display: block;
  margin-right: 0.5em;
  font-weight: bold;
}
.page--faq .section--detail .category {
  font-size: 14px;
  color: #d0d0d0;
  margin: 0 0 1em;
}
.page--faq .block--faq-detail dt {
  display: flex;
  padding-bottom: 0.8em;
  margin-bottom: 1.5em;
  font-size: 1.1em;
  font-weight: bold;
  border-bottom: 1px solid #666;
}
.page--faq .block--contact {
  margin-top: 3em;
}
@media screen and (min-width: 961px) {
  .page--faq .block--contact p a:hover {
    opacity: 0.5;
  }
}
.page--faq .txt--no-data {
  padding: 4em 0;
}
.page--faq .detail__btn {
  margin-top: 3em;
}

.section--entry .section-tit img {
  width: 70%;
  margin: auto;
}
.section--entry .lead-note {
  margin-top: 2em;
  padding: 1em;
  background-color: #fff;
}
.section--entry .lead-note .tit {
  margin-bottom: 1em;
  font-size: 1.2em;
  text-align: center;
  color: #000;
}
.section--entry .lead-note .txt {
  color: #000;
}
.section--entry .lead-note .txt b {
  color: #ff4040;
}
.section--entry .lead-note .btn {
  margin-top: 1em;
}
.section--entry .lead-note .btn--main {
  background-color: #000;
  color: #fff;
}
.section--entry .section--item {
  margin-top: 80px;
}
.section--entry .content-tit {
  font-family: orpheuspro, serif;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
  line-height: 1;
}
.section--entry .content-tit.jp {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.4em;
  line-height: 1.6;
}
.section--entry .member--content-item {
  padding: 1em;
  border: 1px solid #666;
}
.section--entry .member--content-item .item-tit {
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.section--entry .member--content-item .item-txt {
  font-size: 14px;
}
.section--entry .member--content-item + .member--content-item {
  margin-top: 20px;
}
.section--entry .stage-table {
  margin-top: 20px;
  text-align: center;
}
.section--entry .price-list > li {
  padding: 1em;
  text-align: center;
  border: 1px solid #666;
}
.section--entry .price-list > li + li {
  margin-top: 20px;
}
.section--entry .price-list .tit {
  font-size: 1em;
  margin-bottom: 1em;
}
.section--entry .price-list .price-detail span {
  font-size: 1.5em;
  padding: 0 0.1em;
}
.section--entry .list--browser {
  text-indent: -1em;
  padding-left: 1em;
}
.section--entry .list--browser li::before {
  content: "・";
}
.section--entry .section--join {
  padding: 1.5em 1em;
  background-color: #fff;
  color: #000;
}
.section--entry .section--join .entry--wrap {
  margin-top: 1em;
  text-align: center;
}
.section--entry .section--join .entry--wrap li {
  padding: 1em;
  background-color: #dfdfdf;
}
.section--entry .section--join .entry--wrap li + li {
  margin-top: 10px;
}
.section--entry .section--join .entry--wrap .btn--main {
  margin-top: 1em;
  background-color: #000;
  color: #fff;
}
.section--entry .link-faq {
  margin-top: 1em;
  text-align: left;
}

.first_login .sub-tit {
  margin-bottom: 1em;
  font-weight: bold;
  color: #ff4040;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.first_login .section-tit {
  text-align: center;
}
.first_login .section-tit span {
  display: block;
  margin-bottom: 1em;
}
.first_login .block--lead {
  margin-bottom: 2em;
}
.first_login .content-tit {
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.8em;
}
.first_login .block--tit {
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 1.2em;
}
.first_login .txt--basic {
  margin: 0 0 1em;
}
.first_login .block--attention {
  margin-bottom: 2em;
  padding-bottom: 1em;
  color: #000;
  border: 2px solid #ff4040;
  background-color: #ffdada;
}
.first_login .block--attention .attention--detail {
  padding-left: 1em;
  padding-right: 1em;
}
.first_login .block--attention.red {
  color: #ff4040;
}
.first_login .attention-tit {
  margin-bottom: 1em;
  padding: 0.5em 1em;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  background-color: #ff4040;
  color: #fff;
}
.first_login .txt--important {
  color: #ff4040;
}
.first_login .txt--important .large {
  display: inline-block;
  padding: 0.5em 0;
  font-size: 1.3em;
  font-weight: bold;
  text-decoration: underline;
}
.first_login .block--step {
  margin-top: 100px;
}
.first_login .block--step img {
  border: 1px solid #666;
  margin: 1em auto 0;
}
.first_login .block--step .btn {
  margin-top: 1em;
}
.first_login .block--step .step-label {
  font-weight: bold;
  margin-right: 1em;
}
.first_login .block--step .list--step_link li {
  margin-bottom: 2em;
  position: relative;
}
.first_login .block--step .list--step_link li a {
  display: block;
  width: 100%;
  padding: 1.2em 1em;
  border: 1px solid #666;
  position: relative;
}
.first_login .block--step .list--step_link li a .step-label {
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 961px) {
  .first_login .block--step .list--step_link li a:hover {
    opacity: 0.5;
  }
}
.first_login .block--step .list--step_link li::before {
  content: "";
  position: absolute;
  display: block;
  width: 1em;
  height: 1em;
  bottom: -1em;
  left: 50%;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  transform: translateX(-50%) rotate(135deg);
}
.first_login .block--step .list--step_link li:last-of-type::before {
  content: none;
}
.first_login .block--step .list--step {
  margin-top: 100px;
}
.first_login .block--step .list--step > li {
  padding: 1em;
  border: 1px solid #666;
}
.first_login .block--step .list--step > li .step-detail + .step-detail {
  margin-top: 2em;
}
.first_login .block--step .list--step > li .step-tit {
  display: flex;
  gap: 0.8em;
  align-items: flex-start;
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  border-bottom: 1px solid #666;
}
.first_login .block--step .list--step > li .step-tit .label {
  background-color: #fff;
  color: #000;
  font-family: alternate-gothic-condensed-a, sans-serif;
  font-weight: bold;
  padding: 0.5em;
  line-height: 1;
}
.first_login .block--step .list--step > li .step-tit .tit {
  font-size: 1.1em;
  font-weight: bold;
}
.first_login .block--step .list--step > li .attention-tit {
  background-color: transparent;
  padding: 1em 1em 0;
  color: #ff4040;
}
.first_login .block--step .list--step > li + li {
  margin-top: 50px;
}
.first_login .btn {
  margin-top: 3em;
}
.first_login .link-wrap {
  margin-top: 1.2em;
}
.first_login .mt {
  margin-top: 1.2em;
}

.page--questionnaire .section-tit {
  line-height: 1.6;
}
.page--questionnaire.fanletter .section-tit {
  font-family: orpheuspro, serif;
  font-size: 40px;
  letter-spacing: 0.08em;
}
.page--questionnaire .ph {
  margin-bottom: 1em;
}
.page--questionnaire .block--error {
  padding: 1em;
  color: #ff4040;
  background-color: #ffeaea;
  border: 2px solid #ff4040;
}
.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,
.page--questionnaire .form--confirm .icon--required {
  position: relative;
}
.page--questionnaire .form--post .icon--required::before,
.page--questionnaire .form--confirm .icon--required::before {
  content: "必須";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3.5em;
  text-align: center;
  margin-left: 0.8em;
  padding: 0.3em 0.5em 0.4em;
  font-size: 0.7em;
  color: #ff4040;
  border: 1px solid #ff4040;
  line-height: 1;
}
.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.5em;
  border: none;
}
.page--questionnaire .form--post input.input--quarter,
.page--questionnaire .form--confirm input.input--quarter {
  width: 35%;
}
.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: 5em;
}
.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;
  background-color: #fff;
  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: #ff4040;
  border-color: #ff4040;
}
.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 #ff4040;
}
.page--questionnaire .form--post select,
.page--questionnaire .form--confirm select {
  max-width: 100%;
  min-width: 12em;
  padding: 0.5em 0.3em;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
}
.page--questionnaire .btn--main,
.page--questionnaire .btn--sub {
  margin-top: 1.5em;
  padding: 1.2em;
  width: min(70%, 350px);
}
.page--questionnaire .btn--main {
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .page--questionnaire .btn--main {
    transition: all 0.3s 0s ease;
  }
  .page--questionnaire .btn--main:hover {
    transition: all 0.3s 0s ease;
    opacity: 0.5;
  }
}

.page--error .tit {
  margin-bottom: 1em;
  font-family: orpheuspro, serif;
  font-size: 42px;
  font-weight: 400;
}
.page--error .btn {
  margin-top: 3em;
}

.footer {
  text-align: center;
}
.footer .list--support {
  font-size: 13px;
}
.footer .list--support li {
  line-height: 2.2;
}
.footer .link-wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.footer .link-wrap li a {
  display: block;
  height: 36px;
  margin-top: 40px;
}
.footer .link-wrap li a img {
  width: auto;
  height: 100%;
}
@media screen and (min-width: 961px) {
  .footer a:hover {
    opacity: 0.5;
  }
}

@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;
  }
  .bg--logo {
    position: fixed;
    top: 50%;
    left: 6.8vw;
    transform: translateY(-50%);
    width: min(77.4vw - 390px, 670px);
    z-index: -1;
  }
  .content--main {
    width: max(390px, 28.5vw);
    overflow-x: hidden;
    margin: 0 10vw 0 auto;
  }
  .txt--link:hover {
    opacity: 0.3;
  }
  .header .drawer__btn {
    width: 50px;
    height: 31px;
    top: 40px;
    right: 40px;
  }
  .header .drawer {
    width: max(390px, 28.5vw);
    right: 10vw;
  }
  .header .drawer [class^=nav--menu__] li a:hover {
    opacity: 0.5;
  }
  .header .drawer .drawer-inner {
    background-size: max(446px, 32.6vw) auto;
    background-position: top -23.6vh left -9.7vw;
  }
  .block--category li a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000;
  }
  .page--home .content--main::before {
    width: max(390px, 28.5vw);
    background-size: max(446px, 32.6vw) auto;
    background-position: top -182px right 5.5vw;
  }
  .page--home .content--main .bg-cloud {
    width: max(390px, 28.5vw);
  }
  .page--home .fc--content-list li a:hover,
  .page--home .of--content-list li a:hover {
    opacity: 0.5;
  }
  body:not(.page--home) .section--detail,
  body:not(.page--home) .section--list {
    padding: 40px 20px 60px;
  }
  body:not(.page--home) .footer {
    display: none;
  }
  .page--photo #swipebox-close {
    top: 40px;
    right: 40px;
  }
  .page--questionnaire .content--main > section {
    padding: 40px 20px 60px;
  }
  .list--sns {
    position: fixed;
    top: 50%;
    right: 2.9vw;
    transform: translateY(-50%);
    text-align: center;
    line-height: 2.5;
  }
  .list--sns a:hover {
    opacity: 0.5;
  }
  .copyright {
    position: fixed;
    bottom: 30px;
    left: 30px;
    font-size: 12px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* common.scss
  ============================== */
  .pc {
    display: none !important;
  }
  body.drawer-open {
    overflow: hidden;
  }
  .content--main {
    width: 100%;
  }
  .header .drawer__btn {
    width: 40px;
    height: 21px;
    top: 20px;
    right: 20px;
  }
  .header .drawer {
    width: 100%;
  }
  .header .drawer .drawer-inner {
    background-size: max(446px, 114%) auto;
    background-position: top -21.5vh left -34.1vw;
  }
  .page--home .content--main::before {
    width: 100%;
    background-size: max(446px, 114%) auto;
    background-position: top -21.5vh left -34.1vw;
  }
  .page--home .content--main .bg-cloud {
    width: 100%;
  }
  .page--home .content--main .footer .copyright {
    margin-top: 30px;
  }
  body:not(.page--home) .content--main {
    min-height: 100vh;
    padding-bottom: 132px;
    position: relative;
  }
  body:not(.page--home) .section--detail,
  body:not(.page--home) .section--list {
    padding: 40px 20px 0;
  }
  body:not(.page--home) .footer {
    padding: 70px 0 50px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .page--movie.new-movie .detail__btn {
    padding: 0;
    margin-top: 4em;
  }
  .page--movie.new-movie .section--detail {
    margin: auto;
    padding: 40px 20px 0;
    width: 100%;
  }
  .page--movie.new-movie .section--detail .block--tit .date {
    font-size: 1em;
  }
  .page--movie.new-movie .section--detail .area--movie .video-js .vjs-play-control {
    width: 50px;
    height: 50px;
    top: calc(50% - 5em + 25px);
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .page--movie.new-movie .section--detail .block--player {
    position: relative;
    top: auto;
    left: auto;
    z-index: inherit;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .list__txt {
    width: 100%;
    padding: 0;
  }
  .page--photo #swipebox-close {
    top: 20px;
    right: 20px;
  }
  .page--photo #swipebox-prev,
  .page--photo #swipebox-next {
    top: inherit;
    bottom: 5vh;
    transform: none;
  }
  .page--questionnaire .content--main > section {
    padding: 40px 20px 0;
  }
  .footer .list--sns {
    display: flex;
    justify-content: center;
    gap: 1.2em;
    margin-top: 30px;
    font-size: 1.4em;
  }
  .footer .copyright {
    font-size: 12px;
    line-height: 1;
  }
}/*# sourceMappingURL=fanclub-service.css.map */