@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 {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: border-box;
          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: #d2d2d2;
}

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

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

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

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

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

/* input */
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%;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0.3em;
  border: 1px solid rgba(0, 14, 36, 0.1);
  padding: 0.6em;
  resize: none;
  background: #fff;
  color: #000;
}
@media screen and (min-width: 961px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  input[type=time],
  input[type=date] {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  input[type=time],
  input[type=date] {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}
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--half {
  width: 50% !important;
}

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

/* textarea */
textarea {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0.3em;
  border: 1px solid rgba(0, 14, 36, 0.1);
  padding: 0.6em;
  resize: none;
  height: auto;
  line-height: 1.6;
}
@media screen and (min-width: 961px) {
  textarea {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  textarea {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}
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;
}

/* select */
.form__select {
  display: inline-block;
  position: relative;
}
.form__select::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #005AF0;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  vertical-align: middle;
}
.form__select:after {
  position: absolute;
  top: 50%;
  right: 0.5em;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.form__select select {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0.3em;
  border: 1px solid rgba(0, 14, 36, 0.1);
  padding: 0.6em;
  resize: none;
  padding-right: 2.5em;
}
@media screen and (min-width: 961px) {
  .form__select select {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select select {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}
.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__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 #000e24;
  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 #000e24;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  top: 70%;
  left: 0.2em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
}
.form__checkbox :checked ~ p::after {
  border-color: #000e24;
  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 #000e24;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__radio :checked ~ p::before {
  border-color: #000e24;
  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;
}

html {
  font-size: 62.5%;
}

html, body {
  height: 100%;
}

body {
  position: relative;
  background: #005AF0;
  color: #FFF;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 961px) {
  body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}
body::before {
  content: "";
  position: fixed;
  top: 40px;
  left: 40px;
  width: 100%;
  height: 100%;
  background-image: url("/static/dxteencommune/fanclub/common/bg_pattern.png");
  background-repeat: repeat;
  background-size: 200px 200px;
  opacity: 0.2;
  z-index: -1;
  pointer-events: none;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body::before {
    background-size: 160px 160px;
  }
}

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

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

::-moz-selection {
  background: rgba(255, 255, 255, 0.5);
}

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

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

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

.mb8 {
  margin-bottom: 8px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb32 {
  margin-bottom: 32px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb48 {
  margin-bottom: 48px;
}

.pb8 {
  padding-bottom: 8px;
}

.pb16 {
  padding-bottom: 16px;
}

.pb24 {
  padding-bottom: 24px;
}

span.br {
  display: inline-block;
}

.btn {
  text-align: center;
}

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

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

.btn--main {
  background: -webkit-gradient(linear, left top, right top, from(#9bf3ff), color-stop(50%, #0BFF81), to(#DEFF00));
  background: linear-gradient(90deg, #9bf3ff 0%, #0BFF81 50%, #DEFF00 100%);
  color: #005AF0;
  border: 1px solid #fff;
  background-position: right;
  background-size: 200%;
}
@media screen and (min-width: 961px) {
  .btn--main:hover {
    background-position: left;
    color: #003da4;
  }
}

.btn--sub {
  background: none;
  color: #005AF0;
  border: 1px solid #005AF0;
}
@media screen and (min-width: 961px) {
  .btn--sub:hover {
    background: #005AF0;
    color: #FFF;
  }
}

.btn--link {
  position: relative;
  margin: 1em 0;
  line-height: 1.2;
  text-align: center;
}
.btn--link::after {
  content: " ";
  position: relative;
  top: 0;
  right: -0.5em;
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px;
  border-right: solid 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 961px) {
  .btn--link {
    font-size: 1.4rem;
    -webkit-transition: opacity 0.3s;
    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 #F3F4F9;
  display: block;
  font-size: 1.1rem;
  width: 100%;
  padding: 16px 32px 16px 16px;
  border-radius: 4px;
  line-height: 1.6;
}
@media screen and (min-width: 961px) {
  .btn--attention a:hover {
    background-color: #F3F4F9;
  }
}
.btn--attention a::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 0px;
  border-color: #d1d5e8;
  border-top: solid 2px;
  border-right: solid 2px;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Orbitron", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  margin: 0 auto;
}
.detail__btn a::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #0BFF81;
  border-radius: 50%;
  top: -1px;
  left: 0;
  margin-right: 8px;
}
@media screen and (min-width: 961px) {
  .detail__btn a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .detail__btn a:hover {
    opacity: 0.3;
  }
  .detail__btn a::before {
    -webkit-transition: opacity 0.4s 0s ease, -webkit-transform 0.4s 0s ease;
    transition: opacity 0.4s 0s ease, -webkit-transform 0.4s 0s ease;
    transition: transform 0.4s 0s ease, opacity 0.4s 0s ease;
    transition: transform 0.4s 0s ease, opacity 0.4s 0s ease, -webkit-transform 0.4s 0s ease;
  }
  .detail__btn a:hover::before {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    background-color: #FF5CE0;
  }
}

a.text--link {
  text-decoration: underline;
}
@media screen and (min-width: 961px) {
  a.text--link {
    -webkit-transition: opacity 0.3s;
    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;
  -ms-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%;
  fill: #FFF;
}
header .drawer {
  position: fixed;
}
header .drawer .g-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .drawer .g-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .drawer .g-nav li a, header .drawer .g-nav li button {
  font-family: "Orbitron", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  line-height: 1.2;
  display: block;
}
@media screen and (min-width: 961px) {
  header .drawer .g-nav li a, header .drawer .g-nav li button {
    position: relative;
    overflow: hidden;
    line-height: 1.4;
    -webkit-transition: none;
    transition: none;
  }
  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;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-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: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform: translateY(-1.4em);
            transform: translateY(-1.4em);
    opacity: 0;
  }
  header .drawer .g-nav li a:hover span, header .drawer .g-nav li button:hover span {
    -webkit-transform: translateY(1.4em);
            transform: translateY(1.4em);
    opacity: 0;
  }
  header .drawer .g-nav li a:hover::before, header .drawer .g-nav li button:hover::before {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
header .drawer .list--nav__login {
  color: #005AF0;
  border: 1px solid #fff;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
header .drawer .list--nav__login a, header .drawer .list--nav__login button {
  font-family: "Orbitron", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #005AF0;
  display: inline-block;
  padding: 8px 24px;
}
@media screen and (min-width: 961px) {
  header .drawer .list--nav__login a::before, header .drawer .list--nav__login button::before {
    top: unset !important;
    left: unset !important;
  }
}
header .drawer .list--nav__login .nav__item--join {
  border-radius: 9999px;
  border: 1px solid #fff;
  background: -webkit-gradient(linear, left top, right top, from(#9bf3ff), color-stop(50%, #0BFF81), to(#DEFF00));
  background: linear-gradient(90deg, #9bf3ff 0%, #0BFF81 50%, #DEFF00 100%);
  background-position: right;
  background-size: 200%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 961px) {
  header .drawer .list--nav__login .nav__item--join:hover {
    background-position: left;
  }
}
header .drawer .list--nav__login:not(.login) {
  border: 1px solid #fff;
}
header .drawer .list--nav__login:not(.login) .nav__item--join {
  border: unset;
  border-right: 1px solid #fff;
}
header .drawer .list--nav__login:not(.login) .nav__item--login a {
  padding-left: 16px;
}
header .drawer .list--nav__login.login .nav__item--join {
  border: none;
}
header .drawer .emoji_line {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: hidden;
  width: 1300px;
  height: 100px;
}
header .drawer .emoji_line .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: slideEmoji 20s linear infinite;
          animation: slideEmoji 20s linear infinite;
}
header .drawer .emoji_line p {
  width: 100px;
  height: 100px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: rotateCircle 3s linear infinite;
          animation: rotateCircle 3s linear infinite;
}
header .drawer .emoji_line p:nth-child(2), header .drawer .emoji_line p:nth-child(6) {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}
header .drawer .emoji_line p:nth-child(3), header .drawer .emoji_line p:nth-child(5) {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
header .drawer .emoji_line p:nth-child(4) {
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
}
@media screen and (min-width: 961px) {
  header .drawer .emoji_line {
    display: none;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  header .drawer .emoji_line {
    height: 200px;
  }
  header .drawer .emoji_line p {
    width: 200px;
    height: 200px;
  }
}

@-webkit-keyframes rotateCircle {
  to {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn);
  }
}

@keyframes rotateCircle {
  to {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn);
  }
}
@-webkit-keyframes slideEmoji {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes slideEmoji {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.drawer__btn {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 8px;
  right: 4.23vw;
  top: 5vw;
  width: 40px;
  height: 28px;
  color: #FFF;
  z-index: 10001;
  cursor: pointer;
}
.drawer__btn span {
  display: block;
  width: inherit;
  height: 4px;
  background-color: #FFF;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.drawer__btn span:nth-of-type(1) {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.drawer__btn span:nth-of-type(3) {
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}

@media screen and (min-width: 1px) and (max-width: 960px) {
  .drawer-visible header .list--nav__contents {
    color: #FFF !important;
  }
}
.drawer-visible .drawer__btn span:nth-of-type(1) {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.drawer-visible .drawer__btn span:nth-of-type(2) {
  opacity: 0;
}
.drawer-visible .drawer__btn span:nth-of-type(3) {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

footer {
  text-align: left;
}
footer .copyright {
  font-family: "Orbitron", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.08em;
  font-size: 1.1rem;
  color: #FFF;
  line-height: 1;
}
footer .element {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #FFF;
  line-height: 1.2;
}

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

.page--home footer .block--support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page--home footer .block--support .list--support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1em;
  text-indent: -1em;
  padding-left: 1em;
}
.page--home footer .block--support .list--support li {
  font-size: 1.4rem;
}
.page--home footer .block--support .list--support li a, .page--home footer .block--support .list--support li .inner__btn {
  line-height: 1.6;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.page--home footer .block--support .list--support li a::before, .page--home footer .block--support .list--support li .inner__btn::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #0BFF81;
  border-radius: 50%;
  top: -1px;
  left: 0;
  margin-right: 8px;
}
.page--home footer .block--support .list--support li button {
  vertical-align: top;
  text-align: left;
  line-height: 1.6;
}
.page--home footer .list--bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  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 .langIcon svg {
  fill: #FFF;
}
.langBar .esb-displayer {
  position: relative;
  border: 1px solid #fff;
  padding: 0.8em 1em 0.8em 3em;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  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 {
    height: 28px;
    padding: 0.4em 1em 0.4em 3em;
  }
}
.langBar .esb-displayer::before {
  content: "";
  position: absolute;
  display: block;
  width: 1.4em;
  height: 1.4em;
  background: no-repeat center url("/static/dxteencommune/fanclub/lang/icon_lang.png");
  background-size: contain;
  left: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.langBar .esb-dropdown {
  display: none;
  width: 100px;
  background-color: rgba(110, 135, 176, 0.5);
  -webkit-backdrop-filter: blur(20px);
          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;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}
.langBar .esb-dropdown .esb-item {
  line-height: 1;
  padding: 0.8em;
  -webkit-transition: 0.3s;
  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;
}

body.popup-active {
  overflow: hidden;
}

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

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

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

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

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

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

.section-tit {
  position: relative;
  font-family: "Orbitron", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.4;
}
.section-tit span {
  display: block;
  font-weight: 700;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 961px) {
  .section-tit {
    font-size: 3.6rem;
    margin-bottom: 1.6em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section-tit {
    font-size: 2.2rem;
    margin-bottom: 1em;
  }
  .section-tit span {
    font-size: 1.4rem;
  }
}

.parts_emoji {
  display: block;
  position: absolute;
  z-index: 10;
}
@media screen and (min-width: 961px) {
  .parts_emoji {
    max-width: 300px;
  }
}

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

.list--join {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8em;
}
.list--join li {
  background-color: #F3F4F9;
  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: #005AF0;
  background: #DEFF00;
  line-height: 1.2;
  font-size: 1.1rem;
}
.list--join .btn--main span {
  font-size: 80%;
}
.list--join .btn--main.btn--overseas {
  background: #9bf3ff;
}
.list--join .btn--main.btn--overseas span {
  letter-spacing: 0.02em;
}
@media screen and (min-width: 961px) {
  .list--join {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            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: #b2cc00;
  }
  .list--join .btn--main.btn--overseas:hover {
    background: #568f97;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .list--join {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .list--join .btn--main {
    width: min(80%, 320px);
  }
}

.swiper-button-wrapper {
  position: relative;
  z-index: 10;
  pointer-events: none;
}
.swiper-button-wrapper .swiper-button-prev, .swiper-button-wrapper .swiper-button-next {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.swiper-button-wrapper .swiper-button-prev {
  left: unset;
  -webkit-transform: scale(-1, 1);
          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;
}

.page--home .section--top .block--kv .swiper-slide.nalu {
  background: #FF5CE0;
}
.page--home .section--top .block--kv .swiper-slide.nalu::before {
  background-image: url("/static/dxteencommune/fanclub/common/bg_emoji_nalu.webp");
}
.page--home .section--top .block--kv .swiper-slide.shotaro {
  background: #8736FF;
}
.page--home .section--top .block--kv .swiper-slide.shotaro::before {
  background-image: url("/static/dxteencommune/fanclub/common/bg_emoji_shotaro.webp");
}
.page--home .section--top .block--kv .swiper-slide.taichi {
  background: #FF5252;
}
.page--home .section--top .block--kv .swiper-slide.taichi::before {
  background-image: url("/static/dxteencommune/fanclub/common/bg_emoji_taichi.webp");
}
.page--home .section--top .block--kv .swiper-slide.koshin {
  background: #0BFF81;
}
.page--home .section--top .block--kv .swiper-slide.koshin::before {
  background-image: url("/static/dxteencommune/fanclub/common/bg_emoji_koshin.webp");
}
.page--home .section--top .block--kv .swiper-slide.ken {
  background: #3275FF;
}
.page--home .section--top .block--kv .swiper-slide.ken::before {
  background-image: url("/static/dxteencommune/fanclub/common/bg_emoji_ken.webp");
}
.page--home .section--top .block--kv .swiper-slide.ayuta {
  background: #DEFF00;
}
.page--home .section--top .block--kv .swiper-slide.ayuta::before {
  background-image: url("/static/dxteencommune/fanclub/common/bg_emoji_ayuta.webp");
}

.page--home .content-main {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 961px) {
  .page--home .section-tit {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section-tit {
    font-size: 3rem;
  }
}
.page--home .block--btn_fixed {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1000;
  border-top: 1px solid #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.page--home .block--btn_fixed .btn {
  width: 50%;
}
.page--home .block--btn_fixed .btn > a, .page--home .block--btn_fixed .btn > button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 0.4em;
  font-size: 1.6rem;
  font-weight: 700;
  width: 100%;
  height: 100%;
  line-height: 1;
}
.page--home .block--btn_fixed .btn > a span, .page--home .block--btn_fixed .btn > button span {
  width: 100%;
  font-weight: 400;
  margin-bottom: 0.4em;
  display: block;
  font-size: 1.1rem;
}
.page--home .block--btn_fixed .btn--join {
  color: #005AF0;
  background: -webkit-gradient(linear, left top, right top, from(#9bf3ff), color-stop(50%, #0BFF81), to(#DEFF00));
  background: linear-gradient(90deg, #9bf3ff 0%, #0BFF81 50%, #DEFF00 100%);
  border-right: 1px solid #fff;
}
.page--home .block--btn_fixed .btn--login {
  color: #FFF;
  background: #005AF0;
}
.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 .block--lead {
  position: relative;
}
.page--home .section--top .block--lead .lead {
  position: relative;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.page--home .section--top .block--lead .svg_parts_twinkle, .page--home .section--top .block--lead .svg_parts_circle {
  display: block;
  position: absolute;
}
.page--home .section--top .block--lead .svg_parts_twinkle {
  right: 3.9vw;
  top: -2vw;
  width: 3vw;
}
.page--home .section--top .block--lead .svg_parts_circle {
  top: 56%;
  left: -1.6vw;
  width: 17vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--top .block--lead .svg_parts_twinkle {
    right: -2vw;
    top: -7.3vw;
    width: 10.3vw;
  }
  .page--home .section--top .block--lead .svg_parts_circle {
    left: -3.6vw;
    width: 54vw;
  }
}
.page--home .section--top .block--kv .swiper-slide {
  position: relative;
  background: #F3F4F9;
}
.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 .massage {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
.page--home .section--top .block--kv .swiper-slide .massage .icon {
  border-radius: 9999px;
  aspect-ratio: 1/1;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 14, 36, 0.1);
          box-shadow: 10px 10px 20px rgba(0, 14, 36, 0.1);
}
.page--home .section--top .block--kv .swiper-slide .massage .icon .icon_item {
  background-color: #F3F4F9;
  border: 4px solid #F3F4F9;
  position: absolute;
  width: inherit;
  height: inherit;
  top: 0;
  left: 0;
  border-radius: inherit;
}
.page--home .section--top .block--kv .swiper-slide .massage .icon img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-position: top;
}
.page--home .section--top .block--kv .swiper-slide .massage .box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.2em;
  font-weight: 700;
  color: #FFF;
  line-height: 1.45;
  background-color: #005AF0;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 14, 36, 0.1);
          box-shadow: 10px 10px 20px rgba(0, 14, 36, 0.1);
}
.page--home .section--top .block--kv .swiper-slide .massage .name {
  font-family: "Orbitron", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #005AF0;
}
.page--home .section--top .block--kv .swiper-slide .massage .container.artist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 0.6em;
     -moz-column-gap: 0.6em;
          column-gap: 0.6em;
}
.page--home .section--top .block--kv .swiper-slide .massage .container.artist .box {
  color: #000e24;
  background-color: #F3F4F9;
}
.page--home .section--top .block--kv .swiper-slide .massage .container.user {
  margin-top: 1.6em;
}
.page--home .section--top .block--kv .swiper-slide .massage .container.user .box {
  max-width: 80%;
  margin-left: auto;
}
.page--home .section--top .block--kv .swiper-slide .thumb {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page--home .section--top .block--kv .swiper-slide .thumb img {
  vertical-align: bottom;
}
.page--home .section--top .block--kv .swiper-slide:not([class*=-active], [class*=-prev]) .massage .container.artist, .page--home .section--top .block--kv .swiper-slide:not([class*=-active], [class*=-prev]) .massage .container.user {
  opacity: 0 !important;
  -webkit-transform: translateY(-30px) !important;
          transform: translateY(-30px) !important;
}
.page--home .section--top .block--kv .swiper-slide[class*=-active] .massage .container.artist, .page--home .section--top .block--kv .swiper-slide[class*=-active] .massage .container.user {
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.page--home .section--top .block--kv .swiper-slide[class*=-active] .massage .container.artist {
  -webkit-animation: slideTxt 0.5s ease-out 1s forwards !important;
          animation: slideTxt 0.5s ease-out 1s forwards !important;
}
.page--home .section--top .block--kv .swiper-slide[class*=-active] .massage .container.user {
  -webkit-animation: slideTxt 0.5s ease-out 1.2s forwards !important;
          animation: slideTxt 0.5s ease-out 1.2s forwards !important;
}
.page--home .section--top .block--kv .swiper-slide[class*=-prev] {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.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;
  }
}
@media screen and (min-width: 961px) {
  .page--home .lang_en .section--top .block--lead .svg_parts_twinkle {
    right: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .lang_en .section--top .block--lead .svg_parts_twinkle {
    right: -1vw;
    top: -7.3vw;
    width: 7.3vw;
  }
}
@media screen and (min-width: 961px) {
  .page--home .lang_en .section--top .block--lead .svg_parts_circle {
    top: 66%;
    left: 9.4vw;
    width: 14vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .lang_en .section--top .block--lead .svg_parts_circle {
    top: unset;
    bottom: -9vw;
    -webkit-transform: unset;
            transform: unset;
    width: 42vw;
  }
}
@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_zh-tw .section--top .block--lead .svg_parts_twinkle {
    right: 7.9vw;
    width: 2.7vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .lang_zh-tw .section--top .block--lead .svg_parts_twinkle {
    top: -10vw;
    width: 9vw;
    right: unset;
    left: -5vw;
  }
}
@media screen and (min-width: 961px) {
  .page--home .lang_zh-tw .section--top .block--lead .svg_parts_circle {
    left: unset;
    right: 0vw;
    width: 10vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .lang_zh-tw .section--top .block--lead .svg_parts_circle {
    width: 34vw;
    left: unset;
    right: -6vw;
  }
}
@media screen and (min-width: 961px) {
  .page--home .lang_ko .section--top .block--lead .lead {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .lang_ko .section--top .block--lead .lead {
    font-size: 6.6vw;
  }
}
@media screen and (min-width: 961px) {
  .page--home .lang_ko .section--top .block--lead .svg_parts_twinkle {
    width: 2.5vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .lang_ko .section--top .block--lead .svg_parts_twinkle {
    right: 0;
    top: -7.3vw;
    width: 8.3vw;
  }
}
@media screen and (min-width: 961px) {
  .page--home .lang_ko .section--top .block--lead .svg_parts_circle {
    top: -0.8vw;
    width: 10.8vw;
    right: 6.5vw;
    left: unset;
    -webkit-transform: unset;
    transform: unset;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .lang_ko .section--top .block--lead .svg_parts_circle {
    right: 10vw;
    left: unset;
    width: 37vw;
    top: 7vw;
  }
}
.page--home .section--member .list--member {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  -webkit-animation: slide-left 30s infinite linear 1s both;
          animation: slide-left 30s infinite linear 1s both;
}
@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;
  border-radius: 1em;
  padding: 8px;
}
.page--home .section--member .list--member li .thumb {
  position: relative;
}
.page--home .section--member .list--member li .thumb::after {
  content: "";
  display: block;
  width: 101%;
  height: 1.6em;
  position: absolute;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-gradient(linear, left bottom, left top, from(#FF5CE0), color-stop(50%, #FF5CE0), to(rgba(255, 92, 224, 0)));
  background: linear-gradient(0deg, #FF5CE0 0%, #FF5CE0 50%, rgba(255, 92, 224, 0) 100%);
}
.page--home .section--member .list--member li .thumb img {
  border-radius: 0.8em;
  overflow: hidden;
  vertical-align: bottom;
}
.page--home .section--member .list--member li .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-left: 0.5em;
  margin-top: -0.2em;
  margin-bottom: 0.2em;
  line-height: 1.2;
  text-align: left;
  font-family: "Orbitron", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1em;
  z-index: 2;
}
.page--home .section--member .list--member li .name span {
  display: inline-block;
  width: 1.2em;
  margin-right: 0.5em;
}
.page--home .section--member .list--member li.nalu a, .page--home .section--member .list--member li.nalu button {
  background-color: #FF5CE0;
}
.page--home .section--member .list--member li.nalu .thumb::after {
  background: -webkit-gradient(linear, left bottom, left top, from(#FF5CE0), color-stop(50%, #FF5CE0), to(rgba(255, 92, 224, 0)));
  background: linear-gradient(0deg, #FF5CE0 0%, #FF5CE0 50%, rgba(255, 92, 224, 0) 100%);
}
.page--home .section--member .list--member li.shotaro a, .page--home .section--member .list--member li.shotaro button {
  background-color: #8736FF;
}
.page--home .section--member .list--member li.shotaro .thumb::after {
  background: -webkit-gradient(linear, left bottom, left top, from(#8736FF), color-stop(50%, #8736FF), to(rgba(135, 54, 255, 0)));
  background: linear-gradient(0deg, #8736FF 0%, #8736FF 50%, rgba(135, 54, 255, 0) 100%);
}
.page--home .section--member .list--member li.taichi a, .page--home .section--member .list--member li.taichi button {
  background-color: #FF5252;
}
.page--home .section--member .list--member li.taichi .thumb::after {
  background: -webkit-gradient(linear, left bottom, left top, from(#FF5252), color-stop(50%, #FF5252), to(rgba(255, 82, 82, 0)));
  background: linear-gradient(0deg, #FF5252 0%, #FF5252 50%, rgba(255, 82, 82, 0) 100%);
}
.page--home .section--member .list--member li.koshin a, .page--home .section--member .list--member li.koshin button {
  background-color: #0BFF81;
  color: #005AF0;
}
.page--home .section--member .list--member li.koshin .thumb::after {
  background: -webkit-gradient(linear, left bottom, left top, from(#0BFF81), color-stop(50%, #0BFF81), to(rgba(11, 255, 129, 0)));
  background: linear-gradient(0deg, #0BFF81 0%, #0BFF81 50%, rgba(11, 255, 129, 0) 100%);
}
.page--home .section--member .list--member li.ken a, .page--home .section--member .list--member li.ken button {
  background-color: #3275FF;
}
.page--home .section--member .list--member li.ken .thumb::after {
  background: -webkit-gradient(linear, left bottom, left top, from(#3275FF), color-stop(50%, #3275FF), to(rgba(50, 117, 255, 0)));
  background: linear-gradient(0deg, #3275FF 0%, #3275FF 50%, rgba(50, 117, 255, 0) 100%);
}
.page--home .section--member .list--member li.ayuta a, .page--home .section--member .list--member li.ayuta button {
  background-color: #DEFF00;
  color: #005AF0;
}
.page--home .section--member .list--member li.ayuta .thumb::after {
  background: -webkit-gradient(linear, left bottom, left top, from(#DEFF00), color-stop(50%, #DEFF00), to(rgba(222, 255, 0, 0)));
  background: linear-gradient(0deg, #DEFF00 0%, #DEFF00 50%, rgba(222, 255, 0, 0) 100%);
}
.page--home .section--service .block--txt {
  position: relative;
  line-height: 1.4;
  font-weight: 500;
}
.page--home .section--service .block--txt:not(.sp)::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url("/static/dxteencommune/fanclub/common/emoji_dxtn_white.png");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.05;
  z-index: -1;
  aspect-ratio: 1/1;
  -webkit-animation: rotateCircle 15s linear infinite;
          animation: rotateCircle 15s linear infinite;
}
.page--home .section--service .block--txt .tit {
  font-weight: 500;
  text-align: left;
}
.page--home .section--service .block--txt .tit span {
  margin-top: 0.5em;
  display: block;
}
.page--home .section--service .block--txt .btn--sub {
  margin-bottom: unset;
  color: #FFF;
  border: 1px solid #fff;
}
@media screen and (min-width: 961px) {
  .page--home .section--service .block--txt .btn--sub:hover {
    background: #FFF;
    color: #005AF0;
  }
}
.page--home .section--service .block--point.swiper-container {
  position: relative;
}
@media screen and (min-width: 961px) {
  .page--home .section--service .block--point.swiper-container:hover .swiper-button-wrapper {
    opacity: 1;
  }
}
.page--home .section--service .block--point .swiper-button-wrapper {
  width: calc(100% - 5.86vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  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: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #FFF;
  border: 3px solid #005AF0;
  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%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 60%;
  height: 60%;
  margin: unset;
  background-image: url("/static/dxteencommune/fanclub/common/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.page--home .section--service .block--point .list--point li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #F3F4F9;
  color: #005AF0;
  border-radius: 36px;
  height: auto !important;
}
.page--home .section--service .block--point .list--point li p {
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
  line-height: 1.6;
  color: #000e24;
}
.page--home .section--service .block--point .list--point li .thumb {
  width: min(80%, 400px);
  margin: 0 auto;
}
.page--home .section--price {
  color: #005AF0;
}
.page--home .section--price .section-tit {
  background-image: linear-gradient(to right, rgba(0, 90, 240, 0.5) 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: bottom;
  font-weight: 700;
  padding: 0 0 32px;
  margin-bottom: 32px;
}
.page--home .section--price .block--price .sub-tit {
  text-align: center;
  font-weight: 700;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.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: "Orbitron", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  margin: 0 4px;
  margin-bottom: 4px;
  vertical-align: middle;
}
.page--home .section--price .block--price .price span.sml {
  font-size: 30%;
}
.page--home .section--price .txt, .page--home .section--price .btn--link {
  color: #000e24;
}
.page--home .section--price .parts_emoji {
  -webkit-animation: movingEmoji 1s steps(1, start) 0s infinite;
          animation: movingEmoji 1s steps(1, start) 0s infinite;
}
@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;
  }
}
@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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
}
.page--home .section--attention > * {
  background-color: rgba(0, 71, 190, 0.6);
}
.page--home .section--attention .section-tit {
  position: relative;
  margin: unset;
  color: #DEFF00;
}
.page--home .section--attention .section-tit span {
  display: block;
  font-weight: 700;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.page--home .section--attention .section-tit span i {
  margin-right: 4px;
}
.page--home .section--attention .section-tit .parts_emoji {
  animation: movingEmoji 1s steps(1, start) 0s infinite reverse;
}
.page--home .section--attention .box:not(.priority) .parts_emoji {
  -webkit-animation: movingEmoji 1s steps(1, start) 0s infinite;
          animation: movingEmoji 1s steps(1, start) 0s infinite;
}
.page--home .section--attention .box {
  position: relative;
}
.page--home .section--attention .box.priority .tit {
  color: #DEFF00;
}
.page--home .section--attention .list--bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.page--home .section--attention .list--bnr li {
  width: 50%;
}
.page--home .section--attention .list--bnr li img {
  vertical-align: bottom;
}

body.page--home .section--top .block--lead {
  opacity: 0;
  -webkit-animation: slideTxt 0.5s ease-out 0.5s forwards;
          animation: slideTxt 0.5s ease-out 0.5s forwards;
}
body.page--home .section--top .block--lead .svg_parts_twinkle-1 {
  opacity: 0;
  -webkit-animation: animate-svg-stroke-2 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s forwards;
          animation: animate-svg-stroke-2 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s forwards;
}
body.page--home .section--top .block--lead .svg_parts_circle-1 {
  opacity: 0;
  -webkit-animation: animate-svg-stroke-1 0.3s ease-out 1s forwards;
          animation: animate-svg-stroke-1 0.3s ease-out 1s forwards;
}
body.page--home .section--top .block--kv .swiper-slide {
  -webkit-transition: opacity 0.5s 0.5s;
  transition: opacity 0.5s 0.5s;
}
body.page--home .section--top .block--kv .swiper-slide .massage .container {
  -webkit-transition: opacity 0.5s 1s;
  transition: opacity 0.5s 1s;
}
body.page--home .section--top .block--kv .swiper-slide .thumb {
  -webkit-transition: opacity 0.5s 0.7s;
  transition: opacity 0.5s 0.7s;
}

body.page--home:not(.already)::before {
  opacity: 0;
  -webkit-transition: opacity 0.5s 0s;
  transition: opacity 0.5s 0s;
}
body.page--home:not(.already) header {
  opacity: 0;
  -webkit-transition: opacity 0.5s 2s;
  transition: opacity 0.5s 2s;
}
body.page--home:not(.already) .section--top .block--lead {
  opacity: 0;
}
body.page--home:not(.already) .section--top .block--kv .swiper-slide {
  opacity: 0;
}
body.page--home:not(.already) .section--top .block--kv .swiper-slide .thumb {
  opacity: 0;
}

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

body.page--home.loaded:not(.all-clear) .section--top .block--kv .swiper-slide {
  opacity: 1;
}
body.page--home.loaded:not(.all-clear) .section--top .block--kv .swiper-slide .massage .container.artist {
  -webkit-animation: slideTxt 0.5s ease-out 1.2s forwards;
          animation: slideTxt 0.5s ease-out 1.2s forwards;
}
body.page--home.loaded:not(.all-clear) .section--top .block--kv .swiper-slide .massage .container.user {
  -webkit-animation: slideTxt 0.5s ease-out 1.4s forwards;
          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 .massage .container {
  -webkit-transition: opacity 0.5s 0s !important;
  transition: opacity 0.5s 0s !important;
}

body.page--home:not(.already).loaded::before {
  opacity: 0.2;
}
body.page--home:not(.already).loaded header {
  opacity: 1;
}
body.page--home:not(.already).loaded .section--top .block--kv .swiper-slide {
  opacity: 1;
}
body.page--home:not(.already).loaded .section--top .block--kv .swiper-slide .thumb {
  opacity: 1;
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}

@keyframes opacity {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@-webkit-keyframes slideTxt {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes slideTxt {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes animate-svg-stroke-2 {
  0% {
    opacity: 1;
    stroke-dashoffset: 169.0291748047px;
    stroke-dasharray: 169.0291748047px;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
    stroke-dasharray: 169.0291748047px;
  }
}
@keyframes animate-svg-stroke-2 {
  0% {
    opacity: 1;
    stroke-dashoffset: 169.0291748047px;
    stroke-dasharray: 169.0291748047px;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
    stroke-dasharray: 169.0291748047px;
  }
}
@-webkit-keyframes animate-svg-stroke-1 {
  0% {
    opacity: 1;
    stroke-dashoffset: 435.5449829102px;
    stroke-dasharray: 435.5449829102px;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
    stroke-dasharray: 435.5449829102px;
  }
}
@keyframes animate-svg-stroke-1 {
  0% {
    opacity: 1;
    stroke-dashoffset: 435.5449829102px;
    stroke-dasharray: 435.5449829102px;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
    stroke-dasharray: 435.5449829102px;
  }
}
@-webkit-keyframes slide-left {
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes slide-left {
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes movingEmoji {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes movingEmoji {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6em;
}
.page--faq .block--guide .list--guide li {
  background-color: #F3F4F9;
  border-radius: 16px;
}
.page--faq .block--guide .list--guide li a {
  display: block;
  padding: 2em;
  font-size: 1.8rem;
  color: #005AF0;
  font-weight: bold;
}
.page--faq .block--guide .list--guide li a img {
  vertical-align: bottom;
}
.page--faq .block--guide .list--guide li span {
  display: block;
  margin-bottom: 0.4em;
}
@media screen and (min-width: 961px) {
  .page--faq .block--guide .list--guide {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page--faq .block--guide .list--guide li {
    width: 50%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .page--faq .block--guide .list--guide li:hover {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
  }
  .page--faq .block--guide .list--guide li a {
    text-align: center;
  }
  .page--faq .block--guide .list--guide li span {
    margin: 0 auto 0.4em;
    width: min(20%, 80px);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--faq .block--guide .list--guide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 8px;
  }
  .page--faq .block--guide .list--guide li a {
    padding: 1.6em;
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  width: 100%;
  padding: 1em 1.5em;
  color: #FFF;
}
.page--faq .searchBox input[type=submit] {
  position: absolute;
  top: 50%;
  right: 0.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  border: none;
  border-radius: 30px;
  background: transparent;
  color: #FFF;
  font-family: FontAwesome;
  cursor: pointer;
  font-size: 2rem;
}
.page--faq .list--tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          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: 1px solid #fff;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 9999px;
  padding: 0.4em 1em;
}
@media screen and (min-width: 961px) {
  .page--faq .list--tag li a {
    font-size: 1.4rem;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page--faq .list--tag li a:hover {
    opacity: 0.5;
  }
}
.page--faq .category-tit {
  font-weight: 700;
  background-image: linear-gradient(to right, rgba(0, 90, 240, 0.5) 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 1.6em;
}
.page--faq .block--faq {
  padding-top: 2em;
  margin: 2em 0 0;
}
.page--faq .block--faq .inner {
  background-color: #F3F4F9;
  color: #005AF0;
  padding: 2em 2em 1em;
  border-radius: 24px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--faq .block--faq .inner {
    border-radius: 16px;
    padding: 1.6em 1.6em 0.6em;
  }
}
.page--faq .icon--q {
  color: #FF5CE0;
  font-family: "Orbitron", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
}
.page--faq .list--faq li:not(:last-child) {
  border-bottom: 1px solid #e2e4f1;
}
.page--faq .list--faq li a {
  color: #000e24;
  padding: 1.6em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  line-height: 1.7;
}
@media screen and (min-width: 961px) {
  .page--faq .list--faq li a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page--faq .list--faq li a:hover {
    opacity: 0.5;
  }
}
.page--faq .list--faq li .txt {
  margin-bottom: 0;
}
.page--faq .list--faq li .icon--q {
  margin-right: 4px;
}
.page--faq .list--faq .tit {
  font-size: 1.4rem;
}
.page--faq .section--detail {
  border: #FFF;
}
.page--faq .section--detail .block--detail {
  background-color: #F3F4F9;
  color: #005AF0;
  padding: 2em;
  border-radius: 24px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--faq .section--detail .block--detail {
    padding: 1.6em;
    border-radius: 16px;
  }
}
.page--faq .section--detail .block--detail .category-tit {
  margin-bottom: 1.6em;
  font-weight: 400;
}
.page--faq .section--detail .block--detail .tit {
  color: #000e24;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  margin-top: 0.2em;
}
.page--faq .section--detail .block--detail .txt {
  color: #000e24;
}
.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 #FFF;
}
.page--faq .section--detail dt .txt {
  padding-left: 1.2em;
}
.page--faq .section--detail .txt a {
  -webkit-transition: opacity 0.3s;
  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 a {
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.page--faq .block--contact a:hover {
  opacity: 0.3;
}

/*  page--questionnaire
------------------------------ */
.page--questionnaire .content-main > section {
  background-color: #F3F4F9;
  color: #000e24;
  padding: min(4vw, 5em);
  border-radius: 24px;
}
@media screen and (min-width: 961px) {
  .page--questionnaire .content-main > section {
    width: min(80%, 1000px);
    margin: 0 auto;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--questionnaire .content-main > section {
    padding: 6.15vw;
    border-radius: 16px;
  }
}
.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: #000e24;
  pointer-events: none;
}
.page--questionnaire .form--confirm dd {
  padding-top: 1em;
  border-top: 1px solid rgba(0, 14, 36, 0.1);
}
.page--questionnaire .form--horizontal .form__select::after {
  position: absolute;
  border-color: #000e24;
}
.page--questionnaire .btn + .btn .btn--sub {
  margin-top: 0;
}

.page--error .tit {
  font-family: "Orbitron", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-bottom: 1em;
}
.page--error .btn--sub {
  color: #FFF;
  border-color: #FFF;
}
@media screen and (min-width: 961px) {
  .page--error .btn--sub:hover {
    background: #FFF;
    color: #005AF0;
  }
}
@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: #F3F4F9;
  color: #000e24;
  padding: min(4vw, 5em);
  border-radius: 24px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--detail.support {
    padding: 6.15vw;
    border-radius: 16px;
  }
}
.section--detail.support .support-tit_sub {
  font-size: 1.4rem;
  padding-bottom: 0.5em;
  margin-bottom: 2em;
  border-bottom: 1px solid #d1d5e8;
}
.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: #d1d5e8;
  text-align: center;
  font-weight: bold;
}
.section--detail.support table td {
  padding: 20px;
  text-align: left;
  background-color: #e2e4f1;
}
@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 #d1d5e8;
}
.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: 1.4em;
  height: 1.4em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--detail.page--guide .section-tit span.icon {
    width: 2em;
    height: 2em;
  }
}
.section--detail.page--guide .label--step {
  display: inline-block;
  font-family: "Orbitron", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #005AF0;
  background-color: #0BFF81;
  border: 1px solid #fff;
  border-radius: 9999px;
  padding: 4px 16px;
  font-size: 1.2rem;
}
.section--detail.page--guide .label--step.yellow {
  background-color: #DEFF00;
}
.section--detail.page--guide .block--step__index {
  margin-top: 6em;
  margin-bottom: 4em;
}
.section--detail.page--guide .block--step__index .list--step__index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}
.section--detail.page--guide .block--step__index .list--step__index li {
  color: #FFF;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.section--detail.page--guide .block--step__index .list--step__index li a {
  display: block;
  position: relative;
  line-height: 1.4;
}
.section--detail.page--guide .block--step__index .label--step {
  border: unset;
}
@media screen and (min-width: 961px) {
  .section--detail.page--guide .block--step__index .list--step__index {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .section--detail.page--guide .block--step__index .list--step__index li {
    width: 33.3333333333%;
    border-radius: 16px;
  }
  .section--detail.page--guide .block--step__index .list--step__index li a {
    font-weight: 700;
    padding: 2em;
    text-align: center;
  }
  .section--detail.page--guide .block--step__index .list--step__index li .label--step {
    position: absolute;
    top: -1em;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border: 1px solid #fff;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--detail.page--guide .block--step__index {
    margin-bottom: 2em;
    margin-top: 3em;
  }
  .section--detail.page--guide .block--step__index .list--step__index {
    font-size: 1.2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section--detail.page--guide .block--step__index .list--step__index li {
    border-radius: 9999px;
  }
  .section--detail.page--guide .block--step__index .list--step__index li a {
    line-height: 1.6;
  }
  .section--detail.page--guide .block--step__index .list--step__index li .label--step {
    margin-right: 0.6em;
    border-right: 1px solid #fff;
  }
}
.section--detail.page--guide .block--step .list--step {
  color: #000e24;
}
.section--detail.page--guide .block--step .list--step > li {
  padding-top: 2em;
  margin: 2em 0 0;
}
.section--detail.page--guide .block--step .list--step > li > .inner {
  background-color: #F3F4F9;
  padding: 2em;
  border-radius: 24px;
}
.section--detail.page--guide .block--step .list--step > li .block-tit {
  background-image: linear-gradient(to right, rgba(0, 90, 240, 0.5) 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 1.6em;
  margin-bottom: 1.6em;
  text-align: center;
}
.section--detail.page--guide .block--step .list--step > li .block-tit .label--step {
  margin-bottom: 0.8em;
}
.section--detail.page--guide .block--step .list--step > li .block-tit .tit {
  color: #005AF0;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--detail.page--guide .block--step .list--step > li .block-tit .tit {
    font-size: 1.8rem;
  }
}
.section--detail.page--guide .block--step .list--step > li .inner-txt .tit {
  margin-bottom: 1em;
}
.section--detail.page--guide .block--step .list--step > li .inner-txt .tit.label {
  background-color: #FFF;
  padding: 0.6em;
}
.section--detail.page--guide .block--step .list--step > li .inner-txt .ph {
  margin-bottom: 2em;
}
.section--detail.page--guide .block--step .list--step > li .list--join li, .section--detail.page--guide .block--step .list--step > li .box {
  background-color: #e2e4f1;
}
.section--detail.page--guide .block--step .list--step > li .list--flow li {
  padding-left: 1.5em;
  list-style-type: decimal;
  margin-bottom: 0.5em;
}
.section--detail.page--guide .block--step .list--step > li .box {
  margin: 1em 0;
  padding: 1em;
  border-radius: 8px;
}
.section--detail.page--guide .block--step .list--step > li .box .icon {
  width: min(20%, 100px);
  margin: 0 auto 1em;
}
.section--detail.page--guide .block--step .list--step > li .box .list--app {
  width: min(100%, 400px);
  margin: 1em auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
}
.section--detail.page--guide .block--step .list--step > li .box .list--app a {
  display: block;
}
.section--detail.page--guide .block--step .list--step > li .box .list--app img {
  width: auto;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
@media screen and (min-width: 961px) {
  .section--detail.page--guide .block--step .list--step > li .box .list--app a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .section--detail.page--guide .block--step .list--step > li .box .list--app a:hover {
    opacity: 0.5;
  }
}
.section--detail.page--guide .block--step .list--step > li .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  margin: 2em auto;
}
.section--detail.page--guide .block--step .list--step > li .flex .ph {
  margin-bottom: 0;
}
@media screen and (min-width: 961px) {
  .section--detail.page--guide .block--step .list--step > li .flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section--detail.page--guide .block--step .list--step > li .flex .ph {
    width: 50%;
  }
  .section--detail.page--guide .block--step .list--step > li .flex .detail {
    width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--detail.page--guide .block--step .list--step > li .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .section--detail.page--guide .block--step .list--step > li .flex .ph {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 961px) {
  .section--detail.page--guide .block--step .list--step > li .inner-txt .tit {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--detail.page--guide .block--step .list--step > li > .inner {
    padding: 1.6em;
    border-radius: 16px;
  }
}
.section--detail.page--guide .block--step__ph {
  position: relative;
  overflow: hidden;
}
.section--detail.page--guide .block--step__ph .list--step__ph .ph {
  margin-bottom: 0 !important;
}
.section--detail.page--guide .block--step__ph .list--step__ph li img {
  width: min(64%, 300px);
  margin: 0 auto;
}
.section--detail.page--guide .block--step__ph .swiper-pagination {
  padding-top: 1em;
  position: relative;
}
.section--detail.page--guide .block--step__ph .swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #005AF0;
  opacity: unset;
}
.section--detail.page--guide .block--step__ph .swiper-pagination .swiper-pagination-bullet-active {
  background: #005AF0;
}
.section--detail.page--guide .block--step__ph .swiper-horizontal > .swiper-pagination-bullets, .section--detail.page--guide .block--step__ph .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}
.section--detail.page--guide .block--step__ph .swiper-button-wrapper {
  width: 64%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.section--detail.page--guide .block--step__ph .swiper-button-wrapper .swiper-button-prev, .section--detail.page--guide .block--step__ph .swiper-button-wrapper .swiper-button-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #FFF;
  border: 2px solid #005AF0;
  margin: unset;
  pointer-events: all;
}
.section--detail.page--guide .block--step__ph .swiper-button-wrapper .swiper-button-prev::after, .section--detail.page--guide .block--step__ph .swiper-button-wrapper .swiper-button-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 60%;
  height: 60%;
  margin: unset;
  background-image: url("/static/dxteencommune/fanclub/common/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--detail.page--guide .block--step__ph .swiper-button-wrapper {
    width: 100%;
  }
  .section--detail.page--guide .block--step__ph .swiper-button-wrapper .swiper-button-prev, .section--detail.page--guide .block--step__ph .swiper-button-wrapper .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.section--detail.page--guide.entry .block--step .block--btn .btn .btn--main, .section--detail.page--guide.entry .block--step .block--btn .btn .btn--sub {
  margin: 0.5em 0;
}
.section--detail.page--guide.entry .block--step .block--btn .btn--sub span {
  font-size: 1.1rem;
  margin-top: 4px;
  display: block;
}
.section--detail.page--guide.entry .block--step .block--btn .btn--sub.yes {
  background-color: #005AF0;
  color: #FFF;
}
.section--detail.page--guide.entry .block--step .block--btn .btn--sub.yes:hover {
  color: #FFF;
}
.section--detail.page--guide.entry .block--step .block--btn .btn--sub.no {
  background-color: #FFF;
  color: #005AF0;
}
@media screen and (min-width: 961px) {
  .section--detail.page--guide.entry .block--step .block--btn .btn--sub.no:hover {
    color: #005AF0;
  }
}
@media screen and (min-width: 961px) {
  .section--detail.page--guide.entry .block--step .block--btn .btn--sub {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .section--detail.page--guide.entry .block--step .block--btn .btn--sub:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--detail.page--guide.entry .block--step .block--btn .btn--sub {
    width: 100%;
    max-width: 480px;
  }
}
.section--detail.page--guide.entry .block--step .list--join li {
  width: 100%;
}
.section--detail.page--guide.entry .block--step .list--join li .btn--main {
  max-width: 480px;
}
@media screen and (min-width: 961px) {
  .section--detail.page--guide.entry .block--step .flex {
    width: 80%;
    margin: 2em auto;
    gap: 2em;
  }
  .section--detail.page--guide.entry .block--step .flex .ph {
    width: 40%;
  }
  .section--detail.page--guide.entry .block--step .flex .detail {
    width: 60%;
  }
}
.section--detail.page--guide.service .block--step .inner-txt > .txt--basic, .section--detail.page--guide.service .block--step .inner-txt > .txt, .section--detail.page--guide.service .block--step .inner-txt > .txt--sub {
  text-align: center;
}
.section--detail.page--guide.service .block--coming_soon {
  margin-top: 4em;
  border: 1px solid #FFF;
  padding: 2em 0.4em;
  text-align: center;
  border-radius: 24px;
  font-size: 3rem;
  line-height: 1.6;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--detail.page--guide.service .block--coming_soon {
    padding: 2em 0.8em;
    font-size: 1.8rem;
    border-radius: 16px;
  }
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a, button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn input {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .tit {
    font-size: 2.2rem;
  }
  .txt {
    font-size: 1.6rem;
  }
  header .block--logo {
    top: 48px;
    left: 48px;
  }
  header .block--logo .langBar {
    margin-top: 1vw;
  }
  header .logo {
    width: 14vw;
    height: 5vw;
  }
  header .drawer {
    top: 40px;
    right: 48px;
  }
  header .drawer .g-nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.8em;
  }
  header .drawer .list--nav__contents {
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    border: 1px solid #fff;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 1.8em;
    padding: 8px 24px;
    border-radius: 9999px;
    color: #005AF0;
  }
  .drawer__btn {
    display: none;
  }
  footer {
    padding: 4vw;
  }
  .page--home footer {
    padding: 8vw 8vw 6vw;
  }
  .page--home footer .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 64px;
  }
  .page--home footer .block--support {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 64px;
       -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 {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page--home footer .block--support .list--support li a:hover, .page--home footer .block--support .list--support li button:hover {
    opacity: 0.3;
  }
  .page--home footer .block--support .list--support li a::before, .page--home footer .block--support .list--support li button::before {
    -webkit-transition: opacity 0.4s 0s ease, -webkit-transform 0.4s 0s ease;
    transition: opacity 0.4s 0s ease, -webkit-transform 0.4s 0s ease;
    transition: transform 0.4s 0s ease, opacity 0.4s 0s ease;
    transition: transform 0.4s 0s ease, opacity 0.4s 0s ease, -webkit-transform 0.4s 0s ease;
  }
  .page--home footer .block--support .list--support li a:hover::before, .page--home footer .block--support .list--support li button:hover::before {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    background-color: #FF5CE0;
  }
  .page--home footer .list--bnr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 8px;
    width: max(12%, 180px);
  }
  .page--home footer .list--bnr li a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page--home footer .list--bnr li a:hover {
    opacity: 0.5;
  }
  .page--home footer .copyright {
    margin-top: 6vw;
    width: 100%;
  }
  .page--home .section--top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3em;
    padding: 0 0 12vw 9vw;
  }
  .page--home .section--top .block--lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2em;
    width: 30%;
    margin-top: 3vw;
  }
  .page--home .section--top .block--lead .lead {
    font-size: 2.7vw;
    line-height: 2;
  }
  .page--home .section--top .block--lead .block--btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .page--home .section--top .block--lead .btn {
    text-align: left;
  }
  .page--home .section--top .block--kv {
    width: 60%;
    height: 100vh;
  }
  .page--home .section--top .block--kv .swiper-slide .massage {
    width: 70%;
  }
  .page--home .section--top .block--kv .swiper-slide .massage .icon {
    width: 8vw;
    height: 8vw;
  }
  .page--home .section--top .block--kv .swiper-slide .massage .box {
    border-radius: 16px 0px 16px 16px;
    font-size: 1.4vw;
  }
  .page--home .section--top .block--kv .swiper-slide .massage .name {
    font-size: 1.7rem;
  }
  .page--home .section--top .block--kv .swiper-slide .thumb {
    width: 60vh;
  }
  .page--home .section--top .block--kv .swiper-slide .container.artist .box {
    border-radius: 0 16px 16px 16px;
  }
  .page--home .section--top .block--kv .swiper-slide, .page--home .section--top .block--kv .swiper-slide::before {
    border-bottom-left-radius: 80px;
  }
  .page--home .section--member {
    margin-bottom: 7vw;
  }
  .page--home .section--member .list--member li .name {
    font-size: 2rem;
  }
  .page--home .section--member .list--member li a, .page--home .section--member .list--member li button {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .page--home .section--member .list--member li a:hover, .page--home .section--member .list--member li button:hover {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
  }
  .page--home .section--service {
    padding-top: 8vw;
    margin: 8vw 0 4vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 9vw;
    -webkit-column-gap: 3em;
       -moz-column-gap: 3em;
            column-gap: 3em;
  }
  .page--home .section--service .block--txt {
    width: 36%;
  }
  .page--home .section--service .block--txt:not(.sp)::before {
    width: 90%;
    top: -110%;
    left: -45%;
  }
  .page--home .section--service .block--txt .tit {
    font-size: 2.6vw;
  }
  .page--home .section--service .block--txt .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .page--home .section--service .block--point {
    width: 64%;
    overflow-x: hidden;
    padding-right: 5.86vw;
  }
  .page--home .section--service .block--point .list--point li {
    padding: 3vw 3vw 0;
  }
  .page--home .section--service .block--point .list--point li p {
    font-size: 1.5rem;
  }
  .page--home .section--price {
    padding-top: 4vw;
    padding-left: 5.86vw;
    padding-right: 5.86vw;
  }
  .page--home .section--price .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
  .page--home .section--price .inner > div {
    background-color: #F3F4F9;
    border-radius: 48px;
    padding: 56px 64px;
  }
  .page--home .section--price .block--desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 57%;
  }
  .page--home .section--price .block--desc .section-tit {
    text-align: left;
  }
  .page--home .section--price .block--desc .section-tit span {
    font-size: 2rem;
  }
  .page--home .section--price .block--price {
    width: 43%;
  }
  .page--home .section--price .block--price .price {
    margin-top: 4px;
    font-size: min(5vw, 6rem);
    margin-bottom: 24px;
  }
  .page--home .section--price .block--price .price .sub-tit {
    font-size: 1.8rem;
  }
  .page--home .section--price .block--price .block--btn .btn--link {
    text-align: center;
    display: block;
    font-size: 1.4rem;
    margin: 16px auto;
  }
  .page--home .section--price .block--price .block--btn .btn--main {
    margin: unset;
  }
  .page--home .section--price .parts_emoji {
    top: 0;
    right: 2vw;
    width: 12vw;
  }
  .page--home .section--attention {
    padding-top: 5.86vw;
    padding-left: 5.86vw;
    padding-right: 5.86vw;
  }
  .page--home .section--attention > * {
    border-radius: 48px;
    padding: 64px 12vw;
  }
  .page--home .section--attention .section-tit {
    font-size: min(2vw, 2.5rem);
  }
  .page--home .section--attention .section-tit .parts_emoji {
    bottom: -5vw;
    left: 60px;
    width: 12vw;
  }
  .page--home .section--attention .box .tit {
    font-size: 2.3rem;
    margin-bottom: 40px;
  }
  .page--home .section--attention .box:not(.priority) {
    padding: 48px 12vw;
  }
  .page--home .section--attention .box:not(.priority) .parts_emoji {
    top: -5vw;
    right: 10px;
    width: 12vw;
  }
  .page--home .section--attention .list--bnr {
    width: 56%;
    gap: 32px;
    margin: 40px auto;
  }
  .page--home .section--attention .list--bnr li a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page--home .section--attention .list--bnr li a:hover {
    opacity: 0.5;
  }
  /*  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;
  }
  p.date {
    font-size: 1.3rem;
    font-weight: 400;
  }
  .tit {
    font-size: 1.4rem;
  }
  .txt {
    font-size: 1.4rem;
  }
  header .block--logo {
    top: 5vw;
    left: 4.23vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(100% - (48px + 8.46vw));
  }
  header .logo {
    width: 36vw;
    height: 12vw;
  }
  header .drawer {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    pointer-events: none;
  }
  header .drawer .g-nav {
    height: 100svh;
    height: 100vh;
    background-color: #004ED2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 2.6em;
    padding-top: 40vw;
  }
  header .drawer .g-nav li a, header .drawer .g-nav li button {
    font-size: 1.8rem;
  }
  header .drawer .list--nav__contents {
    color: #FFF;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.6em;
    text-align: center;
  }
  .drawer-visible .drawer {
    opacity: 1;
    pointer-events: all;
  }
  footer {
    padding: 8vw 6.15vw 12.3vw;
  }
  .page--home footer {
    padding-top: 16vw;
  }
  .page--home footer .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 48px;
  }
  .page--home footer .block--support {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 40px;
  }
  .page--home footer .list--bnr {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
  }
  .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 .section--top {
    padding: 16vh 6.15vw 4vw;
  }
  .page--home .section--top .block--lead .lead {
    font-size: 9vw;
    line-height: 1.6;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .page--home .section--top .block--kv {
    height: 60vw;
    margin-top: 50vw;
  }
  .page--home .section--top .block--kv .swiper-slide .massage {
    top: 20%;
    width: 90%;
  }
  .page--home .section--top .block--kv .swiper-slide .massage .icon {
    width: 72px;
    height: 72px;
  }
  .page--home .section--top .block--kv .swiper-slide .massage .box {
    border-radius: 0.8em 0 0.8em 0.8em;
    font-size: 1.2rem;
  }
  .page--home .section--top .block--kv .swiper-slide .massage .name {
    font-size: 1.2rem;
  }
  .page--home .section--top .block--kv .swiper-slide .thumb {
    width: min(80%, 400px);
    margin: 0 auto;
  }
  .page--home .section--top .block--kv .swiper-slide .container.artist .inner {
    width: calc(100% - 72px);
  }
  .page--home .section--top .block--kv .swiper-slide .container.artist .box {
    border-radius: 0 0.8em 0.8em 0.8em;
  }
  .page--home .section--top .block--kv .swiper-slide, .page--home .section--top .block--kv .swiper-slide::before {
    border-radius: 1.6em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 960px) {
  .page--home .section--top .block--kv {
    height: 50vw;
    margin-top: 24vw;
  }
  .page--home .section--top .block--kv .swiper-slide .massage {
    top: 40%;
    width: 60%;
  }
  .page--home .section--top .block--kv .swiper-slide .massage .box {
    font-size: 1.6rem;
  }
  .page--home .section--top .block--kv .swiper-slide .massage .name {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--member {
    padding-top: 24vw;
    margin-bottom: 24vw;
  }
  .page--home .section--member .list--member li .name {
    font-size: 1.6rem;
  }
  .page--home .section--service {
    padding-top: 8vw;
    margin-bottom: 24vw;
  }
  .page--home .section--service .block--txt {
    padding-left: 6.15vw;
    padding-right: 6.15vw;
  }
  .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 {
    font-size: min(7.6vw, 2.8rem);
  }
}
@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: 5.6vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--service .btn--sub {
    margin-top: 2em;
  }
  .page--home .section--service .block--point {
    padding-left: 6.15vw;
    padding-right: 6.15vw;
  }
  .page--home .section--service .block--point .swiper-button-wrapper {
    display: none;
  }
  .page--home .section--service .block--point .list--point li {
    padding: 2em 1.6em 0;
  }
  .page--home .section--service .block--point .list--point li p {
    font-size: 1.4rem;
  }
  .page--home .section--price {
    padding-top: 4.23vw;
    padding-left: 4.23vw;
    padding-right: 4.23vw;
    margin-bottom: 6.15vw;
  }
  .page--home .section--price .inner {
    background-color: #F3F4F9;
    padding: 24px 4.23vw;
    border-radius: 24px;
  }
  .page--home .section--price .block--price .price {
    margin-top: 2px;
    font-size: 4rem;
    margin-bottom: 16px;
  }
  .page--home .section--price .block--price .price .sub-tit {
    font-size: 1.4rem;
  }
  .page--home .section--price .block--price .block--btn .btn--link {
    text-align: left;
    background-color: #FFF;
    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%;
    -webkit-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
    right: 1.6em;
    vertical-align: middle;
  }
  .page--home .section--price .parts_emoji {
    top: -8vw;
    right: -3vw;
    width: min(28vw, 100px);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 960px) {
  .page--home .section--price .parts_emoji {
    top: -4vw;
    right: 0;
    width: 16vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--attention {
    padding-top: 12.3vw;
    padding-left: 4.23vw;
    padding-right: 4.23vw;
  }
  .page--home .section--attention > * {
    border-radius: 24px;
    padding: 32px 4.23vw;
  }
  .page--home .section--attention .section-tit {
    font-size: min(3.7vw, 1.4rem);
    padding: 24px 6.15vw 30px;
  }
  .page--home .section--attention .section-tit .parts_emoji {
    top: -13vw;
    left: -8vw;
    width: min(28vw, 100px);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 960px) {
  .page--home .section--attention .section-tit .parts_emoji {
    top: -6vw;
    left: -5vw;
    width: 16vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--attention .box .tit {
    font-size: 1.4rem;
    margin-bottom: 24px;
  }
  .page--home .section--attention .box:not(.priority) .parts_emoji {
    top: -10vw;
    right: -8vw;
    width: min(28vw, 100px);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 960px) {
  .page--home .section--attention .box:not(.priority) .parts_emoji {
    top: -6vw;
    right: -6vw;
    width: 16vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--attention .list--bnr {
    width: min(100%, 400px);
    gap: 1em;
    margin: 24px auto;
  }
  .page--questionnaire form dl dt {
    margin: 0 0 0.4em;
  }
  .page--questionnaire form dl dd {
    margin: 0 0 2.4em;
  }
  .page--questionnaire form dl .form__select::after {
    top: 50%;
    right: 0.75em;
    margin-top: -0.25em;
  }
  .page--questionnaire form .input--half {
    width: 100% !important;
  }
  .page--questionnaire form .input--quarter {
    width: 50% !important;
  }
  .page--questionnaire form .input--half[type=tel] {
    width: 100% !important;
  }
  .page--questionnaire form .input--quarter[type=number] {
    width: 5em !important;
    margin-right: 5px;
  }
  .page--questionnaire .form--horizontal .form__select::after {
    top: 50%;
    right: 0.5em;
    margin-top: -0.25em;
  }
  .page--questionnaire .icon--required {
    display: inline-block;
  }
  .page--questionnaire .icon--required::before {
    margin-left: 5px;
    padding: 3px 6px 3px;
    padding-left: 5px;
    font-size: 11px;
    vertical-align: inherit;
  }
}/*# sourceMappingURL=fanclub-service.css.map */