@charset "UTF-8";
/* ==============================================================
*  base
* ============================================================ */
@import url("https://use.typekit.net/cuw7fkh.css");
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: inherit;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  line-height: 0;
}

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

body {
  font-family: "IBM Plex Sans JP", "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  color: #404040;
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
  background: #F5F4F6;
}

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: #404040;
  color: #F5F4F6;
}

::selection {
  background: #404040;
  color: #F5F4F6;
}

::-moz-selection {
  background: #404040;
  color: #F5F4F6;
}

.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: 1em;
  border: none;
  cursor: pointer;
}

.btn--main {
  background: #7529F1;
  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 #404040;
  background: none;
  color: #404040;
  margin: 1em 0;
  padding: 1.3em 2em;
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .btn--sub {
    min-width: 50%;
  }
}

.box {
  background: #fff;
  padding: 1.5em;
  text-align: left;
  border-radius: 1.5em;
  margin-bottom: 1.5em;
}

.txt--link a {
  text-decoration: underline;
  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 {
  letter-spacing: 0.1em;
  font-size: 14px;
  border: 1px solid;
  border-radius: 20em;
  line-height: 1;
  padding: 0.5em 1.5em 0.25em 3em;
  transition: 0.3s;
}
.detail__btn a::after {
  /*content: 'もどる';*/
  display: inline-block;
}
.detail__btn i {
  display: inline-block;
  line-height: 0;
  transition: 0.3s;
  position: absolute;
  transform: translate(0, -46%);
  transition: none;
  top: 50%;
  left: 1.5em;
}
@media screen and (min-width: 961px) {
  .detail__btn a:hover {
    background: #7529F1;
    color: #F5F4F6;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .detail__btn a {
    padding-left: 45px;
  }
}

.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::after,
.thumb::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ph .dummy,
.ph .cover,
.thumb .dummy,
.thumb .cover {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*.thumb {
  text-align: center;
  width:100%;
  padding-top:48.92%;
  border-radius:10px;
  position:relative;
  overflow:hidden;
  img {
    width: 100%;
	height:100%;
	position:absolute;
	transform:translate(-50%, -50%);
	top:50%;
	left:50%;
	object-fit:cover;
  }
}*/
.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: #404040;
  position: absolute;
  bottom: 2px;
  left: 25%;
  transform: scaleX(0);
  transform-origin: right;
  transition: 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;
  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;
  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 {
  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 {
  line-height: 1.6;
  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--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 {
  filter: blur(12px);
  transform: scale(1.1);
}
.nonlogin .list--thumbnail .list__item .thumb .limited-thumb {
  display: flex;
  align-items: center;
  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;
  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;
		}
	}
	dt{
		font-weight: bold;
	}
	dd{
		margin-bottom: 2.5em;
		.terms-list li{
			text-indent: -1em;
			padding-left: 1em;
		}
		a{
			text-decoration: underline;
		}
	}
}*/
/* list--faq */
.list--faq {
  margin: 0 0 30px;
}
.list--faq li {
  margin-bottom: 0.6em;
}
.list--faq li:last-child {
  margin-bottom: 0;
}
.list--faq a {
  position: relative;
  display: block;
  padding: 1.5em;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 0.8em;
}
.list--faq a:hover {
  box-shadow: 8px 8px 0px rgba(33, 33, 33, 0.0509803922);
}
.list--faq .tit {
  /*padding-left: 20px;*/
}
.list--faq .txt {
  margin: 0;
  padding-left: 20px;
  line-height: 1.4;
}
.list--faq .icon--q {
  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;
  transition: 0.4s;
  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;
  /*transform: scale(1.1);
  margin-top: -40px;*/
}

.slick-prev:before,
.slick-next:before {
  transition: 0.4s;
  background: #fff;
}

@media screen and (min-width: 961px) {
  .slick-prev:hover:before {
    left: 0.75em;
  }
  .slick-next:hover:before {
    right: 0.75em;
  }
}
/*.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;
  transition: 0.3s;
}

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

.slick-next::after {
  left: -30px;
  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;
  transform-origin: right;
  transform: scaleX(0);
}
.block--category li a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.block--category .current a::after {
  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 {
  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: "IBM Plex Sans JP", "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #404040;
  border-radius: 0.3em;
  padding: 0.5em;
  color: #404040;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
button:focus {
  border-color: #404040;
}
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 {
  box-shadow: 0 0 0 30px #ccc inset !important;
}

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

/* textarea */
textarea {
  font-family: "IBM Plex Sans JP", "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #404040;
  border-radius: 0.3em;
  padding: 0.5em;
  height: 10em;
}
textarea:focus {
  border-color: #404040;
}
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: "IBM Plex Sans JP", "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #404040;
  border-radius: 0.3em;
  padding: 0.5em;
  padding-right: 1.5em;
}
.form__select select:focus {
  border-color: #404040;
}
.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 #F5F4F6;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  vertical-align: middle;
}
.form__select::after {
  position: absolute;
  border-color: #404040;
  top: 15px;
  right: 9px;
}

/* checkbox */
.form__checkbox label p {
  font-family: "IBM Plex Sans JP", "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 15px;
  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 #404040;
  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;
  transform: rotate(-45deg);
  opacity: 0;
}
.form__checkbox :checked ~ p::before {
  background: #404040;
  border-color: #404040;
}
.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}

/* radio */
.form__radio label p {
  font-family: "IBM Plex Sans JP", "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 15px;
  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: #404040;
  border-width: 0.3em;
}

/* toggle button */
.form__toggle label p {
  font-family: "IBM Plex Sans JP", "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 15px;
  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 #404040;
}
.form__toggle label p::before {
  width: 50px;
  border-radius: 15px;
  top: 50%;
  right: 0;
}
.form__toggle label p::after {
  width: 30px;
  background: #404040;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 50%;
  right: 20px;
}
.form__toggle :checked ~ p::before {
  background: #404040;
  border-color: #404040;
}
.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: flex;
  align-items: center;
  flex-wrap: wrap;
  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.01em;
  margin-right: 0.8em;
}
.nav li a {
  color: #6D4B9B;
}

footer {
  width: 100%;
  text-align: center;
  margin-top: 5em;
  position: absolute;
  bottom: 0;
}
footer .inr {
  max-width: 680px;
}
footer ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0.5em;
  justify-content: center;
  line-height: 2.5em;
  font-size: 14px;
}
footer ul li {
  margin: 0 0.5em;
}
footer ul li a {
  color: #6D4B9B;
}
footer.footer .footer_logo {
  margin: 2em 0 1em;
  width: 80px;
  margin: 2em auto 1em;
  opacity: 1;
}
footer .btn.sub.btn_contact {
  flex-direction: column;
  padding-left: 2em;
  padding-right: 2em;
  margin-bottom: 2.5em;
  background: #fff;
  border: none;
  color: #6D4B9B !important;
  font-size: 14px;
  line-height: 1.4;
}
footer .btn.sub.btn_contact:hover {
  box-shadow: 5px 6px 0px rgba(151, 78, 248, 0.168627451);
}
footer .btn.sub.btn_contact span {
  font-size: 12px;
}
footer .copyright,
footer .copyright a {
  color: #BDADCC;
}

body:not(.page--home) .footer .footer__inner.inr,
body:not(.page--home) .footer .footer_logo {
  display: none;
}
body:not(.page--home) .footer .btn.sub.btn_contact {
  display: none;
}

.wrap {
  min-height: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  .wrap {
    padding-bottom: 21em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .wrap {
    padding-bottom: 40em;
  }
}

@media screen and (min-width: 961px) {
  .wrap:not(.page--home) {
    padding: 8em 0 11em;
  }
  .wrap:not(.page--home) .header .logo.pc {
    top: 0.1em;
  }
  .wrap:not(.page--home) .header {
    padding: 2em;
  }
}
.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;
  transform: scale(1.2);
  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;
  padding: 0 5vw;
}
.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;
}

.nav__list--login li a i {
  margin-right: 0.5em;
}

/* swiper ------------------------------  */
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "";
  display: none;
}

.page--home .swiper-button-next,
.page--home .swiper-button-prev {
  background: #fff;
  color: #7e32f2;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 20px;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}
.page--home .swiper-button-next:not(.swiper-button-disabled):hover,
.page--home .swiper-button-prev:not(.swiper-button-disabled):hover {
  background: #7e32f2;
  color: #fff;
}
.page--home .swiper-button-next.swiper-button-disabled,
.page--home .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.page--home .section__artistlist .inr:hover .swiper-button-next,
.page--home .section__artistlist .inr:hover .swiper-button-prev {
  opacity: 1;
  pointer-events: auto;
}
.page--home .section__artistlist .inr:hover .swiper-button-disabled {
  opacity: 0;
  cursor: default;
}

.langBar {
  z-index: 10;
  mix-blend-mode: unset;
  font-size: 12px;
  border-radius: 20px;
  display: block;
  min-width: 5em;
  transform: translateY(-50%);
  color: #974EF8;
  background: rgba(255, 255, 255, 0.5);
}

.langBar .easy-select-box {
  width: 100% !important;
}

@media screen and (min-width: 961px) {
  .langBar {
    position: absolute;
    top: 50%;
    left: 160px;
  }
}
@media screen and (max-width: 960px) {
  .langBar {
    position: fixed;
    top: 2.4em;
    right: calc(6% + 3.5em);
  }
}
.langBar .langSelector {
  position: relative;
  display: flex;
  align-items: center;
  padding: 3px 10px;
}

.langBar .langSelector > span {
  width: 1.5em;
  height: 1.5em;
}

.langBar .langSelector > span svg {
  width: 100%;
  height: 100%;
  fill: #7529f1;
}

.langBar .easy-select-box {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.langBar .esb-displayer {
  padding: 6px 5px 4px;
  position: relative;
  cursor: pointer;
  line-height: normal;
  white-space: nowrap;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.langBar .esb-dropdown {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  display: none;
  margin-top: 5px;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  right: 0;
}

.langBar .esb-dropdown .esb-item {
  transition: all 0.2s 0s ease;
  padding: 5px 10px;
  white-space: nowrap;
}

.langBar .esb-dropdown .esb-item:hover {
  opacity: 0.5;
  transition: all 0.2s 0s ease;
}

#language-selectorTop {
  display: none;
}

/* pc ------------------------------  */
@media screen and (min-width: 961px) {
  .drawer {
    display: flex;
    width: 100%;
    justify-content: end;
    align-items: center;
  }
  .drawer__btn {
    display: none;
  }
  .nav li {
    margin-right: 1em;
  }
  /* base
  ------------------------------ */
  .sp {
    display: none !important;
  }
  a {
    transition: 0.4s;
  }
  /* header */
  .header .g-nav .nav__list--contents li {
    margin-right: 0;
  }
  .header .g-nav .nav__list--contents li:last-child {
    margin-right: 1em;
  }
  .header .g-nav .nav__list--contents li a {
    padding: 0.25em 1em;
    border-radius: 50rem;
    transition: 0.3s !important;
  }
  .header .g-nav .nav__list--contents li a:hover {
    background: #fff;
  }
  .header .g-nav .nav__list--contents .g-nav--item__sns a {
    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;
  }
  /* 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: #6D4B9B;
    padding: 10px 20px 10px;
    font-size: 11px;
    background: #fff;
    border-radius: 20px;
    font-weight: bold;
  }
  footer .copyright {
    mix-blend-mode: unset;
  }
  /* header
  ------------------------------ */
  h1.logo {
    display: flex;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }
  h1.logo a {
    display: flex;
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 1em 0em 1em 3em;
    align-items: center;
  }
  h1.logo a img {
    height: 2.5em;
    -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: 2em 3em;
    right: 0;
    top: 0;
    z-index: 5;
    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;
    transform-origin: left;
    transform: scaleX(1);
    transition: 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;
    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;
  }
  /* footer
  ------------------------------ */
  /*footer{
  	height: 300px;
  	text-align: center;
  	padding: 50px 0;
  	.footer__inner{
  		height: 100%;
  		@include var.flex-display;
  		@include var.flex-justify(center);
  		@include var.flex-align(center);
  		@include var.flex-wrap;
  	}
  	nav .list-tit{display: none;}
  	.nav__list--sns{
  		width: 100%;
  		margin-bottom: -40px;
  		li{margin: 0 10px;}
  		li a{
  			font-size: 25px;
  			color: #fff;
  		}
  		.g-nav--item__linkfire i{
  			font-size: 26px;
  	    vertical-align: -4px;
  		}
  	}
  	.copyright{
  		width: 100%;
  		text-align: center;
  		color: #fff;
  		position: absolute;
  		left: 0;
  		z-index: 2;
  		bottom: 20px;
  	}
  	.copyright{
  		width: 100%;
  		text-align: center;
      color: #fff;
      position: absolute;
      bottom: 20px;
  	}
  }*/
  /* common
  ------------------------------ */
  /*.wrap{
  	padding-top: 270px;
  	padding-bottom: 400px;
  }*/
  /* 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) {
  .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%;
  }
}
@media screen and (min-width: 961px) and (min-width: 1px) and (max-width: 960px) {
  .section--list {
    font-size: 1.4em;
    font-weight: 400;
  }
}
@media screen and (min-width: 961px) {
  .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;
  }
  .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 {
    transition: 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;
    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;
    transition: 0.3s;
    mix-blend-mode: multiply;
  }
  .list--thumbnail a:hover .thumb {
    /*filter: grayscale(1);*/
  }
  .list--thumbnail a:hover .thumb::after {
    opacity: 0.5;
  }
  .header {
    top: 0.5em;
    transition: 0.3s;
    transition: 0.5s;
  }
  .header .g-nav {
    padding-left: clamp(140px, 19vw, 320px);
  }
  .header .logo.pc {
    top: -5em;
    transition: 0.5s;
  }
  .window-scroll .header .logo.pc {
    /*animation:down .5s 1s forwards;*/
    top: 0;
  }
  @keyframes down {
    0% {
      top: -5em;
    }
    100% {
      top: 0;
    }
  }
  .window-scroll {
    /*#header-nav:not(:has(> .inner .block--login.pc)){
    	padding:2em 0 2em;
    }*/
  }
  .window-scroll .wrap.pattern-Official .header {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
  .window-scroll .header {
    padding-top: 1.5em;
  }
  .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;
  }
  body:not(.page--home) .wrap {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }
  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;
  }
  .detail__btn a {
    position: relative;
  }
  /* header
  ------------------------------ */
  h1.logo {
    width: 19vw;
    height: 39px;
    text-align: left;
    position: absolute;
    top: 4vw;
    left: 5%;
    z-index: 2;
  }
  h1.logo a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }
  h1.logo a img {
    width: auto;
    height: auto;
    max-height: 30px;
  }
  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;
    transition: height 0.3s;
  }
  .header .drawer {
    z-index: 99;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: 0.4s cubic-bezier(0.16, 0.68, 0.65, 1.03);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    padding-top: 80px;
    pointer-events: none;
  }
  .header .drawer .logo {
    width: 90%;
    margin: 0.5em auto 2em;
  }
  .header .drawer .logo img {
    max-width: 5em;
  }
  .header .drawer .g-nav {
    position: relative;
    top: 0;
    left: 0;
    padding: 0 5%;
    width: 100%;
  }
  .header .drawer .nav {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: wrap;
    letter-spacing: 0.05em;
  }
  .header .drawer .nav li {
    display: block;
    width: 100%;
    font-size: 14px;
    margin: 0;
    line-height: 1;
  }
  .header .drawer .nav li a {
    display: block;
    color: #212121;
    padding: 1.4em 0.5em;
    position: relative;
  }
  .header .drawer .nav li a:after {
    content: "";
    width: 0.5em;
    height: 0.5em;
    display: inline-block;
    border-top: solid 1px #974EF8;
    border-right: solid 1px #974EF8;
    position: absolute;
    transform: translate(0, -50%) rotate(45deg);
    top: 50%;
    right: 1.5em;
  }
  .header .drawer .nav.nav__list--contents {
    border-top: solid 1px rgba(33, 33, 33, 0.1254901961);
  }
  .header .drawer .nav.nav__list--contents li a {
    padding: 1.5em 0.5em;
    border-bottom: solid 1px rgba(33, 33, 33, 0.1254901961);
    font-weight: 700;
  }
  .header .drawer .nav__list--sns {
    display: block;
    padding-top: 10px;
  }
  .header .drawer .nav__list--sns li {
    width: auto;
    display: inline-block;
    margin-right: 10px;
  }
  .header .drawer .nav__list--sns li.g-nav--item__linkfire i {
    font-size: 19px;
    vertical-align: -4px;
  }
  .header .drawer .main--sns {
    display: block;
    padding-top: 10px;
  }
  .header .drawer .main--sns li {
    width: auto;
    display: inline-block;
    margin-right: 10px;
  }
  .header .drawer .main--sns li a::after {
    content: none;
  }
  .header .drawer .main--sns li a i {
    font-size: 30px;
    color: #974EF8;
  }
  .header .drawer .nav__list--login {
    display: block;
    padding-top: 20px;
    margin-top: 10px;
  }
  .header .drawer .nav__list--login li {
    width: 100%;
    display: inline-block;
    margin-right: 20px;
  }
  .header .drawer .nav__list--login.sp .g-nav--item__sns {
    display: none !important;
  }
  .drawer__btn {
    width: 20px;
    height: 14px;
    position: fixed;
    right: 1em;
    top: 1em;
    z-index: 999;
    transition: 0.3s;
  }
  .drawer__btn span {
    display: block;
    width: 100%;
    height: 2px;
    background: #974ef8;
    position: absolute;
    left: 0;
    transition: 0.5s;
    border-radius: 50rem;
  }
  .drawer__btn span:first-child {
    top: 0%;
  }
  .drawer__btn span:nth-child(2) {
    top: 50%;
  }
  .drawer__btn span:last-child {
    top: 100%;
  }
  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%;
    background: #974ef8;
  }
  .drawer-visible .drawer__btn span:first-child {
    transform: rotate(225deg);
    top: 62%;
  }
  .drawer-visible .drawer__btn span.mid {
    opacity: 0;
  }
  .drawer-visible .drawer__btn span:last-child {
    top: 63%;
    transform: rotate(-225deg);
  }
  .drawer-visible .drawer {
    opacity: 1;
    pointer-events: auto;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #F5F4F6;
  }
  .drawer-visible .drawer a {
    color: #212121;
  }
  /* 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;
    padding: 0;
  }
  /*footer .copyright{
  	em{
  		display: block;
  		text-align: center;
  	}
  }*/
  div.searchBox input[type=text] {
    padding: 0.4em 1.8em 0.4em;
    margin-left: 0;
  }
  /* list
  ------------------------------ */
  .date {
    margin-bottom: 5px;
  }
  .category {
    font-size: 10px;
  }
  .tit {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
  /* 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;
  }
  div.box {
    padding: 1.5em 1.5em;
    border-radius: 0.8em;
  }
  /* 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: flex;
    justify-content: 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 {
  /* topmv main--bg--animation
   ------------------------------ */
  /* section artist
   ------------------------------ */
  /* section__support
   ------------------------------ */
  /* section information
   ------------------------------ */
  /* section banner
   ------------------------------ */
  /* section discription
   ------------------------------ */
  /* section__pricing
   ------------------------------ */
  /* section__signup
   ------------------------------ */
  /* 共通
   ------------------------------ */
}
.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: 30em !important;
}
@media screen and (min-width: 961px) {
  .page--home .button-exmaple > a.btn_login {
    display: inline-block;
    width: 280px;
    padding: 20px 2em 20px;
    border-radius: 4em;
    margin-top: 15px;
  }
  .page--home .button-exmaple > a.btn_login:hover {
    background: #fff;
  }
}
.page--home .section__artistlist .swiper-wrapper .viewmore {
  padding-right: 0;
}
.page--home .section__artistlist .swiper-wrapper .viewmore i {
  border: 1px solid;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  transition: 0.3s;
}
.page--home .section__artistlist .swiper-wrapper .viewmore a:hover {
  box-shadow: none;
}
.page--home .section__artistlist .swiper-wrapper .viewmore a:hover i {
  background: #fff;
  color: #7529F1;
}
.page--home .section__artistlist .swiper-wrapper.no-carousel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 96%;
}
.page--home .section__artistlist .swiper-wrapper.no-carousel .viewmore {
  display: none;
}
.page--home .section__artistlist .swiper-wrapper.no-carousel + .block--indicator {
  display: none;
}
.page--home .section__artistlist .swiper-wrapper.no-carousel.num3 li {
  width: 33%;
}
.page--home .section__artistlist .swiper-wrapper.no-carousel.num2 {
  justify-content: center;
}
.page--home .section__artistlist .swiper-wrapper.no-carousel.num2 li {
  width: 40%;
  margin: 0 1vw;
}
@media screen and (min-width: 961px) {
  .page--home .section__artistlist .swiper-wrapper.no-carousel.num1 {
    justify-content: center;
  }
  .page--home .section__artistlist .swiper-wrapper.no-carousel.num1 li {
    width: 70%;
  }
}
.page--home .section__artistlist .swiper-button-next,
.page--home .section__artistlist .swiper-button-prev {
  border: solid 1px rgba(117, 41, 241, 0.2509803922);
}
.page--home .section__artistlist.large {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page--home .section__artistlist.large h4 {
  text-align: center;
  font-size: 1.2em;
  padding: 0;
  margin-bottom: 0;
  color: #fff;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section__artistlist {
    padding-left: 5vw;
    /*.swiper-button-prev{
    	display: none;
    }*/
  }
  .page--home .section__artistlist .swiper-wrapper .viewmore {
    margin-left: -6vw;
  }
}
.page--home .section__support .cinr .support_blk:nth-child(2),
.page--home .section__support .cinr .support_blk:nth-child(3) {
  padding: 0;
}
.page--home .section__support .cinr .support_blk:nth-child(2) a,
.page--home .section__support .cinr .support_blk:nth-child(3) a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  padding: 1.5em;
  border-radius: 0.8em;
}
.page--home .section__support .cinr .support_blk:nth-child(2) a::after,
.page--home .section__support .cinr .support_blk:nth-child(3) a::after {
  right: 1.5em;
}
@media screen and (min-width: 961px) {
  .page--home .section__support .cinr .support_blk:nth-child(2) a,
  .page--home .section__support .cinr .support_blk:nth-child(3) a {
    transition: 0.3s;
  }
  .page--home .section__support .cinr .support_blk:nth-child(2) a:hover,
  .page--home .section__support .cinr .support_blk:nth-child(3) a:hover {
    box-shadow: 8px 8px 0px rgba(33, 33, 33, 0.0509803922);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section__support .cinr .support_blk:nth-child(2) .support_blk h5,
  .page--home .section__support .cinr .support_blk:nth-child(3) .support_blk h5 {
    padding: 0 0.5em 0.5em;
  }
}
@media screen and (min-width: 961px) {
  .page--home .section__information .titara {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page--home .section__information .titara h5 {
    font-size: 1em;
    font-weight: 600;
  }
  .page--home .section__information .arrow.pc a {
    border: none;
    font-family: "abacaxi-latin-variable", sans-serif;
    font-variation-settings: "wght" 500;
    font-size: 0.8em;
    border: 1px solid;
    color: #404040;
    padding: 0.5em 1em;
  }
  .page--home .section__information .arrow.pc a:hover i {
    right: -0.5em;
  }
  .page--home .section__information .arrow.pc a i {
    display: inline-block;
    color: #404040;
    margin-left: 0.5em;
    position: relative;
    right: 0;
    transition: 0.3s;
  }
  .page--home .section__artist {
    padding-left: 1.6vw;
  }
}
.page--home .section__banner {
  padding-top: 6em;
}
.page--home .section__banner .block-banner {
  border-radius: 0.8em;
  overflow: hidden;
}
.page--home .section__banner .block-banner .bnr-user-guide {
  height: 190px;
  color: #7529F1;
  padding: 0 9%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section__banner .block-banner .bnr-user-guide {
    text-align: center;
    justify-content: flex-start;
    height: 260px;
  }
}
.page--home .section__banner .block-banner .bnr-user-guide h3 {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0.5em;
  line-height: 1;
  font-size: clamp(1.8rem, 1.59rem + 0.9333vw, 2.15rem);
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section__banner .block-banner .bnr-user-guide h3 {
    margin-top: 46px;
  }
}
.page--home .section__banner .block-banner .bnr-user-guide p {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  line-height: 1;
  font-weight: bold;
  font-size: clamp(1.0625rem, 0.95rem + 0.5vw, 1.25rem);
}
.page--home .section__banner .block-banner .bnr-user-guide .bnr-user-guide--ico {
  position: absolute;
  right: 6%;
  white-space: nowrap;
}
.page--home .section__banner .block-banner .bnr-user-guide .bnr-user-guide--ico .ico1 {
  max-width: 145px;
  width: 100%;
  transform: translateY(65%) translateX(8%) rotate(-15deg);
  transition: all 0.4s ease-out;
  opacity: 0;
}
.page--home .section__banner .block-banner .bnr-user-guide .bnr-user-guide--ico .ico2 {
  max-width: 145px;
  width: 100%;
  transform: translateY(-3%) translateX(8%) rotate(-15deg);
  margin-right: 3%;
  margin-left: -3%;
  transition: all 0.4s ease-out;
  opacity: 0;
}
.page--home .section__banner .block-banner .bnr-user-guide .bnr-user-guide--ico .ico3 {
  max-width: 155px;
  width: 100%;
  transform: translateY(63%) translateX(8%) rotate(-15deg);
  transition: all 0.4s ease-out;
  opacity: 0;
}
@media screen and (min-width: 961px) {
  .page--home .section__banner .block-banner .bnr-user-guide .bnr-user-guide--ico .animate.ico1 {
    opacity: 1;
    transform: translateY(35%) translateX(0%) rotate(-15deg);
  }
  .page--home .section__banner .block-banner .bnr-user-guide .bnr-user-guide--ico .animate.ico2 {
    opacity: 1;
    transform: translateY(-33%) translateX(0%) rotate(-15deg);
  }
  .page--home .section__banner .block-banner .bnr-user-guide .bnr-user-guide--ico .animate.ico3 {
    opacity: 1;
    transform: translateY(33%) translateX(0%) rotate(-15deg);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section__banner .block-banner .bnr-user-guide .bnr-user-guide--ico {
    left: -3.5%;
    right: auto;
    bottom: 0;
    max-width: 450px;
    width: 31%;
  }
  .page--home .section__banner .block-banner .bnr-user-guide .bnr-user-guide--ico .ico1 {
    transform: translateY(55%) translateX(5%) translateX(0%) rotate(-15deg);
  }
  .page--home .section__banner .block-banner .bnr-user-guide .bnr-user-guide--ico .ico2 {
    transform: translateY(-3%) translateX(5%) rotate(-15deg);
  }
  .page--home .section__banner .block-banner .bnr-user-guide .bnr-user-guide--ico .ico3 {
    transform: translateY(48%) translateX(5%) rotate(-15deg);
  }
  .page--home .section__banner .block-banner .bnr-user-guide .bnr-user-guide--ico .animate.ico1 {
    opacity: 1;
    transform: translateY(35%) translateX(0%) rotate(-15deg);
  }
  .page--home .section__banner .block-banner .bnr-user-guide .bnr-user-guide--ico .animate.ico2 {
    opacity: 1;
    transform: translateY(-17%) translateX(0%) rotate(-15deg);
    margin-right: 6%;
    margin-left: -6%;
  }
  .page--home .section__banner .block-banner .bnr-user-guide .bnr-user-guide--ico .animate.ico3 {
    opacity: 1;
    transform: translateY(28%) translateX(0%) rotate(-15deg);
  }
}
@media screen and (min-width: 961px) {
  .page--home .section__banner .block-banner .bnr-user-guide .bnr-user-guide--ico.hover .ico1 {
    transform: translateY(25%) translateX(-4%) rotate(-15deg);
    opacity: 0.6;
  }
  .page--home .section__banner .block-banner .bnr-user-guide .bnr-user-guide--ico.hover .ico2 {
    transform: translateY(-43%) translateX(-4%) rotate(-15deg);
    opacity: 0.6;
  }
  .page--home .section__banner .block-banner .bnr-user-guide .bnr-user-guide--ico.hover .ico3 {
    transform: translateY(23%) translateX(-4%) rotate(-15deg);
    opacity: 0.6;
  }
}
.page--home .section__banner .block-banner .bnr-user-guide .bnr-user-guide--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #7e32f2;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 20px;
  transition: 0.3s;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 3.5%;
  transform: translateY(-50%);
  pointer-events: auto;
  border: 1px solid #E3E3E3;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section__banner .block-banner .bnr-user-guide .bnr-user-guide--btn {
    top: auto;
    right: 3.5%;
    bottom: 5%;
    transform: translateY(0%);
  }
}
@media screen and (min-width: 961px) {
  .page--home .section__banner .block-banner .bnr-user-guide:hover .bnr-user-guide--btn {
    background: #7e32f2;
    color: #fff;
  }
}
.page--home .section__banner .block-banner .bnr-user-guide::before {
  content: "";
  width: min(70vw, 380px);
  height: min(80vw, 420px);
  background: rgba(116, 172, 220, 0.5019607843);
  filter: blur(120px);
  position: absolute;
  top: -220%;
  right: 15%;
  border-radius: 50rem;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section__banner .block-banner .bnr-user-guide::before {
    top: auto;
    bottom: 95%;
    right: -20%;
  }
}
.page--home .section__banner .block-banner .bnr-user-guide::after {
  content: "";
  width: min(80vw, 400px);
  height: min(80vw, 400px);
  background: rgba(240, 161, 255, 0.5019607843);
  filter: blur(120px);
  position: absolute;
  top: -170%;
  right: -20%;
  border-radius: 50rem;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section__banner .block-banner .bnr-user-guide::after {
    top: auto;
    bottom: 100%;
    right: -90%;
  }
}
@media screen and (min-width: 961px) {
  .page--home .section__discription .inr {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page--home .section__discription .inr .block--txt {
    width: 40%;
  }
}
@media screen and (min-width: 961px) {
  .page--home .section__discription .block-discription-swiper {
    width: 60%;
    padding: 0 12%;
  }
  .page--home .section__discription .block-discription-swiper ul {
    margin: 2em auto 6em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section__discription .block-discription-swiper {
    padding: 0 10%;
  }
  .page--home .section__discription .block-discription-swiper ul {
    margin: 4em auto 0;
  }
}
.page--home .section__discription .block-discription-swiper li {
  background: url(https://d37hvadbfr8zce.cloudfront.net/common/img/bg.png) center bottom;
  background-size: cover;
  padding: 3em 3.5em 0;
  border-radius: 1.5em;
}
.page--home .section__discription .block-discription-swiper li p span {
  font-weight: 600;
}
.page--home .section__discription .block-discription-swiper li .thumb {
  margin-bottom: 0;
}
.page--home .section__discription .block-discription-swiper .swiper-button-next {
  opacity: 1;
  right: 6%;
  pointer-events: auto;
}
.page--home .section__discription .block-discription-swiper .swiper-button-prev {
  opacity: 1;
  left: 6%;
  pointer-events: auto;
}
.page--home .section__discription .block-discription-swiper .swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section__discription .block-discription-swiper li {
    padding: 2.5em 2.5em 0;
  }
  .page--home .section__discription .block-discription-swiper .swiper-button-next {
    right: 0;
  }
  .page--home .section__discription .block-discription-swiper .swiper-button-prev {
    left: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section__discription .main--bg--animation.boxara {
    min-height: 106vw;
    height: 34vh;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section__pricing .disp_price {
    padding: 2.5em 1em 0.5em;
    margin-bottom: 3.5em;
  }
  .page--home .section__pricing .disp_price .prc_detail {
    padding: 2em 0 1em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section__signup {
    margin-top: 6em;
    margin-bottom: 6em;
  }
  .page--home .section__signup h5 {
    font-size: 1em;
    padding-left: 0.5em;
    margin-bottom: 0.5em;
  }
}
.page--home .txt--notice,
.page--home .txt--notice a {
  color: #ff0000 !important;
}
.page--home.page--end .section--endtxt {
  position: absolute;
  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;
  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:not(.page--artisttop) .header .g-nav .nav__list--sns {
    display: block !important;
  }
  .page--home:not(.page--artisttop) .header .g-nav .nav__list--sns li a {
    display: block;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 20px;
  }
  .page--home:not(.page--artisttop) .main--bg--animation .main--sns {
    display: none !important;
  }
  .page--home:not(.page--artisttop).window-scroll .header .g-nav li a {
    color: #fff;
  }
  .page--home:not(.page--artisttop).window-scroll.past-topmv .header .g-nav li a {
    color: #6D4B9B;
  }
  .page--home {
    /*sns*/
    /* section--relative */
    /* section--banner */
  }
  .page--home .header .g-nav {
    display: flex;
    align-items: center;
  }
  .page--home .main--bg--animation .main--sns {
    display: none;
    position: absolute;
    display: flex;
    gap: 24px;
    top: 35px;
    right: 50px;
  }
  .page--home .main--bg--animation .main--sns a::after {
    content: none;
  }
  .page--home .main--bg--animation .main--sns a i {
    font-size: 26px;
    color: white;
    transition: 0.3s;
  }
  .page--home .main--bg--animation .main--sns a:hover i {
    color: #404040;
  }
  .page--home .section--hero-img {
    position: relative;
  }
  .page--home .no-data {
    padding-top: 40px;
  }
  .page--home .section__discription .main--bg--animation.boxara {
    width: 100%;
    background: none;
    height: auto;
    position: relative;
    height: 100%;
    text-align: left;
  }
  .page--home .section__discription .main--bg--animation.boxara > img {
    display: none;
  }
  .page--home.page--end .view__area {
    position: relative;
  }
  .page--home.page--end .view__area .section--endtxt {
    text-align: center;
    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:not(.page--artisttop) {
    /* 共通 */
    /* footer */
  }
  .page--home:not(.page--artisttop) .drawer__btn span {
    background: white;
  }
  .page--home:not(.page--artisttop).past-artistlist .drawer__btn span, .page--home:not(.page--artisttop).past-topmv .drawer__btn span {
    background: #974ef8;
  }
  .page--home:not(.page--artisttop).drawer-visible .drawer__btn span {
    background: #974ef8;
  }
  .page--home:not(.page--artisttop) .wrap {
    padding-bottom: 0 !important;
  }
  .page--home:not(.page--artisttop) .block--content-wrap {
    padding: 70px 5% 50px;
  }
  .page--home:not(.page--artisttop) .block--contents {
    margin-bottom: 80px;
  }
  .page--home:not(.page--artisttop) .block--contents:last-child {
    margin-bottom: 0;
  }
  .page--home:not(.page--artisttop) .block--contents .txt--notice,
  .page--home:not(.page--artisttop) .block--contents .txt--notice a {
    margin-top: -1.6em;
    margin-bottom: 3em;
    font-size: 13px;
  }
  .page--home:not(.page--artisttop) h1.logo {
    width: 40vw;
    height: auto;
    text-align: center;
    position: absolute;
    top: 7vw;
    left: 30vw;
  }
  .page--home:not(.page--artisttop) .section__information .info__ara h5 {
    font-size: 1em;
  }
  .page--home:not(.page--artisttop).page--end h1.logo a .logo--text .artist-name {
    font-size: 15px;
  }
  .page--home:not(.page--artisttop).page--end .header .drawer .nav li {
    width: auto;
  }
  .page--home:not(.page--artisttop).page--end .section--hero-img {
    height: auto;
    margin-top: 44vw;
  }
  .page--home:not(.page--artisttop).page--end .section--hero-img .block--hero-img {
    top: 0 !important;
  }
  .page--home:not(.page--artisttop).page--end .section--endtxt {
    position: relative;
    top: 0;
    transform: translate(0, 0);
    left: auto;
    margin: 1.5em auto;
  }
  .page--home:not(.page--artisttop).page--end .section--endtxt .section-tit {
    font-size: 15px;
    line-height: 1.5em;
    text-align: center;
  }
  .page--home:not(.page--artisttop).page--end .block--login.sp {
    display: none;
  }
  .page--home:not(.page--artisttop) footer {
    position: relative;
    padding: 50px 5% 0;
  }
  .page--home:not(.page--artisttop) footer .list--support .list__item {
    display: block;
  }
  .page--home:not(.page--artisttop) footer .list--support .list__item a {
    display: block;
    font-size: 13px;
    padding: 10px 0;
  }
  .page--home:not(.page--artisttop) .wrap.pattern-Official h1.logo {
    top: 10vw;
  }
  .page--home:not(.page--artisttop) .wrap.pattern-Official .section--hero-img .block--hero-img {
    top: 14vw;
  }
  .page--home:not(.page--artisttop) .wrap.pattern-Official .footer .list-tit {
    display: none;
  }
  .page--home:not(.page--artisttop) .wrap.pattern-Official .footer .list--support {
    display: block !important;
  }
  .page--home:not(.page--artisttop) .wrap.pattern-Official .footer li {
    text-align: center;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .page--home:not(.page--artisttop).page--endtern .wrap.pattern-Official .section--hero-img .block--hero-img {
    top: inherit;
  }
}
.page--home.page--artisttop .main--sns {
  display: none;
  visibility: hidden;
  opacity: 0;
  font-size: 0;
  color: transparent;
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .page--home.page--artisttop .mainvisual .a_detail .main--logo {
    width: 170px;
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
  }
}

/* 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;
  }
}
/* ==============================
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--info .section--detail .txt a {
  text-decoration: underline;
}

/* pc
------------------------------ */
@media screen and (min-width: 961px) {
  .page--info .box .titara > p {
    display: inline-block;
    color: #fff;
  }
  .page--info .box .titara .date {
    margin-bottom: 0;
    padding-left: 0.5em;
  }
}
/* sp
------------------------------ */
@media screen and (min-width: 1px) and (max-width: 960px) {
  .thumb {
    margin-bottom: 30px;
  }
  .section--detail .titara p {
    display: inline-block;
    font-size: 13px;
  }
  .section--detail .titara .date {
    display: inline-block;
  }
}
/* tablet
------------------------------ */
/* ==============================
page--support
============================== */
.section--detail.support {
  max-width: 980px;
  margin: 0 auto;
  /* pc
  ------------------------------ */
  /* sp
  ------------------------------ */
  /* tablet
  ------------------------------ */
}
.section--detail.support .txt--basic:last-of-type {
  margin-bottom: 0;
}
@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 {
    padding: 6vw 5% 0;
  }
  .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 .section-tit {
  font-size: 24px;
  text-align: center;
}
.page--faq .container {
  margin: 5em auto;
}
.page--faq 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;
}

.section--detail .block--contact {
  text-align: center;
  margin: 40px 0 0;
}
.section--detail .block--contact a {
  color: #404040;
  position: relative;
  border-width: 1px;
  margin-top: -0.2em;
}
.section--detail .block--contact .fa {
  display: none;
}
.section--detail .block--contact .txt {
  font-size: 0.9em;
  margin-bottom: 2em;
}

.section-tit {
  font-size: 30px;
}

.tit--category {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 20px;
}

.section--detail .list--faq .icon--q {
  line-height: 1.6;
}

.block--faq-detail {
  /*border: 1px solid var.$text-color;*/
  border-radius: 1.5em;
  background: #fff;
  padding: 25px;
  margin: 0 0 80px;
}
.block--faq-detail dt {
  font-size: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding: 0 0 15px;
  margin: 0 0 20px;
}
.block--faq-detail dt .txt {
  margin: 0;
}
.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;
}
.block--faq-detail dd .txt {
  font-size: 15px;
  margin: 0;
}
.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;
}
.block--faq-detail span.icon--q {
  color: #974EF8;
  line-height: 30px;
  border: 1px solid;
  line-height: 27px;
}
.block--faq-detail span.icon--a {
  color: #fff;
  background: rgba(151, 78, 248, 0.5019607843);
}

/* pc
------------------------------ */
/* sp
------------------------------ */
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--faq .container {
    margin: 0 auto;
  }
  .searchBox {
    width: 100%;
    margin: 30px auto;
  }
  .searchBox input[type=text] {
    line-height: 35px;
    font-size: 16px;
  }
  .searchBox input[type=submit] {
    width: 40px;
    line-height: 46px;
  }
  .section--list .section-tit {
    font-size: 18px;
  }
  .block--faq-detail {
    padding: 15px;
    margin: 0 0 30px;
  }
  .block--faq-detail dt {
    font-size: 14px;
  }
  .block--faq-detail dd .txt {
    font-size: 14px;
  }
  .list--faq a {
    padding: 0.8em 1.5em;
    border-radius: 0.6em;
  }
}
/* tablet
------------------------------ */
/* ==============================
page--feature
============================== */
.page--feature {
  /* pc
  ------------------------------ */
  /* sp
  ------------------------------ */
  /* tablet
  ------------------------------ */
}
.page--feature .section--detail {
  width: 100%;
}
.page--feature h2 {
  text-align: center;
  margin-bottom: 2em;
  /*color:#974ef8;*/
}
.page--feature h3 {
  margin-bottom: 2em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--feature h3 {
    margin-bottom: 1em;
  }
}
.page--feature .support .txt {
  margin-bottom: 2em;
}
.page--feature .list--support dt {
  font-weight: bold;
}
.page--feature .list--support dd {
  margin-bottom: 2em;
}
.page--feature .block--attention {
  margin-bottom: 2em;
}
.page--feature dl {
  margin: 0 0 2em;
}
.page--feature dl dt {
  margin-bottom: 0.5em;
}
.page--feature dl:last-of-type {
  margin-bottom: 0;
}
.page--feature dl:last-of-type table {
  margin-bottom: 0;
}
.page--feature .box .supportTable:last-of-type {
  margin-bottom: 0;
}
.page--feature table {
  margin: 0 0 30px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
}
.page--feature table tr th {
  padding: 1em 0;
  width: 20%;
  width: 150px;
  background: rgba(221, 221, 221, 0.3764705882);
  font-size: 13px;
  text-align: center;
  font-weight: bold;
}
.page--feature table tr td {
  padding: 1em;
  padding: 20px;
  text-align: left;
  font-size: 13px;
  background: rgba(221, 221, 221, 0.2509803922);
}
.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 {
  margin-top: -50px;
}
.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: flex;
  flex-wrap: wrap;
  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: flex;
  align-items: center;
  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;
  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: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}
.page--feature .page--introduction .block--login__member li {
  display: flex;
  flex-wrap: wrap;
  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: flex;
  justify-content: 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;
  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: flex;
  justify-content: space-between;
  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: flex;
  align-items: 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: flex;
  justify-content: center;
}
.page--feature .page--streaming .methodList li {
  padding: 0 20px;
  width: 25%;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
}
.page--feature .page--streaming .methodList li img {
  margin: 0 0 10px;
  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;
  transform: translateY(-50%);
  font-size: 20px;
  color: #cecece;
}
.page--feature .page--streaming .methodList.enter li:last-child {
  width: 50%;
  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 table tr th {
    width: 100px;
  }
  .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;
    transform: translateY(8px);
  }
  .page--feature .page--introduction .block--service .block--service__contents li .inner .payment-member {
    margin-left: 3px;
    vertical-align: 2px;
    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;
    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: flex;
    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: flex;
    flex-wrap: wrap;
    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;
  }
}

/* ==============================
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;
  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: flex;
  justify-content: space-around;
  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;
  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;
  transform: translate3d(0, 60px, 0);
  opacity: 0;
  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 {
  transform: translate3d(0, 0, 0);
  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: flex;
  width: auto;
  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;
  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;
  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%;
  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;
  box-sizing: content-box;
  border-radius: 5px;
  overflow: hidden;
}
.body--app section.page--app_home .block--step02__02 .inner {
  display: flex;
  align-items: center;
  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;
  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: flex;
  align-items: center;
  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;
  box-sizing: content-box;
  border-radius: 5px;
  overflow: hidden;
}
.body--app section.page--app_home .block--step02 {
  display: flex;
  align-items: center;
  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: flex;
  align-items: center;
  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 {
  filter: drop-shadow(1px 1px 4px rgba(170, 170, 170, 0.6));
}
.body--app section.section--detail.page--fcmenu .list--fcmenu {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  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;
  box-shadow: 1px 2px 16px -7px #000;
}
.body--app section.section--detail.page--fcmenu .list--fcmenu li a {
  display: flex;
  align-items: center;
  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;
  }
}