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

/* 2.3 form
------------------------------ */
.form {
  width: 100%;
  margin: 0 auto;
}
.form dt {
  margin: 2em 0 0.75em;
}
.form dd {
  margin: 0 0 1em;
}

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

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

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

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

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

/* icon--required */
.icon--required {
  position: relative;
}
.icon--required:before {
  position: absolute;
  content: "必須";
  color: #FFF1F9;
  font-size: 10px;
  text-align: center;
  line-height: 1;
  padding: 2px 4px;
  margin-left: 4px;
  position: relative;
  background: #D62438;
  border-radius: 2px;
  letter-spacing: 0.01em;
}

/* input */
@media screen and (min-width: 961px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  input[type=time],
  input[type=date] {
    font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic Pro";
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  input[type=time],
  input[type=date] {
    font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic Pro";
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
input[type=time],
input[type=date] {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  border-radius: 0.3em;
  border: 1px solid rgba(36, 9, 104, 0.4);
  padding: 0.6em;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=time]:focus,
input[type=date]:focus {
  border-color: inherit;
}
input[type=text].form__error,
input[type=tel].form__error,
input[type=email].form__error,
input[type=password].form__error,
input[type=number].form__error,
input[type=time].form__error,
input[type=date].form__error {
  background: #fff0ea;
  color: #D62438;
  border-color: #D62438;
}
input[type=text].form__error:focus,
input[type=tel].form__error:focus,
input[type=email].form__error:focus,
input[type=password].form__error:focus,
input[type=number].form__error:focus,
input[type=time].form__error:focus,
input[type=date].form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
input[type=text][disabled],
input[type=tel][disabled],
input[type=email][disabled],
input[type=password][disabled],
input[type=number][disabled],
input[type=time][disabled],
input[type=date][disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
input[type=time],
input[type=date] {
  background: #fff;
  color: #000;
}

.input--half {
  width: 50% !important;
}

.input--quarter {
  width: 25% !important;
}

/* textarea */
@media screen and (min-width: 961px) {
  textarea {
    font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic Pro";
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  textarea {
    font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic Pro";
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
textarea {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  border-radius: 0.3em;
  border: 1px solid rgba(36, 9, 104, 0.4);
  padding: 0.6em;
}
textarea:focus {
  border-color: inherit;
}
textarea.form__error {
  background: #fff0ea;
  color: #D62438;
  border-color: #D62438;
}
textarea.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
textarea[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}
textarea {
  resize: none;
  height: auto;
  line-height: 1.6;
}

/* select */
.form__select {
  display: inline-block;
}
.form__select::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #FFF1F9;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  transition: 0.3s;
  vertical-align: middle;
}
.form__select {
  position: relative;
}
.form__select:after {
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (min-width: 961px) {
  .form__select select {
    font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic Pro";
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select select {
    font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic Pro";
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
.form__select select {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  border-radius: 0.3em;
  border: 1px solid rgba(36, 9, 104, 0.4);
  padding: 0.6em;
}
.form__select select:focus {
  border-color: inherit;
}
.form__select select.form__error {
  background: #fff0ea;
  color: #D62438;
  border-color: #D62438;
}
.form__select select.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
.form__select select[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}
.form__select select {
  padding-right: 2.5em;
}

.form__checkbox label p {
  display: inline-block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
  padding-left: 1.8em;
}
.form__checkbox input[type=checkbox],
.form__checkbox input[type=radio],
.form__checkbox input[type=file] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__checkbox.form__error {
  color: #D62438;
}
.form__checkbox label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 0.3em;
  border: 1px solid rgba(36, 9, 104, 0.4);
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__checkbox label p::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.4em;
  border: 2px solid rgba(36, 9, 104, 0.4);
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  top: 70%;
  left: 0.2em;
  transform: rotate(-45deg);
  opacity: 0;
}
.form__checkbox :checked ~ p::after {
  border-color: #240968;
  top: 50%;
  opacity: 1;
}

.form__radio label p {
  display: inline-block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
  padding-left: 1.8em;
}
.form__radio input[type=checkbox],
.form__radio input[type=radio],
.form__radio input[type=file] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__radio.form__error {
  color: #D62438;
}
.form__radio label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  border: 1px solid rgba(36, 9, 104, 0.4);
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__radio :checked ~ p::before {
  border-color: #240968;
  border-width: 0.3em;
}

.form__toggle label p {
  display: inline-block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
  padding-left: 1.8em;
}
.form__toggle input[type=checkbox],
.form__toggle input[type=radio],
.form__toggle input[type=file] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__toggle.form__error {
  color: #D62438;
}
.form__toggle label p {
  padding-left: 0;
  position: relative;
}

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

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

/* error-list */
/*   ==============================================================
*  contents
*  ============================================================ */
/* common.scss
============================== */
html {
  visibility: hidden;
  scroll-behavior: smooth;
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}
html.wf-active .content-main,
html.loading-delay .content-main {
  opacity: 1;
}

html {
  font-size: 62.5%;
}

html, body {
  height: 100%;
}

body {
  position: relative;
  background: #FFF1F9;
  color: #240968;
}
@media screen and (min-width: 961px) {
  body {
    font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic Pro";
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic Pro";
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
body {
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-feature-settings: "palt";
}
body::before, body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body::before {
  z-index: -1;
  pointer-events: none;
  background-color: #FFF1F9;
  opacity: 0.16;
  background-image: linear-gradient(#E8AFBF 1px, transparent 1px), linear-gradient(to right, #E8AFBF 1px, #FFF1F9 1px);
  background-size: 40px 40px;
  animation: gridMove 4s linear infinite;
}
body::after {
  z-index: -2;
  pointer-events: none;
  background-color: #FDF3F9;
  background-image: linear-gradient(180deg, #FDF3F9 0%, #FFE3FB 100%);
}

@keyframes gridMove {
  0% {
    background-position: 0 0, 0 0;
  }
  100% {
    background-position: 40px -40px, 40px -40px;
  }
}
a {
  color: inherit;
  text-decoration: none;
  line-height: 1;
}

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

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

::-moz-selection {
  background: rgba(36, 9, 104, 0.2);
}

::selection {
  background: rgba(36, 9, 104, 0.2);
}

::-moz-selection {
  background: rgba(36, 9, 104, 0.5);
}

.svg-symbol {
  display: none !important;
}

.delighter.started {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.delighter {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: opacity 0.4s, transform 1.2s;
}

.mb8 {
  margin-bottom: 8px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb32 {
  margin-bottom: 32px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb48 {
  margin-bottom: 48px;
}

.pb8 {
  padding-bottom: 8px;
}

.pb16 {
  padding-bottom: 16px;
}

.pb24 {
  padding-bottom: 24px;
}

.mt8 {
  margin-top: 8px;
}

.mt16 {
  margin-top: 16px;
}

.mt24 {
  margin-top: 24px;
}

.mt32 {
  margin-top: 32px;
}

.mt40 {
  margin-top: 40px;
}

.mt48 {
  margin-top: 48px;
}

.pt8 {
  padding-top: 8px;
}

.pt16 {
  padding-top: 16px;
}

.pt24 {
  padding-top: 24px;
}

span.br {
  display: inline-block;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.btn {
  text-align: center;
}

.btn-base-style, .btn--main, .btn--sub {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  border: none;
  cursor: pointer;
}

.btn--main, .btn--sub {
  padding: 1.5em;
  text-decoration: none !important;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.08em;
  border-radius: 9999px;
  margin: 1em auto;
  line-height: 1.4;
  border: 1px solid #240968;
}
@media screen and (min-width: 961px) {
  .btn--main, .btn--sub {
    position: relative;
    font-size: 1.8rem;
    min-width: 300px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn--main, .btn--sub {
    position: relative;
    font-size: 1.6rem;
    width: min(80%, 300px);
  }
}

.btn--main {
  background: linear-gradient(90deg, #FFD9E5 0%, #E7BFF1 45%, #CAA0FF 100%);
  color: #240968;
  overflow: hidden;
  transition: color 0.3s ease;
  z-index: 0;
}
.btn--main::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(262deg, #F49DB7 0%, #B275FF 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}
@media screen and (min-width: 961px) {
  .btn--main:hover::before {
    opacity: 1;
  }
  .btn--main:hover {
    color: #fff;
  }
}

@keyframes pass-through {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(200%);
  }
}
.btn--sub {
  background: none;
  color: #240968;
}
@media screen and (min-width: 961px) {
  .btn--sub:hover {
    background: #FFADF2;
  }
}

.btn--link {
  position: relative;
  margin: 1em 0;
  line-height: 1.2;
  text-align: center;
}
.btn--link::after {
  content: "";
  position: relative;
  top: 0;
  right: -0.5em;
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(45deg);
}
@media screen and (min-width: 961px) {
  .btn--link {
    font-size: 1.4rem;
    transition: opacity 0.3s;
  }
  .btn--link:hover {
    opacity: 0.5;
  }
}

.btn--attention a {
  position: relative;
  margin: 1em auto;
  text-align: left;
  background-color: transparent;
  border: 1px solid #E0D6FD;
  display: block;
  font-size: 1.3rem;
  width: 100%;
  padding: 16px 32px 16px 16px;
  border-radius: 4px;
  line-height: 1.6;
}
@media screen and (min-width: 961px) {
  .btn--attention a:hover {
    background-color: #E0D6FD;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn--attention a {
    font-size: 1.1rem;
  }
}
.btn--attention a::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 0px;
  border-color: rgb(255, 190, 227.1428571429);
  border-top: solid 2px;
  border-right: solid 2px;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  right: 1.6em;
  vertical-align: middle;
}
.btn--attention a strong {
  font-weight: bold;
  display: block;
}
.btn--attention a.sub {
  background-color: #E0D6FD;
}
@media screen and (min-width: 961px) {
  .btn--attention a.sub:hover {
    background-color: rgb(187.2325581395, 165.3720930233, 250.6279069767);
  }
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  letter-spacing: inherit;
}

.detail__btn a {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: termina, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.08em;
  font-size: 1.4rem;
  margin: 0 auto;
}
.detail__btn a::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #FAFEAC;
  border: 1px solid #240968;
  box-shadow: 1px 1px 0px rgba(36, 9, 104, 0.8);
  border-radius: 50%;
  top: -1px;
  left: 0;
  margin-right: 8px;
}
@media screen and (min-width: 961px) {
  .detail__btn a span {
    transition: opacity 0.3s;
  }
  .detail__btn a span:hover {
    opacity: 0.3;
  }
  .detail__btn a::before {
    transition: background-color 0.4s 0s ease;
  }
  .detail__btn a:hover::before {
    background-color: #FFADF2;
  }
}

.list__more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.list__more a {
  font-weight: 500;
  display: block;
  text-align: center;
}
.list__more a::after {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  height: 48px;
  background-image: url(/static/meimail/fanclub_P5gT4bK9I/common/parts_arrow.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  border-radius: 50%;
  border: 1px solid;
  margin-left: 1em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .list__more a::after {
    width: 40px;
    height: 40px;
    background-size: 16px;
  }
}
@media screen and (min-width: 961px) {
  .list__more a {
    transition: opacity 0.3s;
  }
  .list__more a:hover {
    opacity: 0.3;
  }
  .list__more a::after {
    transition: transform 0.4s 0s ease, opacity 0.4s 0s ease;
  }
  .list__more a:hover::after {
    transform: translateX(8px);
  }
}

a.text--link {
  text-decoration: underline;
}
@media screen and (min-width: 961px) {
  a.text--link {
    transition: opacity 0.3s;
  }
  a.text--link:hover {
    opacity: 0.3;
  }
  a.text--link:hover {
    text-decoration: none;
  }
}

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

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

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

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.tit {
  font-weight: 700;
  text-align: center;
}

.red {
  color: #D62438;
}

.ph, .thumb {
  position: relative;
  line-height: 0;
  text-align: center;
}
.ph .dummy, .thumb .dummy {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ph img, .thumb img {
  width: 100%;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

header {
  position: relative;
  z-index: 10001;
}
header .block--logo {
  position: absolute;
  display: block;
}
header .logo {
  aspect-ratio: 2/1;
}
header .logo a {
  display: block;
  height: 100%;
  line-height: 0;
}
header .logo svg {
  height: 100%;
  width: 100%;
}
header .list--nav__contents li,
header .list--nav__login li {
  text-transform: uppercase;
}
header .drawer {
  position: fixed;
}
header .drawer .g-nav {
  display: flex;
}
header .drawer .g-nav ul {
  display: flex;
}
header .drawer .g-nav li a, header .drawer .g-nav li button {
  font-family: termina, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.08em;
  font-size: 1.6rem;
  line-height: 1.2;
  display: block;
}
@media screen and (min-width: 961px) {
  header .drawer .g-nav li a, header .drawer .g-nav li button {
    position: relative;
    overflow: hidden;
    line-height: 1.4;
    transition: none;
  }
  header .drawer .g-nav li a span, header .drawer .g-nav li a::after, header .drawer .g-nav li button span, header .drawer .g-nav li button::after {
    display: block;
    transition: opacity 0.3s, transform 0.3s;
  }
  header .drawer .g-nav li a::after, header .drawer .g-nav li button::after {
    position: absolute;
    top: 0;
    left: 0;
    content: attr(data-hover);
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    transform: translateY(1.4em);
    opacity: 0;
    color: rgb(229.9, 29.1, 198.525);
  }
  header .drawer .g-nav li a:hover span, header .drawer .g-nav li button:hover span {
    transform: translateY(-1.4em);
    opacity: 0;
  }
  header .drawer .g-nav li a:hover::after, header .drawer .g-nav li button:hover::after {
    transform: translateY(0);
    opacity: 1;
  }
}
header .drawer .list--nav__login a, header .drawer .list--nav__login button {
  font-family: termina, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.08em;
  line-height: 1.2;
  color: #EB4BD2;
  display: inline-block;
}
@media screen and (min-width: 961px) {
  header .drawer .g-nav .list--nav__login a::after {
    color: #240968;
  }
}
header .drawer .block--label_wrapper {
  overflow: hidden;
  width: 100%;
}
header .drawer .block--label {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  background: linear-gradient(262deg, #F49DB7 0%, #B275FF 100%);
  color: #fff;
  border-top: 1px solid #240968;
  padding: 1em 0;
}
header .drawer .block--label p {
  animation: slide 20s linear infinite;
  display: flex;
  white-space: nowrap;
  flex-shrink: 0;
  margin: 0;
  font-size: 1.8rem;
  font-family: termina, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.08em;
}
header .drawer .block--label p span {
  margin-right: 1.6em;
}

@keyframes slide {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.drawer__btn {
  position: fixed;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  right: 4.23vw;
  top: 5vw;
  width: 48px;
  height: 48px;
  padding: 12px;
  color: #240968;
  background-color: #FAFEAC;
  border: 1px solid #240968;
  box-shadow: 4px 4px 0px rgba(36, 9, 104, 0.8);
  z-index: 10001;
  cursor: pointer;
}
.drawer__btn span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #240968;
  transition: transform 0.3s ease;
  transform-origin: center;
}

.drawer-visible .drawer__btn {
  gap: 0;
}
.drawer-visible .drawer__btn span {
  position: absolute;
}
.drawer-visible .drawer__btn span:nth-of-type(1) {
  transform: rotate(-40deg);
}
.drawer-visible .drawer__btn span:nth-of-type(2) {
  transform: rotate(40deg);
}

footer {
  text-align: left;
}
footer .copyright {
  font-family: termina, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.08em;
  font-size: 1.1rem;
  color: #240968;
  line-height: 1;
}
footer .element {
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic Pro";
  color: #240968;
  line-height: 1.2;
}

body:not(.page--home) footer {
  position: -webkit-sticky;
  position: sticky;
  top: 100vh;
}
body:not(.page--home) footer .inner {
  display: none;
}

.page--home footer {
  position: relative;
  background-color: #E0D6FD;
}
.page--home footer::before {
  content: "";
  background-image: url("/static/meimail/fanclub_P5gT4bK9I/common/parts_paper.svg");
  display: block;
  width: 100%;
  height: 64px;
  position: absolute;
  background-repeat: repeat-x;
  background-size: auto 64px;
  top: -32px;
  left: 0px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home footer::before {
    height: 40px;
    background-size: auto 40px;
  }
}
.page--home footer .block--support {
  display: flex;
}
.page--home footer .block--support .list--support {
  display: flex;
  flex-direction: column;
  row-gap: 1em;
  text-indent: -1em;
  padding-left: 1em;
}
.page--home footer .block--support .list--support li {
  font-size: 1.4rem;
}
.page--home footer .block--support .list--support li a, .page--home footer .block--support .list--support li .inner__btn {
  line-height: 1.6;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.page--home footer .block--support .list--support li a::before, .page--home footer .block--support .list--support li .inner__btn::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #FAFEAC;
  border: 1px solid #240968;
  box-shadow: 1px 1px 0px rgba(36, 9, 104, 0.8);
  border-radius: 50%;
  top: -1px;
  left: 0;
  margin-right: 8px;
}
.page--home footer .block--support .list--support li button {
  vertical-align: top;
  text-align: left;
  line-height: 1.6;
}
.page--home footer .list--bnr {
  display: flex;
}
.page--home footer .list--bnr a {
  display: block;
  border: 1px solid #EB4BD2;
  border-radius: 8px;
  overflow: hidden;
  vertical-align: bottom;
}
.page--home footer .list--bnr img {
  vertical-align: bottom;
}

.langBar {
  position: relative;
  display: block;
  width: 120px;
  height: 28px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .langBar {
    height: 36px;
  }
}
.langBar .langSelector {
  position: relative;
}
.langBar .langIcon {
  position: absolute;
  left: 0.8em;
  top: 0;
  bottom: 0;
  width: 1em;
  height: 1em;
  margin: auto;
  line-height: 1;
  z-index: 10;
}
.langBar .esb-displayer {
  position: relative;
  border: 1px solid #240968;
  padding: 0.8em 1em 0.8em 3em;
  border-radius: 9999px;
  background-color: #FFF1F9;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  cursor: pointer;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .langBar .esb-displayer {
    padding: 0.7em 1em 0.7em 3em;
    margin: 6px 0;
  }
}
.langBar .esb-displayer::before {
  content: "";
  position: absolute;
  display: block;
  width: 1.4em;
  height: 1.4em;
  background: no-repeat center url("/static/meimail/fanclub_P5gT4bK9I/lang/icon_lang.png");
  background-size: contain;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
}
.langBar .esb-dropdown {
  display: none;
  width: 100px;
  background-color: #FFF1F9;
  border: 1px solid #240968;
  border-radius: 4px;
  overflow: hidden;
  padding: 0;
  margin-top: 8px;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.langBar .esb-dropdown .esb-item {
  line-height: 1;
  padding: 0.8em;
  transition: 0.3s;
}
.langBar .esb-dropdown .esb-item:not(:first-child) {
  border-top: 1px solid #240968;
}
.langBar .easy-select-box #lang--item__zh-cn {
  display: none;
}

body.popup-active {
  overflow: hidden;
}

#popup-join {
  display: none;
  position: fixed;
  max-height: 90vh;
  max-height: 90svh;
  width: min(90%, 700px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100002;
  letter-spacing: 0.04em;
}
#popup-join #popup-join-close {
  position: relative;
  width: 32px;
  height: 32px;
  margin: 0 auto 1em;
  cursor: pointer;
}
#popup-join #popup-join-close::before, #popup-join #popup-join-close::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  margin: auto;
  background: #EB4BD2;
  transform: rotate(45deg);
}
#popup-join #popup-join-close::after {
  transform: rotate(-45deg);
}
#popup-join #popup-join-close span {
  display: none;
}
@media screen and (min-width: 961px) {
  #popup-join .box {
    padding: 48px 40px 40px;
  }
}
#popup-join .box {
  padding: 32px 6.15vw;
  background-color: #EB4BD2;
  border-radius: 8px;
  overflow-y: auto;
  max-height: 80vh;
  max-height: 80svh;
  scrollbar-width: none;
  -ms-overflow-style: none;
  color: #240968;
  text-align: center;
  font-size: 1.1rem;
}
#popup-join .box > .tit {
  color: #D62438;
  margin-bottom: 1em;
  font-size: 1.4rem;
}
#popup-join .box > .tit i {
  margin-right: 8px;
}
@media screen and (min-width: 961px) {
  #popup-join .box > .tit {
    font-size: 1.8rem;
  }
}
#popup-join .box > .txt {
  font-size: 1.1rem;
  margin: 1em auto;
}
@media screen and (min-width: 961px) {
  #popup-join .box > .txt {
    font-size: 1.4rem;
  }
}
#popup-join .box > .txt a {
  text-decoration: underline;
}
@media screen and (min-width: 961px) {
  #popup-join .box > .txt a {
    transition: opacity 0.3s;
  }
  #popup-join .box > .txt a:hover {
    opacity: 0.3;
  }
  #popup-join .box > .txt a:hover {
    text-decoration: none;
  }
}
#popup-join .box .list--guide {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #FFF1F9;
  padding-top: 1em;
  -moz-column-gap: 0.8em;
       column-gap: 0.8em;
}
#popup-join .box .list--guide li {
  width: 50%;
  border: 1px solid #FFF1F9;
  border-radius: 8px;
}
#popup-join .box .list--guide li a {
  display: block;
  padding: 0.8em 1em 1em;
}
#popup-join .box .list--guide li a span {
  display: block;
  margin: 0 auto 0.5em;
  width: min(20%, 30px);
}
@media screen and (min-width: 961px) {
  #popup-join .box .list--guide li a:hover {
    background-color: #FFF1F9;
  }
}

#popup-join-close {
  position: relative;
  z-index: 100002;
}

#popup-join-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(11, 32, 123, 0.5);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  z-index: 100001;
}

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

.content-main {
  position: relative;
}
@media screen and (min-width: 961px) {
  .content-main {
    padding: 12vw 5.86vw 10vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .content-main {
    padding: 30vw 6.15vw 20vw;
  }
}
.content-main [class^=section--] {
  position: relative;
}

@media screen and (min-width: 961px) {
  .section--detail, .section--list {
    width: min(72%, 1000px);
    margin: 0 auto;
  }
}
.section--detail .detail__btn, .section--list .detail__btn {
  margin-top: 4em;
}

.section-tit {
  position: relative;
  font-family: termina, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 1.4;
}
.section-tit span {
  display: block;
  font-weight: 700;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic Pro";
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.section-tit span.dots::before, .section-tit span.dots::after {
  content: "";
  width: 16px;
  height: 16px;
  position: relative;
  display: inline-block;
  background-color: #FAFEAC;
  border: 1px solid #240968;
  box-shadow: 1px 1px 0px rgba(36, 9, 104, 0.8);
  border-radius: 50%;
  margin-bottom: 2px;
}
.section-tit span.dots::before {
  margin-right: 16px;
}
.section-tit span.dots::after {
  margin-left: 14px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section-tit span.dots::before, .section-tit span.dots::after {
    width: 8px;
    height: 8px;
  }
  .section-tit span.dots::before {
    margin-right: 8px;
  }
  .section-tit span.dots::after {
    margin-left: 5px;
  }
}
@media screen and (min-width: 961px) {
  .section-tit {
    font-size: 3.6rem;
    margin-bottom: 1.6em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section-tit {
    font-size: 2.2rem;
    margin-bottom: 1em;
  }
  .section-tit span {
    font-size: 1.4rem;
  }
}

.parts_emoji {
  display: block;
  position: absolute;
  z-index: 10;
}
@media screen and (min-width: 961px) {
  .parts_emoji {
    max-width: 300px;
  }
}
.parts_emoji img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.txt_emoji {
  font-family: apple color emoji, segoe ui emoji, noto color emoji, android emoji, emojisymbols, emojione mozilla, twemoji mozilla, segoe ui symbol;
}

.list--attention {
  padding-left: 1.5em;
}
.list--attention li {
  list-style-type: disc;
}
.list--attention li:not(:last-child) {
  margin-bottom: 0.5em;
}
.list--attention li a {
  text-decoration: underline;
}
@media screen and (min-width: 961px) {
  .list--attention li a {
    transition: opacity 0.3s;
  }
  .list--attention li a:hover {
    opacity: 0.3;
  }
  .list--attention li a:hover {
    text-decoration: none;
  }
}

.list--join {
  display: flex;
  gap: 0.8em;
}
.list--join li {
  border: 2px solid rgba(235, 75, 210, 0.3);
  border-radius: 8px;
  padding: 1em;
}
.list--join .tit {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  margin: 0.5em 0;
}
.list--join .btn--main {
  margin-bottom: 0;
  width: 100%;
}
.list--join .btn--main span {
  font-size: 80%;
}
@media screen and (min-width: 961px) {
  .list--join {
    justify-content: space-between;
  }
  .list--join li {
    padding: 2em;
    width: 50%;
  }
  .list--join .btn--main {
    min-width: inherit;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .list--join {
    flex-direction: column;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .list--join .btn--main {
    width: min(80%, 320px);
  }
}

.swiper-button-wrapper {
  position: relative;
  z-index: 10;
  pointer-events: none;
}
.swiper-button-wrapper .swiper-button-prev, .swiper-button-wrapper .swiper-button-next {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: opacity 0.3s;
  width: 48px;
  height: 48px;
  border-radius: 0;
  background-color: #FAFEAC;
  border: 1px solid #240968;
  box-shadow: 4px 4px 0px rgba(36, 9, 104, 0.8);
  margin: unset;
  pointer-events: all;
}
.swiper-button-wrapper .swiper-button-prev::after, .swiper-button-wrapper .swiper-button-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 50%;
  height: 50%;
  margin: unset;
  background-image: url("/static/meimail/fanclub_P5gT4bK9I/common/parts_attention_arrow.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  background-size: contain;
}
.swiper-button-wrapper .swiper-button-prev {
  left: unset;
  transform: scale(-1, 1);
}
.swiper-button-wrapper .swiper-button-next {
  right: unset;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.swiper-pagination {
  padding-top: 1em;
  position: relative;
}
.swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #240968;
  opacity: unset;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #240968;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}

.page--home .content-main {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 961px) {
  .page--home .section-tit {
    font-size: 5.6rem;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section-tit {
    font-size: 3.2rem;
  }
}
.page--home .block--btn_fixed {
  position: fixed;
  display: flex;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1000;
  border-top: 1px solid #240968;
  transition: opacity 0.3s;
}
.page--home .block--btn_fixed .btn {
  width: 50%;
}
.page--home .block--btn_fixed .btn > a, .page--home .block--btn_fixed .btn > button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1em 0.4em;
  font-size: 1.6rem;
  font-weight: 700;
  width: 100%;
  height: 100%;
  line-height: 1;
  color: #240968;
}
.page--home .block--btn_fixed .btn > a span, .page--home .block--btn_fixed .btn > button span {
  width: 100%;
  font-weight: 400;
  margin-bottom: 0.4em;
  display: block;
  font-size: 1.1rem;
}
.page--home .block--btn_fixed .btn--join {
  background: linear-gradient(90deg, #FFD9E5 0%, #E7BFF1 45%, #CAA0FF 100%);
  border-right: 1px solid #240968;
}
.page--home .block--btn_fixed .btn--login {
  color: #EB4BD2;
  background: #fff;
}
.page--home .block--btn_fixed.login .btn {
  width: 100%;
}
.page--home .block--btn_fixed.login .btn > a {
  font-size: 1.3rem;
  padding: 1.4em 0.8em;
}
.page--home .block--btn_fixed.login .btn--join {
  border-width: 0;
}
.page--home .section--top .block--lead {
  position: relative;
}
.page--home .section--top .block--lead .lead {
  position: relative;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.page--home .section--top .block--lead .svg_parts_line_hearts, .page--home .section--top .block--lead .svg_parts_line_wave {
  display: block;
  position: absolute;
}
.page--home .section--top .block--lead .svg_parts_line_hearts {
  left: -4vw;
  top: -2vw;
  width: 4vw;
}
.page--home .section--top .block--lead .svg_parts_line_wave {
  top: 64%;
  left: 0;
  width: 14vw;
  transform: translateY(-50%);
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--top .block--lead .svg_parts_line_hearts {
    left: unset;
    right: 13vw;
    top: -9vw;
    width: 10.3vw;
  }
  .page--home .section--top .block--lead .svg_parts_line_wave {
    width: 46vw;
  }
}
.page--home .section--top .block--kv {
  position: relative;
}
.page--home .section--top .block--kv .swiper-slide {
  position: relative;
}
.page--home .section--top .block--kv .swiper-slide .message {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.page--home .section--top .block--kv .swiper-slide .message .icon {
  border-radius: 9999px;
  aspect-ratio: 1/1;
}
.page--home .section--top .block--kv .swiper-slide .message .icon .icon_item {
  background: linear-gradient(262deg, #F49DB7 0%, #B275FF 100%);
  padding: 4px;
  position: absolute;
  width: inherit;
  height: inherit;
  top: 0;
  left: 0;
  border-radius: inherit;
}
.page--home .section--top .block--kv .swiper-slide .message .icon img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-position: center;
}
.page--home .section--top .block--kv .swiper-slide .message .box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.2em;
  font-weight: 700;
  line-height: 1.45;
  background-color: #613AD7;
  color: #fff;
  box-shadow: 4px 4px 20px rgba(36, 9, 104, 0.2);
}
.page--home .section--top .block--kv .swiper-slide .message .name {
  font-family: termina, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.08em;
  color: #240968;
  text-transform: uppercase;
}
.page--home .section--top .block--kv .swiper-slide .message .container .inner {
  z-index: 10;
}
.page--home .section--top .block--kv .swiper-slide .message .container.artist {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 0.6em;
       column-gap: 0.6em;
}
.page--home .section--top .block--kv .swiper-slide .message .container.artist .box {
  color: #240968;
  background-color: #FFF1F9;
}
.page--home .section--top .block--kv .swiper-slide .message .container.user {
  margin-top: 1.6em;
}
.page--home .section--top .block--kv .swiper-slide .message .container.user .box {
  max-width: 80%;
  margin-left: auto;
}
.page--home .section--top .block--kv .swiper-slide .thumb img {
  vertical-align: bottom;
}
.page--home .section--top .block--kv .swiper-slide:not([class*=-active], [class*=-prev]) .message .container.artist, .page--home .section--top .block--kv .swiper-slide:not([class*=-active], [class*=-prev]) .message .container.user {
  opacity: 0 !important;
  transform: translateY(-30px) !important;
}
.page--home .section--top .block--kv .swiper-slide[class*=-active] .message .container.artist, .page--home .section--top .block--kv .swiper-slide[class*=-active] .message .container.user {
  opacity: 0;
  transform: translateY(-30px);
}
.page--home .section--top .block--kv .swiper-slide[class*=-active] .message .container.artist {
  animation: slideTxt 0.5s ease-out 1s forwards !important;
}
.page--home .section--top .block--kv .swiper-slide[class*=-active] .message .container.user {
  animation: slideTxt 0.5s ease-out 1.2s forwards !important;
}
.page--home .section--top .block--kv .swiper-slide[class*=-prev] {
  opacity: 1;
  transform: translateY(0);
}
.page--home .section--top .block--kv .parts_emoji img {
  -o-object-fit: contain;
     object-fit: contain;
}
.page--home .section--top .block--kv .parts_emoji.top {
  display: flex;
  justify-content: space-between;
  width: 160px;
  height: 160px;
  top: 0;
  right: 0;
}
.page--home .section--top .block--kv .parts_emoji.top .animation01 {
  width: 120px;
  animation: swayRotate 7s ease-in-out infinite;
  margin-bottom: 4em;
}
.page--home .section--top .block--kv .parts_emoji.top .animation02 {
  width: 60px;
  animation: floatRotate 5s ease-in-out 1s infinite;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--top .block--kv .parts_emoji.top {
    top: -60px;
    width: 100px;
  }
  .page--home .section--top .block--kv .parts_emoji.top .animation01 {
    width: 70px;
    margin-bottom: 4em;
  }
  .page--home .section--top .block--kv .parts_emoji.top .animation02 {
    width: 30px;
  }
}
.page--home .section--top .block--kv .parts_emoji.bottom {
  width: 180px;
  height: 120px;
  bottom: 100px;
  left: 0;
}
.page--home .section--top .block--kv .parts_emoji.bottom img {
  animation: floatRotate 5s ease-in-out 1s infinite;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--top .block--kv .parts_emoji.bottom {
    bottom: 50px;
    width: 100px;
  }
}
.page--home .section--top .btn--main, .page--home .section--top .btn--sub {
  margin: unset;
  vertical-align: bottom;
}
@media screen and (min-width: 961px) {
  .page--home .lang_en .section--top .block--lead .lead {
    font-size: 2.2vw;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .lang_en .section--top .block--lead .lead {
    font-size: 6.2vw;
    line-height: 1.6;
  }
}
@media screen and (min-width: 961px) {
  .page--home .lang_en .section--top .block--lead .svg_parts_line_wave {
    top: unset;
    bottom: -20%;
    left: -1%;
    width: 13vw;
    transform: translateY(0%);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .lang_en .section--top .block--lead .svg_parts_line_wave {
    width: 34vw;
    top: unset;
    bottom: -18%;
    transform: unset;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .lang_en .section--top .block--lead .svg_parts_line_hearts {
    right: -3vw;
  }
}
@media screen and (min-width: 961px) {
  .page--home .lang_zh-tw .section--top .block--lead .lead {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .lang_zh-tw .section--top .block--lead .lead {
    font-size: 6.4vw;
  }
}
@media screen and (min-width: 961px) {
  .page--home .lang_zh-tw .section--top .block--lead .svg_parts_line_wave {
    top: 60%;
    right: 22%;
    left: unset;
    width: 8vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .lang_zh-tw .section--top .block--lead .svg_parts_line_wave {
    width: 23vw;
    left: unset;
    right: -1vw;
    top: 62%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .lang_zh-tw .section--top .block--lead .svg_parts_line_hearts {
    right: 2vw;
  }
}
@media screen and (min-width: 961px) {
  .page--home .lang_ko .section--top .block--lead .lead {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .lang_ko .section--top .block--lead .lead {
    font-size: 6.6vw;
  }
}
@media screen and (min-width: 961px) {
  .page--home .lang_ko .section--top .block--lead .svg_parts_line_wave {
    top: 45%;
    left: 22%;
    width: 9vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .lang_ko .section--top .block--lead .svg_parts_line_wave {
    width: 32vw;
    left: 26%;
    top: 45%;
  }
}
.page--home .section--service {
  position: relative;
  overflow: visible;
  z-index: 10;
}
.page--home .section--service > .bg {
  position: relative;
  background: #FFADF2;
}
.page--home .section--service > .bg::before, .page--home .section--service > .bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20vw;
  background: url("/static/meimail/fanclub_P5gT4bK9I/common/parts_paper.svg") repeat-x 0 0/auto 64px, linear-gradient(#FFADF2, #FFADF2) no-repeat 0 32px/100% 100%;
  left: 0;
  transform: translateY(-100%) skewY(-8deg);
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--service > .bg::before, .page--home .section--service > .bg::after {
    background-size: auto 40px, 100% 100%;
    background-position: 0 0, 0 20px;
  }
}
.page--home .section--service > .bg::before {
  top: 10vw;
}
.page--home .section--service > .bg::after {
  bottom: -32vw;
  transform: translateY(-100%) skewY(-8deg) scaleY(-1);
}
.page--home .section--service .block--member {
  position: relative;
  z-index: 20;
}
.page--home .section--service .block--member .list--member {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  animation: slide-left 50s infinite linear 1s both;
}
.page--home .section--service .block--member .list--member li {
  overflow: hidden;
  border: 1px solid #240968;
  box-shadow: 4px 4px 0px rgba(36, 9, 104, 0.8);
}
@media screen and (min-width: 961px) {
  .page--home .section--service .block--member .list--member li {
    width: 18.81vw;
    margin: 0 24px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--service .block--member .list--member li {
    width: 56.8vw;
    margin: 0 4.23vw;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .page--home .section--service .block--member .list--member li {
    width: 40vw;
    margin: 0 16px;
  }
}
.page--home .section--service .block--member .list--member li a, .page--home .section--service .block--member .list--member li button {
  display: block;
}
.page--home .section--service .block--member .list--member li .thumb {
  position: relative;
}
.page--home .section--service .block--member .list--member li .thumb img {
  overflow: hidden;
  vertical-align: bottom;
}
.page--home .section--service .block--member .list--member li .name {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: left;
  padding: 8px 16px;
  font-family: termina, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.08em;
  background-color: #FEE1F1;
  border-top: 1px solid #240968;
  z-index: 2;
}
.page--home .section--service .block--member .list--member li .name span {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
}
.page--home .section--service .block--service {
  z-index: 20;
  position: relative;
}
.page--home .section--service .block--service .tit {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
}
.page--home .section--service .block--service .tit .txt {
  display: block;
  margin-top: 0.8em;
  font-weight: 500;
  line-height: 1.6;
}
.page--home .section--service .block--service .block--txt {
  position: relative;
}
.page--home .section--service .block--service .block--txt .parts_emoji.top {
  width: min(10vw, 110px);
  top: -160px;
  right: 70px;
  transform: scale(0);
}
.page--home .section--service .block--service .block--txt .parts_emoji.top img {
  transform: rotate(-5deg);
  animation: swayRotate 6s ease-in-out infinite;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--service .block--service .block--txt .parts_emoji.top {
    width: min(12vw, 80px);
    top: -48px;
    right: 40px;
  }
}
.page--home .section--service .block--service .block--txt .parts_emoji.top.delighter.started {
  animation: emojiScale 0.2s 0.2s ease-out forwards;
}
.page--home .section--service .block--service .block--point.swiper-container {
  position: relative;
}
.page--home .section--service .block--service .block--point .swiper-button-wrapper {
  width: calc(100% - 5.86vw);
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s;
}
.page--home .section--service .block--service .block--point .list--point li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  border: 1px solid #240968;
  box-shadow: 4px 4px 0px rgba(36, 9, 104, 0.8);
  color: #240968;
  height: auto !important;
}
.page--home .section--service .block--service .block--point .list--point li::before {
  content: "";
  position: absolute;
  display: block;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
@media screen and (min-width: 961px) {
  .page--home .section--service .block--service .block--point .list--point li::before {
    width: min(20%, 100px);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--service .block--service .block--point .list--point li::before {
    width: min(12vw, 80px);
  }
}
.page--home .section--service .block--service .block--point .list--point li::before {
  z-index: 1;
}
.page--home .section--service .block--service .block--point .list--point li p {
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
  line-height: 1.6;
}
.page--home .section--service .block--service .block--point .list--point li .thumb {
  width: min(80%, 400px);
  margin: 0 auto;
}
.page--home .section--service .parts_emoji.bottom {
  width: min(13vw, 120px);
  bottom: 0;
  left: 8vw;
  transform: scale(0);
}
.page--home .section--service .parts_emoji.bottom img {
  transform: rotate(-5deg);
  animation: floatRotate 6s ease-in-out infinite;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--service .parts_emoji.bottom {
    width: min(16vw, 80px);
    bottom: 0;
    left: 20px;
  }
}
.page--home .section--service .parts_emoji.bottom.delighter.started {
  animation: emojiScale 0.2s 0.2s ease-out forwards;
}
.page--home .section--price {
  z-index: 21;
  scroll-margin-top: 80px;
}
.page--home .section--price .section-tit {
  position: relative;
  text-transform: uppercase;
}
.page--home .section--price .price-inner {
  position: relative;
  border: 1px solid #240968;
  box-shadow: 4px 4px 0px rgba(36, 9, 104, 0.8);
}
.page--home .section--price .block--price .sub-tit {
  text-align: center;
  font-weight: 800;
}
.page--home .section--price .block--price .price {
  line-height: 1;
  font-weight: 800;
  text-align: center;
}
.page--home .section--price .block--price .price span {
  display: inline-block;
}
.page--home .section--price .block--price .price span:not(.sml) {
  font-family: termina, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.02em;
  margin: 0 4px;
  margin-bottom: 4px;
  vertical-align: middle;
}
.page--home .section--price .block--price .price span.sml {
  font-size: 30%;
}
.page--home .section--price .parts_emoji.top {
  width: min(12vw, 120px);
  top: -200px;
  right: -2vw;
  transform: scale(0);
}
.page--home .section--price .parts_emoji.top img {
  transform: rotate(-5deg);
  animation: swayRotate 6s ease-in-out infinite;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--price .parts_emoji.top {
    width: min(16vw, 80px);
    top: -26vw;
    right: 0;
  }
}
.page--home .section--price .parts_emoji.top.delighter.started {
  animation: emojiScale 0.2s 0.2s ease-out forwards;
}
.page--home .lang_en .section--price .section-tit span.dots {
  display: none;
}
@media screen and (min-width: 961px) {
  .page--home .lang_en .section--price .block--price {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 961px) {
  .page--home .lang_en .section--price .block--price .price {
    font-size: min(3.2vw, 5rem);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .lang_en .section--price .block--price .price {
    font-size: 3rem;
  }
}
@media screen and (min-width: 961px) {
  .page--home .lang_ko .section--price .block--price .price {
    font-size: min(3.4vw, 6rem);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .lang_ko .section--price .block--price .price {
    font-size: 3.4rem;
  }
}
.page--home .section--attention {
  scroll-margin-top: 80px;
  border: 1px solid #240968;
  box-shadow: 4px 4px 0px rgba(36, 9, 104, 0.8);
}
.page--home .section--attention .section-tit {
  color: #fff;
  background-color: #EB4BD2;
  position: relative;
  text-transform: uppercase;
  border-bottom: 1px solid #240968;
  margin-bottom: 0;
}
.page--home .section--attention .section-tit span {
  display: block;
  font-weight: 700;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic Pro";
  text-transform: none;
}
.page--home .section--attention .section-tit span i {
  margin-right: 4px;
}
.page--home .section--attention .section-tit .parts_emoji.left {
  width: min(12vw, 100px);
  top: -40px;
  left: -40px;
  transform: scale(0);
}
.page--home .section--attention .section-tit .parts_emoji.left img {
  transform: rotate(-5deg);
  animation: swayRotate 6s ease-in-out infinite;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--attention .section-tit .parts_emoji.left {
    width: min(16vw, 80px);
    top: -39%;
    left: -15px;
  }
}
.page--home .section--attention .section-tit .parts_emoji.left.delighter.started {
  animation: emojiScale 0.2s 0.2s ease-out forwards;
}
.page--home .section--attention .section-tit .parts_emoji.right {
  width: min(12vw, 120px);
  bottom: -50px;
  right: -40px;
  transform: scale(0);
}
.page--home .section--attention .section-tit .parts_emoji.right img {
  transform: rotate(-5deg);
  animation: floatRotate 6s ease-in-out infinite;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--attention .section-tit .parts_emoji.right {
    width: min(16vw, 80px);
    bottom: -40px;
    right: -20px;
  }
  .page--home .section--attention .section-tit .parts_emoji.right .animation01 {
    width: inherit;
  }
}
.page--home .section--attention .section-tit .parts_emoji.right.delighter.started {
  animation: emojiScale 0.2s 0.3s ease-out forwards;
}
.page--home .section--attention .inner {
  background-color: #FAFEAC;
}
.page--home .section--attention .box {
  position: relative;
}
.page--home .section--attention .box span.tit-sub {
  display: block;
}
.page--home .section--attention .box + .box {
  background-image: radial-gradient(#240968 1px, transparent 1px);
  background-size: 10px 10px;
  background-repeat: repeat-x;
  background-position: top;
  padding-top: 32px;
  margin-top: 32px;
}
.page--home .section--attention .list--bnr {
  display: flex;
  justify-content: space-between;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.page--home .section--attention .list--bnr li a {
  display: block;
  vertical-align: bottom;
}
.page--home .section--attention .list--bnr li img {
  border: 1px solid #613AD7;
  border-radius: 8px;
  vertical-align: bottom;
}
.page--home .section--attention .block--accordion {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.page--home .section--attention .block--accordion details {
  background-color: #FFF1F9;
  border-radius: 24px;
}
.page--home .section--attention .block--accordion summary {
  position: relative;
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 16px 48px 16px 24px;
}
.page--home .section--attention .block--accordion summary::-webkit-details-marker {
  display: none;
}
.page--home .section--attention .block--accordion summary .icon {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  background-color: #C6D9FF;
  border-radius: 50%;
  width: 24px;
  height: 24px;
}
.page--home .section--attention .block--accordion summary .icon::before, .page--home .section--attention .block--accordion summary .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #240968;
  transition: height 0.3s ease;
}
.page--home .section--attention .block--accordion summary .icon::before {
  width: 2px;
  height: 12px;
  transform-origin: center;
}
.page--home .section--attention .block--accordion summary .icon::after {
  width: 12px;
  height: 2px;
}
.page--home .section--attention .block--accordion details[open] .icon::before {
  animation: iconOpenAnimation 0.3s ease forwards;
}
.page--home .section--attention .block--accordion .content {
  border-top: 2px dashed #240968;
  padding: 24px;
}

@keyframes iconOpenAnimation {
  0% {
    height: 12px;
  }
  100% {
    height: 0;
  }
}
body.page--home .section--top .block--lead {
  opacity: 0;
  animation: slideTxt 0.5s ease-out 0.5s forwards;
}
body.page--home .section--top .block--lead .svg_parts_line_hearts {
  opacity: 0;
  animation: animate-svg-hearts 0.3s ease-out 0.8s forwards;
}
body.page--home .section--top .block--lead .svg_parts_line_wave {
  opacity: 0;
  animation: animate-svg-wave 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s forwards;
}
body.page--home .section--top .block--lead .btn--main {
  border: 1px solid #240968;
  box-shadow: 4px 4px 0px rgba(36, 9, 104, 0.8);
}
body.page--home .section--top .block--kv .swiper-slide {
  transition: opacity 0.5s 0.5s;
}
body.page--home .section--top .block--kv .swiper-slide .message .container {
  transition: opacity 0.5s 1s;
}
body.page--home .section--top .block--kv .swiper-slide .thumb {
  transition: opacity 0.5s 0.7s;
}
body.page--home .section--top .block--kv .parts_emoji.top {
  transform: scale(0);
  animation: emojiScale 0.2s 1.1s ease-out forwards;
}
body.page--home .section--top .block--kv .parts_emoji.bottom {
  transform: scale(0);
  animation: emojiScale 0.2s 1.2s ease-out forwards;
}

body.page--home:not(.already) header {
  opacity: 0;
  transition: opacity 0.5s 2s;
}
body.page--home:not(.already) .section--top::before {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
}
body.page--home:not(.already) .section--top .block--lead {
  opacity: 0;
}
body.page--home:not(.already) .section--top .block--kv .swiper-slide {
  opacity: 0;
}
body.page--home:not(.already) .section--top .block--kv .swiper-slide .thumb {
  opacity: 0;
}
body.page--home:not(.already) .section--service .block--service .tit.delighter::before,
body.page--home:not(.already) .section--service .block--service .tit.delighter::after {
  transform: none;
}
body.page--home:not(.already) .section--service .block--service .tit.delighter.started::before {
  animation: emojiScale 0.5s 0.5s forwards, swayRotate 6s ease-in-out infinite;
}
body.page--home:not(.already) .section--service .block--service .tit.delighter.started::after {
  animation: emojiScale 0.5s 0.6s forwards, floatRotate 3s ease-in-out 1s infinite;
}

body.page--home.already .delighter {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

body.page--home.loaded:not(.all-clear) .section--top .block--kv .swiper-slide {
  opacity: 1;
}
body.page--home.loaded:not(.all-clear) .section--top .block--kv .swiper-slide .message .container.artist {
  animation: slideTxt 0.5s ease-out 1.2s forwards;
}
body.page--home.loaded:not(.all-clear) .section--top .block--kv .swiper-slide .message .container.user {
  animation: slideTxt 0.5s ease-out 1.4s forwards;
}
body.page--home.loaded:not(.all-clear) .section--top .block--kv .swiper-slide .thumb {
  opacity: 1;
}

body.page--home:not(.already).loaded header {
  opacity: 1;
}

body.page--home.loaded.all-clear .section--top::before {
  animation: slideIn 1s forwards;
}
body.page--home.loaded.all-clear .section--top .block--kv .swiper-slide {
  opacity: 1;
}
body.page--home.loaded.all-clear .section--top .block--kv .swiper-slide .message .container {
  transition: opacity 0.5s 0s !important;
}
body.page--home.loaded.all-clear .section--top .block--kv .swiper-slide .thumb {
  opacity: 1;
}

@keyframes slideIn {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideTxt {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes animate-svg-wave {
  0% {
    opacity: 1;
    stroke-dashoffset: 185.1621398926px;
    stroke-dasharray: 185.1621398926px;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
    stroke-dasharray: 185.1621398926px;
  }
}
@keyframes animate-svg-hearts {
  0% {
    opacity: 1;
    stroke-dashoffset: 109.4943313599px;
    stroke-dasharray: 109.4943313599px;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
    stroke-dasharray: 109.4943313599px;
  }
}
@keyframes slide-left {
  100% {
    transform: translateX(-50%);
  }
}
@keyframes swayRotate {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(2px, 1px) rotate(16deg);
  }
  66% {
    transform: translate(-2px, -1px) rotate(-4deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes floatRotate {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  35% {
    transform: translate(1px, 4px) rotate(0.4deg);
  }
  55% {
    transform: translate(1px, 4px) rotate(10deg);
  }
  80% {
    transform: translate(-1px, 2px) rotate(-2deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes emojiScale {
  0% {
    transform: scale(0.96) translateY(8px);
    filter: blur(3px);
  }
  60% {
    transform: scale(1.03) translateY(-2px);
    filter: blur(0.5px);
  }
  100% {
    transform: scale(1) translateY(0);
    filter: blur(0);
  }
}
.page--faq .block--guide {
  margin-bottom: 5em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--faq .block--guide {
    margin-bottom: 3em;
  }
}
.page--faq .block--guide .list--guide {
  display: flex;
  gap: 1.6em;
}
.page--faq .block--guide .list--guide li {
  background-color: #fff;
  border: 1px solid #240968;
  box-shadow: 4px 4px 0px rgba(36, 9, 104, 0.8);
}
.page--faq .block--guide .list--guide li a {
  display: block;
  padding: 2em;
  font-size: 1.8rem;
  font-weight: bold;
}
.page--faq .block--guide .list--guide li a img {
  vertical-align: bottom;
}
.page--faq .block--guide .list--guide li span {
  display: block;
  margin-bottom: 0.4em;
}
@media screen and (min-width: 961px) {
  .page--faq .block--guide .list--guide {
    justify-content: space-between;
  }
  .page--faq .block--guide .list--guide li {
    width: 50%;
    transition: transform 0.3s;
  }
  .page--faq .block--guide .list--guide li:hover {
    transform: translateY(-24px);
  }
  .page--faq .block--guide .list--guide li a {
    text-align: center;
  }
  .page--faq .block--guide .list--guide li span {
    margin: 0 auto 0.4em;
    width: min(20%, 80px);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--faq .block--guide .list--guide {
    flex-direction: column;
    border-radius: 8px;
  }
  .page--faq .block--guide .list--guide li a {
    padding: 1.6em;
    font-size: 1.4rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 1.4;
  }
  .page--faq .block--guide .list--guide li span {
    width: 16%;
    max-width: 80px;
    margin-bottom: 0;
    margin-right: 0.8em;
  }
}
.page--faq .searchBox {
  position: relative;
  margin: 2em auto 2em;
}
.page--faq .searchBox form {
  position: relative;
}
.page--faq .searchBox input[type=text] {
  background: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 1em 1.5em;
  color: #240968;
  border: unset;
}
.page--faq .searchBox input[type=submit] {
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
  z-index: 2;
  border: none;
  border-radius: 30px;
  background: transparent;
  color: #240968;
  font-family: FontAwesome;
  cursor: pointer;
  font-size: 2rem;
}
.page--faq .list--tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  text-align: left;
  white-space: normal;
  margin: 4em 0 1.6em;
  gap: 0.8em;
}
.page--faq .list--tag li a {
  line-height: 1.4;
  display: block;
  font-size: 1.2rem;
  background: #FFADF2;
  border-radius: 9999px;
  padding: 0.4em 1em;
}
@media screen and (min-width: 961px) {
  .page--faq .list--tag li a {
    font-size: 1.4rem;
    transition: color 0.3s;
  }
  .page--faq .list--tag li a:hover {
    color: #fff;
  }
}
.page--faq .category-tit {
  position: relative;
  font-weight: 700;
  padding: 2em;
  background: linear-gradient(90deg, #FFD9E5 0%, #E7BFF1 45%, #CAA0FF 100%);
  border-bottom: 1px solid #240968;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--faq .category-tit {
    padding: 1.6em;
  }
}
.page--faq .block--faq {
  padding-top: 2em;
  margin: 2em 0 0;
}
.page--faq .block--faq .inner {
  background-color: #fff;
  border: 1px solid #240968;
  box-shadow: 4px 4px 0px rgba(36, 9, 104, 0.8);
}
.page--faq .icon--q {
  color: #EB4BD2;
  font-family: termina, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.08em;
}
.page--faq .list--faq {
  padding: 0 2em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--faq .list--faq {
    padding: 0 1.6em;
  }
}
.page--faq .list--faq li:not(:last-child) {
  border-bottom: 1px solid rgba(36, 9, 104, 0.2);
}
.page--faq .list--faq li a {
  color: #240968;
  padding: 1.6em 0;
  display: flex;
  text-decoration: none;
  line-height: 1.7;
}
@media screen and (min-width: 961px) {
  .page--faq .list--faq li a {
    transition: opacity 0.3s;
  }
  .page--faq .list--faq li a:hover {
    opacity: 0.5;
  }
}
.page--faq .list--faq li .txt {
  margin-bottom: 0;
}
.page--faq .list--faq li .icon--q {
  margin-right: 4px;
}
.page--faq .list--faq .tit {
  font-size: 1.4rem;
}
.page--faq .section--detail .block--detail {
  background-color: #fff;
  border: 1px solid #240968;
  box-shadow: 4px 4px 0px rgba(36, 9, 104, 0.8);
}
.page--faq .section--detail .block--detail .category-tit {
  font-weight: 400;
}
.page--faq .section--detail .block--detail .tit {
  color: #240968;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 4px;
       column-gap: 4px;
  margin-top: 0.2em;
}
.page--faq .section--detail .block--detail .txt {
  padding: 2em;
  color: #240968;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--faq .section--detail .block--detail .txt {
    padding: 1.6em;
  }
}
.page--faq .section--detail .block--detail .txt a {
  text-decoration: underline;
}
.page--faq .section--detail .tit {
  text-align: left;
}
.page--faq .section--detail .icon--q {
  float: left;
}
.page--faq .section--detail dt {
  border-bottom: 1px solid #240968;
}
.page--faq .section--detail dt .txt {
  padding-left: 1.2em;
}
.page--faq .section--detail .txt a {
  transition: opacity 0.3s;
}
.page--faq .section--detail .txt a:hover {
  opacity: 0.5;
}
.page--faq .section--detail .icon--a {
  display: none;
}
.page--faq .section--detail .detail__btn {
  margin: 4em 0;
}
.page--faq .section--detail .txt--no-data {
  padding: 1em;
}
.page--faq .block--contact a {
  text-decoration: underline;
}
@media screen and (min-width: 961px) {
  .page--faq .block--contact a {
    transition: opacity 0.3s;
  }
  .page--faq .block--contact a:hover {
    opacity: 0.3;
  }
}

/*  page--questionnaire
------------------------------ */
.page--questionnaire .content-main > section {
  background-color: #fff;
  color: #240968;
  border: 1px solid #240968;
  box-shadow: 4px 4px 0px rgba(36, 9, 104, 0.8);
  padding: min(4vw, 5em);
}
@media screen and (min-width: 961px) {
  .page--questionnaire .content-main > section {
    width: min(80%, 1000px);
    margin: 0 auto;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--questionnaire .content-main > section {
    padding: 6.15vw;
  }
}
.page--questionnaire .content-main > section > .ph {
  margin-bottom: 1em;
}
.page--questionnaire .block--error {
  margin: 2em 0;
  color: #D62438;
}
.page--questionnaire form dl {
  margin: 3em 0;
}
.page--questionnaire form dl + .txt--sub {
  margin-bottom: 1.5em;
  text-align: center;
}
.page--questionnaire form dl dt {
  font-weight: bold;
}
.page--questionnaire form dl .form__select::after {
  position: absolute;
  border-color: #240968;
  pointer-events: none;
}
.page--questionnaire .form--confirm dd {
  padding-top: 1em;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.page--questionnaire .form--horizontal .form__select::after {
  position: absolute;
  border-color: #240968;
}
.page--questionnaire .btn + .btn .btn--sub {
  margin-top: 0;
}
@media screen and (min-width: 961px) {
  .page--questionnaire .btn input.btn--main:hover {
    opacity: 0.5;
    color: inherit;
  }
}

.page--error .tit {
  font-family: termina, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.08em;
  line-height: 1.2;
  margin-bottom: 1em;
}
.page--error .tit span {
  letter-spacing: 0;
}
.page--error .btn--sub {
  color: #240968;
  border-color: #240968;
}
@media screen and (min-width: 961px) {
  .page--error .tit {
    font-size: 2vw;
  }
  .page--error .tit span {
    font-size: 7vw;
  }
  .page--error .txt, .page--error .txt--basic {
    text-align: center;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--error .tit {
    font-size: 5vw;
  }
  .page--error .tit span {
    font-size: 20vw;
  }
}

.section--detail.support {
  background-color: #fff;
  color: #240968;
  border: 1px solid #240968;
  box-shadow: 4px 4px 0px rgba(36, 9, 104, 0.8);
  padding: min(4vw, 5em);
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--detail.support {
    padding: 6.15vw;
  }
}
.section--detail.support .support-tit_sub {
  font-size: 1.4rem;
  padding-bottom: 0.5em;
  margin-bottom: 2em;
  border-bottom: 1px solid #fff;
}
.section--detail.support .txt {
  margin-bottom: 2em;
}
.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 table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
}
.section--detail.support table th {
  width: 160px;
  padding: 1em 0;
  background-color: rgb(255, 210.4, 235.8857142857);
  text-align: center;
  font-weight: bold;
}
.section--detail.support table td {
  padding: 20px;
  text-align: left;
  background-color: #FFF1F9;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--detail.support table th, .section--detail.support table td {
    padding: 0.8em;
    font-size: 1.2rem;
  }
  .section--detail.support table th {
    width: 100px;
  }
}
.section--detail.support .list--support a {
  text-decoration: underline;
}
.section--detail.support .list--support dt {
  padding-bottom: 0.5em;
  margin-bottom: 1.6em;
  border-bottom: 1px solid rgba(36, 9, 104, 0.2);
}
.section--detail.support .list--support dd {
  margin-bottom: 3em;
}
.section--detail.support .list--attention, .section--detail.support .list--terms {
  margin-top: 0.5em;
}
.section--detail.support ol.list--terms {
  padding-left: 1.5em;
}
.section--detail.support ol.list--terms li {
  list-style-type: decimal;
  margin-bottom: 0.5em;
}
.section--detail.support ol.list--terms.parentheses {
  padding-left: 0;
}
.section--detail.support ol.list--terms.parentheses > li {
  list-style-type: none;
  counter-increment: cnt;
}
.section--detail.support ol.list--terms.parentheses > li::before {
  content: "(" counter(cnt) ") ";
}
.section--detail.support ol.list--terms.circle {
  padding-left: 0em;
}
.section--detail.support ol.list--terms.circle.txt--indent {
  padding-left: 1em;
}
.section--detail.support ol.list--terms.circle > li {
  list-style: none;
  list-style-type: none;
  counter-increment: none;
}

.section--detail.page--guide .section-tit span.icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
  width: 1.4em;
  height: 1.4em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--detail.page--guide .section-tit span.icon {
    width: 2em;
    height: 2em;
  }
}
.section--detail.page--guide .label--step {
  display: inline-block;
  font-family: termina, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0;
  background: linear-gradient(90deg, #FFD9E5 0%, #E7BFF1 45%, #CAA0FF 100%);
  border: 1px solid #240968;
  border-radius: 9999px;
  padding: 2px 16px 3px;
  font-size: 1.2rem;
}
.section--detail.page--guide .label--step.yellow {
  background-color: #FAFEAC;
}
@media screen and (min-width: 961px) {
  .section--detail.page--guide .label--step {
    font-size: 1.4rem;
  }
}
.section--detail.page--guide .block--step__index {
  margin-top: 6em;
  margin-bottom: 4em;
}
.section--detail.page--guide .block--step__index .list--step__index {
  display: flex;
  gap: 1em;
}
.section--detail.page--guide .block--step__index .list--step__index li {
  color: #240968;
  border: 1px solid #240968;
  background-color: rgba(235, 75, 210, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.section--detail.page--guide .block--step__index .list--step__index li a {
  display: block;
  position: relative;
  line-height: 1.4;
}
.section--detail.page--guide .block--step__index .label--step {
  border: unset;
}
@media screen and (min-width: 961px) {
  .section--detail.page--guide .block--step__index .list--step__index {
    justify-content: space-between;
  }
  .section--detail.page--guide .block--step__index .list--step__index li {
    width: 33.3333333333%;
    border-radius: 16px;
  }
  .section--detail.page--guide .block--step__index .list--step__index li a {
    font-weight: 700;
    padding: 2em;
    text-align: center;
  }
  .section--detail.page--guide .block--step__index .list--step__index li .label--step {
    position: absolute;
    top: -1em;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #240968;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--detail.page--guide .block--step__index {
    margin-bottom: 2em;
    margin-top: 3em;
  }
  .section--detail.page--guide .block--step__index .list--step__index {
    font-size: 1.2rem;
    flex-direction: column;
  }
  .section--detail.page--guide .block--step__index .list--step__index li {
    border-radius: 9999px;
  }
  .section--detail.page--guide .block--step__index .list--step__index li a {
    line-height: 1.6;
  }
  .section--detail.page--guide .block--step__index .list--step__index li .label--step {
    margin-right: 0.6em;
    border-right: 1px solid #240968;
  }
}
.section--detail.page--guide .block--step .list--step {
  color: #240968;
}
.section--detail.page--guide .block--step .list--step > li:not(:first-child) {
  margin-top: 4em;
  scroll-margin-top: 80px;
}
.section--detail.page--guide .block--step .list--step > li > .inner {
  background-color: #fff;
  border: 1px solid #240968;
  box-shadow: 4px 4px 0px rgba(36, 9, 104, 0.8);
}
.section--detail.page--guide .block--step .list--step > li .block-tit {
  position: relative;
  padding: 1.6em 1em;
  text-align: center;
  border-bottom: 1px solid #240968;
}
.section--detail.page--guide .block--step .list--step > li .block-tit .tit {
  font-size: 2rem;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--detail.page--guide .block--step .list--step > li .block-tit .tit {
    font-size: 1.8rem;
  }
}
.section--detail.page--guide .block--step .list--step > li .block-tit .label--step + .tit {
  margin-top: 0.4em;
}
.section--detail.page--guide .block--step .list--step > li .inner-txt {
  padding: 2em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--detail.page--guide .block--step .list--step > li .inner-txt {
    padding: 1.4em;
  }
}
.section--detail.page--guide .block--step .list--step > li .inner-txt .tit {
  margin-bottom: 1em;
}
.section--detail.page--guide .block--step .list--step > li .inner-txt .tit.label {
  background-color: #EB4BD2;
  padding: 0.6em;
}
.section--detail.page--guide .block--step .list--step > li .inner-txt .ph {
  margin-bottom: 2em;
}
.section--detail.page--guide .block--step .list--step > li .list--flow li {
  padding-left: 1.5em;
  list-style-type: decimal;
  margin-bottom: 0.5em;
}
.section--detail.page--guide .block--step .list--step > li .box {
  margin: 1em 0;
  padding: 1em;
  border-radius: 8px;
  background-color: #FFF1F9;
}
.section--detail.page--guide .block--step .list--step > li .box .icon {
  width: min(20%, 100px);
  margin: 0 auto 1em;
}
.section--detail.page--guide .block--step .list--step > li .box .list--app {
  width: min(100%, 400px);
  margin: 1em auto 0;
  display: flex;
  justify-content: center;
  gap: 1em;
}
.section--detail.page--guide .block--step .list--step > li .box .list--app a {
  display: block;
}
.section--detail.page--guide .block--step .list--step > li .box .list--app img {
  width: auto;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
@media screen and (min-width: 961px) {
  .section--detail.page--guide .block--step .list--step > li .box .list--app a {
    transition: opacity 0.3s;
  }
  .section--detail.page--guide .block--step .list--step > li .box .list--app a:hover {
    opacity: 0.5;
  }
}
.section--detail.page--guide .block--step .list--step > li .flex {
  display: flex;
  gap: 1em;
  margin: 2em auto;
}
.section--detail.page--guide .block--step .list--step > li .flex .ph {
  margin-bottom: 0;
}
@media screen and (min-width: 961px) {
  .section--detail.page--guide .block--step .list--step > li .flex {
    justify-content: space-between;
    align-items: center;
  }
  .section--detail.page--guide .block--step .list--step > li .flex .ph {
    width: 50%;
  }
  .section--detail.page--guide .block--step .list--step > li .flex .detail {
    width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--detail.page--guide .block--step .list--step > li .flex {
    flex-direction: column-reverse;
  }
  .section--detail.page--guide .block--step .list--step > li .flex .ph {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 961px) {
  .section--detail.page--guide .block--step .list--step > li#loggedin_01 .txt--basic {
    text-align: center;
  }
}
.section--detail.page--guide .block--step .list--step .form__radio {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.section--detail.page--guide .block--step .list--step .form__radio p {
  display: block;
  padding: 1em 1em 1em 3em;
  border: 2px solid rgba(255, 173, 242, 0.4);
  border-radius: 8px;
}
.section--detail.page--guide .block--step .list--step .form__radio label p::before {
  top: 50%;
  left: 1em;
  vertical-align: middle;
}
.section--detail.page--guide .block--step .list--step .form__radio input[type=radio]:checked + p {
  border-color: rgb(255, 132.2, 235.5317073171);
}
.section--detail.page--guide .block--step .list--step .form__radio :checked ~ p::before {
  border-color: rgb(255, 132.2, 235.5317073171);
}
@media screen and (min-width: 961px) {
  .section--detail.page--guide .block--step .list--step > li .inner-txt .tit {
    font-size: 1.6rem;
  }
}
.section--detail.page--guide .block--step__ph {
  position: relative;
  overflow: hidden;
}
.section--detail.page--guide .block--step__ph .list--step__ph .ph {
  margin-bottom: 0 !important;
}
.section--detail.page--guide .block--step__ph .list--step__ph li img {
  width: min(64%, 300px);
  margin: 0 auto;
}
.section--detail.page--guide .block--step__ph .swiper-button-wrapper {
  width: 64%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s;
}
.section--detail.page--guide .block--step__ph .swiper-button-wrapper .swiper-button-prev, .section--detail.page--guide .block--step__ph .swiper-button-wrapper .swiper-button-next {
  width: 48px;
  height: 48px;
  margin: unset;
  pointer-events: all;
}
.section--detail.page--guide .block--step__ph .swiper-button-wrapper .swiper-button-prev::after, .section--detail.page--guide .block--step__ph .swiper-button-wrapper .swiper-button-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 50%;
  height: 50%;
  margin: unset;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  background-size: contain;
}
.section--detail.page--guide .block--step__ph .swiper-button-wrapper .swiper-button-prev.swiper-button-disabled, .section--detail.page--guide .block--step__ph .swiper-button-wrapper .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--detail.page--guide .block--step__ph .swiper-button-wrapper {
    width: 96%;
  }
  .section--detail.page--guide .block--step__ph .swiper-button-wrapper .swiper-button-prev, .section--detail.page--guide .block--step__ph .swiper-button-wrapper .swiper-button-next {
    width: 32px;
    height: 32px;
  }
}
.section--detail.page--guide .block--step__ph .swiper-pagination {
  position: relative;
}
.section--detail.page--guide.entry .block--step .list--step > li .block-tit::after {
  content: none;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--detail.page--guide.entry .block--step .block-tit .tit-sub {
    text-align: left;
  }
}
.section--detail.page--guide.entry .block--step .block--btn .btn .btn--main, .section--detail.page--guide.entry .block--step .block--btn .btn .btn--sub {
  margin: 0.5em 0;
}
.section--detail.page--guide.entry .block--step .block--btn .btn .btn--main span, .section--detail.page--guide.entry .block--step .block--btn .btn .btn--sub span {
  font-size: 1.1rem;
  margin-top: 4px;
  display: block;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--detail.page--guide.entry .block--step .block--btn .btn .btn--main, .section--detail.page--guide.entry .block--step .block--btn .btn .btn--sub {
    width: 100%;
    max-width: 480px;
  }
}
.section--detail.page--guide.entry .block--step .list--join li {
  width: 100%;
}
.section--detail.page--guide.entry .block--step .list--join li .btn--main {
  max-width: 480px;
}
@media screen and (min-width: 961px) {
  .section--detail.page--guide.entry .block--step .flex {
    width: 80%;
    margin: 2em auto;
    gap: 2em;
  }
  .section--detail.page--guide.entry .block--step .flex .ph {
    width: 40%;
  }
  .section--detail.page--guide.entry .block--step .flex .detail {
    width: 60%;
  }
}
.section--detail.page--guide.service .block--step .inner-txt > .txt--basic, .section--detail.page--guide.service .block--step .inner-txt > .txt, .section--detail.page--guide.service .block--step .inner-txt > .txt--sub {
  text-align: center;
}
.section--detail.page--guide.service .block--coming_soon {
  margin-top: 4em;
  border: 1px solid #EB4BD2;
  padding: 2em 0.4em;
  text-align: center;
  border-radius: 24px;
  font-size: 3rem;
  line-height: 1.6;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--detail.page--guide.service .block--coming_soon {
    padding: 2em 0.8em;
    font-size: 1.8rem;
    border-radius: 16px;
  }
}
.section--detail.page--guide.entry .block--step .list--step > li .block-tit {
  padding-bottom: 0;
  border-bottom: 0;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a, button {
    transition: 0.3s;
  }
  .btn input {
    transition: 0.3s;
  }
  .tit {
    font-size: 2.2rem;
  }
  .txt {
    font-size: 1.6rem;
  }
  header .block--logo {
    top: 48px;
    left: 48px;
  }
  header .block--logo .langBar {
    margin-top: 1.6vw;
  }
  header .logo {
    width: 11vw;
  }
  header .drawer {
    top: 40px;
    right: 48px;
  }
  header .drawer .g-nav {
    align-items: center;
    gap: 1.8em;
    padding: 16px 32px;
    background: #FFF1F9;
    border: 1px solid #240968;
    box-shadow: 4px 4px 0px rgba(36, 9, 104, 0.8);
  }
  header .drawer .list--nav__contents {
    justify-content: flex-end;
    gap: 1.8em;
  }
  header .drawer .list--nav__login {
    gap: 1.6em;
  }
  .drawer__btn {
    display: none;
  }
  footer {
    padding: 4vw;
  }
  .page--home footer {
    margin-top: 12vw;
    padding: 8vw 8vw 6vw;
  }
  .page--home footer .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 64px;
  }
  .page--home footer .block--support {
    justify-content: flex-start;
    -moz-column-gap: 64px;
         column-gap: 64px;
  }
  .page--home footer .block--support .list--support li a span, .page--home footer .block--support .list--support li button span {
    transition: opacity 0.3s;
  }
  .page--home footer .block--support .list--support li a span:hover, .page--home footer .block--support .list--support li button span:hover {
    opacity: 0.3;
  }
  .page--home footer .block--support .list--support li a::before, .page--home footer .block--support .list--support li button::before {
    transition: background-color 0.4s 0s ease;
  }
  .page--home footer .block--support .list--support li a:hover::before, .page--home footer .block--support .list--support li button:hover::before {
    background-color: #FFADF2;
  }
  .page--home footer .list--bnr {
    flex-direction: column;
    row-gap: 8px;
    width: max(12%, 180px);
  }
  .page--home footer .list--bnr li a {
    transition: opacity 0.3s;
  }
  .page--home footer .list--bnr li a:hover {
    opacity: 0.5;
  }
  .page--home footer .copyright {
    margin-top: 6vw;
    width: 100%;
  }
  .page--home .section--top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
    max-height: 64vw;
    gap: 1em;
    padding: 10vw 8vw 0 12vw;
  }
  .page--home .section--top .block--lead {
    display: flex;
    flex-direction: column;
    row-gap: 2em;
    width: calc(100% - 48vw);
    margin-bottom: 3vw;
  }
  .page--home .section--top .block--lead .lead {
    font-size: 2.4vw;
    line-height: 2;
  }
  .page--home .section--top .block--lead .block--btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .page--home .section--top .block--lead .btn {
    text-align: left;
    position: relative;
  }
  .page--home .section--top .block--lead .btn::after {
    position: absolute;
    content: "";
    background-image: url("/static/meimail/fanclub_P5gT4bK9I/common/illustration/parts_emoji_cursor.webp");
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    bottom: -20px;
    right: -20px;
    animation: swayRotate 6s ease-in-out infinite;
  }
  .page--home .section--top .block--lead .btn--link {
    margin-top: 2em;
  }
  .page--home .section--top .block--kv {
    width: 48vw;
    height: 100%;
    display: flex;
    align-items: flex-end;
  }
  .page--home .section--top .block--kv .swiper-slide {
    display: flex;
    align-items: flex-end;
  }
  .page--home .section--top .block--kv .swiper-slide .message {
    top: 50%;
    width: 70%;
  }
  .page--home .section--top .block--kv .swiper-slide .message .icon {
    width: 8vw;
    height: 8vw;
  }
  .page--home .section--top .block--kv .swiper-slide .message .box {
    border-radius: 16px 0px 16px 16px;
    font-size: 1.4vw;
  }
  .page--home .section--top .block--kv .swiper-slide .message .name {
    font-size: 1.7rem;
  }
  .page--home .section--top .block--kv .swiper-slide .thumb {
    position: absolute;
    width: 53vh;
    margin: 0 auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .page--home .section--top .block--kv .swiper-slide .container.artist .box {
    border-radius: 0 16px 16px 16px;
  }
  .page--home .section--top .block--kv .swiper-slide, .page--home .section--top .block--kv .swiper-slide::before {
    border-radius: 1.6em;
  }
  .page--home .section--service {
    margin-top: 8vw;
  }
  .page--home .section--service > .bg {
    padding: 0 0 4vw;
  }
  .page--home .section--service .block--member .list--member li {
    transition: transform 0.3s;
  }
  .page--home .section--service .block--member .list--member li:hover {
    transform: translateY(-24px);
  }
  .page--home .section--service .block--member .list--member li .name {
    font-size: min(1.5vw, 2rem);
  }
  .page--home .section--service .block--service {
    padding: 12vw 11.72vw 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -moz-column-gap: 3em;
         column-gap: 3em;
  }
  .page--home .section--service .block--service .tit {
    margin-bottom: 4vw;
    font-size: 3.5rem;
  }
  .page--home .section--service .block--service .block--txt {
    width: 50%;
  }
  .page--home .section--service .block--service .block--txt > * {
    margin-left: 0;
  }
  .page--home .section--service .block--service .block--txt .tit {
    font-size: 2.6vw;
    text-align: left;
  }
  .page--home .section--service .block--service .block--txt .btn--sub {
    margin-left: 0;
  }
  .page--home .section--service .block--service .block--point {
    width: 50%;
    padding-right: 4px;
  }
  .page--home .section--service .block--service .block--point .list--point li {
    padding: 3vw 3vw 0;
  }
  .page--home .section--service .block--service .block--point .list--point li p {
    font-size: 1.5rem;
  }
  .page--home .section--service .block--service .block--point.no-carousel .list--point {
    display: flex;
    justify-content: space-between;
  }
  .page--home .section--service .block--service .block--point.no-carousel .list--point li {
    width: calc(33.3333333333% - 16px);
  }
  .page--home .section--service .block--service .block--point.no-carousel .swiper-button-wrapper {
    display: none;
  }
  .page--home .section--service .block--service .list__more {
    margin-top: 3.6vw;
  }
  .page--home .section--price {
    margin: 24vw auto 0;
    width: min(90%, 1600px);
  }
  .page--home .section--price .section-tit {
    position: relative;
    padding: 0 0 40px;
    margin-bottom: 40px;
    background-image: radial-gradient(#240968 1px, transparent 1px);
    background-size: 10px 10px;
    background-repeat: repeat-x;
    background-position: bottom;
  }
  .page--home .section--price .section-tit span {
    font-size: 2rem;
  }
  .page--home .section--price .section-tit span.dots::before, .page--home .section--price .section-tit span.dots::after {
    content: none;
  }
  .page--home .section--price .price-inner {
    display: flex;
  }
  .page--home .section--price .block--desc, .page--home .section--price .block--price {
    background-color: #fff;
    padding: 56px 64px;
  }
  .page--home .section--price .block--desc {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 57%;
    border-right: 1px solid #240968;
  }
  .page--home .section--price .block--desc .section-tit {
    text-align: left;
  }
  .page--home .section--price .block--desc .section-tit span {
    font-size: 2rem;
  }
  .page--home .section--price .block--price {
    width: 43%;
  }
  .page--home .section--price .block--price .price {
    margin-top: 4px;
    font-size: min(4.4vw, 6rem);
  }
  .page--home .section--price .block--price .price .sub-tit {
    font-size: 1.8rem;
  }
  .page--home .section--price .block--price .price {
    margin-bottom: 24px;
  }
  .page--home .section--price .block--price .block--btn .btn--link {
    text-align: center;
    display: block;
    font-size: 1.4rem;
    margin: 16px auto;
  }
  .page--home .section--price .block--price .block--btn .btn--main {
    margin: unset;
    min-width: unset;
    width: min(100%, 300px);
  }
  .page--home .section--attention {
    margin: 8vw auto;
    width: min(90%, 1600px);
  }
  .page--home .section--attention .section-tit {
    padding-top: 2vw;
    padding-bottom: 2vw;
    font-size: min(1.8vw, 2rem);
    line-height: 2;
  }
  .page--home .section--attention .section-tit span {
    font-size: 2.4rem;
  }
  .page--home .section--attention .inner {
    padding: 64px;
  }
  .page--home .section--attention .box .tit {
    font-size: 2.4rem;
    margin-bottom: 16px;
  }
  .page--home .section--attention .box .tit .tit-sub {
    font-size: 1.6rem;
  }
  .page--home .section--attention .box .txt--indent {
    text-align: center;
  }
  .page--home .section--attention .list--bnr {
    width: 56%;
    gap: 2em;
    margin: 40px auto;
  }
  .page--home .section--attention .list--bnr li {
    width: 33.3333333333%;
  }
  .page--home .section--attention .list--bnr li a {
    transition: opacity 0.3s;
  }
  .page--home .section--attention .list--bnr li a:hover {
    opacity: 0.5;
  }
  .page--home .section--attention .block--accordion .content .block--thumb {
    flex-wrap: wrap;
  }
  .page--home .section--attention .block--accordion .content .block--thumb img {
    width: auto;
    height: 360px;
  }
  .page--home .lang_en footer .block--support .list--support {
    max-width: 360px;
  }
  /*  page--questionnaire
  ------------------------------ */
  .page--questionnaire .section--detail {
    max-width: 900px;
    margin: 2em auto;
  }
  .page--questionnaire .section-tit {
    margin-bottom: 0.8em;
    font-size: 3rem;
    line-height: 1.5;
  }
  .page--questionnaire form dl dt {
    margin: 0 0 0.4em;
  }
  .page--questionnaire form dl dd {
    margin: 0 0 3em;
  }
  .page--questionnaire form dl .form__select::after {
    top: 50%;
    right: 0.75em;
    margin-top: -0.25em;
  }
  .page--questionnaire form .input--half[type=tel] {
    width: 25% !important;
  }
  .page--questionnaire form .input--quarter[type=number] {
    width: 5em !important;
    margin-right: 5px;
  }
  .page--questionnaire .form--horizontal .form__select::after {
    top: 50%;
    right: 0.5em;
    margin-top: -0.25em;
  }
  .page--questionnaire .icon--required {
    display: inline-block;
  }
  .page--questionnaire .icon--required::before {
    margin-left: 5px;
    padding: 3px 6px 3px;
    font-size: 11px;
    vertical-align: 2px;
  }
  .page--questionnaire .list--txt li {
    margin-bottom: 1em;
    padding-left: 1em;
    text-indent: -1em;
  }
}
@media (min-aspect-ratio: 2/3) and (max-aspect-ratio: 3/2) {
  .page--home .section--top .block--kv .swiper-slide .thumb {
    width: 72%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .pc {
    display: none !important;
  }
  p.date {
    font-size: 1.3rem;
    font-weight: 400;
  }
  .tit {
    font-size: 1.4rem;
  }
  .txt {
    font-size: 1.4rem;
  }
  header .block--logo {
    top: 5vw;
    left: 4.23vw;
    display: flex;
    justify-content: space-between;
    width: calc(100% - (64px + 8.46vw));
  }
  header .logo {
    width: min(28vw, 200px);
  }
  header .drawer {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s linear;
    pointer-events: none;
  }
  header .drawer::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    height: 100vh;
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    background-color: rgba(255, 241, 249, 0.9);
    opacity: 0;
    transform: scale(1.1);
    transform-origin: center;
  }
  header .drawer .g-nav {
    position: fixed;
    width: calc(100% - 8.46vw);
    top: calc(5vw + 64px);
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #240968;
    box-shadow: 4px 4px 0px rgba(36, 9, 104, 0.8);
    background-color: #fff;
    flex-direction: column;
    align-items: center;
    row-gap: 2.6em;
    padding-top: 40px;
    opacity: 0;
  }
  header .drawer .g-nav li a, header .drawer .g-nav li button {
    font-size: 2.2rem;
  }
  header .drawer .g-nav ul {
    width: 100%;
  }
  header .drawer [class^=list--nav__] {
    padding-left: min(9.225vw, 40px);
    padding-right: min(9.225vw, 40px);
  }
  header .drawer .list--nav__contents {
    color: #240968;
    flex-direction: column;
    row-gap: 2em;
    text-align: left;
  }
  header .drawer .list--nav__contents li {
    position: relative;
  }
  header .drawer .list--nav__contents li a {
    position: relative;
  }
  header .drawer .list--nav__contents li a::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #240968;
    border-radius: 50%;
    margin-right: 12px;
  }
  header .drawer .list--nav__contents li a span {
    display: inline-block;
  }
  header .drawer .list--nav__login {
    flex-direction: column;
    gap: 1.4em;
  }
  header .drawer .list--nav__login li {
    background: linear-gradient(90deg, #FFD9E5 0%, #E7BFF1 45%, #CAA0FF 100%);
    border: 1px solid #240968;
    border-radius: 9999px;
    padding: 10px 32px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  header .drawer .list--nav__login li a {
    color: #240968;
  }
  header .drawer .list--nav__login li.nav__item--login {
    background: #fff;
  }
  .drawer-visible header .drawer {
    opacity: 1;
    pointer-events: all;
  }
  .drawer-visible header .drawer::before {
    opacity: 1;
    transition: opacity 0.3s linear;
  }
  .drawer-visible header .drawer .g-nav {
    opacity: 1;
    transition: opacity 0.3s 0.3s linear;
  }
  footer {
    padding: 8vw 6.15vw 12.3vw;
  }
  .page--home footer {
    margin-top: min(32vw, 120px);
    padding-top: 16vw;
  }
  .page--home footer .inner {
    display: flex;
    flex-direction: column;
    row-gap: 48px;
  }
  .page--home footer .block--support {
    flex-direction: column;
    row-gap: 40px;
  }
  .page--home footer .list--bnr {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
  }
  .page--home footer .list--bnr li {
    width: calc(50% - 4px);
  }
  .page--home footer .copyright {
    margin-top: 48px;
  }
  .page--home .section--top {
    padding: 16vh 6.15vw 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2em;
  }
  .page--home .section--top::before {
    width: 240%;
  }
  .page--home .section--top .block--lead .lead {
    font-size: 8vw;
    line-height: 1.6;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .page--home .section--top .block--kv .swiper-slide .message {
    top: 50%;
    width: min(100%, 500px);
  }
  .page--home .section--top .block--kv .swiper-slide .message .icon {
    width: 72px;
    height: 72px;
  }
  .page--home .section--top .block--kv .swiper-slide .message .box {
    border-radius: 0.8em 0 0.8em 0.8em;
    font-size: 1.2rem;
  }
  .page--home .section--top .block--kv .swiper-slide .message .name {
    font-size: 1.2rem;
  }
  .page--home .section--top .block--kv .swiper-slide .thumb {
    width: min(90%, 400px);
    margin: 0 auto;
  }
  .page--home .section--top .block--kv .swiper-slide .container.artist .inner {
    width: calc(100% - 72px);
  }
  .page--home .section--top .block--kv .swiper-slide .container.artist .box {
    border-radius: 0 0.8em 0.8em 0.8em;
  }
  .page--home .section--top .block--kv .swiper-slide, .page--home .section--top .block--kv .swiper-slide::before {
    border-radius: 1.6em;
  }
  .page--home .section--service .block--member {
    padding-top: 24vw;
    margin-bottom: 24vw;
  }
  .page--home .section--service .block--member .list--member li .name {
    font-size: 1.6rem;
  }
  .page--home .section--service .block--service {
    padding-top: 8vw;
    padding-bottom: 20vw;
  }
  .page--home .section--service .block--service .tit {
    margin: 0 auto;
    padding: 0 4.23vw 8vw;
    font-size: min(7.6vw, 2.8rem);
  }
  .page--home .section--service .block--service .block--point {
    padding-left: 9.225vw;
    padding-right: 9.225vw;
  }
  .page--home .section--service .block--service .block--point .list--point li {
    padding: 2em 1.6em 0;
  }
  .page--home .section--service .block--service .block--point .list--point li p {
    font-size: 1.4rem;
  }
  .page--home .section--service .block--service .block--point .list--point li:nth-child(2) {
    z-index: 10;
  }
  .page--home .section--service .block--service .list__more {
    margin-top: 40px;
  }
  .page--home .section--price {
    margin-top: 40vw;
    margin-left: 4.23vw;
    margin-right: 4.23vw;
  }
  .page--home .section--price .section-tit {
    margin-bottom: 0;
  }
  .page--home .section--price .section-tit span {
    font-size: 1.4rem;
  }
  .page--home .section--price .block--desc, .page--home .section--price .block--price {
    padding: 24px 4.23vw;
    background-color: #fff;
  }
  .page--home .section--price .block--desc {
    border-bottom: 1px solid #240968;
  }
  .page--home .section--price .block--price .price {
    margin-top: 2px;
  }
  .page--home .section--price .block--price .price .sub-tit {
    font-size: 1.4rem;
  }
  .page--home .section--price .block--price .price {
    font-size: 4rem;
  }
  .page--home .section--price .block--price .price {
    margin-bottom: 16px;
  }
  .page--home .section--price .block--price .block--btn .btn--link {
    border: 1px solid #E0D6FD;
    text-align: left;
    display: block;
    font-size: 1.1rem;
    width: 100%;
    padding: 16px 24px 16px 16px;
    border-radius: 4px;
    line-height: 1.4;
  }
  .page--home .section--price .block--price .block--btn .btn--link::after {
    position: absolute;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
    right: 1.6em;
    vertical-align: middle;
  }
  .page--home .section--price .block--price .block--btn .btn--main {
    width: min(100%, 300px);
  }
  .page--home .section--attention {
    margin-top: 20vw;
    margin-left: 4.23vw;
    margin-right: 4.23vw;
  }
  .page--home .section--attention .section-tit {
    font-size: min(3.7vw, 1.4rem);
    padding: 1.6em;
  }
  .page--home .section--attention .inner {
    padding: 5vw 4.23vw;
  }
  .page--home .section--attention .box .tit {
    font-size: 1.4rem;
    margin-bottom: 16px;
  }
  .page--home .section--attention .box .tit .tit-sub {
    font-size: 1.2rem;
  }
  .page--home .section--attention .list--bnr {
    flex-wrap: wrap;
    justify-content: center;
    width: min(100%, 400px);
    gap: 1em;
    margin: 24px auto;
  }
  .page--home .section--attention .list--bnr li {
    width: calc(50% - 1em);
  }
  .page--home .section--attention .block--accordion .content .block--thumb {
    flex-direction: column;
  }
  .page--questionnaire form dl dt {
    margin: 0 0 0.4em;
  }
  .page--questionnaire form dl dd {
    margin: 0 0 2.4em;
  }
  .page--questionnaire form dl .form__select::after {
    top: 50%;
    right: 0.75em;
    margin-top: -0.25em;
  }
  .page--questionnaire form .input--half {
    width: 100% !important;
  }
  .page--questionnaire form .input--quarter {
    width: 50% !important;
  }
  .page--questionnaire form .input--half[type=tel] {
    width: 100% !important;
  }
  .page--questionnaire form .input--quarter[type=number] {
    width: 5em !important;
    margin-right: 5px;
  }
  .page--questionnaire .form--horizontal .form__select::after {
    top: 50%;
    right: 0.5em;
    margin-top: -0.25em;
  }
  .page--questionnaire .icon--required {
    display: inline-block;
  }
  .page--questionnaire .icon--required::before {
    margin-left: 5px;
    padding: 3px 6px 3px;
    padding-left: 5px;
    font-size: 11px;
    vertical-align: inherit;
  }
  .body--app.page--home .section--top {
    padding-top: 10vh;
  }
  .body--app.page--home .section--attention {
    margin-bottom: 16vw;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .page--home .section--top .block--lead .lead {
    font-size: 7vw;
  }
  .page--home .section--top .block--kv .swiper-slide .message .box {
    font-size: 1.6rem;
  }
  .page--home .section--top .block--kv .swiper-slide .message .name {
    font-size: 1.6rem;
  }
  .page--home .section--top .block--kv .parts_emoji.top {
    right: 5vw;
  }
  .page--home .section--top .block--kv .parts_emoji.bottom {
    left: 5vw;
  }
  .page--home .section--service .block--service .tit {
    font-size: 5.6vw;
    max-width: 600px;
  }
  .page--home footer .list--bnr li {
    width: calc(33.3333333333% - 6px);
  }
}/*# sourceMappingURL=fanclub-service_D1sK31U3.css.map */