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

/* link*/
/* 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: #fff;
}

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

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

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

/* 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: #C46BD9;
  font-size: 10px;
  text-align: center;
  line-height: 1;
  padding: 2px 4px;
  margin-left: 4px;
  position: relative;
  background: #c31515;
  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] {
  font-family: "Segoe UI", SegoeUI, "Microsoft YaHei", 微软雅黑, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  -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(255, 255, 255, 0.4);
  padding: 1em 0.5em;
  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-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
@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-weight: 400;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 756px) 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-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
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: #c31515;
  border-color: #c31515;
}
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 {
  font-family: "Segoe UI", SegoeUI, "Microsoft YaHei", 微软雅黑, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  -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(255, 255, 255, 0.4);
  padding: 1em 0.5em;
  height: auto;
  line-height: 1.6;
}
@media screen and (min-width: 961px) {
  textarea {
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  textarea {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  textarea {
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
textarea:focus {
  border-color: inherit;
}
textarea.form__error {
  background: #fff0ea;
  color: #c31515;
  border-color: #c31515;
}
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 #C46BD9;
  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 {
  font-family: "Segoe UI", SegoeUI, "Microsoft YaHei", 微软雅黑, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  -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(255, 255, 255, 0.4);
  padding: 1em 0.5em;
  padding-right: 2.5em;
}
@media screen and (min-width: 961px) {
  .form__select select {
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select select {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .form__select select {
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
.form__select select:focus {
  border-color: inherit;
}
.form__select select.form__error {
  background: #fff0ea;
  color: #c31515;
  border-color: #c31515;
}
.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: #c31515;
}
.form__checkbox label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 0.3em;
  border: 1px solid rgba(255, 255, 255, 0.4);
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__checkbox label p::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.4em;
  border: 2px solid rgba(255, 255, 255, 0.4);
  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: white;
  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: #c31515;
}
.form__radio label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__radio :checked ~ p::before {
  border-color: rgba(255, 255, 255, 0.4);
  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: #c31515;
}
.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
* ============================================================ */
/* base
============================== */
html {
  padding: 0;
  font-size: 62.5%;
}

html, body {
  scroll-behavior: smooth;
}

body {
  position: relative;
  color: #ffffff;
  font-family: "Segoe UI", SegoeUI, "Microsoft YaHei", 微软雅黑, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  background: #C46BD9;
  background: -webkit-gradient(linear, left top, left bottom, from(#C46BD9), color-stop(55%, #9671DD), to(#7E77D2));
  background: linear-gradient(180deg, #C46BD9 0%, #9671DD 55%, #7E77D2 100%);
  word-wrap: break-word;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 961px) {
  body {
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  body {
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}

.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 0;
  min-height: 100%;
  min-height: 100vh;
  min-height: 100svh;
}

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(59, 53, 130, 0.3);
  color: #ffffff;
}

::selection {
  background: rgba(59, 53, 130, 0.3);
  color: #ffffff;
}

::-moz-selection {
  background: rgba(59, 53, 130, 0.3);
  color: #ffffff;
}

.svg-symbol {
  display: none;
}

span.br {
  display: inline-block;
}

body::before {
  content: "";
  background-image: url("/static/garnidelia/common/bg_twinkle.png");
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  background-size: 390px auto;
  z-index: -2;
  opacity: 0.5;
  pointer-events: none;
}
body::after {
  content: "";
  background-image: url("/static/garnidelia/common/parts_decoration.png");
  display: block;
  position: fixed;
  height: 100vh;
  height: 100svh;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
  opacity: 0.15;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: rotateBg 100s linear infinite;
          animation: rotateBg 100s linear infinite;
  pointer-events: none;
  aspect-ratio: 1/1;
}

@-webkit-keyframes rotateBg {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
            transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@keyframes rotateBg {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
            transform: translate(-50%, -50%) rotate(-360deg);
  }
}
.frame {
  position: fixed;
  pointer-events: none;
  z-index: 10000;
  height: 100%;
  width: 100%;
}
.frame .frame-inner {
  position: relative;
  height: 100%;
}
.frame .frame-w {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.frame .frame-w::before, .frame .frame-w::after {
  content: "";
  position: absolute;
  background-image: url("/static/garnidelia/common/parts_twinkle.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 20px;
  top: -10px;
}
.frame .frame-h {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
.frame .frame-h::before, .frame .frame-h::after {
  content: "";
  position: absolute;
  background-image: url("/static/garnidelia/common/parts_twinkle.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 20px;
  bottom: -24px;
}

@font-face {
  font-family: "Nova Slim";
  font-weight: 400;
  src: local("NovaSlim-Regular"), url("/static/garnidelia/fonts/NovaSlim-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Oswald";
  font-weight: 300;
  src: local("Oswald-Light"), url("/static/garnidelia/fonts/Oswald-Light.ttf") format("truetype");
}
.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.red {
  color: #c31515;
}

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

.txt--sub {
  font-size: 11px;
  line-height: 1.3;
}

.txt--jp {
  font-family: "Segoe UI", SegoeUI, "Microsoft YaHei", 微软雅黑, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 961px) {
  .txt--jp {
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .txt--jp {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .txt--jp {
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}

.txt--en {
  font-family: "Nova Slim", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
}

.lang-cn {
  font-family: "Segoe UI", SegoeUI, "Microsoft YaHei", 微软雅黑, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
}

i {
  font-family: "Font Awesome 5 Free";
}

.date {
  font-family: "Nova Slim", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
  text-shadow: rgba(0, 0, 0, 0.16) 0 2px 6px;
}

.week {
  font-family: "Segoe UI", SegoeUI, "Microsoft YaHei", 微软雅黑, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
}

.tit {
  line-height: 1.5;
  word-break: break-word;
  text-shadow: rgba(0, 0, 0, 0.16) 0 2px 6px;
}

.category {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Segoe UI", SegoeUI, "Microsoft YaHei", 微软雅黑, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  color: #ffffff;
  border: 1px solid #fff;
  border-radius: 5px;
  text-align: center;
  line-height: 1;
  text-shadow: rgba(0, 0, 0, 0.16) 0 2px 6px;
}

.content-main {
  min-height: 100%;
}

.section-tit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
      align-items: start;
  font-family: "Nova Slim", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  text-align: center;
}
.section-tit::before, .section-tit::after {
  content: "";
  position: relative;
  background-image: url("/static/garnidelia/common/parts_twinkle.png");
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.section-tit .lang-cn {
  display: block;
  line-height: 1.6;
  text-align: center;
}

.page--faq .section-tit,
.page--support .section-tit {
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}
.page--faq .section-tit::before, .page--faq .section-tit::after,
.page--support .section-tit::before,
.page--support .section-tit::after {
  margin-top: unset;
  margin-bottom: 4px;
}

.page--home .thumb, .section--list .thumb {
  position: relative;
  border: 1px solid #fff;
}

.section--list,
.section--detail {
  position: relative;
  margin: 0 auto;
}

.section--list .detail__btn,
.section--detail .detail__btn {
  text-align: center;
  display: block;
}
.section--list .detail__btn .arrow,
.section--detail .detail__btn .arrow {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.section--list .tit,
.section--detail .tit {
  font-weight: 400;
}
.section--list .date,
.section--detail .date {
  display: inline-block;
}
.section--list .category,
.section--detail .category {
  margin-left: 0.5em;
  display: inline-block;
  margin-bottom: 4px;
  vertical-align: middle;
}

.list__more {
  text-align: center;
}
.list__more a {
  display: inline-block;
  font-family: "Segoe UI", SegoeUI, "Microsoft YaHei", 微软雅黑, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  line-height: 1;
  -webkit-transition: opacity 0.3s ease-in 0.3s, letter-spacing 0.3s;
  transition: opacity 0.3s ease-in 0.3s, letter-spacing 0.3s;
}
.list__more .arrow {
  display: inline-block;
  width: 60px;
  height: auto;
  vertical-align: middle;
  margin-bottom: 8px;
  margin-left: 1em;
}
.list__more .arrow svg {
  width: inherit;
  height: 10px;
  fill: #fff;
}

.list__detail {
  border-radius: 3em;
  border: 1px solid #7E77D2;
  text-align: center;
}
.list__detail a {
  display: inline-block;
  font-family: "Nova Slim", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  line-height: 1;
  -webkit-transition: opacity 0.3s ease-in 0.3s, letter-spacing 0.3s;
  transition: opacity 0.3s ease-in 0.3s, letter-spacing 0.3s;
}
.list__detail .arrow {
  width: 9px;
  height: 12px;
}

.list--txt li {
  margin-bottom: 1em;
  padding-left: 1em;
  text-indent: -1em;
}
.list--txt li:first-of-type {
  margin-top: 0.6em;
}
.list--txt li:last-of-type {
  margin-bottom: 0;
}

.list--attention li {
  margin-bottom: 8px;
  padding-left: 0.5em;
  text-indent: -0.5em;
}
.list--attention li:last-of-type {
  margin-bottom: 0;
}

.no-data {
  width: 100%;
  margin: 8em auto 0;
  font-weight: bold;
  text-align: center;
  font-family: "Nova Slim", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
}
.no-data .lang-cn {
  display: block;
  line-height: 1.6;
}

.scroll {
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 0vh;
  height: 10vh;
  z-index: 1;
  -webkit-transition: 0.5s 0.8s;
  transition: 0.5s 0.8s;
}
.scroll::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 180px;
  background: #fff;
  -webkit-animation: scrollDown 2s linear infinite;
          animation: scrollDown 2s linear infinite;
  opacity: 0;
}

.loaded .scroll {
  opacity: 1;
}

@-webkit-keyframes scrollDown {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  40% {
    height: 100%;
    top: 0;
    bottom: auto;
  }
  50% {
    height: 100%;
    top: auto;
    bottom: 0;
    opacity: 1;
  }
  100% {
    height: 0;
    top: auto;
    bottom: 0;
    opacity: 0;
  }
}

@keyframes scrollDown {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  40% {
    height: 100%;
    top: 0;
    bottom: auto;
  }
  50% {
    height: 100%;
    top: auto;
    bottom: 0;
    opacity: 1;
  }
  100% {
    height: 0;
    top: auto;
    bottom: 0;
    opacity: 0;
  }
}
.slide .thumb {
  position: relative;
  overflow: hidden;
}
.slide .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper {
  overflow: visible;
}

.swiper-container {
  position: relative;
  width: 100%;
  overflow: visible;
}

.swiper-controller {
  position: relative;
  bottom: 4px;
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: center;
      justify-content: center;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  vertical-align: top;
  cursor: pointer;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  background-color: #ffffff;
  border-radius: 0;
  opacity: 0.1;
  border-radius: 3em;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-button-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-top: 30px;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.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;
}
.swiper-button-wrapper .swiper-button-prev .arrow, .swiper-button-wrapper .swiper-button-next .arrow {
  display: inline-block;
  width: 60px;
  height: 8px;
  vertical-align: middle;
  margin-bottom: 8px;
}
.swiper-button-wrapper .swiper-button-prev .arrow svg, .swiper-button-wrapper .swiper-button-next .arrow svg {
  width: inherit;
  height: 10px;
  fill: #fff;
}
.swiper-button-wrapper .swiper-button-prev::after, .swiper-button-wrapper .swiper-button-next::after {
  display: none;
}
.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;
}

.block--pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin: 5em auto 0;
  font-size: 1.5rem;
  text-align: center;
}
.block--pager li {
  position: relative;
  margin: 0 0.6em;
}
.block--pager a {
  display: block;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.block--pager .pager__item--current,
.block--pager .pager__item--other {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.1em;
  text-shadow: rgba(0, 0, 0, 0.16) 0 2px 6px;
}
.block--pager .pager__item--newer,
.block--pager .pager__item--older {
  position: relative;
}
.block--pager .pager__item--newer .arrow,
.block--pager .pager__item--older .arrow {
  display: inline-block;
  width: 60px;
  height: auto;
  vertical-align: middle;
  margin-bottom: 8px;
}
.block--pager .pager__item--newer .arrow svg,
.block--pager .pager__item--older .arrow svg {
  width: inherit;
  height: 10px;
  fill: #fff;
}
.block--pager .pager__item--newer .opacity,
.block--pager .pager__item--older .opacity {
  opacity: 0.3;
}
.block--pager .pager__item--current {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0;
}
.block--pager .pager__item--current span {
  display: block;
  width: 100%;
  height: 100%;
}
.block--pager .pager__item--newer .arrow {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.block--pager .pager__item--other a {
  opacity: 0.3;
}

/* image */
.ph, .thumb, .block--keyvisual {
  pointer-events: none;
  position: relative;
  line-height: 0;
}
.ph img, .thumb img, .block--keyvisual img {
  display: block;
  width: 100%;
}
.ph::after, .thumb::after, .block--keyvisual::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ph .dummy, .thumb .dummy, .block--keyvisual .dummy {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* video */
video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.video {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  margin: 20px auto;
}
.video iframe,
.video embed,
.video video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.video .tcplayer {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.video .jstream-eqPlayer {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.video .jstream-eqPlayer * {
  background-size: auto;
}

.video .jstream-eqPlayer * .eq-center-icon-play {
  color: transparent;
}

.video .eq-icon-play,
.video .eq-icon-sound {
  color: transparent;
}

.tcp-skin .vjs-control-bar {
  font-size: 1em !important;
}

.slide .thumb {
  position: relative;
  overflow: hidden;
}
.slide .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper {
  overflow: visible;
}

.swiper-controller {
  position: relative;
  bottom: 4px;
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: center;
      justify-content: center;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  vertical-align: top;
  cursor: pointer;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  background-color: #ffffff;
  border-radius: 0;
  opacity: 0.1;
  border-radius: 3em;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-button-wrapper .swiper-button-prev,
.swiper-button-wrapper .swiper-button-next {
  width: auto;
  height: auto;
  position: relative;
  padding: 5px 0;
  font-size: 12px;
  display: inline-block;
  font-family: "Nova Slim", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  color: #ffffff;
}
.swiper-button-wrapper .swiper-button-prev::after,
.swiper-button-wrapper .swiper-button-next::after {
  visibility: hidden;
}
.swiper-button-wrapper .swiper-button-prev {
  left: inherit;
}

.form--confirm {
  border: 1px solid #fff;
  padding: 40px 30px 10px;
  margin: 20px auto 40px;
}
.form--confirm dt {
  margin: 0 0 10px;
  opacity: 0.4;
}
.form--confirm dd {
  margin: 0 0 30px;
}

.btn {
  text-align: center;
}

.btn-base-style, .btn--sub, .btn--main {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border: none;
  position: relative;
  z-index: 1;
}

.btn--main {
  background: #ffffff;
  color: #C46BD9;
  height: inherit !important;
  line-height: inherit !important;
  padding: 20px;
  margin: 1em 0;
}

.btn--sub {
  border: 1px solid #ffffff;
  color: #ffffff;
  height: inherit !important;
  line-height: inherit !important;
  padding: 20px;
  margin: 1em 0;
}

.detail__btn {
  margin: 5em auto 0;
  display: inline-block;
  font-family: "Segoe UI", SegoeUI, "Microsoft YaHei", 微软雅黑, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
}
.detail__btn .arrow {
  display: inline-block;
  width: 60px;
  height: 10px;
  vertical-align: middle;
  margin-bottom: 8px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.detail__btn .arrow svg {
  width: inherit;
  height: 10px;
  fill: #fff;
}

.list--info {
  margin: 0 auto;
}
.list--info li {
  position: relative;
}
.list--info li a {
  display: block;
  position: relative;
}
.list--info li a .block--date {
  display: inline-block;
}
.list--info li.new .tit {
  position: relative;
}
.list--info li.new .tit::after {
  content: "";
  display: inline-block;
  position: relative;
  background-image: url(/static/garnidelia/common/parts_twinkle_blue.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 20px;
  top: 0;
  left: 4px;
  vertical-align: middle;
  -webkit-animation: opacityTwinkle 1s infinite alternate;
          animation: opacityTwinkle 1s infinite alternate;
}
.list--info li .member {
  margin-left: 0.5em;
  text-shadow: none;
}
.list--info.list--live a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

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

@keyframes opacityTwinkle {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
.block--schedule__date {
  font-family: "Nova Slim", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  text-shadow: rgba(0, 0, 0, 0.16) 0 2px 6px;
  text-align: center;
}

.end_time {
  position: relative;
  margin-top: 16px;
}
.end_time::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 8px;
  background-color: #ffffff;
  top: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.list--contents, .list--discography {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2%;
}
.list--contents li, .list--discography li {
  margin-bottom: 48px;
}
.list--contents li > a, .list--discography li > a {
  display: block;
  position: relative;
}
.list--contents li .thumb, .list--discography li .thumb {
  margin-bottom: 1em;
  overflow: hidden;
  position: relative;
}
.list--contents li .thumb .blur, .list--discography li .thumb .blur {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.list--contents li .thumb .blur img, .list--discography li .thumb .blur img {
  height: 100%;
  background-size: cover;
}
.list--contents li .inner--thumb, .list--discography li .inner--thumb {
  overflow: hidden;
  position: relative;
  aspect-ratio: 1/1;
}
.list--contents li .date, .list--discography li .date {
  vertical-align: middle;
}
.list--contents li.new, .list--discography li.new {
  position: relative;
}
.list--contents li.new .tit::after, .list--discography li.new .tit::after {
  content: "";
  display: inline-block;
  position: relative;
  background-image: url(/static/garnidelia/common/parts_twinkle_blue.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 20px;
  top: 0;
  left: 4px;
  vertical-align: middle;
  -webkit-animation: opacityTwinkle 1s infinite alternate;
          animation: opacityTwinkle 1s infinite alternate;
}

.list--discography li a {
  display: block;
  margin: 0 auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.list--contents__category li a .thumb {
  padding-top: 100%;
}

.list--error li {
  color: #c31515;
  font-weight: bold;
  line-height: 1.8;
}
.list--error li:last-of-type {
  margin-bottom: 0;
}

li.no-data {
  float: none;
  width: 100%;
  color: #ffffff;
  border: none !important;
}

.block--category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
      align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block--category .block--nav__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block--category .block--nav__category li {
  font-family: "Segoe UI", SegoeUI, "Microsoft YaHei", 微软雅黑, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  position: relative;
}
.block--category .block--nav__category li a {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.block--category .block--nav__category li:last-of-type {
  margin-right: 0;
}
.block--category .block--nav__category li.current a {
  pointer-events: none;
}
.block--category .block--nav__category li.current a:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

.section--detail .list--contents {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section--detail > .txt * {
  white-space: normal !important;
  word-break: break-word;
}
.section--detail .block--sub__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: flex-end;
  -ms-flex-align: end;
      align-items: flex-end;
}
.section--detail .date {
  font-family: "Nova Slim", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
}
.section--detail .date:last-of-type::after {
  display: none;
}
.section--detail .block--date__main {
  display: inline-block;
}
.section--detail .end_time {
  margin-top: 0;
}
.section--detail .end_time::before {
  position: relative;
  display: inline-block;
  height: 1px;
  width: 8px;
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.section--detail .block--share {
  text-align: right;
}
.section--detail .block--share li {
  display: inline-block;
}
.section--detail .block--share li:last-of-type {
  margin-right: 0;
}
.section--detail .block--share li svg {
  position: relative;
}
.section--detail .block--share li.share {
  font-family: "Nova Slim", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.06em;
  color: #8FE1E2;
  -webkit-transform: translateY(-0.25em);
          transform: translateY(-0.25em);
}

.header {
  position: absolute;
  z-index: 10000;
}
.header > .logo {
  position: absolute;
  z-index: 10;
}
.header > .logo img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.header .header_inner {
  position: fixed;
  z-index: 100;
}
.header .drawer__btn {
  position: relative;
  z-index: 100001;
}
.header .drawer__btn .drawer__btn-inner::after {
  content: "菜单";
  position: relative;
  display: block;
  text-indent: 0;
  text-align: center;
  font-family: "Segoe UI", SegoeUI, "Microsoft YaHei", 微软雅黑, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
}
.header .drawer__btn .drawer__btn-inner img.fill {
  display: none;
}
.header .drawer__btn .drawer__btn-inner img.line {
  display: block;
}

.drawer {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(36, 36, 36, 0.8)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(36, 36, 36, 0.8) 100%);
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.drawer .drawer-inner {
  margin: 0 0 0 auto;
  overflow-y: auto;
  height: 100svh;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#C46BD9), to(#7E77D2));
  background-image: linear-gradient(180deg, #C46BD9 0%, #7E77D2 100%);
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  /*スクロールバー非表示（Chrome・Safari）*/
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
}
.drawer .drawer-inner::-webkit-scrollbar {
  display: none;
}
.drawer .drawer-inner .g-nav {
  width: 100%;
  margin: 0 auto;
}
.drawer .drawer-inner .g-nav li {
  -webkit-transition: opacity 0.8s 0s ease;
  transition: opacity 0.8s 0s ease;
  opacity: 0;
}
.drawer .drawer-inner .g-nav a .lang-cn {
  display: inline-block;
  opacity: 0.8;
  vertical-align: middle;
}
.drawer .drawer-inner .g-nav ul.list--nav__contents li a {
  font-family: "Nova Slim", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
}
.drawer .drawer-inner .g-nav .logo-fc {
  -webkit-transition: opacity 0.8s 0s ease;
  transition: opacity 0.8s 0s ease;
  opacity: 0;
}
.drawer .drawer-inner .g-nav .logo-fc img {
  pointer-events: none;
}
.drawer .drawer-inner .g-nav .block--nav__fc .list--nav__login li {
  color: #ffffff;
  font-family: "Nova Slim", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  line-height: 1;
}
.drawer .drawer-inner .g-nav .block--nav__fc .list--nav__login .nav__item--join {
  position: relative;
}
.drawer .drawer-inner .g-nav .block--nav__fc .list--nav__login .nav__item--join a {
  vertical-align: middle;
}

body.drawer-visible .drawer {
  visibility: visible;
  opacity: 1;
}
body.drawer-visible .drawer .drawer-inner {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
body.drawer-visible .drawer .drawer-inner .g-nav .logo-fc {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
body.drawer-visible .drawer .drawer-inner li:nth-of-type(1) {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
body.drawer-visible .drawer .drawer-inner li:nth-of-type(2) {
  opacity: 1;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
body.drawer-visible .drawer .drawer-inner li:nth-of-type(3) {
  opacity: 1;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
body.drawer-visible .drawer .drawer-inner li:nth-of-type(4) {
  opacity: 1;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
body.drawer-visible .drawer .drawer-inner li:nth-of-type(5) {
  opacity: 1;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
body.drawer-visible .drawer .drawer-inner li:nth-of-type(6) {
  opacity: 1;
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
body.drawer-visible .drawer .drawer-inner li:nth-of-type(7) {
  opacity: 1;
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
body.drawer-visible .header .drawer__btn .drawer__btn-line span {
  top: 4px;
}
body.drawer-visible .header .drawer__btn .drawer__btn-line span:first-child {
  -webkit-transform: rotate(14deg);
  transform: rotate(14deg);
}
body.drawer-visible .header .drawer__btn .drawer__btn-line span:last-child {
  -webkit-transform: rotate(-14deg);
  transform: rotate(-14deg);
}
body.drawer-visible .header .drawer__btn .drawer__btn-inner::after {
  content: "关闭";
}
body.drawer-visible .header .drawer__btn .drawer__btn-inner img.line {
  display: none;
}
body.drawer-visible .header .drawer__btn .drawer__btn-inner img.fill {
  display: block;
}

footer {
  position: relative;
  background-color: rgba(164, 93, 201, 0.3);
}
footer .inner {
  margin: 0 auto;
}
footer .list--support dt {
  font-family: "Nova Slim", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  font-size: 1.4rem;
  color: #ffffff;
}
footer .nav--support li {
  font-size: 1.3rem;
}
footer .list--sns {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}
footer .list--sns li {
  display: inline-block;
  position: relative;
}
footer .list--sns li a {
  display: block;
  position: relative;
}
footer .list--sns li.nav__item--weibo.maria::before, footer .list--sns li.nav__item--weibo.toku::before {
  position: absolute;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.1em;
  width: inherit;
  text-align: center;
  white-space: nowrap;
}
footer .list--sns li.nav__item--weibo.maria::before {
  content: "MARiA";
}
footer .list--sns li.nav__item--weibo.toku::before {
  content: "toku";
}
footer .copyright {
  font-size: 1.1rem;
  text-align: center;
}
footer .footer_detail {
  font-size: 1rem;
  text-align: center;
  margin: 0;
}
footer .footer_detail span.icon a {
  width: 60px;
  position: relative;
  top: 2px;
}
footer .footer_detail span a {
  display: inline-block;
  padding: 0 5px;
}

body:not(.page--home) footer {
  position: sticky;
  top: 100vh;
}
body:not(.page--home) footer .list--sns,
body:not(.page--home) footer .list--support {
  display: none;
}
body:not(.page--home) footer .copyright {
  text-align: center;
}

.page--home section[class^=section--] {
  position: relative;
}
.page--home .list__text.new .tit {
  position: relative;
}
.page--home .list__text.new .tit::after {
  content: "";
  display: inline-block;
  position: relative;
  background-image: url(/static/garnidelia/common/parts_twinkle_blue.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 20px;
  top: 0;
  left: 4px;
  vertical-align: middle;
  -webkit-animation: opacityTwinkle 1s infinite alternate;
          animation: opacityTwinkle 1s infinite alternate;
}
.page--home .no-data {
  margin: unset;
}
.page--home .wrap {
  overflow: hidden;
}
.page--home .header > .logo {
  display: none;
}
.page--home .section--top {
  width: 100%;
  height: 100vh;
  height: 100svh;
}
.page--home .section--top .block--keyvisual {
  z-index: 1;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0 auto;
}
.page--home .section--top .block--keyvisual img {
  position: relative;
  height: 100%;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  background-position: bottom;
  border-bottom-left-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.page--home .section--top .logo {
  position: relative;
  margin: 0 auto;
  z-index: 2;
}
.page--home .section--top .logo img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.page--home .section--bnr .swiper-area {
  position: relative;
  overflow: hidden;
}
.page--home .section--bnr .list--bnr {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.page--home .section--bnr .list--bnr li figure {
  line-height: 0;
}
.page--home .section--bnr .list--bnr li a {
  display: block;
}
.page--home .section--bnr .list--bnr li img {
  width: 100%;
}
.page--home .section--bnr.no-carousel .swiper-button-wrapper {
  display: none;
}
.page--home .section--discography .block--disco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.page--home .section--discography .block--detail .list__text .date {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #fff;
}
.page--home .area-fc .logo-area {
  margin: 0 auto;
}
.page--home .area-fc .logo-area .logo-fc img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.page--home .area-fc .logo-area .list--nav__login {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 48px auto 0;
}
.page--home .area-fc .logo-area .list--nav__login .lang-cn {
  display: block;
  text-align: center;
}
.page--home .area-fc .logo-area .list--nav__login li {
  display: inline-block;
  position: relative;
  text-align: center;
}
.page--home .area-fc .logo-area .list--nav__login a {
  font-family: "Nova Slim", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  display: block;
  position: relative;
}
.page--home .area-fc .logo-area .list--nav__login a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(20deg);
          transform: translate(-50%, -50%) rotate(20deg);
}
.page--home .area-fc .logo-area .list--nav__login .nav__item--mypage {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.page--home .section--bbs .block--thumb a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page--home .section--bbs .block--thumb .thumb {
  position: relative;
  border-radius: 50%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.page--home .section--bbs .block--thumb .thumb img {
  border-radius: 50%;
}
.page--home .section--bbs .block--thumb .thumb::before {
  position: absolute;
  border: 1px solid #fff;
}
.page--home .section--bbs .block--thumb .thumb.toku::before {
  content: "♫";
  background-color: rgba(143, 225, 226, 0.8);
  top: 30px;
  right: -28px;
}
.page--home .section--bbs .block--thumb .thumb.maria::before {
  content: "♡";
  background-color: rgba(196, 107, 217, 0.8);
  bottom: 30px;
  right: -28px;
}
.page--home .section--blog .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page--home .section--blog .block--detail .list__text .date, .page--home .section--blog .block--detail .list__text .category {
  display: inline-block;
}
.page--home .section--blog .block--detail .list__text .category {
  margin-left: 0.5em;
}
.page--home .section--blog .block--thumb .thumb, .page--home .section--blog .block--thumb .thumb img {
  border-top-right-radius: 56%;
}
.page--home .section--wallpaper .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.page--home .section--wallpaper .block--thumb .thumb, .page--home .section--wallpaper .block--thumb .thumb img {
  border-top-right-radius: 9999px;
  border-top-left-radius: 9999px;
}
.page--home .section--wallpaper .block--detail {
  text-align: center;
}
.page--home .section--photo .section-tit {
  z-index: 1;
  position: absolute;
}
.page--home .section--photo .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page--home .section--photo .block--thumb .thumb, .page--home .section--photo .block--thumb .thumb img {
  border-radius: 50%;
}
.page--home .section--movie .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}
.page--home .section--movie .list__text {
  text-align: center;
}
.page--home .section--special .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page--home .section--special .inner .thumb {
  border: none;
}

.page--info .section--detail .block--schedule__date, .page--live .section--detail .block--schedule__date {
  text-align: left;
  margin-bottom: 4px;
}
.page--info .section--detail .tit, .page--live .section--detail .tit {
  border-bottom: 1px solid #fff;
}
.page--info .section--detail .txt a, .page--live .section--detail .txt a {
  text-decoration: underline;
}

.page--discography .section--detail {
  position: relative;
  padding: 0;
}
.page--discography .section--detail .list__text .tit {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #fff;
}
.page--discography .list--discography li .thumb img {
  background-size: contain;
  height: 100%;
}
.page--discography .list--discography li .thumb .blur {
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  z-index: -1;
  opacity: 0.5;
}
.page--discography .list--discography li .thumb .blur img {
  -webkit-filter: blur(20px);
          filter: blur(20px);
}
.page--discography .list--discography li .block--sub__info {
  margin-bottom: 4px;
}
.page--discography .list--jacket li .txt--sub {
  text-align: center;
  line-height: 1;
  padding: 1em 0 0.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #fff;
  font-size: 1.4rem;
}
.page--discography .block--sub__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
      align-items: baseline;
}
.page--discography .btn--main.buy {
  margin-bottom: 3em;
}
.page--discography .block--download .tit {
  border-bottom: 1px solid #fff;
  padding-bottom: 0.2em;
}
.page--discography .block--download .ph {
  margin: 0 !important;
}
.page--discography .block--download ul.list--download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1em;
}
.page--discography .block--download ul.list--download li {
  width: 24%;
  margin: 2px;
  text-align: center;
}
.page--discography .block--download a {
  display: block;
  border: 1px solid #e4e4e4;
}
.page--discography .block--download a img {
  width: 100%;
  vertical-align: top;
}
.page--discography .block--comment .txt > div + div {
  margin-top: 2em;
}
.page--discography .edition .block--track {
  background: rgba(255, 255, 255, 0.1);
}
.page--discography .edition .block--track .block--tit {
  font-family: "Nova Slim", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  color: #7E77D2;
  border-bottom: 1px solid #fff;
}
.page--discography .edition .block--track + .block--track {
  padding-top: 0;
}
.page--discography .edition .list--track li {
  font-size: 1.4rem;
}

.page--bbs.page--thread .block--attention,
.page--blog.page--detail .block--attention {
  margin-top: 24px;
}
.page--bbs.page--thread .block--attention .list--attention dt,
.page--blog.page--detail .block--attention .list--attention dt {
  position: relative;
}
.page--bbs.page--thread .block--attention .list--attention dt::before, .page--bbs.page--thread .block--attention .list--attention dt::after,
.page--blog.page--detail .block--attention .list--attention dt::before,
.page--blog.page--detail .block--attention .list--attention dt::after {
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  width: 1px;
  height: 24px;
  right: 32px;
  top: 16px;
  opacity: 1;
}
.page--bbs.page--thread .block--attention .list--attention dt::before,
.page--blog.page--detail .block--attention .list--attention dt::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.page--bbs.page--thread .block--attention .list--attention dt::after,
.page--blog.page--detail .block--attention .list--attention dt::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.page--bbs.page--thread .block--attention .list--attention dd,
.page--blog.page--detail .block--attention .list--attention dd {
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  overflow: hidden;
  opacity: 0;
  height: 0;
  padding: 0 0;
  line-height: 0;
  margin-bottom: 48px;
}
.page--bbs.page--thread .block--attention .list--attention dt.open::before,
.page--blog.page--detail .block--attention .list--attention dt.open::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}
.page--bbs.page--thread .block--attention .list--attention dt.open::after,
.page--blog.page--detail .block--attention .list--attention dt.open::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.page--bbs.page--thread .block--attention .list--attention dd.open-contents,
.page--blog.page--detail .block--attention .list--attention dd.open-contents {
  opacity: 1;
  height: auto;
  line-height: normal;
}
.page--bbs.page--thread .block--pager li,
.page--blog.page--detail .block--pager li {
  font-weight: 400;
}
.page--bbs.page--thread .block--pager li > a, .page--bbs.page--thread .block--pager li > div,
.page--blog.page--detail .block--pager li > a,
.page--blog.page--detail .block--pager li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page--bbs.page--thread .block--pager li.pager__item--newer,
.page--blog.page--detail .block--pager li.pager__item--newer {
  font-size: 1.6rem;
}
.page--bbs.page--thread .block--pager li.pager__item--newer .arrow,
.page--blog.page--detail .block--pager li.pager__item--newer .arrow {
  margin-right: 10px;
}
.page--bbs.page--thread .block--pager li.pager__item--older,
.page--blog.page--detail .block--pager li.pager__item--older {
  font-size: 1.6rem;
}
.page--bbs.page--thread .block--pager li.pager__item--older .arrow,
.page--blog.page--detail .block--pager li.pager__item--older .arrow {
  margin-left: 10px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--bbs.page--thread .block--pager li,
  .page--blog.page--detail .block--pager li {
    font-size: 1.3rem;
  }
  .page--bbs.page--thread .block--pager li .arrow,
  .page--blog.page--detail .block--pager li .arrow {
    display: none;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--bbs.page--thread .block--pager,
  .page--blog.page--detail .block--pager {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page--bbs.page--thread .block--pager.pager__item--newer, .page--bbs.page--thread .block--pager.pager__item--older,
  .page--blog.page--detail .block--pager.pager__item--newer,
  .page--blog.page--detail .block--pager.pager__item--older {
    font-size: 1.3rem;
  }
}

.page--bbs .block--attention .list--attention, .page--blog .block--attention .list--attention {
  background-color: rgba(255, 255, 255, 0.3);
  text-shadow: rgba(0, 0, 0, 0.16) 0 2px 6px;
}
.page--bbs .block--attention .list--attention dt, .page--blog .block--attention .list--attention dt {
  padding: 16px 24px;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 1;
}
.page--bbs .block--attention .list--attention dd .inner, .page--blog .block--attention .list--attention dd .inner {
  padding: 24px;
}
.page--bbs .block--attention .list--attention dd .inner ul, .page--blog .block--attention .list--attention dd .inner ul {
  padding-left: 16px;
}
.page--bbs .block--attention .list--attention dd .inner ul li, .page--blog .block--attention .list--attention dd .inner ul li {
  list-style-type: disc;
  padding-left: 0;
  text-indent: 0;
}
.page--bbs .block--attention .form__checkbox, .page--blog .block--attention .form__checkbox {
  margin-top: 1.5em;
  text-align: center;
}
.page--bbs .block--attention .btn #submit_button:not(.checked), .page--blog .block--attention .btn #submit_button:not(.checked) {
  pointer-events: none;
  opacity: 0.6;
}
.page--bbs .form--confirm, .page--blog .form--confirm {
  margin: 1.5em 0 0;
  padding: 1.5em 0 0;
  border-top: 1px solid #fff;
  border-bottom: none;
  border-left: none;
  border-right: none;
}

.page--bbs.page--thread .block--pager {
  margin: 0;
  letter-spacing: 0em;
  font-size: 13px;
}
.page--bbs.page--thread .block--pager a {
  display: inline-block;
  padding: 10px 16px;
}
.page--bbs.page--thread .block--pager .btn--sub {
  min-width: 130px;
  margin: 0 auto 16px;
  border-radius: 20px;
  font-size: 13px;
  border: none;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.16));
}
.page--bbs.page--thread .block--pager .btn--sub span {
  display: block;
  position: relative;
  text-align: right;
  line-height: 1.1;
}
.page--bbs.page--thread .block--pager .btn--sub span::before, .page--bbs.page--thread .block--pager .btn--sub span::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #ffffff;
}
.page--bbs.page--thread .block--pager .btn--sub span::before {
  width: 10px;
  height: 2px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page--bbs.page--thread .block--pager .btn--sub span::after {
  width: 2px;
  height: 10px;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page--bbs.page--thread .no-data {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 16px 24px 22px;
  max-width: 256px;
  margin: 24px auto 0;
  border-radius: 20px;
  font-size: 1.1rem;
  color: #ffffff;
}
.page--bbs.page--thread .no-data .txt {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 8px;
}
.page--bbs.page--thread .no-data .txt-sub {
  margin-top: 4px;
  line-height: 1.5;
  opacity: 0.7;
}
.page--bbs.page--thread .list--comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.page--bbs.page--thread .list--comment li {
  margin-bottom: 10px;
}
.page--bbs.page--thread .list--comment li .icon {
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}
.page--bbs.page--thread .list--comment li .icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-position: top;
}
.page--bbs.page--thread .list--comment li .name {
  font-size: 1.1rem;
  opacity: 0.8;
}
.page--bbs.page--thread .list--comment li .block--comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-end;
  -ms-flex-align: end;
      align-items: flex-end;
}
.page--bbs.page--thread .list--comment li .box-comment .txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 12px 10px 16px;
  margin-bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0.6);
  line-height: 1.4;
  border-radius: 10px;
  text-shadow: rgba(0, 0, 0, 0.16) 0 2px 6px;
}
.page--bbs.page--thread .list--comment li .box-comment .txt + .block--thumb {
  margin-top: 8px;
}
.page--bbs.page--thread .list--comment li .box-comment .block--thumb {
  pointer-events: auto;
  cursor: pointer;
}
.page--bbs.page--thread .list--comment li .box-comment .block--thumb img {
  border-radius: 8px;
  vertical-align: bottom;
}
.page--bbs.page--thread .list--comment li .box-comment .block--thumb a {
  display: block;
}
.page--bbs.page--thread .list--comment li .box-date {
  line-height: 1.2;
  margin-bottom: 1px;
}
.page--bbs.page--thread .list--comment li .box-date .date, .page--bbs.page--thread .list--comment li .box-date .time {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
  margin-top: 4px;
}
.page--bbs.page--thread .list--comment li .block--like {
  margin-top: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page--bbs.page--thread .list--comment li .block--like .icon--like {
  cursor: pointer;
}
.page--bbs.page--thread .list--comment li .block--like .icon--like .wrap-heart {
  position: relative;
}
.page--bbs.page--thread .list--comment li .block--like .icon--like .wrap-heart .fa.fa-heart {
  font-weight: 400;
  font-size: 16px;
}
.page--bbs.page--thread .list--comment li .block--like .icon--like .wrap-heart .heart-sub {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  display: inline-block;
  opacity: 0;
  font-size: 16px;
  -webkit-animation: movingHeart_w 0.8s 0.2s ease-in-out infinite alternate, movingHeart_h 4s 0.2s ease-in-out forwards, movingHeart_opacity 4s 0.1s forwards;
          animation: movingHeart_w 0.8s 0.2s ease-in-out infinite alternate, movingHeart_h 4s 0.2s ease-in-out forwards, movingHeart_opacity 4s 0.1s forwards;
}
.page--bbs.page--thread .list--comment li .block--like .icon--like .wrap-heart .heart-sub::before {
  content: "\f004";
  position: relative;
  width: inherit;
  height: inherit;
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #df4596;
}
.page--bbs.page--thread .list--comment li .block--like .icon--like .wrap-heart.disabled {
  opacity: 0.3;
  pointer-events: none !important;
}
.page--bbs.page--thread .list--comment li .block--like .icon--like .icon--like__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1;
}
.page--bbs.page--thread .list--comment li .block--like .icon--like .icon--like__inner .likes {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.1em;
  margin-left: 4px;
  line-height: 1.4;
}
.page--bbs.page--thread .list--comment li .block--like .wrap-icon {
  position: relative;
}
.page--bbs.page--thread .list--comment li .block--like .wrap-icon i {
  position: absolute;
  display: block;
  color: #df4596;
  bottom: 0;
  right: -2px;
  font-size: 12px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}
.page--bbs.page--thread .list--comment li .block--like .wrap-icon:not(:first-child) {
  margin-left: 4px;
}
.page--bbs.page--thread .list--comment li .block--like .icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin: 0;
}
@media screen and (min-width: 961px) {
  .page--bbs.page--thread .list--comment li:not(.host) .inner {
    margin-left: auto;
    width: min(80%, 600px);
  }
}
.page--bbs.page--thread .list--comment li:not(.host) .name {
  text-align: right;
}
.page--bbs.page--thread .list--comment li:not(.host) .block--comment {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}
.page--bbs.page--thread .list--comment li:not(.host) .box-comment .txt {
  margin-left: auto;
  background-color: rgba(255, 255, 255, 0.3);
  border-top-right-radius: 0px;
}
.page--bbs.page--thread .list--comment li:not(.host) .box-date {
  text-align: right;
  margin-left: 0px;
  margin-right: 4px;
}
.page--bbs.page--thread .list--comment li:not(.host) .block--like {
  margin-left: auto;
}
.page--bbs.page--thread .list--comment li.host {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
      align-items: start;
}
.page--bbs.page--thread .list--comment li.host .name {
  text-align: left;
}
.page--bbs.page--thread .list--comment li.host .box-comment .txt {
  color: #ffffff;
  border-top-left-radius: 0px;
}
.page--bbs.page--thread .list--comment li.host .box-date {
  text-align: left;
  margin-left: 4px;
  margin-right: 0px;
}
.page--bbs.page--thread .list--comment li.host.maria .box-comment .txt {
  background-color: rgba(237, 159, 255, 0.8);
}
.page--bbs.page--thread .list--comment li.host.toku .box-comment .txt {
  background-color: rgba(143, 225, 226, 0.8);
}
.page--bbs.page--thread .list--comment li.host.staff .box-comment .txt {
  background-color: rgba(141, 202, 255, 0.6);
}
.page--bbs.page--thread .switching {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
.page--bbs.page--thread .switching li {
  position: relative;
  padding-bottom: 4px;
  font-family: "Nova Slim", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
}
.page--bbs.page--thread .switching.all li.btn_artist::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  background: #fff;
}
.page--bbs.page--thread .switching.artist li.btn_all::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  background: #fff;
}
.page--bbs.page--thread .footer--thread {
  position: sticky;
  top: 100vh;
  width: 100%;
}
.page--bbs.page--thread .block--post {
  margin-top: 24px;
}
.page--bbs.page--thread .block--post form#comment_form .block--textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page--bbs.page--thread .block--post form#comment_form #textarea {
  width: 90%;
  height: initial;
  min-height: 40px;
  max-height: 180px;
  padding: 0.7em 1.2em;
  color: #ffffff;
  text-shadow: rgba(0, 0, 0, 0.16) 0 2px 6px;
  resize: none;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.7);
  line-height: 1.1;
}
.page--bbs.page--thread .block--post form#comment_form #textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-shadow: rgba(0, 0, 0, 0.16) 0 2px 6px;
}
.page--bbs.page--thread .block--post form#comment_form #textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-shadow: rgba(0, 0, 0, 0.16) 0 2px 6px;
}
.page--bbs.page--thread .block--post form#comment_form #textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-shadow: rgba(0, 0, 0, 0.16) 0 2px 6px;
}
.page--bbs.page--thread .block--post form#comment_form #textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-shadow: rgba(0, 0, 0, 0.16) 0 2px 6px;
}
.page--bbs.page--thread .block--post form#comment_form #textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-shadow: rgba(0, 0, 0, 0.16) 0 2px 6px;
}
.page--bbs.page--thread .block--post form#comment_form .btn {
  position: relative;
  width: 10%;
}
.page--bbs.page--thread .block--post form#comment_form .btn .btn--submit {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  cursor: pointer;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2.3rem;
  color: #fff;
  border: none;
  background: none;
  min-width: unset;
  height: unset;
  line-height: unset;
}
.page--bbs.page--thread .block--post form#comment_form .block--photo {
  margin-top: 1em;
  margin-left: 2em;
  position: relative;
}
.page--bbs.page--thread .block--post form#comment_form .block--photo::after {
  content: "\f03e";
  position: absolute;
  top: 3px;
  left: -30px;
  width: 2rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: 2rem;
  color: #fff;
  border: none;
  background: none;
  min-width: unset;
  height: auto;
  line-height: 1;
}
.page--bbs .block--report {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 25px 15px;
  margin: 1em 0 3em;
}
.page--bbs .block--report .user {
  margin: 0 0 0.2em;
  opacity: 0.7;
}

.page--blog .block--post {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #fff;
}
.page--blog .block--post .block--tit {
  cursor: pointer;
}
.page--blog .block--post .block--post-inner {
  margin-top: 1em;
  display: none;
}
.page--blog .block--post .block--post-inner.active {
  display: block;
}
.page--blog .block--post .block--textarea textarea {
  height: initial;
  min-height: 100px;
  padding: 0.7em;
  color: #ffffff;
  text-shadow: rgba(0, 0, 0, 0.16) 0 2px 6px;
  resize: none;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.7);
  line-height: 1.1;
}
.page--blog .block--post .block--textarea textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-shadow: rgba(0, 0, 0, 0.16) 0 2px 6px;
}
.page--blog .block--post .block--textarea textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-shadow: rgba(0, 0, 0, 0.16) 0 2px 6px;
}
.page--blog .block--post .block--textarea textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-shadow: rgba(0, 0, 0, 0.16) 0 2px 6px;
}
.page--blog .block--post .block--textarea textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-shadow: rgba(0, 0, 0, 0.16) 0 2px 6px;
}
.page--blog .block--post .block--textarea textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-shadow: rgba(0, 0, 0, 0.16) 0 2px 6px;
}
.page--blog .block--comment {
  margin-top: 40px;
}
.page--blog .block--comment .list--comment li {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.page--blog .block--comment .list--comment li:first-child {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #fff;
}
.page--blog .block--comment .list--comment .icon {
  width: 24px;
  height: 24px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 4px;
  display: inline-block;
}
.page--blog .block--comment .list--comment .icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-position: top;
}
.page--blog .block--comment .list--comment .name {
  display: inline-block;
  vertical-align: middle;
}
.page--blog .block--comment .list--comment .date {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.7);
  margin-left: 0.5em;
  vertical-align: middle;
  margin-bottom: 0;
}
.page--blog .block--comment .list--comment .txt {
  margin-bottom: 0;
  margin-top: 0.3em;
}
.page--blog .block--comment .list--comment .btn--delete .main {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.5);
  -webkit-appearance: none;
  -moz-appearance: button;
  background: transparent;
  border: none;
  cursor: pointer;
}
.page--blog .block--comment .block--pager {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #fff;
}
.page--blog .comment-pager {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.1em;
  margin-top: 40px;
}
.page--blog .comment-pager .pager__item--newer span.opacity,
.page--blog .comment-pager .pager__item--older span.opacity {
  opacity: 0.3;
}
.page--blog .icon--area {
  position: fixed;
  z-index: 10;
}
.page--blog .icon--like {
  cursor: pointer;
  position: relative;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.3);
}
.page--blog .icon--like .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page--blog .icon--like .inner-heart {
  position: relative;
  margin: 0 auto;
}
.page--blog .icon--like .inner-heart > .fa.fa-heart {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 400;
}
.page--blog .icon--like .fa.fa-heart {
  display: block;
  font-weight: 900;
}
.page--blog .icon--like .likes--add {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.1em;
  text-align: center;
}
.page--blog .icon--like .heart-sub {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  pointer-events: none;
  display: block;
  opacity: 0;
  -webkit-animation: movingHeart_w 0.8s 0.2s ease-in-out infinite alternate, movingHeart_h 4s 0.2s ease-in-out forwards, movingHeart_opacity 4s 0.1s forwards;
          animation: movingHeart_w 0.8s 0.2s ease-in-out infinite alternate, movingHeart_h 4s 0.2s ease-in-out forwards, movingHeart_opacity 4s 0.1s forwards;
}
.page--blog .icon--like .heart-sub::before {
  content: "\f004";
  position: relative;
  width: inherit;
  height: inherit;
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #df4596;
}
.page--blog .icon--like.clicked > .fa.fa-heart {
  font-weight: 900;
  color: #df4596;
}
.page--blog .icon--like.clicked > .fa.fa-heart::before {
  display: block;
}
.page--blog .section--detail > .block--pager .pager__item--current {
  letter-spacing: 0.1em;
}

.page--blog .icon--area {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
          transform: translate3d(0, 30px, 0);
  -webkit-transition: opacity 0.5s, -webkit-transform 1.2s;
  transition: opacity 0.5s, -webkit-transform 1.2s;
  transition: opacity 0.5s, transform 1.2s;
  transition: opacity 0.5s, transform 1.2s, -webkit-transform 1.2s;
}

.loaded.page--blog .icon--area {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@-webkit-keyframes movingHeart_w {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 12px;
  }
}

@keyframes movingHeart_w {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 12px;
  }
}
@-webkit-keyframes movingHeart_h {
  100% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
  }
}
@keyframes movingHeart_h {
  100% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
  }
}
@-webkit-keyframes movingHeart_opacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes movingHeart_opacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.page--photo .section--detail .list--photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page--photo .section--detail li {
  margin-bottom: 0;
}
.page--photo .section--detail li .thumb {
  margin-bottom: 0;
}
.page--photo .section--detail .block--pager {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #fff;
}

.modal-open .drawer__btn {
  pointer-events: none;
}

#swipebox-slider {
  cursor: auto;
}
#swipebox-slider .slide-loading {
  background-image: none !important;
}

#swipebox-overlay {
  background: rgba(0, 0, 0, 0.9);
}
#swipebox-overlay .slide img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
}

#swipebox-prev, #swipebox-next, #swipebox-close {
  width: 4em;
  height: 4em;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.2;
}

#swipebox-action #swipebox-close {
  top: 2em;
  left: 3%;
  background: none;
}
#swipebox-action #swipebox-close::before, #swipebox-action #swipebox-close::after {
  content: "";
  width: 2em;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 48%;
  left: 1.1em;
  transition: all 0.6s ease-out 0s;
  -webkit-transition: all 0.6s ease-out 0s;
}
#swipebox-action #swipebox-close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#swipebox-action #swipebox-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#swipebox-action #swipebox-prev,
#swipebox-action #swipebox-next {
  position: fixed;
  background: none;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#swipebox-action #swipebox-prev {
  left: 3%;
}
#swipebox-action #swipebox-prev::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1.75em;
  height: 1.75em;
  border: solid 2px;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -0.25em;
  margin-right: 0.25em;
  margin-left: 1em;
  vertical-align: middle;
  pointer-events: none;
}
#swipebox-action #swipebox-next {
  right: 3%;
}
#swipebox-action #swipebox-next::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1.75em;
  height: 1.75em;
  border: solid 2px;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  vertical-align: middle;
  pointer-events: none;
}

#swipebox-caption {
  width: 100%;
  max-width: 800px;
  padding: 0 8%;
  text-align: center;
  position: absolute;
  bottom: 6%;
  left: 50%;
  color: #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.page--wallpaper .section--list > .txt {
  margin-bottom: 48px;
}
.page--wallpaper .section--detail .ph {
  width: 30%;
  margin: 3em auto 0;
  pointer-events: all;
  cursor: pointer;
}
.page--wallpaper .section--detail .ph::after {
  content: none;
}

.page--support .list--support a, #terms .list--support a {
  text-decoration: underline;
}
.page--support .list--support dt, #terms .list--support dt {
  font-weight: bold;
  margin-bottom: 0.4em;
}
.page--support .list--support dd, #terms .list--support dd {
  margin-bottom: 2.9em;
}
.page--support .list--support li, #terms .list--support li {
  margin-bottom: 0.3em;
}

.page--support .section-tit {
  font-family: "Segoe UI", SegoeUI, "Microsoft YaHei", 微软雅黑, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 961px) {
  .page--support .section-tit {
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--support .section-tit {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .page--support .section-tit {
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
.page--support .tit {
  font-weight: normal;
}

.page--faq .section-tit {
  font-family: "Segoe UI", SegoeUI, "Microsoft YaHei", 微软雅黑, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 961px) {
  .page--faq .section-tit {
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--faq .section-tit {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .page--faq .section-tit {
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
.page--faq .section--list .tit {
  font-weight: normal;
  text-align: left;
}
.page--faq .section--list .btn {
  text-align: center;
}
.page--faq .searchBox {
  position: relative;
}
.page--faq .searchBox input[type=text] {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  width: 100%;
  padding: 1em 1.5em;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.16) 0 2px 6px;
}
.page--faq .searchBox input[type=submit] {
  position: absolute;
  z-index: 2;
  border: none;
  border-radius: 30px;
  background: transparent;
  color: #ffffff;
  font-family: FontAwesome;
  cursor: pointer;
}
.page--faq .list--tag {
  white-space: normal;
  margin-bottom: 4em;
}
.page--faq .list--tag li {
  margin-bottom: 10px;
}
.page--faq .tit--category {
  font-weight: bold;
}
.page--faq .tit--category a {
  display: block;
  padding-top: 2em;
}
.page--faq .list--faq li {
  border-bottom: solid 1px #fff;
}
.page--faq .list--faq li:first-of-type {
  border-top: solid 1px #fff;
}
.page--faq .list--faq li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
      align-items: baseline;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.page--faq .list--faq li .txt {
  margin-bottom: 0;
}
.page--faq .list--faq li .icon--a {
  display: none;
}
.page--faq .list--faq li .icon--q {
  display: none;
}
.page--faq .block--faq-detail {
  border: 1px solid #fff;
}
.page--faq .block--faq-detail .icon--q {
  font-family: "Nova Slim", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  color: #8FE1E2;
  float: left;
}
.page--faq .block--faq-detail dt {
  border-bottom: 1px solid #fff;
}
.page--faq .block--faq-detail dt .txt {
  padding-left: 1.2em;
}
.page--faq .block--faq-detail .txt a {
  cursor: pointer;
  font-weight: bold;
  text-decoration: underline;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.page--faq .block--faq-detail .txt a:hover {
  text-decoration: none;
}
.page--faq .block--faq-detail .icon--a {
  display: none;
}
.page--faq .block--contact .link a::after {
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*  page--questionnaire
------------------------------ */
.page--questionnaire .section-tit span {
  display: block;
}
.page--questionnaire .section--detail > .ph {
  margin-bottom: 1em;
}
.page--questionnaire .block--error {
  margin: 2em 0;
  color: #c31515;
}
.page--questionnaire form .form--post + .txt--sub {
  margin-bottom: 2vw;
  text-align: center;
}
.page--questionnaire form .form--post dt {
  font-weight: bold;
}
.page--questionnaire form .form--post .form__select::after {
  position: absolute;
  border-color: #7E77D2;
  pointer-events: none;
}
.page--questionnaire .form--horizontal .form__select::after {
  position: absolute;
  border-color: #7E77D2;
}
.page--questionnaire .icon--required {
  display: inline-block;
}
.page--questionnaire .icon--required::before {
  content: "必須";
  background: #c31515;
  color: #7E77D2;
  font-weight: normal;
  line-height: 1;
}

.page--profile .thumb img {
  margin: 0 auto;
}
.page--profile figcaption {
  width: min(70%, 400px);
  margin: 3em auto 4em;
}
.page--profile .txt p {
  margin-bottom: 1.5em;
}

.page--entry .block--top {
  position: relative;
}
.page--entry .block--top .logo img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.page--entry .block--tit {
  text-align: center;
  line-height: 1.1;
}
.page--entry .block--contents .block--tit {
  color: #ffffff;
}
.page--entry .block--contents .list--content {
  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;
}
.page--entry .block--contents .list--content li {
  border: 1px solid #fff;
}
.page--entry .block--contents .list--content .tit {
  font-family: "Nova Slim", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  text-align: center;
  text-shadow: unset;
}
.page--entry .block--contents .list--content .txt {
  text-align: left;
  margin-bottom: 0;
}
.page--entry .block--contents .list--content .lang-cn {
  display: block;
  opacity: 0.6;
}
.page--entry .block--entry .list--payment {
  width: 100%;
}
.page--entry .block--entry tbody {
  border: solid 1px #fff;
}
.page--entry .block--entry tbody tr {
  border-bottom: solid 1px #fff;
}
.page--entry .block--entry tbody tr th {
  border-right: solid 1px #fff;
  background: rgba(255, 255, 255, 0.1);
}
.page--entry .btn {
  margin: 3em 0;
}
.page--entry .btn--main {
  height: auto;
  line-height: 1.4;
  padding: 24px 16px;
}
.page--entry .entry {
  margin-top: 2em;
}

#terms {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10010;
}
#terms.modalActive {
  display: block;
}
#terms .popup-inner {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}
#terms .box {
  position: relative;
  background: #7E77D2;
  margin: 0 auto;
  height: 80vh;
  height: 80svh;
}
#terms .box .tit {
  font-size: 1.8rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.5em;
  margin-bottom: 2em;
}
#terms .txt-wrap .txt {
  margin-bottom: 2.9em;
}
#terms .box-inner {
  overflow-y: auto;
  height: 70vh;
  height: 70svh;
  /*スクロールバー非表示（Chrome・Safari）*/
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
}
#terms .box-inner::-webkit-scrollbar {
  display: none;
}
#terms .form__checkbox {
  margin-top: 1.5em;
  text-align: center;
}
#terms .btn.entry:not(.checked) {
  pointer-events: none;
  opacity: 0.6;
}
#terms #modalClose {
  cursor: pointer;
  position: relative;
  top: -24px;
  right: 6px;
}
#terms #modalClose span {
  display: none;
}
#terms #modalClose::before, #terms #modalClose::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 24px;
  background: #fff;
}
#terms #modalClose::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#terms #modalClose::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* page--error
------------------------------ */
.page--error .section--detail .section-tit {
  text-align: center;
  margin: 0 0 1em;
}
.page--error .section--detail .btn {
  margin-top: 2em;
}
.page--error .section--detail .btn .btn--sub {
  font-family: "Nova Slim", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
}

/* animation
------------------------------ */
body.page--home:not(.already) [class^=section--].delighter {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
          transform: translate3d(0, 30px, 0);
  -webkit-transition: opacity 0.5s, -webkit-transform 1.2s;
  transition: opacity 0.5s, -webkit-transform 1.2s;
  transition: opacity 0.5s, transform 1.2s;
  transition: opacity 0.5s, transform 1.2s, -webkit-transform 1.2s;
}
body.page--home:not(.already) [class^=section--].delighter.started {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
body.page--home:not(.already) .block--keyvisual,
body.page--home:not(.already) .logo,
body.page--home:not(.already) .scroll,
body.page--home:not(.already) .drawer__btn {
  opacity: 0;
}
body.page--home:not(.already) .block--keyvisual {
  -webkit-transition: opacity 0.8s 0.5s ease-in;
  transition: opacity 0.8s 0.5s ease-in;
}
body.page--home:not(.already) .logo {
  -webkit-transition: opacity 0.8s 1.2s ease-in;
  transition: opacity 0.8s 1.2s ease-in;
}
body.page--home:not(.already) .scroll, body.page--home:not(.already) .drawer__btn {
  -webkit-transition: opacity 0.8s 2s ease-in;
  transition: opacity 0.8s 2s ease-in;
}
body.page--home:not(.already).loaded .block--keyvisual,
body.page--home:not(.already).loaded .logo,
body.page--home:not(.already).loaded .scroll,
body.page--home:not(.already).loaded .drawer__btn {
  opacity: 1;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  .frame .frame-w {
    width: calc(100vw - 72px);
    height: calc(100vh - 48px);
    height: calc(100svh - 48px);
  }
  .frame .frame-w::before {
    left: -18px;
  }
  .frame .frame-w::after {
    right: -21px;
  }
  .frame .frame-h {
    width: calc(100vw - 48px);
    height: calc(100vh - 80px);
    height: calc(100svh - 80px);
  }
  .frame .frame-h::before {
    left: -8px;
  }
  .frame .frame-h::after {
    right: -10px;
  }
  a {
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
    cursor: pointer;
  }
  .btn a, .btn input {
    min-width: 300px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    overflow: hidden;
  }
  .btn--main, .btn--sub {
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  .btn--main:hover {
    opacity: 0.7;
  }
  .btn--sub:hover {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #7E77D2;
  }
  header {
    position: relative;
  }
  header > .logo {
    width: 14vw;
    max-width: 170px;
    top: 64px;
    left: 4vw;
  }
  header > .logo a {
    display: block;
  }
  header .header_inner {
    top: 64px;
    right: 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    z-index: 100;
  }
  header .header_inner li a {
    line-height: 1.4;
  }
  header .drawer__btn {
    cursor: pointer;
  }
  header .drawer__btn .drawer__btn-inner {
    width: 42px;
  }
  header .drawer__btn .drawer__btn-inner img {
    width: 24px;
    margin-left: 8px;
  }
  header .drawer__btn .drawer__btn-inner::after {
    font-size: 1.2rem;
    top: 6px;
    right: 0;
  }
  .drawer .drawer-inner {
    width: min(32%, 700px);
    padding: min(8%, 98px);
  }
  .drawer .drawer-inner .g-nav {
    width: 100%;
    margin: 0 auto;
  }
  .drawer .drawer-inner .g-nav a {
    font-size: 2rem;
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  .drawer .drawer-inner .g-nav a:hover {
    opacity: 0.5;
  }
  .drawer .drawer-inner .g-nav a .lang-cn {
    font-size: 1.3rem;
    margin-bottom: 0.3em;
    margin-left: 8px;
  }
  .drawer .drawer-inner .g-nav ul {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .drawer .drawer-inner .g-nav ul li {
    white-space: nowrap;
  }
  .drawer .drawer-inner .g-nav ul.list--nav__contents li {
    margin-bottom: 16px;
    line-height: 1;
  }
  .drawer .drawer-inner .g-nav .block--nav__fc .logo-fc {
    width: min(90%, 180px);
    margin: 72px 0 32px;
  }
  .drawer .drawer-inner .g-nav .block--nav__fc .list--nav__contents {
    margin-top: 2em;
  }
  .drawer .drawer-inner .g-nav .block--nav__fc .list--nav__login li {
    margin-bottom: 8px;
  }
  .swiper-container {
    padding-left: 10vw;
    padding-right: 10vw;
  }
  .swiper-button-next {
    margin-left: 0.7em;
  }
  .swiper-button-prev {
    margin-right: 0.7em;
  }
  .swiper-button-prev:after, .swiper-button-next:after {
    font-size: 14px;
  }
  .swiper-button-prev:not(.swiper-button-disabled):hover:after, .swiper-button-next:not(.swiper-button-disabled):hover:after {
    color: #8FE1E2;
  }
  .block--pager li a, .block--pager li span {
    position: relative;
  }
  .block--pager li a:hover {
    opacity: 1;
  }
  .block--pager .pager__item--current,
  .block--pager .pager__item--other {
    padding: 0.25em 0.6em;
  }
  .block--pager .pager__item--newer,
  .block--pager .pager__item--older {
    margin: 0 1em;
  }
  .block--pager .pager__item--newer a:hover {
    -webkit-transform: translateX(-0.5em);
            transform: translateX(-0.5em);
  }
  .block--pager .pager__item--older a:hover {
    -webkit-transform: translateX(0.5em);
            transform: translateX(0.5em);
  }
  .list__more a {
    font-size: 1.6rem;
  }
  .list__more a .arrow {
    -webkit-transition: -webkit-transform 0.3s 0s ease;
    transition: -webkit-transform 0.3s 0s ease;
    transition: transform 0.3s 0s ease;
    transition: transform 0.3s 0s ease, -webkit-transform 0.3s 0s ease;
    margin-left: 1em;
  }
  .list__more a:hover .arrow {
    -webkit-transform: translateX(0.5em);
            transform: translateX(0.5em);
  }
  .detail__btn {
    font-size: 1.6rem;
    margin-top: 5em;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
  }
  .detail__btn a:hover .arrow {
    -webkit-transform: scale(-1, 1) translateX(0.5em);
            transform: scale(-1, 1) translateX(0.5em);
  }
  .detail__btn .arrow {
    -webkit-transition: -webkit-transform 0.3s 0s ease;
    transition: -webkit-transform 0.3s 0s ease;
    transition: transform 0.3s 0s ease;
    transition: transform 0.3s 0s ease, -webkit-transform 0.3s 0s ease;
    margin-right: 1em;
  }
  .section-tit {
    font-size: 5rem;
    line-height: 1.2;
    margin-bottom: 48px;
  }
  .section-tit::before, .section-tit::after {
    width: 22px;
    height: 32px;
    margin-top: 14px;
  }
  .section-tit::before {
    margin-right: 16px;
  }
  .section-tit::after {
    margin-left: 16px;
  }
  .section-tit .lang-cn {
    font-size: 1.8rem;
  }
  .tit {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .date {
    font-size: 1.6rem;
  }
  .category {
    font-size: 1.2rem;
    padding: 3px 8px;
  }
  .txt--basic {
    margin: 0 0 1em;
  }
  .txt--sub {
    font-size: 11px;
  }
  .tag {
    font-size: 1.1rem;
  }
  .tag::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 0.2em;
    border-radius: 100%;
    background-color: #8FE1E2;
  }
  body:not(.page--home) .content-main {
    padding: 100px 0 180px;
  }
  .list--tag a:hover {
    background: rgba(143, 225, 226, 0.1);
  }
  .page--home .thumb, .section--list .thumb {
    padding: 6px;
  }
  .modal--contents .inner ul li {
    width: calc(25% - 10px);
  }
  .modaal-close {
    right: 20vw;
  }
  .list--info li a {
    padding: 32px 0;
  }
  .list--info li a .date, .list--info li a .block--date {
    margin-bottom: 16px;
  }
  .list--info li a:hover {
    opacity: 0.5;
  }
  .list--info.list--live a {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  .list--info.list--live .tit {
    width: 80%;
  }
  .list--info.list--live .block--schedule__date {
    width: 20%;
  }
  .block--schedule__date .md {
    font-size: 3rem;
    line-height: 1.4;
  }
  .block--schedule__date .year .week {
    font-size: 1.4rem;
  }
  .block--schedule__info {
    padding-left: 1.5em;
  }
  .list--other-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .list--other-contents li {
    width: 48%;
    position: relative;
    font-size: 46px;
    padding-bottom: 40px;
  }
  .list--other-contents .arrow {
    width: 38px;
    height: 52px;
    stroke: #8FE1E2;
    stroke-opacity: 0.2;
  }
  .list--contents, .list--discography {
    -webkit-box-pack: justify;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .list--contents li, .list--discography li {
    width: 32%;
  }
  .list--contents li .date, .list--discography li .date {
    font-size: 1.3rem;
  }
  .list--contents li a, .list--discography li a {
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  .list--contents li a:hover, .list--discography li a:hover {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  .list--contents li a figure, .list--discography li a figure {
    overflow: hidden;
  }
  .list--contents li a figure img, .list--discography li a figure img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .list--contents li a:hover, .list--discography li a:hover {
    cursor: pointer;
  }
  .list--error li {
    color: #c31515;
    font-weight: bold;
    margin: 0 0 0.3em;
    line-height: 1.8;
  }
  .list--error li:last-of-type {
    margin-bottom: 0;
  }
  li.no-data {
    text-align: left;
    width: 100%;
    padding: 4em 0;
    margin-top: 0;
  }
  .block--sort-category .block--sort {
    max-height: 60vh;
    top: 3em;
  }
  .block--sort-category .block--sort .list--sort {
    margin-left: 0.5em;
  }
  .block--sort-category .block--sort .list--sort li .category {
    font-size: 14px;
  }
  .block--sort-category .block--sort .list--sort li .category label {
    padding: 1em 0.5em;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .block--sort-category .block--sort .list--sort li .category label::before {
    width: 1.2em;
    height: 1.2em;
    right: 0.5em;
    top: 1.2em;
  }
  .block--sort-category .block--sort .list--sort li .category label::after {
    width: 0.8em;
    height: 0.8em;
    right: 0.7em;
    top: 1.4em;
  }
  .block--sort-category .block--sort::-webkit-scrollbar {
    width: 10px;
  }
  .block--category {
    margin-bottom: 4em;
  }
  .block--category li {
    margin-right: 16px;
    margin-bottom: 0.4em;
    font-size: 1.4rem;
  }
  .block--category li a {
    padding-bottom: 8px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .block--category li:not(.current) a:after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .block--category li:not(.current) a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .page--home .content-main {
    padding: 0;
    position: relative;
  }
  .page--home .no-data {
    font-size: 2.5rem;
  }
  .page--home .no-data .lang-cn {
    font-size: 1.6rem;
    opacity: 0.8;
  }
  .page--home .section--top {
    min-height: 560px;
  }
  .page--home .section--top .block--keyvisual {
    width: 70vh;
  }
  .page--home .section--top .logo {
    width: min(20%, 360px);
    margin-top: -32px;
  }
  .page--home .section--bnr {
    margin: 14vw 0;
  }
  .page--home .section--bnr .list--bnr li {
    position: relative;
    cursor: pointer;
  }
  .page--home .section--bnr .list--bnr a {
    -webkit-transition: -webkit-transform 0.3s 0s ease;
    transition: -webkit-transform 0.3s 0s ease;
    transition: transform 0.3s 0s ease;
    transition: transform 0.3s 0s ease, -webkit-transform 0.3s 0s ease;
  }
  .page--home .section--bnr .list--bnr a:hover {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  .page--home .section--bnr.no-carousel.one .list--bnr li {
    width: 50%;
    margin: 0 auto;
  }
  .page--home .section--bnr.no-carousel.two .swiper-container {
    padding-right: 16vw;
    padding-left: 16vw;
  }
  .page--home .section--bnr.no-carousel.two .swiper-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .page--home .section--bnr.no-carousel.two .list--bnr li {
    width: 48%;
  }
  .page--home .section--bnr.no-carousel.two .list--bnr li:first-child {
    margin-right: 2%;
  }
  .page--home .section--info, .page--home .section--live {
    margin: 0 auto 16vw;
  }
  .page--home .section--info .list__more, .page--home .section--live .list__more {
    margin-top: 62px;
  }
  .page--home .section--info {
    width: min(54%, 1100px);
  }
  .page--home .section--live {
    width: min(60%, 1100px);
  }
  .page--home .section--discography {
    margin-bottom: 20vw;
  }
  .page--home .section--discography .block--disco {
    -webkit-box-align: flex-end;
    -ms-flex-align: end;
        align-items: flex-end;
    -webkit-column-gap: 48px;
       -moz-column-gap: 48px;
            column-gap: 48px;
    width: min(60%, 1100px);
  }
  .page--home .section--discography .block--disco > a {
    width: 50%;
    -webkit-transition: -webkit-transform 0.3s 0s ease;
    transition: -webkit-transform 0.3s 0s ease;
    transition: transform 0.3s 0s ease;
    transition: transform 0.3s 0s ease, -webkit-transform 0.3s 0s ease;
  }
  .page--home .section--discography .block--disco > a:hover {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  .page--home .section--discography .block--detail {
    width: calc(50% - 48px);
  }
  .page--home .section--discography .block--detail .list__text .category {
    margin-bottom: 8px;
  }
  .page--home .section--discography .block--detail .list__more {
    margin-top: 104px;
    text-align: right;
  }
  .page--home .area-fc .logo-area {
    width: 24vw;
    margin-bottom: 24vw;
  }
  .page--home .area-fc .logo-area .list--nav__login {
    margin-top: 56px;
  }
  .page--home .area-fc .logo-area .list--nav__login li a {
    font-size: 2.4rem;
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
    padding-top: 6px;
  }
  .page--home .area-fc .logo-area .list--nav__login li a .lang-cn {
    font-size: 1.4rem;
    line-height: 2;
  }
  .page--home .area-fc .logo-area .list--nav__login li a:hover {
    opacity: 0.5;
  }
  .page--home .area-fc .logo-area .list--nav__login li a::before {
    width: 180px;
    height: 82px;
  }
  .page--home .area-fc .logo-area .list--nav__login .nav__item--mypage a {
    font-size: 2rem;
    padding-top: 8px;
  }
  .page--home .area-fc .logo-area .list--nav__login .nav__item--mypage a .lang-cn {
    font-size: 1.3rem;
  }
  .page--home .area-fc .logo-area .list--nav__login .nav__item--mypage a::before {
    width: 190px;
    height: 92px;
  }
  .page--home .area-fc .logo-area .nav__item--login {
    margin-left: 100px;
  }
  .page--home .section--bbs {
    margin-bottom: 30vw;
  }
  .page--home .section--bbs .section-tit {
    font-size: min(4.8rem, 3vw);
  }
  .page--home .section--bbs .section-tit::before, .page--home .section--bbs .section-tit::after {
    margin-top: 8px;
  }
  .page--home .section--bbs .inner {
    margin: 0 20vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
  .page--home .section--bbs::before, .page--home .section--bbs::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url("/static/garnidelia/common/parts_bg_line.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 18vw;
    height: 12px;
  }
  .page--home .section--bbs::before {
    top: 50%;
    left: 0;
    -webkit-transform: scale(-1, 1) translateY(-50%);
            transform: scale(-1, 1) translateY(-50%);
  }
  .page--home .section--bbs::after {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .page--home .section--bbs .block--thumb {
    width: 48%;
  }
  .page--home .section--bbs .block--thumb .thumb {
    width: 50%;
    padding: 6px;
  }
  .page--home .section--bbs .block--thumb .thumb::before {
    padding: max(20px, 9%);
    font-size: max(2rem, 1.4vw);
  }
  .page--home .section--bbs .block--thumb a {
    -webkit-transition: -webkit-transform 0.3s 0s ease;
    transition: -webkit-transform 0.3s 0s ease;
    transition: transform 0.3s 0s ease;
    transition: transform 0.3s 0s ease, -webkit-transform 0.3s 0s ease;
  }
  .page--home .section--bbs .block--thumb a:hover {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  .page--home .section--bbs .block--thumb .thumb.toku::before {
    border-radius: 12px 12px 12px 0;
  }
  .page--home .section--bbs .block--thumb .thumb.maria {
    left: -20%;
    margin-top: 40%;
  }
  .page--home .section--bbs .block--thumb .thumb.maria::before {
    border-radius: 0 12px 12px 12px;
  }
  .page--home .section--bbs .block--detail {
    width: 52%;
  }
  .page--home .section--bbs .block--detail .section-tit {
    margin-bottom: 64px;
  }
  .page--home .section--bbs .block--detail .txt--lead {
    margin-bottom: 48px;
  }
  .page--home .section--bbs .block--detail .list__more {
    text-align: left;
  }
  .page--home .section--blog {
    margin-bottom: 30vw;
  }
  .page--home .section--blog .section-tit {
    -webkit-box-pack: justify;
    -ms-flex-pack: start;
        justify-content: start;
  }
  .page--home .section--blog::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url("/static/garnidelia/common/parts_bg_wave.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: -1;
  }
  .page--home .section--blog .section-tit, .page--home .section--blog .list__more {
    text-align: left;
  }
  .page--home .section--blog .inner {
    margin: 0 20vw;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
  .page--home .section--blog .block--detail {
    position: relative;
    width: 50%;
  }
  .page--home .section--blog .block--detail .list__text .category {
    margin-bottom: 16px;
  }
  .page--home .section--blog .block--detail .list__text .tit.no-data {
    text-align: left;
  }
  .page--home .section--blog .block--detail .list__more {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .page--home .section--blog .block--thumb {
    width: 50%;
  }
  .page--home .section--blog .block--thumb a .thumb {
    -webkit-transition: -webkit-transform 0.3s 0s ease;
    transition: -webkit-transform 0.3s 0s ease;
    transition: transform 0.3s 0s ease;
    transition: transform 0.3s 0s ease, -webkit-transform 0.3s 0s ease;
  }
  .page--home .section--blog .block--thumb a:hover .thumb {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  .page--home .section--wallpaper {
    margin-bottom: 30vw;
  }
  .page--home .section--wallpaper::after {
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url("/static/garnidelia/common/parts_bg_dots.png");
    background-size: 8px;
    height: 8px;
    width: 100%;
    background-repeat: repeat-x;
    top: 40%;
    z-index: -1;
  }
  .page--home .section--wallpaper .inner {
    margin: 0 20vw;
  }
  .page--home .section--wallpaper .block--thumb {
    width: 32%;
    margin: 0 auto;
  }
  .page--home .section--wallpaper .block--thumb a .thumb {
    -webkit-transition: -webkit-transform 0.3s 0s ease;
    transition: -webkit-transform 0.3s 0s ease;
    transition: transform 0.3s 0s ease;
    transition: transform 0.3s 0s ease, -webkit-transform 0.3s 0s ease;
  }
  .page--home .section--wallpaper .block--thumb a:hover .thumb {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  .page--home .section--wallpaper .section-tit {
    margin-top: -24px;
    margin-bottom: 20px;
  }
  .page--home .section--wallpaper .block--detail .list__more {
    margin-top: 36px;
  }
  .page--home .section--wallpaper .block--detail .tit {
    width: min(50%, 600px);
    margin: 0 auto;
  }
  .page--home .section--photo {
    margin-bottom: 30vw;
  }
  .page--home .section--photo .section-tit {
    font-size: 3rem;
    top: 50%;
  }
  .page--home .section--photo .section-tit.left {
    -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
    left: 0;
  }
  .page--home .section--photo .section-tit.right {
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    right: 0;
  }
  .page--home .section--photo .section-tit::before, .page--home .section--photo .section-tit::after {
    margin-top: 0px;
  }
  .page--home .section--photo::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url("/static/garnidelia/common/parts_bg_circle.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 72vw;
    height: 48vw;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
  }
  .page--home .section--photo .inner {
    margin: 0 20vw;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    -webkit-box-align: flex-end;
    -ms-flex-align: end;
        align-items: flex-end;
  }
  .page--home .section--photo .block--detail {
    width: 50%;
  }
  .page--home .section--photo .list__more {
    text-align: left;
    margin-top: 40px;
  }
  .page--home .section--photo .block--thumb {
    width: 50%;
  }
  .page--home .section--photo .block--thumb a .thumb {
    -webkit-transition: -webkit-transform 0.3s 0s ease;
    transition: -webkit-transform 0.3s 0s ease;
    transition: transform 0.3s 0s ease;
    transition: transform 0.3s 0s ease, -webkit-transform 0.3s 0s ease;
  }
  .page--home .section--photo .block--thumb a:hover .thumb {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  .page--home .section--photo.coming-soon .inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .page--home .section--movie {
    margin-bottom: 30vw;
  }
  .page--home .section--movie::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url("/static/garnidelia/common/parts_bg_wave_dots.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    aspect-ratio: 79/20;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: -1;
  }
  .page--home .section--movie .inner {
    margin: 0 20vw;
  }
  .page--home .section--movie .block--thumb {
    width: 60%;
    margin-bottom: 40px;
  }
  .page--home .section--movie .block--thumb a .thumb {
    border-radius: 98px 24px;
  }
  .page--home .section--movie .block--thumb a .thumb img {
    border-radius: 96px 22px;
  }
  .page--home .section--movie .block--thumb a .thumb {
    -webkit-transition: -webkit-transform 0.3s 0s ease;
    transition: -webkit-transform 0.3s 0s ease;
    transition: transform 0.3s 0s ease;
    transition: transform 0.3s 0s ease, -webkit-transform 0.3s 0s ease;
  }
  .page--home .section--movie .block--thumb a:hover .thumb {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  .page--home .section--movie .block--detail {
    width: 50%;
  }
  .page--home .section--movie .list__more {
    margin-top: 40px;
  }
  .page--home .section--special {
    margin-bottom: 20vw;
  }
  .page--home .section--special .inner {
    margin: 0 20vw;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    -webkit-box-align: flex-end;
    -ms-flex-align: end;
        align-items: flex-end;
  }
  .page--home .section--special .inner .block--detail {
    width: 50%;
    margin-bottom: 32px;
  }
  .page--home .section--special .inner .block--thumb {
    width: 50%;
  }
  .page--home .section--special .inner .block--thumb a .thumb {
    -webkit-transition: -webkit-transform 0.3s 0s ease;
    transition: -webkit-transform 0.3s 0s ease;
    transition: transform 0.3s 0s ease;
    transition: transform 0.3s 0s ease, -webkit-transform 0.3s 0s ease;
  }
  .page--home .section--special .inner .block--thumb a:hover .thumb {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  .page--home .section--special .inner .list__more {
    margin-top: 40px;
    text-align: left;
  }
  .page--home .section--special::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url("/static/garnidelia/common/parts_bg_circle_dots.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 60vw;
    height: 40vw;
    top: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
    opacity: 0.6;
  }
  .page--home footer {
    margin-top: 60px;
  }
  .section--list,
  .section--detail {
    width: min(60%, 900px);
    margin: 5em auto 2em;
  }
  .section--detail .tit {
    font-size: 2.4rem;
    margin-bottom: 0.6em;
  }
  .section--detail .txt {
    margin-bottom: 1.5em;
  }
  .section--detail .txt .ph {
    max-width: 600px;
    margin: 1.5em auto 1.5em 0;
  }
  .section--detail .block--sub__info {
    margin-bottom: 2em;
  }
  .section--detail .tag {
    margin-right: 0.8em;
  }
  .section--detail .date {
    margin-left: 0;
    padding-right: 0;
  }
  .section--detail .date:first-of-type {
    margin-right: 0;
  }
  .section--detail .date.end_time::before {
    height: 1px;
    width: 0.5em;
    margin: 0 0.4em;
  }
  .section--detail .block--share li {
    margin-right: 12px;
  }
  .section--detail .block--share li i {
    font-size: 2rem;
  }
  .section--detail .block--share li.share {
    font-size: 1.2rem;
    margin-right: 20px;
  }
  .section--detail .block--share li a {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .section--detail .block--share li a:hover {
    opacity: 0.6;
  }
  .page--info .section--detail .tit, .page--live .section--detail .tit {
    padding-bottom: 32px;
  }
  .page--info .section--detail .category {
    font-size: 1.3rem;
  }
  .page--info .section--detail .block--sub__info {
    margin-bottom: 4px;
  }
  .page--info .section--detail .tit {
    margin-bottom: 32px;
  }
  .page--live .section--detail .category {
    font-size: 1.5rem;
  }
  .page--live .section--detail .block--sub__info {
    display: block;
  }
  .page--live .section--detail .year {
    display: inline-block;
    font-size: 1.6rem;
    margin-right: 0.2em;
    margin-bottom: 0;
  }
  .page--live .section--detail .md {
    font-size: 2.6rem;
  }
  .page--live .section--detail .week {
    font-size: 1.6rem;
    margin-left: 0.2em;
  }
  .page--discography .list--discography li .tit {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
  .page--discography .section--detail .disco-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 2em;
  }
  .page--discography .section--detail .disco-wrap .block--jacket {
    width: 40%;
    max-width: 600px;
  }
  .page--discography .section--detail .list__text .category {
    margin-left: 0;
    margin-bottom: 8px;
  }
  .page--discography .section--detail .list__text .date {
    display: block;
    font-size: 2rem;
  }
  .page--discography .list--jacket li {
    margin-bottom: 5em;
  }
  .page--discography .list--jacket li .txt--sub {
    padding: 1em 0 0.5em;
  }
  .page--discography .block--disc-detail {
    width: 56%;
  }
  .page--discography .block--disc-detail > .list__text {
    margin-bottom: 3em;
  }
  .page--discography .block--disc-detail .video {
    margin-bottom: 2em;
  }
  .page--discography .block--sub__info p {
    margin-right: 0.8em;
  }
  .page--discography .edition .tit {
    font-size: 1.6rem;
  }
  .page--discography .edition .block--track {
    padding: 20px;
  }
  .page--discography .edition .block--track .block--tit {
    font-size: 1.6rem;
    padding-bottom: 8px;
    margin-bottom: 16px;
  }
  .page--bbs .block--pager .btn--sub:hover {
    color: unset;
    opacity: 0.7;
  }
  .page--bbs.page--thread .section--detail {
    width: min(56%, 720px);
    min-height: 480px;
  }
  .page--bbs.page--thread .list--comment {
    padding: 0 24px;
  }
  .page--bbs.page--thread .list--comment li .icon {
    width: 48px;
    height: 48px;
    margin-right: 8px;
  }
  .page--bbs.page--thread .list--comment li.host .inner {
    width: min(100% - 56px, 560px);
  }
  .page--bbs.page--thread .switching {
    margin-top: 3em;
  }
  .page--bbs.page--thread .switching.all li::after, .page--bbs.page--thread .switching.artist li::after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .page--bbs.page--thread .switching.all li:hover::after, .page--bbs.page--thread .switching.artist li:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .page--bbs.page--thread .block--tit .detail__btn a,
  .page--bbs.page--thread .block--post form#comment_form .btn .btn--submit {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page--bbs.page--thread .block--post form#comment_form .btn .btn--submit:hover {
    opacity: 0.5;
  }
  .page--blog .section--list .no-data,
  .page--wallpaper .section--list .no-data,
  .page--photo .section--list .no-data {
    text-align: center;
    padding: unset;
    margin-top: 4em;
    font-size: 2.6rem;
  }
  .page--blog .section--list .no-data .lang-cn,
  .page--wallpaper .section--list .no-data .lang-cn,
  .page--photo .section--list .no-data .lang-cn {
    font-size: 1.6rem;
    opacity: 0.8;
  }
  .page--blog .block--comment .list--comment .name {
    font-size: 1.4rem;
  }
  .page--blog .block--comment .list--comment .date {
    font-size: 1.3rem;
  }
  .page--blog .icon--area {
    bottom: 8vh;
    right: 5vw;
  }
  .page--blog .likes--add {
    font-size: 1.5rem;
  }
  .page--blog .icon--like {
    width: 5em;
    height: 5em;
  }
  .page--blog .icon--like .inner-heart {
    width: 30px;
    height: 30px;
  }
  .page--blog .icon--like .fa.fa-heart {
    font-size: 3rem;
  }
  .page--blog .icon--like .heart-sub {
    font-size: 3rem;
  }
  .page--blog .section--detail > .block--pager .pager__item--current a:hover {
    opacity: 0.7;
  }
  .page--photo .section--detail .list--photo {
    margin-bottom: 64px;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
        justify-content: unset;
  }
  .page--photo .section--detail .list--photo li {
    width: 25%;
  }
  .page--wallpaper .section--detail .ph {
    pointer-events: visible;
    margin: 3em auto 0;
    width: 30%;
  }
  .page--support .section-tit {
    font-size: 3rem;
  }
  .page--support .tit {
    font-size: 20px;
    line-height: 1.6em;
    margin: 0 0 1.6em;
  }
  .page--support .txt {
    margin-bottom: 1.6em;
  }
  .page--faq .section--list .section-tit {
    font-size: 3rem;
  }
  .page--faq .section--list .tit {
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 1em;
  }
  .page--faq .section--list .btn {
    margin: 2em 0;
  }
  .page--faq .section--list .txt--sub {
    font-size: 12px;
  }
  .page--faq .searchBox {
    width: 70%;
    margin: 3em auto 3em;
    max-width: 700px;
  }
  .page--faq .searchBox input[type=submit] {
    top: 50%;
    right: 3px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 40px;
    font-size: 18px;
    line-height: 40px;
  }
  .page--faq .tit--category {
    margin: 0 0 1.5em;
  }
  .page--faq .list--faq {
    margin: 0 0 3em;
  }
  .page--faq .list--faq li a {
    padding: 1.5em 0;
  }
  .page--faq .list--faq li a:hover {
    text-decoration: none;
    opacity: 0.5;
  }
  .page--faq .list--faq li .tit {
    margin: 0 0;
    font-size: 15px;
  }
  .page--faq .list--faq li .txt {
    font-size: 15px;
    line-height: 1.6;
  }
  .page--faq .block--faq-detail {
    padding: 2em 1.5em;
    margin: 0 0 4em;
  }
  .page--faq .block--faq-detail dt {
    font-size: 16px;
    padding: 0 0 15px;
    margin: 0 0 2em;
  }
  .page--faq .block--faq-detail .txt {
    margin-bottom: 0;
    padding-top: 0;
  }
  .page--faq .block--faq-detail .txt a:hover {
    text-decoration: none;
  }
  .page--faq .block--contact {
    width: 90%;
    max-width: 960px;
    margin: 4em 0 0;
  }
  .page--faq .block--contact .link a:hover {
    color: #7E77D2;
    text-decoration: none;
  }
  .page--faq .block--contact .link a:hover::after {
    border: 1px solid #8FE1E2;
    border-top: none;
    border-right: none;
  }
  .page--faq .block--contact .link a:hover + i {
    color: #7E77D2;
  }
  /*  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 .txt--basic {
    margin-bottom: 1em;
    font-size: 1.5rem;
  }
  .page--questionnaire form .form--post {
    margin-bottom: 8vw;
  }
  .page--questionnaire form .form--post dt {
    margin: 0 0 0.8em;
  }
  .page--questionnaire form .form--post dd {
    margin: 0 0 2em;
  }
  .page--questionnaire form .form--post .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;
  }
  .page--questionnaire .btn--sub {
    margin: 1.5em auto;
    text-align: center;
  }
  .page--entry .block--top {
    margin: 0 auto 3em;
  }
  .page--entry .block--top .logo {
    width: 36%;
    margin: 0 auto 56px;
  }
  .page--entry .block--top .txt--lead {
    width: 80%;
    margin: 0 auto;
    line-height: 1.66;
  }
  .page--entry .block--top + .block--btn .btn.member {
    margin: 3em auto;
  }
  .page--entry .block--tit {
    margin-bottom: 0.8em;
    font-size: 3.6rem;
  }
  .page--entry .block--contents {
    margin-bottom: 6em;
  }
  .page--entry .block--contents .list--content li {
    border: 1px solid #fff;
    width: 49%;
    margin-bottom: 2%;
    padding: 3%;
  }
  .page--entry .block--contents .list--content .lang-cn {
    font-size: 1.6rem;
  }
  .page--entry .block--entry {
    margin: 0 auto;
  }
  .page--entry .block--entry .block--tit {
    margin-bottom: 32px;
    font-size: 28px;
  }
  .page--entry .block--entry tbody tr th, .page--entry .block--entry tbody tr td {
    padding: 25px;
  }
  .page--entry .block--entry tbody tr td {
    width: 75%;
  }
  .page--entry .block--entry {
    margin-bottom: 6em;
  }
  .page--entry .block--entry .block--tit span {
    font-size: 1.1rem;
  }
  #terms .box {
    width: min(60%, 1000px);
    padding: 48px 40px 40px;
  }
  .page--feature .section-tit {
    margin-bottom: 0.8em;
  }
  .page--feature .section-tit.section--tit__medium {
    margin-bottom: 1em;
    padding-top: 2vw;
    font-size: 5.5vw;
  }
  .page--feature .block--photo__dl {
    margin: 8em auto 0;
  }
  .page--feature .block--photo__dl .ph {
    max-width: 600px;
    margin: 1.5em auto;
  }
  .page--error .section--detail .tit {
    font-size: 30px;
    line-height: 1.6em;
    margin: 0 0 1em;
    text-align: center;
  }
  .page--error .section--detail .txt {
    padding-top: 0;
  }
  .page--error .section--detail .btn {
    margin: 1em 0;
  }
}
@media screen and (min-width: 961px) and (min-width: 961px) {
  .page--error .section--detail .txt {
    text-align: center;
  }
}
@media screen and (min-width: 961px) {
  footer .inner {
    width: 90%;
    padding: 50px 0 48px;
  }
  footer .inner .list--support dt {
    display: none;
  }
  footer .inner .nav--support {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 16px;
  }
  footer .inner .nav--support li {
    display: inline-block;
  }
  footer .inner .nav--support li:not(:last-child) {
    margin-right: 20px;
    margin-bottom: 12px;
  }
  footer .inner .nav--support li a {
    text-decoration: underline;
  }
  footer .inner .nav--support li a:hover {
    opacity: 0.5;
  }
  footer .inner .copyright::after {
    content: "";
    display: block;
    clear: both;
  }
  footer .list--sns {
    margin: 24px auto;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
  footer .list--sns li {
    width: 32px;
  }
  footer .list--sns li.nav__item--weibo.maria::before, footer .list--sns li.nav__item--weibo.toku::before {
    top: -16px;
    right: 0px;
    font-size: 10px;
    width: inherit;
    text-align: center;
  }
  footer .list--sns li.nav__item--qqmusic {
    width: 28px;
  }
  footer .list--sns li a {
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  footer .list--sns li a:hover {
    opacity: 0.5;
  }
  footer .footer_detail span:not(:last-child) {
    border-right: 1px solid #fff;
  }
  body:not(.page--home) footer {
    padding: 0 !important;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .pc {
    display: none !important;
  }
  body::after {
    width: 170%;
  }
  .frame .frame-w {
    width: calc(100vw - 48px);
    height: calc(100% - 30px);
  }
  .frame .frame-w::before {
    left: -18px;
  }
  .frame .frame-w::after {
    right: -21px;
  }
  .frame .frame-h {
    width: calc(100vw - 24px);
    height: calc(100% - 60px);
  }
  .frame .frame-h::before {
    left: -7px;
  }
  .frame .frame-h::after {
    right: -10px;
  }
  .btn--main {
    min-width: 80%;
    margin-top: 1em;
    font-size: 1.3rem;
  }
  /* input */
  /* page--error
  ------------------------------ */
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 960px) {
  .btn--main {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn--sub {
    min-width: 80%;
    margin-top: 1em;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 960px) {
  .btn--sub {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .input--half {
    width: 100% !important;
  }
  .input--quarter {
    width: 50% !important;
  }
  .swiper-button-next {
    margin-left: 8px;
  }
  .swiper-button-prev {
    margin-right: 8px;
  }
  .swiper-button-prev:after, .swiper-button-next:after {
    font-size: 12px;
  }
  body:not(.page--home) .content-main {
    padding: 120px 0 80px;
  }
  .section-tit {
    font-size: min(3.6rem, 8vw);
    line-height: 1.1;
    margin-bottom: 48px;
  }
  .section-tit::before, .section-tit::after {
    width: 18px;
    height: 26px;
    margin-top: 0.1em;
  }
  .section-tit::before {
    margin-right: 10px;
  }
  .section-tit::after {
    margin-left: 10px;
  }
  .section-tit .lang-cn {
    font-size: min(4vw, 1.6rem);
  }
  .page--home .thumb, .section--list .thumb {
    padding: 4px;
  }
  .section-tit__sub {
    font-size: 15px;
    line-height: 1.5;
  }
  .tit {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .date {
    font-size: 1.4rem;
  }
  .category {
    font-size: 1.2rem;
    padding: 3px 8px;
  }
  .txt--basic {
    margin: 0 0 1em;
  }
  .txt--sub {
    font-size: 11px;
  }
  .section--list,
  .section--detail {
    margin: 0 8.21vw 2em;
  }
  .section--list .block--tit,
  .section--detail .block--tit {
    margin-bottom: 0.6em;
  }
  .list__more a {
    font-size: 1.3rem;
  }
  .block--sub__info .list__detail {
    max-width: 170px;
    height: 45px;
    margin: 0 auto;
  }
  .block--sub__info .list__detail a {
    font-size: 11px;
    line-height: 45px;
  }
  .block--sub__info .list__detail a svg {
    margin-left: 14px;
  }
  .detail__btn {
    font-size: 1.3rem;
  }
  .detail__btn .arrow {
    margin-right: 1em;
  }
  .scroll {
    height: 10vh;
  }
  .block--pager .pager__item--newer {
    margin-left: 0;
    margin-right: 1em;
  }
  .block--pager .pager__item--older {
    margin-right: 0;
    margin-left: 1em;
  }
  .modal--contents .inner ul li {
    width: calc(33.3333333333% - 6px);
  }
  .modaal-close {
    right: 0;
    top: 0;
  }
  .form--confirm {
    padding: 2em 1.5em 0;
  }
  .list--info li a {
    padding: 16px 0;
  }
  .list--info li a .date {
    margin-bottom: 8px;
  }
  .list--info.list--live a {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
  .list--info.list--live .block--schedule__date {
    width: 26%;
  }
  .list--info.list--live .tit {
    width: 74%;
  }
  .block--schedule__date .md {
    font-size: min(2.4rem, 6.4vw);
    line-height: 1.4;
  }
  .block--schedule__date .year, .block--schedule__date .week {
    font-size: min(1.4rem, 3.8vw);
  }
  .list--contents, .list--discography {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .list--contents li, .list--discography li {
    width: 48%;
  }
  .list--contents li .date, .list--contents li .category, .list--discography li .date, .list--discography li .category {
    font-size: 1.1rem;
  }
  .list--contents li .category, .list--discography li .category {
    margin-left: 0;
  }
  .list--contents li .tit, .list--discography li .tit {
    font-size: 1.2rem;
  }
  .list--error li {
    color: #c31515;
    font-weight: bold;
    margin: 0 0 0.3em;
    line-height: 1.8;
  }
  .list--error li:last-of-type {
    margin-bottom: 0;
  }
  .block--category {
    -webkit-box-pack: justify;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 3em;
  }
  .block--category li {
    margin-right: 14px;
    margin-bottom: 0.4em;
    font-size: 1.4rem;
  }
  .block--category li a {
    padding-bottom: 6px;
  }
  .section--detail .tit {
    font-weight: 400;
    font-size: 1.8rem;
    margin-bottom: 0.6em;
  }
  .section--detail .txt {
    margin-bottom: 1.5em;
  }
  .section--detail .txt .ph {
    max-width: 600px;
    margin: 1.5em auto 1.5em 0;
  }
  .section--detail .block--sub__info {
    margin-bottom: 8px;
  }
  .section--detail .tag {
    margin-right: 0.8em;
  }
  .section--detail .date {
    margin-left: 0;
    padding-right: 0;
  }
  .section--detail .date:first-of-type {
    margin-right: 0;
  }
  .section--detail .date.end_time::before {
    height: 1px;
    width: 0.5em;
    margin: 0 0.4em;
  }
  .section--detail .category {
    margin-left: 12px;
    font-size: 1.3rem;
  }
  .section--detail .block--share li {
    margin-right: 12px;
  }
  .section--detail .block--share li i {
    font-size: 2rem;
  }
  .section--detail .block--share li.share {
    font-size: 1.1rem;
    margin-right: 12px;
  }
  .section--detail .detail__btn .arrow {
    -webkit-transform: scale(-1, 1) translateY(1.5px);
            transform: scale(-1, 1) translateY(1.5px);
  }
  header {
    position: relative;
  }
  header > .logo {
    width: 32vw;
    max-width: 128px;
    top: 32px;
    left: 24px;
  }
  header > .logo a {
    display: block;
  }
  header .header_inner {
    right: 24px;
    top: 30px;
  }
  header .drawer__btn .drawer__btn-inner {
    width: 31px;
  }
  header .drawer__btn .drawer__btn-inner img {
    width: 16px;
    margin-left: 8px;
  }
  header .drawer__btn .drawer__btn-inner::after {
    font-size: 1rem;
    top: 4px;
    right: 0;
  }
  .drawer-visible .header .drawer__btn .drawer__btn-inner::after {
    right: 0;
  }
  .drawer-visible .header .drawer__btn::after {
    right: 2.5px;
  }
  .drawer .drawer-inner {
    width: 84vw;
    overflow: scroll;
    padding: 24vw 12vw;
  }
  .drawer .drawer-inner .g-nav {
    width: 100%;
    margin: 0 auto;
  }
  .drawer .drawer-inner .g-nav a {
    font-size: min(5.2vw, 2rem);
  }
  .drawer .drawer-inner .g-nav a .lang-cn {
    font-size: min(3vw, 1.2rem);
    margin-bottom: 0.3em;
    margin-left: 8px;
  }
  .drawer .drawer-inner .g-nav ul.list--nav__contents li {
    line-height: 1;
    margin-bottom: 16px;
  }
  .drawer .drawer-inner .g-nav .block--nav__fc .logo-fc {
    width: min(90%, 180px);
    margin: 5em 0 2em;
  }
  .drawer .drawer-inner .g-nav .block--nav__fc .list--nav__contents {
    margin-top: 3em;
  }
  .drawer .drawer-inner .g-nav .block--nav__fc .list--nav__login li {
    margin-bottom: 10px;
  }
  .swiper-container {
    padding-left: 8vw;
    padding-right: 16vw;
  }
  footer .inner {
    padding: 48px 14vw;
  }
  footer .list--support {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  footer .list--support dt {
    position: relative;
    padding: 0 24px 16px 0;
    margin-bottom: 16px;
    border-bottom: 1px solid #fff;
  }
  footer .list--support dt::before, footer .list--support dt::after {
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    width: 1px;
    height: 16px;
    right: 8px;
    top: 3px;
    opacity: 1;
  }
  footer .list--support dt::before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  footer .list--support dt::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  footer .nav--support {
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
    overflow: hidden;
    opacity: 0;
    height: 0;
    padding: 0 0;
    line-height: 0;
    margin-bottom: 48px;
  }
  footer .nav--support li {
    display: block;
    margin-bottom: 1.5em;
  }
  footer .nav--support li:not(:last-child) {
    margin-bottom: 14px;
  }
  footer dt.open::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0;
  }
  footer dt.open::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  footer dd.open-contents .nav--support {
    opacity: 1;
    height: auto;
    line-height: normal;
  }
  footer .list--sns {
    margin: 0 auto 40px;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
  footer .list--sns li {
    width: 24px;
  }
  footer .list--sns li.nav__item--weibo.maria::before, footer .list--sns li.nav__item--weibo.toku::before {
    top: -16px;
    right: 0px;
    font-size: 10px;
    width: inherit;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    text-align: center;
  }
  footer .list--sns li.nav__item--qqmusic {
    width: 20px;
  }
  footer .copyright {
    text-align: center;
    margin-bottom: 56px;
  }
  footer .footer_detail span {
    display: block;
    margin-right: 0;
  }
  .page--home section[class^=section--] {
    margin-bottom: 40vh;
  }
  .page--home .no-data {
    font-size: 1.8rem;
  }
  .page--home .section--top {
    margin-bottom: 20vh !important;
  }
  .page--home .section--top .block--keyvisual {
    width: min(100%, 600px);
    height: 60vh;
    height: 60svh;
  }
  .page--home .section--top .logo {
    width: min(64%, 360px);
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .page--home .section--bnr {
    margin: 32vw 0 20vh !important;
  }
  .page--home .section--bnr.no-carousel.one .swiper-container {
    padding-right: 8.21vw;
  }
  .page--home .section--info .section-tit, .page--home .section--live .section-tit {
    margin-bottom: 8.7vw;
  }
  .page--home .section--info .list__more, .page--home .section--live .list__more {
    margin-top: 48px;
  }
  .page--home .section--info .list--info, .page--home .section--live .list--info {
    margin: 0 8.21vw;
  }
  .page--home .section--discography {
    margin-bottom: 50vh;
  }
  .page--home .section--discography .block--disco {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    row-gap: 40px;
    margin-right: 8.21vw;
    margin-left: 8.21vw;
  }
  .page--home .section--discography .block--detail .list__text {
    text-align: center;
    width: min(80%, 480px);
    margin: 0 auto;
  }
  .page--home .section--discography .block--detail .list__text .category {
    margin: 0 auto 12px;
  }
  .page--home .section--discography .block--detail .list__more {
    margin-top: 48px;
  }
  .page--home .area-fc .logo-area {
    width: min(64%, 360px);
    margin-bottom: 50vh;
  }
  .page--home .area-fc .logo-area .list--nav__login {
    margin-top: 56px;
  }
  .page--home .area-fc .logo-area .list--nav__login li a {
    padding-top: 8px;
    font-size: 1.8rem;
  }
  .page--home .area-fc .logo-area .list--nav__login li a .lang-cn {
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .page--home .area-fc .logo-area .list--nav__login li a::before {
    width: 120px;
    height: 60px;
  }
  .page--home .area-fc .logo-area .list--nav__login .nav__item--mypage a {
    padding-top: 10px;
  }
  .page--home .area-fc .logo-area .list--nav__login .nav__item--mypage a .lang-cn {
    font-size: 1.2rem;
  }
  .page--home .area-fc .logo-area .list--nav__login .nav__item--mypage a::before {
    width: 160px;
    height: 82px;
  }
  .page--home .area-fc .logo-area .nav__item--login {
    margin-left: 72px;
  }
  .page--home .section--bbs {
    margin-bottom: 50vh;
  }
  .page--home .section--bbs .block--thumb {
    width: min(80%, 400px);
    margin: 0 auto 100px;
  }
  .page--home .section--bbs .block--thumb .thumb {
    width: 55%;
    padding: 4px;
  }
  .page--home .section--bbs .block--thumb .thumb::before {
    padding: 16px;
    font-size: 1.6rem;
  }
  .page--home .section--bbs .block--thumb .thumb.toku {
    right: -5%;
  }
  .page--home .section--bbs .block--thumb .thumb.toku::before {
    border-radius: 8px 8px 8px 0;
  }
  .page--home .section--bbs .block--thumb .thumb.maria {
    left: -5%;
    top: 80px;
  }
  .page--home .section--bbs .block--thumb .thumb.maria::before {
    border-radius: 0 8px 8px 8px;
  }
  .page--home .section--bbs .block--detail {
    margin: 0 8.21vw;
  }
  .page--home .section--bbs .block--detail .section-tit {
    margin-bottom: 56px;
  }
  .page--home .section--bbs .block--detail .txt--lead {
    text-align: center;
    width: min(90%, 480px);
    margin: 16px auto 24px;
  }
  .page--home .section--blog .section-tit {
    -webkit-box-pack: justify;
    -ms-flex-pack: end;
        justify-content: end;
  }
  .page--home .section--blog .inner {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
    margin: 0 8.21vw;
  }
  .page--home .section--blog .section-tit {
    z-index: 1;
    text-align: right;
    margin-bottom: 16px;
    margin-top: -12px;
  }
  .page--home .section--blog .block--detail .list__text {
    text-align: center;
    width: min(80%, 480px);
    margin: 0 auto;
  }
  .page--home .section--blog .block--detail .list__text .category {
    margin-bottom: 12px;
  }
  .page--home .section--blog .block--detail .list__text .tit.no-data {
    margin-top: 1.6em;
  }
  .page--home .section--blog .block--detail .list__more {
    margin-top: 48px;
  }
  .page--home .section--wallpaper .inner {
    margin: 0 8.21vw;
  }
  .page--home .section--wallpaper .block--thumb {
    margin: 0 8.21vw;
  }
  .page--home .section--wallpaper .section-tit {
    margin-top: -12px;
    margin-bottom: 16px;
  }
  .page--home .section--wallpaper .block--detail .list__more {
    margin-top: 24px;
  }
  .page--home .section--wallpaper .block--detail .tit.no-data {
    margin-top: 1.6em;
  }
  .page--home .section--photo .section-tit {
    font-size: min(5vw, 2rem);
    top: 20%;
  }
  .page--home .section--photo .section-tit .lang-cn {
    font-size: min(3vw, 1.6rem);
  }
  .page--home .section--photo .section-tit.left {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    left: -14px;
  }
  .page--home .section--photo .section-tit.right {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    right: -14px;
  }
  .page--home .section--photo .section-tit::before, .page--home .section--photo .section-tit::after {
    width: 12px;
    height: 20px;
    margin-top: 0px;
  }
  .page--home .section--photo .inner {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
    row-gap: 32px;
  }
  .page--home .section--photo .block--thumb .thumb {
    margin: 0 16.42vw;
  }
  .page--home .section--photo .block--detail {
    text-align: center;
  }
  .page--home .section--photo .list__more {
    margin-top: 48px;
  }
  .page--home .section--photo.coming-soon .section-tit {
    top: 30%;
  }
  .page--home .section--movie .inner {
    margin: 0 8.21vw;
  }
  .page--home .section--movie .block--thumb {
    margin-bottom: 24px;
  }
  .page--home .section--movie .block--thumb a .thumb {
    border-radius: 72px 16px;
  }
  .page--home .section--movie .block--thumb a .thumb img {
    border-radius: 70px 14px;
  }
  .page--home .section--movie .list__more {
    margin-top: 40px;
  }
  .page--home .section--special .section-tit {
    margin-bottom: 20px;
  }
  .page--home .section--special .inner {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
    row-gap: 32px;
    text-align: center;
    margin: 0 8.21vw;
  }
  .page--home .section--special .inner .thumb {
    width: 80%;
    max-width: 450px;
    margin: 0 auto;
  }
  .page--home .section--special .inner .list__more {
    margin-top: 40px;
  }
  .page--info .block--category, .page--live .block--category {
    margin-top: 24px;
  }
  .page--info .list--info, .page--live .list--info {
    margin-top: 3em;
  }
  .page--info .section--detail .block--sub__info .date, .page--live .section--detail .block--sub__info .date {
    margin-bottom: 0;
  }
  .page--info .section--detail .tit, .page--live .section--detail .tit {
    padding-bottom: 24px;
  }
  .page--info .section--detail .date, .page--info .section--detail .category {
    font-size: 1.3rem;
  }
  .page--info .section--detail .category {
    margin-left: 8px;
  }
  .page--info .section--detail .block--sub__info {
    margin-bottom: 4px;
  }
  .page--info .section--detail .tit {
    margin-bottom: 24px;
  }
  .page--live .section--detail .year {
    display: inline-block;
    margin-bottom: 0;
  }
  .page--discography .section--detail .disco-wrap {
    margin-bottom: 2em;
  }
  .page--discography .section--detail .disco-wrap .block--jacket {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .page--discography .list__text {
    margin: 48px 8.21vw;
    text-align: center;
  }
  .page--discography .list__text .category, .page--discography .list__text .date {
    display: block;
  }
  .page--discography .list__text .category {
    margin: 0 auto 12px;
  }
  .page--discography .list--jacket li {
    margin-bottom: 4em;
  }
  .page--discography .list--jacket li:has(.one) {
    margin-bottom: 1em;
  }
  .page--discography .list--jacket li .txt--sub {
    padding: 14px 0 6px;
  }
  .page--discography .block--disc-detail {
    width: 100%;
    margin: 0 auto 2em;
  }
  .page--discography .block--disc-detail > .block--tit {
    margin-bottom: 3em;
  }
  .page--discography .block--disc-detail .block--comment .txt {
    font-size: 1.3rem;
  }
  .page--discography .block--disc-detail .video {
    margin-bottom: 2em;
  }
  .page--discography .block--sub__info {
    margin-bottom: 4px;
  }
  .page--discography .block--sub__info .date {
    margin-bottom: 0px;
  }
  .page--discography .block--sub__info p {
    margin-right: 8px;
  }
  .page--discography .block--download .tit {
    font-size: 1.3rem;
  }
  .page--discography .block--download ul.list--download li {
    width: calc(33.3333333333% - 6px);
  }
  .page--discography .edition .tit {
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
  .page--discography .edition .block--track {
    padding: 16px;
  }
  .page--discography .edition .block--track .block--tit {
    font-size: 1.4rem;
    padding-bottom: 4px;
    margin-bottom: 8px;
  }
  .page--bbs .content--body {
    z-index: 11;
  }
  .page--bbs .block--read {
    position: relative;
    margin-bottom: 30px;
  }
  .page--bbs .block--read .txt {
    margin-bottom: 0;
  }
  .page--bbs .block--read .btn {
    position: fixed;
    bottom: 8vh;
    right: 4vw;
  }
  .page--bbs .block--read .btn .btn--main {
    position: relative;
    font-size: 11px;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    margin: 0;
    line-height: 1.35;
    padding: 48px 12px 18px;
  }
  .page--bbs .block--read .btn .btn--main::before {
    content: "\f086";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    font-size: 24px;
    line-height: 0;
    top: 28px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .page--bbs.page--thread .section--detail {
    min-height: 60vh;
  }
  .page--bbs.page--thread .list--comment li .icon {
    width: 32px;
    height: 32px;
    margin-right: 8px;
  }
  .page--bbs.page--thread .list--comment li.host .inner {
    width: min(100% - 40px, 480px);
  }
  .page--bbs.page--thread .switching {
    margin-top: 2em;
  }
  .page--bbs.page--thread .block--post form#comment_form .btn .btn--submit {
    font-size: 2rem;
  }
  .page--blog .section--list .no-data,
  .page--wallpaper .section--list .no-data,
  .page--photo .section--list .no-data {
    margin-top: 4em;
    font-size: 2rem;
    width: 100%;
  }
  .page--blog .section--list .no-data .lang-cn,
  .page--wallpaper .section--list .no-data .lang-cn,
  .page--photo .section--list .no-data .lang-cn {
    font-size: 1.4rem;
    opacity: 0.8;
  }
  .page--blog .block--comment .list--comment .name {
    font-size: 1.2rem;
  }
  .page--blog .block--comment .list--comment .date {
    font-size: 1.2rem;
  }
  .page--blog .icon--area {
    bottom: 8.21vw;
    right: 8.21vw;
  }
  .page--blog .icon--like {
    width: 4em;
    height: 4em;
  }
  .page--blog .icon--like .likes--add {
    font-size: 1.1rem;
  }
  .page--blog .icon--like .inner-heart {
    width: 20px;
    height: 20px;
    margin: 0 auto;
  }
  .page--blog .icon--like .fa.fa-heart {
    font-size: 1.8rem;
  }
  .page--blog .icon--like .heart-sub {
    font-size: 1.8rem;
  }
  .page--blog.page--detail .block--pager {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page--blog.page--detail .block--pager li.pager__item--newer, .page--blog.page--detail .block--pager li.pager__item--older {
    font-size: 1.3rem;
  }
  .page--photo .section--detail .list--photo {
    margin-bottom: 64px;
  }
  .page--photo .section--detail .list--photo li {
    width: 50%;
  }
  #swipebox-action #swipebox-prev,
  #swipebox-action #swipebox-next {
    display: none;
  }
  #swipebox-action #swipebox-next {
    right: 0;
  }
  .page--wallpaper .section--detail .ph {
    width: min(60%, 360px);
  }
  .page--support .section-tit {
    font-size: 2.3rem;
  }
  .page--support .tit {
    font-size: 20px;
    line-height: 1.6em;
    margin: 0 0 1.6em;
  }
  .page--support .txt {
    margin-bottom: 1.6em;
  }
  .page--faq .section--list .section-tit {
    font-size: 2.3rem;
  }
  .page--faq .section--list .tit {
    line-height: 1.6;
    margin: 0 0 1em;
  }
  .page--faq .section--list .btn {
    margin: 2em 0;
  }
  .page--faq .section--list .txt--sub {
    font-size: 12px;
  }
  .page--faq .searchBox {
    margin: 3em auto;
    max-width: 500px;
  }
  .page--faq .searchBox input[type=text] {
    padding: 0.5em 1em;
  }
  .page--faq .searchBox input[type=submit] {
    top: 0;
    right: 3px;
    width: 36px;
    font-size: 16px;
    line-height: 36px;
  }
  .page--faq .list--tag {
    white-space: normal;
    margin-bottom: 4em;
  }
  .page--faq .list--tag li {
    margin-right: 0;
  }
  .page--faq .list--tag a {
    font-size: 1.2rem;
    padding: 0.6em 1em;
  }
  .page--faq .tit--category {
    margin-bottom: 1em;
  }
  .page--faq .list--faq {
    margin: 0 0 3em;
  }
  .page--faq .list--faq li a {
    padding: 1em 0;
  }
  .page--faq .list--faq li .tit {
    margin: 0;
  }
  .page--faq .list--faq li .txt {
    font-size: 14px;
    line-height: 1.6;
  }
  .page--faq .block--faq-detail {
    padding: 2em 1.5em;
    margin: 0 0 4em;
  }
  .page--faq .block--faq-detail dt {
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
  .page--faq .block--faq-detail .txt {
    margin-bottom: 0;
    padding-top: 0;
  }
  .page--faq .block--faq-detail .txt a:hover {
    text-decoration: none;
  }
  .page--faq .block--contact {
    width: 90%;
    max-width: 960px;
    margin: 4em 0 0;
  }
  .page--questionnaire .section-tit {
    margin-bottom: 0.8em;
    font-size: 2rem;
    line-height: 1.5;
  }
  .page--questionnaire .txt--basic {
    margin-bottom: 1em;
    font-size: 1.4rem;
  }
  .page--questionnaire form .form--post {
    margin-bottom: 8vw;
  }
  .page--questionnaire form .form--post dt {
    margin: 0 0 0.8em;
  }
  .page--questionnaire form .form--post dd {
    margin: 0 0 2em;
  }
  .page--questionnaire form .form--post .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;
  }
  .page--questionnaire .btn--sub {
    margin: 1.5em auto;
    text-align: center;
  }
  .page--entry .block--top {
    margin-top: 1em;
  }
  .page--entry .block--top .logo {
    width: min(64%, 240px);
    margin: 0 auto 1.6em;
  }
  .page--entry .block--top .txt--lead {
    margin: 0 auto;
    line-height: 1.66;
  }
  .page--entry .block--contents {
    margin-bottom: 4em;
  }
  .page--entry .block--contents .list--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .page--entry .block--contents .list--content li {
    width: 100%;
    margin-bottom: 1em;
    padding: 24px;
  }
  .page--entry .block--contents .list--content li .tit {
    font-size: 1.8rem;
  }
  .page--entry .block--contents .list--content li .txt {
    margin-top: 0.8em;
    margin-bottom: 0;
  }
  .page--entry .block--contents .list--content li .lang-cn {
    font-size: 1.4rem;
  }
  .page--entry .block--top + .block--contents {
    margin-top: 4em;
  }
  .page--entry .section-tit {
    margin-bottom: 1em;
  }
  .page--entry .block--tit {
    margin-bottom: 1em;
    font-size: 2.5rem;
  }
  .page--entry .block--entry tbody tr th, .page--entry .block--entry tbody tr td {
    padding: 15px;
  }
  .page--entry .block--entry tbody tr th {
    font-size: clamp(12px, 3.2vw, 14px);
  }
  .page--entry .block--entry tbody tr td {
    width: 67%;
  }
  .page--entry .block--entry {
    margin-bottom: 3em;
  }
  .page--entry .block--entry .block--tit span {
    font-size: 11px;
  }
  #terms .box {
    width: 90%;
    padding: 40px 24px 32px;
  }
  .page--feature .section-tit {
    margin-bottom: 0.8em;
  }
  .page--feature .section-tit.section--tit__medium {
    margin-bottom: 0.8em;
    font-size: 9vw;
  }
  .page--feature .block--photo__dl {
    margin: 5em auto 0;
  }
  .page--feature .block--photo__dl .ph {
    max-width: 600px;
    margin: 1.5em auto;
  }
  .page--error .section--detail .txt--basic {
    text-align: left;
  }
  .page--error .section--detail .section-tit {
    margin-bottom: 40px;
  }
  .page--contact.section--detail .input--half {
    width: 100% !important;
  }
  .page--contact.section--detail .form--post dt {
    margin: 2em 0 0.5em;
  }
}
/*  tablet
------------------------------ */
@media screen and (min-width: 756px) and (max-width: 960px) {
  body {
    font-size: 1.6rem;
  }
  .section-tit::before, .section-tit::after {
    margin-top: 6px;
  }
  header > .logo {
    left: 40px;
  }
  .drawer .drawer-inner {
    width: 50vw;
    padding: 14vw 10%;
  }
  .list--contents, .list--discography {
    -webkit-box-pack: justify;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .list--contents li, .list--discography li {
    width: 32%;
  }
  .page--error .section--detail .txt--basic {
    text-align: center;
  }
  .page--home .section--discography .block--disco {
    margin-right: 16vw;
    margin-left: 16vw;
  }
  .page--home .section--blog .inner {
    margin-right: 16vw;
    margin-left: 16vw;
  }
  .page--home .section--wallpaper .inner {
    margin-right: 16vw;
    margin-left: 16vw;
  }
  .page--home .section--photo .section-tit {
    top: 30%;
  }
  .page--entry .block--contents .list--content {
    -ms-flex-direction: unset;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
            flex-direction: unset;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .page--entry .block--contents .list--content li {
    width: 49%;
    margin-bottom: 2%;
    padding: 3%;
  }
}/*# sourceMappingURL=fanclub-service.css.map */