@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ここまで*/
body {
  background: #FFF;
  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;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-size: 14px;
  }
}
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: #000;
  color: #FFF;
}

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

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

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

.svg-parts {
  display: none;
}

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

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.red {
  color: #dd0000;
}

.br {
  display: inline-block;
}

.header-logo {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #FFF;
  z-index: 100;
}
.header-logo svg {
  display: block;
  fill: #FFF;
}
.header-logo span {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 600;
  letter-spacing: 0;
}

.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.header .drawer__btn {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 999;
  cursor: pointer;
}
.header .drawer__btn svg {
  fill: #FE015F;
}
.header .drawer__btn .drawer__btn--inner {
  display: block;
  position: absolute;
  top: 43%;
  left: 50%;
  width: 45%;
  aspect-ratio: 1/0.53;
  transform: translate(-50%, -50%);
}
.header .drawer__btn span {
  position: absolute;
  width: 100%;
  height: 2px;
  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;
  left: 0;
  width: 100vw;
  height: 100lvh;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 700;
  font-style: normal;
  transition: all 0.3s 0s ease;
}
.header .drawer .drawer-inner {
  height: 100%;
}
.header .drawer .menu--official {
  background-color: #FE015F;
  color: #fff;
}
.header .drawer .menu--fc {
  background-color: #FBDB03;
  color: #FE015F;
}
.header .drawer .nav--menu__mypage {
  display: flex;
}
.header .drawer .nav--menu__mypage li + li {
  margin-left: 0.5em;
}
.header .drawer .nav--menu__mypage li + li::before {
  content: "/";
  padding-right: 0.5em;
}

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

.swiper-container .pagination {
  position: relative;
  text-align: center;
  z-index: 10;
}
.swiper-container .pagination .swiper-pagination-bullet-active {
  background-color: #FE015F;
}

.delighter {
  opacity: 0;
  transform: translateY(80px);
  transition: 0.5s 0.3s;
}
.delighter.started {
  opacity: 1;
  transform: translateY(0);
}

.btn {
  text-align: center;
}
.btn a {
  display: inline-block;
  padding: 1em 3em;
  font-weight: bold;
  border-radius: 999px;
}

.btn--main {
  background: #FE015F;
  color: #fff;
}

.btn--sub {
  border: 1px solid #FE015F;
  color: #FE015F;
}

.detail__btn {
  text-align: center;
  margin-top: 5em;
}

.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.no-data,
.list--info li.no-data {
  border: none;
}
.list--information li a,
.list--info li a {
  display: block;
}
.list--information li .date,
.list--info li .date {
  font-weight: 500;
}

ol.support-list li {
  padding: 0.3em 0;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
ol.support-list li:nth-of-type(n+10) {
  text-indent: -1.6em;
  padding-left: 1.6em;
}

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

.date {
  font-family: neue-haas-grotesk-display, sans-serif;
}

.block--category {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.block--category li a {
  display: inline-block;
  padding: 0.5em 0.8em;
  line-height: 1;
  color: #000;
  border: 1px solid #000;
}
.block--category li.current a {
  background-color: #FE015F;
  color: #fff;
  font-weight: bold;
  border: 1px solid #FE015F;
}

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

.link-faq {
  display: block;
  width: 100%;
  background-color: #fff;
  color: #000;
  font-weight: bold;
  border: 1px solid #000;
  padding: 1em 4em 1em 2em;
  border-radius: 10px;
  position: relative;
}
.link-faq::after {
  content: "\f08e";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%);
}
.link-faq + .link-faq {
  margin-top: 1em;
}

.block--pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2em;
  margin-top: min(5.2vh, 40px);
}

.pager__item--other a,
.pager__item--current {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  border: 1px solid #000;
  border-radius: 99px;
}

@media screen and (min-width: 961px) {
  .pager__item--other a:hover {
    color: #fff;
    background-color: #000;
  }
}
.pager__item--current {
  color: #fff;
  background-color: #000;
}

.page--home .kv-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.page--home .kv-wrap::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 17.7vh;
  background: linear-gradient(to top, #fff, transparent);
  z-index: 1;
}
@media screen and (min-width: 756px) {
  .page--home .kv-wrap.pc-kv {
    display: block;
  }
  .page--home .kv-wrap.sp-kv {
    display: none;
  }
}
@media screen and (min-width: 1px) and (max-width: 755px) {
  .page--home .kv-wrap.pc-kv {
    display: none;
  }
  .page--home .kv-wrap.sp-kv {
    display: block;
  }
}
.page--home .kv-wrap .kv-container {
  height: 100%;
}
.page--home .section--banner .swiper-slide {
  border: 1px solid #999;
  background-color: #FFF;
}
.page--home .section--tit {
  color: #FE015F;
  line-height: 1;
  letter-spacing: 0;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.page--home .section--tit.of {
  font-size: min(11.7vw, 160px);
  position: relative;
  z-index: 10;
}
.page--home .viewall {
  color: #000;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.page--home .viewall.of {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #FBDB03;
  position: absolute;
  z-index: 10;
}
.page--home .viewall.fc {
  margin-top: 20px;
  text-align: right;
}
.page--home .viewall.fc a::after {
  content: "\f054";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 0.8em;
  font-weight: normal;
  padding-left: 12px;
  height: 1.2em;
  transform: translateY(-1px);
}
.page--home .birthday-message {
  margin-top: 6.5vh;
}
.page--home .birthday-message .btn--main i {
  padding-right: 0.5em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .birthday-message {
    margin-top: 5.9vh;
  }
}
.page--home .section--info .section--tit {
  padding-left: min(4.4vw, 70px);
}
.page--home .section--info .block--info {
  background-color: #000;
  color: #fff;
  position: relative;
}
.page--home .section--info .block--info::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 8px;
  left: 8px;
  background-color: transparent;
  border: 1px solid #FE015F;
  pointer-events: none;
}
.page--home .section--info .list--information li a .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  flex: 1;
}
.page--home .section--info .list--information li + li {
  border-top: 1px solid #AAAAAA;
}
.page--home .section--info .list--information li.new .tit:before {
  content: "NEW";
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: bold;
  display: inline-block;
  color: #FE015F;
  padding-right: 0.5em;
}
.page--home .section--mv {
  margin-top: 15.6vh;
  position: relative;
}
.page--home .section--mv .section--tit {
  text-align: center;
}
.page--home .section--mv .movie-container {
  margin-top: -7vh;
}
.page--home .section--mv .swiper-wrapper .swiper-slide .swiper-inner {
  transform: scale(0.8);
  transition: all 0.3s 0s ease;
  height: 100%;
}
.page--home .section--mv .swiper-wrapper .swiper-slide .swiper-inner img {
  height: 100%;
}
.page--home .section--mv .swiper-wrapper .swiper-slide-active .swiper-inner {
  position: relative;
  transform: scale(1);
  transform-origin: center;
  transition: all 0.3s 0s ease;
}
.page--home .section--mv .swiper-wrapper .swiper-slide-active .swiper-inner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid #FE015F;
  pointer-events: none;
}
.page--home .section--fc {
  background-color: #FBDB03;
  background-image: url("/static/hide/fanclub/common/bg_heart.png");
  background-repeat: repeat;
  background-size: auto;
  position: relative;
}
.page--home .section--fc::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
  background: #fff;
}
.page--home .section--fc .fc-logo {
  margin: auto;
}
.page--home .section--fc .btn--wrap {
  gap: 20px;
}
.page--home .section--fc .fc--inner {
  margin-top: 14.3vh;
  padding: 0 5.8vw;
}
.page--home .section--fc .list--fc-information {
  display: flex;
}
.page--home .section--fc .list--fc-information li {
  border-radius: 20px;
  overflow: hidden;
  color: #fff;
}
.page--home .section--fc .list--fc-information li a {
  display: block;
  background: #000;
}
.page--home .section--fc .list--fc-information li.new .date:after {
  content: "NEW";
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: bold;
  display: inline-block;
  color: #FE015F;
  padding-left: 0.5em;
  transform: translateY(1px);
}
.page--home .section--fc .list--fc-information .date {
  display: inline-block;
  font-weight: bold;
}
.page--home .section--fc .content--fc {
  display: flex;
}
.page--home .section--fc .content--fc .block--fc_content .thumbnail {
  width: 100%;
  aspect-ratio: 1/0.8;
  overflow: hidden;
  border-radius: 20px;
}
.page--home .section--fc .content--fc .block--fc_content .thumbnail a {
  display: block;
  width: 100%;
  height: 100%;
}
.page--home .section--fc .content--fc .block--fc_content .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  background-position: top center;
}
.page--home .section--fc .content--fc .block--fc_content .thumbnail.photo {
  background-color: #fff;
}
.page--home .section--fc .content--fc .block--fc_content .thumbnail.photo img {
  background-size: contain;
  background-position: center center;
}
.page--home .section--fc .content--fc .block--fc_content .thumbnail.empty {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: bold;
  font-size: 1.4em;
  border: 1px solid #FE015F;
  color: #FE015F;
}
.page--home .section--fc.nologin .thumbnail {
  position: relative;
}
.page--home .section--fc.nologin .thumbnail::before {
  content: "";
  position: absolute;
  top: 14%;
  left: 50%;
  transform: translateX(-50%);
  width: 30.8%;
  height: 58.4%;
  background: url("/static/hide/fanclub/common/fc_logo_white.svg") no-repeat center/contain;
  z-index: 10;
  pointer-events: none;
}
.page--home .section--fc.nologin .thumbnail::after {
  content: "Member Only";
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  position: absolute;
  bottom: 14%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  pointer-events: none;
}
.page--home .section--fc.nologin .thumbnail a {
  position: relative;
}
.page--home .section--fc.nologin .thumbnail a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(20px) brightness(0.85);
          backdrop-filter: blur(20px) brightness(0.85);
  z-index: 1;
}
.page--home .section--fc.nologin .thumbnail.empty::before, .page--home .section--fc.nologin .thumbnail.empty::after {
  content: none;
}
.page--home .footer.lower {
  display: none;
}

body:not(.page--home) .header-logo {
  color: #000;
}
body:not(.page--home) .header-logo svg {
  fill: #000;
}
body:not(.page--home) .content--main {
  padding-top: 120px;
}
body:not(.page--home) .section-tit {
  margin-bottom: 1em;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  color: #FE015F;
}
body:not(.page--home) .block-tit {
  margin-bottom: 0.6em;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 700;
  font-style: normal;
}
body:not(.page--home) .detail__btn {
  margin-top: 3em;
  text-align: center;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 700;
  font-style: normal;
}
body:not(.page--home) .detail__btn a::before {
  content: "\f053";
  font-family: FontAwesome;
  font-size: 0.8em;
  vertical-align: text-bottom;
  padding-right: 0.8em;
}
body.fc {
  background-color: #FBDB03;
  background-image: url("/static/hide/fanclub/common/bg_heart.png");
}
body.page--faq .section-tit, body.page--support .section-tit {
  font-family: "Noto Sans JP", sans-serif;
}

.page--info .list--info {
  background-color: #000;
  color: #fff;
  position: relative;
}
.page--info .list--info li + li {
  border-top: 1px solid #AAAAAA;
}
.page--info .list--info li.new .tit:before {
  content: "NEW";
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: bold;
  display: inline-block;
  color: #FE015F;
  padding-right: 0.5em;
}
.page--info .section--detail {
  background-color: #fff;
  border: 1px solid #000;
}
.page--info .section--detail .tit {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.page--info .section--detail .date {
  margin-bottom: 1em;
  color: #AAAAAA;
}
.page--info .section--detail .txt {
  border-top: 1px solid #AAAAAA;
  padding-top: 2em;
}
.page--info .section--detail .ph {
  margin-bottom: 1em;
  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;
  gap: 1em;
  margin-top: 2em;
  font-size: 1.3em;
}

.page--movie .list--movie {
  display: flex;
  flex-wrap: wrap;
}
.page--movie .list--movie .thumb {
  aspect-ratio: 16/9;
  margin-bottom: 1em;
  overflow: hidden;
}
.page--movie .list--movie .thumb img {
  height: 100%;
}
.page--movie .list--movie .date {
  font-weight: 500;
  font-size: 0.8em;
  margin-bottom: 0.3em;
  color: #888;
}
.page--movie .list--movie .tit {
  font-weight: bold;
}
.page--movie .list--movie li.new .date::after {
  content: "NEW";
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: bold;
  display: inline-block;
  color: #FE015F;
  padding-left: 0.5em;
}
.page--movie .section--detail .txt iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.page--disco .category {
  display: inline-block;
  padding: 0.4em 0.6em;
  border: 1px solid #888;
  font-size: 12px;
  color: #888;
  line-height: 1;
}
.page--disco .list--discography {
  display: flex;
  flex-wrap: wrap;
}
.page--disco .list--discography .thumb {
  margin-bottom: 20px;
  overflow: hidden;
}
.page--disco .list--discography .date {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 13px;
  color: #888;
}
.page--disco .list--discography .tit {
  margin-top: 0.5em;
  font-weight: bold;
}
.page--disco .area--disco-detail {
  border: 1px solid #000;
}
.page--disco .area--disco-detail .block--detail .tit {
  font-size: 24px;
  padding: 0.5em 0 0.2em;
}
.page--disco .area--disco-detail .block--detail .date {
  font-size: 14px;
  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--profile .btn--wrap {
  margin-bottom: 40px;
  font-size: 12px;
  gap: 1em;
  line-height: 1;
}
.section--profile .btn--wrap .btn a {
  padding: 0.5em 2em;
}
.section--profile .btn--wrap .current {
  pointer-events: none;
}
.section--profile .txt {
  margin-top: 2em;
}
.section--profile .txt + .txt {
  margin-top: 1.5em;
}
.section--profile .block--chronology .chronology-wrap {
  border: 1px solid #000;
}
.section--profile .block--chronology .chronology-item + .chronology-item {
  border-top: 1px solid #000;
}
.section--profile .block--chronology .year {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  cursor: pointer;
  position: relative;
}
.section--profile .block--chronology .year::after {
  content: "\f107";
  display: block;
  position: absolute;
  font-family: FontAwesome;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center;
  transition: all 0.3s 0s ease;
}
.section--profile .block--chronology .year.open::after {
  transform: rotate(180deg) translateY(50%);
  transition: all 0.3s 0s ease;
}
.section--profile .block--chronology .chronology-list {
  display: none;
}
.section--profile .block--chronology .chronology-list li {
  padding: 1em 0;
}
.section--profile .block--chronology .chronology-list li + li {
  border-top: 1px solid #dadada;
}
.section--profile .block--chronology .tour-list {
  margin-top: 0.8em;
  padding: 1.5em;
  font-size: 0.9em;
  background-color: #f0f0f0;
}
.section--profile .block--chronology .tour-list li {
  padding: 0;
}
.section--profile .block--chronology .tour-list li + li {
  border: none;
  margin-top: 0.8em;
}

body.fc.page--photo [class^=list--] > li, body.fc.page--blog [class^=list--] > li {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 30px;
}

.page--info.fc .list--info {
  color: #fff;
  background-color: transparent;
}
.page--info.fc .list--info li {
  background-color: #000;
  border-radius: 20px;
  overflow: hidden;
}
.page--info.fc .list--info li + li {
  margin-top: 20px;
  border-top: none;
}

.page--movie.new-movie .list--contents .thumb {
  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;
  font-size: 0.8em;
  margin-bottom: 0.3em;
}
.page--movie.new-movie .list--contents .tit {
  font-weight: bold;
}
.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: neue-haas-grotesk-display, sans-serif;
  font-weight: bold;
  display: inline-block;
  color: #FE015F;
  padding-left: 0.5em;
}
.page--movie.new-movie .list--contents.nologin .thumb {
  position: relative;
}
.page--movie.new-movie .list--contents.nologin .thumb::before {
  content: "";
  position: absolute;
  top: 14%;
  left: 50%;
  transform: translateX(-50%);
  width: 30.8%;
  height: 58.4%;
  background: url("/static/hide/fanclub/common/fc_logo_white.svg") no-repeat center/contain;
  z-index: 10;
  pointer-events: none;
}
.page--movie.new-movie .list--contents.nologin .thumb::after {
  content: "Member Only";
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  position: absolute;
  bottom: 14%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  pointer-events: none;
}
.page--movie.new-movie .list--contents.nologin .thumb span {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.page--movie.new-movie .list--contents.nologin .thumb span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(20px) brightness(0.85);
          backdrop-filter: blur(20px) brightness(0.85);
  z-index: 1;
}
.page--movie.new-movie .section--detail .block--tit {
  width: 100%;
  padding: 0 0 1em;
  margin: 0 0 2em;
  border-bottom: 2px solid #000;
}
.page--movie.new-movie .section--detail .block--tit .tit {
  font-weight: bold;
}
.page--movie.new-movie .section--detail .block--tit .date {
  color: #000;
  opacity: 1;
}
.page--movie.new-movie .section--detail .area--more-info {
  background-color: #fff;
  border: 1px solid #000;
}
.page--movie.new-movie .section--detail .area--more-info .tab__list {
  font-weight: bold;
  font-size: 1.2em;
}
.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 .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 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;
  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--blog .list--blog li .date {
  font-size: clamp(0.813rem, 0.438rem + 0.63vw, 1rem);
  color: #888;
  padding-bottom: 1em;
}
.page--blog .list--blog li .thumb {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.page--blog .list--blog li .thumb img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page--blog .list--blog li .tit {
  margin-top: 1em;
  font-size: clamp(1rem, 0.5rem + 0.83vw, 1.25rem);
  font-weight: bold;
}
.page--blog .list--blog li.new {
  position: relative;
}
.page--blog .list--blog li.new::before {
  content: "";
  position: absolute;
  width: min(16%, 80px);
  aspect-ratio: 1/0.87;
  top: -0.9vw;
  right: 1.4vw;
  background-image: url("/static/hide/fanclub/common/new.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.page--blog .list--blog.nologin .thumb {
  position: relative;
}
.page--blog .list--blog.nologin .thumb::before {
  content: "";
  position: absolute;
  top: 14%;
  left: 50%;
  transform: translateX(-50%);
  width: 30.8%;
  height: 58.4%;
  background: url("/static/hide/fanclub/common/fc_logo_white.svg") no-repeat center/contain;
  z-index: 10;
  pointer-events: none;
}
.page--blog .list--blog.nologin .thumb::after {
  content: "Member Only";
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  position: absolute;
  bottom: 14%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  pointer-events: none;
}
.page--blog .list--blog.nologin .thumb span {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.page--blog .list--blog.nologin .thumb span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(20px) brightness(0.85);
          backdrop-filter: blur(20px) brightness(0.85);
  z-index: 1;
}
.page--blog .section--detail {
  background-color: #fff;
  border: 1px solid #000;
}
.page--blog .section--detail .tit {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.page--blog .section--detail .date {
  margin-bottom: 1em;
  color: #AAAAAA;
}
.page--blog .section--detail .txt {
  border-top: 1px solid #AAAAAA;
  padding-top: 2em;
}
.page--blog .section--detail .block--player {
  width: 100%;
  aspect-ratio: 16/9;
}
.page--blog .pager--blog {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2em;
  margin: 2em 0 1em;
  font-weight: bold;
}
.page--blog .pager--blog .pager-link--prev a i {
  padding-right: 0.5em;
  color: #000;
  transition: all 0.3s 0s ease;
}
.page--blog .pager--blog .pager-link--next a i {
  padding-left: 0.5em;
  color: #000;
  transition: all 0.3s 0s ease;
}

.page--photo .list--contents {
  padding-top: 2.8em;
}
.page--photo .list--contents li {
  position: relative;
}
.page--photo .list--contents li::before {
  position: absolute;
  top: -1.8em;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 700;
  font-size: 2em;
  text-align: center;
}
.page--photo .list--contents li:first-of-type::before {
  content: "TODAY'S PHOTO";
}
.page--photo .list--contents li:last-of-type::before {
  content: "PREVIOUS PHOTO";
}
.page--photo .list--contents li .date {
  color: #888;
}
.page--photo .list--contents .thumb {
  max-width: 300px;
  margin: auto;
}
.page--photo .list--contents .thumb img {
  background-size: contain;
}
.page--photo .section--photographer .photographer-tit {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  margin-bottom: 1em;
}
.page--photo .section--photographer .photographer--wrap {
  display: flex;
}
.page--photo .section--photographer .block--phtographer {
  background-color: #000;
  color: #fff;
}
.page--photo .section--photographer .block--phtographer .name {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 1em;
}
.page--photo .section--photographer .block--phtographer .txt a {
  color: #FE015F;
}

.page--wallpaper .list--contents {
  display: flex;
  flex-wrap: wrap;
}
.page--wallpaper .list--contents .tit {
  margin-top: 1em;
  font-weight: bold;
}
.page--wallpaper .list--contents .block--wp-size {
  margin-top: 1em;
}
.page--wallpaper .list--contents .block--wp-size li a {
  display: block;
  padding: 0.5em;
  width: 100%;
  background-color: #FE015F;
  color: #fff;
  text-align: center;
  border-radius: 99px;
}
.page--wallpaper .list--contents .block--wp-size li + li {
  margin-top: 0.5em;
}
.page--wallpaper .section--detail {
  background-color: #fff;
  border: 1px solid #000;
}
.page--wallpaper .section--error .btn {
  margin-top: 40px;
}
.page--wallpaper .block--attention {
  background-color: #f0f0f0;
  margin-top: 2em;
  padding: 2em;
}
.page--wallpaper .block--attention .attention-tit {
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5em;
}
.page--wallpaper .block--attention .attention-detail + .attention-tit {
  margin-top: 2em;
}

.section--archive .banner-wrap,
.section--goods .banner-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}

.section--goods .shop-name {
  margin-top: 0.3em;
  font-weight: bold;
}

.page--birthday-message .section--detail {
  margin: auto;
}
.page--birthday-message .section--detail .txt--basic {
  text-align: center;
  margin: auto;
}

.section--detail.support {
  line-height: 1.6;
}
.section--detail.support .support-tit_sub {
  padding-bottom: 1em;
  margin-bottom: 2em;
  border: 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 #999999;
}
.section--detail.support .list--support dd {
  margin-bottom: 3em;
}
.section--detail.support .list--support li + li {
  margin-top: 0.5em;
}
.section--detail.support .list--support li ol {
  margin-top: 0.5em;
  padding-left: 1.3em;
}

.page--faq .searchBox {
  position: relative;
  margin: 0 auto 50px;
}
.page--faq .searchBox input[type=text] {
  width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  padding: 1em 0;
  border-radius: 0;
}
.page--faq .searchBox input[type=submit] {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  padding: 16px 0;
  font-family: FontAwesome;
  font-size: 20px;
  color: #000;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.page--faq .block--category li a {
  border-radius: 99px;
}
.page--faq .tit--category {
  font-weight: bold;
  margin: 3.5em 0 1em;
}
.page--faq .list--faq {
  border: 1px solid #000;
  background-color: #fff;
}
.page--faq .list--faq li a {
  display: flex;
  align-items: flex-start;
  padding: 1em 0;
}
.page--faq .list--faq li + li {
  border-top: 1px solid #AAAAAA;
}
.page--faq .icon--q {
  display: block;
  margin-right: 0.5em;
  font-weight: bold;
  color: #FE015F;
}
.page--faq .section--detail .category {
  margin-bottom: 1em;
  padding: 0;
  font-weight: normal;
  font-size: 12px;
  color: #666;
  border-bottom: none;
}
.page--faq .section--detail .block--faq-detail {
  border: 1px solid #000;
  background-color: #fff;
}
.page--faq .section--detail .block--faq-detail .question {
  display: flex;
  padding-bottom: 0.5em;
  margin-bottom: 2em;
  font-weight: bold;
  border-bottom: 1px solid #AAAAAA;
}
.page--faq .block--contact {
  margin-top: 3em;
}
.page--faq .txt--no-data {
  padding: 4em 0;
}

.page--entry .section--entry .logo {
  margin: 0 auto 20px;
}
.page--entry .section--entry .lead-note {
  text-align: center;
  color: #FE015F;
  font-size: 0.9em;
}
.page--entry .section--entry .btn--wrap {
  justify-content: center;
  margin-top: 2em;
}
.page--entry .section--entry .content-tit {
  font-weight: bold;
  text-align: center;
  color: #FE015F;
  margin-bottom: 0.8em;
  line-height: 1;
}
.page--entry .section--entry .content-tit span {
  display: block;
  margin-top: 0.5em;
  font-size: max(40%, 12px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #666;
  letter-spacing: 0.05em;
}
.page--entry .section--entry .content-tit.jp {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.page--entry .section--entry .content-tit.en {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.page--entry .section--entry .section--excite .content-tit,
.page--entry .section--entry .section--join .content-tit {
  color: #000;
}
.page--entry .section--entry .link-faq {
  margin-top: 2em;
  text-align: left;
}
.page--entry .section--entry .section--excite {
  background-color: #fff;
  border: 2px solid #FE015F;
}
.page--entry .section--entry .section--join {
  background-color: #fff;
  border-radius: 30px;
  border: 2px solid #000;
}
.page--entry .section--entry .member--content-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.page--entry .section--entry .member--content-item {
  background-color: #000;
  color: #fff;
  border-radius: 20px;
}
.page--entry .section--entry .member--content-item .item-tit {
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 0.8em;
}
.page--entry .section--entry .member--content-item .item-txt {
  font-size: 14px;
}
.page--entry .section--entry .member--content-item .item-txt .note {
  display: block;
  margin-top: 0.5em;
  font-size: 0.9em;
  color: #ccc;
}
.page--entry .section--entry .member--content-item .item-txt .note::before {
  content: "※";
}
.page--entry .section--entry .member--content-item.more {
  background-color: transparent;
  color: #000;
  border: 2px solid #000;
}
.page--entry .section--entry .price-list > li {
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
  border: 1px solid #000;
}
.page--entry .section--entry .price-list .tit {
  font-weight: bold;
  margin-bottom: 1em;
}
.page--entry .section--entry .price-list .price-detail {
  letter-spacing: 0.05em;
}
.page--entry .section--entry .price-list .price-detail span {
  font-size: 1.8em;
  padding: 0 0.1em;
}
.page--entry .section--entry .price-list.payment .tit {
  font-size: 1.2em;
}
.page--entry .section--entry .device-table th {
  width: 35%;
}

.page--first_login .section-tit.jp {
  text-align: center;
}
.page--first_login .section-tit.jp span {
  display: block;
  margin-bottom: 1em;
  font-size: 80%;
  color: #dd0000;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.page--first_login .content-tit {
  font-size: clamp(1.125rem, 1.01rem + 0.57vw, 1.5rem);
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}
.page--first_login .block--tit {
  margin-bottom: 1.5em;
  font-weight: bold;
  font-size: 1.2em;
}
.page--first_login .block--lead {
  margin-bottom: 2em;
}
.page--first_login .txt--basic {
  margin: 0 0 1em;
}
.page--first_login .txt--basic.note {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}
.page--first_login .block--attention {
  border: 2px solid #cc0000;
  background-color: #ffdada;
}
.page--first_login .block--attention + .block--attention {
  margin-top: 2em;
}
.page--first_login .block--note {
  border: 1px solid #000;
  margin-top: 2em;
}
.page--first_login .attention-tit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1em;
  text-align: center;
  font-size: clamp(1rem, 0.924rem + 0.38vw, 1.25rem);
  font-weight: bold;
  color: #FFF;
  background-color: #c00;
  border-radius: 99px;
}
.page--first_login .txt--important {
  color: #d00;
}
.page--first_login .txt--important .large {
  display: inline-block;
  padding: 0.5em 0;
  font-size: 1.3em;
  font-weight: bold;
  text-decoration: underline;
}
.page--first_login .block--step {
  margin-top: 100px;
}
.page--first_login .block--step img {
  border: 1px solid #AAAAAA;
  margin: 30px auto 0;
}
.page--first_login .block--step .step-label {
  font-weight: bold;
  margin-right: 1em;
}
.page--first_login .block--step .list--step_link li a {
  display: flex;
  width: 100%;
  padding: 1.2em 3em 1.2em 0;
  border-bottom: 1px solid #000;
  position: relative;
}
.page--first_login .block--step .list--step_link li a .step-label {
  color: #FE015F;
}
.page--first_login .block--step .list--step_link li a::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 1em;
  width: 0.8em;
  height: 0.8em;
  border-bottom: 2px solid #FE015F;
  border-right: 2px solid #FE015F;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s 0s ease;
}
.page--first_login .block--step .list--step {
  margin-top: 100px;
}
.page--first_login .block--step .list--step > li {
  border: 1px solid #000;
}
.page--first_login .block--step .list--step > li .step-detail + .step-detail {
  margin-top: 2em;
}
.page--first_login .block--step .list--step > li .step-tit {
  display: flex;
  gap: 0.8em;
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  border-bottom: 1px solid #000;
}
.page--first_login .block--step .list--step > li .step-tit .label {
  background-color: #FE015F;
  color: #fff;
  font-size: 0.8em;
  font-family: neue-haas-grotesk-display, sans-serif;
  padding: 0.6em 1em;
  line-height: 1;
}
.page--first_login .block--step .list--step > li .step-tit .tit {
  font-size: 1.1em;
  font-weight: bold;
  color: #FE015F;
}
.page--first_login .block--step .list--step > li + li {
  margin-top: 50px;
}
.page--first_login .btn {
  margin-top: 50px;
}
.page--first_login .txt--link {
  margin-top: 1.2em;
  color: #FE015F;
}
.page--first_login .link-wrap {
  margin-top: 1.2em;
}
.page--first_login .mt {
  margin-top: 1.2em;
}

.section--payment .payment-table th {
  width: 30%;
}

.page--questionnaire .content--main > section {
  margin: auto;
}
.page--questionnaire .section-tit {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
}
.page--questionnaire .block--error {
  color: #c00;
}
.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: #c00;
  border: 1px solid #c00;
  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-width: 1px;
}
.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: 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: #FE015F;
  border-color: #FE015F;
}
.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 #FE015F;
}
.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 .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--main {
  margin-top: 1.5em;
  padding: 1.2em 5em;
  border-radius: 999px;
  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 {
    background-color: #FE015F;
    transition: all 0.3s 0s ease;
  }
}
.page--questionnaire .btn--sub {
  margin-top: 1.5em;
  padding: 1.2em 5em;
  line-height: 1;
}

.page--error .tit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #FE015F;
}

.footer .logo-wrap {
  display: flex;
  align-items: center;
  gap: 30px;
}
.footer .nav--support {
  display: flex;
  gap: 20px;
}
.footer .block--link {
  display: flex;
  gap: 30px;
  font-size: 18px;
}

@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;
  }
  .txt--link:hover {
    opacity: 0.3;
  }
  .header-logo {
    mix-blend-mode: difference;
    top: 2.6vh;
    left: 1.46vw;
  }
  .header-logo svg {
    margin: 0 auto 5px;
    width: 6.58vw;
  }
  .header-logo span {
    font-size: clamp(0.75rem, 0.25rem + 0.83vw, 1rem);
  }
  .header .drawer__btn {
    width: min(4.8vw, 80px);
  }
  .header .drawer .drawer-inner {
    overflow-y: scroll;
  }
  .header .drawer .g-nav {
    display: flex;
    min-height: 100%;
  }
  .header .drawer .g-nav > * {
    width: 50%;
    padding: 5.2vh 5.8vw;
  }
  .header .drawer .menu--tit {
    margin-bottom: 3em;
  }
  .header .drawer [class^=nav--menu__] {
    font-size: 5vw;
    line-height: 1.3;
  }
  .header .drawer [class^=nav--menu__] li a {
    position: relative;
  }
  .header .drawer [class^=nav--menu__] li a::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 8px;
    background-color: #FFF;
    top: 50%;
    left: 0;
    transform: translateY(-50%) scaleX(0);
    transform-origin: left center;
    transition: all 0.3s 0s ease;
  }
  .header .drawer [class^=nav--menu__] li a:hover::before {
    transform: translateY(-50%) scaleX(1);
    transition: all 0.3s 0s ease;
  }
  .header .drawer .nav--menu__fc li a::before,
  .header .drawer .nav--menu__mypage li a::before {
    background-color: #FE015F;
  }
  .header .drawer .nav--menu__mypage {
    font-size: 2vw;
    margin-bottom: 1em;
  }
  .swiper-container .pagination {
    margin: 3.9vh auto 0;
  }
  .swiper-container .pagination .swiper-pagination-bullet {
    width: 0.58vw;
    height: 0.58vw;
    margin: 0 0.29vw;
  }
  .btn--main:hover {
    background-color: #000;
  }
  .btn--sub:hover {
    color: #fff;
    background-color: #FE015F;
  }
  .list--information li a,
  .list--info li a {
    display: flex;
    padding: 20px 0;
  }
  .list--information li a .date,
  .list--info li a .date {
    display: inline-block;
    width: 7em;
  }
  .list--information li a:hover,
  .list--info li a:hover {
    color: #FE015F;
  }
  .block--category {
    margin-bottom: 40px;
  }
  .block--category li a {
    font-size: clamp(0.75rem, 0.5rem + 0.42vw, 0.875rem);
  }
  .block--category li a:hover {
    background-color: #FE015F;
    color: #fff;
    border: 1px solid #FE015F;
  }
  .pager__item--older a:hover,
  .pager__item--newer a:hover {
    opacity: 0.5;
  }
  .link-faq:hover {
    color: #FE015F;
    border-color: #FE015F;
  }
  .page--home .kv-wrap {
    height: 112lvh;
  }
  .page--home .kv-wrap img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .page--home .kv-wrap .swiper-slide {
    height: 112lvh;
  }
  .page--home .section--banner {
    margin-top: -23.4vh;
  }
  .page--home .section--banner .swiper-slide {
    width: 690px;
  }
  .page--home .section--banner img {
    transition: all 0.3s 0s ease;
  }
  .page--home .section--banner a:hover img {
    opacity: 0.5;
    transition: all 0.3s 0s ease;
  }
  .page--home .section--tit.fc {
    margin-bottom: 1vh;
    font-size: min(4vw, 54px);
  }
  .page--home .viewall.of {
    width: min(7.3vw, 150px);
    height: min(7.3vw, 150px);
    font-size: max(1vw, 12px);
  }
  .page--home .viewall.of:hover {
    background-color: #FE015F;
    color: #fff;
  }
  .page--home .viewall.fc {
    margin-top: 20px;
    text-align: right;
  }
  .page--home .viewall.fc a::after {
    padding-left: 12px;
    color: #000;
    transition: all 0.3s 0s ease;
  }
  .page--home .viewall.fc a:hover {
    color: #FE015F;
  }
  .page--home .viewall.fc a:hover::after {
    color: #FE015F;
    transform: translateX(5px);
    transition: all 0.3s 0s ease;
  }
  .page--home .section--info {
    width: min(85vw, 1500px);
    margin: 13vh auto 0;
  }
  .page--home .section--info .block--info {
    margin-top: max(-7vh, -80px);
    padding: min(7.3vh, 66px) min(4.4vw, 70px) min(9.1vh, 80px);
    border-radius: 60px;
  }
  .page--home .section--info .block--info::after {
    top: 8px;
    left: 8px;
    border-radius: 60px;
  }
  .page--home .section--info .list--information li a .tit {
    white-space: nowrap;
  }
  .page--home .section--info .viewall {
    bottom: max(-3.65vw, -75px);
    right: max(-3.65vw, -75px);
  }
  .page--home .section--mv {
    margin-top: 15.6vh;
  }
  .page--home .section--mv .section--tit {
    text-align: center;
  }
  .page--home .section--mv .movie-container {
    margin-top: max(-7vh, -70px);
  }
  .page--home .section--mv .swiper-wrapper .swiper-slide {
    position: relative;
    width: min(80.5vw, 1100px) !important;
    aspect-ratio: 16/9;
  }
  .page--home .section--mv .swiper-wrapper .swiper-slide:hover .mv-info {
    opacity: 1;
    transition: all 0.3s 0s ease;
  }
  .page--home .section--mv .swiper-wrapper .swiper-slide .mv-info {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: min(1.75VW, 24px);
    font-weight: bold;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s 0s ease;
  }
  .page--home .section--mv .swiper-wrapper .swiper-slide-active .swiper-inner::after {
    top: 8px;
    left: 8px;
  }
  .page--home .section--mv .viewall {
    bottom: 0;
    right: max((100vw - 1100px) / 2 - 3.65vw, 6.1vw);
  }
  .page--home .section--fc {
    margin-top: 13vh;
    padding-top: 18.3vw;
    background-position: top -18vh left;
  }
  .page--home .section--fc::before {
    aspect-ratio: 1/0.15;
  }
  .page--home .section--fc .fc-logo {
    width: min(18.6vw, 260px);
    margin: auto;
  }
  .page--home .section--fc .btn--wrap {
    justify-content: center;
    margin-top: 6.5vh;
  }
  .page--home .section--fc .btn--wrap .btn--main {
    width: 230px;
  }
  .page--home .section--fc .fc--inner {
    margin: 14.3vh auto 0;
    padding: 0 5.8vw;
    max-width: calc(1500px + 11.6vw);
  }
  .page--home .section--fc .tit-wrap {
    display: flex;
    gap: 1.46vw;
    align-items: end;
    margin-bottom: 1vh;
  }
  .page--home .section--fc .tit-wrap .section--tit {
    margin-bottom: 0;
  }
  .page--home .section--fc .list--fc-information {
    gap: 1.3vw;
  }
  .page--home .section--fc .list--fc-information li {
    width: 33.3333333333%;
  }
  .page--home .section--fc .list--fc-information li a {
    padding: min(2.9vw, 50px);
    height: 100%;
  }
  .page--home .section--fc .list--fc-information li a:hover {
    background-color: #FE015F;
  }
  .page--home .section--fc .list--fc-information .date {
    margin-bottom: 1em;
    line-height: 1;
  }
  .page--home .section--fc .content--fc {
    gap: 5.1vw;
    flex-wrap: wrap;
    margin-top: 14.5vh;
    padding-bottom: 13vh;
  }
  .page--home .section--fc .content--fc .block--fc_content {
    width: calc(50% - 2.55vw);
  }
  .page--home .section--fc .content--fc .block--fc_content:nth-of-type(even) {
    transform: translateY(13vh);
  }
  .page--home .section--fc .content--fc .block--fc_content:nth-of-type(even).delighter {
    transform: translateY(calc(13vh + 80px));
  }
  .page--home .section--fc .content--fc .block--fc_content:nth-of-type(even).delighter.started {
    transform: translateY(13vh);
  }
  .page--home .section--fc .content--fc .thumbnail {
    overflow: hidden;
  }
  .page--home .section--fc .content--fc .thumbnail img {
    transition: all 0.3s 0s ease;
  }
  .page--home .section--fc .content--fc .thumbnail:hover img {
    transform: scale(1.2);
    transition: all 0.3s 0s ease;
  }
  .page--home .section--fc.nologin .thumbnail::after {
    font-size: min(1.75vw, 38px);
  }
  .page--home .section--footer-banner {
    width: min(828px, 60.6vw);
    margin-bottom: 3.9vh;
    overflow: hidden;
  }
  .page--home .section--footer-banner .swiper-wrapper {
    gap: 1.46vw;
  }
  .page--home .section--footer-banner .swiper-wrapper .swiper-slide {
    width: calc((100% - 5.84vw) / 4);
    max-width: 192px;
  }
  .page--home .section--footer-banner .swiper-wrapper .swiper-slide img {
    transition: all 0.3s 0s ease;
  }
  .page--home .section--footer-banner .swiper-wrapper .swiper-slide a:hover {
    opacity: 1;
  }
  .page--home .section--footer-banner .swiper-wrapper .swiper-slide a:hover img {
    opacity: 0.5;
    transition: all 0.3s 0s ease;
  }
  .page--home .section--footer-banner .navigation {
    display: flex;
    gap: 2em;
    margin-top: 1.3vh;
  }
  .page--home .section--footer-banner .navigation > *[aria-disabled=true] {
    opacity: 0.5;
  }
  .page--home .section--footer-banner .navigation > *[aria-disabled=false] {
    cursor: pointer;
    transition: all 0.3s 0s ease;
  }
  .page--home .section--footer-banner .navigation > *[aria-disabled=false]:hover {
    color: #FE015F;
    transition: all 0.3s 0s ease;
  }
  body:not(.page--home) .header-logo {
    mix-blend-mode: normal;
  }
  body:not(.page--home) .header-logo a {
    display: flex;
    align-items: center;
  }
  body:not(.page--home) .header-logo svg {
    margin: 0 10px 0 0;
    width: 60px;
  }
  body:not(.page--home) .section-tit {
    font-size: min(4vw, 76px);
  }
  body:not(.page--home) .block-tit {
    font-size: min(2.9vw, 40px);
  }
  body:not(.page--home) .section--list {
    width: min(87.3vw, 1200px);
    margin: auto;
  }
  body:not(.page--home) .section--detail {
    margin: auto;
  }
  body:not(.page--home) .detail__btn a::before {
    display: inline-block;
    color: #000;
    transition: all 0.3s 0s ease;
  }
  body:not(.page--home) .detail__btn a:hover {
    color: #FE015F;
  }
  body:not(.page--home) .detail__btn a:hover::before {
    color: #FE015F;
    transform: translateX(-5px);
    transition: all 0.3s 0s ease;
  }
  body.page--faq .section--list,
  body.page--faq .section--detail {
    width: min(73vw, 1200px);
    margin: auto;
  }
  body.page--faq .section-tit, body.page--support .section-tit {
    font-size: min(2.78vw, 40px);
  }
  .page--info .list--info {
    padding: 3.6vw;
    border-radius: 60px;
  }
  .page--info .list--info li a .tit {
    flex: 1;
  }
  .page--info .section--detail {
    padding: min(2.9vw, 50px);
    width: min(73vw, 1200px);
    border-radius: 40px;
  }
  .page--info .section--detail .tit {
    font-size: min(2vw, 32px);
  }
  .page--info .section--detail .block--share a svg {
    transition: all 0.3s 0s ease;
  }
  .page--info .section--detail .block--share a:hover {
    color: #FE015F;
  }
  .page--info .section--detail .block--share a:hover svg {
    fill: #FE015F;
    transition: all 0.3s 0s ease;
  }
  .page--movie .list--movie {
    gap: 2.2vw;
  }
  .page--movie .list--movie li {
    width: calc((100% - 4.4vw) / 3);
  }
  .page--movie .list--movie li .thumb,
  .page--movie .list--movie li .thumb img {
    transition: all 0.3s 0s ease;
  }
  .page--movie .list--movie li a:hover {
    color: #FE015F;
  }
  .page--movie .list--movie li a:hover .thumb {
    border-radius: 60px;
    transition: all 0.3s 0s ease;
  }
  .page--movie .list--movie li a:hover .thumb img {
    transform: scale(1.2);
    transition: all 0.3s 0s ease;
  }
  .page--disco .list--discography {
    flex-wrap: wrap;
    gap: 3.6vw;
  }
  .page--disco .list--discography li {
    width: calc((100% - 7.2vw) / 3);
  }
  .page--disco .list--discography .thumb,
  .page--disco .list--discography .thumb img,
  .page--disco .list--discography p {
    transition: all 0.3s 0s ease;
  }
  .page--disco .list--discography .category {
    font-size: clamp(0.625rem, 1.04vw, 0.938rem);
  }
  .page--disco .list--discography .date {
    font-size: clamp(0.813rem, 0.438rem + 0.63vw, 1rem);
  }
  .page--disco .list--discography .tit {
    font-size: clamp(1rem, 0.5rem + 0.83vw, 1.25rem);
  }
  .page--disco .list--discography a:hover p {
    color: #FE015F;
    border-color: #FE015F;
  }
  .page--disco .list--discography a:hover .thumb {
    border-radius: 60px;
  }
  .page--disco .list--discography a:hover .thumb img {
    transform: scale(1.2);
  }
  .page--disco .area--disco-detail {
    display: flex;
    gap: 2.9vw;
    width: min(87.3vw, 1200px);
    margin: auto;
    padding: 3.66vw;
    border-radius: 40px;
  }
  .page--disco .area--disco-detail > * {
    width: 50%;
  }
  .page--disco .area--disco-detail .block--detail .tit {
    font-size: 24px;
    padding: 0.5em 0 0.2em;
  }
  .page--disco .area--disco-detail .btn {
    text-align: left;
  }
  .page--disco .area--disco-detail .btn .btn--main {
    padding: 0.6em 7em;
  }
  .page--profile .wrap {
    overflow: initial;
  }
  .section--profile {
    width: min(73vw, 1200px);
    margin: auto;
  }
  .section--profile [class^=block--] + [class^=block--] {
    margin-top: 80px;
  }
  .section--profile .btn--wrap {
    justify-content: end;
  }
  .section--profile .profile--wrap {
    display: flex;
    gap: 3.66vw;
  }
  .section--profile .profile--wrap img {
    width: 40%;
    align-self: flex-start;
    position: -webkit-sticky;
    position: sticky;
    top: 30px;
  }
  .section--profile .profile--wrap .txt--wrap {
    flex: 1;
  }
  .section--profile .block--chronology {
    margin-top: 80px;
  }
  .section--profile .block--chronology .chronology-wrap {
    border-radius: 40px;
  }
  .section--profile .block--chronology .year {
    padding: 1em 1.5em;
    font-size: clamp(1.5rem, 1rem + 0.83vw, 1.75rem);
  }
  .section--profile .block--chronology .year::after {
    right: 1.5em;
  }
  .section--profile .block--chronology .chronology-list {
    padding: 0 3em 30px;
  }
  .section--profile .block--chronology .chronology-list li {
    display: flex;
    gap: 1em;
  }
  .section--profile .block--chronology .chronology-list .detail {
    flex: 1;
  }
  .section--profile .block--chronology .chronology-list .days {
    width: 10em;
  }
  .fc [class^=list--]:not(.list--info, .list--def) {
    display: flex;
    flex-wrap: wrap;
    gap: min(2.2vw, 40px);
  }
  .page--info.fc .list--info {
    padding: 0;
    border-radius: 0;
  }
  .page--info.fc .list--info li a {
    padding: min(2.9vw, 50px);
  }
  .page--info.fc .list--info li a::before {
    content: none;
  }
  .page--info.fc .list--info li a:hover {
    background-color: #FE015F;
    color: inherit;
  }
  .page--movie.new-movie .list--contents {
    gap: min(2.2vw, 40px);
  }
  .page--movie.new-movie .list--contents li {
    width: calc((100% - min(4.4vw, 80px)) / 3);
  }
  .page--movie.new-movie .list--contents li .thumb,
  .page--movie.new-movie .list--contents li .thumb img {
    transition: all 0.3s 0s ease;
  }
  .page--movie.new-movie .list--contents li a:hover {
    color: #FE015F;
  }
  .page--movie.new-movie .list--contents li a:hover .thumb {
    border-radius: 40px;
    transition: all 0.3s 0s ease;
  }
  .page--movie.new-movie .list--contents li a:hover .thumb img {
    transform: scale(1.2);
    transition: all 0.3s 0s ease;
  }
  .page--movie.new-movie .section--detail {
    margin: auto;
    width: min(73vw, 1200px);
  }
  .page--movie.new-movie .section--detail .tit {
    font-size: 1.75vw;
  }
  .page--movie.new-movie .section--detail .date {
    margin-top: 0.5em;
  }
  .page--movie.new-movie .section--detail .area--more-info {
    margin-top: 50px;
    padding: min(2.9vw, 50px);
    border-radius: 40px;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents {
    display: flex;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li {
    width: calc((100% - 4.4vw) / 3);
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a:hover .thumb {
    border-radius: 30px;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li .tit {
    font-size: inherit;
  }
  .page--blog .list--blog li {
    width: calc((100% - min(4.4vw, 80px)) / 3);
  }
  .page--blog .list--blog li a {
    display: block;
    padding: min(2.2vw, 40px) min(1.4vw, 30px);
  }
  .page--blog .list--blog li a .thumb img {
    transition: all 0.3s 0s ease;
  }
  .page--blog .list--blog li a:hover {
    color: #FE015F;
  }
  .page--blog .list--blog li a:hover .thumb img {
    transform: scale(1.2);
    transition: all 0.3s 0s ease;
  }
  .page--blog .list--blog li.new::before {
    top: -0.9vw;
    right: 0.7vw;
  }
  .page--blog .section--detail {
    padding: 2.9vw;
    width: min(73vw, 1200px);
    border-radius: 40px;
  }
  .page--blog .section--detail .tit {
    font-size: min(2vw, 32px);
  }
  .page--blog .pager--blog .pager-link--prev a:hover {
    color: #FE015F;
  }
  .page--blog .pager--blog .pager-link--prev a:hover i {
    transform: translateX(-0.3em);
    transition: all 0.3s 0s ease;
    color: #FE015F;
  }
  .page--blog .pager--blog .pager-link--next a:hover {
    color: #FE015F;
  }
  .page--blog .pager--blog .pager-link--next a:hover i {
    transform: translateX(0.3em);
    transition: all 0.3s 0s ease;
    color: #FE015F;
  }
  .page--photo .list--contents {
    justify-content: center;
  }
  .page--photo .list--contents li {
    padding: min(1.4vw, 30px);
    width: calc(50% - 1.1vw);
    max-width: 400px;
  }
  .page--photo .section--photographer {
    margin-top: 13vh;
  }
  .page--photo .section--photographer .photographer-tit {
    font-size: min(36px, 2.6vw);
  }
  .page--photo .section--photographer .photographer--wrap {
    gap: 1.46vw;
  }
  .page--photo .section--photographer .block--phtographer {
    width: calc((100% - 2.92vw) / 3);
    padding: min(2.9vw, 50px);
    border-radius: 30px;
  }
  .page--photo .section--photographer .block--phtographer .txt a:hover {
    opacity: 0.5;
  }
  .page--wallpaper .list--contents {
    gap: min(2.2vw, 40px);
  }
  .page--wallpaper .list--contents > li {
    width: calc((100% - min(4.4vw, 80px)) / 3);
    padding: min(2.2vw, 40px);
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 30px;
  }
  .page--wallpaper .list--contents .tit {
    font-size: clamp(1rem, 0.5rem + 0.83vw, 1.25rem);
  }
  .page--wallpaper .list--contents .thumb {
    width: 100%;
    aspect-ratio: 1/0.89;
  }
  .page--wallpaper .list--contents .thumb img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
  }
  .page--wallpaper .list--contents .block--wp-size {
    margin-top: 1em;
  }
  .page--wallpaper .list--contents .block--wp-size li a:hover {
    background-color: #000;
  }
  .page--wallpaper .block--attention {
    background-color: #fff;
    margin: 80px auto 0;
    border-radius: 30px;
    text-align: center;
    border: 1px solid #000;
  }
  .section--archive .banner-wrap {
    width: min(73vw, 1200px);
    gap: 2.1vw;
    justify-content: space-between;
  }
  .section--archive .banner-wrap li {
    width: calc(50% - 1.1vw);
  }
  .section--archive .banner-wrap li img {
    transition: all 0.3s 0s ease;
  }
  .section--archive .banner-wrap li a:hover img {
    opacity: 0.5;
    transition: all 0.3s 0s ease;
  }
  .section--goods .banner-wrap {
    width: min(73vw, 1200px);
    gap: 30px;
    margin-top: 60px;
  }
  .section--goods .banner-wrap li {
    width: calc((100% - 60px) / 3);
  }
  .section--goods .banner-wrap li a:hover {
    opacity: 0.5;
  }
  .page--birthday-message .section--detail {
    width: min(73vw, 1200px);
  }
  .page--birthday-message .section--detail .txt--basic {
    width: min(700px, 90vw);
  }
  .page--faq .searchBox {
    width: 60%;
  }
  .page--faq .list--faq {
    padding: 2.9vw;
    border-radius: 60px;
  }
  .page--faq .list--faq li a:hover {
    color: #FE015F;
  }
  .page--faq .block--faq-detail {
    padding: 3.6vw 2.9vw;
    border-radius: 40px;
  }
  .page--faq .block--faq-detail .question {
    font-size: min(24px, 1.7vw);
  }
  .page--faq .tit--category {
    font-size: min(24px, 1.7vw);
  }
  .page--faq .section--detail .tit--category {
    font-size: min(20px, 1.46vw);
  }
  .section--detail.support {
    width: min(73vw, 1200px);
  }
  .page--entry .section--entry {
    width: min(73vw, 1200px);
    margin: auto;
  }
  .page--entry .section--entry .logo {
    width: min(19vw, 260px);
  }
  .page--entry .section--entry .lead {
    text-align: center;
    margin-top: 50px;
  }
  .page--entry .section--entry .section--item {
    margin-top: 13vh;
  }
  .page--entry .section--entry .content-tit.jp {
    font-size: min(36px, 2.6vw);
  }
  .page--entry .section--entry .content-tit.en {
    font-size: min(40px, 2.9vw);
  }
  .page--entry .section--entry .content-txt {
    margin-bottom: 30px;
    text-align: center;
  }
  .page--entry .section--entry .section--excite,
  .page--entry .section--entry .section--join {
    text-align: center;
    padding: min(3.6vw, 50px);
  }
  .page--entry .section--entry .section--join .btn--wrap {
    display: flex;
    gap: 1.46vw;
    margin-top: 2em;
  }
  .page--entry .section--entry .section--join .btn--wrap .text {
    margin-bottom: 1em;
    font-weight: bold;
  }
  .page--entry .section--entry .section--join .btn--wrap .block--btn {
    width: 50%;
    padding: 2vw;
    text-align: center;
    background-color: #f1f1f1;
    border-radius: 20px;
  }
  .page--entry .section--entry .section--join .btn--wrap .block--btn .btn a {
    width: 100%;
  }
  .page--entry .section--entry .member--content-item {
    width: calc(50% - 10px);
    padding: 2.2vw;
  }
  .page--entry .section--entry .price-list {
    display: flex;
    gap: min(1.46vw, 24px);
  }
  .page--entry .section--entry .price-list > li {
    width: calc(50% - 0.73vw);
    padding: 2.2vw;
  }
  .page--entry .section--entry .stage-table th {
    width: 35%;
  }
  .page--first_login {
    width: min(73vw, 1200px);
  }
  .page--first_login .section-tit.jp {
    font-size: clamp(1.5rem, 1.347rem + 0.76vw, 2rem);
  }
  .page--first_login .block--lead {
    text-align: center;
  }
  .page--first_login .block--tit {
    margin-bottom: 1.5em;
    font-weight: bold;
    font-size: 1.2em;
  }
  .page--first_login .block--attention,
  .page--first_login .block--note {
    padding: 2.9vw;
  }
  .page--first_login .block--attention.top {
    text-align: center;
  }
  .page--first_login .attention-tit {
    font-size: clamp(1rem, 0.924rem + 0.38vw, 1.25rem);
    padding: 0.5em 2em;
  }
  .page--first_login .block--step {
    margin-top: 100px;
  }
  .page--first_login .block--step .txt--important {
    text-align: center;
  }
  .page--first_login .block--step img {
    border: 1px solid #AAAAAA;
    margin: 30px auto 0;
  }
  .page--first_login .block--step .step-label {
    font-weight: bold;
    margin-right: 1em;
  }
  .page--first_login .block--step .list--step_link li a:hover {
    color: #FE015F;
  }
  .page--first_login .block--step .list--step {
    margin-top: 100px;
  }
  .page--first_login .block--step .list--step > li {
    padding: 2.9vw;
    border-radius: 40px;
  }
  .page--first_login .block--step .list--step > li .step-tit {
    align-items: center;
  }
  .page--first_login .block--step .list--step > li + li {
    margin-top: 50px;
  }
  .page--first_login .btn {
    margin-top: 50px;
  }
  .page--first_login .txt--link {
    margin-top: 1.2em;
  }
  .page--first_login .link-wrap {
    margin-top: 1.2em;
  }
  .page--first_login .mt {
    margin-top: 1.2em;
  }
  .page--questionnaire .content--main > section {
    width: min(58.5vw, 1000px);
  }
  .page--questionnaire .content--main > section .section-tit {
    font-size: min(2.78vw, 40px);
  }
  .page--error .tit {
    font-size: 2.3vw;
  }
  .page--error .tit, .page--error .txt {
    width: min(73vw, 1200px);
    margin: 0 auto 5.2vh;
    text-align: center;
  }
  .footer {
    margin-top: min(15.6vh, 120px);
    padding: 0 5.8vw 7.8vh;
  }
  .footer a:hover {
    opacity: 0.5;
  }
  .footer .footer--inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer .logo-wrap img {
    width: min(5.1vw, 100px);
  }
  .footer .logo-wrap img:nth-of-type(2) {
    width: min(6.58vw, 120px);
  }
  .footer .nav--support {
    gap: 1em 20px;
    font-size: 14px;
    flex-wrap: wrap;
  }
  .footer .block--link {
    margin-top: 15px;
  }
  .footer .copyright {
    font-size: 12px;
    margin-top: 15px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* common.scss
  ============================== */
  .pc {
    display: none !important;
  }
  body.drawer-open {
    overflow: hidden;
  }
  .header-logo {
    top: 20px;
    left: 20px;
  }
  .header-logo a {
    display: flex;
    align-items: center;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
  }
  .header-logo svg {
    margin-right: 2.5vw;
    width: min(12.8vw, 60px);
  }
  .header-logo span {
    font-size: 16px;
  }
  .header .drawer__btn {
    width: min(15.4vw, 60px);
  }
  .header .drawer .drawer-inner {
    overflow: hidden;
  }
  .header .drawer .g-nav {
    height: 100dvh;
    overflow-y: scroll;
  }
  .header .drawer .g-nav > * {
    width: 100%;
    min-height: 50%;
    padding: 3.55vh 7.7vw 5vh;
  }
  .header .drawer .menu--tit {
    margin-bottom: 2em;
  }
  .header .drawer [class^=nav--menu__] {
    font-size: 10.2vw;
    line-height: 1.4;
  }
  .header .drawer .nav--menu__mypage {
    font-size: 7.1vw;
    margin-bottom: 0.5em;
  }
  .drawer__visible .drawer__btn svg {
    fill: #FBDB03;
  }
  .drawer__visible .drawer__btn span {
    background: #000;
  }
  .swiper-container .pagination {
    margin: 2.36vh auto 0;
    z-index: 1;
  }
  .block--category {
    margin-bottom: 30px;
  }
  .block--category li a {
    font-size: 12px;
  }
  table th, table td {
    padding: 1em;
  }
  .link-faq {
    padding: 0.8em 3em 0.8em 1em;
  }
  .link-faq::after {
    right: 1em;
  }
  .page--home .kv-wrap {
    height: 90lvh;
  }
  .page--home .kv-wrap img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--home .kv-wrap img {
    width: auto;
    height: 100%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .kv-wrap::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 14.2vh;
    background: linear-gradient(to bottom, #000, transparent);
    opacity: 0.7;
    z-index: 10;
  }
  .page--home .section--banner {
    margin-top: -9.4vh;
  }
  .page--home .section--tit {
    line-height: 1;
  }
  .page--home .section--tit.fc {
    margin-bottom: 0.9vh;
    font-size: 10.2vw;
  }
  .page--home .viewall.of {
    width: min(15.3vw, 80px);
    height: min(15.3vw, 80px);
    font-size: 11px;
  }
  .page--home .viewall.fc {
    margin-top: 20px;
    text-align: right;
  }
  .page--home .viewall.fc a::after {
    padding-left: 10px;
  }
  .page--home .section--info {
    width: 90vw;
    margin: 12.8vh auto 0;
  }
  .page--home .section--info .block--info {
    margin-top: min(-3vh, -25px);
    padding: 3.5vh 6.1vw;
    border-radius: 50px;
  }
  .page--home .section--info .block--info::after {
    top: 5px;
    left: 5px;
    border-radius: 50px;
  }
  .page--home .section--info .list--information li a {
    padding: 15px 0;
  }
  .page--home .section--info .list--information li a .date {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .page--home .section--info .list--information li a .tit {
    display: -webkit-box;
    width: 100%;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  .page--home .section--info .viewall {
    bottom: -2.9vh;
    right: -3.8vw;
  }
  .page--home .section--mv {
    margin-top: 9.4vh;
  }
  .page--home .section--mv .movie-container {
    margin-top: min(-3vh, -25px);
  }
  .page--home .section--mv .swiper-wrapper .swiper-slide {
    width: 85vw !important;
    aspect-ratio: 16/9;
  }
  .page--home .section--mv .swiper-wrapper .swiper-slide .mv-info {
    display: none;
  }
  .page--home .section--mv .swiper-wrapper .swiper-slide-active .swiper-inner::after {
    top: 5px;
    left: 5px;
  }
  .page--home .section--mv .viewall {
    bottom: 0;
    right: 3.75vw;
  }
  .page--home .section--fc {
    margin-top: 9.4vh;
    padding-top: 32vw;
    background-size: auto;
    background-position: top -16.6vh left;
  }
  .page--home .section--fc::before {
    aspect-ratio: 1/0.32;
  }
  .page--home .section--fc .fc-logo {
    width: min(46vw, 250px);
  }
  .page--home .section--fc .btn--wrap {
    margin-top: 3.5vh;
    flex-direction: column;
  }
  .page--home .section--fc .btn--wrap .btn--main {
    width: min(300px, 64vw);
  }
  .page--home .section--fc .fc--inner {
    margin: 11.8vh auto 0;
    padding: 0 5.1vw;
    max-width: calc(606px + 10.2vw);
  }
  .page--home .section--fc .list--fc-information {
    flex-direction: column;
    gap: 1.9vh;
  }
  .page--home .section--fc .list--fc-information li {
    width: 100%;
  }
  .page--home .section--fc .list--fc-information li a {
    padding: min(7.7vw, 40px);
  }
  .page--home .section--fc .list--fc-information .date {
    margin-bottom: 0.8em;
  }
  .page--home .section--fc .content--fc {
    flex-direction: column;
    gap: 5.9vh;
    margin-top: 5.9vh;
  }
  .page--home .section--fc .content--fc .block--fc_content {
    width: 100%;
  }
  .page--home .section--fc.nologin .thumbnail::after {
    font-size: 5.1vw;
  }
  .page--home .section--footer-banner {
    margin-bottom: 7vh;
  }
  .page--home .section--footer-banner .swiper-wrapper {
    flex-wrap: wrap;
    gap: 15px;
  }
  .page--home .section--footer-banner .swiper-wrapper .swiper-slide {
    width: calc(50% - 7.5px);
    max-width: 192px;
  }
  .page--home .section--footer-banner .navigation {
    display: none;
  }
  body:not(.page--home) .header-logo a {
    filter: none;
  }
  body:not(.page--home) .header-logo span {
    font-size: 12px;
  }
  body:not(.page--home) .section-tit {
    font-size: min(10.2vw, 48px);
  }
  body:not(.page--home) .block-tit {
    font-size: min(9.2vw, 40px);
  }
  body:not(.page--home) .section--list {
    padding: 0 5.1vw;
  }
  body.page--faq .section-tit, body.page--support .section-tit {
    font-size: min(8.2vw, 40px);
  }
  .page--info .list--info {
    padding: 6.1vw;
    border-radius: 40px;
  }
  .page--info .list--info li a {
    padding: 15px 0;
  }
  .page--info .list--info li a .date {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .page--info .section--detail {
    margin: auto;
    padding: 7.7vw 5.1vw;
    width: 90vw;
    border-radius: 30px;
  }
  .page--info .section--detail .tit {
    font-size: min(5.6vw, 26px);
  }
  .page--info .section--detail .date {
    margin-bottom: 0.5em;
  }
  .page--info .section--detail .block--share {
    margin-top: 1em;
    align-items: center;
  }
  .page--info .section--detail .block--share .lineIco {
    height: 1.3em;
  }
  .page--movie .list--movie {
    flex-direction: column;
    gap: 40px;
  }
  .page--movie .list--movie li {
    width: 100%;
  }
  .page--disco .list--discography {
    gap: 40px;
  }
  .page--disco .list--discography li {
    width: 100%;
  }
  .page--disco .section--detail {
    padding: 0 5.1vw;
  }
  .page--disco .area--disco-detail {
    padding: 40px 5.1vw;
    border-radius: 30px;
  }
  .page--disco .area--disco-detail .block--detail {
    margin-top: 40px;
  }
  .page--disco .area--disco-detail .block--detail .tit {
    padding: 0.3em 0 0.2em;
  }
  .page--disco .area--disco-detail .btn .btn--main {
    padding: 0.7em 7em;
    width: 100%;
    max-width: 500px;
  }
  .section--profile {
    padding: 0 5.1vw;
  }
  .section--profile [class^=block--] + [class^=block--] {
    margin-top: 40px;
  }
  .section--profile .btn--wrap {
    justify-content: center;
  }
  .section--profile .block--profile .profile--detail {
    margin-top: 2em;
  }
  .section--profile .block--chronology {
    margin-top: 40px;
  }
  .section--profile .block--chronology .chronology-wrap {
    border-radius: 30px;
  }
  .section--profile .block--chronology .year {
    padding: 1em;
    font-size: min(5.1vw, 24px);
  }
  .section--profile .block--chronology .year::after {
    right: 5.1vw;
  }
  .section--profile .block--chronology .chronology-list {
    padding: 0 5.1vw 20px;
  }
  .section--profile .block--chronology .chronology-list .days {
    margin-bottom: 0.5em;
    font-weight: bold;
  }
  .section--profile .block--chronology .tour-list li {
    display: flex;
    gap: 1em;
  }
  .page--info.fc .list--info {
    padding: 0;
    border-radius: 0;
  }
  .page--info.fc .list--info li a {
    padding: min(7.7vw, 40px);
  }
  .page--info.fc .list--info li .date {
    font-weight: bold;
    font-size: inherit;
  }
  .page--info.fc .list--info li + li {
    margin-top: 1.9vh;
  }
  .page--info.fc .list--info li.new .tit:before {
    content: none;
  }
  .page--info.fc .list--info li.new .date:after {
    content: "NEW";
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: bold;
    display: inline-block;
    color: #FE015F;
    padding-left: 0.5em;
  }
  .page--movie.new-movie .section--list .list--contents {
    display: block;
  }
  .page--movie.new-movie .section--list .list--contents li {
    width: 100%;
  }
  .page--movie.new-movie .section--list .list--contents li + li {
    margin-top: 40px;
  }
  .page--movie.new-movie .section--detail {
    margin: auto;
    padding-top: 0;
    width: 90vw;
  }
  .page--movie.new-movie .section--detail .block--player {
    position: relative;
    top: auto;
    left: auto;
    z-index: inherit;
  }
  .page--movie.new-movie .section--detail .block--tit .tit {
    font-size: min(5.6vw, 26px);
  }
  .page--movie.new-movie .section--detail .date {
    margin-top: 0.5em;
  }
  .page--movie.new-movie .section--detail .area--more-info {
    margin-top: 60px;
    padding: 30px 5.1vw 5.1vw;
    border-radius: 30px;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li .tit {
    font-size: 4.6vw;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li + li {
    margin-top: 20px;
  }
  .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--movie.new-movie .section--detail .area--movie .video-js .vjs-play-control {
    top: -17vw;
    left: 41.5%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 458px) and (max-width: 961px) {
  .page--movie.new-movie .section--detail .area--movie .video-js .vjs-play-control {
    top: -20vw;
    left: 44.5%;
    width: 9vw;
    height: 9vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.new-movie .section--detail .area--movie .vjs-big-play-centered .vjs-big-play-button {
    margin-top: -1em;
  }
  .page--blog .list--blog li {
    padding: 7.7vw 5.1vw;
  }
  .page--blog .list--blog li + li {
    margin-top: 40px;
  }
  .page--blog .list--blog li.new::before {
    top: -2.85vw;
    right: 1.275vw;
  }
  .page--blog .section--detail {
    margin: auto;
    padding: 7.7vw 5.1vw;
    width: 90vw;
    border-radius: 30px;
  }
  .page--blog .section--detail .tit {
    font-size: min(5.6vw, 26px);
  }
  .page--blog .section--detail .date {
    margin-bottom: 0.5em;
  }
  .page--photo .photo-container {
    margin: auto;
    max-width: 400px;
    overflow: hidden;
  }
  .page--photo .list--contents li {
    padding: min(5.12vw, 30px);
  }
  .page--photo .photo--wrap {
    position: relative;
    margin: auto;
    max-width: 400px;
  }
  .page--photo .photo--wrap .swiper-prev,
  .page--photo .photo--wrap .swiper-next {
    position: absolute;
    display: block;
    width: min(7.7vw, 36px);
    aspect-ratio: 1/1.5;
    top: 50%;
    z-index: 10;
  }
  .page--photo .photo--wrap .swiper-prev::before, .page--photo .photo--wrap .swiper-prev::after,
  .page--photo .photo--wrap .swiper-next::before,
  .page--photo .photo--wrap .swiper-next::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    width: 110%;
    height: 3px;
    background-color: #FE015F;
  }
  .page--photo .photo--wrap .swiper-prev {
    left: -2.55vw;
  }
  .page--photo .photo--wrap .swiper-prev::before {
    left: 0;
    transform: translateY(-50%) rotate(45deg);
    transform-origin: left top;
  }
  .page--photo .photo--wrap .swiper-prev:after {
    left: 0;
    transform: translateY(-50%) rotate(-45deg);
    transform-origin: left bottom;
  }
  .page--photo .photo--wrap .swiper-next {
    right: -2.55vw;
  }
  .page--photo .photo--wrap .swiper-next::before {
    right: 0;
    transform: translateY(-35%) rotate(45deg);
    transform-origin: right top;
  }
  .page--photo .photo--wrap .swiper-next:after {
    right: 0;
    transform: translateY(-75%) rotate(-45deg);
    transform-origin: right bottom;
  }
  .page--photo .photo--wrap .swiper-button-disabled {
    display: none;
  }
  .page--photo .section--photographer {
    margin-top: 9.47vh;
  }
  .page--photo .section--photographer .photographer-tit {
    font-size: min(30px, 7.7vw);
    line-height: 1.2;
  }
  .page--photo .section--photographer .photographer--wrap {
    flex-direction: column;
    gap: 2.36vh;
  }
  .page--photo .section--photographer .block--phtographer {
    padding: min(7.7vw, 40px);
    border-radius: 20px;
  }
  .page--wallpaper .list--contents {
    gap: 4.74vh 5.1vw;
  }
  .page--wallpaper .list--contents > li {
    width: calc(50% - 2.55vw);
  }
  .page--wallpaper .list--contents .tit {
    font-size: max(16px, 1.2vw);
  }
  .page--wallpaper .list--contents .thumb {
    border-radius: 10px;
    overflow: hidden;
  }
  .page--wallpaper .section--detail {
    margin: auto;
    width: 90vw;
    padding: 7.7vw 5.1vw;
    border-radius: 30px;
  }
  .page--wallpaper .section--detail .tit {
    font-size: min(5.6vw, 26px);
    font-weight: bold;
    margin-bottom: 0.5em;
  }
  .page--wallpaper .section--detail .date {
    padding-bottom: 1em;
    margin-bottom: 2em;
    color: #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
  }
  .page--wallpaper .section--detail .btn {
    margin-top: 3.55vh;
  }
  .page--wallpaper .section--detail .btn a {
    width: min(100%, 450px);
  }
  .section--archive .banner-wrap,
  .section--goods .banner-wrap {
    width: 90vw;
    gap: 2.36vh;
  }
  .section--archive .banner-wrap li,
  .section--goods .banner-wrap li {
    width: 100%;
  }
  .section--archive .banner-wrap {
    max-width: 690px;
  }
  .section--goods .banner-wrap {
    margin-top: 40px;
    max-width: 640px;
  }
  .page--birthday-message .section--detail {
    width: 90vw;
  }
  .page--birthday-message .section--detail .txt--basic {
    width: min(700px, 100%);
  }
  .page--faq .list--tag {
    margin: 5.9vh 0;
  }
  .page--faq .tit--category {
    font-size: min(5.1vw, 20px);
  }
  .page--faq .list--faq {
    padding: 5.1vw;
    border-radius: 30px;
  }
  .page--faq .list--faq li a {
    padding: 1em 0;
  }
  .page--faq .section--detail {
    padding: 0 5.1vw;
  }
  .page--faq .block--faq-detail {
    padding: 7.7vw 5.1vw;
    border-radius: 30px;
  }
  .page--faq .block--faq-detail .question {
    font-size: min(5.1vw, 20px);
  }
  .page--support .section--detail.support {
    padding: 0 5.1vw;
  }
  .page--entry .section--entry {
    width: 90vw;
    margin: auto;
  }
  .page--entry .section--entry .logo {
    width: min(46vw, 250px);
  }
  .page--entry .section--entry .lead {
    margin-top: 40px;
  }
  .page--entry .section--entry .section--item {
    margin-top: 9.4vh;
  }
  .page--entry .section--entry .content-tit.jp {
    font-size: min(30px, 7.7vw);
  }
  .page--entry .section--entry .content-tit.en {
    font-size: min(40px, 9.2vw);
    line-height: 1.2;
  }
  .page--entry .section--entry .content-txt {
    margin-bottom: 20px;
  }
  .page--entry .section--entry .section--excite,
  .page--entry .section--entry .section--join {
    padding: 7.7vw;
  }
  .page--entry .section--entry .section--excite .btn,
  .page--entry .section--entry .section--excite .btn a {
    width: 100%;
    max-width: 400px;
  }
  .page--entry .section--entry .section--join .btn--wrap {
    flex-direction: column;
    gap: 1em;
    margin-top: 1.5em;
  }
  .page--entry .section--entry .section--join .btn--wrap .text {
    margin-bottom: 1em;
    font-weight: bold;
  }
  .page--entry .section--entry .section--join .btn--wrap .block--btn {
    width: 100%;
    padding: 5.12vw;
    text-align: center;
    background-color: #f1f1f1;
    border-radius: 20px;
  }
  .page--entry .section--entry .section--join .btn--wrap .block--btn .btn a {
    width: 100%;
    max-width: 400px;
  }
  .page--entry .section--entry .member--content-list {
    flex-direction: column;
  }
  .page--entry .section--entry .member--content-item {
    width: 100%;
    padding: 5.12vw;
  }
  .page--entry .section--entry .price-list > li {
    width: 100%;
    padding: 5.12vw;
  }
  .page--entry .section--entry .price-list > li + li {
    margin-top: 1em;
  }
  .page--entry .section--entry .price-list .tit {
    margin-bottom: 0.5em;
  }
  .page--entry .section--entry .stage-table th {
    width: 40%;
  }
  .page--entry .section--entry .stage-table td {
    text-align: center;
  }
  .page--first_login {
    width: 90vw;
    margin: auto;
  }
  .page--first_login .section-tit.jp {
    font-size: clamp(1.25rem, 1.097rem + 0.76vw, 1.75rem);
  }
  .page--first_login .block--tit {
    margin-bottom: 1em;
  }
  .page--first_login .block--attention,
  .page--first_login .block--note {
    padding: 5.1vw;
  }
  .page--first_login .attention-tit {
    padding: 0.5em 1.5em;
  }
  .page--first_login .block--step .list--step > li {
    padding: 5.1vw;
  }
  .page--first_login .block--step .list--step > li .step-tit {
    align-items: flex-start;
  }
  .page--first_login .block--step img {
    max-width: 500px;
  }
  .page--questionnaire .content--main > section {
    width: 90vw;
    margin: auto;
  }
  .page--questionnaire .section-tit {
    font-size: min(7.1vw, 32px);
  }
  .page--error .tit {
    font-size: 8.2vw;
  }
  .page--error .tit, .page--error .txt {
    padding: 5.1vw;
    margin-bottom: 4.2vh;
  }
  .footer {
    margin: 10.6vh auto 0;
    padding: 0 5.1vw 7.1vh;
    max-width: calc(606px + 10.2vw);
  }
  .footer .footer--inner {
    text-align: center;
  }
  .footer .logo-wrap {
    justify-content: center;
    margin-top: 30px;
  }
  .footer .logo-wrap img {
    width: min(18vw, 70px);
  }
  .footer .logo-wrap img:nth-of-type(2) {
    width: min(23vw, 90px);
  }
  .footer .nav--support {
    margin-top: 4.7vh;
    flex-direction: column;
    font-size: min(12px, 3vw);
  }
  .footer .block--link {
    justify-content: center;
    margin: 40px auto 0;
  }
  .footer .copyright {
    font-size: 10px;
    margin-top: 7.1vh;
  }
}/*# sourceMappingURL=fanclub-service.css.map */