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

/* ==============================================================
*  contents
* ============================================================ */
/* ==============================
base
============================== */
html, body {
  height: 100%;
}

body {
  background: #fff;
  color: #111;
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  word-wrap: break-word;
}

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: #111;
  color: #fff;
}

::selection {
  background: #111;
  color: #fff;
}

::-moz-selection {
  background: #111;
  color: #fff;
}

.svg-symbol {
  display: none;
}

.btn {
  text-align: center;
}

.btn-base-style, .btn--sub, .btn--main, .page--ticket .btn--main, .page--ticket .btn--sub {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border-radius: 3em;
  font-size: 1.1em;
  border: none;
  cursor: pointer;
}

.btn--main {
  background: #4ad4ea;
  color: #fff;
  margin: 1em 0;
  padding: 1.4em 2em;
  font-style: normal;
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .btn--main {
    min-width: 50%;
  }
}

.btn--sub {
  border: 1px solid #111;
  background: none;
  color: #111;
  margin: 1em 0;
  padding: 1.3em 2em;
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .btn--sub {
    min-width: 50%;
  }
}

.txt--link a {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.txt--link a:hover {
  text-decoration: none;
}

.detail__btn {
  margin-top: 50px;
  line-height: 1.5;
  text-align: center;
}
.detail__btn a {
  padding: 3px 0;
}

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

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

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.ph, .thumb {
  position: relative;
  line-height: 0;
}
.ph img, .thumb img {
  max-width: 100%;
}
.ph .dummy,
.ph .cover, .thumb .dummy,
.thumb .cover {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.thumb {
  text-align: center;
}
.thumb img {
  width: 100%;
}

.video {
  position: relative;
  padding-top: 56.25%;
}
.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.block--pager {
  text-align: center;
  letter-spacing: -0.5em;
  font-size: 15px;
  margin: 70px auto;
  padding: 0;
  position: relative;
  top: 20px;
  height: 60px;
}
.block--pager li {
  display: inline-block;
  padding: 0.6em 0;
  margin: 0 5px;
  letter-spacing: 0.03em;
  vertical-align: middle;
  position: relative;
}
.block--pager li::before {
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  background: #111;
  position: absolute;
  bottom: 2px;
  left: 25%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.block--pager a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 0 0.6em;
}
.block--pager .pager__item--number {
  text-align: center;
  color: #fff;
}
.block--pager .pager__item--newer {
  width: 40px;
  height: 40px;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.block--pager .pager__item--newer a, .block--pager .pager__item--newer span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  position: relative;
}
.block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
  content: "";
  display: block;
  position: absolute;
}
.block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
  width: 7px;
  height: 7px;
  border-top: 2px solid #555;
  border-right: 2px solid #555;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 16px;
  right: 16px;
}
.block--pager .pager__item--newer span {
  opacity: 0.2;
}
.block--pager .pager__item--older {
  width: 40px;
  height: 40px;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.block--pager .pager__item--older a, .block--pager .pager__item--older span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  position: relative;
}
.block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
  content: "";
  display: block;
  position: absolute;
}
.block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
  width: 7px;
  height: 7px;
  border-top: 2px solid #555;
  border-right: 2px solid #555;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 16px;
  right: 16px;
}
.block--pager .pager__item--older span {
  opacity: 0.2;
}
.block--pager .pager__item--newer,
.block--pager .pager__item--older {
  z-index: 2;
}
.block--pager .pager__item--newer::before,
.block--pager .pager__item--older::before {
  display: none !important;
}
.block--pager .pager__item--current {
  position: relative;
  padding: 0.6em;
}
.block--pager .pager__item--current::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

/* element */
.date, .category {
  display: inline-block;
  font-size: 11px;
  opacity: 0.5;
}

.date {
  margin-bottom: 10px;
}

span.time {
  margin-left: 0.4em;
  display: inline-block;
  font-size: 0.8em;
  line-height: 1;
}

.category {
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  vertical-align: 1px;
  opacity: 0.7;
}

.tit {
  font-size: 15px;
  line-height: 1.4;
  word-break: break-word;
}

.tit > [class*=-member] {
  display: inline-block;
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
  letter-spacing: 0.01em;
  font-size: 12px;
  line-height: 16px;
  padding: 0 7px;
  font-size: 10px;
  border-radius: 2px;
  letter-spacing: 0.08em;
  padding: 0 6px;
  background: #6b6f70;
  margin-left: 10px;
  vertical-align: 2px;
}

.tit > [class*=-member] + [class*=-member] {
  margin-left: 5px;
}

.ico--play {
  width: 20px;
  height: 20px;
  fill: none;
  stroke-miterlimit: 10;
  stroke-width: 1px;
  position: relative;
  left: 1px;
}

.list__item.new .tit {
  position: relative;
}
.list__item.new .tit::after {
  content: "NEW";
  font-size: 12px;
  color: #fb5757;
  margin-left: 5px;
}

.limited .section-tit::after {
  content: "MEMBERS";
  font-size: 12px;
  border-radius: 2px;
  padding: 0 5px;
  margin-left: 1em;
}

.tit .limited {
  display: inline-block;
  position: relative;
}
.tit .limited::after {
  content: "MEMBERS";
  font-size: 10px;
  border-radius: 2px;
  letter-spacing: 0.1em;
  padding: 0 5px;
  margin-left: 1em;
}

.free .section-tit::after {
  content: "FREE";
  font-size: 12px;
  border-radius: 2px;
  padding: 0 5px;
  margin-left: 1em;
}

.tit .free {
  display: inline-block;
  position: relative;
}
.tit .free::after {
  content: "FREE";
  font-size: 10px;
  border-radius: 2px;
  border: 1px solid;
  letter-spacing: 0.1em;
  padding: 0 5px;
  margin-left: 1em;
}

.list__more {
  display: inline-block;
  margin: 0 0 0 auto;
}
.list__more a {
  display: block;
  text-align: right;
  font-size: 12px;
}
.list__more a::after {
  bottom: -5px !important;
}

/* list */
.list .list__item {
  width: 100%;
}
.list .list__item a {
  display: block;
  padding: 15px 0;
  position: relative;
}
.list .list__item .wrap--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.list .list__item .wrap--icon .icon--comment {
  margin-right: 12px;
}

/* list--thumbnail */
.list--thumbnail .list__item {
  width: 100%;
}
.list--thumbnail .list__item a {
  display: block;
  position: relative;
}
.list--thumbnail .list__item .thumb {
  background: no-repeat center;
  background-image: url("/static/fcopen/common/thumb--none.jpg");
  background-size: cover;
  margin-bottom: 20px;
}
.list--thumbnail .tit {
  margin-bottom: 10px;
}

.nonlogin .list--thumbnail .list__item .thumb .limited-thumb + img {
  -webkit-filter: blur(12px);
          filter: blur(12px);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.nonlogin .list--thumbnail .list__item .thumb .limited-thumb {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  top: 0;
  left: 0;
  background: #000;
  z-index: 10;
}
.nonlogin .list--thumbnail .list__item .thumb .limited-thumb span {
  display: block;
  color: #fff;
  z-index: 10;
  font-size: 1.8vw;
  letter-spacing: 0.05em;
}
.nonlogin .list--thumbnail .list__item .thumb .limited-thumb span:before {
  content: "MEMBERS ONLY";
}

/* list--info */
.list--info .list__item .category {
  margin-left: 4px;
}

/* list--schedule */
.list--schedule .block--date {
  width: 100px;
  position: absolute;
  left: 0;
  top: 15px;
}
.list--schedule .category {
  margin-left: 0;
}
.list--schedule .date {
  margin-bottom: 0;
  margin-left: 1em;
  line-height: 1;
  vertical-align: 1px;
}
.list--schedule .block--date > [class^=block--date] .block--date__month {
  display: inline-block;
  font-size: 16px;
  position: relative;
}
.list--schedule .block--date > [class^=block--date] .block--date__month::after {
  content: "";
  display: block;
  width: 1px;
  height: 3em;
  position: absolute;
  right: 0;
  top: -0.3em;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.list--schedule .block--date > [class^=block--date] .block--date__date {
  display: inline-block;
  position: relative;
  bottom: -22px;
  left: -2px;
}
.list--schedule .block--date > [class^=block--date] .block--date__youbi {
  display: inline-block;
  font-size: 10px;
  position: relative;
  bottom: -21px;
  left: -2px;
}
.list--schedule .block--txt {
  padding-left: 110px;
}

/* list--bnr */
.list--bnr .list__item {
  margin: 0 10px;
}

/* list--radio */
.list--radio .list__item a {
  padding-left: 53px;
}
.list--radio .list__item .ico {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 48px;
  text-align: center;
  border: 1px solid;
  border-radius: 50px;
  position: absolute;
  top: 15px;
  left: 0;
}

/* list--qa */
.list--qa .list__item a {
  padding-left: 53px;
}
.list--qa .list__item a::before {
  content: "Q";
  display: block;
  width: 40px;
  height: 40px;
  border: 0.5px solid;
  position: absolute;
  top: 15px;
  left: 0;
  border-radius: 50px;
  line-height: 38px;
  text-align: center;
  font-size: 18px;
}

/* list--support */
.list--support .list__item a {
  color: #fff;
  font-size: 12px;
}
.list--support dt {
  font-weight: bold;
}
.list--support dd {
  margin-bottom: 2.5em;
}
.list--support dd .terms-list li {
  text-indent: -1em;
  padding-left: 1em;
}
.list--support dd a {
  text-decoration: underline;
}

/* list--faq */
.list--faq {
  margin: 0 0 80px;
}
.list--faq li {
  border-top: 1px solid rgba(17, 17, 17, 0.1);
}
.list--faq li:last-child {
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}
.list--faq a {
  position: relative;
  display: block;
  padding: 25px 0 27px 0;
}
.list--faq a:hover {
  opacity: 0.5;
}
.list--faq .tit {
  padding-left: 20px;
}
.list--faq .txt {
  margin: 0;
  padding-left: 20px;
  line-height: 1.4;
}
.list--faq .icon--q {
  float: left;
  line-height: 1.7;
  margin-right: 5px;
}

.slick-prev,
.slick-next {
  display: block;
  width: 40px;
  height: 40px;
  background: none;
  font-size: 0;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 85px;
  top: 5vw;
  z-index: 99;
  cursor: pointer;
  border: none;
  outline: none;
  margin-top: -20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.slick-prev {
  left: inherit;
  top: 50%;
  left: -40px;
}

.slick-next {
  left: inherit;
  top: 50%;
  right: -40px;
}

.slick-prev:hover,
.slick-next:hover {
  outline: none;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  margin-top: -40px;
}

.slick-prev:before, .slick-next:before {
  content: "";
}

.slick-prev::after,
.slick-next::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -5px;
  left: 27px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slick-prev::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.slick-next::after {
  left: -30px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.block--category {
  margin: 5px auto 40px;
}
.block--category li {
  display: inline-block;
  margin: 0 0.5em 0.5em 0;
}
.block--category li a {
  display: block;
  line-height: 1;
  padding: 5px 0;
  letter-spacing: 0.05em;
  font-size: 13px;
  font-weight: bold;
  position: relative;
}
.block--category li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.block--category li a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.block--category .current a::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.form--post {
  margin-bottom: 8em;
}
.form--post dt {
  margin: 3em 0 1em;
}
.form--post dd {
  margin: 0 0 1em;
}
.form--post .form-error {
  color: #f33;
}

.block--error {
  color: #f00;
  background: rgba(204, 0, 0, 0.15);
  padding: 10px;
  border-radius: 5px;
}

.block--check {
  text-align: center;
}
.block--check a {
  text-decoration: underline;
}
.block--check .check-box {
  margin: 1em 0;
}
.block--check .check-box label {
  margin-left: 5px;
  font-size: 16px;
}

.block--regist {
  margin-top: 3em;
}
.block--regist ul {
  margin: 1em 0;
  padding: 1em;
  background-color: rgba(221, 221, 221, 0.5);
  border-radius: 5px;
}
.block--regist ul li {
  padding: 0.5em 0;
}

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

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

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

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

/* 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;
}

/* input */
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
button {
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #111;
  border-radius: 0.3em;
  padding: 0.5em;
  color: #111;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
button:focus {
  border-color: #111;
}
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,
button.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
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,
button.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],
button[disabled] {
  background: #ddd;
  color: #666;
  border: none;
  opacity: 0.8;
}

input[readonly=readonly] {
  border: none;
  background: #fff;
}

input:-webkit-autofill {
  background-color: transparent !important;
}

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

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

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #ccc inset !important;
          box-shadow: 0 0 0 30px #ccc inset !important;
}

button {
  border: none;
  line-height: 1;
}

/* textarea */
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #111;
  border-radius: 0.3em;
  padding: 0.5em;
  height: 10em;
}
textarea:focus {
  border-color: #111;
}
textarea.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
textarea.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
textarea[disabled] {
  background: #ddd;
  color: #666;
  border: none;
  opacity: 0.8;
}

/* select */
.form__select {
  display: inline-block;
  position: relative;
}
.form__select select {
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #111;
  border-radius: 0.3em;
  padding: 0.5em;
  padding-right: 1.5em;
}
.form__select select:focus {
  border-color: #111;
}
.form__select select.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
.form__select select.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
.form__select select[disabled] {
  background: #ddd;
  color: #666;
  border: none;
  opacity: 0.8;
}
.form__select::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #fff;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: middle;
}
.form__select::after {
  position: absolute;
  border-color: #111;
  top: 15px;
  right: 9px;
}

/* checkbox */
.form__checkbox label p {
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__checkbox input[type=checkbox],
.form__checkbox input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__checkbox.form__error {
  color: #f33;
}
.form__checkbox label p {
  padding-left: 1.6em;
}
.form__checkbox label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 0.3em;
  border: 1px solid #111;
  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 #fff;
  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::before {
  background: #111;
  border-color: #111;
}
.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}

/* radio */
.form__radio label p {
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__radio input[type=checkbox],
.form__radio input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__radio.form__error {
  color: #f33;
}
.form__radio label p {
  padding: 0 0.5em 0 1.6em;
}
.form__radio label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  border: 1px solid;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__radio :checked ~ p::before {
  border-color: #111;
  border-width: 0.3em;
}

/* toggle button */
.form__toggle label p {
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__toggle input[type=checkbox],
.form__toggle input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__toggle.form__error {
  color: #f33;
}
.form__toggle label p {
  padding-left: 0;
  position: relative;
}
.form__toggle label p::before,
.form__toggle label p::after {
  content: "";
  display: block;
  height: 30px;
  margin: -15px 0 0;
  position: absolute;
  border: 1px solid #111;
}
.form__toggle label p::before {
  width: 50px;
  border-radius: 15px;
  top: 50%;
  right: 0;
}
.form__toggle label p::after {
  width: 30px;
  background: #111;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 50%;
  right: 20px;
}
.form__toggle :checked ~ p::before {
  background: #111;
  border-color: #111;
}
.form__toggle :checked ~ p::after {
  right: 0;
}

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

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

.form--confirm {
  margin: 0 0 2em;
}

.form--confirm {
  border: 0.5px solid #d9dde0;
  border-radius: 6px;
  padding: 40px 30px 10px;
  margin-bottom: 40px;
}
.form--confirm dt {
  margin: 0 0 10px;
  opacity: 0.4;
}
.form--confirm dd {
  margin: 0 0 30px;
}

.block--editor i, .block--editor em {
  font-style: italic;
}
.block--editor ul {
  -webkit-padding-start: 2em;
          padding-inline-start: 2em;
}
.block--editor ul li {
  list-style-type: disc;
}
.block--editor ol {
  -webkit-padding-start: 2em;
          padding-inline-start: 2em;
}
.block--editor ol li {
  list-style-type: decimal;
}

h1.logo a .logo--text {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  height: 100%;
}
h1.logo a .logo--text .artist-name {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
h1.logo a .logo--text .fanclub-name {
  display: block;
  width: 100%;
  line-height: 1.5;
}

.nav li {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.08em;
  margin-right: 0.8em;
}

footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #1d1d1c;
}
footer .footer__inner {
  position: relative;
  z-index: 1;
}
footer .copyright {
  text-align: center;
  color: #fff !important;
}
footer .copyright small {
  line-height: 1.8;
  display: inline-block;
}
footer .copyright small em {
  opacity: 0.5;
}
footer .bg {
  height: 100% !important;
}
footer .bg img {
  background-position: bottom;
}
footer .g-nav--item__bubble a {
  line-height: 0;
}

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

.bg {
  width: 100%;
  height: 150px;
  background: no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.bg img {
  display: block;
  width: 100%;
  height: 100%;
  background-position: top;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-filter: blur(20px);
          filter: blur(20px);
}
.bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0.2;
}

.section-tit {
  line-height: 1;
  margin-bottom: 60px;
}

.section-error {
  margin-bottom: 30px;
}
.section-error .tit {
  margin: 0 0 1em 0;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.1;
}
.section-error .tit .number {
  display: block;
  font-size: 50px;
}
.section-error .txt--sub {
  text-align: center;
}

.rule {
  color: #ff2f2b;
  background-color: #ffdede;
  border: none;
  border-radius: 5px;
  margin: 0.5em 0;
  padding: 0.5em;
}

.block--movie-loading {
  width: 60%;
  min-width: 350px;
  text-align: center;
  border: 0.5px solid;
  padding: 30px;
  margin: 20px auto;
}

body:not(.page--home) .wrap > .bg {
  display: none;
}

/* pc ------------------------------  */
@media screen and (min-width: 961px) {
  /* base
  ------------------------------ */
  .sp {
    display: none !important;
  }
  a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  /* header */
  .header .g-nav .nav__list--contents .g-nav--item__sns a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header .g-nav .nav__list--contents .g-nav--item__sns a:after {
    display: none !important;
  }
  .header .g-nav .nav__list--contents .g-nav--item__sns a:hover {
    opacity: 0.5;
  }
  .header .g-nav .nav__list--contents .g-nav--item__sns.item__first {
    position: relative;
  }
  .header .g-nav .nav__list--contents .g-nav--item__sns.item__first::before {
    content: "│";
    display: inline-block;
    margin-right: 1em;
  }
  .header .g-nav .nav__list--contents .g-nav--item__bubble a i svg {
    width: 40px;
  }
  /* block--login */
  .block--login {
    position: absolute;
    width: auto;
    bottom: 1.5em;
    right: calc(3vw + 0.6em);
    padding-left: 0;
    padding-top: 0;
    z-index: 10;
  }
  .block--login .nav__list--login li {
    display: inline-block;
    margin-right: 0;
  }
  .block--login .nav__list--login li a {
    display: block;
    color: #fff;
    padding: 10px 20px 10px;
    font-size: 11px;
    background: #111;
    border-radius: 20px;
  }
  footer .copyright {
    mix-blend-mode: unset;
  }
  /* header
  ------------------------------ */
  h1.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: clamp(140px, 22vw, 320px);
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }
  h1.logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 15px 2.5em 15px 2em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  h1.logo a img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-object-fit: contain;
  }
  h1.logo a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  h1.logo a .logo--text .artist-name {
    font-size: 22px;
  }
  h1.logo a .logo--text .fanclub-name {
    font-size: 15px;
  }
  .wrap.loggedin .header {
    padding-bottom: 25px;
  }
  .wrap.loggedin .header h1.logo a {
    padding: 25px 2.5em 25px 2.5em;
  }
  .header {
    width: 100%;
    height: auto;
    position: fixed;
    padding: 45px 3vw 4.2em 0;
    right: 0;
    top: 0;
    z-index: 5;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  .header .g-nav {
    text-align: right;
  }
  .header .g-nav .nav {
    display: inline-block;
  }
  .header .g-nav .g-nav--item {
    font-size: 13px;
  }
  .header .g-nav .g-nav--item a {
    display: block;
    line-height: 1;
    padding: 5px 0;
  }
  .header .g-nav .g-nav--item.limited a::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    opacity: 0.3;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .header .g-nav .g-nav--item__mypage a {
    padding: 5px 0;
  }
  .header .g-nav .nav__list--login {
    position: relative;
    margin-left: 2em;
  }
  .header .g-nav .nav__list--login::before {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    position: absolute;
    left: -1.5em;
    top: -3px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  .header .g-nav .nav__list--sns {
    display: block;
    padding-top: 5px;
  }
  .header .g-nav .nav__list--sns .g-nav--item__linkfire i {
    font-size: 15px;
    vertical-align: -2px;
  }
  .header .g-nav .nav .g-nav--item__list--sub_category {
    position: relative;
  }
  .header .g-nav .nav .g-nav--item__list--sub_category li:last-child {
    margin-right: 0;
  }
  .header .g-nav .nav .g-nav--item__list--sub_category::before {
    content: "│";
    display: inline-block;
    margin-right: 1em;
  }
  .header .g-nav .nav .g-nav--item__list--sub_category + .g-nav--item {
    display: inline-flex;
    position: relative;
  }
  .header .g-nav .nav .g-nav--item__list--sub_category + .g-nav--item::before {
    content: "│";
    display: inline-block;
    margin-right: 1em;
  }
  .header .g-nav .nav .g-nav--item__list--sub_category + .g-nav--item__mypage::before {
    content: "│";
    display: inline-block;
    margin-right: 1em;
  }
  /* footer
  ------------------------------ */
  /* common
  ------------------------------ */
  /* btn
  ------------------------------ */
  /* hover action
  ------------------------------ */
  /* header scroll
  ------------------------------ */
  /* official
  ------------------------------ */
}
@media screen and (min-width: 961px) and (min-width: 756px) and (max-width: 1100px) {
  .header .g-nav .g-nav--item {
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 961px) {
  footer {
    height: 300px;
    text-align: center;
    padding: 50px 0;
  }
  footer .footer__inner {
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer nav .list-tit {
    display: none;
  }
  footer .nav__list--sns {
    width: 100%;
    margin-bottom: -40px;
  }
  footer .nav__list--sns li {
    margin: 0 10px;
  }
  footer .nav__list--sns li a {
    font-size: 25px;
    color: #fff;
  }
  footer .nav__list--sns .g-nav--item__linkfire i {
    font-size: 26px;
    vertical-align: -4px;
  }
  footer .copyright {
    width: 100%;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    z-index: 2;
    bottom: 20px;
  }
  footer .copyright {
    width: 100%;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 20px;
  }
  footer .g-nav--item__bubble a i svg {
    width: 52px;
  }
  .wrap {
    padding-top: 180px;
    padding-bottom: 400px;
  }
  .limited .section-tit::after,
  .free .section-tit::after {
    vertical-align: 6px;
  }
  .tit .limited::after,
  .tit .free::after {
    margin-left: 10px;
    vertical-align: 2px;
  }
  .section--list {
    padding: 0 15%;
  }
  .section--detail {
    width: 850px;
    margin: 0 auto;
  }
  .section--detail .block--title {
    margin-bottom: 40px;
  }
  .section--detail .block--title .tit {
    font-size: 20px;
    margin-bottom: 3px;
  }
  .btn--main,
  .btn--sub {
    min-width: 300px;
  }
  .btn button.btn--main {
    width: auto;
  }
  .header .g-nav .nav li a,
  .detail__btn a,
  .list__more a {
    position: relative;
    -webkit-transition: none;
    transition: none;
  }
  .header .g-nav .nav li a::after,
  .detail__btn a::after,
  .list__more a::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .header .g-nav .nav li a:hover::after,
  .detail__btn a:hover::after,
  .list__more a:hover::after {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .header .g-nav .nav.nav__list--sns li a::after {
    content: none;
  }
  .header .g-nav .nav.nav__list--sns li a:hover {
    opacity: 0.5;
  }
  .list__more a:hover::after,
  .detail__btn a:hover::after,
  .block--category li a::after {
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  }
  h1.logo a:hover,
  .block--share li a:hover,
  .list .list__item a:hover,
  .footer .nav__list--sns li a:hover,
  .list--support .list__item a:hover {
    opacity: 0.5;
  }
  .list--thumbnail a .thumb {
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .list--thumbnail a .thumb::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    mix-blend-mode: multiply;
  }
  .list--thumbnail a:hover .thumb {
    /*filter: grayscale(1);*/
  }
  .list--thumbnail a:hover .thumb::after {
    opacity: 0.5;
  }
  .section--detail a:hover {
    opacity: 0.5;
  }
  .header {
    -webkit-transition: background 0.3s, padding 0.3s, -webkit-box-shadow 0.3s;
    transition: background 0.3s, padding 0.3s, -webkit-box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s, padding 0.3s;
    transition: background 0.3s, box-shadow 0.3s, padding 0.3s, -webkit-box-shadow 0.3s;
  }
  .header .g-nav {
    padding-left: clamp(140px, 19vw, 320px);
  }
  .window-scroll .wrap.pattern-Official .header {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
  .window-scroll .header {
    padding-top: 1.5em;
  }
  .window-scroll #header-nav:not(:has(> .inner .block--login.pc)) {
    padding: 2em 0 2em;
  }
  .wrap.pattern-Official .header {
    padding-top: 65px;
  }
  .wrap.pattern-Official .footer .nav li {
    margin-right: 0;
  }
  .page--endtern .wrap.pattern-Official .header {
    padding: 1.8em 1.2em 3.5em;
  }
}
/* sp ------------------------------  */
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* base
  ------------------------------ */
  .pc {
    display: none !important;
  }
  .wrap:not(.page--home) {
    padding-top: 120px;
    padding-bottom: 150px;
  }
  body:not(.page--home) .bg {
    height: 80px;
  }
  body:not(.page--home) footer .bg {
    height: 100%;
  }
  .block--pager {
    margin: 15px auto;
  }
  .form--post {
    margin-bottom: 4em;
  }
  .header .nav.nav__list--contents .g-nav--item__sns {
    display: none !important;
  }
  /* btn
  ------------------------------ */
  .btn--main, .btn--sub {
    min-width: unset;
    width: 90%;
  }
  .detail__btn {
    margin-top: 30px;
  }
  /* header
  ------------------------------ */
  h1.logo {
    width: 32vw;
    height: 67px;
    text-align: left;
    position: absolute;
    top: 2vw;
    left: 3%;
    z-index: 2;
  }
  h1.logo a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
  }
  h1.logo a img {
    width: auto;
    height: auto;
    max-height: 63px;
  }
  h1.logo a .logo--text .artist-name {
    font-size: 18px;
  }
  h1.logo a .logo--text .fanclub-name {
    font-size: 10px;
  }
  .header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
  }
  .header .drawer {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: flex-start;
    -ms-flex-align: baseline;
    -webkit-box-align: baseline;
    align-items: baseline;
    z-index: 99;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: 0.4s cubic-bezier(0.16, 0.68, 0.65, 1.03);
    transition: 0.4s cubic-bezier(0.16, 0.68, 0.65, 1.03);
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    padding-top: 80px;
    pointer-events: none;
  }
  .header .drawer .g-nav {
    position: relative;
    top: 0;
    left: 0;
    padding: 0 10%;
  }
  .header .drawer .nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: flex-start;
    -ms-flex-align: baseline;
    -webkit-box-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    letter-spacing: 0.05em;
  }
  .header .drawer .nav li {
    display: block;
    width: 50%;
    font-size: 4vw;
    margin: 0 0 0.5em;
    line-height: 1;
  }
  .header .drawer .nav li a {
    display: block;
    color: #fff;
    padding: 10px 0;
  }
  .header .drawer .nav__list--sns {
    display: block;
    padding-top: 10px;
  }
  .header .drawer .nav__list--sns li {
    width: auto;
    display: inline-block;
    margin-right: 20px;
  }
  .header .drawer .nav__list--sns li.g-nav--item__linkfire i {
    font-size: 19px;
    vertical-align: -4px;
  }
  .header .drawer .nav__list--sns li.g-nav--item__bubble a i svg {
    width: 40px;
  }
  .header .drawer .nav__list--login {
    display: block;
    padding-top: 20px;
    border-top: 0.5px solid;
    margin-top: 10px;
  }
  .header .drawer .nav__list--login li {
    width: auto;
    display: inline-block;
    margin-right: 20px;
  }
  .header .drawer .nav__list--login.sp .g-nav--item__sns {
    display: none !important;
  }
  .header .g-nav .nav .g-nav--item__list--sub_category {
    position: relative;
    width: 100%;
    position: relative;
    width: 100%;
    border-top: 0.5px solid;
    padding-top: 0.8em;
  }
  .header .g-nav .nav .g-nav--item__list--sub_category + .g-nav--item__mypage {
    margin-top: 1em !important;
  }
  .drawer__btn {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 8%;
    top: 7vw;
    z-index: 999;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    mix-blend-mode: difference;
  }
  .drawer__btn span {
    display: block;
    width: 60%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 42%;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .drawer__btn span:first-child {
    top: 40%;
  }
  .drawer__btn span:nth-child(2) {
    top: 50%;
  }
  .drawer__btn span:last-child {
    top: 64%;
  }
  body:not(.page--home) .drawer__btn {
    right: 6%;
    top: 20px;
  }
  .nav__list--sns li {
    display: inline-block;
    margin-right: 1em;
    margin-bottom: 15px;
  }
  .nav__list--sns li a i {
    font-size: 16px;
  }
  .nav__list--sns li.g-nav--item__linkfire i {
    font-size: 15px;
    vertical-align: -2px;
  }
  .drawer-visible .drawer__btn span {
    top: 50%;
  }
  .drawer-visible .drawer__btn span:first-child {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 62%;
  }
  .drawer-visible .drawer__btn span:last-child {
    top: 63%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .drawer-visible .drawer {
    opacity: 1;
    pointer-events: auto;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
  /* footer
  ------------------------------ */
  body:not(.page--home) footer {
    background: none;
    padding: 30px 5%;
  }
  body:not(.page--home) footer .nav__list--sns,
  body:not(.page--home) footer .nav {
    display: none;
  }
  body:not(.page--home) footer .copyright {
    text-align: center;
    opacity: 0.5;
    position: relative;
    z-index: 2;
  }
  footer .copyright em {
    display: block;
    text-align: center;
  }
  footer .g-nav--item__bubble a i svg {
    width: 40px;
  }
  /* list
  ------------------------------ */
  .date {
    margin-bottom: 5px;
  }
  .category {
    font-size: 10px;
  }
  .tit {
    font-size: 13px;
    line-height: 1.4;
  }
  .tit > [class*=-member] {
    margin-left: 3px;
    vertical-align: 1px;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    padding: 0 5px;
  }
  .tit > [class*=-member] + [class*=-member] {
    margin-left: 2px;
  }
  /* list list--thumbnail */
  .list .list__item a,
  .list--thumbnail .list__item a {
    font-size: 11px;
    padding: 12px 0;
  }
  .list--thumbnail .tit {
    margin-bottom: 5px;
  }
  .nonlogin .list--thumbnail .list__item .thumb .limited-thumb span {
    font-size: 5vw;
  }
  /* list--schedule */
  .list--schedule .list__item {
    margin-bottom: 10px;
  }
  .list--schedule .list__item .category {
    margin-bottom: 5px;
  }
  .list--schedule .block--date {
    width: 8em;
    position: absolute;
    left: 0;
    top: 7px;
  }
  .list--schedule .block--date > [class^=block--date] .block--date__month {
    font-size: 13px;
  }
  .list--schedule .block--date > [class^=block--date] .block--date__date {
    font-size: 16px;
    bottom: -20px;
  }
  .list--schedule .block--date > [class^=block--date] .block--date__youbi {
    bottom: -19px;
  }
  .list--schedule .block--txt {
    padding-left: 8.5em;
  }
  /* list--radio list--qa */
  .list--radio .list__item a,
  .list--qa .list__item a {
    padding-left: 45px;
  }
  .list--radio .list__item a::before,
  .list--radio .list__item .ico,
  .list--qa .list__item a::before,
  .list--qa .list__item .ico {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 27px;
    top: 10px;
  }
  .list--radio .list__item .block--txt .tit,
  .list--qa .list__item .block--txt .tit {
    margin-bottom: 5px;
  }
  .list--radio .list__item .ico {
    line-height: 31px;
  }
  .list--radio .list__item .ico .ico--play {
    width: 13px;
    height: 13px;
    left: 2px;
  }
  /* list--discography */
  .list--discography .list__item .category {
    margin-bottom: 5px;
  }
  /* list--attention */
  .list--attention {
    font-size: 0.9em;
  }
  .list--attention li {
    padding-left: 1em;
    text-indent: -1em;
  }
  /* carousel */
  .slick-prev::after, .slick-next::after {
    width: 14px;
    height: 14px;
    top: 5px;
    left: 20px;
  }
  .slick-next::after {
    left: 5px;
  }
  /* 共通 */
  .section--list,
  .section--detail {
    padding: 0 5%;
  }
  .section--detail .block--title {
    margin-bottom: 30px;
  }
  .section--detail .block--title .tit {
    font-size: 16px;
  }
  .section-tit {
    font-size: 16px;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
  }
  .section-error .tit {
    font-size: 20px;
  }
  .section-error .tit .number {
    font-size: 40px;
  }
  .section-error .txt--sub {
    text-align: left;
  }
  .block--movie-loading {
    width: 100%;
    min-width: inherit;
    font-size: 12px;
    padding: 18px 5%;
    margin: 20px auto;
  }
  .page--home .wrap h1.logo {
    height: 35vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 3vw;
  }
  .page--home .wrap h1.logo a {
    height: auto;
  }
  .page--home h1.logo a img {
    height: auto;
  }
}
/* tablet ------------------------------  */
@media screen and (min-width: 756px) and (max-width: 961px) {
  .wrap:not(.page--home) {
    padding-top: 180px;
    padding-bottom: 150px;
  }
  .section-error .tit {
    font-size: 30px;
  }
  .section-error .tit .number {
    font-size: 50px;
  }
  .section-error .txt--sub {
    text-align: center;
  }
  .block--movie-loading {
    width: 80%;
    font-size: 13px;
    padding: 30px;
    margin: 30px auto;
  }
}
/* ==============================
page--home
============================== */
.page--home {
  /* section--hero-img
  ------------------------------ */
  /* 共通
  ------------------------------ */
  /* section--banner
  ------------------------------ */
  /* no-contents */
}
.page--home .bg {
  height: 100%;
  z-index: -1;
  position: fixed;
}
.page--home .bg img {
  background-position: center;
}
.page--home .bg::before {
  display: none;
}
.page--home .wrap {
  padding-top: 0;
  padding-bottom: 300px;
}
.page--home .section--hero-img {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  height: 100vh;
  min-height: 700px;
  margin-bottom: 150px;
}
.page--home .section--hero-img .block--hero-img {
  width: 80%;
  max-height: 80vh;
  text-align: center;
  line-height: 0;
  position: relative;
}
.page--home .section--hero-img .block--hero-img img {
  max-height: 70vh;
}
.page--home .section--hero-img .cover {
  width: 100%;
  height: 100%;
  max-height: unset;
  position: absolute;
  top: 0;
  left: 0;
}
.page--home .block--contents .block--title {
  position: relative;
  margin-bottom: 20px;
}
.page--home .block--contents .block--title .section-tit {
  padding-right: 70px;
}
.page--home .block--contents .block--title .list__more {
  position: absolute;
  top: calc(50% - 5px);
  right: 0;
}
.page--home .block--contents > .list__more {
  display: none;
}
.page--home .txt--notice,
.page--home .txt--notice a {
  color: #ff0000 !important;
}
.page--home .section--schedule .block--date__end {
  display: none;
}
.page--home .section--biography {
  display: none;
}
.page--home footer .bg {
  display: none;
}
.page--home .section--video .list--thumbnail .list__item .thumb, .page--home .section--movie .list--thumbnail .list__item .thumb {
  background-image: url("/static/fcopen/common/thumb--none-play.jpg");
}
.page--home .section--mix-contents .slick-dots li,
.page--home .section--video .slick-dots li {
  width: 8px;
  height: 8px;
}
.page--home .section--mix-contents .slick-dots li button:before,
.page--home .section--video .slick-dots li button:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background: #fff;
}
.page--home .section--photo .list--thumbnail .list__item .thumb {
  overflow: hidden;
  z-index: 1;
}
.page--home .section--photo .list--thumbnail .list__item .thumb img {
  display: block;
  width: 100%;
  background: no-repeat center;
  background-size: cover;
  -webkit-background-size: contain;
  line-height: 0;
  position: relative;
}
.page--home .section--photo .list--thumbnail .list__item .thumb .blur {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  z-index: -1;
}
.page--home .section--photo .list--thumbnail .list__item .thumb .blur img {
  height: 100%;
  background-size: cover;
  display: inline-block;
}
.page--home .top-contents-none .section--banner {
  margin-bottom: 0;
}
.page--home .top-contents-none .block--content-wrap {
  padding: 50px 5%;
}
.page--home.top-contents-none.no-banner-area .block--content-wrap {
  padding: 0;
}
.page--home.top-contents-none.no-banner-area .section--banner {
  display: none;
}
.page--home.top-contents-none.no-banner-area .section--hero-img {
  margin-bottom: 0;
}
.page--home.page--end .section--endtxt {
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: 15vw;
  left: 50%;
  background: rgba(255, 255, 255, 0.9333333333);
  color: #000;
  width: 90%;
  padding: 3em 2em;
  z-index: 2;
  margin: 1em auto;
  max-width: 900px;
  -webkit-filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.1882352941));
          filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.1882352941));
}
.page--home.page--end .section--endtxt .section-tit {
  font-size: 18px;
  margin-bottom: 1em;
}

/* pc
------------------------------ */
@media screen and (min-width: 961px) {
  .page--home {
    /* 共通 */
    /* section--relative */
    /* section--banner */
    /* section--video */
    /* section--discography */
    /* section--mix-contents */
  }
  .page--home .block--content-wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: flex-start;
    -webkit-box-align: flex-start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 60px 5% 50px;
  }
  .page--home .block--contents {
    width: 45%;
    margin-bottom: 150px;
  }
  .page--home .block--contents .txt--notice,
  .page--home .block--contents .txt--notice a {
    margin-top: -3em;
    margin-bottom: 3em;
    font-size: 15px;
  }
  .page--home .section--hero-img {
    position: relative;
  }
  .page--home .no-data {
    padding-top: 40px;
  }
  .page--home .section--banner {
    width: 100%;
    margin: -200px 0 150px;
  }
  .page--home .section--banner.block--wide .list--bnr {
    width: 144%;
    margin: 40px -22% 0;
  }
  .page--home .section--banner.block--wide .list--bnr .list__item {
    width: 480px;
    margin: 0 12px;
  }
  .page--home .section--banner .list--bnr--horizontal {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: flex-start;
    -webkit-box-align: flex-start;
    align-items: flex-start;
  }
  .page--home .section--banner .list--bnr--horizontal .list__item {
    width: 45%;
  }
  .page--home .section--banner .list--bnr--center s .list__item {
    width: 80%;
    margin: 60px auto 0;
  }
  .page--home .section--banner .list--bnr--noslide {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: center;
    max-width: 1000px;
    margin: 40px auto 0;
  }
  .page--home .section--banner .list--bnr--noslide .list__item {
    width: 50%;
  }
  .page--home .section--banner .list--bnr--noslide .list__item a {
    display: block;
    text-align: center;
  }
  .page--home .section--video {
    width: 100%;
  }
  .page--home .section--video.block--wide .list--thumbnail {
    width: 80%;
    margin: 50px auto 0;
  }
  .page--home .section--video.block--wide .list--thumbnail .list__item {
    margin: 0 20px;
  }
  .page--home .section--video .block--txt {
    padding-top: 10px;
  }
  .page--home .section--video .list--thumnail--horizontal {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: flex-start;
    -webkit-box-align: flex-start;
    align-items: flex-start;
  }
  .page--home .section--video .list--thumnail--horizontal .list__item {
    width: 45%;
  }
  .page--home .section--video .list--thumnail--center .list__item {
    width: 60%;
    margin: 60px auto 0;
  }
  .page--home .section--video .slick-dots {
    bottom: -15px;
  }
  .page--home .section--video .slick-prev,
  .page--home .section--video .slick-next {
    width: 60px;
    height: 60px;
    bottom: calc(50% - 65px);
    top: inherit;
    z-index: 0;
  }
  .page--home .section--video .slick-prev::after,
  .page--home .section--video .slick-next::after {
    width: 60px;
    height: 60px;
    border-right-width: 2px;
    border-right-style: solid;
    border-top-width: 2px;
    border-top-style: solid;
  }
  .page--home .section--video .slick-prev:hover,
  .page--home .section--video .slick-next:hover {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .page--home .section--video .slick-prev {
    left: -90px;
  }
  .page--home .section--video .slick-next {
    left: inherit;
    right: -90px;
  }
  .page--home .section--video .slick-disabled {
    opacity: 0.2;
    pointer-events: none;
  }
  .page--home .section--discography {
    width: 100%;
  }
  .page--home .section--discography .section-tit {
    display: inline-block;
  }
  .page--home .section--discography .block--title .list__more {
    display: inline-block;
    position: relative;
    right: inherit;
    top: -10px;
  }
  .page--home .section--discography .block--discography__item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page--home .section--discography .block--discography__item .thumb {
    width: 45%;
  }
  .page--home .section--discography .block--discography__item .thumb a {
    display: block;
  }
  .page--home .section--discography .block--discography__item .block--txt {
    width: 50%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page--home .section--discography .block--discography__item .block--txt .category {
    font-size: 13px;
  }
  .page--home .section--discography .block--discography__item .block--txt .tit {
    font-size: 32px;
  }
  .page--home .section--discography .block--discography__item .block--txt .date {
    width: 100%;
    font-size: 13px;
  }
  .page--home .section--discography .block--discography__item .block--txt .list__more {
    width: auto;
    margin: 30px 0 0;
  }
  .page--home .section--discography .block--discography__item .block--txt .list__more a {
    text-align: left;
  }
  .page--home .section--mix-contents {
    width: 100%;
  }
  .page--home .section--mix-contents.block--wide .list--thumbnail {
    width: 80%;
    margin: 50px auto 0;
  }
  .page--home .section--mix-contents.block--wide .list--thumbnail .list__item {
    margin: 0 20px;
  }
  .page--home .section--mix-contents.block--wide .list--thumbnail .list__item .thumb {
    overflow: hidden;
  }
  .page--home .section--mix-contents .block--txt {
    padding-top: 10px;
  }
  .page--home .section--mix-contents .list--thumnail--horizontal {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: flex-start;
    -webkit-box-align: flex-start;
    align-items: flex-start;
  }
  .page--home .section--mix-contents .list--thumnail--horizontal .list__item {
    width: 45%;
  }
  .page--home .section--mix-contents .list--thumnail--center .list__item {
    width: 60%;
    margin: 60px auto 0;
  }
  .page--home .section--mix-contents .slick-dots {
    bottom: -15px;
  }
  .page--home .section--mix-contents .slick-prev,
  .page--home .section--mix-contents .slick-next {
    width: 60px;
    height: 60px;
    bottom: calc(50% - 65px);
    top: inherit;
    z-index: 0;
  }
  .page--home .section--mix-contents .slick-prev::after,
  .page--home .section--mix-contents .slick-next::after {
    width: 60px;
    height: 60px;
    border-right-width: 2px;
    border-right-style: solid;
    border-top-width: 2px;
    border-top-style: solid;
  }
  .page--home .section--mix-contents .slick-prev:hover,
  .page--home .section--mix-contents .slick-next:hover {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .page--home .section--mix-contents .slick-prev {
    left: -90px;
  }
  .page--home .section--mix-contents .slick-next {
    left: inherit;
    right: -90px;
  }
  .page--home .section--mix-contents .slick-disabled {
    opacity: 0.2;
    pointer-events: none;
  }
  .page--home.top-contents-none .section--hero-img {
    margin-bottom: 0;
  }
  .page--home.top-contents-none .block--content-wrap {
    padding: 100px 5% 90px;
  }
  .page--home.top-contents-none .block--content-wrap .section--banner {
    margin: 50px 5%;
  }
  .page--home.top-contents-none .block--content-wrap .section--banner.block--wide .list--bnr {
    margin-top: 0;
  }
  .page--home.top-contents-none .block--content-wrap .section--banner .list--bnr--noslide .list__item {
    width: clamp(500px, 36%, 800px);
  }
  .page--home.page--end .view__area {
    position: relative;
  }
  .page--home.page--end .view__area .section--endtxt {
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }
  .page--home.page--end .view__area .section--endtxt .section-tit {
    line-height: 1.5em;
  }
  .page--home.page--end .block--login {
    width: auto;
    right: 4em;
  }
}
/* sp
------------------------------ */
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home {
    /* 共通 */
    /* section--hero-img */
    /* section--video */
    /* footer */
  }
  .page--home .wrap {
    padding-bottom: 0;
  }
  .page--home .block--content-wrap {
    padding: 70px 5% 50px;
  }
  .page--home .block--contents {
    margin-bottom: 80px;
  }
  .page--home .block--contents:last-child {
    margin-bottom: 0;
  }
  .page--home .block--contents .txt--notice,
  .page--home .block--contents .txt--notice a {
    margin-top: -1.6em;
    margin-bottom: 3em;
    font-size: 13px;
  }
  .page--home h1.logo {
    width: 40vw;
    height: auto;
    text-align: center;
    position: absolute;
    top: 7vw;
    left: 30vw;
  }
  .page--home .section--hero-img {
    height: 140vw;
    min-height: unset;
    margin-bottom: 0;
    position: relative;
  }
  .page--home .section--hero-img .block--hero-img {
    width: 100%;
    max-height: 80vw;
    text-align: center;
    line-height: 0;
    position: relative;
    top: 0;
  }
  .page--home .section--hero-img .block--hero-img img {
    max-height: 66vw;
  }
  .page--home .section--hero-img .block--login {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 17vw;
  }
  .page--home .section--hero-img .block--login nav li {
    margin-right: 0;
  }
  .page--home .section--hero-img .block--login nav a {
    font-size: 15px;
  }
  .page--home .section--hero-img .block--login .g-nav--item__login {
    position: relative;
    padding-left: 40px;
  }
  .page--home .section--hero-img .block--login .g-nav--item__login::before {
    content: "";
    display: block;
    width: 1px;
    height: 50px;
    -webkit-transform: rotate(32deg);
            transform: rotate(32deg);
    position: absolute;
    left: 17px;
    top: -14px;
  }
  .page--home .section--hero-img .block--login.endtern .g-nav--item__login {
    padding-left: 0;
  }
  .page--home .section--hero-img .block--login.endtern .g-nav--item__login::before {
    content: none;
  }
  .page--home .section--hero-img .cover {
    max-height: unset;
  }
  .page--home .section--banner {
    margin-bottom: 50px;
  }
  .page--home .section--banner .list--bnr--noslide .list__item a {
    display: block;
    margin-bottom: 10px;
  }
  .page--home .section--banner.block--wide .list--bnr,
  .page--home section[class^=section--].block--wide .list--thumbnail {
    width: 126%;
    margin: 0 -13% 0;
  }
  .page--home .section--banner.block--wide .list--bnr .list__item,
  .page--home section[class^=section--].block--wide .list--thumbnail .list__item {
    margin: 0 2vw;
  }
  .page--home .section--video {
    width: 100%;
  }
  .page--home .section--video#video.block--wide .list--thumbnail {
    width: 100%;
    margin: 0 auto;
  }
  .page--home .section--video#video.block--wide .list--thumbnail .list__item {
    margin: 0;
  }
  .page--home .section--video#video.block--wide .list--thumbnail .list__item .video {
    margin-bottom: 5px;
  }
  .page--home .section--video .list--thumnail--horizontal li:not(:last-child) {
    margin-bottom: 20px;
  }
  .page--home .section--video .list--thumnail--center .block--txt,
  .page--home .section--video .list--thumnail--horizontal .block--txt {
    padding-top: 10px;
  }
  .page--home .section--video .slick-prev,
  .page--home .section--video .slick-next {
    width: 30px;
    height: 30px;
    bottom: -43px;
    top: inherit;
  }
  .page--home .section--video .slick-prev::after,
  .page--home .section--video .slick-next::after {
    width: 12px;
    height: 12px;
    border-right-width: 1px;
    border-right-style: solid;
    border-top-width: 1px;
    border-top-style: solid;
    left: 11px;
    top: 8px;
  }
  .page--home .section--video .slick-prev:hover,
  .page--home .section--video .slick-next:hover {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .page--home .section--video .slick-dots {
    bottom: -26px;
  }
  .page--home .section--video .slick-prev {
    left: -2%;
  }
  .page--home .section--video .slick-next {
    left: inherit;
    right: 0;
  }
  .page--home.page--end h1.logo a .logo--text .artist-name {
    font-size: 15px;
  }
  .page--home.page--end .header .drawer .nav li {
    width: auto;
  }
  .page--home.page--end .section--hero-img {
    height: auto;
    margin-top: 44vw;
  }
  .page--home.page--end .section--hero-img .block--hero-img {
    top: 0 !important;
  }
  .page--home.page--end .section--endtxt {
    position: relative;
    top: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    left: auto;
    margin: 1.5em auto;
  }
  .page--home.page--end .section--endtxt .section-tit {
    font-size: 15px;
    line-height: 1.5em;
    text-align: center;
  }
  .page--home.page--end .block--login.sp {
    display: none;
  }
  .page--home footer {
    position: relative;
    padding: 50px 5%;
  }
  .page--home footer .list-tit {
    display: block;
    font-family: "Alata", sans-serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
  }
  .page--home footer .list-tit::after {
    content: "";
    display: block;
    width: 11px;
    height: 1px;
    position: absolute;
    right: 0;
    top: 12px;
  }
  .page--home footer .list-tit::before {
    content: "";
    display: block;
    width: 1px;
    height: 11px;
    position: absolute;
    right: 5px;
    top: 7px;
    -webkit-transition: opacity 0.1s 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.1s 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.1s 0.4s;
    transition: transform 0.4s, opacity 0.1s 0.4s, -webkit-transform 0.4s;
  }
  .page--home footer .list-tit.open::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0;
  }
  .page--home footer .nav__list--sns {
    text-align: center;
  }
  .page--home footer .nav__list--sns li {
    margin: 0 0.5em 30px !important;
  }
  .page--home footer .nav__list--sns li a i {
    font-size: 20px;
  }
  .page--home footer .list--support {
    display: none;
  }
  .page--home footer .list--support .list__item {
    display: block;
  }
  .page--home footer .list--support .list__item a {
    display: block;
    font-size: 13px;
    padding: 10px 0;
  }
  .page--home .wrap.pattern-Official h1.logo {
    top: 10vw;
  }
  .page--home .wrap.pattern-Official .section--hero-img .block--hero-img {
    top: 14vw;
  }
  .page--home .wrap.pattern-Official .footer .list-tit {
    display: none;
  }
  .page--home .wrap.pattern-Official .footer .list--support {
    display: block !important;
  }
  .page--home .wrap.pattern-Official .footer li {
    text-align: center;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .page--home.top-contents-none.no-banner-area .block--content-wrap {
    padding: 0;
  }
  .page--home.top-contents-none .section--hero-img {
    height: 153vw;
  }
  .page--home.top-contents-none .section--banner {
    margin-bottom: 0;
  }
  .page--home.top-contents-none .section--banner .list--bnr--noslide .list__item:last-child a {
    margin-bottom: 0;
  }
  .page--home.top-contents-none .block--content-wrap {
    padding: 50px 5%;
  }
  .page--home .section--discography .block--txt__inner .list__more {
    display: block;
  }
  .page--home.page--endtern .wrap.pattern-Official .section--hero-img .block--hero-img {
    top: inherit;
  }
  .page--home.top-contents-none.no-banner-area .section--hero-img {
    height: auto !important;
  }
}
/* tablet
------------------------------ */
@media screen and (min-width: 756px) and (max-width: 961px) {
  .page--home .wrap.pattern-Official h1.logo {
    top: 6vw;
  }
  .page--home .wrap.pattern-Official .section--hero-img .block--hero-img {
    top: 6vw;
  }
  .page--home .wrap.pattern-Official .footer .list-tit {
    display: none;
  }
  .page--home .wrap.pattern-Official .footer .list--support {
    display: block !important;
  }
  .page--home .wrap.pattern-Official .footer li {
    text-align: center;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .page--home .top-contents-none .section--hero-img {
    height: 140vw;
  }
  .page--home.page--end .section--endtxt {
    margin: 2.5em auto;
  }
}
/* preview mode
------------------------------ */
.page--home.preview-mode {
  /*  *,*::before,*::after{pointer-events: none !important;}*/
}
.page--home.preview-mode a {
  pointer-events: none !important;
  cursor: default;
}
.page--home.preview-mode .drawer__btn {
  cursor: pointer;
}
.page--home.preview-mode .header .drawer {
  overflow: hidden;
}

@media screen and (min-width: 961px) {
  .page--home.preview-mode {
    /* overflow: hidden; */
    /* .section--hero-img{
      height: 10.5vh;
      min-height: inherit;
      img{
    	max-height: 9.5vh;
      }
    } */
  }
  .page--home.preview-mode .bg img {
    background-repeat: repeat;
    background-size: 90vw;
    background-position: top;
    top: 34vw;
  }
}
/* ==============================
page--information
============================== */
.block--share {
  padding: 40px 0;
  text-align: right;
  line-height: 1;
}
.block--share li {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  margin-left: 10px;
}
.block--share li svg {
  width: 18px;
  height: 18px;
}

.page--information .section--detail .block--txt a {
  text-decoration: underline;
}

.page--video .block--txt {
  margin-bottom: 40px;
}

.page--information:not(.page--schedule) .thumb .cover,
.page--information:not(.page--schedule) .thumb .dummy,
.page--information:not(.page--schedule) .block--txt .cover {
  display: none;
}

/* pc
------------------------------ */
@media screen and (min-width: 961px) {
  .thumb {
    margin-bottom: 40px;
  }
}
/* sp
------------------------------ */
@media screen and (min-width: 1px) and (max-width: 960px) {
  .thumb {
    margin-bottom: 30px;
  }
}
/* tablet
------------------------------ */
/* ==============================
page--schedule
============================== */
.page--schedule .section--list {
  position: relative;
}
.page--schedule .list--schedule {
  margin-bottom: 160px;
}
.page--schedule .list--schedule li a {
  position: relative;
  padding: 15px 0;
  display: block;
}
.page--schedule .list--schedule li .block--txt {
  padding-left: 100px;
}
.page--schedule .list--schedule li .block--txt.new .tit::after {
  content: "NEW";
  font-size: 12px;
  color: #fb5757;
  margin-left: 5px;
}
.page--schedule .list--schedule li::after {
  content: "";
  display: block;
  clear: both;
}
.page--schedule [type=checkbox], .page--schedule [type=radio] {
  display: none;
}
.page--schedule .section--list .block--month {
  margin-bottom: 40px;
}
.page--schedule .section--list .block--month .tit {
  font-size: 60px;
  position: relative;
  top: 1px;
  left: 0;
  margin-bottom: 0;
}
.page--schedule .section--list .block--month .tit span {
  padding: 0 10px;
  font-size: 20px;
}
.page--schedule .section--list .block--month ul {
  display: -ms-flexbox;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1;
  font-size: 12px;
  margin: -40px 0 0;
}
.page--schedule .section--list .block--month ul li {
  margin-left: 2em;
}
.page--schedule .section--list .block--month ul li a {
  position: relative;
  padding: 5px 0;
}
.page--schedule .section--list .block--month ul li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  background: #fff;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.page--schedule .section--list .block--month ul li a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.page--schedule .section--list .block--refine ul {
  width: 100%;
  margin: 5px auto 40px;
}
.page--schedule .section--list .block--refine ul li {
  display: inline-block;
  margin-right: 2px;
}
.page--schedule .section--list .block--refine ul li:hover * {
  cursor: pointer;
}
.page--schedule .section--list .block--refine input[type=checkbox] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.page--schedule .section--list .block--refine input[type=checkbox]:checked + p {
  color: #fff;
}
.page--schedule .section--list .block--refine label p {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.06em;
  display: block;
  min-width: 80px;
  text-align: center;
  padding: 0.5em 1em;
  position: relative;
  cursor: pointer;
  color: #999;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(200, 200, 200, 0.5);
  white-space: nowrap;
}
.page--schedule .section--detail .block--liveinfo > li {
  clear: both;
  overflow: hidden;
  padding-bottom: 1em;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.page--schedule .section--detail .block--liveinfo > li .item-tit {
  width: 130px;
  opacity: 0.5;
  font-size: 12px;
}
.page--schedule .section--detail .block--liveinfo > li .item-detail {
  width: calc(100% - 130px);
}
.page--schedule .section--detail .block--liveinfo > li .item-detail .item-detail__item {
  display: inline-block;
  position: relative;
}
.page--schedule .section--detail .block--liveinfo > li .item-detail .item-detail__item::after {
  content: "/";
  display: inline-block;
  padding-left: 5px;
}
.page--schedule .section--detail .block--liveinfo > li .item-detail .item-detail__item:last-of-type::after {
  display: none;
}

/* loader
------------------------------ */
#next {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -180px;
  width: 80px;
  margin: 0 auto;
  -webkit-animation: 2.5s upDown infinite;
          animation: 2.5s upDown infinite;
}
#next a {
  display: block;
  width: 100%;
  height: 100%;
}
#next .icon--loader {
  width: 80px;
  height: 80px;
  position: relative;
}
#next .arrow-1 {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  -webkit-animation: zoomIn 1.8s ease-out 0s infinite;
          animation: zoomIn 1.8s ease-out 0s infinite;
}
#next .arrow-2 {
  width: 60px;
  height: 60px;
  background: #222;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}
#next .arrow-2 span {
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@-webkit-keyframes upDown {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@keyframes upDown {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0;
  }
}

/* pc
------------------------------ */
/* sp
------------------------------ */
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--schedule .section--list {
    min-height: 75vh;
  }
  .page--schedule .list--schedule {
    margin-bottom: 80px;
  }
  .page--schedule .block--narrowing.block--category {
    margin-bottom: 20px;
  }
  .page--schedule .block--narrowing.block--category .list--sort .category {
    font-size: 12px;
    padding: 5px 10px 4px 9px;
    margin-left: 0;
  }
  .page--schedule .section--list .block--refine ul {
    margin-bottom: 20px;
  }
  .page--schedule .section--list .block--refine label p {
    min-width: 0;
  }
  .page--schedule .section--list .block--category .list--sort li:hover span {
    background: #111;
  }
  .page--schedule .section--list .block--month {
    margin-bottom: 20px;
  }
  .page--schedule .section--list .block--month ul {
    margin: -26px 0 0;
    font-size: 10px;
  }
  .page--schedule .section--list .block--month .tit {
    font-size: 40px;
  }
  .page--schedule .section--list .block--month .tit span {
    font-size: 12px;
  }
  .page--schedule .month-pager li a {
    letter-spacing: 0.01em;
  }
  .page--schedule .list--schedule li .block--txt {
    padding-left: 6.5em;
  }
  .page--schedule .list--schedule li .block--txt .tit {
    padding-top: 5px;
  }
  .page--schedule .list--schedule .block--date {
    top: 17px;
  }
  .page--schedule .section--detail .block--liveinfo li {
    display: block;
  }
  .page--schedule .section--detail .block--liveinfo li .item-tit {
    width: 100%;
  }
  .page--schedule .section--detail .block--liveinfo li .item-detail {
    width: 100%;
  }
  .page--calendar .section--calendar {
    padding: 0 5%;
  }
  #next {
    -webkit-transform: scale(0.65);
            transform: scale(0.65);
    bottom: -10px;
  }
}
/* tablet
------------------------------ */
@media screen and (min-width: 756px) and (max-width: 961px) {
  .page--schedule .section--list {
    min-height: auto;
  }
  #next {
    bottom: -100px;
  }
}
/* ==============================
page--video
============================== */
.page--video {
  /* pc
  ------------------------------ */
  /* sp
  ------------------------------ */
  /* tablet
  ------------------------------ */
}
@media screen and (min-width: 961px) {
  .page--video .list--video {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page--video .list--video .list__item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 60px;
  }
  .page--video .list--video .list__item:nth-child(2n) {
    margin-right: 0;
  }
}
/* ==============================
page--biography
============================== */
.page--biography {
  /* pc
  ------------------------------ */
  /* sp
  ------------------------------ */
  /* tablet
  ------------------------------ */
}
.page--biography .artist--photo {
  width: 80%;
  margin: 0 auto 50px;
}
.page--biography .artist--name {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 961px) {
  .page--biography .artist--name {
    font-size: 20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--biography .artist--photo {
    width: 100%;
    margin: 0 auto 20px;
  }
  .page--biography .artist--name {
    font-size: 16px;
  }
}
/* ==============================
page--discography
============================== */
.page--discography {
  /* pc
  ------------------------------ */
  /* sp
  ------------------------------ */
  /* tablet
  ------------------------------ */
}
.page--discography .block--txt:not(last-child) {
  margin-bottom: 50px;
}
.page--discography .block--title .date, .page--discography .block--title .category {
  display: block;
}
.page--discography .list--discography .list__item .category {
  display: block;
  margin-bottom: 0.7em;
}
.page--discography .list--discography .list__item .thumb {
  overflow: hidden;
  position: relative;
}
.page--discography .list--discography .list__item .thumb img {
  background-size: contain;
  position: relative;
  z-index: 2;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.page--discography .list--discography .list__item .thumb .blur {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
}
.page--discography .list--discography .list__item .thumb .blur img {
  height: 100%;
  background-size: cover;
  -webkit-filter: blur(25px);
          filter: blur(25px);
  -webkit-transform: scale(2);
          transform: scale(2);
}
@media screen and (min-width: 961px) {
  .page--discography .section--detail {
    width: 70%;
  }
  .page--discography .list--discography {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page--discography .list--discography .list__item {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 5vw;
  }
  .page--discography .list--discography .list__item .thumb {
    margin-bottom: 20px;
  }
  .page--discography .list--discography .list__item:nth-child(3n) {
    margin-right: 0;
  }
  .page--discography .list--discography .list__item a {
    position: relative;
    display: block;
  }
  .page--discography .header--disco {
    background: #fff;
    position: absolute;
    z-index: 1;
    top: 150px;
    left: 0;
    width: 35%;
    height: 100%;
    overflow: hidden;
  }
  .page--discography .header--disco .header--disco_inner {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: calc(200% - 300px);
    background-size: cover;
    background-position: 50% 50%;
    opacity: 0.7;
    -webkit-filter: blur(30px);
            filter: blur(30px);
  }
  .page--discography .wrap--disc-detail {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .page--discography .jacket {
    position: relative;
    z-index: 1;
    width: 40%;
  }
  .page--discography .jacket .ph {
    text-align: center;
  }
  .page--discography .jacket .ph img {
    width: 100%;
  }
  .page--discography .jacket .list--jacket li {
    margin-bottom: 50px;
  }
  .page--discography .jacket .list--jacket li .ph {
    width: 90%;
    max-width: 600px;
    margin: 0 auto 10px;
    line-height: 0;
    -webkit-box-shadow: 10px 20px 45px 2px rgba(0, 0, 0, 0.5);
            box-shadow: 10px 20px 45px 2px rgba(0, 0, 0, 0.5);
  }
  .page--discography .jacket .list--jacket li .txt--sub {
    width: 90%;
    max-width: 600px;
    margin: 1em auto 0;
    color: #fff;
    mix-blend-mode: difference;
    text-align: center;
  }
  .page--discography .block--disc-detail {
    width: 50%;
    margin: 0;
  }
  .page--discography .block--disc-detail .block--title .tit {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .page--discography .block--disc-detail .block--title .date {
    margin-bottom: 50px;
  }
  .page--discography .block--disc-detail .block--title .category {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--discography .list--discography .list__item {
    margin-bottom: 10vw;
  }
  .page--discography .list--discography .list__item .thumb {
    margin-bottom: 20px;
  }
  .page--discography .list--discography .list__item a {
    position: relative;
    display: block;
  }
  .page--discography .list--discography .block--txt {
    display: none;
  }
  .page--discography .header--disco {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 40vh;
    background-color: #fff;
    overflow: hidden;
  }
  .page--discography .header--disco .header--disco_inner {
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    background-size: cover;
    background-position: 50% 50%;
    opacity: 0.7;
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  .page--discography .jacket .ph {
    width: 90%;
    margin: 0 auto 10px;
    max-width: 600px;
    text-align: center;
  }
  .page--discography .jacket .list--jacket li {
    margin-bottom: 30px;
  }
  .page--discography .jacket .list--jacket li .ph {
    width: 90%;
    max-width: 600px;
    margin: 0 auto 10px;
    line-height: 0;
  }
  .page--discography .jacket .list--jacket li .txt--sub {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .page--discography .block--disc-detail {
    margin-top: 20px;
  }
  .page--discography .block--disc-detail .tit {
    margin: 0 0 0.5em;
    font-size: 6vw;
    line-height: 1.4em;
  }
  .page--discography .block--disc-detail .date {
    margin-bottom: 50px;
  }
  .page--discography .block--disc-detail .tit, .page--discography .block--disc-detail .category, .page--discography .block--disc-detail .date {
    text-align: center;
  }
  .page--discography .block--disc-detail .category {
    margin-bottom: 10px;
  }
  .page--discography .block--disc-detail .date,
  .page--discography .block--disc-detail .category {
    font-size: 12px;
  }
  .page--discography .detail__btn {
    margin-top: 50px;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .page--discography .block--disc-detail .tit {
    font-size: 4vw;
  }
}

/* ==============================
page--blog
============================== */
.page--blog {
  /* pc
  ------------------------------ */
  /* sp
  ------------------------------ */
  /* tablet
  ------------------------------ */
}
.page--blog .block--txt img {
  height: auto;
}
.page--blog .block--txt .ulizahtml5,
.page--blog .block--txt video {
  max-width: 100%;
}
.page--blog .block--player {
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 40px;
}
.page--blog .block--player .ulizahtml5 {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.page--blog .block--player video, .page--blog .block--player iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.page--blog .user {
  display: inline-block;
}
.page--blog .date + .user {
  margin-left: 10px;
}
.page--blog .form--comment {
  margin-top: 5em;
  border-top: solid 1px;
}
.page--blog .form--comment .form--post {
  margin: 5em 0 1em;
}
.page--blog .block--comment {
  border-radius: 6px;
  padding: 0.8em;
  margin: 40px 0;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.page--blog .block--comment .list--comment li {
  padding: 0.8em;
  border-top: none;
  position: relative;
}
.page--blog .block--comment .list--comment li:first-child {
  border-top: none;
}
.page--blog .block--comment .list--comment li .user {
  font-size: 11px;
  font-weight: bold;
}
.page--blog .block--comment .list--comment li .txt {
  margin-bottom: 0;
  font-size: 11px;
  line-height: 1.6;
}
.page--blog .block--comment .list--comment li .date {
  display: inline-block;
  margin-bottom: 0;
  font-size: 10px;
  margin-left: 10px;
}
.page--blog .block--comment .list--comment li form {
  display: inline-block;
  position: absolute;
  right: 0;
}
.page--blog .block--comment .list--comment li form p {
  display: inline-block;
}
.page--blog .block--comment .list--comment li form input {
  border: none;
  background: none;
  font-size: 10px;
  margin-left: 4px;
  padding: 2px 5px;
  -webkit-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  background-color: #fff;
  border-radius: 0;
  line-height: 1;
}
.page--blog .block--comment .list--comment li .wrap--action .reply-form form {
  position: relative;
}
.page--blog .block--comment .list--comment li.comment--member .comment--bg {
  padding: 0.8em 0.8em 0.4em;
  border-radius: 10px;
}
.page--blog .block--comment .list--comment li.comment--member .comment--bg .user:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
  margin-left: 4px;
}
.page--blog .block--comment .list--comment li.comment--member .comment--bg .btn-delete {
  margin-right: 1.6em;
}
.page--blog .block--comment .list--comment li .comment-replies .replies {
  padding-left: 32px;
}
.page--blog .block--comment .list--comment li .comment-replies .replies li:first-child:before {
  content: "";
  display: block;
  position: relative;
  top: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E8E8E8;
}
.page--blog .block--comment .list--comment li .comment-replies .replies li:after {
  content: "";
  display: block;
  position: relative;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E8E8E8;
}
.page--blog .block--comment .list--comment li .comment-replies .replies li:last-child:after {
  content: none;
}
.page--blog .block--comment .list--comment li .comment-replies .replies li.comment--member:after {
  bottom: -20px;
}
.page--blog .block--comment .list--comment li .comment-replies .replies li.none .btn-delete {
  margin-right: 0.8em;
}
.page--blog .block--comment .list--comment li .comment-replies .more-replies {
  font-size: 10px;
  margin-top: 4px;
  cursor: pointer;
}
.page--blog .block--comment .list--comment li .comment-replies .less-replies {
  font-size: 10px;
  margin-top: 4px;
  margin-bottom: 8px;
  cursor: pointer;
}
.page--blog .block--comment .list--comment li .replies li.comment--member {
  padding: 0.8em;
  border-radius: 10px;
  background: rgba(251, 179, 149, 0.1411764706);
  margin: 0.4em 0 1.2em;
}
.page--blog .block--comment .list--comment li .replies li.comment--member:last-child {
  margin-bottom: 0;
}
.page--blog .block--comment .list--comment li .replies li.comment--member:first-child {
  margin: 1.2em 0;
}
.page--blog .block--comment .list--comment li .replies li.comment--member:first-child:before {
  top: -20px;
}
.page--blog .block--comment .list--comment li .replies li.comment--member .user:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
  margin-left: 4px;
}
.page--blog .block--comment .list--comment li .replies li.comment--member .reply-delete-form {
  margin-right: 0.8em;
}
.page--blog .block--comment .list--comment li .replies .icon--like .likes {
  margin-left: 2px;
}
.page--blog .block--comment .list--comment > li {
  border-bottom: 1px solid;
  padding-bottom: 0.8em;
}
.page--blog .block--comment .list--comment > li:first-child {
  padding-top: 0;
}
.page--blog .block--comment .list--comment > li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.page--blog .block--comment .comment-loading {
  display: none;
}
.page--blog .block--comment #next {
  width: auto;
  max-width: 200px;
  position: relative;
  bottom: 0;
  -webkit-animation: none;
          animation: none;
}
.page--blog .block--comment #next .btn--sub {
  min-width: inherit;
}
.page--blog .form--post {
  margin-bottom: 0;
}
.page--blog .form--post .form--comment {
  margin-top: 5px;
  border-top: none;
}
.page--blog .wrap--action .do-comment {
  display: inline-block;
  margin-right: 12px;
}
.page--blog .wrap--action .icon--like {
  display: inline-block;
}
.page--blog .wrap--action .icon--like .fa-heart.clicked {
  color: #e53935;
}
.page--blog .wrap--action .reply-form form {
  position: relative;
  font-size: 10px;
  width: 100%;
  margin-top: 5px;
}
.page--blog .wrap--action .reply-form .btn .btn--main {
  position: relative;
  width: auto;
  padding: 0.6em 1em;
  font-size: 10px;
  margin: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
  min-width: 0;
  border-radius: 0;
}
.page--blog .block--bloglist {
  margin-bottom: 100px;
}
.page--blog .block--bloglist .block--title {
  position: relative;
  margin-bottom: 20px;
}
.page--blog .block--bloglist .block--title .tit {
  padding-right: 70px;
  font-size: 25px;
}
.page--blog .block--bloglist .block--title .list__more {
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
}
.page--blog .icon--loader {
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  padding: 1.3em 2em;
  margin: 1em 0;
}
.page--blog .icon--loader i {
  -webkit-animation: 1s rotate infinite linear;
          animation: 1s rotate infinite linear;
  font-size: 1.6em;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media screen and (min-width: 961px) {
  .page--blog .section--list .section-tit.header-none {
    font-size: 30px;
  }
  .page--blog .list--thumbnail {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page--blog .list--thumbnail .list__item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 60px;
  }
  .page--blog .list--thumbnail .list__item:nth-child(2n) {
    margin-right: 0;
  }
  .page--blog .block--comment .icon--loader {
    padding: 1.2em 2em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--blog .section--list .section-tit.header-none {
    font-size: 5vw;
  }
  .page--blog .block--bloglist {
    margin-bottom: 80px;
  }
  .page--blog .block--bloglist .block--title {
    position: relative;
    margin-bottom: 20px;
  }
  .page--blog .block--bloglist .block--title .tit {
    font-size: 5vw;
  }
  .page--blog .block--comment {
    padding: 0.8em;
    margin: 20px 0;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .page--blog .block--bloglist {
    margin-bottom: 100px;
  }
  .page--blog .block--bloglist .block--title .tit {
    font-size: 3vw;
  }
}

/* ==============================
page--photo
============================== */
.page--photo {
  /* pc
  ------------------------------ */
  /* sp
  ------------------------------ */
  /* tablet
  ------------------------------ */
}
.page--photo .list--photo {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page--photo .list--photo .list__item {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 5vw;
}
.page--photo .list--photo .list__item .thumb {
  margin-bottom: 20px;
  overflow: hidden;
}
.page--photo .list--photo .list__item:nth-child(3n) {
  margin-right: 0;
}
.page--photo .list--photo .list__item a {
  position: relative;
  display: block;
}
.page--photo.page--photo-list .thumb {
  margin-bottom: 20px;
}
.page--photo.nonlogin .list--photo .list__item .thumb .limited-thumb span {
  font-size: 1.5vw;
}
.page--photo.page--photo-detail .list--thumbnail li {
  width: 32.93%;
  margin-right: 2px;
  margin-bottom: 2px;
}
.page--photo.page--photo-detail .list--thumbnail li:nth-of-type(3n) {
  margin-right: 0;
}
.page--photo.page--photo-detail .list--thumbnail li .thumb {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 0;
}
.page--photo.page--photo-detail .tit {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 50px;
}
.page--photo.page--photo-detail .block--pager {
  top: 0;
}
.page--photo .modal-open .drawer__btn {
  pointer-events: none;
}
.page--photo #swipebox-slider .slide-loading {
  background-image: none !important;
}
.page--photo #swipebox-slider .slide img {
  width: auto;
  max-height: 80%;
  max-width: 600px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-drag: none;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--photo #swipebox-slider .slide img {
    width: 100%;
  }
}
.page--photo #swipebox-overlay {
  background: rgba(21, 20, 16, 0.8);
}
.page--photo #swipebox-prev.disabled,
.page--photo #swipebox-next.disabled {
  opacity: 0.2;
}
.page--photo #swipebox-action #swipebox-close {
  top: 60px;
  right: 70px;
  background: none;
}
.page--photo #swipebox-action #swipebox-close::before, .page--photo #swipebox-action #swipebox-close::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 20px;
  -webkit-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
}
.page--photo #swipebox-action #swipebox-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page--photo #swipebox-action #swipebox-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.page--photo #swipebox-action #swipebox-prev,
.page--photo #swipebox-action #swipebox-next {
  background: none;
  color: #fff;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page--photo #swipebox-action #swipebox-prev {
  left: 3%;
}
.page--photo #swipebox-action #swipebox-prev::after {
  content: "";
  display: inline-block;
  width: 1.75em;
  height: 1.75em;
  border: 1px solid;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  vertical-align: middle;
  pointer-events: none;
  margin-top: -0.25em;
  margin-right: 0.25em;
  margin-left: 1em;
  margin-top: 1em;
}
.page--photo #swipebox-action #swipebox-next {
  right: 3%;
}
.page--photo #swipebox-action #swipebox-next::after {
  content: "";
  display: inline-block;
  width: 1.75em;
  height: 1.75em;
  border: 1px solid;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  vertical-align: middle;
  pointer-events: none;
  margin-top: -0.25em;
  margin-right: 0.25em;
  margin-top: 1em;
}
.page--photo #swipebox-caption {
  width: 100%;
  max-width: 800px;
  padding: 0 8%;
  text-align: center;
  position: absolute;
  bottom: 5%;
  left: 50%;
  color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--photo.page--photo-list .list--photo .list__item {
    width: 100%;
    margin-right: 0;
  }
  .page--photo.page--photo-detail .section--list {
    padding: 0;
  }
  .page--photo.page--photo-detail .section-tit {
    padding: 0 5%;
  }
  .page--photo.page--photo-detail .list--thumbnail li {
    width: 33.1%;
    margin-right: 1px;
    margin-bottom: 1px;
  }
  .page--photo.page--photo-detail .list--thumbnail li li .tit {
    padding: 0 1em;
  }
  .page--photo.nonlogin .list--photo .list__item .thumb .limited-thumb span {
    font-size: 6.2vw;
  }
  .page--photo #swipebox-action #swipebox-close {
    top: 30px;
    right: 2%;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .page--photo.page--photo-detail .list--thumbnail li {
    width: 33.24%;
  }
  .page--photo.page--photo-detail .tit {
    font-size: 20px;
    margin-bottom: 6vw;
  }
}

/* ==============================
page--movie
============================== */
.page--movie {
  /* 検索バー */
  /* 関連動画とコメント機能 */
  /* pc
  ------------------------------ */
  /* sp
  ------------------------------ */
  /* tablet
  ------------------------------ */
}
.page--movie .block--player {
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 40px;
}
.page--movie .block--player .ulizahtml5 {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.page--movie .block--player video {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.page--movie .block--player > img {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.page--movie .block--player > p {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 26%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
}
.page--movie .list--movie .list__item .thumb {
  background-image: url("/static/fcopen/common/thumb--none-play.jpg");
}
.page--movie #form__search {
  margin: 40px auto 64px;
}
.page--movie #form__search .searchBox {
  position: relative;
  margin: 1em auto;
}
.page--movie #form__search .searchBox form {
  position: relative;
}
.page--movie #form__search .searchBox input[type=text] {
  border-radius: 4px;
  width: 100%;
  padding: 1em 2.8em 1em 1em;
  border: unset;
}
.page--movie #form__search .searchBox input[type=submit] {
  position: absolute;
  top: 50%;
  right: 0.8em;
  transform: translateY(-50%);
  z-index: 2;
  border: none;
  background: transparent;
  font-family: FontAwesome;
  cursor: pointer;
  font-size: 16px;
}
.page--movie #form__search .block--filter {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  align-items: center;
  font-size: 14px;
}
.page--movie #form__search .block--filter .form__select select {
  padding: 0.5em 1.8em 0.5em 1em;
  line-height: 1.6;
}
.page--movie .list--tag {
  margin: 1em 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.page--movie .list--tag li {
  display: inline-block;
  line-height: 1;
}
.page--movie .list--tag li a {
  font-size: 13px;
  padding: 0;
}
.page--movie .list--tag .tag__item a {
  color: #5CB3FF;
}
.page--movie .section--list .list--tag {
  margin: 0 auto;
}
.page--movie .section--list .list--tag a {
  opacity: 0.5;
}
.page--movie .area--more-info {
  margin-top: 48px;
}
.page--movie .area--more-info .block--tab {
  display: flex;
  margin-bottom: 48px;
}
.page--movie .area--more-info .block--tab [class^=tab__] {
  width: 50%;
  border-bottom: 3px solid #fff;
  cursor: pointer;
}
.page--movie .area--more-info .block--tab [class^=tab__]:not(.current) {
  opacity: 0.2;
}
.page--movie .area--more-info .block--tab [class^=tab__] .tit {
  text-align: center;
  padding: 1em 0;
}
.page--movie .area--more-info .block--tab.comment-disabled {
  display: none;
}
.page--movie .area--more-info .block--more_movies .list--movie .list__item {
  width: 100%;
  margin-right: unset;
  margin-bottom: unset;
}
.page--movie .area--more-info .block--more_movies .list--movie .list__item a {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 24px;
       column-gap: 24px;
  padding: 12px 0;
}
.page--movie .area--more-info .block--more_movies .list--movie .list__item a .thumb {
  width: 40%;
  margin-bottom: unset;
}
.page--movie .area--more-info .block--more_movies .list--movie .list__item a .block--txt {
  width: 60%;
  display: flex;
  flex-direction: column;
}
.page--movie .area--more-info .block--more_movies .list--movie .list__item a .block--txt .tit {
  font-size: 16px;
}
.page--movie .btn .btn--more {
  margin: 1em auto;
}
.page--movie .btn .arrow-bottom {
  line-height: inherit;
  position: relative;
  display: inline-block;
}
.page--movie .btn .arrow-bottom::after {
  content: "";
  position: relative;
  display: inline-block;
  margin: unset;
  width: 8px;
  height: 8px;
  margin-left: 8px;
  margin-bottom: 8px;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  vertical-align: middle;
}
.page--movie .user {
  display: inline-block;
}
.page--movie .date + .user {
  margin-left: 10px;
}
.page--movie .form--comment {
  margin-top: 5em;
  border-top: solid 1px;
}
.page--movie .form--comment .form--post {
  margin: 5em 0 1em;
}
.page--movie .block--comment {
  border-radius: 6px;
  padding: 0.8em;
  margin: 40px 0;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.page--movie .block--comment .list--comment li {
  padding: 0.8em;
  border-top: none;
  position: relative;
}
.page--movie .block--comment .list--comment li:first-child {
  border-top: none;
}
.page--movie .block--comment .list--comment li .user {
  font-size: 11px;
  font-weight: bold;
}
.page--movie .block--comment .list--comment li .txt {
  margin-bottom: 0;
  font-size: 11px;
  line-height: 1.6;
}
.page--movie .block--comment .list--comment li .date {
  display: inline-block;
  margin-bottom: 0;
  font-size: 10px;
  margin-left: 10px;
}
.page--movie .block--comment .list--comment li form {
  display: inline-block;
  position: absolute;
  right: 0;
}
.page--movie .block--comment .list--comment li form p {
  display: inline-block;
}
.page--movie .block--comment .list--comment li form input {
  border: none;
  background: none;
  font-size: 10px;
  margin-left: 4px;
  padding: 2px 5px;
  transition: all 0.3s 0s ease-in-out;
  background-color: #fff;
  border-radius: 0;
  line-height: 1;
}
.page--movie .block--comment .list--comment li .wrap--action .reply-form form {
  position: relative;
}
.page--movie .block--comment .list--comment li.comment--member .comment--bg {
  padding: 0.8em 0.8em 0.4em;
  border-radius: 10px;
}
.page--movie .block--comment .list--comment li.comment--member .comment--bg .user:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
  margin-left: 4px;
}
.page--movie .block--comment .list--comment li.comment--member .comment--bg .btn-delete {
  margin-right: 1.6em;
}
.page--movie .block--comment .list--comment li .comment-replies .replies {
  padding-left: 32px;
}
.page--movie .block--comment .list--comment li .comment-replies .replies li:first-child:before {
  content: "";
  display: block;
  position: relative;
  top: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E8E8E8;
}
.page--movie .block--comment .list--comment li .comment-replies .replies li:after {
  content: "";
  display: block;
  position: relative;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E8E8E8;
}
.page--movie .block--comment .list--comment li .comment-replies .replies li:last-child:after {
  content: none;
}
.page--movie .block--comment .list--comment li .comment-replies .replies li.comment--member:after {
  bottom: -20px;
}
.page--movie .block--comment .list--comment li .comment-replies .replies li.none .btn-delete {
  margin-right: 0.8em;
}
.page--movie .block--comment .list--comment li .comment-replies .more-replies {
  font-size: 10px;
  margin-top: 4px;
  cursor: pointer;
}
.page--movie .block--comment .list--comment li .comment-replies .less-replies {
  font-size: 10px;
  margin-top: 4px;
  margin-bottom: 8px;
  cursor: pointer;
}
.page--movie .block--comment .list--comment li .replies li.comment--member {
  padding: 0.8em;
  border-radius: 10px;
  background: rgba(251, 179, 149, 0.1411764706);
  margin: 0.4em 0 1.2em;
}
.page--movie .block--comment .list--comment li .replies li.comment--member:last-child {
  margin-bottom: 0;
}
.page--movie .block--comment .list--comment li .replies li.comment--member:first-child {
  margin: 1.2em 0;
}
.page--movie .block--comment .list--comment li .replies li.comment--member:first-child:before {
  top: -20px;
}
.page--movie .block--comment .list--comment li .replies li.comment--member .user:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
  margin-left: 4px;
}
.page--movie .block--comment .list--comment li .replies li.comment--member .reply-delete-form {
  margin-right: 0.8em;
}
.page--movie .block--comment .list--comment li .replies .icon--like .likes {
  margin-left: 2px;
}
.page--movie .block--comment .list--comment > li {
  border-bottom: 1px solid;
  padding-bottom: 0.8em;
}
.page--movie .block--comment .list--comment > li:first-child {
  padding-top: 0;
}
.page--movie .block--comment .list--comment > li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.page--movie .block--comment .comment-loading {
  display: none;
}
.page--movie .block--comment #next {
  width: auto;
  max-width: 200px;
  position: relative;
  bottom: 0;
  animation: none;
}
.page--movie .block--comment #next .btn--sub {
  min-width: inherit;
}
.page--movie .form--post {
  margin-bottom: 0;
}
.page--movie .form--post .form--comment {
  margin-top: 5px;
  border-top: none;
}
.page--movie .form--post textarea {
  height: 7em;
}
.page--movie .wrap--action .do-comment {
  display: inline-block;
  margin-right: 12px;
}
.page--movie .wrap--action .icon--like {
  display: inline-block;
}
.page--movie .wrap--action .icon--like .fa-heart.clicked {
  color: #e53935;
}
.page--movie .wrap--action .reply-form form {
  position: relative;
  font-size: 10px;
  width: 100%;
  margin-top: 5px;
}
.page--movie .wrap--action .reply-form .btn .btn--main {
  position: relative;
  width: auto;
  padding: 0.6em 1em;
  font-size: 10px;
  margin: 0;
  background: none;
  box-shadow: none;
  z-index: 1;
  min-width: 0;
  border-radius: 0;
}
.page--movie .icon--loader {
  display: none;
  transition: 0.3s;
  text-align: center;
  padding: 1.3em 2em;
  margin: 1em 0;
}
.page--movie .icon--loader i {
  animation: 1s rotate infinite linear;
  font-size: 1.6em;
}
.page--movie.soundonly .section--detail .area--movie {
  margin-bottom: 2em;
}
@media screen and (min-width: 961px) {
  .page--movie .list--movie {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page--movie .list--movie .list__item {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 5vw;
  }
  .page--movie .list--movie .list__item:nth-child(3n) {
    margin-right: 0;
  }
  .page--movie .section--list .list--tag a:hover {
    opacity: 0.3;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie .list--movie .list__item {
    margin-bottom: 24px;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ==============================
page--qa
============================== */
.page--qa {
  /* pc
  ------------------------------ */
  /* sp
  ------------------------------ */
  /* tablet
  ------------------------------ */
}
.page--qa .list--qa {
  margin-top: 100px;
}
.page--qa .list--qa .tit {
  margin-bottom: 5px;
}
.page--qa .block__question {
  border-radius: 40px 40px 40px 0;
  padding: 40px 30px 30px;
  margin-bottom: 50px;
}
.page--qa .block__answer {
  border-radius: 40px 40px 0 40px;
  padding: 40px 30px;
}
.page--qa .tit--q span,
.page--qa .tit--a {
  display: block;
  font-size: 30px;
  margin-bottom: 10px;
  line-height: 1;
}
.page--qa .tit--q span:first-letter,
.page--qa .tit--a:first-letter {
  font-size: 150%;
}
.page--qa .name {
  font-size: 12px;
  text-align: right;
  padding-top: 10px;
}
.page--qa .name span {
  display: inline-block;
  font-size: 11px;
  margin-right: 5px;
}
.page--qa .note {
  font-size: 0.9em;
  margin-top: 2em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--qa .list--qa {
    margin-top: 30px;
  }
  .page--qa .block__question {
    border-radius: 20px 20px 20px 0;
    padding: 25px 15px 15px;
    margin-bottom: 20px;
  }
  .page--qa .block__answer {
    border-radius: 20px 20px 0 20px;
    padding: 25px 15px;
  }
  .page--qa .tit--q span,
  .page--qa .tit--a {
    font-size: 4vw;
  }
  .page--qa .note .note--list {
    text-align: left;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .page--qa .tit--q span,
  .page--qa .tit--a {
    font-size: 3vw;
  }
}

/* ==============================
page--questionnaire
============================== */
.page--questionnaire {
  /* pc
  ------------------------------ */
  /* sp
  ------------------------------ */
  /* tablet
  ------------------------------ */
}
.page--questionnaire .form--confirm {
  border-radius: 6px;
  margin: 20px auto 40px;
}
.page--questionnaire .form--confirm dt {
  margin: 0;
  opacity: 0.6;
  font-size: 0.8em;
}
.page--questionnaire .icon--required {
  display: inline-block;
  position: relative;
}
.page--questionnaire .icon--required .icon--required::before {
  content: "必須";
  display: inline-block;
  font-size: 11px;
  color: #fff;
  background: #e63a37;
  text-align: center;
  line-height: 1;
  vertical-align: 1px;
  letter-spacing: 0.3em;
  border-radius: 3px;
  padding: 0.4em 0.5em 0.3em 0.7em;
  margin-left: 0.4em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--questionnaire .content--body {
    width: 100%;
    padding: 0 5%;
  }
  .page--questionnaire .form--confirm {
    border: 0.5px solid;
    border-radius: 6px;
    padding: 15px;
    margin: 20px auto 40px;
  }
  .page--questionnaire .form--confirm dt {
    margin: 0;
    opacity: 0.6;
  }
  .page--questionnaire .input--half {
    width: 100% !important;
  }
  .page--questionnaire .input--quarter.postal_code {
    width: 50% !important;
  }
}
/* ==============================
page--support
============================== */
.section--detail.support {
  /* pc
  ------------------------------ */
  /* sp
  ------------------------------ */
  /* tablet
  ------------------------------ */
}
@media screen and (min-width: 961px) {
  .section--detail.support .section-tit {
    font-size: 25px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--detail.support .section-tit {
    font-size: 4.5vw;
    line-height: 1.4;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .section--detail.support .section-tit {
    font-size: 3vw;
  }
}

/* ==============================
page--faq
============================== */
.page--faq {
  /* pc
  ------------------------------ */
  /* sp
  ------------------------------ */
  /* tablet
  ------------------------------ */
}
.page--faq .section-tit {
  font-size: 30px;
}
.page--faq .searchBox {
  position: relative;
  width: 60%;
  margin: 80px auto 80px 0;
}
.page--faq .searchBox input[type=text] {
  line-height: 40px;
  font-size: 18px;
  border: none;
}
.page--faq .searchBox input[type=submit] {
  width: 50px;
  font-family: "Font Awesome 5 Free";
  font-size: 24px;
  font-weight: bold;
  line-height: 56px;
  color: #9fa3a7;
  background: transparent;
  border: none;
  border-radius: 30px;
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 2;
  cursor: pointer;
}
.page--faq .section--detail .block--contact {
  text-align: center;
  margin: 40px 0 0;
}
.page--faq .section--detail .block--contact a {
  color: #111;
  position: relative;
  border-width: 1px;
  margin-top: -0.2em;
}
.page--faq .section--detail .block--contact .fa {
  display: none;
}
.page--faq .section-tit {
  font-size: 30px;
}
.page--faq .tit--category {
  font-weight: bold;
  margin: 0 0 20px;
}
.page--faq .section--detail .list--faq .icon--q {
  line-height: 1.6;
}
.page--faq .block--faq-detail {
  border: 1px solid #111;
  padding: 25px;
  margin: 0 0 80px;
}
.page--faq .block--faq-detail dt {
  font-size: 15px;
  border-bottom: 1px solid;
  padding: 0 0 15px;
  margin: 0 0 20px;
}
.page--faq .block--faq-detail dt .txt {
  padding-left: 40px;
  margin: 0;
}
.page--faq .block--faq-detail dt .category {
  display: inline-block;
  font-size: 12px;
  background: #eee;
  color: #9fa3a7;
  border-radius: 20px;
  padding: 1px 8px 0;
  margin: 0 0 20px;
}
.page--faq .block--faq-detail dd .txt {
  font-size: 15px;
  padding-left: 40px;
  margin: 0;
}
.page--faq .block--faq-detail span[class^=icon--] {
  display: inline-block;
  float: left;
  width: 30px;
  height: 30px;
  font-size: 16px;
  text-align: center;
  line-height: 28px;
  border-radius: 30px;
}
.page--faq .block--faq-detail span.icon--q {
  color: #fff;
  line-height: 30px;
  border: 1px solid;
  line-height: 27px;
}
.page--faq .block--faq-detail span.icon--a {
  color: #111;
  background: rgba(111, 138, 166, 0.2);
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--faq .searchBox {
    width: 100%;
    margin: 30px auto;
  }
  .page--faq .searchBox input[type=text] {
    line-height: 35px;
    font-size: 16px;
  }
  .page--faq .searchBox input[type=submit] {
    width: 40px;
    line-height: 46px;
  }
  .page--faq .section--list .section-tit {
    font-size: 18px;
  }
  .page--faq .block--faq-detail {
    padding: 15px;
    margin: 0 0 30px;
  }
  .page--faq .block--faq-detail dt {
    font-size: 14px;
  }
  .page--faq .block--faq-detail dd .txt {
    font-size: 14px;
  }
  .page--faq .list--faq a {
    display: block;
    padding: 15px 0 17px 0;
  }
}
/* ==============================
page--feature
============================== */
.page--feature {
  /* pc
  ------------------------------ */
  /* sp
  ------------------------------ */
  /* tablet
  ------------------------------ */
}
.page--feature .block--txt--notice {
  width: 100%;
  border: solid 1px;
  border-color: inherit;
}
.page--feature .block--txt--notice .block--txt--notice__inner {
  border-top: solid 1px;
  border-bottom: solid 1px;
  border-color: inherit;
}
.page--feature .page--introduction .block--logo {
  width: 50%;
  margin: 0 auto 40px;
  max-height: 300px;
}
.page--feature .page--introduction .block--logo .artistname {
  display: block;
  font-size: 18px;
  text-align: center;
  margin: 0 auto 15px;
}
.page--feature .page--introduction .block--logo .fanclubname {
  display: block;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin: 0 -35%;
}
.page--feature .page--introduction .text--lead {
  margin-bottom: 80px;
}
.page--feature .page--introduction .text--lead span {
  display: block;
}
.page--feature .page--introduction .text--lead .member_menu {
  display: inline-block;
  position: relative;
}
.page--feature .page--introduction .text--lead .member_menu::after {
  content: "、";
  display: inline-block;
}
.page--feature .page--introduction .text--lead .member_menu:first-of-type::after {
  content: "や";
}
.page--feature .page--introduction .text--lead .member_menu:last-of-type::after {
  display: none;
}
.page--feature .page--introduction .text--lead .artistname {
  line-height: 1.3;
  font-size: 1.2vw;
}
.page--feature .page--introduction .text--lead .fanclubname {
  font-size: 2vw;
  font-weight: bold;
}
.page--feature .page--introduction .list--payment .free_member + .paid_member {
  border-top: 1px dotted;
  padding-top: 8px;
  margin-top: 10px;
}
.page--feature .page--introduction .block--spec {
  width: 100%;
  max-width: 650px;
  margin: 0 auto 80px;
  border: 1px solid rgba(200, 200, 200, 0.5);
}
.page--feature .page--introduction .block--spec td, .page--feature .page--introduction .block--spec th {
  font-size: 14px;
  padding: 15px;
  border-bottom: 1px solid rgba(200, 200, 200, 0.5);
}
.page--feature .page--introduction .block--spec th {
  width: 30%;
  padding: 25px;
}
.page--feature .page--introduction .block--service {
  margin-bottom: 80px;
  text-align: center;
}
.page--feature .page--introduction .block--service .block--service__contents {
  width: 650px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.page--feature .page--introduction .block--service .block--service__contents li {
  width: 49%;
  margin-bottom: 20px;
  color: #fff;
}
.page--feature .page--introduction .block--service .block--service__contents li .inner {
  position: relative;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.page--feature .page--introduction .block--service .block--service__contents li .inner span {
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  width: 70px;
  height: 70px;
}
.page--feature .page--introduction .block--service .block--service__contents li .inner span svg {
  width: 31px;
  height: 31px;
  -webkit-transform: translateY(21px);
          transform: translateY(21px);
}
.page--feature .page--introduction .block--service .block--service__contents li .inner .payment-member {
  display: inline-block;
  color: #ffffff;
  text-align: center;
  line-height: 16px;
  font-size: 10px;
  border-radius: 2px;
  letter-spacing: 0.08em;
  padding: 0 6px;
  background: #6b6f70;
  margin-left: 10px;
  vertical-align: 2px;
  height: 16px;
}
.page--feature .page--introduction .block--service .block--service__contents li .inner p {
  width: calc(100% - 100px);
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: left;
}
.page--feature .page--introduction .block--login__member {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px;
}
.page--feature .page--introduction .block--login__member li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  width: 48%;
  padding: 50px 40px 40px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.page--feature .page--introduction .block--login__member li p {
  width: 100%;
}
.page--feature .page--streaming {
  text-align: center;
}
.page--feature .page--streaming .section-tit span {
  display: block;
  font-size: 22px;
  margin-bottom: 0.5em;
  letter-spacing: 0.2em;
}
.page--feature .page--streaming .txt--lead {
  margin-bottom: 2em;
  font-size: 18px;
}
.page--feature .page--streaming .block--streaming-about .channel_name {
  font-size: 40px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-bottom: 1.5em;
}
.page--feature .page--streaming .block--streaming-about .channel_name span {
  display: block;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: normal;
  margin-bottom: 5px;
}
.page--feature .page--streaming .block--streaming-about .channel_info {
  font-size: 18px;
  margin-bottom: 0.5em;
}
.page--feature .page--streaming .block--download {
  margin: 4vw auto;
  text-align: center;
}
.page--feature .page--streaming .block--download .logo-app {
  max-width: 350px;
  width: 80%;
  margin: 0 auto 10px;
}
.page--feature .page--streaming .block--download .area-login {
  min-width: 250px;
  margin-left: 3vw;
}
.page--feature .page--streaming .block--download .area-login .btn_login {
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: bold;
  border-radius: 6px;
  background: #000;
  color: #fff;
  border: solid 1px #666;
}
.page--feature .page--streaming .block--download .tit {
  font-size: 22px;
  font-weight: bold;
  margin: 0px 0 20px;
  display: inline-block;
  line-height: 1.5;
}
.page--feature .page--streaming .block--download .list--dl {
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.page--feature .page--streaming .block--download .list--dl a {
  display: inline-block;
  margin: 0 8px;
}
.page--feature .page--streaming .block--download .list--dl a img {
  height: 60px;
}
.page--feature .page--streaming .inner {
  margin: 5vw auto;
  padding: 80px;
  border: solid 1px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
}
.page--feature .page--streaming .inner .txt--basic {
  text-align: left;
}
.page--feature .page--streaming .inner .block--tit {
  display: inline-block;
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.3em;
  font-weight: 400;
  margin: 0 auto 1.5em 0.3em;
  position: relative;
}
.page--feature .page--streaming .inner .block--tit::after {
  content: "";
  display: block;
  width: 18%;
  height: 1px;
  border-bottom: 1px solid;
  position: absolute;
  bottom: -9px;
  left: calc(41% - 0.15em);
}
.page--feature .page--streaming .inner .inner-lead {
  margin-bottom: 1em;
  font-size: 18px;
}
.page--feature .page--streaming .block--steps {
  padding-top: 50px;
}
.page--feature .page--streaming .block--steps .block--steps__item {
  margin-bottom: 80px;
}
.page--feature .page--streaming .block--steps .block--steps__item:last-of-type {
  margin-bottom: 0;
}
.page--feature .page--streaming .block--steps .block--steps__num {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.page--feature .page--streaming .block--steps .block--steps__num span {
  display: inline-block;
  border: 1px solid;
  width: 40px;
  line-height: 38px;
  text-align: center;
  border-radius: 20px;
  font-size: 18px;
  margin-right: 11px;
}
.page--feature .page--streaming .block--steps .app--dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page--feature .page--streaming .block--steps .app--dl .logo-app {
  width: 40%;
}
.page--feature .page--streaming .block--steps .app--dl .list--dl {
  width: 55%;
  line-height: 1;
  background: rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
  border-radius: 6px;
}
.page--feature .page--streaming .block--steps .app--dl .list--dl a {
  display: inline-block;
  width: 160px;
}
.page--feature .page--streaming .block--steps .app--dl .list--dl .btn_appstore {
  width: 130px;
}
.page--feature .page--streaming .methodList {
  display: inherit;
  text-align: center;
  margin: 0 -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page--feature .page--streaming .methodList li {
  padding: 0 20px;
  width: 25%;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}
.page--feature .page--streaming .methodList li img {
  margin: 0 0 10px;
  -webkit-filter: drop-shadow(9px 8px 6px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(9px 8px 6px rgba(0, 0, 0, 0.2));
}
.page--feature .page--streaming .methodList li span {
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 1.4;
}
.page--feature .page--streaming .methodList li .fa {
  position: absolute;
  top: 45%;
  right: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  color: #cecece;
}
.page--feature .page--streaming .methodList.enter li:last-child {
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: auto;
  margin-bottom: auto;
}
.page--feature .page--streaming .methodList.enter li:last-child img {
  margin-bottom: calc(13% + 10px);
}
.page--feature .page--streaming .adjust {
  text-align: center;
  margin: 0 auto 50px;
  padding: 50px 0 0;
}
.page--feature .page--streaming .adjust dd {
  width: 33%;
  text-align: left;
  padding: 0 20px;
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
}
.page--feature .page--streaming .adjust dd .tit {
  padding: 0 0 10px;
  font-size: 15px;
  font-weight: 600;
}
.page--feature .page--streaming .adjust dd .text {
  min-height: 85px;
  font-size: 12px;
  padding: 0 0 10px;
  line-height: 1.5;
}
.page--feature .page--streaming .attention {
  padding: 25px 0 0;
  margin: 0 auto;
  text-align: left;
}
.page--feature .page--streaming .attention .tit {
  font-weight: bold;
  padding: 0 0 5px;
  letter-spacing: 1.5px;
}
.page--feature .page--streaming .attention > ul {
  margin-bottom: 2em;
}
.page--feature .page--streaming .attention > ul li {
  text-indent: -1em;
  line-height: 1.6;
  padding: 0 0 5px 1em;
}
.page--feature .page--streaming .swiper-pagination-bullet-active {
  background: #6350ff;
}
.page--feature.loaded .page--streaming .block--download .list--dl {
  opacity: 1;
}
.page--feature.view-iphone .page--streaming .list--dl .btn_googleplay {
  display: none;
}
.page--feature.view-android .page--streaming .list--dl .btn_appstore {
  display: none;
}
@media screen and (min-width: 961px) {
  .page--feature .block--txt--notice {
    margin: 0 auto 3em;
    padding: 1.5em;
  }
  .page--feature .block--txt--notice .block--txt--notice__inner {
    margin: 1em auto;
    padding: 1em 0;
  }
  .page--feature .page--introduction [class^=block--] {
    margin-bottom: 50px;
  }
  .page--feature .page--introduction [class^=block--] .block-tit {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .page--feature .page--introduction [class^=block--] table {
    width: 650px;
    margin: 0 auto 40px;
    border: none;
  }
  .page--feature .page--introduction [class^=block--] table th {
    width: 175px;
    padding: 20px;
    border: 1px solid;
  }
  .page--feature .page--introduction [class^=block--] table td {
    padding: 20px;
    border: 1px solid;
  }
  .page--feature .page--introduction .text--lead {
    text-align: center;
  }
  .page--feature .page--streaming .block--download .area-login {
    display: none;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--feature .block--txt--notice {
    margin: 0 auto 3em;
    padding: 1.5em;
  }
  .page--feature .block--txt--notice .block--txt--notice__inner {
    margin: 1em auto;
    padding: 1em 0;
  }
  .page--feature .page--introduction {
    margin-top: 0;
  }
  .page--feature .page--introduction .logo {
    width: 60%;
  }
  .page--feature .page--introduction .block--logo {
    margin-bottom: 30px;
  }
  .page--feature .page--introduction .block--logo .artistname {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .page--feature .page--introduction .block--logo .fanclubname {
    font-size: 20px;
  }
  .page--feature .page--introduction .text--lead {
    margin-bottom: 40px;
  }
  .page--feature .page--introduction .block--spec {
    max-width: none;
  }
  .page--feature .page--introduction .block--spec td, .page--feature .page--introduction .block--spec th {
    padding: 15px;
    font-size: 12px;
  }
  .page--feature .page--introduction .block--spec th {
    width: 125px;
  }
  .page--feature .page--introduction .block--service .block--service__contents {
    display: block;
  }
  .page--feature .page--introduction .block--service .block--service__contents li {
    width: 100%;
  }
  .page--feature .page--introduction .block--service .block--service__contents li .inner span {
    width: 40px;
    height: 40px;
  }
  .page--feature .page--introduction .block--service .block--service__contents li .inner span svg {
    width: 24px;
    height: 24px;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  .page--feature .page--introduction .block--service .block--service__contents li .inner .payment-member {
    margin-left: 3px;
    vertical-align: 2px;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    padding: 0 5px;
    width: auto;
  }
  .page--feature .page--introduction .block--service .block--service__contents li .inner p {
    width: calc(100% - 60px);
  }
  .page--feature .page--introduction .block--service .block--service__contents li:last-child {
    margin-bottom: 0;
  }
  .page--feature .page--introduction .block--login__member {
    display: block;
  }
  .page--feature .page--introduction .block--login__member li {
    width: 100%;
    margin-bottom: 30px;
  }
  .page--feature .page--introduction [class^=block--] {
    margin-bottom: 50px;
  }
  .page--feature .page--introduction [class^=block--] table {
    width: 100%;
    margin: 0 auto 30px;
    border: none;
  }
  .page--feature .page--introduction [class^=block--] table th {
    width: 100px;
    padding: 10px 13px;
    text-align: center;
    border: 1px solid;
  }
  .page--feature .page--introduction [class^=block--] table td {
    font-size: 12px;
    padding: 10px;
    border: 1px solid;
  }
  .page--feature .page--introduction [class^=block--] .block-tit {
    font-size: 17px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
  }
  .page--feature .page--streaming .section-tit span {
    font-size: 16px;
  }
  .page--feature .page--streaming .txt--lead {
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .page--feature .page--streaming .block--streaming-about {
    font-size: 16px;
  }
  .page--feature .page--streaming .block--streaming-about .channel_name {
    font-size: 9vw;
    margin-bottom: 0.5em;
  }
  .page--feature .page--streaming .block--streaming-about .channel_info {
    font-size: 14px;
    text-align: left;
  }
  .page--feature .page--streaming .block--streaming-about .txt--sub {
    font-size: 11px;
    text-align: left;
  }
  .page--feature .page--streaming .block--download .appbox .area-dl {
    width: 46%;
  }
  .page--feature .page--streaming .block--download .tit {
    font-size: 3.7333333333vw;
  }
  .page--feature .page--streaming .block--download .list--dl {
    margin-bottom: 20px;
  }
  .page--feature .page--streaming .block--download .list--dl a img {
    height: 15vw;
    width: auto;
  }
  .page--feature .page--streaming .block--download .area-login {
    width: 100%;
    min-width: unset;
    margin-left: 0;
  }
  .page--feature .page--streaming .inner {
    text-align: left;
    padding: 15px 4%;
  }
  .page--feature .page--streaming .inner .block--tit {
    font-size: 6vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: calc(50% - 0.3em);
    letter-spacing: 0.1em;
  }
  .page--feature .page--streaming .inner .block--tit::after {
    bottom: -4px;
  }
  .page--feature .page--streaming .inner .txt--basic {
    line-height: 1.5;
  }
  .page--feature .page--streaming .inner .tit {
    text-align: center;
  }
  .page--feature .page--streaming .inner .inner-lead {
    font-size: 14px;
    line-height: 1.5;
  }
  .page--feature .page--streaming .inner .block--download {
    margin: 8vw auto 4vw;
  }
  .page--feature .page--streaming .inner .block--download .logo-app {
    max-width: 300px;
    width: 60%;
  }
  .page--feature .page--streaming .block--steps {
    border-top: 1px solid;
    padding-top: 30px;
    margin-top: 30px;
  }
  .page--feature .page--streaming .block--steps .block--steps__item {
    margin-bottom: 50px;
  }
  .page--feature .page--streaming .block--steps .block--steps__num {
    font-size: 16px;
    margin-bottom: 15px;
    letter-spacing: 0.1em;
  }
  .page--feature .page--streaming .block--steps .block--steps__num span {
    width: 30px;
    line-height: 28px;
    font-size: 14px;
    margin-right: 7px;
  }
  .page--feature .page--streaming .block--steps .app--dl {
    display: block;
    width: 100%;
    padding-top: 2vw;
  }
  .page--feature .page--streaming .block--steps .app--dl .logo-app {
    width: 70%;
    margin: 0 auto;
  }
  .page--feature .page--streaming .block--steps .app--dl .list--dl {
    width: 100%;
    padding: 25px 0;
  }
  .page--feature .page--streaming .block--steps .app--dl .list--dl a {
    width: 39vw;
    margin: 0 1vw;
  }
  .page--feature .page--streaming .block--steps .app--dl .list--dl .btn_appstore {
    width: 32.1vw;
  }
  .page--feature .page--streaming .methodList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    margin: 0;
  }
  .page--feature .page--streaming .methodList li {
    padding: 0 10vw;
  }
  .page--feature .page--streaming .adjust {
    padding: 0;
    margin: 0 auto 0px;
  }
  .page--feature .page--streaming .adjust dd {
    width: 100%;
    padding: 0 0;
    margin: 0 auto 25px;
  }
  .page--feature .page--streaming .adjust dd .text {
    min-height: auto;
  }
  .page--feature .page--streaming .fa-chevron-right:before {
    content: none;
  }
  .page--feature .page--streaming .swiper-pagination-fraction,
  .page--feature .page--streaming .swiper-pagination-custom,
  .page--feature .page--streaming .swiper-container-horizontal > .swiper-pagination-bullets {
    position: relative;
    bottom: -3px;
    left: 0;
  }
  .page--feature .page--streaming .swiper-button-next, .page--feature .page--streaming .swiper-button-prev {
    color: #cecece;
    pointer-events: all;
    right: 0px;
    left: auto;
  }
  .page--feature .page--streaming .swiper-button-prev {
    left: 0px;
    right: auto;
  }
  .page--feature .page--streaming .swiper-button-prev:after {
    content: "\f053";
    font-size: 25px;
  }
  .page--feature .page--streaming .swiper-button-next:after {
    content: "\f054";
    font-size: 25px;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .page--feature .page--introduction .section-tit {
    font-size: 5vw;
  }
  .page--feature .page--introduction .logo {
    width: 50%;
  }
  .page--feature .page--introduction .block--spec {
    max-width: none;
  }
  .page--feature .page--introduction .block--spec td, .page--feature .page--introduction .block--spec th {
    padding: 20px;
    font-size: 13px;
  }
  .page--feature .page--introduction .block--spec th {
    width: 160px;
  }
  .page--feature .page--introduction .block--service .block--service__contents {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .page--feature .page--introduction .block--service .block--service__contents li {
    width: 49%;
  }
  .page--feature .page--introduction .block--service .block--service__contents li .inner {
    padding: 15px;
  }
  .page--feature .page--introduction [class^=block--] table td {
    font-size: 15px;
  }
  .page--feature .page--introduction [class^=block--] .block-tit {
    font-size: 18px;
  }
  .page--feature .page--streaming {
    padding: 0 10%;
  }
  .page--feature .page--streaming .section-tit span {
    font-size: 22px;
  }
  .page--feature .page--streaming .block--streaming-about .channel_name {
    font-size: 40px;
  }
  .page--feature .page--streaming .txt--lead {
    font-size: 16px;
  }
  .page--feature .page--streaming .block--download .appbox .area-dl {
    width: 52%;
  }
  .page--feature .page--streaming .block--download .appbox .area-login {
    width: 36%;
  }
  .page--feature .page--streaming .block--download .appbox .area-login .btn_login {
    height: 52px;
    font-size: 20px;
    border-radius: 6px;
  }
  .page--feature .page--streaming .block--download .area-login .btn_login {
    width: 50%;
    margin: 0 auto;
  }
  .page--feature .page--streaming .block--download .tit {
    font-size: 22px;
  }
  .page--feature .page--streaming .block--download .list--dl a img {
    height: 8vw;
    width: auto;
  }
  .page--feature .page--streaming .inner {
    text-align: left;
    padding: 40px;
  }
  .page--feature .page--streaming .inner .block--tit {
    font-size: 28px;
  }
  .page--feature .page--streaming .methodList li {
    padding: 0 20vw;
  }
  .page--feature .page--streaming .adjust dd .ph {
    max-width: 500px;
    margin: 0 auto;
  }
}

/* ==============================
page--ticket
============================== */
.page--ticket {
  /* check,radio */
  /* select box */
  /* Loader */
}
.page--ticket .container {
  margin: 0 auto;
  padding: 0;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.page--ticket.ticket__home .container {
  min-height: 40vh;
}
.page--ticket .section-tit {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
}
.page--ticket .list--select {
  max-width: 900px;
  margin: 0 auto;
}
.page--ticket .list--select li a {
  display: block;
  position: relative;
  width: 100%;
  padding: 2em;
  border: solid 1px;
  border-radius: 0.6em;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  line-height: 1.3;
}
.page--ticket .list--select li a::after {
  content: "\f054";
  display: inline-block;
  position: absolute;
  right: 5%;
  margin-right: 0.5em;
  font-family: FontAwesome;
}
.page--ticket .section--list .list--ticket {
  max-width: 900px;
  margin: 0 auto;
}
.page--ticket .section--list .list--ticket li a {
  display: block;
  position: relative;
  margin-bottom: 1em;
  padding: 1.5em 1em;
  border: solid 1px;
  border-radius: 0.6em;
}
.page--ticket .section--list .list--ticket li a::after {
  content: "\f054";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1.3%;
  margin-right: 0.5em;
  font-family: FontAwesome;
}
.page--ticket .section--list .list--ticket li p {
  display: block;
  opacity: 1;
  width: 90%;
  margin: 0 auto 1em;
  font-weight: normal;
  font-size: 14px;
}
.page--ticket .section--list .list--ticket li p:last-of-type {
  margin-bottom: 0;
}
.page--ticket .section--list .list--ticket li p::before {
  display: inline-block;
  margin-right: 0.5em;
  font-family: FontAwesome;
}
.page--ticket .section--list .list--ticket li p.venue::before {
  content: "\f3c5";
}
.page--ticket .section--list .list--ticket li p.event-date::before {
  content: "\f073";
}
.page--ticket .section--list .list--ticket li p span {
  margin-right: 0.6em;
}
.page--ticket .section--list .list--ticket li .tit {
  margin-bottom: 1em;
  padding-bottom: 0.6em;
  border-bottom: solid 1px;
  font-weight: bold;
  font-size: 16px;
}
.page--ticket .section--list .list--ticket li .sales_status span {
  display: inline-block;
  margin-right: 0.5em;
  padding: 0.3em 0.5em;
  border-radius: 0.3em;
  background-color: #bd3636;
  color: #ffffff;
  font-size: 12px;
}
.page--ticket .section--detail.ticket_sales--detail.photo-available {
  width: 90%;
  max-width: 1200px;
}
.page--ticket .section--detail.ticket_sales--detail.photo-available .block--detail {
  width: 50%;
}
.page--ticket .section--detail.ticket_sales--detail.photo-available .block--photo {
  width: 40%;
}
.page--ticket .section--detail.ticket_sales--detail.photo-available .detail--wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: flex-start;
  -webkit-box-align: flex-start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.page--ticket .section--detail.ticket--detail .block--photo {
  width: 100%;
}
.page--ticket .section--detail.ticket--detail .block--reload-attention {
  color: #333;
  margin: 1em auto;
  border: 1px solid rgba(108, 108, 108, 0.4196078431);
}
@media screen and (min-width: 961px) {
  .page--ticket .section--detail.ticket--detail .block--reload-attention {
    width: 60%;
    line-height: 1.6;
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--ticket .section--detail.ticket--detail .block--reload-attention {
    width: 90%;
    padding: 3vw 5vw;
    font-size: 11px;
  }
}
.page--ticket .section--detail.ticket--detail .block--reload-attention .btn--main {
  width: 40%;
  min-width: inherit;
  border: none;
  padding: 0.8em;
  background: #646666;
  color: #fff;
  margin: 1em auto 0;
}
@media screen and (min-width: 961px) {
  .page--ticket .section--detail.ticket--detail .block--reload-attention .btn--main {
    width: 60%;
    font-size: 12px;
  }
}
.page--ticket .section--detail.ticket--detail.event_date {
  width: 90%;
  max-width: 1200px;
}
.page--ticket .section--detail.ticket--detail.event_date .detail--wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: flex-start;
  -webkit-box-align: flex-start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.page--ticket .section--detail.ticket--detail.event_date .block--detail {
  width: 50%;
}
.page--ticket .section--detail.ticket--detail.event_date .block--event_check {
  width: 40%;
}
.page--ticket .section--detail.ticket--detail.not_event_date .detail--wrap {
  display: block;
}
.page--ticket .section--detail.ticket--detail.not_event_date .block--event_check {
  width: 100%;
}
.page--ticket .section--detail.ticket--detail.not_event_date .form--post {
  margin-bottom: 0;
}
.page--ticket .section--detail .block--detail {
  width: 100%;
}
.page--ticket .section--detail .block--photo {
  width: 100%;
  margin: 0 auto;
}
.page--ticket .section--detail .block--photo .thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 0;
  padding-top: 78.125%;
}
.page--ticket .section--detail .block--photo .thumb img {
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: contain;
  line-height: 0;
  vertical-align: top;
}
.page--ticket .section--detail .block--photo .thumb .blur {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.page--ticket .section--detail .block--photo .thumb .blur img {
  height: 100%;
  background-size: cover;
}
.page--ticket .section--detail .block--photo.thumb-normal .thumb img {
  width: 100%;
  margin: 0 0;
}
.page--ticket .section--detail .block--info {
  padding: 1.5em;
}
.page--ticket .section--detail .block--info .section-tit {
  margin-bottom: 1.2em;
}
.page--ticket .section--detail .block--info dl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: flex-start;
  -ms-flex-align: baseline;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.8em;
  padding-bottom: 0.8em;
  border-bottom: solid 1px;
}
.page--ticket .section--detail .block--info dl:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.page--ticket .section--detail .block--info dt {
  display: inline-block;
  min-width: 20%;
  margin-top: 0;
  margin-right: 1em;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1;
  opacity: 0.7;
  letter-spacing: 0.05em;
}
.page--ticket .section--detail .block--info dd {
  margin-bottom: 0;
}
.page--ticket .section--detail .block--info .txt-main {
  font-size: 18px;
  line-height: 1.3;
}
.page--ticket .section--detail .block--info .txt-main.strong {
  font-weight: bold;
}
.page--ticket .section--detail .block--info .event-date span {
  display: block;
  margin-top: 0.2em;
}
.page--ticket .section--detail .notice {
  display: inline-block;
  width: 90%;
  min-width: 30%;
  max-width: 320px;
  margin: 2.5em auto;
  padding: 1em;
  background-color: #ffffff;
  color: #939393;
  font-weight: bold;
  text-align: center;
}
.page--ticket .section--detail .notice .txt-main {
  font-size: 16px;
}
.page--ticket .section--detail .notice .txt span {
  display: inline-block;
  margin: 0 0.2em;
  font-size: 16px;
}
.page--ticket .section--detail .notice.nonactive {
  background-color: #818181;
  color: #ffffff;
}
.page--ticket .section--detail .txt-notice {
  display: block;
  padding: 0.5em 2em;
  line-height: 1.4;
  margin-top: 0.3em;
}
.page--ticket .section--detail .txt-notice span {
  display: inline-block;
  margin: 0 0.2em;
  font-weight: bold;
  font-size: 16px;
}
.page--ticket .section--detail #current-time {
  display: block;
  margin-top: 1%;
  color: #000000;
  text-align: center;
}
.page--ticket .section--detail .ticket_use_select {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  background-color: #cff6ff;
}
.page--ticket .section--detail .ticket_use_select .block--form {
  padding-right: 1.5em;
  padding-left: 1.5em;
}
.page--ticket .section--detail .ticket_use_select .block--form label {
  white-space: pre-line;
}
.page--ticket .section--detail .ticket_use_select .block--form label span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.6em;
  padding: 0.3em 0.5em;
  background-color: #2db2e2;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
}
.page--ticket .section--detail .ticket_use_select .txt-notice {
  display: block;
  width: 100%;
  margin-top: 2em;
  padding: 0.5em 2em;
  background-color: #bd3636;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
}
.page--ticket .section--detail .ticket_used_list {
  margin-top: 2em;
  padding: 1.5em;
  background-color: #fae1e1;
  text-align: left;
}
.page--ticket .section--detail .ticket_used_list .tit {
  margin: 0 0 1.5em !important;
  color: #bd3636;
  font-weight: bold;
  font-size: 16px;
}
.page--ticket .section--detail .ticket_used_list .used_ticket {
  position: relative;
  margin-bottom: 1.2em;
  padding: 1em;
  border-radius: 0.6em;
  background-color: #ffffff;
  /*
  .cover_circle_half {
  	position: absolute;
  	top: calc(50% - 2em);
  	right: calc(-2em - 1.5px);
  	width: 2em;
  	height: 4em;
  	background: #fff6f6;
  	z-index: 1;
  }
  */
}
.page--ticket .section--detail .ticket_used_list .used_ticket:last-of-type {
  margin-bottom: 0;
}
.page--ticket .section--detail .ticket_used_list .used_ticket::before, .page--ticket .section--detail .ticket_used_list .used_ticket::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #fae1e1;
  z-index: 1;
}
.page--ticket .section--detail .ticket_used_list .used_ticket::before {
  top: -0.75em;
  right: 2.5em;
}
.page--ticket .section--detail .ticket_used_list .used_ticket::after {
  bottom: -0.75em;
  right: 2.5em;
}
.page--ticket .section--detail .ticket_used_list .used_ticket .ticket-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  color: #bd3636;
}
.page--ticket .section--detail .ticket_used_list .used_ticket span {
  display: block;
}
.page--ticket .section--detail .ticket_used_list .used_ticket strong {
  font-weight: bold;
}
.page--ticket .section--detail .ticket_used_list .used_ticket .ticket-number {
  display: inline-block;
  margin-bottom: 0.6em;
  padding: 0.3em 0.5em;
  background-color: #bd3636;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
}
.page--ticket .section--detail .block--status {
  text-align: center;
}
.page--ticket .section--detail .block--form {
  /*
  dd {
  	position: relative;
  	margin-bottom: 2em;
  	&::after {
  		content: "";
  		display: block;
  		position: absolute;
  		top: calc(50% - 1em);
  		right: -1em;
  		width: 2em;
  		height: 2em;
  		border-radius: 50%;
  		background: #2db2e2;
  		z-index: 0;
  	}
  	label {
  		position: relative;
  		width: 100%;
  		height: 100%;
  		border-color: #2db2e2;
  		background-color: #ffffff;
  		color: #2db2e2;
  		&::after {
  			content: "";
  			display: block;
  			position: absolute;
  			top: calc(50% - 1em + 1.5px);
  			right: calc(-1em + 0px);
  			width: calc(2em - 3px);
  			height: calc(2em - 3px);
  			border-radius: 50%;
  			background: #edfafd;
  			z-index: 1;
  		}
  	}
  	.cover_circle_half {
  		position: absolute;
  		top: calc(50% - 2em);
  		right: calc(-2em - 0px);
  		width: 2em;
  		height: 4em;
  		background: #edfafd;
  		z-index: 1;
  	}
  }
  */
}
.page--ticket .section--detail .block--form .tit {
  margin: 0 0 1.5em !important;
  color: #2db2e2;
  font-weight: bold;
  font-size: 16px;
}
.page--ticket .section--detail .block--form dd {
  position: relative;
  margin-bottom: 2em;
}
.page--ticket .section--detail .block--form dd::before, .page--ticket .section--detail .block--form dd::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #cff6ff;
  z-index: 1;
}
.page--ticket .section--detail .block--form dd::before {
  top: -0.75em;
  right: 2.5em;
}
.page--ticket .section--detail .block--form dd::after {
  bottom: -0.75em;
  right: 2.5em;
}
.page--ticket .section--detail .block--form dd label {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 110px;
  background-color: #ffffff;
  color: #2db2e2;
}
.page--ticket .section--detail .block--form dd label {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 1.5em;
  border-radius: 0.6em;
}
.page--ticket .section--detail .block--error {
  display: none;
  opacity: 0;
  margin: 1em auto;
  background: none;
  font-weight: bold;
  text-align: center;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.page--ticket .section--detail .block--error.show {
  display: block;
  opacity: 1;
}
.page--ticket .item--centering {
  text-align: center;
}
.page--ticket .form input[type=text],
.page--ticket .form select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: button;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0.2em;
  width: 10%;
  font-size: 16px;
  padding: 0.6em;
}
.page--ticket .form .submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page--ticket .form .submit input {
  cursor: pointer;
  border: none;
  display: inline-block;
  width: 300px;
  font-weight: bold;
  margin: 5px;
  padding: 20px 15px;
}
.page--ticket .checkbox-field label,
.page--ticket .radio-field label {
  display: inline-block;
  margin-right: 20px;
}
.page--ticket .select-wrap {
  margin: 2em auto 0;
}
.page--ticket .select-wrap dt {
  display: block;
  margin: 0 0 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  vertical-align: middle;
}
.page--ticket .select-wrap dt label {
  display: block;
  margin-bottom: 0.3em;
}
.page--ticket .form-error {
  display: block;
}
.page--ticket .form--select {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 1.5em auto 0;
  border: solid 1px;
  vertical-align: middle;
}
.page--ticket .form--select select {
  width: 100%;
  padding-right: 1em;
  padding: 1em;
  border: none;
  background: transparent;
  background-image: none;
  font-weight: bold;
  text-overflow: ellipsis;
  cursor: pointer;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.page--ticket .form--select select::-ms-expand {
  display: none;
}
.page--ticket .form--select::before {
  content: "\f078";
  display: inline-block;
  position: absolute;
  top: 1em;
  right: 2%;
  margin-right: 0.5em;
  font-family: FontAwesome;
  pointer-events: none;
}
.page--ticket input[type=checkbox] {
  display: none;
}
.page--ticket input[type=checkbox] + label {
  display: block;
  position: relative;
  padding-left: 2em;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.page--ticket input[type=checkbox] + label:last-child {
  margin-bottom: 0;
}
.page--ticket input[type=checkbox] + label:after {
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin-right: 1em;
  margin-left: auto;
  border: solid 2px #2db2e2;
  border-radius: 0.2em;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}
.page--ticket input[type=checkbox]:checked + label:after {
  width: 10px;
  margin-top: -0.7em;
  margin-right: 1.65em;
  border: solid 2px #bd3636;
  border-top-color: transparent;
  border-left-color: transparent;
  border-radius: 0;
  opacity: 1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page--ticket #scheck_active_button {
  opacity: 1;
}
.page--ticket #check_active_button[disabled] {
  background: #bfbfbf;
  cursor: default;
}
.page--ticket .block--alert {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transition: none;
  transition: none;
}
.page--ticket .block--alert #alert-check {
  pointer-events: all;
}
.page--ticket .block--alert .block-wrap {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 600px;
}
.page--ticket .block--alert .block-wrap .close {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 3%;
  top: 3%;
  pointer-events: all;
  cursor: pointer;
}
.page--ticket .block--alert .block-wrap .close::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 1px;
  background: #000000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page--ticket .block--alert .block-wrap .close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 1px;
  background: #000000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.page--ticket .block--alert .block-wrap .inner {
  overflow: hidden;
  position: relative;
  padding: 5em 1em;
  border-radius: 10px;
  background: #ffffff;
}
.page--ticket .block--alert .block-wrap .inner dl {
  margin: 0 auto;
  text-align: center;
}
.page--ticket .block--alert .block-wrap .inner dl dt {
  margin-bottom: 2.5em;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
}
.page--ticket .block--alert .block-wrap .inner dl dd {
  position: relative;
  width: 100%;
  margin-bottom: 1.5em;
  font-size: 15px;
  line-height: 1.5;
  word-break: break-all;
}
.page--ticket.popup-open {
  overflow-y: hidden;
  height: 100vh;
  padding-right: 15px;
  pointer-events: none;
}
.page--ticket #loading--wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}
.page--ticket .loading-spinner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page--ticket .spinner {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-animation: spinner-anime 0.8s infinite linear;
          animation: spinner-anime 0.8s infinite linear;
}
@-webkit-keyframes spinner-anime {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes spinner-anime {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
.page--ticket .is-hide {
  display: none;
}
.page--ticket .btn {
  text-align: center;
}
.page--ticket .btn-base-style, .page--ticket .btn--sub, .page--ticket .btn--main {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  z-index: 1;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.page--ticket .btn--main {
  margin: 2em 0 0.5em;
  padding: 1.5rem 1.5rem;
  border-radius: 50em;
  line-height: 1.3;
}
.page--ticket .btn--sub {
  padding: 1rem 1.5rem;
  border: solid 1px;
  border-radius: 50em;
  background: none;
  line-height: 1.3;
}
.page--ticket .detail__btn {
  text-align: center;
}
.page--ticket .detail__btn a {
  position: relative;
  display: inline-block;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.page--ticket .txt--link {
  text-decoration: underline;
}

.detail__btn--wrap {
  width: 100%;
  padding: 0 5%;
  margin: 3em auto 0;
}
.detail__btn--wrap.list--link ul li {
  min-width: 10em;
}
.detail__btn--wrap.list--link ul li:first-of-type::after {
  display: none;
}
.detail__btn--wrap.list--link ul li a {
  display: inline-block;
}
.detail__btn--wrap ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: center;
  -ms-flex-align: flex-start;
  -webkit-box-align: flex-start;
  align-items: flex-start;
}
.detail__btn--wrap ul li {
  margin: 0 5%;
  position: relative;
}
.detail__btn--wrap ul li a {
  display: block;
  position: relative;
  padding-right: 1em;
}
.detail__btn--wrap ul li a::after {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 0.3em;
}

/* pc
------------------------------ */
@media screen and (min-width: 961px) {
  .page--ticket .wrap {
    overflow: inherit;
  }
  .page--ticket .section-tit {
    font-size: 25px;
    line-height: 1.3;
  }
  .page--ticket .list--select {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: center;
    -ms-flex-align: flex-start;
    -webkit-box-align: flex-start;
    align-items: flex-start;
  }
  .page--ticket .list--select li {
    width: 50%;
    margin-right: 2em;
  }
  .page--ticket .list--select li:last-of-type {
    margin-right: 0;
  }
  .page--ticket .section--detail .detail--wrap.wrap-live-date {
    min-height: 1500px;
  }
  .page--ticket .section--detail .block--form dd {
    margin-bottom: 1.2em;
  }
  .page--ticket .section--detail .block--detail {
    position: relative;
  }
  .page--ticket .section--detail .block--event_check {
    position: sticky;
    top: 100px;
    z-index: 2;
  }
  .page--ticket .detail__btn--wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: center;
    -ms-flex-align: baseline;
    -webkit-box-align: baseline;
    align-items: baseline;
  }
  .page--ticket .detail__btn--wrap li:first-of-type::after {
    content: "｜";
    display: inline-block;
    margin: 0 1em;
  }
}
/* sp
------------------------------ */
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--ticket .wrap {
    padding-top: 76px;
  }
  .page--ticket .container {
    padding-top: 30px;
  }
  .page--ticket .form--post {
    margin-bottom: 0;
  }
  .page--ticket .section-tit {
    font-size: 18px;
    line-height: 1.3;
  }
  .page--ticket .list--select li {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .page--ticket .section--detail {
    width: 100%;
  }
  .page--ticket .section--detail > .section-tit {
    padding: 0 5%;
  }
  .page--ticket .section--detail .detail--wrap {
    display: block !important;
  }
  .page--ticket .section--detail.ticket--detail .block--photo {
    width: 100%;
  }
  .page--ticket .section--detail.ticket--detail .block--event_check {
    width: 100%;
  }
  .page--ticket .section--detail.ticket--detail.event_date {
    width: 100%;
  }
  .page--ticket .section--detail.ticket--detail.event_date .block--detail {
    width: 100%;
    margin-bottom: 0;
  }
  .page--ticket .section--detail.ticket--detail.event_date .block--event_check {
    width: 100%;
    margin: 0 auto;
  }
  .page--ticket .section--detail.ticket--detail.photo-available {
    width: 100%;
  }
  .page--ticket .section--detail.ticket--detail.photo-available .block--detail {
    width: 100%;
  }
  .page--ticket .section--detail.ticket--detail.photo-available .block--photo {
    width: 100%;
  }
  .page--ticket .section--detail.ticket_sales--detail .block--photo {
    width: 100%;
  }
  .page--ticket .section--detail.ticket_sales--detail .block--info dl:first-of-type {
    border-top: 1px solid;
    padding-top: 0.8em;
  }
  .page--ticket .section--detail.ticket_sales--detail.photo-available {
    width: 100%;
  }
  .page--ticket .section--detail.ticket_sales--detail.photo-available .block--detail {
    width: 100%;
  }
  .page--ticket .section--detail.ticket_sales--detail.photo-available .block--photo {
    width: 100%;
  }
  .page--ticket .section--detail .block--info dl {
    display: block;
    margin-bottom: 0.8em;
    padding-bottom: 0.8em;
  }
  .page--ticket .section--detail .txt-notice span {
    font-size: 14px;
  }
  .page--ticket.ticket__order__detail .section--detail {
    padding: 0;
  }
  .page--ticket.ticket__detail .section--detail {
    padding: 0;
  }
  .page--ticket .detail__btn--wrap {
    width: 100%;
    padding: 0 5%;
    margin: 3em auto 0;
  }
  .page--ticket .section--detail .notice {
    display: block;
    width: 90%;
    max-width: inherit;
  }
}
/* tablet
------------------------------ */
/* ==============================
page--sound
============================== */
@-webkit-keyframes equalizer01 {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  20% {
    -webkit-transform: scaleY(0.2);
            transform: scaleY(0.2);
  }
  25% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  45% {
    -webkit-transform: scaleY(0.3);
            transform: scaleY(0.3);
  }
  46% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  66% {
    -webkit-transform: scaleY(0.3);
            transform: scaleY(0.3);
  }
  67% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  80% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  82% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
}
@keyframes equalizer01 {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  20% {
    -webkit-transform: scaleY(0.2);
            transform: scaleY(0.2);
  }
  25% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  45% {
    -webkit-transform: scaleY(0.3);
            transform: scaleY(0.3);
  }
  46% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  66% {
    -webkit-transform: scaleY(0.3);
            transform: scaleY(0.3);
  }
  67% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  80% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  82% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
}
@-webkit-keyframes equalizer02 {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  20% {
    -webkit-transform: scaleY(0.6);
            transform: scaleY(0.6);
  }
  25% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  45% {
    -webkit-transform: scaleY(0.6);
            transform: scaleY(0.6);
  }
  46% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  66% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
  }
  67% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  80% {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
  82% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(0.6);
            transform: scaleY(0.6);
  }
}
@keyframes equalizer02 {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  20% {
    -webkit-transform: scaleY(0.6);
            transform: scaleY(0.6);
  }
  25% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  45% {
    -webkit-transform: scaleY(0.6);
            transform: scaleY(0.6);
  }
  46% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  66% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
  }
  67% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  80% {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
  82% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(0.6);
            transform: scaleY(0.6);
  }
}
@-webkit-keyframes equalizer03 {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  20% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  25% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  45% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  46% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  66% {
    -webkit-transform: scaleY(0.6);
            transform: scaleY(0.6);
  }
  67% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  80% {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
  82% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(0.6);
            transform: scaleY(0.6);
  }
}
@keyframes equalizer03 {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  20% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  25% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  45% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  46% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  66% {
    -webkit-transform: scaleY(0.6);
            transform: scaleY(0.6);
  }
  67% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  80% {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
  82% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(0.6);
            transform: scaleY(0.6);
  }
}
.page--sound {
  /* video js*/
  /* pc
  ------------------------------ */
  /* sp
  ------------------------------ */
}
.page--sound .container {
  position: relative;
  z-index: 2;
}
.page--sound .parts--equalizer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 30px;
  opacity: 0;
}
.page--sound .parts--equalizer div {
  display: inline-block;
  width: 10px;
  height: 20px;
  background: #fff;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  margin: 0 1px;
}
.page--sound .parts--equalizer div:nth-child(1) {
  -webkit-animation: equalizer01 3s infinite;
          animation: equalizer01 3s infinite;
}
.page--sound .parts--equalizer div:nth-child(2) {
  -webkit-animation: equalizer02 2.6s infinite;
          animation: equalizer02 2.6s infinite;
}
.page--sound .parts--equalizer div:nth-child(3) {
  -webkit-animation: equalizer03 2.6s infinite 0.3s;
          animation: equalizer03 2.6s infinite 0.3s;
}
.page--sound.page--sound__detail .section--inner {
  background: rgba(0, 0, 0, 0.05);
}
.page--sound.page--sound__detail .section--inner .block--playlist__header {
  position: relative;
}
.page--sound.page--sound__detail .section--inner .block--playlist__header .tit {
  font-size: 2em;
  font-weight: normal;
}
.page--sound.page--sound__detail .section--inner .block--playlist__header #playAll {
  width: 6em;
  height: 2.5em;
  line-height: 1.2;
  border-radius: 5px;
  border: 1px solid;
  position: absolute;
  right: 5%;
  top: 0;
}
.page--sound.page--sound__detail .section--inner .block--playlist__header #playAll i {
  font-size: 1.3em;
  display: inline-block;
  position: relative;
  vertical-align: -0.2em;
  margin-right: 0.1em;
}
.page--sound.page--sound__detail .section--inner .block--playlist__header #playAll label {
  width: 100%;
  height: 100%;
  line-height: 2.5em;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.page--sound.page--sound__detail .section--inner .block--playlist__header #playAll input {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.page--sound.page--sound__detail .section--inner .block--playlist__header .category, .page--sound.page--sound__detail .section--inner .block--playlist__header .date {
  opacity: 0.3;
  font-size: 0.7em;
  letter-spacing: 0.1em;
}
.page--sound.page--sound__detail .section--inner .block--playlist__list {
  overflow: hidden;
}
.page--sound.page--sound__detail .section--inner .block--playlist__list .list--playlist {
  padding-right: 5%;
}
.page--sound.page--sound__detail .section--inner .block--playlist__list .list--playlist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  border-bottom: 1px solid;
  position: relative;
}
.page--sound.page--sound__detail .section--inner .block--playlist__list .list--playlist li .num {
  width: 5%;
  min-width: 2em;
  font-family: "Roboto", sans-serif;
  text-align: center;
  opacity: 0.3;
}
.page--sound.page--sound__detail .section--inner .block--playlist__list .list--playlist li .equalizer {
  width: 32px;
  line-height: 1;
  padding: 0 0.8em 0 0;
}
.page--sound.page--sound__detail .section--inner .block--playlist__list .list--playlist li .tit {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 16px;
}
.page--sound.page--sound__detail .section--inner .block--playlist__list .list--playlist li .tit label {
  display: block;
  max-width: calc(100% - 10px);
  cursor: pointer;
  padding: 1.2em 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page--sound.page--sound__detail .section--inner .block--playlist__list .list--playlist li .tit .badge {
  width: 14px;
  line-height: 0;
  margin-left: 5px;
  margin-top: -2px;
}
.page--sound.page--sound__detail .section--inner .block--playlist__list .list--playlist li .token {
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  letter-spacing: 0.07em;
}
.page--sound.page--sound__detail .section--inner .block--playlist__list .list--playlist li .token .icon {
  width: 14px;
  line-height: 0;
  position: relative;
  top: 4px;
  margin-right: 0.3em;
}
.page--sound.page--sound__detail .section--inner .block--playlist__list .list--playlist li .token a {
  display: block;
}
.page--sound.page--sound__detail .section--inner .block--playlist__list .list--playlist li .token span {
  display: inline-block;
  margin-right: 0.5em;
}
.page--sound.page--sound__detail .section--inner .block--playlist__list .list--playlist li .token .tokenID, .page--sound.page--sound__detail .section--inner .block--playlist__list .list--playlist li .token .serial-number {
  opacity: 0.4;
}
.page--sound.page--sound__detail .section--inner .block--playlist__list .list--playlist li .artist {
  width: 20%;
  opacity: 0.4;
  font-size: 12px;
  line-height: 1.2;
}
.page--sound.page--sound__detail .section--inner .block--playlist__list .list--playlist li .time {
  width: 8em;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0 2%;
  opacity: 0.3;
}
.page--sound.page--sound__detail .section--inner .block--playlist__list .list--playlist li .control {
  width: 40px;
  text-align: center;
  position: relative;
}
.page--sound.page--sound__detail .section--inner .block--playlist__list .list--playlist li .control .btn .btn--main,
.page--sound.page--sound__detail .section--inner .block--playlist__list .list--playlist li .control .btn .btn--sub {
  width: 5em;
  min-width: inherit;
  background: none;
  font-size: 11px;
  border: 1px solid;
  padding: 0.5em 1em;
  position: relative;
  right: 1em;
}
.page--sound.page--sound__detail .section--inner .block--playlist__list .list--playlist li .control label {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  line-height: 40px;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--sound.page--sound__detail .section--inner .block--playlist__list .list--playlist li .control label#list_song_pause {
  opacity: 0;
  pointer-events: none;
}
.page--sound.page--sound__detail .section--inner .block--playlist__list .list--playlist li .control input {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page--sound.page--sound__detail .section--inner .block--playlist__list .list--playlist li .control .video-js {
  display: none;
}
.page--sound.page--sound__detail .section--inner .block--playlist__list .list--playlist li .control i {
  font-size: 1.5em;
  opacity: 0.4;
}
.page--sound.page--sound__detail .section--inner .block--playlist__list .list--playlist li.current .equalizer {
  opacity: 1;
}
.page--sound.page--sound__detail .section--inner .block--playlist__list .list--playlist li.current .control i {
  opacity: 1;
}
.page--sound.page--sound__detail .section--inner .block--playlist__list .list--playlist li.current label#list_song_pause {
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}
.page--sound.page--sound__detail .section--inner .block--playlist__list .list--playlist li.current label#list_song_play {
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
.page--sound.page--sound__detail #player_control {
  display: none;
}
.page--sound.page--sound__detail #player_control .block--songdetail {
  width: 38%;
  position: fixed;
  bottom: 16px;
  left: calc(70px + 2%);
}
.page--sound.page--sound__detail #player_control .thumb {
  display: none;
}
.page--sound.page--sound__detail #player_control #playing_title {
  width: 100%;
  padding: 0 0.7em;
}
.page--sound.page--sound__detail #player_control #playing_artist {
  font-size: 10px;
  opacity: 0.5;
  padding-left: 1em;
}
.page--sound.page--sound__detail #player_control .control label {
  display: inline-block;
  width: 4em;
  text-align: center;
  position: relative;
  cursor: pointer;
  z-index: 1005;
}
.page--sound.page--sound__detail #player_control .control label.ico--pre {
  position: fixed;
  bottom: 15px;
  left: calc(50% - 4em);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page--sound.page--sound__detail #player_control .control label.ico--next {
  position: fixed;
  bottom: 15px;
  left: calc(50% + 4em);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page--sound.page--sound__detail #player_control .control label input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.page--sound.page--sound__detail #player_control .control label i {
  font-size: 2em;
}
.page--sound #current_player_area .video-js.vjs-fluid:not(.vjs-audio-only-mode) {
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1000;
}
.page--sound .video-js.vjs-fluid:not(.vjs-audio-only-mode) {
  padding-top: 0;
  height: auto;
}
.page--sound .video-js.vjs-fluid:not(.vjs-audio-only-mode) audio, .page--sound .video-js.vjs-fluid:not(.vjs-audio-only-mode) video {
  position: relative;
}
.page--sound .vjs-poster {
  width: 50px;
  height: 50px;
  background-image: url(/static/fcopen/contents/upimg/347a2ba….jpeg);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 3%;
}
.page--sound .video-js .vjs-picture-in-picture-control,
.page--sound .vjs-live-display,
.page--sound .video-js .vjs-fullscreen-control,
.page--sound .vjs-loading-spinner {
  display: none !important;
}
.page--sound .vjs-control-bar {
  height: 8em;
  background: none;
  position: relative;
}
.page--sound .video-js .vjs-progress-control {
  width: calc(100% + 20px);
  height: 10px;
  position: absolute;
  top: -5px;
  left: -10px;
}
.page--sound .video-js .vjs-time-control {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 12px;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
  height: auto;
  position: absolute;
  right: 1em;
  opacity: 0.4;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Roboto", sans-serif;
}
.page--sound .video-js .vjs-volume-panel {
  height: 3em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  right: 6em;
  top: 50%;
}
.page--sound .video-js .vjs-load-progress div {
  background: rgba(149, 149, 149, 0.75);
}
.page--sound .video-js .vjs-play-control {
  width: 3em;
  height: 3em;
  font-size: 1.5em;
  background: rgba(255, 255, 255, 0.1019607843);
  border-radius: 3em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page--sound .video-js .vjs-picture-in-picture-control {
  height: 3em;
  position: absolute;
  right: 2%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 961px) {
  .page--sound .wrap {
    overflow: visible;
  }
  .page--sound.page--sound__detail .section--detail {
    width: 90%;
  }
  .page--sound.page--sound__detail .section--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page--sound.page--sound__detail .section--inner .block--jacket {
    width: 40%;
    height: auto;
    position: sticky;
    top: 100px;
  }
  .page--sound.page--sound__detail .section--inner .block--jacket .thumb {
    margin-bottom: 0;
  }
  .page--sound.page--sound__detail .section--inner .block--jacket #current_player_area {
    height: 100%;
  }
  .page--sound.page--sound__detail .section--inner .block--playlist {
    width: 57%;
    padding-top: 3vw;
    padding-bottom: 3.5vw;
  }
  .page--sound.page--sound__detail .section--inner .block--playlist__header.loggedin .tit {
    padding-right: 5em;
  }
  .page--sound.page--sound__detail .section--inner .block--playlist .block--playlist__list .list--playlist .list__item.own {
    padding-right: calc(20px + 8em + 20%);
    padding-bottom: 1em;
  }
  .page--sound.page--sound__detail .section--inner .block--playlist .block--playlist__list .list--playlist .list__item.own .num, .page--sound.page--sound__detail .section--inner .block--playlist .block--playlist__list .list--playlist .list__item.own .equalizer, .page--sound.page--sound__detail .section--inner .block--playlist .block--playlist__list .list--playlist .list__item.own .time, .page--sound.page--sound__detail .section--inner .block--playlist .block--playlist__list .list--playlist .list__item.own .artist {
    margin-top: 1em;
  }
  .page--sound.page--sound__detail .section--inner .block--playlist .block--playlist__list .list--playlist .list__item.own .num {
    width: 2em;
  }
  .page--sound.page--sound__detail .section--inner .block--playlist .block--playlist__list .list--playlist .list__item.own .tit {
    width: calc(100% - 60px);
  }
  .page--sound.page--sound__detail .section--inner .block--playlist .block--playlist__list .list--playlist .list__item.own .artist {
    position: absolute;
    right: calc(30px + 8em);
  }
  .page--sound.page--sound__detail .section--inner .block--playlist .block--playlist__list .list--playlist .list__item.own .time {
    position: absolute;
    right: 20px;
    padding: 0;
  }
  .page--sound.page--sound__detail .section--inner .block--playlist .block--playlist__list .list--playlist .list__item.own .control {
    height: 40px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .page--sound.page--sound__detail .section--inner .block--playlist .block--playlist__list .list--playlist .list__item:not(.own) {
    padding-right: 9em;
  }
  .page--sound.page--sound__detail .section--inner .block--playlist .block--playlist__list .list--playlist .list__item:not(.own) .tit {
    width: 54%;
  }
  .page--sound.page--sound__detail .section--inner .block--playlist .block--playlist__list .list--playlist .list__item:not(.own) .tit label {
    max-width: calc(100% - 30px);
  }
  .page--sound.page--sound__detail .section--inner .block--playlist .block--playlist__list .list--playlist .list__item:not(.own) .control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0.5em;
    width: 9em;
    position: absolute;
    right: 0;
  }
  .page--sound.page--sound__detail .section--inner .block--playlist .block--playlist__list .list--playlist .list__item:not(.own) .control .btn a {
    right: 0;
  }
  .page--sound.page--sound__detail .section--inner .block--playlist .block--playlist__list .list--playlist .list__item .token {
    width: 40%;
    position: absolute;
    left: calc(39px + 2em);
    top: calc(50% + 1em);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .page--sound.page--sound__detail #player_control {
    height: 120px;
  }
  .page--sound .vjs-volume-control.vjs-control.vjs-volume-horizontal {
    visibility: visible;
    opacity: 1;
    position: relative;
    width: 5em !important;
  }
  .page--sound .video-js .vjs-volume-panel {
    width: 10em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--sound .sf-toolbar.sf-display-none {
    display: none !important;
  }
  .page--sound .list--thumbnali.list--discography {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page--sound .list--thumbnali.list--discography li {
    width: 48%;
  }
  .page--sound .list--thumbnali.list--discography li:nth-child(2n) {
    margin-left: 4%;
  }
  .page--sound.page--sound__detail .section--inner .block--playlist {
    padding-top: 30px;
  }
  .page--sound.page--sound__detail .section--inner #header_thumb {
    margin-bottom: 0;
  }
  .page--sound.page--sound__detail .section--inner #header_thumb .thumb {
    margin-bottom: 0;
  }
  .page--sound.page--sound__detail .section--inner .block--playlist__header {
    padding: 0 5%;
  }
  .page--sound.page--sound__detail .section--inner .block--playlist__header .tit {
    font-size: 1.3em;
  }
  .page--sound.page--sound__detail .section--inner .block--playlist__header.loggedin .tit {
    padding-right: 4.5em;
  }
  .page--sound.page--sound__detail .section--inner .block--playlist__header .category,
  .page--sound.page--sound__detail .section--inner .block--playlist__header .date {
    font-size: 10px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .page--sound.page--sound__detail .section--inner .block--playlist__header #playAll {
    width: 6.5em;
    height: 2.4em;
    font-size: 11px;
    border-radius: 4px;
  }
  .page--sound.page--sound__detail .section--inner .block--playlist__list .list--playlist {
    padding: 0 5% 30px;
    font-size: 10px;
  }
  .page--sound.page--sound__detail .section--inner .block--playlist__list .list--playlist li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    padding: 1.2em 70px 1.2em 2.5em;
  }
  .page--sound.page--sound__detail .section--inner .block--playlist__list .list--playlist li:not(.own) {
    padding: 1.8em 70px 1.8em 2.5em;
  }
  .page--sound.page--sound__detail .section--inner .block--playlist__list .list--playlist li:not(.own) .control {
    width: 6em;
  }
  .page--sound.page--sound__detail .section--inner .block--playlist__list .list--playlist li:not(.own) .control .btn a {
    margin: 0.4em 0;
    right: 0;
  }
  .page--sound.page--sound__detail .section--inner .block--playlist__list .list--playlist li .num {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .page--sound.page--sound__detail .section--inner .block--playlist__list .list--playlist li .tit {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0.2em;
  }
  .page--sound.page--sound__detail .section--inner .block--playlist__list .list--playlist li .tit label {
    max-width: calc(100% - 10px);
    font-size: 14px;
    padding: 0;
  }
  .page--sound.page--sound__detail .section--inner .block--playlist__list .list--playlist li .tit .badge {
    width: 14px;
    line-height: 0;
    margin-left: 3px;
  }
  .page--sound.page--sound__detail .section--inner .block--playlist__list .list--playlist li .token {
    width: 100%;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    margin-bottom: 0.5em;
  }
  .page--sound.page--sound__detail .section--inner .block--playlist__list .list--playlist li .artist {
    width: 100%;
    font-size: 12px;
    opacity: 0.4;
    margin-bottom: 0.1em;
  }
  .page--sound.page--sound__detail .section--inner .block--playlist__list .list--playlist li .time {
    display: none;
  }
  .page--sound.page--sound__detail .section--inner .block--playlist__list .list--playlist li .equalizer {
    width: 30px;
    position: absolute;
    right: 35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .page--sound.page--sound__detail .section--inner .block--playlist__list .list--playlist li .control {
    width: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .page--sound.page--sound__detail .section--inner .block--playlist__list .list--playlist li .control label {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
  }
  .page--sound.page--sound__detail #player_control #playing_title {
    width: 100%;
    font-size: 13px;
    padding-left: 0.7em;
  }
  .page--sound.page--sound__detail #player_control #playing_artist {
    font-size: 10px;
    opacity: 0.4;
    padding-left: 1em;
  }
  .page--sound.page--sound__detail #player_control .control label i {
    font-size: 1.5em;
  }
  .page--sound.page--sound__detail #player_control .control label.ico--pre {
    bottom: 20px;
    left: inherit;
    right: 4.7em;
    width: 2em;
  }
  .page--sound.page--sound__detail #player_control .control label.ico--next {
    bottom: 20px;
    left: inherit;
    right: 0;
    width: 2em;
  }
  .page--sound.page--sound__detail #player_control .block--songdetail {
    width: 38%;
    bottom: 20px;
    left: calc(45px + 2%);
    z-index: 1005;
    font-size: 10px;
  }
  .page--sound .video-js .vjs-play-control {
    width: 3em;
    height: 3em;
    font-size: 1em;
    top: 50%;
    left: unset;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 4.5em;
  }
  .page--sound .video-js .vjs-time-control {
    display: none !important;
    font-size: 10px;
    right: 0;
    height: 1em;
    top: 0;
    opacity: 0.5;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .page--sound .vjs-poster {
    width: 40px;
    height: 40px;
  }
  .page--sound .video-js .vjs-volume-panel {
    display: none !important;
    right: 5%;
  }
}

/* ==============================
page--community
============================== */
.page--chat-community .section-detail__inner {
  position: relative;
  overflow: hidden;
  background: rgba(200, 200, 200, 0.2);
}
.page--chat-community .block--title {
  position: absolute;
  top: 0;
  z-index: 1;
  background: #f4f4f4;
  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: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0 2em;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.page--chat-community .block--title.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}
.page--chat-community .block--title.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}
.page--chat-community .block--title .section-tit {
  margin-bottom: 0;
  padding: 1.3em 0 1em;
  font-size: 16px;
  width: 60%;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page--chat-community .block--cmnty_serch {
  width: 12em;
  max-width: 40%;
}
.page--chat-community .block--cmnty_serch .cmnty_serch {
  position: relative;
}
.page--chat-community .block--cmnty_serch .cmnty_serch .datepicker {
  padding: 0.5em 2.5em;
  font-size: 11px;
  border-radius: 0.5em;
  background: #fff;
  color: #61605b;
}
.page--chat-community .block--cmnty_serch .cmnty_serch i {
  position: absolute;
  top: 50%;
  left: 0.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page--chat-community .block--cmnty_serch .btn {
  position: absolute;
  right: 0.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page--chat-community .block--cmnty_serch .btn .btn--main {
  font-size: 10px;
  padding: 0.5em 1.5em;
  width: auto;
  margin: 0;
  min-width: auto;
}
.page--chat-community #ui-datepicker-div {
  border-radius: 0.5em;
  background: #fff;
  -webkit-box-shadow: 0 35px 60px -20px rgba(97, 96, 91, 0.7);
          box-shadow: 0 35px 60px -20px rgba(97, 96, 91, 0.7);
  width: 20em;
  -webkit-transform: translate(-8em, 0.5em);
          transform: translate(-8em, 0.5em);
  overflow: hidden;
}
.page--chat-community #ui-datepicker-div .ui-datepicker-header a {
  position: absolute;
  top: 1.5em;
  font-size: 10px;
  cursor: pointer;
}
.page--chat-community #ui-datepicker-div .ui-datepicker-header a.ui-datepicker-prev {
  left: 3em;
}
.page--chat-community #ui-datepicker-div .ui-datepicker-header a.ui-datepicker-next {
  right: 3em;
}
.page--chat-community #ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  padding: 1em 1em 2em;
  text-align: center;
  font-size: 11px;
}
.page--chat-community #ui-datepicker-div .ui-datepicker-calendar {
  font-size: 12px;
  margin: 0 auto;
}
.page--chat-community #ui-datepicker-div .ui-datepicker-calendar thead tr th {
  font-weight: normal;
}
.page--chat-community #ui-datepicker-div .ui-datepicker-calendar tbody tr td {
  padding: 1em;
  font-size: 11px;
  text-align: center;
}
.page--chat-community #ui-datepicker-div .ui-datepicker-calendar tbody tr td .ui-state-highlight {
  position: relative;
}
.page--chat-community #ui-datepicker-div .ui-datepicker-calendar tbody tr td .ui-state-highlight::before {
  content: "";
  display: block;
  position: absolute;
  width: 2em;
  height: 2em;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 999px;
  border: 1px solid #ef8383;
}
.page--chat-community #ui-datepicker-div .ui-datepicker-calendar tbody tr td .ui-state-active {
  position: relative;
  color: #fff;
}
.page--chat-community #ui-datepicker-div .ui-datepicker-calendar tbody tr td .ui-state-active::before {
  content: "";
  display: block;
  position: absolute;
  width: 2em;
  height: 2em;
  background: #ef8383;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 999px;
}
.page--chat-community #ui-datepicker-div .ui-datepicker-buttonpane button {
  font-size: 11px;
  padding: 1em;
  cursor: pointer;
  border-radius: 0;
  margin-top: 1em;
  background: #f5f5f5;
}
.page--chat-community #next {
  position: static;
  padding: 3em 0 0;
  font-size: 12px;
}
.page--chat-community #next a {
  white-space: nowrap;
}
.page--chat-community #next i {
  margin-left: 1em;
  font-size: 10px;
}
.page--chat-community .block--comment {
  height: 80vh;
  padding: 2em;
  border-radius: 0;
  overflow-y: scroll;
  overflow-x: visible;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}
.page--chat-community .block--comment .chat--empty {
  padding-top: 4em;
  font-size: 12px;
}
.page--chat-community .block--comment .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;
  padding-top: 4em;
}
.page--chat-community .block--comment .list--comment li {
  border: none;
}
.page--chat-community .block--comment .list--comment li .comment_txt {
  position: relative;
  width: 80%;
  margin: 0 0 0 auto;
}
.page--chat-community .block--comment .list--comment li .icon {
  position: absolute;
  width: 3em;
  height: 3em;
  top: -0.5em;
  background: #e2e2e2;
  border-radius: 999px;
  overflow: hidden;
}
.page--chat-community .block--comment .list--comment li .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page--chat-community .block--comment .list--comment li .icon svg {
  position: absolute;
  top: 25%;
  left: 10%;
  width: 80%;
  height: 80%;
  border-radius: 999px;
  fill: #61605b;
}
.page--chat-community .block--comment .list--comment li .nick {
  font-size: 11px;
  text-align: right;
  margin: 0.3em;
}
.page--chat-community .block--comment .list--comment li .txt {
  position: relative;
  padding: 1.5em;
  background: #fff;
  border-radius: 10px;
  font-size: 11px;
  line-height: 1.6;
}
.page--chat-community .block--comment .list--comment li .txt::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -5px;
  right: -17px;
  border: 8px solid transparent;
  border-left: 18px solid #fff;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.page--chat-community .block--comment .list--comment li .parent.txt {
  padding: 1em 1.5em;
  border-radius: 10px 10px 0 0;
  line-height: 1.4;
  background: #f9f9f9;
  border-bottom: 1px solid #f5f5f5;
  text-rendering: geometricPrecision;
}
.page--chat-community .block--comment .list--comment li .parent.txt::before {
  border-left: 18px solid #f9f9f9;
}
.page--chat-community .block--comment .list--comment li .parent.txt .parent.nick {
  position: static;
  display: block;
  width: 100%;
  font-size: 11px;
  font-weight: bold;
  text-align: left;
  margin: 0.3em 0 0.2em;
  opacity: 0.7;
}
.page--chat-community .block--comment .list--comment li .parent.txt .quote-txt {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 10px;
  opacity: 0.9;
}
.page--chat-community .block--comment .list--comment li .parent.txt + .txt {
  border-radius: 0 0 10px 10px;
}
.page--chat-community .block--comment .list--comment li .parent.txt + .txt::before {
  display: none;
}
.page--chat-community .block--comment .list--comment li .date {
  position: absolute;
  bottom: 100%;
  right: calc(100% + 1em);
  white-space: nowrap;
  margin-bottom: 0;
  font-family: inherit;
  font-weight: normal;
  font-size: 10px;
}
.page--chat-community .block--comment .list--comment li .delete {
  position: absolute;
  top: -0.5em;
  left: 0;
}
.page--chat-community .block--comment .list--comment li .delete input {
  border: none;
  background: none;
  font-size: 10px;
  margin-left: 4px;
  padding: 2px 5px;
  -webkit-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  background: #fff;
  border-radius: 0;
  line-height: 1;
}
.page--chat-community .block--comment .list--comment li .wrap--action {
  position: relative;
  width: 100%;
  margin-top: 0.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page--chat-community .block--comment .list--comment li .wrap--action .user--icons {
  max-width: 10.5em;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page--chat-community .block--comment .list--comment li .wrap--action .user--icons img {
  width: 1.5em;
  height: 1.5em;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 999px;
  margin: 1px 0;
}
.page--chat-community .block--comment .list--comment li .wrap--action .user--icons img + img {
  margin-left: -0.5em;
}
.page--chat-community .block--comment .list--comment li .wrap--action .icon--like {
  margin-left: 0.3em;
  cursor: pointer;
  white-space: nowrap;
}
.page--chat-community .block--comment .list--comment li .wrap--action .icon--like i::before {
  position: absolute;
}
.page--chat-community .block--comment .list--comment li .wrap--action .icon--like i::after {
  content: "\f004";
  display: block;
}
.page--chat-community .block--comment .list--comment li .wrap--action .icon--like i.clicked {
  color: #ef8383;
  -webkit-transition: color 0.3s 0.3s;
  transition: color 0.3s 0.3s;
}
.page--chat-community .block--comment .list--comment li .wrap--action .icon--like i.clicked::before {
  -webkit-animation: heart 1.2s linear both;
          animation: heart 1.2s linear both;
}
.page--chat-community .block--comment .list--comment li .wrap--action .icon--like i.clicked::after {
  -webkit-animation: heart_2 1.2s linear both;
          animation: heart_2 1.2s linear both;
}
.page--chat-community .block--comment .list--comment li .wrap--action .do-comment {
  width: 1em;
  height: 1em;
  margin: 0 0.3em 0 0.8em;
  cursor: pointer;
}
.page--chat-community .block--comment .list--comment li .wrap--action .user--icons, .page--chat-community .block--comment .list--comment li .wrap--action .icon--like {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.page--chat-community .block--comment .list--comment li .wrap--action:has(.open) .user--icons, .page--chat-community .block--comment .list--comment li .wrap--action:has(.open) .icon--like {
  opacity: 0;
}
.page--chat-community .block--comment .list--comment li.comment--member {
  padding-top: 1em;
}
.page--chat-community .block--comment .list--comment li.comment--member .comment_txt {
  position: relative;
  width: 90%;
  margin: 0 auto 0 0;
}
.page--chat-community .block--comment .list--comment li.comment--member .comment_txt .nick {
  position: absolute;
  left: 5.5em;
  bottom: 100%;
  margin: 0 0 0 auto;
  text-align: left;
}
.page--chat-community .block--comment .list--comment li.comment--member .comment_txt .txt {
  width: calc(100% - 5em);
  margin: 0 0 0 auto;
  background: #FADFDF;
}
.page--chat-community .block--comment .list--comment li.comment--member .comment_txt .txt::before {
  left: -17px;
  right: auto;
  -webkit-transform: rotate(215deg);
          transform: rotate(215deg);
  border-left: 18px solid #FADFDF;
}
.page--chat-community .block--comment .list--comment li.comment--member .comment_txt .parent.txt {
  background: #F9EDED;
  border-bottom: 1px solid rgba(239, 131, 131, 0.2);
}
.page--chat-community .block--comment .list--comment li.comment--member .comment_txt .parent.txt::before {
  border-left: 18px solid #F9EDED;
}
.page--chat-community .block--comment .list--comment li.comment--member .comment_txt .date {
  left: calc(100% + 0.5em);
  right: auto;
}
.page--chat-community .block--comment .list--comment li.comment--member .comment_txt .delete {
  left: 3.8em;
}
.page--chat-community .block--comment .list--comment li + li {
  margin-bottom: 2em;
}
.page--chat-community .switching {
  padding: 4em 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
}
.page--chat-community .switching li + li {
  margin-left: 2em;
}
.page--chat-community .switching.all li .btn_artist {
  opacity: 0.7;
}
.page--chat-community .switching.all li .btn_all {
  border-bottom: 1px solid;
  padding-bottom: 0.2em;
}
.page--chat-community .switching.artist li .btn_artist {
  border-bottom: 1px solid;
  padding-bottom: 0.2em;
}
.page--chat-community .switching.artist li .btn_all {
  opacity: 0.7;
}
.page--chat-community .form--inptarea {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  background: #e2e2e2;
  padding: 1em;
  border-radius: 2.5em;
  -webkit-box-shadow: 0 35px 60px -20px rgba(97, 96, 91, 0.7);
          box-shadow: 0 35px 60px -20px rgba(97, 96, 91, 0.7);
}
.page--chat-community .form--inptarea textarea {
  width: calc(100% - 2.5em);
  border: none;
  height: 3em;
  min-height: 3em;
  border-radius: 1.5em;
  background: #fff;
  padding: 0.5em 1em;
}
.page--chat-community .form--inptarea .input_close {
  position: absolute;
  width: 4.5em;
  height: 4.5em;
  top: 0.25em;
  right: -5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e2e2e2;
  border-radius: 999px;
  -webkit-box-shadow: 0 5px 20px -4px rgba(97, 96, 91, 0.7);
          box-shadow: 0 5px 20px -4px rgba(97, 96, 91, 0.7);
  cursor: pointer;
}
.page--chat-community .form--inptarea .input_close::before, .page--chat-community .form--inptarea .input_close::after {
  content: "";
  display: block;
  width: 1px;
  height: 2em;
  background: #61605b;
  position: absolute;
  left: 2.25em;
}
.page--chat-community .form--inptarea .input_close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page--chat-community .form--inptarea .input_close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.page--chat-community .form--inptarea .comment_reply_confirm_popup {
  padding-bottom: 0.3em;
}
.page--chat-community .wrap--action.list--head {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
.page--chat-community .wrap--action.list--head #comment_popup {
  position: absolute;
  width: 4.5em;
  height: 4.5em;
  bottom: 1.75em;
  right: 1.5em;
  background: #ef8383;
  border-radius: 999px;
  -webkit-box-shadow: 0 5px 20px -4px rgba(97, 96, 91, 0.7);
          box-shadow: 0 5px 20px -4px rgba(97, 96, 91, 0.7);
  color: #fff;
  -webkit-animation: btnPop 6.5s linear 0.5s infinite;
          animation: btnPop 6.5s linear 0.5s infinite;
  cursor: pointer;
}
.page--chat-community .wrap--action.list--head #comment_popup i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 23px;
  -webkit-transform: translate(-60%, -50%);
          transform: translate(-60%, -50%);
}
.page--chat-community .wrap--action.list--head .form--post {
  margin-bottom: 0;
  display: none;
}
.page--chat-community .wrap--action.list--head .form--post .form--inptarea {
  bottom: 1.5em;
  left: 1.5em;
  width: calc(100% - 8em);
  background: #ef8383;
}
.page--chat-community .wrap--action.list--head .form--post .form--inptarea i {
  color: #fff;
}
.page--chat-community .wrap--action.list--head .form--post .input_close {
  background: #ef8383;
}
.page--chat-community .wrap--action.list--head .form--post .input_close::before, .page--chat-community .wrap--action.list--head .form--post .input_close::after {
  background: #fff;
}
.page--chat-community .reply-form {
  position: absolute;
  top: -1.4em;
  right: 5em;
  width: calc(100% - 4.5em);
  z-index: 1;
}
.page--chat-community .reply-form form {
  width: 100%;
}
.page--chat-community .comment--member .reply-form {
  width: calc(100% - 10.5em);
}
.page--chat-community #comment_confirm_modal, .page--chat-community .comment_reply_confirm_modal {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: 8em;
  left: 5%;
  width: 90%;
  min-height: 10em;
  background: #fff;
  border-radius: 15px;
  padding: 2em 3em 1em;
  -webkit-box-shadow: 0 35px 60px -20px rgba(97, 96, 91, 0.7);
          box-shadow: 0 35px 60px -20px rgba(97, 96, 91, 0.7);
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  z-index: 100;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.page--chat-community .comment_reply_confirm_modal {
  top: 0;
  left: 0;
  width: calc(100% + 5em);
}
.page--chat-community #comment_confirm_modal.is-visible, .page--chat-community .comment_reply_confirm_modal.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.page--chat-community #comment_modal_close, .page--chat-community .comment_reply_modal_close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 1em;
  right: 1em;
  cursor: pointer;
}
.page--chat-community #comment_modal_close::after, .page--chat-community #comment_modal_close::before,
.page--chat-community .comment_reply_modal_close::after, .page--chat-community .comment_reply_modal_close::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #61605b;
  position: absolute;
  left: 10px;
  top: 0;
}
.page--chat-community #comment_confirm_body, .page--chat-community .comment_reply_confirm_body {
  margin-bottom: 2em;
}
.page--chat-community #comment_modal_close::before, .page--chat-community .comment_reply_modal_close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page--chat-community #comment_modal_close::after, .page--chat-community .comment_reply_modal_close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.page--chat-community #comment_confirm_popup, .page--chat-community .comment_reply_confirm_popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3em;
  height: 3em;
  cursor: pointer;
}
.page--chat-community #comment_confirm_popup i, .page--chat-community .comment_reply_confirm_popup i {
  font-size: 1.5em;
  line-height: 0;
}
@-webkit-keyframes heart {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  60% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes heart {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  60% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes heart_2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
@keyframes heart_2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes btnPop {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  4% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  7% {
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
  }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes btnPop {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  4% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  7% {
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
  }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* pc
------------------------------ */
@media screen and (min-width: 961px) {
  .page--chat-community .wrap {
    padding-top: 200px;
  }
  .page--chat-community .section--detail {
    margin: -100px auto 0;
  }
  .page--chat-community .section--list {
    padding: 0 10%;
  }
  .page--chat-community .block--comment .list--comment li .wrap--action .icon--like,
  .page--chat-community .block--comment .list--comment li .wrap--action .do-comment {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .page--chat-community .block--comment .list--comment li .wrap--action .icon--like:hover,
  .page--chat-community .block--comment .list--comment li .wrap--action .do-comment:hover {
    opacity: 0.6;
  }
  .page--chat-community .switching li a {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .page--chat-community .switching li .btn_artist:hover {
    opacity: 1;
  }
  .page--chat-community .switching li .btn_all:hover {
    opacity: 1;
  }
}
/* sp
------------------------------ */
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--chat-community .wrap {
    padding-top: 80px;
  }
  .page--chat-community .section--detail {
    padding: 0;
  }
  .page--chat-community #ui-datepicker-div {
    -webkit-transform: translate(-1.5em, 0.5em);
            transform: translate(-1.5em, 0.5em);
  }
  .page--chat-community .block--title {
    padding: 0 1.5em;
    width: 100%;
  }
  .page--chat-community .block--title .section-tit {
    padding: 1.8em 0 1.5em;
    width: 50%;
    font-size: 12px;
  }
  .page--chat-community .block--cmnty_serch {
    max-width: 45%;
  }
  .page--chat-community .block--comment {
    padding: 2em 1.5em;
  }
  .page--chat-community .block--comment .list--comment li .nick, .page--chat-community .block--comment .list--comment li .txt {
    font-size: 11px;
  }
  .page--chat-community .block--comment .list--comment li .icon {
    position: absolute;
    width: 2.5em;
    height: 2.5em;
  }
  .page--chat-community .block--comment .list--comment li .parent.txt .parent.nick, .page--chat-community .block--comment .list--comment li .parent.txt .quote-txt {
    font-size: 9px;
  }
  .page--chat-community .block--comment .list--comment li .wrap--action .user--icons {
    max-width: 7.5em;
  }
  .page--chat-community .block--comment .list--comment li.comment--member .comment_txt .nick {
    left: 4.5em;
  }
  .page--chat-community .block--comment .list--comment li.comment--member .comment_txt .txt {
    width: calc(100% - 4.5em);
  }
  .page--chat-community .block--comment .list--comment li.comment--member .comment_txt .delete {
    left: 3.4em;
  }
  .page--chat-community .block--comment .list--comment li.comment--member .wrap--action .user--icons {
    max-width: 10.5em;
  }
  .page--chat-community .reply-form {
    width: calc(100vw - 7.5em);
  }
  .page--chat-community .comment--member .reply-form {
    width: calc(100vw - 7.5em);
    right: 2.5em;
  }
  .page--chat-community .wrap--action.list--head {
    bottom: 2em;
  }
  .page--chat-community .switching {
    padding-bottom: 3em;
  }
  .page--chat-community .wrap {
    padding-bottom: 0;
  }
  .page--chat-community footer {
    position: relative;
  }
}
/* tablet
------------------------------ */
@media screen and (min-width: 756px) and (max-width: 961px) {
  .page--chat-community .block--comment {
    padding: 2em 1.5em;
  }
  .page--chat-community .block--comment .list--comment li .comment_txt {
    width: 70%;
  }
  .page--chat-community .block--comment .list--comment li.comment--member .comment_txt {
    width: 70%;
  }
  .page--chat-community .reply-form {
    width: calc(100% - 4.5em);
  }
  .page--chat-community .comment--member .reply-form {
    width: calc(100% - 9em);
    right: 5em;
  }
}
/* 〜450px
------------------------------ */
@media screen and (max-width: 450px) {
  .page--chat-community #ui-datepicker-div {
    width: calc(100% - 3em);
    -webkit-transform: translate(-1.5em, 0.5em);
            transform: translate(-1.5em, 0.5em);
  }
  .page--chat-community #ui-datepicker-div .ui-datepicker-header a {
    top: 2.5em;
  }
  .page--chat-community #ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
    padding: 2em 1em;
  }
  .page--chat-community #ui-datepicker-div .ui-datepicker-calendar tbody tr td {
    padding: 0.8em 1.5em;
    font-size: 2.8vw;
  }
}
/* ==============================
APP
============================== */
.body--app section.page--walkthrough {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  text-align: center;
  color: #fff;
  background: #000;
}
.body--app section.page--walkthrough .slick-slider .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 8px !important;
  padding: 0 !important;
}
.body--app section.page--walkthrough .slick-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 10px;
  opacity: 0.25;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-indent: -100%;
  overflow: hidden;
}
.body--app section.page--walkthrough .slick-slider .slick-dots li button:before {
  display: none;
}
.body--app section.page--walkthrough .slick-slider .slick-dots li.slick-active button {
  opacity: 1;
}
.body--app section.page--walkthrough .step {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.body--app section.page--walkthrough .step a {
  color: #fff;
}
.body--app section.page--walkthrough .step .tit {
  margin: 0 0 15px;
  font-size: 5.1vw;
  line-height: 1.5em;
  letter-spacing: 0.02em;
  font-weight: bold;
  text-align: center;
}
.body--app section.page--walkthrough .step .txt {
  font-size: 15px;
  line-height: 1.6em;
  letter-spacing: 0.03em;
  font-weight: bold;
}
.body--app section.page--walkthrough .step .txt--sub {
  font-size: 10px;
  letter-spacing: 0;
}
.body--app section.page--walkthrough .step .ph_device {
  margin: 0 auto;
}
.body--app section.page--walkthrough .step .slick-slide {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.body--app section.page--walkthrough .step .slick-slide.slick-current {
  opacity: 1;
}
.body--app section.page--walkthrough .step .slick-active button {
  background: #000;
}
.body--app section.page--walkthrough .skip,
.body--app section.page--walkthrough .start {
  position: absolute;
  bottom: 5%;
  left: 15%;
  width: 70%;
  text-align: center;
}
.body--app section.page--walkthrough .slick-dots {
  bottom: 15%;
  height: 10px;
  line-height: 1;
  z-index: 100;
}
.body--app section.page--walkthrough li {
  height: 100vh;
  padding-top: 9.5vh;
}
.body--app section.page--walkthrough .skip {
  bottom: 0;
  left: 0;
  width: 100%;
  background: #000;
  margin: 0;
  padding: 3vh 0;
  color: #fff;
  z-index: 100;
}
.body--app section.page--walkthrough .skip span {
  font-size: 18px;
  font-weight: bold;
}
.body--app section.page--walkthrough .start {
  bottom: 0;
  left: 0;
  width: 100%;
  background: #000;
  margin: 0;
  padding: 3.5vh 0;
  color: #fff;
  z-index: 100;
}
.body--app section.page--walkthrough .start a {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 0;
  margin: 0 auto;
}
.body--app section.page--walkthrough .step01 .ph_device, .body--app section.page--walkthrough .step02 .ph_device, .body--app section.page--walkthrough .step03 .ph_device {
  margin: 0 auto;
  width: 80%;
}
.body--app section.page--walkthrough .step01 .block--figure, .body--app section.page--walkthrough .step02 .block--figure, .body--app section.page--walkthrough .step03 .block--figure {
  position: relative;
  bottom: -5vh;
  -webkit-transform: translate3d(0, 60px, 0);
          transform: translate3d(0, 60px, 0);
  opacity: 0;
  -webkit-transition: 0.3s ease 1s;
  transition: 0.3s ease 1s;
}
.body--app section.page--walkthrough .step01.slick-active .block--figure, .body--app section.page--walkthrough .step02.slick-active .block--figure, .body--app section.page--walkthrough .step03.slick-active .block--figure {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: 0.4s ease 0.3s;
  transition: 0.4s ease 0.3s;
  opacity: 1;
}

@media screen and (max-height: 480px) {
  .body--app section.page--walkthrough .step .tit {
    font-size: 15px;
  }
  .body--app section.page--walkthrough .step .txt {
    font-size: 12px;
  }
  .body--app section.page--walkthrough .step .ph_device {
    width: 25%;
  }
}
.page--walkthrough.pc,
.page--introduction--app.pc {
  text-align: center;
}

.body--app section.section--detail.page--introduction--app #svgicon {
  display: none;
}
.body--app section.section--detail.page--introduction--app .txt--link {
  font-weight: bold;
  text-decoration: underline;
}
.body--app section.section--detail.page--introduction--app dl.list--payment {
  border: 1px solid;
  border-radius: 5px;
  padding: 1em;
}
.body--app section.section--detail.page--introduction--app dl.list--payment dt {
  text-align: center;
}
.body--app section.section--detail.page--introduction--app dl.list--payment dd .paid_member {
  text-align: center;
  font-size: 1.9em;
  font-weight: bold;
}
.body--app section.section--detail.page--introduction--app dl.list--payment dd .paid_member span {
  font-size: 0.6em;
}
.body--app section.section--detail.page--introduction--app dl.list--payment dd .txt--basic {
  font-size: 0.9em;
}
.body--app section.section--detail.page--introduction--app .section-tit {
  font-size: 6vw;
  letter-spacing: 0;
  margin-bottom: 15px;
}
.body--app section.section--detail.page--introduction--app .block--service .block--service__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.body--app section.section--detail.page--introduction--app .block--service .block--service__contents li {
  width: 49%;
}
.body--app section.section--detail.page--introduction--app [class^=block--] .block-tit {
  letter-spacing: 0.1em;
}
.body--app section.section--detail.page--introduction--app [class^=block--] table tr, .body--app section.section--detail.page--introduction--app [class^=block--] table th, .body--app section.section--detail.page--introduction--app [class^=block--] table td {
  display: block;
}
.body--app section.section--detail.page--introduction--app [class^=block--] table th {
  width: 100%;
  text-align: left;
  border: none;
  border-bottom: 1px solid;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 0 0 0.5em 0;
  margin-bottom: 0.8em;
}
.body--app section.section--detail.page--introduction--app [class^=block--] table td {
  word-break: break-all;
  border: none;
  padding: 0;
  line-height: 1.5;
  font-size: 14px;
  margin-bottom: 2.5em;
}
.body--app section.section--detail.page--introduction--app [class^=block--] table td .txt--link {
  font-size: 0.8em;
}
.body--app section.section--detail.page--introduction--app .block--entry .tit {
  font-size: 17px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 600;
}

.body--app section.page--app_home {
  padding: 0 5%;
}
.body--app section.page--app_home .tit {
  margin-bottom: 2em;
  font-size: 17px;
  font-weight: bold;
}
.body--app section.page--app_home .list--howto li {
  position: relative;
  margin-bottom: 2.5em;
}
.body--app section.page--app_home .list--howto li .number {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  position: absolute;
  left: -2px;
  top: -2px;
  z-index: 1;
}
.body--app section.page--app_home .list--howto li .number::before {
  display: block;
  content: "";
  width: 2px;
  height: 150%;
  border-right: 1px solid;
  position: absolute;
  top: 3px;
  right: -1px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.body--app section.page--app_home .list--howto li .thumb {
  width: 80%;
  margin: 0 auto;
}
.body--app section.page--app_home .list--howto li p {
  padding-left: 3.5em;
  font-size: 13px;
  line-height: 1.5;
  padding-top: 2px;
}
.body--app section.page--app_home .list--howto li .pic {
  width: 60%;
  margin: 1em auto;
}
.body--app section.page--app_home .list--howto li.note {
  text-indent: -15px;
  left: 15px;
  width: 96%;
}
.body--app section.page--app_home .block--step02__01 {
  position: relative;
  width: 70%;
  margin: 0 auto 30px;
  border: 2px solid;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-radius: 5px;
  overflow: hidden;
}
.body--app section.page--app_home .block--step02__01 .url {
  position: absolute;
  top: 50%;
  font-size: 10px;
  color: #111;
  left: 50%;
  -webkit-transform: translate(-50%, -47%);
          transform: translate(-50%, -47%);
  font-weight: bold;
  padding-left: 12px;
  word-break: break-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.body--app section.page--app_home .block--step02__01 .url::before {
  content: "";
  width: 13px;
  height: 13px;
  background: no-repeat url(/static/fcopen/fanplakit/app/home_app/key.png);
  background-size: contain;
  position: absolute;
  left: -1px;
  top: 1px;
}
.body--app section.page--app_home .block--step02__02 {
  position: relative;
  width: 70%;
  margin: 0 auto 30px;
  border: 2px solid;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-radius: 5px;
  overflow: hidden;
}
.body--app section.page--app_home .block--step02__02 .inner {
  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: justify;
          justify-content: space-between;
  width: 100%;
  font-size: 10px;
  color: #111;
  position: absolute;
  top: 8.1%;
  left: 4%;
  font-weight: bold;
  padding-right: 54px;
}
.body--app section.page--app_home .block--step02__02 .inner .thumb {
  width: 16%;
  border-radius: 10px;
  overflow: hidden;
}
.body--app section.page--app_home .block--step02__02 .inner .txt--detail {
  width: 84%;
  padding-left: 4%;
}
.body--app section.page--app_home .block--step02__02 .inner .txt--detail .tit {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 0.4em;
  position: relative;
  word-break: break-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.body--app section.page--app_home .block--step02__02 .inner .txt--detail .url {
  opacity: 0.3;
  line-height: 1;
  word-break: break-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.body--app section.page--app_home .block--step03 {
  position: relative;
  width: 70%;
  margin: 0 auto 30px;
  border: 2px solid;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-radius: 5px;
  overflow: hidden;
}
.body--app section.page--app_home .block--step03 .top, .body--app section.page--app_home .block--step03 .btm {
  line-height: 0;
}
.body--app section.page--app_home .block--step03 .mid {
  line-height: 0;
  position: relative;
}
.body--app section.page--app_home .block--step03 .mid .inner {
  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: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-left: 4%;
  position: absolute;
  top: 0;
  left: 0;
}
.body--app section.page--app_home .block--step03 .mid .inner .thumb {
  width: 18%;
  border-radius: 11px;
  margin: 0;
}
.body--app section.page--app_home .block--step03 .mid .inner .txt--detail {
  width: 79%;
  padding-right: 11%;
}
.body--app section.page--app_home .block--step03 .mid .inner .txt--detail .tit {
  font-size: 11px;
  color: #111;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
  margin-bottom: 0;
  padding: 0 0 10.2%;
}
.body--app section.page--app_home .block--step03 .mid .inner .txt--detail .url {
  width: 100%;
  line-height: 1;
  font-size: 10px;
  color: #111;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0.6;
}
.body--app section.page--app_home li.step02 > .thumb {
  width: 70%;
  margin: 0 auto 30px;
  border: 2px solid;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-radius: 5px;
  overflow: hidden;
}
.body--app section.page--app_home .block--step02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 70%;
  height: 32vw;
  background: no-repeat url(/static/fcopen/fanplakit/app/home_app/howto_android_modal.png);
  background-size: contain;
  margin: 0 auto;
}
.body--app section.page--app_home .block--step02 .inner {
  width: 100%;
  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: justify;
          justify-content: space-between;
}
.body--app section.page--app_home .block--step02 .inner .thumb {
  width: 16%;
  border-radius: 6px;
  overflow: hidden;
  line-height: 0;
  margin: 0 0 0 7%;
}
.body--app section.page--app_home .block--step02 .inner .tit {
  font-size: 12px;
  color: #111;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
  margin-bottom: 0;
  width: 65%;
  border-bottom: 1px solid #888;
  margin-right: 8%;
  padding-bottom: 0.6em;
}

.body--app section.section--detail.page--fcmenu .block--logo {
  width: 60%;
  margin: 4vw auto 10vw;
}
.body--app section.section--detail.page--fcmenu .block--logo img {
  -webkit-filter: drop-shadow(1px 1px 4px rgba(170, 170, 170, 0.6));
          filter: drop-shadow(1px 1px 4px rgba(170, 170, 170, 0.6));
}
.body--app section.section--detail.page--fcmenu .list--fcmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3vw;
  padding: 0 3vw;
}
.body--app section.section--detail.page--fcmenu .list--fcmenu li {
  width: 40.5vw;
  background: #282828;
  padding: 20px;
  border-radius: 6px;
  -webkit-box-shadow: 1px 2px 16px -7px #000;
          box-shadow: 1px 2px 16px -7px #000;
}
.body--app section.section--detail.page--fcmenu .list--fcmenu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1;
  height: 100%;
}
.body--app section.section--detail.page--fcmenu .list--fcmenu span {
  display: block;
  width: 50%;
  margin: 0 auto;
}
.body--app section.section--detail.page--fcmenu .list--fcmenu span svg {
  display: block;
  width: 12vw;
  height: 12vw;
  margin: 0 auto;
}
.body--app section.section--detail.page--fcmenu .list--fcmenu p {
  width: 100%;
  text-align: center;
  font-size: 0.8em;
  margin-top: 1em;
  line-height: 1.5;
}

@media screen and (min-width: 1px) and (max-width: 960px) {
  .body--app .wrap:not(.page--home) {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}/*# sourceMappingURL=service.css.map */