@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: #F8F7FF;
  font-size: 10px;
  text-align: center;
  line-height: 1;
  padding: 2px 4px;
  margin-left: 4px;
  position: relative;
  background: #FF5252;
  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: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "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: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "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: 1px solid rgba(0, 0, 0, 0.4);
  padding: 1em 0.5em;
}
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: #FF5252;
  border-color: #FF5252;
}
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: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "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: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "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: 1px solid rgba(0, 0, 0, 0.4);
  padding: 1em 0.5em;
}
textarea:focus {
  border-color: inherit;
}
textarea.form__error {
  background: #fff0ea;
  color: #FF5252;
  border-color: #FF5252;
}
textarea.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
textarea[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}
textarea {
  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 #000;
  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: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "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: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "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: 1px solid rgba(0, 0, 0, 0.4);
  padding: 1em 0.5em;
}
.form__select select:focus {
  border-color: inherit;
}
.form__select select.form__error {
  background: #fff0ea;
  color: #FF5252;
  border-color: #FF5252;
}
.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: #FF5252;
}
.form__checkbox label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 0.3em;
  border: 1px solid rgba(0, 0, 0, 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(0, 0, 0, 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: black;
  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: #FF5252;
}
.form__radio label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.4);
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__radio :checked ~ p::before {
  border-color: #000;
  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: #FF5252;
}
.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;
}

.cc-color-override-1332973529.cc-window {
  z-index: 100010;
}

html {
  font-size: 62.5%;
}

html, body {
  height: 100%;
}

body {
  position: relative;
  background: #F8F7FF;
  color: #000;
}
@media screen and (min-width: 961px) {
  body {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "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: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "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";
}

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(0, 0, 0, 0.5);
}

::selection {
  background: rgba(0, 0, 0, 0.5);
}

::-moz-selection {
  background: rgba(0, 0, 0, 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;
}

#frame {
  width: 100%;
  height: 100vh;
  will-change: transform;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10002;
  pointer-events: none;
}
#frame .frame__outer {
  height: 100vh;
}
#frame .frame__inner {
  position: fixed;
  top: 30px;
  left: 30px;
  width: calc(100% - 60px);
  height: calc(100vh - 60px);
  border: 2px solid #000;
  border-radius: 29px;
  z-index: 3;
}
#frame .frame__outer [class^=frame__outer--corner] {
  display: block;
  position: absolute;
}
#frame .frame__outer [class^=frame__outer--corner]::before, #frame .frame__outer [class^=frame__outer--corner]::after {
  content: "";
  display: block;
  width: 170px;
  height: 170px;
  background: no-repeat center;
  background-size: contain;
  position: fixed;
}
#frame .frame__outer .frame__outer--corner__top::before {
  background-image: url(/static/inimail/fanclub_oVr2QIlDJj/img/common/corner/corner--top.webp);
  top: -113px;
  left: -113px;
}
#frame .frame__outer .frame__outer--corner__top::after {
  background-image: url(/static/inimail/fanclub_oVr2QIlDJj/img/common/corner/corner--top.webp);
  top: -113px;
  right: -113px;
  transform: rotateY(180deg);
}
#frame .frame__outer .frame__outer--corner__bottom::before {
  background-image: url(/static/inimail/fanclub_oVr2QIlDJj/img/common/corner/corner--bottom.webp);
  top: calc(100vh - 57px);
  left: -113px;
}
#frame .frame__outer .frame__outer--corner__bottom::after {
  background-image: url(/static/inimail/fanclub_oVr2QIlDJj/img/common/corner/corner--bottom.webp);
  top: calc(100vh - 57px);
  right: -113px;
  transform: rotateY(180deg);
}
#frame .frame__outer .frame__outer--top {
  width: calc(100% - 113px);
  height: 30px;
  background: #C1C8FF;
  top: 0;
  left: 57px;
}
#frame .frame__outer .frame__outer--bottom {
  background: #C1C8FF;
  width: calc(100% - 113px);
  height: 30px;
  top: calc(100vh - 30px);
  left: 57px;
}
#frame .frame__outer .frame__outer--right {
  background: #C1C8FF;
  width: 30px;
  height: calc(100vh - 113px);
  top: 57px;
  right: 0;
}
#frame .frame__outer .frame__outer--left {
  background: #C1C8FF;
  width: 30px;
  height: calc(100vh - 113px);
  top: 57px;
  left: 0;
}
#frame .frame__outer .frame__outer--corner__top::before,
#frame .frame__outer .frame__outer--corner__top::after,
#frame .frame__outer .frame__outer--corner__bottom::before,
#frame .frame__outer .frame__outer--corner__bottom::after {
  transition: background-image 0.4s 0.8s;
}
#frame .frame__outer .frame__outer--top,
#frame .frame__outer .frame__outer--bottom,
#frame .frame__outer .frame__outer--right,
#frame .frame__outer .frame__outer--left {
  transition: background-color 0.4s 0.8s;
}
#frame .frame__outer > div {
  position: absolute;
  z-index: 2;
}
#frame.rihito .frame__outer .frame__outer--corner__top::before {
  background-image: url(/static/inimail/fanclub_oVr2QIlDJj/img/common/corner/corner--top_color01.webp);
}
#frame.rihito .frame__outer .frame__outer--corner__top::after {
  background-image: url(/static/inimail/fanclub_oVr2QIlDJj/img/common/corner/corner--top_color01.webp);
}
#frame.rihito .frame__outer .frame__outer--corner__bottom::before {
  background-image: url(/static/inimail/fanclub_oVr2QIlDJj/img/common/corner/corner--bottom_color01.webp);
}
#frame.rihito .frame__outer .frame__outer--corner__bottom::after {
  background-image: url(/static/inimail/fanclub_oVr2QIlDJj/img/common/corner/corner--bottom_color01.webp);
}
#frame.rihito .frame__outer .frame__outer--top,
#frame.rihito .frame__outer .frame__outer--bottom,
#frame.rihito .frame__outer .frame__outer--right,
#frame.rihito .frame__outer .frame__outer--left {
  background-color: #ADB2DB;
}
#frame.takumi .frame__outer .frame__outer--corner__top::before {
  background-image: url(/static/inimail/fanclub_oVr2QIlDJj/img/common/corner/corner--top_color02.webp);
}
#frame.takumi .frame__outer .frame__outer--corner__top::after {
  background-image: url(/static/inimail/fanclub_oVr2QIlDJj/img/common/corner/corner--top_color02.webp);
}
#frame.takumi .frame__outer .frame__outer--corner__bottom::before {
  background-image: url(/static/inimail/fanclub_oVr2QIlDJj/img/common/corner/corner--bottom_color02.webp);
}
#frame.takumi .frame__outer .frame__outer--corner__bottom::after {
  background-image: url(/static/inimail/fanclub_oVr2QIlDJj/img/common/corner/corner--bottom_color02.webp);
}
#frame.takumi .frame__outer .frame__outer--top,
#frame.takumi .frame__outer .frame__outer--bottom,
#frame.takumi .frame__outer .frame__outer--right,
#frame.takumi .frame__outer .frame__outer--left {
  background-color: #FFBA00;
}
#frame.masaya .frame__outer .frame__outer--corner__top::before {
  background-image: url(/static/inimail/fanclub_oVr2QIlDJj/img/common/corner/corner--top_color03.webp);
}
#frame.masaya .frame__outer .frame__outer--corner__top::after {
  background-image: url(/static/inimail/fanclub_oVr2QIlDJj/img/common/corner/corner--top_color03.webp);
}
#frame.masaya .frame__outer .frame__outer--corner__bottom::before {
  background-image: url(/static/inimail/fanclub_oVr2QIlDJj/img/common/corner/corner--bottom_color03.webp);
}
#frame.masaya .frame__outer .frame__outer--corner__bottom::after {
  background-image: url(/static/inimail/fanclub_oVr2QIlDJj/img/common/corner/corner--bottom_color03.webp);
}
#frame.masaya .frame__outer .frame__outer--top,
#frame.masaya .frame__outer .frame__outer--bottom,
#frame.masaya .frame__outer .frame__outer--right,
#frame.masaya .frame__outer .frame__outer--left {
  background-color: #FFFF71;
}
#frame.takeru .frame__outer .frame__outer--corner__top::before {
  background-image: url(/static/inimail/fanclub_oVr2QIlDJj/img/common/corner/corner--top_color04.webp);
}
#frame.takeru .frame__outer .frame__outer--corner__top::after {
  background-image: url(/static/inimail/fanclub_oVr2QIlDJj/img/common/corner/corner--top_color04.webp);
}
#frame.takeru .frame__outer .frame__outer--corner__bottom::before {
  background-image: url(/static/inimail/fanclub_oVr2QIlDJj/img/common/corner/corner--bottom_color04.webp);
}
#frame.takeru .frame__outer .frame__outer--corner__bottom::after {
  background-image: url(/static/inimail/fanclub_oVr2QIlDJj/img/common/corner/corner--bottom_color04.webp);
}
#frame.takeru .frame__outer .frame__outer--top,
#frame.takeru .frame__outer .frame__outer--bottom,
#frame.takeru .frame__outer .frame__outer--right,
#frame.takeru .frame__outer .frame__outer--left {
  background-color: #FFFFF4;
}
#frame.yudai .frame__outer .frame__outer--corner__top::before {
  background-image: url(/static/inimail/fanclub_oVr2QIlDJj/img/common/corner/corner--top_color05.webp);
}
#frame.yudai .frame__outer .frame__outer--corner__top::after {
  background-image: url(/static/inimail/fanclub_oVr2QIlDJj/img/common/corner/corner--top_color05.webp);
}
#frame.yudai .frame__outer .frame__outer--corner__bottom::before {
  background-image: url(/static/inimail/fanclub_oVr2QIlDJj/img/common/corner/corner--bottom_color05.webp);
}
#frame.yudai .frame__outer .frame__outer--corner__bottom::after {
  background-image: url(/static/inimail/fanclub_oVr2QIlDJj/img/common/corner/corner--bottom_color05.webp);
}
#frame.yudai .frame__outer .frame__outer--top,
#frame.yudai .frame__outer .frame__outer--bottom,
#frame.yudai .frame__outer .frame__outer--right,
#frame.yudai .frame__outer .frame__outer--left {
  background-color: #FFB2D3;
}
#frame.fengfan .frame__outer .frame__outer--corner__top::before {
  background-image: url(/static/inimail/fanclub_oVr2QIlDJj/img/common/corner/corner--top_color06.webp);
}
#frame.fengfan .frame__outer .frame__outer--corner__top::after {
  background-image: url(/static/inimail/fanclub_oVr2QIlDJj/img/common/corner/corner--top_color06.webp);
}
#frame.fengfan .frame__outer .frame__outer--corner__bottom::before {
  background-image: url(/static/inimail/fanclub_oVr2QIlDJj/img/common/corner/corner--bottom_color06.webp);
}
#frame.fengfan .frame__outer .frame__outer--corner__bottom::after {
  background-image: url(/static/inimail/fanclub_oVr2QIlDJj/img/common/corner/corner--bottom_color06.webp);
}
#frame.fengfan .frame__outer .frame__outer--top,
#frame.fengfan .frame__outer .frame__outer--bottom,
#frame.fengfan .frame__outer .frame__outer--right,
#frame.fengfan .frame__outer .frame__outer--left {
  background-color: #D5AAFF;
}
#frame.hiromu .frame__outer .frame__outer--corner__top::before {
  background-image: url(/static/inimail/fanclub_oVr2QIlDJj/img/common/corner/corner--top_color07.webp);
}
#frame.hiromu .frame__outer .frame__outer--corner__top::after {
  background-image: url(/static/inimail/fanclub_oVr2QIlDJj/img/common/corner/corner--top_color07.webp);
}
#frame.hiromu .frame__outer .frame__outer--corner__bottom::before {
  background-image: url(/static/inimail/fanclub_oVr2QIlDJj/img/common/corner/corner--bottom_color07.webp);
}
#frame.hiromu .frame__outer .frame__outer--corner__bottom::after {
  background-image: url(/static/inimail/fanclub_oVr2QIlDJj/img/common/corner/corner--bottom_color07.webp);
}
#frame.hiromu .frame__outer .frame__outer--top,
#frame.hiromu .frame__outer .frame__outer--bottom,
#frame.hiromu .frame__outer .frame__outer--right,
#frame.hiromu .frame__outer .frame__outer--left {
  background-color: #C1F3FF;
}
#frame.shogo .frame__outer .frame__outer--corner__top::before {
  background-image: url(/static/inimail/fanclub_oVr2QIlDJj/img/common/corner/corner--top_color08.webp);
}
#frame.shogo .frame__outer .frame__outer--corner__top::after {
  background-image: url(/static/inimail/fanclub_oVr2QIlDJj/img/common/corner/corner--top_color08.webp);
}
#frame.shogo .frame__outer .frame__outer--corner__bottom::before {
  background-image: url(/static/inimail/fanclub_oVr2QIlDJj/img/common/corner/corner--bottom_color08.webp);
}
#frame.shogo .frame__outer .frame__outer--corner__bottom::after {
  background-image: url(/static/inimail/fanclub_oVr2QIlDJj/img/common/corner/corner--bottom_color08.webp);
}
#frame.shogo .frame__outer .frame__outer--top,
#frame.shogo .frame__outer .frame__outer--bottom,
#frame.shogo .frame__outer .frame__outer--right,
#frame.shogo .frame__outer .frame__outer--left {
  background-color: #85EB85;
}
#frame.hiroto .frame__outer .frame__outer--corner__top::before {
  background-image: url(/static/inimail/fanclub_oVr2QIlDJj/img/common/corner/corner--top_color09.webp);
}
#frame.hiroto .frame__outer .frame__outer--corner__top::after {
  background-image: url(/static/inimail/fanclub_oVr2QIlDJj/img/common/corner/corner--top_color09.webp);
}
#frame.hiroto .frame__outer .frame__outer--corner__bottom::before {
  background-image: url(/static/inimail/fanclub_oVr2QIlDJj/img/common/corner/corner--bottom_color09.webp);
}
#frame.hiroto .frame__outer .frame__outer--corner__bottom::after {
  background-image: url(/static/inimail/fanclub_oVr2QIlDJj/img/common/corner/corner--bottom_color09.webp);
}
#frame.hiroto .frame__outer .frame__outer--top,
#frame.hiroto .frame__outer .frame__outer--bottom,
#frame.hiroto .frame__outer .frame__outer--right,
#frame.hiroto .frame__outer .frame__outer--left {
  background-color: #B1B1B1;
}
#frame.kyosuke .frame__outer .frame__outer--corner__top::before {
  background-image: url(/static/inimail/fanclub_oVr2QIlDJj/img/common/corner/corner--top_color10.webp);
}
#frame.kyosuke .frame__outer .frame__outer--corner__top::after {
  background-image: url(/static/inimail/fanclub_oVr2QIlDJj/img/common/corner/corner--top_color10.webp);
}
#frame.kyosuke .frame__outer .frame__outer--corner__bottom::before {
  background-image: url(/static/inimail/fanclub_oVr2QIlDJj/img/common/corner/corner--bottom_color10.webp);
}
#frame.kyosuke .frame__outer .frame__outer--corner__bottom::after {
  background-image: url(/static/inimail/fanclub_oVr2QIlDJj/img/common/corner/corner--bottom_color10.webp);
}
#frame.kyosuke .frame__outer .frame__outer--top,
#frame.kyosuke .frame__outer .frame__outer--bottom,
#frame.kyosuke .frame__outer .frame__outer--right,
#frame.kyosuke .frame__outer .frame__outer--left {
  background-color: #A8CAFF;
}
#frame.jin .frame__outer .frame__outer--corner__top::before {
  background-image: url(/static/inimail/fanclub_oVr2QIlDJj/img/common/corner/corner--top_color11.webp);
}
#frame.jin .frame__outer .frame__outer--corner__top::after {
  background-image: url(/static/inimail/fanclub_oVr2QIlDJj/img/common/corner/corner--top_color11.webp);
}
#frame.jin .frame__outer .frame__outer--corner__bottom::before {
  background-image: url(/static/inimail/fanclub_oVr2QIlDJj/img/common/corner/corner--bottom_color11.webp);
}
#frame.jin .frame__outer .frame__outer--corner__bottom::after {
  background-image: url(/static/inimail/fanclub_oVr2QIlDJj/img/common/corner/corner--bottom_color11.webp);
}
#frame.jin .frame__outer .frame__outer--top,
#frame.jin .frame__outer .frame__outer--bottom,
#frame.jin .frame__outer .frame__outer--right,
#frame.jin .frame__outer .frame__outer--left {
  background-color: #FF7E7E;
}

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

span.br {
  display: inline-block;
}

.txt--lead {
  background: #F8F7FF;
}

.block--attention_price {
  padding: 1em;
  background-color: #fff;
  margin: 2em auto;
  border: 1px solid #c0c0c0;
}
@media screen and (min-width: 961px) {
  .block--attention_price {
    width: min(70%, 800px);
  }
}
.block--attention_price .txt--indent {
  color: #000;
  text-align: center;
}
.block--attention_price .block--btn {
  margin-top: 16px;
}
.block--attention_price .block--btn .btn {
  margin: 0.5em auto 1em;
}
.block--attention_price .block--btn span {
  color: #000;
  display: block;
  text-align: center;
}
.block--attention_price .box {
  display: flex;
  padding: 2em 0 !important;
  margin-bottom: 20px;
}
.block--attention_price .box .left, .block--attention_price .box .right {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block--attention_price .box .left .txt, .block--attention_price .box .right .txt {
  width: 75%;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .block--attention_price .box .left .txt, .block--attention_price .box .right .txt {
    width: 90%;
  }
}
.block--attention_price .box .left .ph, .block--attention_price .box .right .ph {
  margin-bottom: 30px;
}
.block--attention_price .box .left {
  position: relative;
}
.block--attention_price .box .left .ph {
  border: 2px solid #000;
  border-radius: 50%;
  overflow: hidden;
  width: min(60%, 130px);
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .block--attention_price .box .left .ph {
    border-width: 2px;
  }
}
.block--attention_price .box .left .txt {
  font-weight: bold;
  line-height: 1.5;
  font-size: min(2.6vw, 17px);
}
@media screen and (min-width: 961px) {
  .block--attention_price .box .left .txt {
    max-width: 195px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .block--attention_price .box .left .txt {
    font-size: 3vw;
  }
}
.block--attention_price .box .left .logo {
  width: 65%;
  margin-bottom: 20px;
}
.block--attention_price .box .left .logo img {
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .block--attention_price .box .left .logo {
    width: 85%;
  }
}
.block--attention_price .box .left::before {
  display: block;
  content: "";
  width: 6vw;
  height: 3vw;
  background: url(/static/inimail/fanclub_oVr2QIlDJj/img/common/arrow_sub.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -3vw;
  transform: translateY(-50%);
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .block--attention_price .box .left::before {
    width: 8vw;
    height: 5vw;
    right: -4vw;
  }
}
.block--attention_price .box .right .logo svg {
  width: 21vw;
  height: 2vw;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .block--attention_price .box .right .logo svg {
    width: 33vw;
    height: 3vw;
  }
}
.block--attention_price .box .right .logo {
  margin-bottom: min(8vw, 47px);
}
.block--attention_price .box .right .ph {
  width: min(60%, 130px);
}
.block--attention_price .box .arrow {
  width: 40px;
}

.btn {
  text-align: center;
  position: relative;
  margin: 1em auto;
  width: min(80%, 300px);
}
.btn::before, .btn::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #FFD958;
  border: 2px solid #000;
  position: absolute;
  transition: 0.3s;
}
.btn::before {
  left: 5px;
  top: 5px;
  z-index: 2;
}
.btn::after {
  left: 10px;
  top: 10px;
  z-index: 1;
}
@media screen and (min-width: 961px) {
  .btn:hover::before, .btn:hover::after {
    top: 0;
    left: 0;
  }
}
.btn.sub::before, .btn.sub::after {
  background: #fff;
}

.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;
  position: relative;
  z-index: 3;
  line-height: 1.4;
}
.btn--main > span, .btn--sub > span {
  font-size: 1.1rem;
  margin-top: 4px;
  display: block;
}
@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.4rem;
    width: 100%;
  }
}

.btn--main {
  background: #FFD958;
  color: #000;
  border: 2px solid #000;
}
@media screen and (min-width: 961px) {
  .btn--main:hover {
    background: #C1C8FF;
    color: #000;
  }
}

.btn--sub {
  background: #fff;
  color: #000;
  border: 2px solid #000;
}
@media screen and (min-width: 961px) {
  .btn--sub:hover {
    background: #000;
    color: #fff;
  }
}

.btn--link {
  position: relative;
  margin: 1em 0;
  line-height: 1.2;
  text-align: center;
  background: #F8F7FF;
}
.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.3;
  }
}

.btn--attention a {
  position: relative;
  margin: 1em auto;
  text-align: left;
  background-color: transparent;
  border: 1px solid #dfdfdf;
  display: block;
  font-size: 1.1rem;
  width: 100%;
  padding: 16px 32px 16px 16px;
  border-radius: 4px;
  line-height: 1.6;
}
.btn--attention a.sub {
  background: #dfdfdf;
}
@media screen and (min-width: 961px) {
  .btn--attention a:hover {
    background-color: #dfdfdf;
  }
  .btn--attention a.sub:hover {
    background-color: #b8b8b8;
  }
}
.btn--attention a::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 0px;
  border-color: rgb(142, 154.7580645161, 255);
  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;
}

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: -moz-fit-content;
  width: fit-content;
  font-family: "futura-pt", sans-serif;
  font-weight: 900;
  font-size: 2rem;
  margin: 0 auto;
}
.detail__btn a::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #FFD958;
  border: 1px solid #000;
  border-radius: 50%;
  top: -2px;
  left: 0;
  margin-right: 8px;
}
@media screen and (min-width: 961px) {
  .detail__btn a::before {
    transition: transform 0.4s 0s ease, opacity 0.4s 0s ease;
  }
  .detail__btn a:hover {
    color: #C1C8FF;
    -webkit-text-stroke: 1px #000;
  }
  .detail__btn a:hover::before {
    transform: rotateY(180deg);
    background-color: #C1C8FF;
  }
}

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: #FF5252;
}

.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 a {
  display: block;
  height: 100%;
  line-height: 0;
}
header .logo svg {
  height: 100%;
  width: 100%;
}
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: "futura-pt", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.01em;
  font-size: 1.8rem;
  line-height: 1.2;
  display: block;
  -webkit-text-stroke: 1px #fff;
}
@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;
    padding: 0 0.2em;
  }
  header .drawer .g-nav li a span, header .drawer .g-nav li a::before, header .drawer .g-nav li button span, header .drawer .g-nav li button::before {
    display: block;
    transition: opacity 0.3s, transform 0.3s;
  }
  header .drawer .g-nav li a::before, header .drawer .g-nav li button::before {
    position: absolute;
    top: 0;
    left: 0;
    content: attr(data-hover);
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    transform: translateY(-1.4em);
    opacity: 0;
  }
  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::before, header .drawer .g-nav li button:hover::before {
    transform: translateY(0);
    opacity: 1;
  }
}
header .drawer .list--nav__login a, header .drawer .list--nav__login button, header .drawer .nav__item--join a, header .drawer .nav__item--join button {
  font-family: "futura-pt", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #FFD958;
  text-shadow: 1px 1px 0 #000 !important;
  -webkit-text-stroke: 1px #000 !important;
  display: inline-block;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  header .drawer .list--nav__login a, header .drawer .list--nav__login button, header .drawer .nav__item--join a, header .drawer .nav__item--join button {
    text-shadow: 3px 3px 0 #000 !important;
  }
}

@keyframes bounceScale {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes rotateCircle {
  to {
    transform: rotate(-1turn);
  }
}
@keyframes floating {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(5px, -10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes floating_v2 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-5px, 10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.drawer__btn--wrap {
  position: fixed;
  right: 8%;
  top: 10vw;
  z-index: 10001;
  transition: top 0.3s, left 0.3s;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .drawer__btn--wrap {
    top: 5vh;
  }
}
.drawer__btn--wrap > span {
  transition: top 0.3s, left 0.3s;
}
.drawer__btn--wrap .drawer__btn {
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #000;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  row-gap: 7px;
  z-index: 3;
  cursor: pointer;
}
.drawer__btn--wrap .drawer__btn span {
  display: block;
  width: 25px;
  height: 1px;
  background-color: #000;
  transition: transform 0.3s ease;
  transform-origin: center;
}
.drawer__btn--wrap .drawer__btn span:nth-of-type(1) {
  transform-origin: right top;
}
.drawer__btn--wrap .drawer__btn span:nth-of-type(3) {
  transform-origin: right bottom;
}
.drawer__btn--wrap > span {
  border-radius: 50%;
  background: #fff;
  border: 2px solid #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 56px;
}
.drawer__btn--wrap > span:first-of-type {
  top: 3px;
  left: 3px;
  z-index: 2;
}
.drawer__btn--wrap > span:nth-of-type(2) {
  top: 6px;
  left: 6px;
  z-index: 1;
}

@media screen and (min-width: 1px) and (max-width: 960px) {
  .drawer-visible header .list--nav__contents {
    color: #F0F0F0 !important;
  }
}
.drawer-visible .drawer__btn span {
  position: relative;
}
.drawer-visible .drawer__btn span:nth-of-type(1) {
  transform: rotate(-45deg);
  left: -4px;
}
.drawer-visible .drawer__btn span:nth-of-type(2) {
  opacity: 0;
}
.drawer-visible .drawer__btn span:nth-of-type(3) {
  transform: rotate(45deg);
  left: -4px;
  top: 1px;
}

footer {
  text-align: left;
}
footer .copyright {
  font-family: "futura-pt", sans-serif;
  font-size: 1.1rem;
  color: #000;
  line-height: 1;
  display: inline-block;
  background: #F8F7FF;
}
footer .element {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro";
  color: #000;
  line-height: 1.2;
}

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

.page--home footer {
  background: #fff;
}
.page--home footer .copyright {
  background: transparent;
}
.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;
  font-weight: normal;
}
.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: auto;
  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: #FFD958;
  border: 1px solid #000;
  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;
  white-space: nowrap;
}
.page--home footer .list--bnr {
  display: flex;
}
.page--home footer .list--bnr a {
  display: block;
}
.page--home footer .list--bnr img {
  vertical-align: bottom;
}

.langBar {
  position: relative;
  display: block;
  width: 120px;
  height: 28px;
}
.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: 2px solid #000;
  padding: 0.4em 1em 0.4em 3em;
  border-radius: 9999px;
  background-color: #F8F7FF;
  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.4em 1em 0.5em 3em;
  }
}
.langBar .esb-displayer::before {
  content: "";
  position: absolute;
  display: block;
  width: 1.4em;
  height: 1.4em;
  background: no-repeat center url("/static/inimail/fanclub_oVr2QIlDJj/img/lang/icon_lang.svg");
  background-size: contain;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
}
.langBar .esb-dropdown {
  display: none;
  width: 100px;
  background-color: #C1C8FF;
  backdrop-filter: blur(20px);
  border-radius: 4px;
  overflow: hidden;
  padding: 0;
  margin-top: 6px;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}
.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 rgba(255, 255, 255, 0.5);
}
.langBar .easy-select-box #lang--item__zh-cn {
  display: none;
}

.wrap {
  min-height: 100%;
  position: relative;
  overflow: hidden;
}
.wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/static/inimail/fanclub_oVr2QIlDJj/img/common/bg-pattern.webp);
  background-size: cover;
  z-index: -1;
  background-size: 104vw;
  pointer-events: none;
  position: absolute;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .wrap::before {
    background-size: 204vw;
  }
}

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

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

.section-tit {
  position: relative;
  font-family: "piepie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 1px 1px 0 #F8F7FF, -1px 1px 0 #F8F7FF, 1px -1px 0 #F8F7FF, -1px -1px 0 #F8F7FF;
}
.section-tit span {
  display: block;
  font-weight: 700;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro";
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-size: 2rem;
  background: #F8F7FF;
  text-shadow: 0;
}
.section-tit span > span {
  position: relative;
  display: inline-block;
  padding: 0 40px;
  text-shadow: 0;
}
.section-tit span > span::before, .section-tit span > span::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 28px;
  height: 2px;
  background-color: #000;
}
.section-tit span > span::before {
  left: 0;
}
.section-tit span > span::after {
  right: 0;
}
@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;
  pointer-events: none;
}
@media screen and (min-width: 961px) {
  .parts_emoji {
    max-width: 300px;
  }
}

.list--attention {
  padding-left: 1.5em;
}
.list--attention li {
  list-style-type: disc;
  text-align: left;
}
.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 {
  background-color: #C1C8FF;
  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: 0.4em auto;
  width: 100%;
  color: #000;
  background: #FFD958;
  line-height: 1.2;
  font-size: 1.4rem;
}
.list--join .btn--main span {
  font-size: 80%;
}
.list--join .btn--main.btn--overseas span {
  letter-spacing: 0.02em;
}
@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;
    font-size: 1.4rem;
  }
  .list--join .btn--main:hover {
    background: #C1C8FF;
  }
  .list--join .btn--main.btn--overseas:hover {
    background: #C1C8FF;
  }
}
@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: -moz-fit-content;
  width: fit-content;
  transition: opacity 0.3s, background 0.3s;
}
.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 !important;
  pointer-events: none !important;
}

.page--home .section--top .block--kv .swiper-slide.rihito {
  background: #40498D;
}
.page--home .section--top .block--kv .swiper-slide.takumi {
  background: #FF8900;
}
.page--home .section--top .block--kv .swiper-slide.masaya {
  background: #FFFF00;
}
.page--home .section--top .block--kv .swiper-slide.takeru {
  background: #ffffff;
}
.page--home .section--top .block--kv .swiper-slide.yudai {
  background: #FF8BD7;
}
.page--home .section--top .block--kv .swiper-slide.fengfan {
  background: #995AFF;
}
.page--home .section--top .block--kv .swiper-slide.hiromu {
  background: #9FF0FF;
}
.page--home .section--top .block--kv .swiper-slide.shogo {
  background: #18CE00;
}
.page--home .section--top .block--kv .swiper-slide.hiroto {
  background: #000000;
}
.page--home .section--top .block--kv .swiper-slide.kyosuke {
  background: #2761FF;
}
.page--home .section--top .block--kv .swiper-slide.jin {
  background: #FF1F1F;
}

.page--home .content-main {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 961px) {
  .page--home .section-tit {
    font-size: 6rem;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section-tit {
    font-size: 4rem;
  }
}
.page--home .block--btn_fixed {
  position: fixed;
  display: flex;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 100001;
}
.page--home .block--btn_fixed .btn {
  width: 50%;
  margin: 0;
  transition: opacity 0.3s;
}
.page--home .block--btn_fixed .btn::before, .page--home .block--btn_fixed .btn::after {
  content: none;
}
.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: #000;
  border-top: 2px solid #000;
  background: #FFD958;
}
.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 > a.btn--join, .page--home .block--btn_fixed .btn > button.btn--join {
  color: #000;
  border-right: 2px solid #000;
}
.page--home .block--btn_fixed .btn > a.btn--login, .page--home .block--btn_fixed .btn > button.btn--login {
  color: #000;
  background: #fff;
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .page--home .block--btn_fixed .btn {
    width: 60%;
  }
}
.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 .section--top {
  width: 100vw;
  min-height: 100vh;
  position: relative;
}
.page--home .section--top .parts_emoji.hiroto {
  right: 6vw;
  top: 11vw;
  width: min(14vh, 70px);
  height: min(12vh, 70px);
  animation: floating 5s ease-in-out infinite;
}
.page--home .section--top .parts_emoji.hiroto > span {
  display: block;
  transform: rotate(21deg);
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--top .parts_emoji.hiroto {
    right: 8vw;
    top: 21vh;
  }
}
.page--home .section--top .parts_emoji.jin {
  left: 34vw;
  top: 19vw;
  width: min(6vh, 50px);
  height: min(6vh, 50px);
  animation: floating 5.6s ease-in-out infinite;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--top .parts_emoji.jin {
    left: 8vw;
    top: 41vh;
  }
}
.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--kv .kv-slide {
  width: 50vw;
  height: 50vw;
}
.page--home .section--top .block--kv .kv-slide .kv-slide-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
}
.page--home .section--top .block--kv .swiper-slide {
  position: relative;
  background: #C1C8FF;
  border-radius: 50%;
}
.page--home .section--top .block--kv .swiper-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.page--home .section--top .block--kv .swiper-slide .message {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 18%;
  transform: translateX(-50%);
  z-index: 50;
}
.page--home .section--top .block--kv .swiper-slide .message .icon {
  border-radius: 9999px;
  aspect-ratio: 1/1;
  box-shadow: 10px 10px 20px rgba(240, 240, 240, 0.1);
}
.page--home .section--top .block--kv .swiper-slide .message .icon .icon_item {
  background-color: #F0F0F0;
  border: 8px solid #F0F0F0;
  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: top;
}
.page--home .section--top .block--kv .swiper-slide .message .box {
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.2em;
  font-weight: 700;
  color: #F0F0F0;
  line-height: 1.45;
  background-color: #F8F7FF;
}
@media screen and (min-width: 961px) {
  .page--home .section--top .block--kv .swiper-slide .message .name {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "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) {
  .page--home .section--top .block--kv .swiper-slide .message .name {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro";
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
.page--home .section--top .block--kv .swiper-slide .message .name {
  color: #000;
}
.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: #000;
  background-color: #F0F0F0;
}
.page--home .section--top .block--kv .swiper-slide .message .container.user .box {
  max-width: 80%;
  margin-left: auto;
  background: #001489;
  color: #fff;
}
@media screen and (min-width: 961px) {
  .page--home .section--top .block--kv .swiper-slide .message .container.user .box {
    margin-top: 15px;
  }
}
.page--home .section--top .block--kv .swiper-slide .message .container.user img {
  margin: auto;
}
.page--home .section--top .block--kv .swiper-slide .block--back .slide-back {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  border-radius: 0 0 50vw 50vw;
  pointer-events: none;
}
.page--home .section--top .block--kv .swiper-slide .block--back .slide-back img {
  width: 67%;
  margin: auto;
  display: block;
}
.page--home .section--top .block--kv .swiper-slide .block--back .parts_emoji > img {
  width: 100%;
}
.page--home .section--top .block--kv .swiper-slide .block--back .parts_emoji.bottom {
  width: 11vw;
  height: 9vw;
  bottom: 16vw;
  left: 3vw;
  transform-origin: center;
}
.page--home .section--top .block--kv .swiper-slide .block--back .parts_emoji.bottom img {
  animation: floating 5s ease-in-out infinite;
}
.page--home .section--top .block--kv .swiper-slide .block--back .parts_emoji.top {
  width: 10vw;
  height: 5vw;
  bottom: 13vw;
  right: 5vw;
  transform-origin: center;
}
.page--home .section--top .block--kv .swiper-slide .block--back .parts_emoji.top img {
  animation: floating 3s ease-in-out infinite;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--top .block--kv .swiper-slide .block--back .parts_emoji.bottom {
    width: 13vh;
    height: 13vh;
    bottom: 9vh;
    left: -4vw;
  }
  .page--home .section--top .block--kv .swiper-slide .block--back .parts_emoji.top {
    width: 13vh;
    height: 7vh;
    bottom: 10vh;
    right: -3vw;
  }
}
.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*=-active] .parts_emoji.top {
  animation: getUp_v2 2.5s ease-out forwards;
}
.page--home .section--top .block--kv .swiper-slide[class*=-active] .parts_emoji.bottom {
  animation: getUp 2s ease-out forwards;
}
.page--home .section--top .block--kv .swiper-slide[class*=-prev] {
  opacity: 1;
  transform: translateY(0);
}
.page--home .section--top .block--kv .swiper-slide.yudai .block--back .parts_emoji.bottom {
  width: 16vw;
  height: 10vw;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--top .block--kv .swiper-slide.yudai .block--back .parts_emoji.bottom {
    width: 18vh;
    height: 10vh;
  }
}
.page--home .section--top .block--kv .swiper-slide.takeru .block--back .parts_emoji.bottom {
  width: 13vw;
  height: 11vw;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--top .block--kv .swiper-slide.takeru .block--back .parts_emoji.bottom {
    width: 15vh;
    height: 10vh;
  }
}
.page--home .section--top .btn {
  width: 100%;
}
.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.3vw;
    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.4vw;
    line-height: 1.6;
    width: 100%;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .page--home .lang_en .section--top .block--lead .lead {
    font-size: 4vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .lang_en .section--top .parts_emoji.hiroto {
    right: 8vw;
    top: 37vh;
  }
  .page--home .lang_en .section--top .parts_emoji.jin {
    top: 42vh;
  }
}
@media screen and (min-width: 961px) {
  .page--home .lang_zh-tw .section--top .block--lead .lead {
    font-size: 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_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;
  }
}
.page--home .section--member .list--member {
  position: relative;
  display: flex;
  width: -moz-min-content;
  width: min-content;
  animation: slide-left 60s infinite linear 1s both;
}
.page--home .section--member .list--member li {
  position: relative;
}
@media screen and (min-width: 961px) {
  .page--home .section--member .list--member li {
    width: 18.81vw;
    margin: 0 16px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--member .list--member li {
    width: 56.8vw;
    margin: 0 4.23vw;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .page--home .section--member .list--member li {
    width: 40vw;
    margin: 0 16px;
  }
}
.page--home .section--member .list--member li a, .page--home .section--member .list--member li button {
  display: block;
}
.page--home .section--member .list--member li .thumb-box {
  position: relative;
  cursor: pointer;
}
.page--home .section--member .list--member li .thumb-box .thumb {
  position: relative;
  border: 2px solid #000;
  z-index: 3;
}
.page--home .section--member .list--member li .thumb-box .thumb img {
  overflow: hidden;
  vertical-align: bottom;
}
.page--home .section--member .list--member li .thumb-box .thumb--sub01, .page--home .section--member .list--member li .thumb-box .thumb--sub02 {
  display: block;
  position: absolute;
  background: #fff;
  border: 2px solid #000;
  width: 100%;
  height: 100%;
}
.page--home .section--member .list--member li .thumb-box .thumb--sub01 {
  top: 5px;
  left: 5px;
  z-index: 2;
}
.page--home .section--member .list--member li .thumb-box .thumb--sub02 {
  top: 10px;
  left: 10px;
  z-index: 1;
}
.page--home .section--member .list--member li .thumb-box .fukidashi {
  position: absolute;
  z-index: 12;
  bottom: calc(100% + 10px);
  left: -22px;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s, transform 0.4s;
}
.page--home .section--member .list--member li .thumb-box .fukidashi p {
  position: relative;
  border: 2px solid #000;
  background: #fff;
  padding: 10px 13px;
  font-size: 13px;
  line-height: 1.5;
}
.page--home .section--member .list--member li .thumb-box .fukidashi p::before {
  content: "";
  position: absolute;
  left: 44px;
  bottom: -21px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 24px solid transparent;
  border-top: 22px solid #fff;
  transform: skewX(50deg);
  z-index: 2;
}
.page--home .section--member .list--member li .thumb-box .fukidashi p::after {
  content: "";
  position: absolute;
  left: 44.5px;
  bottom: -25px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 27px solid transparent;
  border-top: 24px solid #000;
  transform: skewX(51deg);
  z-index: 1;
}
.page--home .section--member .list--member li .thumb-box.message-on .fukidashi {
  opacity: 1;
  transform: translate(0);
}
.page--home .section--member .list--member li > a {
  display: block;
  transition: transform 0.4s;
  transform-origin: center;
  z-index: 10;
  position: relative;
}
.page--home .section--member .list--member li > a .ico-commune {
  transition: transform 0.4s;
}
@media screen and (min-width: 961px) {
  .page--home .section--member .list--member li > a:hover {
    transform: scale(1.2);
  }
  .page--home .section--member .list--member li > a:hover .ico-commune {
    transform: rotate(360deg);
  }
}
.page--home .section--member .list--member li .name {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -1.3em;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.2;
  text-align: left;
  padding: 0.3em 1.5em 0.5em;
  font-family: "piepie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.1em;
  letter-spacing: 0.03em;
  z-index: 10;
  color: #fff;
  -webkit-text-stroke: 1.3px #000;
  width: auto;
  min-width: 170px;
}
.page--home .section--member .list--member li .name::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: -1;
  border: 1px solid #000;
}
.page--home .section--member .list--member li .name .ico-commune {
  margin-right: 0.3em;
}
.page--home .section--member .list--member li .name .ico-commune svg {
  width: 1.5em;
  height: 1.8em;
}
.page--home .section--member .list--member li .name span {
  display: inline-block;
}
.page--home .section--member .list--member li.rihito .name::before {
  background-color: #40498D;
}
.page--home .section--member .list--member li.takumi .name::before {
  background-color: #FF8900;
}
.page--home .section--member .list--member li.masaya .name::before {
  background-color: #FFFF00;
}
.page--home .section--member .list--member li.takeru .name::before {
  background-color: #ffffff;
}
.page--home .section--member .list--member li.yudai .name::before {
  background-color: #FF8BD7;
}
.page--home .section--member .list--member li.fengfan .name::before {
  background-color: #995AFF;
}
.page--home .section--member .list--member li.hiromu .name::before {
  background-color: #9FF0FF;
}
.page--home .section--member .list--member li.shogo .name::before {
  background-color: #18CE00;
}
.page--home .section--member .list--member li.hiroto .name {
  -webkit-text-stroke: 1.3px #000;
}
.page--home .section--member .list--member li.hiroto .name::before {
  background-color: #000000;
}
.page--home .section--member .list--member li.kyosuke .name::before {
  background-color: #2761FF;
}
.page--home .section--member .list--member li.jin .name::before {
  background-color: #FF1F1F;
}
.page--home .section--member .list--member li.takeru .thumb-box .fukidashi p {
  white-space: nowrap;
}
.page--home .section--service {
  scroll-margin-top: 100px;
}
.page--home .section--service .parts_emoji.takeru {
  opacity: 0;
  top: -2vw;
  right: 25vw;
  width: min(22vw, 120px);
  height: min(15vw, 90px);
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--service .parts_emoji.takeru {
    top: -8vw;
    left: 21vw;
    right: auto;
  }
}
.page--home .section--service .parts_emoji.takeru.delighter.started {
  animation: getUp_delighter_v2 2s ease-out forwards;
}
.page--home .section--service .parts_emoji.takeru.delighter.started img {
  animation: floating 5s ease-in-out infinite;
}
.page--home .section--service .parts_emoji.kyosuke {
  opacity: 0;
  width: min(14vw, 80px);
  height: min(14vw, 80px);
  top: 12vw;
  left: 23vw;
}
.page--home .section--service .parts_emoji.kyosuke > span {
  display: block;
  transform: rotate(32deg);
}
.page--home .section--service .parts_emoji.kyosuke.delighter.started {
  animation: getUp_delighter 3s ease-out forwards;
}
.page--home .section--service .parts_emoji.kyosuke.delighter.started img {
  animation: floating 3s ease-in-out infinite;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--service .parts_emoji.kyosuke {
    width: min(18vw, 80px);
    height: min(18vw, 80px);
    top: -7vw;
    right: 6vw;
    left: auto;
  }
  .page--home .section--service .parts_emoji.kyosuke img {
    transform: rotate(22deg);
  }
}
.page--home .section--service .parts_emoji.takumi {
  opacity: 0;
  width: min(21vw, 110px);
  height: min(19vw, 110px);
  bottom: 1vw;
  left: 21vw;
}
.page--home .section--service .parts_emoji.takumi.delighter.started {
  animation: getUp_delighter_v2 2s ease-out forwards;
}
.page--home .section--service .parts_emoji.takumi.delighter.started img {
  animation: floating 4s ease-in-out infinite;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--service .parts_emoji.takumi {
    bottom: -11vw;
    left: 5vw;
  }
}
.page--home .section--service .block--txt {
  position: relative;
  line-height: 1.4;
  font-weight: 500;
}
.page--home .section--service .block--txt .tit {
  font-weight: 500;
  text-align: left;
  display: inline-block;
  background: #F8F7FF;
  margin-bottom: 20px;
}
.page--home .section--service .block--txt .tit span {
  margin-top: 0.5em;
  display: block;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--service .block--txt .tit span {
    text-align: left;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .page--home .section--service .block--txt .tit span {
    font-size: 2rem;
  }
}
.page--home .section--service .block--txt .tit span.txt {
  background: #F8F7FF;
}
.page--home .section--service .block--point {
  position: relative;
}
.page--home .section--service .block--point .slide-inner {
  position: relative;
  overflow: hidden;
}
.page--home .section--service .block--point .swiper-button-wrapper {
  width: 80%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s;
}
.page--home .section--service .block--point .swiper-button-wrapper .swiper-button-prev, .page--home .section--service .block--point .swiper-button-wrapper .swiper-button-next {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #FFD958;
  border: 2px solid #000;
  margin: unset;
  pointer-events: all;
}
.page--home .section--service .block--point .swiper-button-wrapper .swiper-button-prev::after, .page--home .section--service .block--point .swiper-button-wrapper .swiper-button-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 40%;
  height: 50%;
  left: 56%;
  margin: unset;
  background-image: url("/static/inimail/fanclub_oVr2QIlDJj/img/common/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 961px) {
  .page--home .section--service .block--point .swiper-button-wrapper .swiper-button-prev:hover, .page--home .section--service .block--point .swiper-button-wrapper .swiper-button-next:hover {
    background: #C1C8FF;
  }
}
.page--home .section--service .block--point .swiper-button-wrapper .swiper-button-prev {
  left: -2.3vw;
}
.page--home .section--service .block--point .swiper-button-wrapper .swiper-button-next {
  right: -2.3vw;
}
.page--home .section--service .block--point .list--point li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  color: #000;
  border: 2px solid #000;
  height: auto !important;
}
.page--home .section--service .block--point .list--point li p {
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.6;
  color: #000;
  background: #C1C8FF;
  padding: 2vw 0;
  border-bottom: 2px solid #000;
}
.page--home .section--service .block--point .list--point li .thumb {
  width: min(60%, 330px);
  margin: 0 auto;
}
.page--home .section--price {
  scroll-margin-top: 100px;
  color: #000;
}
.page--home .section--price .section-tit {
  font-weight: 700;
  padding: 0 0 32px;
  margin-bottom: 0;
}
.page--home .section--price .price-inner > div {
  background-color: #fff;
  border: 2px solid #000;
  padding: 56px 64px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--price .price-inner > div {
    padding: 24px;
  }
}
.page--home .section--price .price-inner .btn--main {
  min-width: 100%;
  line-height: 1.5;
}
@media screen and (min-width: 961px) {
  .page--home .section--price .price-inner .btn--main {
    max-width: 300px;
  }
}
.page--home .section--price .parts_emoji.hiromu {
  opacity: 0;
  right: 7vw;
  top: 1vw;
  width: min(20vw, 90px);
  height: min(20vw, 90px);
  animation: floating_v2 3s ease-in-out infinite;
}
.page--home .section--price .parts_emoji.hiromu.delighter.started {
  animation: getUp_delighter 2s ease-out forwards;
}
.page--home .section--price .parts_emoji.hiromu.delighter.started img {
  animation: floating 5s ease-in-out infinite;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--price .parts_emoji.hiromu {
    right: 5vw;
    top: -9vw;
  }
}
.page--home .section--price .parts_emoji.fengfan {
  opacity: 0;
  bottom: -2vw;
  left: 3vw;
  width: min(28vw, 150px);
  height: min(28vw, 150px);
  animation: floating 3s ease-in-out infinite;
}
.page--home .section--price .parts_emoji.fengfan > span {
  display: block;
  transform: rotate(25deg);
}
.page--home .section--price .parts_emoji.fengfan.delighter.started {
  animation: getUp_delighter 2s ease-out forwards;
}
.page--home .section--price .parts_emoji.fengfan.delighter.started img {
  animation: floating 3s ease-in-out infinite;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--price .parts_emoji.fengfan {
    left: 2vw;
    bottom: 10vw;
  }
  .page--home .section--price .parts_emoji.fengfan img {
    transform: rotate(20deg);
  }
}
@media screen and (min-width: 961px) {
  .page--home .section--price .block--desc .section-tit {
    border-bottom: 2px solid;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--price .block--desc .section-tit {
    text-shadow: unset;
  }
}
.page--home .section--price .block--desc .section-tit span {
  background: none;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--price .block--desc {
    border-bottom: none !important;
    background-color: #C1C8FF !important;
  }
}
.page--home .section--price .block--price .sub-tit {
  text-align: center;
  font-weight: 700;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro";
}
.page--home .section--price .block--price .price {
  line-height: 1;
  font-weight: 700;
  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: "piepie", sans-serif;
  font-weight: 500;
  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%;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--price .block--price {
    padding: 24px 24px 50px !important;
  }
}
.page--home .section--price .txt, .page--home .section--price .btn--link {
  color: #000;
  background: transparent;
}
@media screen and (min-width: 961px) {
  .page--home .lang_en .section--price .block--price .price {
    font-size: min(3.4vw, 6rem);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .lang_en .section--price .block--price .price {
    font-size: 3.4rem;
  }
}
.page--home .lang_en .section--price .price-inner > div {
  padding: 36px 3vw;
}
@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 {
  background: #1D1D1D;
  color: #fff;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  position: relative;
}
.page--home .section--attention .section-tit {
  scroll-margin-top: 100px;
}
.page--home .section--attention::before, .page--home .section--attention::after {
  content: "";
  display: block;
  background: url(/static/inimail/fanclub_oVr2QIlDJj/img/common/bg_check.svg) repeat-x;
  background-size: auto;
  width: 100%;
  height: 156px;
  position: absolute;
  left: 0;
}
.page--home .section--attention::before {
  top: -1px;
}
.page--home .section--attention::after {
  bottom: -1px;
}
.page--home .section--attention .parts_emoji.shogo {
  opacity: 0;
  right: 10vw;
  top: -1vw;
  width: min(28vw, 150px);
  height: min(28vw, 150px);
  transform-origin: center;
}
.page--home .section--attention .parts_emoji.shogo > span {
  display: block;
  transform: rotate(30deg);
}
.page--home .section--attention .parts_emoji.shogo.delighter.started {
  animation: getUp_delighter 2s ease-out forwards;
}
.page--home .section--attention .parts_emoji.shogo.delighter.started img {
  animation: floating 3s ease-in-out infinite;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--attention .parts_emoji.shogo {
    right: 5vw;
    top: -7vw;
  }
}
.page--home .section--attention .parts_emoji.rihito {
  opacity: 0;
  left: 6vw;
  top: 7vw;
  width: min(20vw, 130px);
  height: min(20vw, 130px);
  transform-origin: center;
}
.page--home .section--attention .parts_emoji.rihito.delighter.started {
  animation: getUp_delighter_v2 3s ease-out forwards;
}
.page--home .section--attention .parts_emoji.rihito.delighter.started img {
  animation: floating_v2 4s ease-in-out infinite;
  transform: rotate(30deg);
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--attention .parts_emoji.rihito {
    left: 10vw;
    top: 5vw;
  }
}
.page--home .section--attention .parts_emoji.yudai {
  opacity: 0;
  width: min(48vw, 270px);
  height: min(42vw, 180px);
  bottom: 2vw;
  left: 10vw;
  transform-origin: center;
}
.page--home .section--attention .parts_emoji.yudai.delighter.started {
  animation: getUp_delighter_v2 2s ease-out forwards;
}
.page--home .section--attention .parts_emoji.yudai.delighter.started img {
  animation: floating_v2 3s ease-in-out infinite;
  transform: rotate(30deg);
}
.page--home .section--attention .section-tit {
  position: relative;
  margin: unset;
  color: #fff;
  text-shadow: none;
}
.page--home .section--attention .section-tit span {
  display: block;
  font-weight: 700;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro";
  background: transparent;
}
.page--home .section--attention .section-tit span i {
  margin-right: 4px;
}
.page--home .section--attention .box {
  position: relative;
}
.page--home .section--attention .box:not(:last-child)::after {
  content: "";
  display: block;
  height: 1px;
  width: 80%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--attention .box:not(:last-child)::after {
    width: 100%;
  }
}
.page--home .section--attention .box .tit {
  color: #C1C8FF;
  font-size: 2.3rem;
  margin-bottom: 40px;
}
.page--home .section--attention .box .tit .tit-sub {
  display: block;
  color: #fff;
  font-size: 1.5rem;
}
.page--home .section--attention .box .parts_emoji.masaya {
  opacity: 0;
  left: 2vw;
  bottom: -7vw;
  width: min(20vw, 150px);
  height: min(20vw, 150px);
}
.page--home .section--attention .box .parts_emoji.masaya.delighter.started {
  animation: getUp_delighter_v2 2s ease-out forwards;
}
.page--home .section--attention .box .parts_emoji.masaya.delighter.started img {
  animation: floating 4s ease-in-out infinite;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--attention .box .parts_emoji.masaya {
    left: -2vw;
    bottom: -15vw;
  }
}
.page--home .section--attention .box.first {
  padding-top: 0;
}
.page--home .section--attention .list--bnr {
  display: flex;
  justify-content: space-between;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.page--home .section--attention .list--bnr li {
  width: 50%;
}
.page--home .section--attention .list--bnr li img {
  vertical-align: bottom;
}

body.page--home .block--btn_fixed {
  opacity: 0;
  transition: opacity 0.5s 2.8s;
}
body.page--home .wrap::before, body.page--home .section--top::before {
  opacity: 0;
  transition: opacity 0.5s 2.6s;
}
body.page--home .section--top .block--lead {
  opacity: 0;
  animation: slideTxt 0.5s ease-out 0.5s forwards;
}
body.page--home .section--top .parts_emoji.hiroto {
  opacity: 0;
}
body.page--home .section--top .parts_emoji.hiroto img {
  animation: floating 3s ease-in-out infinite;
}
body.page--home .section--top .parts_emoji.jin {
  opacity: 0;
}
body.page--home .section--top .parts_emoji.jin img {
  animation: floating 5s ease-in-out infinite;
}
body.page--home .section--top .block--kv {
  opacity: 0;
  transition: opacity 0.5s 0.6s;
}
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::before {
  opacity: 0;
  transition: opacity 0.5s 0s;
}
body.page--home header {
  opacity: 0;
  transition: opacity 0.5s 2s;
}
body.page--home .section--top .block--lead {
  opacity: 0;
}
body.page--home .section--top .block--kv .swiper-slide {
  opacity: 0;
}
body.page--home .section--top .block--kv .swiper-slide .thumb {
  opacity: 0;
}

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: 0;
  transition: 0.4s 0.8s;
}
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.loaded.all-clear .section--top .block--kv .swiper-slide .message .container {
  transition: opacity 0.5s 0s !important;
}

body.page--home.loaded::before {
  opacity: 0.2;
}
body.page--home.loaded header {
  opacity: 1;
}
body.page--home.loaded .wrap::before, body.page--home.loaded .section--top::before {
  opacity: 1;
}
body.page--home.loaded .block--btn_fixed {
  opacity: 1;
  transition-delay: 0s;
}
body.page--home.loaded .section--top .block--kv {
  opacity: 1;
}
body.page--home.loaded .section--top .block--kv .swiper-slide {
  opacity: 1;
}
body.page--home.loaded .section--top .block--kv .swiper-slide .thumb {
  opacity: 1;
}
body.page--home.loaded .section--top .parts_emoji.hiroto {
  animation: getUp_delighter 3s 2.3s ease-out forwards;
}
body.page--home.loaded .section--top .parts_emoji.jin {
  animation: getUp_delighter 2s 2.3s ease-out forwards;
}

@keyframes slide-left {
  100% {
    transform: translateX(-50%);
  }
}
@keyframes opacity {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes slideTxt {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes getUp {
  0% {
    opacity: 0;
    transform: rotate(40deg);
  }
  70% {
    opacity: 0;
    transform: rotate(40deg);
  }
  80% {
    opacity: 1;
    transform: rotate(-10deg);
  }
  90% {
    transform: rotate(5deg);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg);
  }
}
@keyframes getUp_v2 {
  0% {
    opacity: 0;
    transform: rotate(-40deg);
  }
  70% {
    opacity: 0;
    transform: rotate(-40deg);
  }
  80% {
    opacity: 1;
    transform: rotate(10deg);
  }
  90% {
    transform: rotate(-5deg);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg);
  }
}
@keyframes getUp_delighter {
  0% {
    opacity: 0;
    transform: rotate(40deg);
  }
  13% {
    opacity: 0;
    transform: rotate(40deg);
  }
  20% {
    opacity: 1;
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg);
  }
}
@keyframes getUp_delighter_v2 {
  0% {
    opacity: 0;
    transform: rotate(-40deg);
  }
  13% {
    opacity: 0;
    transform: rotate(-40deg);
  }
  20% {
    opacity: 1;
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(-5deg);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: translateY(-30px) scale(0.8);
  }
  70% {
    transform: translateY(0) scale(1.2);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.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;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--faq .block--guide .list--guide {
    width: calc(100% - 10px);
  }
}
.page--faq .block--guide .list--guide li {
  position: relative;
}
.page--faq .block--guide .list--guide li::before, .page--faq .block--guide .list--guide li::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 2px solid #000;
  position: absolute;
  transition: 0.3s;
}
.page--faq .block--guide .list--guide li::before {
  left: 5px;
  top: 5px;
  z-index: 2;
}
.page--faq .block--guide .list--guide li::after {
  left: 10px;
  top: 10px;
  z-index: 1;
}
.page--faq .block--guide .list--guide li a {
  display: block;
  padding: 2em;
  font-size: 1.8rem;
  color: #000;
  font-weight: bold;
  background-color: #fff;
  border: 2px solid #000;
  position: relative;
  z-index: 3;
}
.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 li:hover::before, .page--faq .block--guide .list--guide li:hover::after {
    top: 0;
    left: 0;
  }
}
@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 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;
  width: 100%;
  padding: 1em 1.5em;
  color: #000;
  border: 2px solid #000;
  border-radius: 0;
}
.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: #000;
  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;
  border: 2px solid #000;
  background: #FFD958;
  border-radius: 9999px;
  padding: 0.4em 1em;
}
@media screen and (min-width: 961px) {
  .page--faq .list--tag li a {
    font-size: 1.4rem;
  }
  .page--faq .list--tag li a:hover {
    background: #C1C8FF;
  }
}
.page--faq .category-faq {
  line-height: 1.4;
  display: inline-block;
  font-size: 1.4rem;
  border: 2px solid #000;
  background: #FFD958;
  border-radius: 9999px;
  padding: 0.4em 1em;
  margin-bottom: 1.5em;
}
.page--faq .category-tit {
  font-weight: 700;
  padding-bottom: 2em;
  position: relative;
}
.page--faq .category-tit > span, .page--faq .category-tit .tit {
  position: relative;
  z-index: 2;
}
.page--faq .category-tit > span {
  margin-bottom: 0.5em;
  display: block;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--faq .category-tit {
    padding-bottom: 1em;
  }
}
.page--faq .category-tit::before {
  content: "";
  display: block;
  width: calc(100% + 4em);
  height: calc(100% + 2em);
  position: absolute;
  top: -2em;
  left: 50%;
  transform: translateX(-50%);
  background: #FFD958;
  border-bottom: 2px solid;
  z-index: 1;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--faq .category-tit::before {
    width: calc(100% + 2em);
    height: calc(100% + 1em);
    top: -1em;
  }
}
.page--faq .block--faq {
  padding-top: 2em;
  margin: 2em 0 0;
}
.page--faq .block--faq .inner {
  background-color: #fff;
  color: #000;
  padding: 2em 2em 1em;
  border: 2px solid #000;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--faq .block--faq .inner {
    padding: 1em 1em 0.6em;
  }
}
.page--faq .icon--q {
  color: #000;
  font-family: "futura-pt", sans-serif;
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1;
}
.page--faq .list--faq li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.page--faq .list--faq li a {
  color: #000;
  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:hover {
    color: #C1C8FF;
  }
}
.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 {
  border: #000;
}
.page--faq .section--detail .block--detail {
  background-color: #fff;
  color: #000;
  padding: 2em;
  border: 2px solid #000;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--faq .section--detail .block--detail {
    padding: 1em;
  }
}
.page--faq .section--detail .block--detail .category-tit {
  margin-bottom: 1.6em;
  font-weight: 400;
}
.page--faq .section--detail .block--detail .category-tit::before {
  top: -2.32em;
  border-top: 1px solid;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--faq .section--detail .block--detail .category-tit::before {
    top: -1.23em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--faq .section--detail .block--detail .category-tit {
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
}
.page--faq .section--detail .block--detail .category-tit .icon--q {
  line-height: 1.7;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--faq .section--detail .block--detail .category-tit .icon--q {
    line-height: 1;
  }
}
.page--faq .section--detail .block--detail .tit {
  color: #000;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 5px;
       column-gap: 5px;
  margin-top: 0.2em;
}
.page--faq .section--detail .block--detail .txt {
  color: #000;
}
.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 #000;
}
.page--faq .section--detail dt .txt {
  padding-left: 1.2em;
}
.page--faq .section--detail .txt a {
  color: #0025ff !important;
  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 .block--contact {
  background: #F8F7FF;
}
.page--faq .block--contact a {
  text-decoration: underline;
  transition: opacity 0.3s;
}
.page--faq .block--contact a:hover {
  opacity: 0.3;
}

/*  page--questionnaire
------------------------------ */
.page--questionnaire .section-tit {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro";
  font-size: 2.2rem;
}
.page--questionnaire .section-tit > span {
  font-size: 2.2rem;
  background: transparent;
}
@media screen and (min-width: 961px) {
  .page--questionnaire .section-tit > span {
    display: inline-block;
    font-size: 2.6rem;
    margin-left: 14px;
    position: relative;
    top: -2px;
  }
}
.page--questionnaire .content-main > section {
  background-color: #fff;
  color: #000;
  padding: min(4vw, 5em);
  border: 2px solid #000;
}
@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: 4vw;
    width: 86%;
    margin: 0 auto;
  }
}
.page--questionnaire .content-main > section > .ph {
  margin-bottom: 1em;
}
.page--questionnaire .block--error {
  margin: 2em 0;
  color: #FF5252;
}
.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: #000;
  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: #000;
}
.page--questionnaire .btn + .btn .btn--sub {
  margin-top: 0;
}
.page--questionnaire .btn {
  width: min(80%, 300px);
}
.page--questionnaire .btn .btn--main, .page--questionnaire .btn .btn--sub {
  width: 100%;
}

.page--error .wrap::before {
  background-size: 81vw;
}
.page--error .tit {
  font-family: "piepie", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-bottom: 1em;
  color: #FFD958;
  -webkit-text-stroke: 2px #000;
  text-shadow: 4px 4px 0 #000;
}
.page--error .txt--basic {
  background: #F8F7FF;
}
@media screen and (min-width: 961px) {
  .page--error .tit {
    font-size: 2vw;
  }
  .page--error .tit span {
    font-size: 4vw;
  }
  .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: 14vw;
  }
}

.section--detail.support {
  background-color: #fff;
  color: #000;
  padding: min(4vw, 5em);
  border: 2px solid #000;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--detail.support {
    padding: 4vw;
    width: 86%;
    margin: 0 auto;
  }
}
.section--detail.support .section-tit {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro";
  font-size: 3rem;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--detail.support .section-tit {
    font-size: 2.2rem;
  }
}
.section--detail.support .support-tit_sub {
  font-size: 1.4rem;
  padding-bottom: 0.5em;
  margin-bottom: 2em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.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: rgba(193, 200, 255, 0.5);
  text-align: center;
  font-weight: bold;
}
.section--detail.support table td {
  padding: 20px;
  text-align: left;
  background-color: rgba(193, 200, 255, 0.2);
}
@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(0, 0, 0, 0.5);
}
.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;
  width: 3em;
  height: 3em;
  position: relative;
  top: -2px;
}
@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: "piepie", sans-serif;
  font-size: 3.5rem;
  font-weight: bold;
  color: #FFD958;
  text-shadow: 3px 3px 0 #000 !important;
  -webkit-text-stroke: 2px #000 !important;
}
.section--detail.page--guide .label--step.yellow {
  background-color: #995AFF;
}
.section--detail.page--guide .block--attention_price {
  margin-top: 1em;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 1em;
  background-color: #fff;
  margin: 1em auto;
}
@media screen and (min-width: 961px) {
  .section--detail.page--guide {
    width: min(80%, 1000px);
  }
}

.block--step__index {
  margin-top: 6em;
  margin-bottom: 4em;
}
.block--step__index .list--step__index {
  display: flex;
  gap: 1em;
}
.block--step__index .list--step__index li {
  color: #000;
  border: 1px solid #fff;
  background-color: rgba(240, 240, 240, 0.2);
  backdrop-filter: blur(10px);
}
.block--step__index .list--step__index li a {
  display: block;
  position: relative;
  line-height: 1.4;
}
.block--step__index .label--step {
  border: unset;
}
@media screen and (min-width: 961px) {
  .block--step__index .list--step__index {
    justify-content: space-between;
  }
  .block--step__index .list--step__index li {
    width: 33.3333333333%;
  }
  .block--step__index .list--step__index li a {
    font-weight: 700;
    padding: 2em;
    text-align: center;
  }
  .block--step__index .list--step__index li .label--step {
    position: absolute;
    top: -1em;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #fff;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .block--step__index {
    margin-bottom: 2em;
    margin-top: 3em;
  }
  .block--step__index .list--step__index {
    font-size: 1.2rem;
    flex-direction: column;
  }
  .block--step__index .list--step__index li {
    border-radius: 9999px;
  }
  .block--step__index .list--step__index li a {
    line-height: 1.6;
  }
  .block--step__index .list--step__index li .label--step {
    margin-right: 0.6em;
    border-right: 1px solid #fff;
  }
}

.block--step .list--step {
  color: #000;
}
.block--step .list--step .form__radio {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.block--step .list--step .form__radio p {
  display: block;
  padding: 1em 1em 1em 3em;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  text-align: left;
}
.block--step .list--step .form__radio p::before {
  top: 50%;
  left: 1em;
  vertical-align: middle;
}
.block--step .list--step .form__radio input[type=radio]:checked + p {
  background-color: #FFD958;
}
.block--step .list--step > li {
  padding-top: 2em;
  margin: 2em 0 0;
}
.block--step .list--step > li:first-child {
  padding-top: 0;
  margin: 0;
}
.block--step .list--step > li > .inner {
  background-color: #fff;
  padding: 2em;
  border: 2px solid #000;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .block--step .list--step > li > .inner {
    padding: 1.5em;
  }
}
.block--step .list--step > li .flex {
  display: flex;
  gap: 1em;
  margin: 2em auto;
}
.block--step .list--step > li .flex .ph {
  margin-bottom: 0;
}
@media screen and (min-width: 961px) {
  .block--step .list--step > li .flex {
    justify-content: space-between;
    align-items: center;
  }
  .block--step .list--step > li .flex .ph {
    width: 50%;
  }
  .block--step .list--step > li .flex .detail {
    width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .block--step .list--step > li .flex {
    flex-direction: column-reverse;
  }
  .block--step .list--step > li .flex .ph {
    margin: 0 auto;
  }
}
.block--step .list--step > li .block-tit {
  padding-bottom: 2em;
  margin-bottom: 2em;
  text-align: center;
  position: relative;
}
.block--step .list--step > li .block-tit .label--step {
  margin-bottom: 0.5em;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .block--step .list--step > li .block-tit .label--step {
    font-size: 2em;
    margin-bottom: 0.2em;
  }
}
.block--step .list--step > li .block-tit .tit {
  color: #000;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .block--step .list--step > li .block-tit .tit {
    font-size: 1.8rem;
  }
}
.block--step .list--step > li .block-tit::before {
  content: "";
  display: block;
  width: calc(100% + 4em);
  height: calc(100% + 2em);
  position: absolute;
  top: -2em;
  left: 50%;
  transform: translateX(-50%);
  background: #C1C8FF;
  border-bottom: 2px solid;
  z-index: 1;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .block--step .list--step > li .block-tit::before {
    width: calc(100% + 3em);
    height: calc(100% + 2.5em);
    top: -1.5em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .block--step .list--step > li .block-tit {
    margin-bottom: 3em;
    padding-bottom: 1em;
  }
}
.block--step .list--step > li .inner-txt {
  text-align: center;
}
.block--step .list--step > li .inner-txt .tit {
  margin-bottom: 1em;
}
.block--step .list--step > li .inner-txt .tit.label {
  background-color: #F0F0F0;
  padding: 0.6em;
}
.block--step .list--step > li .inner-txt .ph {
  margin-bottom: 2em;
}
.block--step .list--step > li .list--join li, .block--step .list--step > li .box {
  background-color: rgba(193, 200, 255, 0.2);
}
.block--step .list--step > li .list--join .btn--main {
  margin: 0;
}
.block--step .list--step > li .list--flow li {
  padding-left: 1.5em;
  list-style-type: decimal;
  margin-bottom: 0.5em;
}
.block--step .list--step > li .box {
  margin: 1em 0;
  padding: 1em;
  border-radius: 8px;
  background-color: rgba(193, 200, 255, 0.2);
}
.block--step .list--step > li .box .icon {
  width: min(20%, 100px);
  margin: 0 auto 1em;
}
.block--step .list--step > li .box .list--app {
  width: min(100%, 400px);
  margin: 1em auto 0;
  display: flex;
  justify-content: center;
  gap: 1em;
}
.block--step .list--step > li .box .list--app a {
  display: block;
}
.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) {
  .block--step .list--step > li .box .list--app a {
    transition: opacity 0.3s;
  }
  .block--step .list--step > li .box .list--app a:hover {
    opacity: 0.5;
  }
}
.block--step .list--step > li .box .txt--sub {
  margin-top: 8px;
}
.block--step .list--step > li .box .right .icon {
  width: min(60%, 120px);
  margin: 0 auto 2em;
}
.block--step .list--step > li .box .right .logo svg {
  width: 19vw;
  height: 2vw;
  max-width: 250px;
}
.block--step .list--step > li .box .left .ph {
  width: min(60%, 120px);
}
.block--step .list--step > li .box .left .txt {
  font-size: min(2.6vw, 15px);
}
@media screen and (min-width: 961px) {
  .block--step .list--step > li > li .inner-txt .tit {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .block--step .list--step > li > li > .inner {
    padding: 1em;
  }
}
.block--step .block--step__ph {
  position: relative;
  overflow: hidden;
}
.block--step .block--step__ph .list--step__ph .ph {
  margin-bottom: 0 !important;
}
.block--step .block--step__ph .list--step__ph li img {
  width: min(64%, 300px);
  margin: 0 auto;
}
.block--step .block--step__ph .swiper-pagination {
  padding-top: 1em;
  position: relative;
}
.block--step .block--step__ph .swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #000;
  opacity: unset;
}
.block--step .block--step__ph .swiper-pagination .swiper-pagination-bullet-active {
  background: #FFD958;
}
.block--step .block--step__ph .swiper-horizontal > .swiper-pagination-bullets, .block--step .block--step__ph .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}
.block--step .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;
}
.block--step .block--step__ph .swiper-button-wrapper .swiper-button-prev, .block--step .block--step__ph .swiper-button-wrapper .swiper-button-next {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: #FFD958;
  border: 1.5px solid #000;
  margin: unset;
  pointer-events: all;
  transition: background-color 0.3s;
}
.block--step .block--step__ph .swiper-button-wrapper .swiper-button-prev::after, .block--step .block--step__ph .swiper-button-wrapper .swiper-button-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  left: 60%;
  display: block;
  width: 50%;
  height: 50%;
  margin: unset;
  background-image: url("/static/inimail/fanclub_oVr2QIlDJj/img/common/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 961px) {
  .block--step .block--step__ph .swiper-button-wrapper .swiper-button-prev:hover, .block--step .block--step__ph .swiper-button-wrapper .swiper-button-next:hover {
    background-color: #C1C8FF;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .block--step .block--step__ph .swiper-button-wrapper {
    width: 100%;
  }
  .block--step .block--step__ph .swiper-button-wrapper .swiper-button-prev, .block--step .block--step__ph .swiper-button-wrapper .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.block--step.entry .block--step .block--btn {
  margin-top: 16px;
}
.block--step.entry .block--step .block--btn > span {
  display: block;
  text-align: center;
}
.block--step.entry .block--step .block--btn .btn {
  margin: 1em auto;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .block--step.entry .block--step .block--btn .btn {
    width: 90%;
  }
}
.block--step.entry .block--step .block--btn .btn--sub span {
  font-size: 1.1rem;
  margin-top: 4px;
  display: block;
}
.block--step.entry .block--step .block--btn .btn--sub.yes {
  background-color: #F8F7FF;
  color: #F0F0F0;
}
.block--step.entry .block--step .block--btn .btn--sub.yes:hover {
  color: #F0F0F0;
}
.block--step.entry .block--step .block--btn .btn--sub.no {
  background-color: #F0F0F0;
  color: #F8F7FF;
}
@media screen and (min-width: 961px) {
  .block--step.entry .block--step .block--btn .btn--sub.no:hover {
    color: #F8F7FF;
  }
}
@media screen and (min-width: 961px) {
  .block--step.entry .block--step .block--btn .btn--sub {
    transition: opacity 0.3s;
  }
  .block--step.entry .block--step .block--btn .btn--sub:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .block--step.entry .block--step .block--btn .btn--sub {
    width: 100%;
    max-width: 480px;
  }
}
.block--step.entry .block--step .list--join li {
  width: 100%;
}
.block--step.entry .block--step .list--join li .btn--main {
  max-width: 480px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .block--step.entry .block--step .list--join li .btn--main {
    min-width: 210px;
  }
}
@media screen and (min-width: 961px) {
  .block--step.entry .block--step .flex {
    width: 80%;
    margin: 2em auto;
    gap: 2em;
  }
  .block--step.entry .block--step .flex .ph {
    width: 40%;
  }
  .block--step.entry .block--step .flex .detail {
    width: 60%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .block--step.entry .txt {
    margin-bottom: 48px;
  }
}
.block--step.service .section-tit {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro";
  font-size: 3rem;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .block--step.service .section-tit {
    font-size: 2.2rem;
  }
}
.block--step.service .block--step .inner-txt > .txt--basic, .block--step.service .block--step .inner-txt > .txt, .block--step.service .block--step .inner-txt > .txt--sub {
  text-align: center;
}
.block--step.service .block--coming_soon {
  margin-top: 4em;
  background: #FFD958;
  border: 2px solid #000;
  padding: 2em 0.4em;
  text-align: center;
  font-size: 3rem;
  line-height: 1.6;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .block--step.service .block--coming_soon {
    padding: 2em 0.8em;
    font-size: 1.8rem;
  }
}

@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: 70px;
    left: 5%;
  }
  header .block--logo .langBar {
    margin-top: 1vw;
  }
  header .logo {
    width: 24vw;
    height: 2vw;
  }
  header .drawer__btn--wrap {
    display: none;
  }
  header .drawer {
    top: 70px;
    right: 5%;
  }
  header .drawer .g-nav {
    align-items: center;
    gap: 1.2em;
  }
  header .drawer .g-nav .list--nav__login {
    gap: 1.2em;
  }
  header .drawer .list--nav__contents {
    justify-content: flex-end;
    gap: 1em;
    color: #000;
  }
  .drawer__btn {
    display: none;
  }
  footer {
    padding: 4vw;
  }
  .page--home footer {
    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, .page--home footer .block--support .list--support li button {
    transition: color 0.4s;
  }
  .page--home footer .block--support .list--support li a::before, .page--home footer .block--support .list--support li button::before {
    transition: transform 0.4s 0s ease, opacity 0.4s 0s ease;
  }
  .page--home footer .block--support .list--support li a:hover, .page--home footer .block--support .list--support li button:hover {
    opacity: 1;
    color: #C1C8FF;
  }
  .page--home footer .block--support .list--support li a:hover::before, .page--home footer .block--support .list--support li button:hover::before {
    transform: rotateY(180deg);
    background-color: #C1C8FF;
  }
  .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: 5vw;
    width: 100%;
  }
  .page--home .section--top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5em;
    padding: 0 7vw 0 12vw;
    margin-bottom: 20vw;
  }
  .page--home .section--top .block--lead {
    display: flex;
    flex-direction: column;
    width: 30%;
    margin-top: 3vw;
  }
  .page--home .section--top .block--lead .logo {
    display: none;
  }
  .page--home .section--top .block--lead .lead {
    font-size: 2.7vw;
    line-height: 1.6;
  }
  .page--home .section--top .block--lead .block--btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
  }
  .page--home .section--top .block--lead .btn {
    text-align: left;
  }
  .page--home .section--top .block--kv {
    position: relative;
    top: 10vw;
  }
  .page--home .section--top .block--kv .swiper-slide .message {
    width: 80%;
  }
  .page--home .section--top .block--kv .swiper-slide .message .icon {
    width: 9.5vw;
    height: 9.5vw;
  }
  .page--home .section--top .block--kv .swiper-slide .message .box {
    border-radius: 8px 0px 8px 8px;
    font-size: 1.4vw;
  }
  .page--home .section--top .block--kv .swiper-slide .message .name {
    font-size: 1.7rem;
    font-weight: 900;
    letter-spacing: 0.05em;
  }
  .page--home .section--top .block--kv .swiper-slide .thumb img {
    width: 68%;
  }
  .page--home .section--top .block--kv .swiper-slide .container.artist .box {
    border-radius: 0 8px 8px 8px;
  }
  .page--home .section--member {
    margin-bottom: 7vw;
  }
  .page--home .section--member .list--member li .name {
    font-size: 1.8rem;
  }
  .page--home .section--member .list--member li a, .page--home .section--member .list--member li button {
    transition: transform 0.3s;
  }
  .page--home .section--service {
    padding-top: 8vw;
    margin: 8vw 0 4vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 9vw;
    -moz-column-gap: 3em;
         column-gap: 3em;
  }
  .page--home .section--service .block--txt {
    width: 36%;
  }
  .page--home .section--service .block--txt .tit {
    font-size: 2.5vw;
  }
  .page--home .section--service .block--txt .btn {
    width: -moz-fit-content;
    width: fit-content;
  }
  .page--home .section--service .block--point {
    width: 55%;
    padding-right: 10vw;
  }
  .page--home .section--service .block--point .list--point li p {
    font-size: 1.5rem;
  }
  .page--home .section--price {
    padding-top: 4vw;
    padding-left: 10vw;
    padding-right: 10vw;
    margin: 8vw 0;
  }
  .page--home .section--price .price-inner {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .page--home .section--price .block--desc {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 57%;
    justify-content: flex-start;
  }
  .page--home .section--price .block--desc .section-tit {
    text-align: left;
    margin-bottom: 20px;
  }
  .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-bottom: 24px;
    margin-top: 4px;
    font-size: min(5vw, 6rem);
  }
  .page--home .section--attention {
    padding-top: 20vw;
    padding-bottom: 20vw;
    padding-left: 5.86vw;
    padding-right: 5.86vw;
  }
  .page--home .section--attention > * {
    padding: 64px 12vw;
  }
  .page--home .section--attention .parts_emoji {
    border-radius: 0;
    padding: 0;
  }
  .page--home .section--attention .section-tit {
    padding: 0;
    font-size: min(2vw, 2.5rem);
  }
  .page--home .section--attention .box:not(.priority) {
    padding: 48px 8.8vw;
  }
  .page--home .section--attention .list--bnr {
    width: 100%;
    gap: 32px;
    margin: 40px auto;
  }
  .page--home .section--attention .list--bnr li a {
    display: block;
    transition: opacity 0.3s;
  }
  .page--home .section--attention .list--bnr li a:hover {
    opacity: 0.5;
  }
  .page--home .section--attention .list--bnr li a img {
    pointer-events: none;
  }
  .page--home .section--attention .block--accordion .content {
    width: 95%;
    margin: 0 auto;
  }
  /*  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 screen and (min-width: 1px) and (max-width: 960px) {
  .pc {
    display: none !important;
  }
  #frame .frame__inner {
    top: 14px;
    left: 14px;
    width: calc(100% - 28px);
    height: calc(100vh - 28px);
  }
  #frame .frame__outer .frame__outer--corner__top::before, #frame .frame__outer .frame__outer--corner__top::after {
    width: 153px;
    height: 153px;
  }
  #frame .frame__outer .frame__outer--corner__bottom::before, #frame .frame__outer .frame__outer--corner__bottom::after {
    width: 153px;
    height: 153px;
    top: calc(100vh - 40px);
  }
  #frame .frame__outer .frame__outer--top {
    width: calc(100% - 78px);
    height: 14px;
    left: 39px;
  }
  #frame .frame__outer .frame__outer--bottom {
    width: calc(100% - 78px);
    height: 14px;
    left: 39px;
    top: calc(100vh - 14px);
  }
  #frame .frame__outer .frame__outer--right {
    width: 14px;
    height: calc(100vh - 78px);
    top: 40px;
    right: 0;
  }
  #frame .frame__outer .frame__outer--left {
    width: 14px;
    height: calc(100vh - 78px);
    top: 40px;
    left: 0;
  }
  .btn--attention a {
    font-size: 1.1rem;
  }
  p.date {
    font-size: 1.3rem;
    font-weight: 400;
  }
  .tit {
    font-size: 1.3rem;
  }
  .txt {
    font-size: 1.3rem;
  }
  header .block--logo {
    top: 12vw;
    left: 8%;
    width: calc(100% - (56px + 25%));
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 1px) and (max-width: 960px) {
  header .block--logo {
    top: 8vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  header .logo {
    margin-bottom: 10px;
    width: 60vw;
    height: 6vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 960px) {
  header .logo {
    width: 45vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  header .drawer {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
  }
  header .drawer .g-nav {
    height: 100svh;
    height: 100vh;
    background-color: #fff;
    flex-direction: column;
    align-items: center;
    row-gap: 2.6em;
    padding-top: 40vw;
  }
  header .drawer .g-nav li a, header .drawer .g-nav li button {
    font-family: "piepie", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-optical-sizing: auto;
    letter-spacing: 0.1em;
    font-size: 2.5rem;
    letter-spacing: 0.01em;
    color: #000;
  }
  header .drawer .g-nav .list--nav__login a, header .drawer .g-nav .list--nav__login button, header .drawer .g-nav .nav__item--join a, header .drawer .g-nav .nav__item--join button {
    -webkit-text-stroke: 2px #000 !important;
    color: #fff;
  }
  header .drawer .g-nav .list--nav__login {
    gap: 1.2em;
  }
  header .drawer .g-nav .nav__item--join a, header .drawer .g-nav .nav__item--join button {
    color: #FFD958 !important;
  }
  header .drawer .list--nav__contents {
    color: #F0F0F0;
    flex-direction: column;
    row-gap: 1.6em;
    text-align: center;
  }
  .drawer-visible .drawer {
    opacity: 1;
    pointer-events: all;
  }
  .drawer-visible .drawer__btn--wrap > span:first-of-type, .drawer-visible .drawer__btn--wrap > span:nth-of-type(2) {
    top: 0;
    left: 0;
  }
  body.page--home.drawer-visible.loaded .block--btn_fixed p {
    opacity: 0;
    pointer-events: none;
  }
  footer {
    padding: 8vw 8% 12.3vw;
  }
  .page--home footer {
    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;
    margin-bottom: 30px;
  }
  .page--home footer .list--bnr li {
    width: calc(50% - 4px);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 960px) {
  .page--home footer .list--bnr li {
    width: calc(33.3333333333% - 6px);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home footer .copyright {
    margin-top: 48px;
  }
  .page--home .wrap::before {
    background-size: 250vw;
    background-position: -3vw 32vw;
  }
  .page--home .header .block--logo {
    top: 8vh;
  }
  .page--home .header .logo {
    display: none;
  }
  .page--home .section--top {
    padding: 15vh 6.15vw 4vw;
    background: #F8F7FF;
  }
  .page--home .section--top::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/static/inimail/fanclub_oVr2QIlDJj/img/common/bg_sp.webp);
    background-size: 47vh;
    background-position: 4vh 3vh;
    z-index: 1;
    pointer-events: none;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 960px) {
  .page--home .section--top::before {
    background-size: 37vh;
    padding: 21vh 4vh;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--top .block--lead {
    z-index: 2;
    position: relative;
    width: 38vh;
    margin: 0 auto;
  }
  .page--home .section--top .block--lead .logo {
    width: 100%;
    height: 4vh;
    margin: 0 auto 2vh;
  }
  .page--home .section--top .block--lead .logo svg {
    width: 100%;
    height: 100%;
  }
  .page--home .section--top .block--lead .lead {
    font-size: 4vh;
    line-height: 1.6;
    margin: 0 auto;
    width: 100%;
  }
  .page--home .section--top .block--kv {
    margin-top: 16vh;
    z-index: 2;
    position: relative;
  }
  .page--home .section--top .block--kv .kv-slide {
    margin: auto;
    width: 40vh;
    height: 40vh;
  }
  .page--home .section--top .block--kv .swiper-slide .message {
    top: 0;
    width: 111%;
  }
  .page--home .section--top .block--kv .swiper-slide .message .icon {
    width: 12vh;
    height: auto;
  }
  .page--home .section--top .block--kv .swiper-slide .message .icon .icon_item {
    border: 4px solid #F0F0F0;
  }
  .page--home .section--top .block--kv .swiper-slide .message .name {
    font-size: 1.1rem;
    font-weight: 600;
  }
  .page--home .section--top .block--kv .swiper-slide .message .container .box {
    font-size: 1.4vh;
    padding: 14px 12px;
    border-radius: 0 8px 8px 8px;
  }
  .page--home .section--top .block--kv .swiper-slide .message .container.user .box {
    border-radius: 8px 0 8px 8px;
  }
  .page--home .section--top .block--kv .swiper-slide .block--back .slide-back img {
    width: 84%;
    position: relative;
  }
  .page--home .section--member {
    padding-top: 26vw;
    margin-bottom: 24vw;
  }
  .page--home .section--member .list--member li .name {
    font-size: 1.6rem;
  }
  .page--home .section--service {
    padding-top: 17vw;
    margin-bottom: 26vw;
  }
  .page--home .section--service .block--txt {
    padding: 0 8%;
    text-align: center;
  }
  .page--home .section--service .block--txt:not(.sp) {
    margin-bottom: 40px;
  }
  .page--home .section--service .block--txt:not(.sp)::before {
    width: 60%;
    top: -60%;
    right: -15%;
  }
  .page--home .section--service .block--txt .tit {
    text-align: center;
    font-size: min(7vw, 2.5rem);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 960px) {
  .page--home .section--service .block--txt .tit {
    font-size: 4.6vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--service .btn {
    margin: 2em auto;
  }
  .page--home .section--service .btn::before, .page--home .section--service .btn::after {
    background-color: #fff;
  }
  .page--home .section--service .block--point {
    padding: 0 8%;
  }
  .page--home .section--service .block--point .swiper-button-wrapper .swiper-button-next, .page--home .section--service .block--point .swiper-button-wrapper .swiper-button-prev {
    width: 50px;
    height: 50px;
  }
  .page--home .section--service .block--point .swiper-button-wrapper .swiper-button-next {
    right: -6vw;
  }
  .page--home .section--service .block--point .swiper-button-wrapper .swiper-button-prev {
    left: -2vw;
  }
  .page--home .section--service .block--point .list--point li p {
    font-size: 1.3rem;
    padding: 4vw;
  }
  .page--home .section--price {
    padding-top: 4.23vw;
    padding-left: 4.23vw;
    padding: 0 8% 20vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--price {
    padding: 0 8% 26vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--price .section-tit {
    padding: 0;
  }
  .page--home .section--price .inner {
    background-color: #C1C8FF;
    padding: 24px 4.23vw;
    border-radius: 24px;
  }
  .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;
    margin-bottom: 16px;
  }
  .page--home .section--price .block--price .block--btn .btn--link {
    text-align: left;
    background-color: #F0F0F0;
    display: block;
    width: 100%;
    padding: 16px 32px 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 .list--price {
    flex-direction: column;
    gap: 1em;
  }
  .page--home .section--price .block--price .list--price li .price-desc {
    padding: 24px;
  }
  .page--home .section--price .block--price .list--price li .price {
    font-size: 4rem;
    margin-bottom: 16px;
  }
  .page--home .section--price .block--price .list--price li .price-tit {
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
  }
  .page--home .section--price .block--price .list--price li .price-tit::before {
    width: 26px;
    height: 26px;
  }
  .page--home .section--attention::before, .page--home .section--attention::after {
    background-size: 12vw;
    height: 69px;
  }
  .page--home .section--attention {
    padding: 28vw 8% 40vw;
  }
  .page--home .section--attention > * {
    padding: 60px 0 32px;
  }
  .page--home .section--attention .section-tit {
    font-size: min(5.7vw, 2.4rem);
    padding: 24px 0 30px;
    line-height: 1.8;
  }
  .page--home .section--attention .box .tit {
    font-size: 1.6rem;
    margin-bottom: 24px;
  }
  .page--home .section--attention .box .tit .tit-sub {
    font-size: 1.3rem;
  }
  .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 .block--thumb {
    flex-direction: column;
  }
  .page--home .section--attention .block--accordion .block--thumb .ph img {
    height: auto;
    width: 100%;
  }
  .page--home .section--attention .block--accordion details summary {
    padding: 16px 38px 16px 24px;
  }
  .page--home .section--attention .block--accordion details summary .icon {
    right: 9px;
  }
  .page--home .section--attention .box .tit {
    letter-spacing: 0.1em;
  }
  .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 5px;
    padding-left: 5px;
    font-size: 11px;
    vertical-align: inherit;
  }
}/*# sourceMappingURL=fanclub-service.css.map */