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

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}


body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

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

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

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

* {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

a {
  outline: none;
}

/*   ==============================================================
*  contents
*  ============================================================ */
/* common.scss
============================== */
html, body {
  height: 100%;
}

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

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

::-moz-selection {
  background: #ccc;
  color: #242424;
}

::selection {
  background: #ccc;
  color: #242424;
}

::-moz-selection {
  background: #ccc;
  color: #242424;
}

.svg-parts {
  width: 0;
  height: 0;
  pointer-events: none;
  position: absolute;
  bottom: 0;
}
.svg-parts .svg-symbol {
  display: none;
}

.btn {
  text-align: center;
}

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

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

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

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

.txt--sub {
  font-size: 0.7em;
  line-height: 1.6em;
}

.left, .txt--left {
  text-align: left;
}

.right, .txt--right {
  text-align: right;
}

.center, .txt--center {
  text-align: center;
}

.bold, .txt--bold {
  font-weight: bold;
}

.font-futura {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
}

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

.block--pager {
  text-align: center;
  letter-spacing: -0.5em;
  font-size: 15px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  top: 20px;
  height: 60px;
}
.block--pager li {
  display: inline-block;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 0.6em 0;
  margin: 0 5px;
  letter-spacing: 0.03em;
  vertical-align: middle;
  position: relative;
}
.block--pager li a {
  color: #242424;
}
.block--pager li::before {
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  background: #242424;
  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: relative;
  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: relative;
  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 {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  font-weight: 700;
  position: relative;
  padding: 0.6em;
}
.block--pager .pager__item--current::before {
  transform: scaleX(1);
}

.slick-slide {
  margin: 0 15px 0 0;
}

.list--bnr.slick-initialized::after {
  content: "";
  position: absolute;
  left: 40px;
  bottom: -22px;
  width: 6%;
  height: 1px;
  background-color: #676767;
}

.slick-next, .slick-prev {
  bottom: -40px;
  top: auto;
  top: initial;
  width: 45px;
  color: #242424;
  transition: opacity 0.3s;
}
.slick-next::before, .slick-prev::before {
  width: 100%;
  height: 100%;
  left: 0;
  padding: 0;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  font-style: italic;
  line-height: 1.5;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  border: none;
}

.slick-next {
  left: calc(55px + 5%);
}
.slick-next::before {
  content: "NEXT";
  transform: none;
}

.slick-prev {
  left: -7px;
}
.slick-prev::before {
  content: "PREV";
  transform: none;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: #242424;
  opacity: 1;
}

.slick-next.slick-disabled,
.slick-prev.slick-disabled {
  opacity: 1;
}
.slick-next.slick-disabled:focus, .slick-next.slick-disabled:hover,
.slick-prev.slick-disabled:focus,
.slick-prev.slick-disabled:hover {
  opacity: 1;
}

.module--accordion {
  text-align: center;
}
.module--accordion dt.btn--main {
  font-style: italic;
  font-weight: bold;
  margin: 50px auto 0;
  font-size: 20px;
  padding: 32px 0;
  line-height: 1;
}
.module--accordion dd {
  display: none;
  text-align: left;
}

.detail__btn {
  width: 320px;
  margin: 0 auto;
}
.detail__btn a {
  display: block;
  font-style: italic;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  background: #242424;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  margin: 50px auto 0;
  padding: 25px 0;
}

.form--post dt {
  margin: 3em 0 1em;
}
.form--post dd {
  margin: 0 0 1em;
}

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

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

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

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

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

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

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

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

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

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

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

/* textarea */
textarea {
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #242424;
  border-radius: 0.3em;
  padding: 0.5em;
  height: 10em;
}
textarea:focus {
  border-color: #242424;
}
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;
  border: none;
  opacity: 0.5;
}

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

/* checkbox */
.form__checkbox label p {
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  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 #242424;
  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: #242424;
  border-color: #242424;
}
.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}

/* radio */
.form__radio label p {
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  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: #242424;
  border-width: 0.3em;
}

/* toggle button */
.form__toggle label p {
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  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 #242424;
}
.form__toggle label p::before {
  width: 50px;
  border-radius: 15px;
  top: 50%;
  right: 0;
}
.form__toggle label p::after {
  width: 30px;
  background: #242424;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 50%;
  right: 20px;
}
.form__toggle :checked ~ p::before {
  background: #242424;
  border-color: #242424;
}
.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;
}

.name {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 5px;
  position: relative;
}
.name a {
  color: #242424;
}

.date {
  letter-spacing: 0.02em;
}

.tit {
  font-size: 14px;
}

.term {
  font-size: 12px;
  padding-left: 40px;
  line-height: 1;
  letter-spacing: 0.02em;
}

.thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 2%;
}
.thumb > img {
  height: 100%;
  background-size: contain;
  position: relative;
  z-index: 2;
  transition: 0.3s;
}
.thumb .blur {
  display: block;
  width: 120% !important;
  max-width: inherit;
  height: auto;
  min-height: 170%;
  position: absolute;
  top: -35%;
  left: -10%;
  filter: blur(20px);
  z-index: 1;
}

li a:hover .thumb .blur {
  transform: none !important;
}

.list--type01 li a {
  display: block;
  display: flex;
  justify-content: space-between;
  align-items: strech;
  text-decoration: none;
  color: #242424;
  padding: 25px 0;
  border-bottom: 1px solid #ddd;
}
.list--type01 li .thumb {
  width: 34%;
  line-height: 0;
}
.list--type01 li .thumb img {
  width: 100%;
}
.list--type01 li .block--txt {
  width: 66%;
  padding-left: 20px;
}
.list--type01 li .tit {
  line-height: 1.4;
  padding-left: 62px;
  margin-top: 25px;
  margin-bottom: 6px;
}
.list--type01 li .term {
  padding-left: 62px;
}

.list--type02 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.list--type02 li {
  width: 25%;
  margin-bottom: 50px;
}
.list--type02 li a {
  display: block;
  text-decoration: none;
  color: #242424;
}
.list--type02 li .thumb {
  width: 100%;
  line-height: 0;
  margin-bottom: 10px;
  background: #fff;
}
.list--type02 li .thumb img {
  width: 100%;
}
.list--type02 li .block--txt {
  width: 100%;
}
.list--type02 li .tit {
  line-height: 1.4;
  padding-left: 0;
  margin-top: 25px;
  margin-bottom: 7px;
}
.list--type02 li .tit.no-space {
  padding-left: 0 !important;
}

.no-data {
  width: 100%;
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 30px;
  font-style: italic;
  letter-spacing: 0.05em;
  font-size: 16px;
  letter-spacing: 0;
  margin: 0 auto;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
  transition: 0.3s;
}
.header a {
  text-decoration: none;
  color: #242424;
}
.header > .logo a {
  width: 100%;
  height: 100%;
}
.header .drawer a {
  display: block;
}
.header .drawer .g-nav {
  font-style: italic;
}
.header .drawer .g-nav li.g-nav__item--service a span {
  display: block;
}
.header .drawer__btn {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 5%;
  top: 18px;
  z-index: 999;
  cursor: pointer;
}
.header .drawer__btn span {
  display: block;
  width: 70%;
  height: 3px;
  background: #242424;
  position: absolute;
  right: 0;
  transition: 0.2s;
}
.header .drawer__btn span:first-child {
  top: 40%;
}
.header .drawer__btn span:last-child {
  top: 60%;
}

.block--entry a {
  text-decoration: none;
}
.block--entry a .logo {
  width: 100%;
  height: 136px;
  text-indent: -9999em;
  background: no-repeat center url(/static/fcopen/potal/common/logo--fanplakit.svg);
  background-size: contain;
  margin: 0 auto 20px;
}
.block--entry a .txt--lead {
  width: 54%;
  margin: 0 auto;
  position: relative;
  left: -30px;
}
.block--entry a .txt--lead::before {
  content: "";
  display: block;
  width: 260px;
  height: 260px;
  background: #fff linear-gradient(180deg, rgba(104, 224, 207, 0.2509803922), rgba(32, 156, 255, 0.2509803922));
  border-radius: 170px;
  position: absolute;
  right: -192px;
  top: -138px;
  z-index: -1;
  opacity: 0.8;
}
.block--entry a .txt--lead::after {
  content: "";
  width: 50px;
  height: 47px;
  display: block;
  background: no-repeat center url(/static/fcopen/potal/common/ico--arrow.svg);
  background-size: contain;
  position: absolute;
  top: -9px;
  right: -59px;
}

.block--sns {
  text-align: center;
}
.block--sns a {
  font-size: 24px;
  color: #242424;
  text-decoration: none;
}
.block--sns .list--sns {
  position: relative;
}
.block--sns .list--sns::before {
  content: "Share";
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 42px;
  display: inline-block;
  padding-right: 20px;
}
.block--sns li {
  display: inline-block;
  margin: 0 10px;
}

footer {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #fff;
  z-index: 2;
}
footer .block--entry {
  width: 320px;
  margin: 0 auto 20vh;
}
footer .block--sns {
  margin-bottom: 110px;
}
footer .block--footer-nav {
  padding: 0 3%;
  display: flex;
  justify-content: space-between;
}
footer .block--footer-nav .block--nav:first-of-type {
  font-weight: 700;
  margin-bottom: 10px;
}
footer .block--footer-nav .block--nav {
  text-align: right;
}
footer .block--footer-nav .block--nav .list--sub-nav {
  display: inline-block;
}
footer .block--footer-nav .block--nav .list--sub-nav li {
  display: inline-block;
  margin-right: 20px;
}
footer .block--footer-nav .block--nav .list--sub-nav li a {
  display: block;
  font-size: 12px;
  text-decoration: none;
  color: #242424;
}
footer .block--footer-nav .block--nav .p-mark {
  display: inline-block;
  width: 30px;
  position: relative;
}
footer .block--footer-nav .block--nav .p-mark a {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .block--company .block--mup {
  margin-bottom: 22px;
}
footer .sns-twitter a, footer .block--mup a {
  color: #242424;
  text-decoration: none;
}
footer .sns-twitter i {
  margin-left: 5px;
}

.content--body {
  position: relative;
  z-index: 2;
}

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

.list__more a {
  position: relative;
  display: block;
  font-size: 12px;
  margin-left: 10px;
  padding-left: 15px;
  margin-bottom: 4px;
  padding-bottom: 4px;
  text-align: right;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  font-style: italic;
}
.list__more a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #242424;
  bottom: 0;
  right: 0;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.3s;
}

.pankuzu {
  width: 100%;
  margin: 0 auto;
  padding: 10px 3% 10px;
  border-bottom: 1px solid #242424;
}
.pankuzu .list--pankuzu {
  font-style: italic;
}
.pankuzu .list--pankuzu li {
  display: inline-block;
  line-height: 1;
  position: relative;
  padding-right: 20px;
  margin-right: 10px;
}
.pankuzu .list--pankuzu li::after, .pankuzu .list--pankuzu li::before {
  content: "";
  width: 5px;
  height: 1px;
  background: #242424;
  position: absolute;
  transform: rotate(60deg);
  right: 0;
  top: 6px;
}
.pankuzu .list--pankuzu li::after {
  transform: rotate(-60deg);
  top: 10px;
}
.pankuzu .list--pankuzu li:last-of-type::after, .pankuzu .list--pankuzu li:last-of-type::before {
  display: none;
}
.pankuzu .list--pankuzu li a {
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  color: #242424;
}

.loaded.page--home .section--top .block--movie video,
.loaded.page--home .section--top .block--movie .block--movie__item, .loaded .page--list-service .section--top .block--movie video,
.loaded .page--list-service .section--top .block--movie .block--movie__item {
  opacity: 1;
}
.loaded.page--home .section--top .block--lead .txt--lead01, .loaded .page--list-service .section--top .block--lead .txt--lead01 {
  animation: fadeIn 1s ease 0.6s 1 forwards;
}
.loaded.page--home .section--top .block--lead .txt--lead02, .loaded .page--list-service .section--top .block--lead .txt--lead02 {
  animation: fadeIn 1s ease 1s 1 forwards;
}
.loaded.scrolling.page--home .section--top .scroll, .loaded .page--list-service .section--top .scroll {
  opacity: 0;
}

.page--home .section--top, .page--list-service .section--top {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 0;
}
.page--home .section--top::before, .page--list-service .section--top::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.85);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.page--home .section--top .block--movie, .page--list-service .section--top .block--movie {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
}
.page--home .section--top .block--movie .block--movie__item,
.page--home .section--top .block--movie video, .page--list-service .section--top .block--movie .block--movie__item,
.page--list-service .section--top .block--movie video {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.4s 0.4s;
}
.page--home .section--top .block--lead, .page--list-service .section--top .block--lead {
  width: 80%;
  position: relative;
  z-index: 20;
}
.page--home .section--top .block--lead .txt--lead01, .page--home .section--top .block--lead .txt--lead02, .page--list-service .section--top .block--lead .txt--lead01, .page--list-service .section--top .block--lead .txt--lead02 {
  opacity: 0;
}
.page--home .section--top .block--lead .txt--lead01, .page--list-service .section--top .block--lead .txt--lead01 {
  width: 100%;
  margin: 0 auto;
  font-style: italic;
}
.page--home .section--top .block--lead .txt--lead02, .page--list-service .section--top .block--lead .txt--lead02 {
  width: 90%;
  text-align: center;
  color: #242424;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  margin: 0 auto;
}

.section--detail .section-tit,
.section--list .section-tit {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-style: italic;
  font-size: 60px;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  margin: 0 auto 110px;
}
.section--detail .block-tit,
.section--list .block-tit {
  font-size: 30px;
  line-height: 1;
  text-align: center;
  margin: 0 auto 50px;
}

.section--list {
  padding-top: 85px;
}

.section--detail {
  width: 70%;
  max-width: 1100px;
  min-width: 780px;
  margin: 0 auto;
  padding-top: 80px;
}
.section--detail .block--tit {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 50px;
  border-bottom: 1px solid;
}
.section--detail .block--tit .date {
  display: inline-block;
  font-size: 12px;
  color: #949494;
  position: relative;
  padding-right: 12px;
  margin-right: 10px;
}
.section--detail .block--tit .date::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #242424;
  position: absolute;
  right: -1px;
  top: 1px;
}
.section--detail .block--tit .name {
  display: inline-block;
  line-height: 1;
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.section--detail .block--tit .block--share {
  position: absolute;
  right: 0;
  bottom: 34px;
}
.section--detail .block--tit + .thumb {
  width: 70%;
  text-align: center;
  margin: 0 auto 60px;
}
.section--detail .block--tit + .thumb img {
  max-height: 400px;
  width: auto;
}
.section--detail .block--tit + .thumb .dummy {
  max-height: inherit;
  width: 100%;
}

a.link-coming-soon {
  pointer-events: none;
  opacity: 0.4;
}

.page--home {
  /*fanpla--contents*/
}
.page--home .section--top::before {
  background: rgba(97, 218, 243, 0.8);
}
.page--home .section--top .block--lead .txt--lead01, .page--home .section--top .block--lead .txt--lead02 {
  opacity: 0;
}
.page--home .section-tit {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  font-style: italic;
  margin-bottom: 20px;
  line-height: 1.1;
}
.page--home .section-tit h3 {
  font-weight: 700;
}
.page--home a {
  display: block;
  text-decoration: none;
  color: #242424;
}
.page--home .section--media--contents {
  padding: 60px 6%;
}
.page--home .section--media--contents ul {
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: 48% 1fr;
  row-gap: 4%;
}
.page--home .section--media--contents ul li {
  position: relative;
}
.page--home .section--media--contents ul li a {
  display: block;
  text-decoration: none;
  color: #242424;
}
.page--home .section--media--contents ul li .thumb {
  margin-bottom: 0;
}
.page--home .section--media--contents ul li .block--txt {
  transition: opacity 0.5s;
}
.page--home .section--media--contents ul li .block--txt .name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
}
.page--home .section--media--contents ul li .block--txt .date {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 4%;
  line-height: 1;
}
.page--home .section--media--contents ul li .block--txt .tit {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
}
.page--home .section--media--contents ul li.new a::before {
  content: "NEW";
  color: #DE1322;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  font-style: italic;
  font-size: 26px;
  position: absolute;
  left: 15px;
  top: 40px;
  z-index: 10;
  line-height: 1;
}
.page--home .section--media--contents ul li.new a::after {
  content: "";
  background: #fff;
  position: absolute;
  left: 0;
  top: 55px;
  width: 64px;
  height: 18px;
  z-index: 5;
}
.page--home .section--media--contents ul li.main-panel {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1/4;
  grid-column: 1/1;
}
.page--home .section--media--contents ul li.main-panel a {
  position: relative;
  display: block;
}
.page--home .section--media--contents ul li.main-panel .block--txt {
  position: absolute;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  padding: 3%;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 5;
}
.page--home .section--media--contents ul li.main-panel .block--txt .name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 1%;
}
.page--home .section--media--contents ul li.main-panel .block--txt .date {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 2%;
}
.page--home .section--media--contents ul li.main-panel .block--txt .tit {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}
.page--home .section--media--contents ul li:not(.main-panel) {
  margin-left: 4%;
}
.page--home .section--media--contents ul li:not(.main-panel) a {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.page--home .section--media--contents ul li:not(.main-panel).new a:before {
  font-size: 12px;
  left: 7px;
  top: 14px;
}
.page--home .section--media--contents ul li:not(.main-panel).new a:after {
  left: 0;
  top: 20px;
  width: 28px;
  height: 10px;
}
.page--home .section--media--contents ul li:not(.main-panel) .thumb {
  width: 28%;
  height: 100%;
}
.page--home .section--media--contents ul li:not(.main-panel) .block--txt {
  width: 69%;
}
@media screen and (max-width: 1200px) {
  .page--home .section--media--contents ul {
    grid-template-columns: 50% 1fr;
    -ms-grid-columns: 50% 1fr;
  }
  .page--home .section--media--contents ul li:not(.main-panel) .thumb {
    width: 32%;
  }
  .page--home .section--media--contents ul li:not(.main-panel) .block--txt {
    width: 65%;
  }
}
@media all and (-ms-high-contrast: none) {
  .page--home .section--media--contents ul li:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .page--home .section--media--contents ul li:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .page--home .section--media--contents ul li:last-child {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--media--contents ul {
    display: block;
  }
  .page--home .section--media--contents ul li a:before {
    font-size: 22px;
    left: 15px;
    top: 24px;
  }
  .page--home .section--media--contents ul li a:after {
    left: 0;
    top: 35px;
    width: 60px;
    height: 15px;
  }
  .page--home .section--media--contents ul li.new a::before {
    font-size: 20px;
    top: 22px;
  }
  .page--home .section--media--contents ul li.new a::after {
    top: 30px;
    width: 50px;
  }
  .page--home .section--media--contents ul li .block--txt .name {
    font-size: 3.7vw;
    margin-bottom: 2px;
  }
  .page--home .section--media--contents ul li .block--txt .date {
    font-size: 2.8vw;
  }
  .page--home .section--media--contents ul li .block--txt .tit {
    font-size: 3.2vw;
    line-height: 1.4;
  }
  .page--home .section--media--contents ul li.main-panel {
    margin-bottom: 40px;
  }
  .page--home .section--media--contents ul li.main-panel .thumb {
    margin-bottom: 5px;
  }
  .page--home .section--media--contents ul li.main-panel .block--txt {
    position: relative;
    color: #242424;
    background: transparent;
    padding: 0;
  }
  .page--home .section--media--contents ul li.main-panel .block--txt .name {
    font-size: 4.5vw;
    margin-bottom: 2px;
  }
  .page--home .section--media--contents ul li.main-panel .block--txt .date {
    font-size: 3.4vw;
    margin-bottom: 15px;
  }
  .page--home .section--media--contents ul li.main-panel .block--txt .tit {
    font-size: 3.8vw;
    line-height: 1.5;
  }
  .page--home .section--media--contents ul li:not(.main-panel) {
    margin: 0 auto 15px 0;
  }
  .page--home .section--media--contents ul li:not(.main-panel) .thumb {
    width: 35%;
    height: 100%;
    max-height: 100%;
  }
  .page--home .section--media--contents ul li:not(.main-panel) .block--txt {
    width: 62%;
  }
  .page--home .section--media--contents ul li.new:not(.main-panel) a::before {
    left: 5px;
    top: 9px;
  }
  .page--home .section--media--contents ul li.new:not(.main-panel) a::after {
    left: 0;
    top: 15px;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .page--home .section--media--contents ul li .block--txt .name {
    font-size: 3vw;
  }
  .page--home .section--media--contents ul li .block--txt .date {
    font-size: 2.5vw;
  }
  .page--home .section--media--contents ul li .block--txt .tit {
    font-size: 2.8vw;
  }
  .page--home .section--media--contents ul li.main-panel {
    margin-bottom: 50px;
  }
  .page--home .section--media--contents ul li.main-panel .block--txt .name {
    font-size: 3vw;
  }
  .page--home .section--media--contents ul li.main-panel .block--txt .date {
    font-size: 2.5vw;
  }
  .page--home .section--media--contents ul li.main-panel .block--txt .tit {
    font-size: 2.8vw;
  }
  .page--home .section--media--contents ul li.new a::after {
    top: 50px;
    width: 70px;
    height: 25px;
  }
  .page--home .section--media--contents ul li.new a::before {
    font-size: 30px;
    top: 36px;
  }
  .page--home .section--media--contents ul li.new:not(.main-panel) a::before {
    font-size: 16px;
    top: 15px;
    left: 8px;
  }
  .page--home .section--media--contents ul li.new:not(.main-panel) a::after {
    width: 38px;
    top: 22px;
    left: 0;
  }
}
.page--home .section--media--contents ul.list--horizontal li:not(.main-panel) {
  margin-left: 0;
}
.page--home .section--media--contents.section--ticket ul li .block--txt .name {
  margin-bottom: 15px;
}
.page--home .section--media--contents.section--ticket ul li .block--txt .term {
  font-size: 14px;
  font-weight: 700;
  padding: 8px 10px;
  border: 1px solid #fff;
  display: inline-block;
  margin-bottom: 0;
}
.page--home .section--media--contents.section--ticket ul li .block--txt .term span {
  margin-left: 12px;
}
.page--home .section--media--contents.section--ticket ul li .block--txt .tit {
  margin-bottom: 1.5%;
  font-weight: 400;
}
.page--home .section--media--contents.section--ticket ul li:not(.main-panel) .block--txt .name {
  font-size: 16px;
  font-weight: 700;
}
.page--home .section--media--contents.section--ticket ul li:not(.main-panel) .block--txt .term {
  font-size: 12px;
  padding: 8px 10px;
  border: 1px solid #242424;
}
.page--home .section--media--contents.section--ticket ul li:not(.main-panel) .block--txt .tit {
  font-size: 12px;
  line-height: 1.7;
  margin-bottom: 1%;
}
.page--home .section--banner {
  padding-left: 6%;
  margin-top: -6vh;
  margin-bottom: 90px;
}
.page--home .section--banner .slick-slider .slick-list {
  overflow: visible;
}
.page--home .section--banner .list--bnr {
  width: 85%;
}
.page--home .section--banner .list--bnr li a {
  display: block;
  line-height: 0;
  overflow: hidden;
}
.page--home .section--banner .list--bnr li a img {
  width: 100%;
  transition: 0.3s;
}
.page--home .section--banner.section--bnr--single {
  padding: 0 6%;
}
.page--home .section--banner.section--bnr--single .list--bnr {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.page--home .section--banner.section--bnr--single .list--bnr li {
  width: 32%;
  z-index: 1;
  margin-right: 2%;
}
.page--home .section--banner.section--bnr--single .list--bnr li:last-child {
  margin-right: 0;
}
.page--home #fanpla--service {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 6%;
  /*block--hot*/
}
.page--home #fanpla--service .contents-tit {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  width: 100%;
  margin-top: 15vh;
  margin-bottom: 25vh;
  padding: 1% 0;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
}
.page--home #fanpla--service .contents-tit::after {
  position: absolute;
  bottom: -0.2vw;
  right: 0;
  content: "";
  width: 63vw;
  height: 5.2vw;
  background: #FCF31A;
  transform: translateX(200%);
  opacity: 0;
  z-index: -1;
}
.page--home #fanpla--service .contents-tit h2 {
  font-size: 6.5vw;
  text-align: right;
  transform: translateX(-200%);
  opacity: 0;
}
.page--home #fanpla--service .contents-tit h2 img {
  width: 20vw;
  display: inline-block;
  margin-bottom: -1.5vw;
  margin-right: 0.8vw;
}
.page--home #fanpla--service .contents-tit p {
  display: flex;
  justify-content: space-around;
  font-size: 2vw;
  margin: 0 2.5em;
  position: relative;
  font-style: normal;
  opacity: 0;
}
.page--home #fanpla--service .contents-tit p img {
  width: 7.9vw;
  height: 2.5vw;
  margin-right: 0.5vw;
}
.page--home #fanpla--service .contents-tit.started:after {
  animation: slide-in-anim-right 1s ease 0.4s 1 forwards;
}
.page--home #fanpla--service .contents-tit.started h2 {
  animation: slide-in-anim-left 1s ease 0.6s 1 forwards;
}
.page--home #fanpla--service .contents-tit.started p {
  animation: fadeIn 0.8s ease 1.5s 1 forwards;
}
.page--home #fanpla--service .section--rooms + section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.page--home #fanpla--service .section--service {
  position: relative;
  padding-top: 40px;
  margin-bottom: 12%;
  width: 100%;
}
.page--home #fanpla--service .section--service.section--action {
  margin-bottom: 0;
}
.page--home #fanpla--service .section--service .section-tit {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
  font-style: normal;
  flex-wrap: wrap;
}
.page--home #fanpla--service .section--service .section-tit h3 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}
.page--home #fanpla--service .section--service .section-tit h3 span {
  font-size: 18px;
}
.page--home #fanpla--service .section--service .section-tit .sub_tit {
  width: 100%;
  font-weight: 600;
  color: #fff;
  margin: 20px 0 0;
  font-size: 16px;
}
.page--home #fanpla--service .section--service .detail__btn {
  width: 180px;
  margin: 40px auto 0;
}
.page--home #fanpla--service .section--service .detail__btn a {
  display: block;
  border: 1px solid #242424;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  color: #242424;
  background: none;
  font-size: 14px;
  text-align: center;
  margin: 0;
}
.page--home #fanpla--service .section--service .detail__btn a:before {
  content: none;
}
.page--home #fanpla--service .section--service.section--kit .section-tit h3 {
  margin-left: 5px;
}
.page--home #fanpla--service .section--service.section--kit .section-tit h3 span {
  font-size: 15px;
}
.page--home #fanpla--service .section--service:before {
  position: absolute;
  top: 0;
  content: "";
  height: 14vw;
  width: 85vw;
  z-index: -1;
  transform: translateX(-200%);
  opacity: 0;
}
.page--home #fanpla--service .section--service.section--kit::before {
  background: #1BB3E0;
}
.page--home #fanpla--service .section--service.section--rooms::before {
  background: #0D3996;
}
.page--home #fanpla--service .section--service.section--action::before {
  background: #D31212;
}
.page--home #fanpla--service .section--service.section--chance::before {
  background: #E8811B;
}
.page--home #fanpla--service .section--service.section--owner::before {
  background: #573D95;
}
.page--home #fanpla--service .section--service ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page--home #fanpla--service .section--service ul li {
  position: relative;
  width: 24%;
  margin-bottom: 30px;
}
.page--home #fanpla--service .section--service ul li a {
  display: block;
  text-decoration: none;
  color: #242424;
}
.page--home #fanpla--service .section--service ul li.new a:before {
  content: "NEW";
  color: #DE1322;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  font-style: italic;
  font-size: 14px;
  position: absolute;
  left: 10px;
  top: 20px;
  line-height: 1;
  z-index: 10;
}
.page--home #fanpla--service .section--service ul li.new a:after {
  content: "";
  background: #fff;
  position: absolute;
  left: 0;
  top: 25px;
  width: 34px;
  height: 12px;
  z-index: 5;
}
.page--home #fanpla--service .section--service ul li .block--txt .name {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.page--home #fanpla--service .section--service ul li .block--txt .date {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 4%;
  line-height: 1;
}
.page--home #fanpla--service .section--service ul li .block--txt .tit {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
}
.page--home #fanpla--service .section--service ul:before {
  content: "";
  display: block;
  width: 24%;
  order: 1;
}
.page--home #fanpla--service .section--service ul:after {
  content: "";
  display: block;
  width: 24%;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home #fanpla--service .section--service ul {
    display: block;
  }
  .page--home #fanpla--service .section--service ul li {
    width: 100%;
    margin-bottom: 10vw;
  }
  .page--home #fanpla--service .section--service ul li .block--txt .name {
    font-size: 4vw;
    margin-bottom: 2px;
  }
  .page--home #fanpla--service .section--service ul li .block--txt .date {
    font-size: 3.2vw;
    margin-bottom: 3%;
  }
  .page--home #fanpla--service .section--service ul li .block--txt .tit {
    font-size: 3.6vw;
    line-height: 1.5;
  }
  .page--home #fanpla--service .section--service ul:before, .page--home #fanpla--service .section--service ul :after {
    content: none;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .page--home #fanpla--service .section--service ul li .block--txt .name {
    font-size: 3vw;
  }
  .page--home #fanpla--service .section--service ul li .block--txt .date {
    font-size: 2.5vw;
  }
  .page--home #fanpla--service .section--service ul li .block--txt .tit {
    font-size: 2.8vw;
  }
  .page--home #fanpla--service .section--service ul li.new a::after {
    top: 50px;
    width: 70px;
    height: 25px;
  }
  .page--home #fanpla--service .section--service ul li.new a::before {
    font-size: 30px;
    top: 36px;
  }
}
.page--home #fanpla--service .section--service ul li.no-data {
  text-align: left;
}
.page--home #fanpla--service .section--service ul li.no-data span {
  font-weight: 400;
  font-style: normal;
}
.page--home #fanpla--service .section--service ul li.more a {
  color: #fff;
}
.page--home #fanpla--service .section--service.started:before {
  animation: slide-in-anim-left 1s ease 0.3s 1 forwards;
}
.page--home #fanpla--service .section--service.only-intro ul {
  color: #fff;
}
.page--home #fanpla--service .section--service.only-intro .intro {
  letter-spacing: 0.02em;
}
.page--home #fanpla--service .section--service.only-intro .image-service {
  display: block;
  width: 100%;
}
.page--home #fanpla--service .section--service.only-intro .thumb-service {
  z-index: 1;
}
.page--home #fanpla--service .block--hot {
  background: linear-gradient(90deg, transparent 0%, transparent 12%, #EDEDED 12%, #EDEDED 100%);
}
.page--home #fanpla--service .block--hot .section-tit {
  margin-bottom: 24px;
  font-style: italic;
}
.page--home #fanpla--service .block--hot .section-tit h3 {
  font-size: 28px;
  font-weight: 700;
  padding-top: 40px;
}
.page--home #fanpla--service .block--hot .section-tit h3 span {
  color: #DE1322;
  margin-right: 0.3em;
}
.page--home #fanpla--service .block--hot ul li a {
  display: flex;
  justify-content: space-between;
}
.page--home #fanpla--service .block--hot ul li a .thumb {
  width: 30%;
  height: 30%;
  margin-bottom: 0;
}
.page--home #fanpla--service .block--hot ul li a .block--txt {
  width: 66%;
}
.page--home #fanpla--service .block--hot ul li a .block--txt .name {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 3%;
}
.page--home #fanpla--service .block--hot ul li a .block--txt .tit {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
}
.page--home #fanpla--service .block--hot ul li:not(:last-child) {
  margin-bottom: 20px;
}
.page--home .section--artist {
  padding: 85px 0;
}
.page--home .section--artist .section-tit {
  margin-left: 6%;
}
.page--home .section--artist .no-data {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-style: italic;
  font-size: 30px;
  letter-spacing: 0.05em;
  padding: 80px 0;
}
.page--home .section--artist .list--top {
  margin-bottom: 20px;
}
.page--home .section--artist .list--bottom {
  padding-bottom: 80px;
}
.page--home .section--artist .list--artist li {
  width: 20vw;
}
.page--home .section--artist .list--artist li a {
  display: block;
}
.page--home .section--artist .list--artist li a .thumb img {
  background-image: url(/static/fcopen/potal/common/thumb-none.jpg);
}
.page--home .section--artist .slick-slide {
  margin: 0 15px 0 0;
}
.page--home .panelnum2 .list--thumb__wrap:nth-child(1) {
  animation: 8s panel-2-01 infinite;
}
.page--home .panelnum2 .list--thumb__wrap:nth-child(2) {
  animation: 8s panel-2-02 infinite;
}
.page--home .panelnum3 .list--thumb__wrap:nth-child(1) {
  animation: 12s panel-3-01 infinite;
}
.page--home .panelnum3 .list--thumb__wrap:nth-child(2) {
  animation: 12s panel-3-02 infinite;
}
.page--home .panelnum3 .list--thumb__wrap:nth-child(3) {
  animation: 12s panel-3-03 infinite;
}
.page--home .panelnum4 .list--thumb__wrap:nth-child(1) {
  animation: 16s panel-4-01 infinite;
}
.page--home .panelnum4 .list--thumb__wrap:nth-child(2) {
  animation: 16s panel-4-02 infinite;
}
.page--home .panelnum4 .list--thumb__wrap:nth-child(3) {
  animation: 16s panel-4-03 infinite;
}
.page--home .panelnum4 .list--thumb__wrap:nth-child(4) {
  animation: 16s panel-4-04 infinite;
}
.page--home .panelnum5 .list--thumb__wrap:nth-child(1) {
  animation: 20s panel-5-01 infinite;
}
.page--home .panelnum5 .list--thumb__wrap:nth-child(2) {
  animation: 20s panel-5-02 infinite;
}
.page--home .panelnum5 .list--thumb__wrap:nth-child(3) {
  animation: 20s panel-5-03 infinite;
}
.page--home .panelnum5 .list--thumb__wrap:nth-child(4) {
  animation: 20s panel-5-04 infinite;
}
.page--home .panelnum5 .list--thumb__wrap:nth-child(5) {
  animation: 20s panel-5-05 infinite;
}
.page--home .panelnum6 .list--thumb__wrap:nth-child(1) {
  animation: 24s panel-6-01 infinite;
}
.page--home .panelnum6 .list--thumb__wrap:nth-child(2) {
  animation: 24s panel-6-02 infinite;
}
.page--home .panelnum6 .list--thumb__wrap:nth-child(3) {
  animation: 24s panel-6-03 infinite;
}
.page--home .panelnum6 .list--thumb__wrap:nth-child(4) {
  animation: 24s panel-6-04 infinite;
}
.page--home .panelnum6 .list--thumb__wrap:nth-child(5) {
  animation: 24s panel-6-05 infinite;
}
.page--home .panelnum6 .list--thumb__wrap:nth-child(6) {
  animation: 24s panel-6-06 infinite;
}
.page--home .panelnum7 .list--thumb__wrap:nth-child(1) {
  animation: 28s panel-7-01 infinite;
}
.page--home .panelnum7 .list--thumb__wrap:nth-child(2) {
  animation: 28s panel-7-02 infinite;
}
.page--home .panelnum7 .list--thumb__wrap:nth-child(3) {
  animation: 28s panel-7-03 infinite;
}
.page--home .panelnum7 .list--thumb__wrap:nth-child(4) {
  animation: 28s panel-7-04 infinite;
}
.page--home .panelnum7 .list--thumb__wrap:nth-child(5) {
  animation: 28s panel-7-05 infinite;
}
.page--home .panelnum7 .list--thumb__wrap:nth-child(6) {
  animation: 28s panel-7-06 infinite;
}
.page--home .panelnum7 .list--thumb__wrap:nth-child(7) {
  animation: 28s panel-7-07 infinite;
}
.page--home .panelnum8 .list--thumb__wrap:nth-child(1) {
  animation: 32s panel-8-01 infinite;
}
.page--home .panelnum8 .list--thumb__wrap:nth-child(2) {
  animation: 32s panel-8-02 infinite;
}
.page--home .panelnum8 .list--thumb__wrap:nth-child(3) {
  animation: 32s panel-8-03 infinite;
}
.page--home .panelnum8 .list--thumb__wrap:nth-child(4) {
  animation: 32s panel-8-04 infinite;
}
.page--home .panelnum8 .list--thumb__wrap:nth-child(5) {
  animation: 32s panel-8-05 infinite;
}
.page--home .panelnum8 .list--thumb__wrap:nth-child(6) {
  animation: 32s panel-8-06 infinite;
}
.page--home .panelnum8 .list--thumb__wrap:nth-child(7) {
  animation: 32s panel-8-07 infinite;
}
.page--home .panelnum8 .list--thumb__wrap:nth-child(8) {
  animation: 32s panel-8-08 infinite;
}
.page--home .delighter {
  transition: opacity 0.6s, transform 0.6s;
  opacity: 0;
  transform: translateY(60px);
}
.page--home .delighter.started {
  opacity: 1;
  transform: translateY(0);
}

@keyframes panel-2-01 {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes panel-2-02 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes panel-3-01 {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  43% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes panel-3-02 {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  43% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes panel-3-03 {
  0% {
    opacity: 0;
  }
  56% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes panel-4-01 {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  35% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes panel-4-02 {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes panel-4-03 {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes panel-4-04 {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes panel-5-01 {
  0% {
    opacity: 1;
  }
  15% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes panel-5-02 {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes panel-5-03 {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes panel-5-04 {
  0% {
    opacity: 0;
  }
  55% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes panel-5-05 {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes panel-6-01 {
  0% {
    opacity: 1;
  }
  11% {
    opacity: 1;
  }
  16% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes panel-6-02 {
  0% {
    opacity: 0;
  }
  11% {
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  28% {
    opacity: 1;
  }
  32% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes panel-6-03 {
  0% {
    opacity: 0;
  }
  27% {
    opacity: 0;
  }
  32% {
    opacity: 1;
  }
  43% {
    opacity: 1;
  }
  48% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes panel-6-04 {
  0% {
    opacity: 0;
  }
  43% {
    opacity: 0;
  }
  48% {
    opacity: 1;
  }
  59% {
    opacity: 1;
  }
  64% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes panel-6-05 {
  0% {
    opacity: 0;
  }
  59% {
    opacity: 0;
  }
  64% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes panel-6-06 {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes panel-7-01 {
  0% {
    opacity: 1;
  }
  9% {
    opacity: 1;
  }
  14% {
    opacity: 0;
  }
  97.5% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes panel-7-02 {
  0% {
    opacity: 0;
  }
  9% {
    opacity: 0;
  }
  14% {
    opacity: 1;
  }
  23% {
    opacity: 1;
  }
  28% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes panel-7-03 {
  0% {
    opacity: 0;
  }
  23% {
    opacity: 0;
  }
  28% {
    opacity: 1;
  }
  37% {
    opacity: 1;
  }
  42% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes panel-7-04 {
  0% {
    opacity: 0;
  }
  37% {
    opacity: 0;
  }
  42% {
    opacity: 1;
  }
  51% {
    opacity: 1;
  }
  56% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes panel-7-05 {
  0% {
    opacity: 0;
  }
  51% {
    opacity: 0;
  }
  56% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes panel-7-06 {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  79% {
    opacity: 1;
  }
  84% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes panel-7-07 {
  0% {
    opacity: 0;
  }
  79% {
    opacity: 0;
  }
  84% {
    opacity: 1;
  }
  97.5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes panel-8-01 {
  0% {
    opacity: 1;
  }
  7% {
    opacity: 1;
  }
  12% {
    opacity: 0;
  }
  96% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes panel-8-02 {
  0% {
    opacity: 0;
  }
  7% {
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  19% {
    opacity: 1;
  }
  24% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes panel-8-03 {
  0% {
    opacity: 0;
  }
  19% {
    opacity: 0;
  }
  24% {
    opacity: 1;
  }
  31% {
    opacity: 1;
  }
  36% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes panel-8-04 {
  0% {
    opacity: 0;
  }
  31% {
    opacity: 0;
  }
  36% {
    opacity: 1;
  }
  43% {
    opacity: 1;
  }
  48% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes panel-8-05 {
  0% {
    opacity: 0;
  }
  43% {
    opacity: 0;
  }
  48% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes panel-8-06 {
  0% {
    opacity: 0;
  }
  55% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  67% {
    opacity: 1;
  }
  72% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes panel-8-07 {
  0% {
    opacity: 0;
  }
  67% {
    opacity: 0;
  }
  72% {
    opacity: 1;
  }
  79% {
    opacity: 1;
  }
  84% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes panel-8-08 {
  0% {
    opacity: 0;
  }
  79% {
    opacity: 0;
  }
  84% {
    opacity: 1;
  }
  96% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scroll {
  0%, 100% {
    opacity: 0;
  }
  40%, 60% {
    opacity: 1;
  }
}
@keyframes slide-in-anim-left {
  20% {
    opacity: 0;
  }
  80% {
    transform: -1%;
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes slide-in-anim-right {
  20% {
    opacity: 0;
  }
  80% {
    transform: translateX(1%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.video {
  position: relative;
  width: 100%;
  padding-top: 56.28%;
}
.video iframe,
.video embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page--info .section--list .section-tit + ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page--info .section--list .section-tit + ul li {
  position: relative;
  width: 24%;
  margin-bottom: 30px;
}
.page--info .section--list .section-tit + ul li a {
  display: block;
  text-decoration: none;
  color: #242424;
}
.page--info .section--list .section-tit + ul li.new a:before {
  content: "NEW";
  color: #DE1322;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  font-style: italic;
  font-size: 14px;
  position: absolute;
  left: 10px;
  top: 20px;
  line-height: 1;
  z-index: 10;
}
.page--info .section--list .section-tit + ul li.new a:after {
  content: "";
  background: #fff;
  position: absolute;
  left: 0;
  top: 25px;
  width: 34px;
  height: 12px;
  z-index: 5;
}
.page--info .section--list .section-tit + ul li .block--txt .name {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.page--info .section--list .section-tit + ul li .block--txt .date {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 4%;
  line-height: 1;
}
.page--info .section--list .section-tit + ul li .block--txt .tit {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
}
.page--info .section--list .section-tit + ul:before {
  content: "";
  display: block;
  width: 24%;
  order: 1;
}
.page--info .section--list .section-tit + ul:after {
  content: "";
  display: block;
  width: 24%;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--info .section--list .section-tit + ul {
    display: block;
  }
  .page--info .section--list .section-tit + ul li {
    width: 100%;
    margin-bottom: 10vw;
  }
  .page--info .section--list .section-tit + ul li .block--txt .name {
    font-size: 4vw;
    margin-bottom: 2px;
  }
  .page--info .section--list .section-tit + ul li .block--txt .date {
    font-size: 3.2vw;
    margin-bottom: 3%;
  }
  .page--info .section--list .section-tit + ul li .block--txt .tit {
    font-size: 3.6vw;
    line-height: 1.5;
  }
  .page--info .section--list .section-tit + ul:before, .page--info .section--list .section-tit + ul :after {
    content: none;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .page--info .section--list .section-tit + ul li .block--txt .name {
    font-size: 3vw;
  }
  .page--info .section--list .section-tit + ul li .block--txt .date {
    font-size: 2.5vw;
  }
  .page--info .section--list .section-tit + ul li .block--txt .tit {
    font-size: 2.8vw;
  }
  .page--info .section--list .section-tit + ul li.new a::after {
    top: 50px;
    width: 70px;
    height: 25px;
  }
  .page--info .section--list .section-tit + ul li.new a::before {
    font-size: 30px;
    top: 36px;
  }
}
.page--info .section--list a {
  display: block;
  text-decoration: none;
  color: #242424;
}
.page--info .section--detail article > .tit {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.page--info .section--detail article.new > .tit {
  position: relative;
}
.page--info .section--detail article.new > .tit::after {
  content: "New";
  display: inline-block;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  letter-spacing: 0;
  font-style: italic;
  font-size: 18px;
  color: #ff6161;
  padding-left: 5px;
}
.page--info .section--detail article.new .name a {
  color: #242424;
}
.page--info .section--detail article.new .name::after {
  display: none;
}
.page--info .section--detail .txt {
  font-size: 14px;
  padding: 40px 0 20px;
}
.page--info .section--detail .txt a {
  text-decoration: underline;
}
.page--info .section--detail .txt a:hover {
  text-decoration: none;
}
.page--info .block--share {
  line-height: 1;
  text-align: right;
}
.page--info .block--share .share {
  display: inline-block;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  font-style: italic;
  font-size: 18px;
  padding-right: 0;
  letter-spacing: 0.03em;
  vertical-align: 0px;
  color: #242424;
}
.page--info .block--share a {
  color: #242424;
}
.page--info .block--share a:hover {
  color: #242424;
}
.page--info .block--share a:hover svg {
  fill: #242424;
}
.page--info .block--share li {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  color: #efefef;
  margin: 0 0 0 15px;
}
.page--info .block--share .lineIco svg {
  width: 18px;
  height: 18px;
  fill: #242424;
  transition: 0.3s;
}
.page--info.page--info .list--type02 li .tit,
.page--info.page--info .list--type02 li .term {
  padding-left: 62px;
}
.page--info.page--info.info--topics .list--type02 li .tit {
  padding-left: 0;
}
.page--info.page--fanclub-news__detail .block--topics {
  margin-top: 110px;
}
.page--info.page--fanclub-news__detail .block--topics .block-tit + ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page--info.page--fanclub-news__detail .block--topics .block-tit + ul li {
  position: relative;
  width: 24%;
  margin-bottom: 30px;
}
.page--info.page--fanclub-news__detail .block--topics .block-tit + ul li a {
  display: block;
  text-decoration: none;
  color: #242424;
}
.page--info.page--fanclub-news__detail .block--topics .block-tit + ul li.new a:before {
  content: "NEW";
  color: #DE1322;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  font-style: italic;
  font-size: 14px;
  position: absolute;
  left: 10px;
  top: 20px;
  line-height: 1;
  z-index: 10;
}
.page--info.page--fanclub-news__detail .block--topics .block-tit + ul li.new a:after {
  content: "";
  background: #fff;
  position: absolute;
  left: 0;
  top: 25px;
  width: 34px;
  height: 12px;
  z-index: 5;
}
.page--info.page--fanclub-news__detail .block--topics .block-tit + ul li .block--txt .name {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.page--info.page--fanclub-news__detail .block--topics .block-tit + ul li .block--txt .date {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 4%;
  line-height: 1;
}
.page--info.page--fanclub-news__detail .block--topics .block-tit + ul li .block--txt .tit {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
}
.page--info.page--fanclub-news__detail .block--topics .block-tit + ul:before {
  content: "";
  display: block;
  width: 24%;
  order: 1;
}
.page--info.page--fanclub-news__detail .block--topics .block-tit + ul:after {
  content: "";
  display: block;
  width: 24%;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--info.page--fanclub-news__detail .block--topics .block-tit + ul {
    display: block;
  }
  .page--info.page--fanclub-news__detail .block--topics .block-tit + ul li {
    width: 100%;
    margin-bottom: 10vw;
  }
  .page--info.page--fanclub-news__detail .block--topics .block-tit + ul li .block--txt .name {
    font-size: 4vw;
    margin-bottom: 2px;
  }
  .page--info.page--fanclub-news__detail .block--topics .block-tit + ul li .block--txt .date {
    font-size: 3.2vw;
    margin-bottom: 3%;
  }
  .page--info.page--fanclub-news__detail .block--topics .block-tit + ul li .block--txt .tit {
    font-size: 3.6vw;
    line-height: 1.5;
  }
  .page--info.page--fanclub-news__detail .block--topics .block-tit + ul:before, .page--info.page--fanclub-news__detail .block--topics .block-tit + ul :after {
    content: none;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .page--info.page--fanclub-news__detail .block--topics .block-tit + ul li .block--txt .name {
    font-size: 3vw;
  }
  .page--info.page--fanclub-news__detail .block--topics .block-tit + ul li .block--txt .date {
    font-size: 2.5vw;
  }
  .page--info.page--fanclub-news__detail .block--topics .block-tit + ul li .block--txt .tit {
    font-size: 2.8vw;
  }
  .page--info.page--fanclub-news__detail .block--topics .block-tit + ul li.new a::after {
    top: 50px;
    width: 70px;
    height: 25px;
  }
  .page--info.page--fanclub-news__detail .block--topics .block-tit + ul li.new a::before {
    font-size: 30px;
    top: 36px;
  }
}
.page--info.page--fanclub-news__detail .block--topics .block--txt .tit span {
  padding: 6px;
  line-height: 1;
  display: block;
  background: #242424;
  color: #fff;
  font-size: 12px;
  font-style: italic;
  margin-bottom: 2px;
}

#op {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
#op .opImg {
  width: 320px;
  line-height: 0;
  animation: op 1s ease-out 0.6s forwards;
  opacity: 0;
}

@keyframes op {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes pu {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes pu2 {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
@media screen and (max-width: 820px) {
  #op .opImg {
    width: min(56vw, 320px);
  }
}
.design_re .header {
  display: none;
  z-index: -999999;
}
.design_re header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}
.design_re header .mvLogo {
  width: 20%;
}
.design_re header #menuButton {
  display: none;
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 3000;
}
.design_re header #menuButton span {
  position: absolute;
  right: 5px;
  background-color: #fff;
  height: 1px;
  width: 30px;
  transition: all 0.3s ease-out;
}
.design_re header #menuButton span:nth-child(1) {
  top: 12px;
}
.design_re header #menuButton span:nth-child(2) {
  bottom: 12px;
}
.design_re header #globalNav ul {
  display: flex;
  justify-content: right;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.design_re header #globalNav ul li {
  margin-left: 1.5em;
}
.design_re header #globalNav ul li a {
  color: #fff;
  text-decoration: none;
}
.design_re header #globalNav ul li:first-child {
  margin-left: 0;
}
.design_re header #globalNav ul li.hdrTw {
  transform: translateY(12%);
}
.design_re header #globalNav ul li.hdrTw a i {
  font-size: 1.2rem;
}
.design_re header #globalNav ul li.btnFooterEntry a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.7rem;
  display: block;
  text-align: center;
  background: linear-gradient(45deg, #25d8f5 20%, #0061b9 80%);
  color: white;
  padding: 10px 24px 7px;
  border-radius: 6px;
  margin-left: 1em;
}
.design_re header:after {
  display: none;
}
.design_re .content--body {
  background: url(/static/fcopen/fanplakit/fanplakit_top/images/mvbg01.png) no-repeat top left;
  background-size: 60%;
  position: relative;
  margin: 0;
  padding-top: 140px;
  display: block;
  align-items: center;
  background-color: #000;
}
.design_re .pankuzu {
  width: 500px;
  margin: 0 auto;
  padding: 0 40px;
  border-bottom: none;
  position: absolute;
  right: 0;
  top: 150px;
  color: #fff;
  text-align: right;
}
.design_re .pankuzu li {
  padding-left: 20px;
  margin-left: 10px;
}
.design_re .pankuzu li a {
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  font-style: normal;
}
.design_re .pankuzu li::after {
  display: none;
}
.design_re .pankuzu li::before {
  content: "";
  width: 30px;
  height: 1px;
  background: #fff;
  position: absolute;
  transform: none;
  right: -25px;
  top: 6px;
}
.design_re .section--list {
  padding: 85px 0 0;
  width: 90%;
  margin: auto;
  max-width: 1000px;
}
.design_re .section--list .block-tit {
  font-style: normal;
  color: #fff;
}
.design_re .section--list .list--artist {
  flex-wrap: wrap;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.design_re .section--list .list--artist .list--artist__inner {
  width: 31%;
  margin: 0 0 20px;
}
.design_re .section--list .list--artist .list--artist__inner a {
  color: #fff;
  border: 1px solid #ebf0ec;
  background: transparent;
  text-decoration: none;
  padding: 20px 20px 50px 20px;
}
.design_re .section--list .list--artist .list--artist__inner a .ph {
  position: relative;
  overflow: hidden;
  margin: 0 auto 20px;
  height: 156px;
}
.design_re .section--list .list--artist .list--artist__inner a .ph img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform: translate(-50%, -50%);
}
.design_re .section--list .list--artist .list--artist__inner a .ph .blur {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.design_re .section--list .list--artist .list--artist__inner a .ph .blur img {
  width: 100%;
  height: 100%;
  background-size: cover;
  filter: blur(25px);
  transform: translate(-50%, -50%) scale(2);
}
.design_re .section--list .list--artist .list--artist__inner a .inner {
  flex-wrap: initial;
  display: block;
}
.design_re .section--list .list--artist .list--artist__inner .name {
  font-size: 16px;
}
.design_re .section--list .list--artist .list--artist__inner .site {
  font-size: 13px;
  color: #13c1ea;
  font-weight: bold;
}
.design_re .section--list .list--artist .list--artist__inner:nth-child(4n) {
  margin: 0 auto 20px;
}
.design_re .section--list .list--artist::after {
  display: block;
  content: "";
  width: 31%;
  margin: 0 auto 20px;
}
.design_re .section--list .moreLink {
  position: relative;
  padding: 150px 0 0 0;
  color: #fff;
  font-size: 16px;
}
.design_re .section--list .scroll {
  display: block;
  width: 5px;
  height: 30px;
  z-index: 10;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  animation: logoFade 0.3s ease 1.4s 1 forwards;
  position: absolute;
  bottom: 25%;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}
.design_re .section--list .scroll:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  background: #fff;
  animation: scroll 2s linear 0s infinite;
}
@keyframes scroll {
  0% {
    height: 0;
    top: 0;
    bottom: auto;
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  46% {
    height: 100%;
    top: 0;
    bottom: auto;
  }
  50% {
    height: 100%;
    bottom: 0;
    top: auto;
  }
  54% {
    height: 100%;
    bottom: 0;
    top: auto;
  }
  100% {
    height: 0;
    bottom: 0;
    top: auto;
  }
}
.design_re footer {
  display: none;
}
.design_re footer.footer_re {
  display: block;
  background-color: #fff;
  color: #000;
  padding: 80px 60px;
}
.design_re footer.footer_re a {
  font-size: 13px;
  color: #000;
  text-decoration: none;
}
.design_re footer.footer_re > div:nth-of-type(1) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.design_re footer.footer_re > div:nth-of-type(1) a {
  width: 200px;
}
.design_re footer.footer_re > div:nth-of-type(1) ul {
  display: flex;
}
.design_re footer.footer_re > div:nth-of-type(1) ul li {
  font-size: 0.666rem;
  margin-left: 2em;
}
.design_re footer.footer_re > div:nth-of-type(1) ul li:first-child {
  margin-left: 0;
}
.design_re footer.footer_re > div:nth-of-type(1) a {
  color: #000;
}
.design_re footer.footer_re > div:nth-of-type(2) {
  display: flex;
  align-items: center;
}
.design_re footer.footer_re > div:nth-of-type(2) a {
  width: 100px;
}
.design_re footer.footer_re > div:nth-of-type(2) > p {
  font-size: 0.5rem;
  margin-left: 3em;
}

/*******/
.page--artist .list--artist {
  display: flex;
  justify-content: flex-start;
  align-items: strech;
  flex-wrap: wrap;
}
.page--artist .list--artist .no-data {
  padding: 50px 0;
  font-size: 30px;
}
.page--artist .list--artist .list--artist__inner {
  width: calc((100% - 30px) / 4);
  margin-right: 10px;
  margin-bottom: 10px;
}
.page--artist .list--artist .list--artist__inner:nth-child(4n) {
  margin-right: 0;
}
.page--artist .list--artist .list--artist__inner a {
  display: block;
  height: 100%;
  color: #242424;
  border: 2px solid #e1e1e1;
  background: #fff;
  text-decoration: none;
  padding: 30px 20px 27px;
}
.page--artist .list--artist .list--artist__inner a .inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
}
.page--artist .list--artist .list--artist__inner .name, .page--artist .list--artist .list--artist__inner .site {
  width: 100%;
}
.page--artist .list--artist .list--artist__inner .name {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 8px;
}
.page--artist .list--artist .list--artist__inner .site {
  font-size: 15px;
}
.page--artist .fanpla-artist {
  margin-bottom: 135px;
}
.page--artist .fanplakit-artist {
  margin-bottom: 40px;
}
.page--artist .fanplakit-artist .block-tit {
  font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  margin-bottom: 62px;
}
.page--artist .fanplakit-artist .list--artist__inner .name {
  margin-bottom: 0;
}

.page--artist__detail .section--profile .thumb img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 500px;
}
.page--artist__detail .list-tit {
  font-family: futura-pt, sans-serif;
  font-weight: 800;
  letter-spacing: 0.02em;
  font-style: italic;
  font-size: 20px;
  margin-bottom: 15px;
}
.page--artist__detail .list--link li {
  display: inline-block;
  margin-right: 5px;
}
.page--artist__detail .list--link li a {
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
.page--artist__detail .list--link li a i {
  font-weight: normal;
  vertical-align: -3px;
  font-size: 22px;
  margin-right: 4px;
  line-height: 1.5em;
  vertical-align: middle;
}
.page--artist__detail .list--site {
  margin-bottom: 20px;
}
.page--artist__detail .list--site li {
  margin-right: 10px;
  margin-bottom: 5px;
}
.page--artist__detail .list--site li a {
  display: block;
  border: 1px solid;
  border-radius: 5px;
  line-height: 1.2;
  padding: 5px 15px 5px 25px;
  font-size: 13px;
  position: relative;
}
.page--artist__detail .list--site li a i {
  font-size: 14px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  left: 7px;
}

.page--artist--news .fanpla-artist {
  margin-bottom: 135px;
}
.page--artist--news .section--list h1 {
  font-family: "Roboto", sans-serif;
}
.page--artist--news .section--list .list--artist {
  justify-content: space-between;
}
.page--artist--news .section--list .list--artist li {
  width: 23% !important;
  margin: 0 0 32px !important;
}
.page--artist--news .section--list .list--artist li a {
  border: none !important;
  border: none !important;
  display: block;
  height: 100%;
  color: #fff;
  background: transparent;
  text-decoration: none;
  padding: 0;
}
.page--artist--news .section--list .list--artist li a .inner .thumb {
  margin-bottom: 5%;
  height: 156px;
  position: relative;
  text-align: center;
}
.page--artist--news .section--list .list--artist li a .inner .thumb .blur {
  height: 120% !important;
  filter: blur(40px) !important;
}
.page--artist--news .section--list .list--artist li a .inner .thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background-size: contain;
  position: relative;
  z-index: 2;
  transition: 0.3s;
  top: 50%;
  transform: translateY(-50%);
}
.page--artist--news .section--list .list--artist li a .inner .name {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5%;
  color: #13c1ea;
}
.page--artist--news .section--list .list--artist li a .inner .date {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 4%;
  line-height: 1;
}
.page--artist--news .section--list .list--artist li a .inner .tit {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page--artist--news .section--list .list--artist li a .inner .limited--article {
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 5%;
}
.page--artist--news .section--detail {
  padding-top: 120px;
}
.page--artist--news .section--detail .tit {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.page--artist--news .section--detail .block--tit {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 50px;
  border-bottom: 1px solid #fff;
}
.page--artist--news .section--detail .block--tit .date {
  display: inline-block;
  font-size: 12px;
  color: #949494;
  position: relative;
  padding-right: 12px;
  margin-right: 10px;
}
.page--artist--news .section--detail .block--tit .date:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #949494;
  position: absolute;
  right: -1px;
  top: 1px;
}
.page--artist--news .section--detail .block--tit .name {
  display: inline-block;
  line-height: 1;
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.page--artist--news .section--detail .block--tit .limited--article {
  position: absolute;
  right: 0;
  display: inline-block;
  font-size: 12px;
}
.page--artist--news .section--detail .ph {
  margin-bottom: 20px;
}
.page--artist--news .newinfo {
  margin: 110px auto 50px;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  font-family: "Roboto", sans-serif;
}
.page--artist--news .list--information {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.page--artist--news .list--information:before {
  content: "";
  display: block;
  width: 18%;
  order: 1;
}
.page--artist--news .list--information:after {
  content: "";
  display: block;
  width: 18%;
}
.page--artist--news .list--information li {
  list-style: none;
  position: relative;
  width: 18%;
  margin-bottom: 30px;
  margin-right: 20px;
}
.page--artist--news .list--information li:last-child {
  margin-right: 0;
}
.page--artist--news .list--information li a {
  text-decoration: none;
}
.page--artist--news .list--information li a .block--title {
  padding-top: 2%;
}
.page--artist--news .list--information li a .block--title .name {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
  color: #13c1ea;
}
.page--artist--news .list--information li a .block--title .date {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
.page--artist--news .list--information li a .block--title .tit {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page--artist--news .list--information li a .thumb {
  height: 120px;
}
.page--artist--news .list--information li a .thumb:after {
  font-size: 0.8vw;
}
.page--artist--news .list--information li a .thumb img {
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.page--artist--news .list--information li a .thumb .blur {
  position: absolute !important;
}
.page--artist--news .list--information .new a::before {
  content: "NEW";
  color: #DE1322;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  font-style: italic;
  font-size: 14px;
  position: absolute;
  left: 10px;
  top: 20px;
  line-height: 1;
  z-index: 10;
}
.page--artist--news .list--information .new a::after {
  content: "";
  background: #fff;
  position: absolute;
  left: 0;
  top: 25px;
  width: 34px;
  height: 12px;
  z-index: 5;
}
.page--artist--news .detail__btn {
  color: #fff;
  display: block;
  font-size: 14px;
  text-align: center;
  margin: 30px 0;
  padding: 16px 0;
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
  border: 1px solid #fff;
}

/*  page--support
------------------------------ */
.section--detail.support .section-tit {
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  margin-bottom: 40px;
  font-style: normal;
  text-align: left;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.section--detail.support .list--support {
  padding-top: 3em;
  margin-bottom: 5em;
}
.section--detail.support .list--support dt {
  color: inherit;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 1em;
}
.section--detail.support .list--support dd {
  line-height: 1.6;
  margin-bottom: 4em;
}
.section--detail.support .list--support dd:last-of-type {
  margin-bottom: 0;
}
.section--detail.support .terms-list li {
  text-indent: -1em;
  padding-left: 1em;
  font-weight: normal;
  margin-bottom: 1em;
}
.section--detail.support .terms-list li ul {
  text-indent: 1em;
}
.section--detail.support .terms-list li ul li {
  padding-left: 1em;
  text-indent: -0.5em;
}
.section--detail.support .list--support li {
  font-weight: normal;
  margin-bottom: 1em;
}
.section--detail.support .list--support li:last-of-type {
  margin-bottom: 0;
}
.section--detail.support .list--support li ul {
  font-size: 0.9em;
  padding-top: 1em;
  text-indent: 1em;
  margin-bottom: 1em;
}
.section--detail.support .list--support li ul li {
  padding-left: 1em;
  text-indent: -0.5em;
  margin-bottom: 0.5em;
}

/*  page--support
------------------------------ */
.page--faq a {
  display: block;
  color: #242424;
}
.page--faq .header .logo {
  width: 150px;
}
.page--faq .header .logo a {
  /*			background-image: url(/static/fcopen/fanplakit/common/logo--fanplakit.svg);*/
}
.page--faq .pankuzu .list--pankuzu li a {
  display: inline;
}
.page--faq .header .drawer__btn,
.page--faq footer .list--sub-nav li:first-child,
.page--faq footer .block--sns {
  display: none;
}
.page--faq .detail__btn a {
  color: #fff;
}
.page--faq .wrap::before, .page--faq footer .block--entry {
  display: none;
}
.page--faq .section--list {
  width: 70%;
  max-width: 1100px;
  margin: 0 auto;
}
.page--faq .section--list .tit--category {
  font-size: 18px;
  padding-top: 30px;
  padding-bottom: 9px;
  margin-bottom: 0;
}
.page--faq .nav--list--faq {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.page--faq .nav--list--faq li {
  width: 32%;
  display: inline-block;
  margin-right: 2%;
  margin-bottom: 30px;
}
.page--faq .nav--list--faq li:nth-child(3n) {
  margin-right: 0;
}
.page--faq .nav--list--faq li a {
  height: 100%;
  text-align: center;
  text-decoration: none;
  padding: 20px 20px;
  border: 1px solid;
  border-radius: 6px;
}
.page--faq .nav--list--faq li a:hover {
  background: #242424;
  color: #fff;
}

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

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

.searchBox {
  position: relative;
  width: 80%;
  margin: 80px auto;
}
.searchBox input[type=text] {
  line-height: 40px;
  font-size: 18px;
}
.searchBox input[type=submit] {
  width: 50px;
  font-family: FontAwesome;
  font-size: 20px;
  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;
}

.list--faq {
  margin: 0 0 80px;
}
.list--faq a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 25px 0 27px 0;
  border-bottom: 1px solid;
}
.list--faq a:hover {
  opacity: 0.5;
}
.list--faq li:first-of-type a {
  border-top: 1px solid;
}
.list--faq .tit {
  padding-left: 20px;
}
.list--faq .txt {
  margin: 0;
  padding-left: 20px;
  line-height: 1.4;
}
.list--faq .icon--q {
  float: left;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.7;
  color: #242424;
  margin-right: 5px;
}

.section--detail .tit--category {
  font-size: 20px;
  margin-bottom: 40px;
}

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

.block--faq-detail {
  border: 1px solid #242424;
  padding: 25px;
  margin: 0 0 80px;
}
.block--faq-detail + .tit--category {
  font-size: 14px;
  margin-bottom: 20px;
}
.block--faq-detail dt {
  font-size: 16px;
  border-bottom: 1px solid #242424;
  padding: 0 0 15px;
  margin: 0 0 20px;
}
.block--faq-detail dt .txt {
  font-weight: bold;
  padding-left: 0;
  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: 16px;
  padding-left: 0;
  margin: 0;
}
.block--faq-detail dd .txt img {
  /*width: 100% !important;
  max-width: 100% !important;*/
}
.block--faq-detail span[class^=icon--] {
  display: none;
  float: left;
  width: 30px;
  height: 30px;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  font-size: 16px;
  text-align: center;
  line-height: 33px;
  border-radius: 50px;
  padding-left: 2px;
}
.block--faq-detail span.icon--q {
  color: #fff;
  line-height: 30px;
  background: #242424;
}
.block--faq-detail span.icon--a {
  color: #fff;
  background: #45beea;
  line-height: 29px;
}

.page--faq .section--detail .block--contact {
  text-align: center;
  margin: 40px 0 0;
}
.page--faq .section--detail .block--contact a {
  color: #242424;
  position: relative;
  border-width: 1px;
  margin-top: -0.2em;
}
.page--faq .section--detail .block--contact a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #fff;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  vertical-align: middle;
}
.page--faq .section--detail .block--contact a:hover {
  color: #000;
}
.page--faq .section--detail .block--contact .fa {
  display: none;
}

/*  4.8 questionnaire
------------------------------ */
.page--questionnaire .content--body {
  width: 80%;
  max-width: 850px;
  margin: 0 auto;
}
.page--questionnaire .section-tit {
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 40px;
}
.page--questionnaire .form--post {
  margin-bottom: 100px;
}

.form--post {
  margin: 0 0 40px;
}

.form--post + .txt--sub {
  text-align: center;
}

.form--post dt {
  font-weight: bold;
}

.icon--required {
  display: inline-block;
}
.icon--required::before {
  content: "必須";
  background: #f72a2a;
  color: #fff;
  font-size: 11px;
  font-weight: normal;
  line-height: 0;
  vertical-align: 2px;
  padding: 0px 6px 3px;
  margin-left: 5px;
}

.wrap.for-artist header > .logo span {
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.02em;
}
.wrap.for-artist header .drawer .g-nav li.g-nav__item--inquiry a {
  display: block;
  border: 2px solid #242424;
  font-style: normal;
  font-weight: 700;
}
/*  page--list-service
------------------------------ */
.page--list-service .delighter {
  transition: opacity 0.6s, transform 0.6s;
  opacity: 0;
  transform: translateY(60px);
}
.page--list-service .delighter.started {
  opacity: 1;
  transform: translateY(0);
}
.page--list-service .section--top:before, .page--list-service .section--top .block--movie {
  position: fixed;
}
.page--list-service .section--banner {
  margin-top: -6vh;
  padding-left: 6%;
  margin-bottom: 15%;
}
.page--list-service .section--banner .slick-slider .slick-list {
  overflow: visible;
}
.page--list-service .section--banner .list--bnr {
  width: 85%;
}
.page--list-service .section--banner .list--bnr li a {
  display: block;
  line-height: 0;
  overflow: hidden;
}
.page--list-service .section--banner .list--bnr li a img {
  width: 100%;
  transition: 0.3s;
}
.page--list-service .section--banner.section--bnr--single {
  padding: 0 6%;
}
.page--list-service .section--banner.section--bnr--single .list--bnr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.page--list-service .section--banner.section--bnr--single .list--bnr li {
  width: 32.5%;
  z-index: 1;
}
.page--list-service .section--lead div span {
  font-weight: bold;
}
.page--list-service .section--lead > div {
  background: #42C3EA;
  overflow: hidden;
}
.page--list-service .section--lead h1 {
  text-align: center;
  letter-spacing: 0.3em;
  line-height: 1.4;
}
.page--list-service .section--lead h1 span {
  display: block;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.page--list-service .section--lead .block--state_issue .wrap-state {
  overflow: hidden;
}
.page--list-service .section--lead .block--state_issue .block--state {
  position: relative;
}
.page--list-service .section--lead .block--state_issue .block--state > p {
  color: #242424;
  line-height: 1.8;
}
.page--list-service .section--lead .block--state_issue .block--state .example {
  border: 4px solid #fff;
  border-radius: 20px;
  position: relative;
  width: 82%;
  margin: 0 auto;
}
.page--list-service .section--lead .block--state_issue .block--state .example .list--state {
  position: relative;
}
.page--list-service .section--lead .block--state_issue .block--state .example .measure {
  position: relative;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
.page--list-service .section--lead .block--state_issue .block--state .example .measure-but {
  font-weight: 700;
  line-height: 1.6;
}
.page--list-service .section--lead .block--state_issue .block--state .example .measure-but .thumb {
  margin-bottom: 0;
}
.page--list-service .section--lead .block--state_issue .block--state .example > p {
  margin: 0 auto;
  text-align: center;
  background: #fff;
  color: #61daf3;
  position: absolute;
}
.page--list-service .section--lead .block--state_issue .block--issue {
  overflow: hidden;
  color: #fff;
}
.page--list-service .section--lead .block--state_issue .block--issue > p {
  font-weight: 700;
}
.page--list-service .section--lead .block--state_issue .block--issue .list--issue li {
  text-align: center;
  font-weight: 700;
}
.page--list-service .section--lead .block--state_issue .block--issue .list--issue .thumb {
  background: #fff;
  border-radius: 50%;
}
.page--list-service .section--lead .block--state_issue .block--issue .list--issue .issue--txt {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page--list-service .section--lead .block--state_issue .block--issue .list--issue .issue--txt p {
  background: #1992BE;
}
.page--list-service .section--lead .breakthrough {
  color: #fff;
  display: block;
  line-height: 2;
  font-weight: 700;
}
.page--list-service .section--lead .breakthrough span {
  color: #FCF31A;
  font-style: italic;
}
.page--list-service .list--service {
  padding: 4% 6% 12%;
  background: #fff;
  position: relative;
}
.page--list-service .list--service .block--service {
  margin-bottom: 1%;
  padding: 15% 15% 18%;
  background: #eee;
}
.page--list-service .list--service .block--service .section-tit {
  margin-bottom: 15px;
}
.page--list-service .list--service .block--service .section-tit h2 {
  line-height: 2;
}
.page--list-service .list--service .block--service .section-tit h2 > span {
  display: block;
  font-size: 1vw;
  color: #505050;
  margin-bottom: 8px;
}
.page--list-service .list--service .block--service .section-tit h2 > span span {
  display: block;
  font-size: 1.3vw;
  color: #242424;
}
.page--list-service .list--service .block--service .thumb {
  background: none;
  margin-bottom: 0;
}
.page--list-service .list--service .block--service h3 {
  line-height: 1.6;
}
.page--list-service .list--service .block--service h3 span {
  background: linear-gradient(transparent 60%, #FCF31A 0%);
}
.page--list-service .list--service .block--service .service-point {
  background: #fff;
}
.page--list-service .list--service .block--service .service-point li {
  position: relative;
}
.page--list-service .list--service .block--service .service-point li:last-child {
  margin-bottom: 0;
}
.page--list-service .list--service .block--service .service-point li:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  background: url(/static/fcopen/potal/feature/fanpla_service/icon-checked.png) no-repeat top center;
  background-size: contain;
}
.page--list-service .list--service .block--service .list__more {
  width: 180px;
  margin: 0 0 0 auto;
}
.page--list-service .list--service .block--service .list__more a {
  display: block;
  border: 2px solid #242424;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  color: #242424;
  font-size: 15px;
  text-align: center;
  margin: 0;
}
.page--list-service .list--service .block--service .list__more a:before {
  content: none;
}
.page--list-service .list--service .block--service .no-data {
  font-size: 1.8vw;
  line-height: 1.5;
}
.page--list-service .list--service .block--service .no-data span {
  display: block;
  font-weight: 400;
  font-size: 1.4vw;
  font-style: normal;
}
.page--list-service .section--service-result {
  position: relative;
  padding-left: 6%;
  padding-bottom: 80px;
  background: #fff;
}
.page--list-service .section--service-result .block--service-result:before {
  background: #EDEDED;
  position: absolute;
  top: -35px;
  left: -8%;
  content: "";
  height: 14vw;
  width: 68vw;
  z-index: -1;
  transform: translateX(-200%);
  opacity: 0;
}
.page--list-service .section--service-result .block--service-result.started:before {
  animation: slide-in-anim-left 1.4s ease 0.5s 1 forwards;
}
.page--list-service .section--service-result .section-tit {
  font-weight: 700;
  letter-spacing: 0.04em;
}
.page--list-service .section--service-result .slick-slider .slick-list {
  overflow: visible;
}
.page--list-service .section--service-result .slick-next, .page--list-service .section--service-result .slick-prev {
  bottom: -45px;
}
.page--list-service .section--service-result .list--bnr.slick-initialized::after {
  bottom: -26px;
}
.page--list-service .section--service-result .list--bnr {
  width: 85%;
}
.page--list-service .section--service-result .list--bnr li a {
  display: block;
  text-decoration: none;
  color: #242424;
}
.page--list-service .section--service-result .list--bnr li a .thumb {
  position: relative;
}
.page--list-service .section--service-result .list--bnr li a .thumb > div:before {
  position: absolute;
  top: 5px;
  right: 5px;
  content: "";
  background: #fff;
  z-index: 10;
  display: inline-block;
  width: 35%;
  height: 20%;
  background-size: 85%;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
.page--list-service .section--service-result .list--bnr li a .thumb .mark-kit:before {
  background-image: url(/static/fcopen/potal/common/logo--FanplaKit.svg);
  background-size: 68%;
}
.page--list-service .section--service-result .list--bnr li a .thumb .mark-rooms:before {
  background-image: url(/static/fcopen/potal/common/logo--FanplaRooms.svg);
}
.page--list-service .section--service-result .list--bnr li a .thumb .mark-action:before {
  background-image: url(/static/fcopen/potal/common/logo--FanplaAction.svg);
}
.page--list-service .section--service-result .list--bnr li a .thumb .mark-chance:before {
  background-image: url(/static/fcopen/potal/common/logo--FanplaChance.svg);
}
.page--list-service .section--service-result .list--bnr li a img {
  width: 100%;
  transition: 0.3s;
}
.page--list-service .section--service-result .list--bnr li a .name {
  font-size: 16px;
  margin-bottom: 2px;
}
.page--list-service .section--service-result.section--bnr--single {
  padding: 0 8%;
}
.page--list-service .section--service-result.section--bnr--single .list--bnr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.page--list-service .section--service-result.section--bnr--single .list--bnr li {
  width: 32.5%;
  z-index: 1;
}

/*  page--about
------------------------------ */
.section--detail.page--about .block--about p {
  margin-bottom: 2em;
}

/*  page--error
------------------------------ */
@-moz-document url-prefix() {
  .header {
    background: rgba(255, 255, 255, 0.9);
  }
}
@media all and (-ms-high-contrast: none) {
  .header {
    background: rgba(255, 255, 255, 0.9);
  }
  .wrap.for-artist header .drawer .g-nav li.g-nav__item--portal::before {
    top: 10px;
  }
  .page--list-service .list--service .block--kit {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .page--list-service .list--service .block--rooms {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .page--list-service .list--service .block--action {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .page--list-service .list--service .block--chance {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .page--artist__detail .section--profile .thumb img {
    width: auto;
    margin: 0 auto;
    display: block;
  }
  footer .p-mark.pc a {
    width: 30px;
  }
  footer .p-mark.pc a img {
    width: 100%;
  }
}
.page--home .section--top .btn .btn--main {
  transition: none;
  width: 60%;
  min-width: inherit;
  color: #fff;
  border-radius: 80px;
  margin: 0 auto;
  padding: 1em;
  margin-top: 14vw;
}

.body--app .target__app {
  font-weight: 600;
  background: #242424;
  color: #fff !important;
  line-height: 1.2;
  border-radius: 20px;
  font-size: 10px;
  letter-spacing: 0;
  margin-right: -10%;
  padding: 6px 12px;
  position: absolute;
  z-index: 5;
  filter: drop-shadow(0px 4px 3px rgba(0, 0, 0, 0.6));
}
.body--app .target__app i {
  display: inline-block;
  vertical-align: 0px;
  margin-left: 0.4em;
  transform: scale(0.9);
}
.body--app.page--home .list--topics li {
  position: relative;
}
.body--app.page--home .section--media--contents ul li {
  display: flex;
  justify-content: space-between;
}
.body--app.page--home .section--media--contents ul li:not(.main-panel) .thumb > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.body--app.page--home .section--media--contents ul li:not(.main-panel) a {
  display: block;
  height: auto;
}
.body--app.page--home .section--media--contents ul li a::before, .body--app.page--home .section--media--contents ul li a::after {
  display: none;
}
.body--app.page--home .section--media--contents ul li.new .thumb a::before,
.body--app.page--home .section--media--contents ul li.new .thumb a::after {
  display: block;
}
.body--app .header .drawer .g-nav {
  margin-bottom: 6vh;
}
.body--app .header .drawer .nav header li.g-nav__item--service {
  margin-top: 4vh;
}
.body--app .header .drawer .nav.nav--top {
  padding: 7vh 0 0;
}
.body--app .header .drawer .list--app__menu {
  padding: 0 8%;
  margin: -0.8em 0 2em;
}
.body--app .header .drawer .list--app__menu li {
  display: inline-block;
  margin-right: 2%;
}
.body--app .header .drawer .list--app__menu li a {
  display: block;
  background: #242424;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  line-height: 1;
  text-align: center;
  border-radius: 20px;
  padding: 0.7em 1.5em 0.5em;
  margin-bottom: 0;
}

@media screen and (min-width: 1px) and (max-width: 960px) {
  .body--app.page--home li.appblank {
    padding-bottom: 2.2em;
  }
  .body--app.page--home .section--media--contents ul li {
    position: relative;
  }
  .body--app.page--home .section--media--contents ul li .thumb img {
    background: no-repeat center;
    background-size: contain;
  }
  .body--app.page--home .section--media--contents ul li .thumb img:not(.blur) {
    position: relative;
    z-index: 2;
  }
  .body--app.page--home .section--media--contents ul li.appblank.main-panel {
    padding-bottom: 0;
    display: block;
  }
  .body--app.page--home .section--media--contents ul li.appblank.main-panel .thumb {
    width: 100%;
  }
  .body--app.page--home .section--media--contents ul li.main-panel .target__app {
    position: absolute;
    width: auto;
    top: -4em;
    right: 13%;
  }
  .body--app.page--home .section--media--contents ul li:not(.main-panel) a.target__app {
    display: inline-block;
    width: auto;
    max-width: 60vw;
    height: auto;
    transform: scale(0.9);
    transform-origin: left top;
    filter: none;
    position: relative;
    top: 3px;
    left: 0;
  }
}
@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a {
    transition: 0.3s;
  }
  .btn input {
    transition: 0.3s;
  }
  .btn--main {
    min-width: 320px;
    position: relative;
  }
  .btn--sub {
    min-width: 300px;
  }
  .btn--min {
    min-width: unset;
    font-size: 13px;
    line-height: 1;
    padding: 1.1em 3em;
  }
  ul li a .thumb {
    position: relative;
  }
  ul li a .thumb:before {
    content: "";
    display: block;
    width: 105%;
    height: 105%;
    background: #fcf219;
    position: absolute;
    top: 0;
    right: 50%;
    z-index: 20;
    transform: scaleX(0);
    opacity: 0.9;
    transition: all 0.25s 0s ease;
  }
  ul li a .thumb:after {
    content: "VIEW DETAIL";
    display: block;
    width: 100%;
    color: #242424;
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    font-style: italic;
    line-height: 1;
    position: absolute;
    top: calc(50% - 0.5rem);
    z-index: 21;
    opacity: 0;
    text-align: center;
    font-size: 1.3vw;
    line-height: 1;
    transition: all 0.5s 0s ease;
  }
  ul li a:hover .thumb:before {
    transform: scaleX(2.1);
  }
  ul li a:hover .thumb:after {
    opacity: 1;
  }
  .content--body {
    margin-top: 90px;
  }
  .wrap::before {
    height: 1000px;
  }
  .page--home .section--top, .page--list-service .section--top {
    height: calc(100vh - 120px);
  }
  .page--home .section--top .block--movie video, .page--list-service .section--top .block--movie video {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
  .page--home .section--top .block--lead .txt--lead01, .page--list-service .section--top .block--lead .txt--lead01 {
    font-size: 5.5vw;
    text-align: center;
    line-height: 1.4;
  }
  .page--home .section--top .block--lead .txt--lead02, .page--list-service .section--top .block--lead .txt--lead02 {
    font-size: 1.6vw;
    line-height: 2.2;
  }
  .slick-dots {
    bottom: -50px;
  }
  .slick-dots li,
  .slick-dots li button,
  .slick-dots li button::before {
    width: 20px;
    height: 3px;
  }
  .slick-next:hover,
  .slick-prev:hover {
    color: #242424;
    opacity: 0.25;
  }
  .slick-next:focus,
  .slick-prev:focus {
    color: #242424;
    opacity: 1;
  }
  .slick-next.slick-disabled,
  .slick-prev.slick-disabled {
    opacity: 0.25;
  }
  .slick-next.slick-disabled:before,
  .slick-prev.slick-disabled:before {
    opacity: 1;
  }
  .slick-next.slick-disabled:focus, .slick-next.slick-disabled:hover,
  .slick-prev.slick-disabled:focus,
  .slick-prev.slick-disabled:hover {
    opacity: 0.25;
  }
  header {
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    padding: 0 2% 0 3%;
  }
  header > .logo {
    width: 40%;
  }
  header > .logo a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  header > .logo img {
    width: 120px;
    height: 38px;
  }
  header > .logo span {
    width: calc(100% - 120px);
    margin-left: 25px;
    letter-spacing: 0.04em;
    font-size: 15px;
  }
  header .inner {
    width: 58%;
    max-width: 900px;
  }
  header .drawer {
    flex-direction: row-reverse;
  }
  header .drawer .g-nav {
    display: flex;
    justify-content: flex-end;
  }
  header .drawer .g-nav li {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1;
    position: relative;
    font-size: 16px;
    margin: 0 15px;
  }
  header .drawer .g-nav li:first-child {
    margin-left: 0;
  }
  header .drawer .g-nav li:last-child {
    margin-right: 0;
  }
  header .drawer .g-nav li.g-nav__item--service {
    width: 160px;
    padding-left: 25px;
  }
  header .drawer .g-nav li.g-nav__item--service .txt--sub {
    font-size: 10px;
  }
  header .drawer .g-nav li.g-nav__item--service .font-futura {
    font-size: 19px;
  }
  header .drawer .nav li a:hover {
    opacity: 0.5;
  }
  header:after {
    content: "";
    height: 100%;
    width: calc(160px + 1.8%);
    position: absolute;
    right: 0;
    top: 0;
    background: #FCF31A;
    z-index: -1;
  }
  footer {
    padding-top: 150px;
    padding-bottom: 40px;
  }
  footer .block--footer-nav {
    padding: 0 3%;
    flex-direction: row-reverse;
    align-items: flex-end;
    position: relative;
  }
  footer .block--footer-nav .wrap--block--nav {
    width: 65%;
  }
  footer .block--footer-nav .wrap--block--nav .block--nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  footer .block--footer-nav .wrap--block--nav .block--nav .list--sub-nav {
    font-size: 13px;
    margin-right: 25px;
  }
  footer .block--footer-nav .wrap--block--nav .block--nav .list--sub-nav li:last-of-type {
    margin-right: 0;
  }
  footer .block--footer-nav .wrap--block--nav .block--nav .p-mark {
    display: block;
  }
  footer .block--company {
    width: 34%;
  }
  footer .block--company .logo {
    width: 170px;
    margin-bottom: 5px;
  }
  footer .block--company .block--mup {
    width: 100%;
    font-size: 10px;
  }
  footer .list--sub-nav li a:hover, footer .sns-twitter a:hover {
    opacity: 0.5;
  }
  .list--type01 li a img,
  .list--type02 li a img,
  .list--artist li a img {
    transition: 0.4s;
  }
  .list--type01 li a .thumb,
  .list--type02 li a .thumb,
  .list--artist li a .thumb {
    overflow: hidden;
  }
  .list--type02 li .block--txt {
    padding: 0 10px;
  }
  .section--detail {
    padding-bottom: 50px;
  }
  .section--detail .section-tit {
    margin-bottom: 40px;
  }
  .section--list {
    padding: 85px 3% 0;
  }
  .section--list .list--info {
    margin-bottom: 40px;
  }
  .section--list .list--info li a {
    padding: 18px 0;
  }
  .section--list .block-tit {
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 60px;
    letter-spacing: 0.02em;
    text-align: center;
    margin-bottom: 90px;
    line-height: 1;
  }
  .list__more a:hover::before {
    transform: scaleX(0);
    transform-origin: right;
  }
  .block--entry a .txt--lead::before,
  .block--entry a .txt--lead::after {
    transition: 0.4s;
  }
  .block--entry a:hover .txt--lead::before {
    transform: scale(1.1);
  }
  .block--entry a:hover .txt--lead::after {
    right: -65px;
  }
  .list--bnr a {
    position: relative;
  }
  .list--bnr a:before {
    content: "";
    display: block;
    width: 105%;
    height: 105%;
    background: #fcf219;
    position: absolute;
    top: 0;
    right: 50%;
    z-index: 20;
    transform: scaleX(0);
    opacity: 0.9;
    transition: all 0.25s 0s ease;
  }
  .list--bnr a:after {
    content: "VIEW DETAIL";
    display: block;
    width: 100%;
    color: #242424;
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    font-style: italic;
    line-height: 1;
    position: absolute;
    top: calc(50% - 0.5rem);
    z-index: 21;
    opacity: 0;
    text-align: center;
    font-size: 1.3vw;
    line-height: 1;
    transition: all 0.5s 0s ease;
  }
  .list--bnr a:hover:before {
    transform: scaleX(2.1);
  }
  .list--bnr a:hover:after {
    opacity: 1;
  }
  .page--home {
    /*fanpla--contents*/
  }
  .page--home .content--body {
    margin-top: 120px;
  }
  .page--home header {
    height: 120px;
    padding: 0 1.8% 0 3%;
  }
  .page--home .wrap {
    padding-top: 0;
  }
  .page--home .section-tit h3 {
    font-size: 30px;
  }
  .page--home #fanpla--service .section--kit {
    margin-right: 7.8vw;
  }
  .page--home #fanpla--service .section--service .section-tit {
    margin-left: 6%;
  }
  .page--home #fanpla--service .section--service .section-tit h3 {
    margin-bottom: 15px;
  }
  .page--home #fanpla--service .section--service .section-tit h3 img {
    height: 2.8vw;
    margin-bottom: -12px;
  }
  .page--home #fanpla--service .section--service .section-tit h3 span {
    margin-left: 15px;
  }
  .page--home #fanpla--service .section--service .btn_wrap {
    margin-left: 6%;
  }
  .page--home #fanpla--service .section--service ul {
    margin-left: 6%;
  }
  .page--home #fanpla--service .section--service ul li {
    width: 23%;
  }
  .page--home #fanpla--service .section--service ul li.no-data {
    width: 100%;
    font-size: 25px;
  }
  .page--home #fanpla--service .section--service ul li.no-data span {
    font-size: 18px;
    margin-left: 5px;
  }
  .page--home #fanpla--service .section--service ul li.more {
    width: 100%;
    font-size: 20px;
    margin-top: 10px;
  }
  .page--home #fanpla--service .section--service ul:before {
    width: 23%;
  }
  .page--home #fanpla--service .section--service ul:after {
    width: 23%;
  }
  .page--home #fanpla--service .section--service.section--kit ul li {
    position: relative;
  }
  .page--home #fanpla--service .section--service:not(.section--kit) {
    width: 100%;
  }
  .page--home #fanpla--service .section--service.section--kit h3 svg {
    width: 122px;
  }
  .page--home #fanpla--service .section--service.section--rooms h3 svg {
    width: 176px;
  }
  .page--home #fanpla--service .section--service.section--action h3 svg {
    width: 170px;
  }
  .page--home #fanpla--service .section--service.section--chance h3 svg {
    width: 184px;
  }
  .page--home #fanpla--service .section--service.only-intro {
    padding-top: 0;
    margin-top: 100px;
    margin-bottom: 16vw;
  }
  .page--home #fanpla--service .section--service.only-intro:before {
    height: 200px;
  }
  .page--home #fanpla--service .section--service.only-intro .section-tit {
    padding-top: 50px;
    margin-bottom: 5px;
  }
  .page--home #fanpla--service .section--service.only-intro .section-tit.only-tit {
    padding: 82px 0px 90px;
  }
  .page--home #fanpla--service .section--service.only-intro ul {
    margin-left: 6%;
    padding-bottom: 50px;
  }
  .page--home #fanpla--service .section--service.only-intro .service--lead {
    margin-left: 6%;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.4;
    width: 37vw;
  }
  .page--home #fanpla--service .section--service.only-intro .intro {
    margin-left: 6%;
    font-size: 16px;
    width: 37vw;
  }
  .page--home #fanpla--service .section--service.only-intro .area--service--img {
    position: absolute;
    top: -5vw;
    right: 0;
    width: 44vw;
  }
  .page--home #fanpla--service .section--service.only-intro .area--service--img .thumb-service {
    position: absolute;
    bottom: -30%;
    right: 32vw;
    width: 20vw;
    z-index: 1;
  }
  .page--home #fanpla--service .section--service .detail__btn a {
    padding: 10px;
    border-radius: 25px;
  }
  .page--home #fanpla--service .section--service .detail__btn a:hover {
    opacity: 0.5;
  }
  .page--home #fanpla--service .block--hot {
    width: 23%;
    padding-right: 4%;
    padding-bottom: 50px;
  }
  .page--home .section--about .btn .btn--main:hover::after,
  .page--home .section--top .btn .btn--main:hover::after {
    right: -8px;
  }
  .page--home .section--ticket .list--type01 .thumb-l a {
    display: block;
  }
  .page--home .section--ticket .list--type01 .thumb-l a .thumb {
    width: 100%;
    margin-bottom: 20px;
  }
  .page--home .section--ticket .list--type01 .thumb-l a .block--txt {
    width: 100%;
    padding-left: 0;
  }
  /*  page--info
  ------------------------------ */
  /*  page--artist
  ------------------------------ */
  .page--artist__detail .list--site li a:hover {
    color: #fff;
    background: #000;
  }
  .page--artist__detail .list--sns li a:hover {
    opacity: 0.6;
  }
  .wrap.for-artist .content--body {
    margin-top: 120px;
  }
  .wrap.for-artist header {
    height: 120px;
    padding: 0 3%;
  }
  .wrap.for-artist header > .logo {
    width: 22%;
  }
  .wrap.for-artist header > .logo span {
    font-size: 26px;
    margin-left: 8px;
  }
  .wrap.for-artist header .inner {
    width: 78%;
    max-width: 1000px;
  }
  .wrap.for-artist header .drawer .g-nav li {
    font-size: 16px;
    margin: 0 12px;
  }
  .wrap.for-artist header .drawer .g-nav li:first-child {
    margin-left: 0;
  }
  .wrap.for-artist header .drawer .g-nav li:last-child {
    margin-right: 0;
  }
  .wrap.for-artist header .drawer .g-nav li.g-nav__item--portal {
    padding-left: 30px;
  }
  .wrap.for-artist header .drawer .g-nav li.g-nav__item--portal:before {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    margin: 2% auto;
    height: 16px;
    width: 1px;
    background: #242424;
  }
  .wrap.for-artist header .drawer .g-nav li.g-nav__item--inquiry {
    width: 150px;
  }
  .wrap.for-artist header .drawer .g-nav li.g-nav__item--inquiry a {
    width: 100%;
    padding: 12px;
    border-radius: 20px;
    font-size: 11px;
  }
  .wrap.for-artist header:after {
    content: none;
  }
  /*  page--list-service
  ------------------------------ */
  .page--list-service .section--top .block--lead {
    width: 90%;
  }
  .page--list-service .section--top .block--lead .txt--lead01 {
    font-size: 7vw;
    line-height: 1.4;
  }
  .page--list-service .section--top.no-bnr {
    margin-bottom: 120px;
  }
  .page--list-service .section--lead h1 {
    font-size: 1.5vw;
  }
  .page--list-service .section--lead h1 span {
    font-size: 6.3vw;
  }
  .page--list-service .section--lead > div {
    font-size: 1vw;
    letter-spacing: 0.02em;
    margin: -4.5vw 7.5% 14vw;
  }
  .page--list-service .section--lead .block--state_issue .wrap-state {
    margin-bottom: 7vw;
    padding-top: 7vw;
  }
  .page--list-service .section--lead .block--state_issue .block--state {
    width: 85%;
    margin: 0 auto;
  }
  .page--list-service .section--lead .block--state_issue .block--state h2 {
    line-height: 1.8;
    margin-bottom: 1.4vw;
    font-size: 1.3vw;
    font-weight: 700;
    text-align: center;
  }
  .page--list-service .section--lead .block--state_issue .block--state > p {
    font-size: 1.1vw;
    margin-bottom: 15px;
    width: 64%;
    margin: 0 auto 60px;
  }
  .page--list-service .section--lead .block--state_issue .block--state .example {
    padding: 6vw 0 4vw;
  }
  .page--list-service .section--lead .block--state_issue .block--state .example .list--state {
    width: 65%;
    margin: 0 auto;
  }
  .page--list-service .section--lead .block--state_issue .block--state .example .measure {
    margin-bottom: 2vw;
    line-height: 1.5;
  }
  .page--list-service .section--lead .block--state_issue .block--state .example .measure p:first-of-type {
    font-size: 1.1vw;
  }
  .page--list-service .section--lead .block--state_issue .block--state .example .measure p:first-of-type span {
    font-size: 1.4vw;
  }
  .page--list-service .section--lead .block--state_issue .block--state .example .measure p:last-of-type {
    font-size: 1.7vw;
  }
  .page--list-service .section--lead .block--state_issue .block--state .example .measure-but {
    width: 65%;
    margin: 0 auto;
  }
  .page--list-service .section--lead .block--state_issue .block--state .example > p {
    font-size: 0.9vw;
    width: 30%;
    border-radius: 25px;
    left: 35%;
    top: -1vw;
    padding: 2px 0;
  }
  .page--list-service .section--lead .block--state_issue .block--issue {
    width: 85%;
    margin: 0 auto 20px;
  }
  .page--list-service .section--lead .block--state_issue .block--issue > p {
    font-size: 1.8vw;
    text-align: center;
    margin-bottom: 40px;
  }
  .page--list-service .section--lead .block--state_issue .block--issue .list--issue {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 3vw;
  }
  .page--list-service .section--lead .block--state_issue .block--issue .list--issue li {
    width: 18%;
    font-size: 0.9vw;
    line-height: 1.3;
    margin-right: 3%;
  }
  .page--list-service .section--lead .block--state_issue .block--issue .list--issue li:last-child {
    margin-right: 0;
  }
  .page--list-service .section--lead .block--state_issue .block--issue .list--issue .thumb {
    padding: 1.5vw;
    width: 85%;
    margin: 0 auto 1.5vw;
  }
  .page--list-service .section--lead .block--state_issue .block--issue .list--issue .issue--txt p {
    padding: 4% 12%;
    border-radius: 25px;
  }
  .page--list-service .section--lead .block--state_issue .block--issue .list--issue li:nth-child(3) .issue--txt p {
    padding: 4% 16%;
    border-radius: 40px;
  }
  .page--list-service .section--lead .breakthrough {
    font-size: 1.4vw;
    margin-bottom: 9vw;
  }
  .page--list-service .section--lead .breakthrough p:first-of-type {
    font-size: 1.2vw;
    text-align: center;
    line-height: 1.8;
  }
  .page--list-service .section--lead .breakthrough p:last-of-type {
    font-size: 1.8vw;
    margin: 0 auto;
    width: 82%;
    text-align: center;
    line-height: 1.6;
  }
  .page--list-service .section--lead .breakthrough p:last-of-type span {
    font-size: 2vw;
    margin-right: 8px;
  }
  .page--list-service .list--service {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 50% 50%;
  }
  .page--list-service .list--service h1 {
    grid-column: 1/3;
    font-size: 2.2vw;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 1vw;
  }
  .page--list-service .list--service .block--service {
    position: relative;
  }
  .page--list-service .list--service .block--service .block--inner {
    margin-bottom: 20px;
  }
  .page--list-service .list--service .block--service .section-tit h2 {
    text-align: center;
  }
  .page--list-service .list--service .block--service .section-tit h2 img {
    height: 4.6vw;
  }
  .page--list-service .list--service .block--service:nth-of-type(odd) {
    margin-right: 2px;
  }
  .page--list-service .list--service .block--service:nth-of-type(even) {
    margin-left: 2px;
  }
  .page--list-service .list--service .block--service h3 {
    font-size: 1vw;
    margin-bottom: 20px;
  }
  .page--list-service .list--service .block--service .wrap-point {
    margin-bottom: 20px;
  }
  .page--list-service .list--service .block--service .service-point {
    padding: 25px 30px;
  }
  .page--list-service .list--service .block--service .service-point li {
    font-size: 0.9vw;
    padding-left: 1.8vw;
    margin-bottom: 6px;
    line-height: 1.5;
  }
  .page--list-service .list--service .block--service .service-point li:before {
    top: 0.3vw;
    width: 4%;
    height: 100%;
  }
  .page--list-service .list--service .block--service .list__more {
    position: absolute;
    bottom: 5%;
    left: calc(50% - 90px);
  }
  .page--list-service .list--service .block--service .list__more a {
    padding: 8px;
    border-radius: 25px;
  }
  .page--list-service .list--service .block--service .list__more a:hover {
    opacity: 0.5;
  }
  .page--list-service .list--service .block--service .no-data {
    font-size: 1.8vw;
    line-height: 1.5;
    position: absolute;
    left: 0;
    bottom: 50px;
  }
  .page--list-service .list--service .block--service .no-data span {
    display: block;
    font-weight: 400;
    font-size: 1.4vw;
    font-style: normal;
  }
  .page--list-service .list--service .block--service.block--owner .tit {
    margin-bottom: 20px;
  }
  .page--list-service .list--service .block--service.block--andmore .block--inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .page--list-service .list--service .block--service.block--andmore .block--inner .block--txt {
    width: 100%;
  }
  .page--list-service .list--service .block--service.block--andmore .block--inner .block--txt img {
    display: block;
    width: 65%;
    margin: 0 auto;
  }
  .page--list-service .list--service .block--service.block--andmore .block--inner .block--txt p {
    font-style: italic;
    font-size: 3vw;
    text-align: center;
    line-height: 1.6;
  }
  .page--list-service .list--service .tit {
    font-size: 0.9vw;
    line-height: 1.6;
  }
  .page--list-service .list--service.s-in01 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 54% 44%;
  }
  .page--list-service .list--service.s-in01 .block--kit {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4;
    grid-column: 1/1;
  }
  .page--list-service .list--service.s-in01 .block--service:not(.block--kit) {
    padding: 5%;
  }
  .page--list-service .list--service.s-in01 .block--service:not(.block--kit) .section-tit {
    margin-bottom: 10px;
  }
  .page--list-service .list--service.s-in01 .block--service:not(.block--kit) .section-tit h2 {
    width: calc(100% - 8vw);
  }
  .page--list-service .list--service.s-in01 .tit {
    margin-bottom: 20px;
  }
  .page--list-service .list--service.s-in01 .no-data {
    font-size: 25px;
  }
  .page--list-service .section--service-result {
    padding-top: 35px;
  }
  .page--list-service .section--service-result .section-tit {
    margin-bottom: 25px;
    font-size: 30px;
  }
  .page--list-service .section--service-result .list--bnr a:before {
    content: none;
  }
  .page--list-service .section--service-result .list--bnr a:after {
    content: none;
  }
}
@media screen and (max-width: 1400px) {
  header > .logo {
    width: 30%;
  }
  header > .logo a {
    display: block;
  }
  header > .logo span {
    display: block;
    margin-left: 0;
    width: auto;
    font-size: 12px;
    line-height: 1.2;
    margin-top: -3px;
  }
  header .inner {
    width: 68%;
  }
  .wrap.for-artist header .logo a {
    display: flex;
  }
  .wrap.for-artist header .logo span {
    margin-top: 0;
  }
}
@media screen and (max-width: 1200px) {
  header > .logo {
    width: 25%;
  }
  header > .logo span {
    font-size: 10px;
  }
  header .inner {
    width: 73%;
  }
  .wrap.for-artist header > .logo {
    width: 27%;
  }
  .wrap.for-artist header .inner {
    width: 70%;
  }
  .wrap.for-artist header .drawer .g-nav li {
    margin: 0 8px;
  }
  .wrap.for-artist header .drawer .g-nav li:first-child {
    margin-left: 0;
  }
  .wrap.for-artist header .drawer .g-nav li:last-child {
    margin-right: 0;
  }
  .wrap.for-artist header .drawer .g-nav li.g-nav__item--portal {
    padding-left: 20px;
  }
  footer .block--footer-nav .wrap--block--nav {
    width: 78%;
  }
  footer .block--footer-nav .block--company {
    width: 20%;
  }
  .page--home #fanpla--service .section--service:before {
    height: 20vw;
  }
  .page--home #fanpla--service .section--service.only-intro:before {
    height: 230px;
  }
  .page--home #fanpla--service .section--service .section-tit h3 img {
    height: 4.4vw;
    margin-bottom: 6px;
  }
  .page--home #fanpla--service .section--service .section-tit h3 span {
    display: block;
    margin-left: 0;
  }
  .page--home .section--media--contents.section--ticket ul li .block--txt .term {
    border: 1px solid #242424;
  }
}
@media screen and (min-width: 1800px) {
  .page--home #fanpla--service .section--service.only-intro {
    margin-bottom: 22vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* common.scss
  ============================== */
  .pc {
    display: none !important;
  }
  a {
    transition: 0.4s;
  }
  .btn--main {
    min-width: 90%;
  }
  /*****/
  /*  page--list-service
  ------------------------------ */
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .btn--main {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn--sub {
    min-width: 90%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .btn--sub {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .header {
    height: 80px;
  }
  .header > .logo {
    position: absolute;
    top: 29px;
    left: 5%;
    width: 75vw;
    margin: 0;
  }
  .header > .logo img {
    width: 85px;
  }
  .header .block--entry {
    width: 65vw;
    height: 60vw;
    position: absolute;
    right: 10vw;
    bottom: 0;
    padding-right: 0;
    transform: scale(0.8);
    transform-origin: right bottom;
  }
  .header .block--entry::after {
    width: 70vw;
    height: 100vw;
    right: -75vw;
    bottom: -42vw;
    opacity: 0.1;
  }
  .header .block--entry a .txt--lead {
    width: 48%;
  }
  .header .block--entry a .txt--lead::after {
    width: 8vw;
    height: 7vw;
    top: -1vw;
    right: -10vw;
    z-index: 2;
  }
  .header .block--entry a .txt--lead::before {
    width: 36vw;
    height: 36vw;
    border-radius: 20vw;
    right: -30vw;
    top: -18vw;
    opacity: 0.4;
  }
  .header .block--entry a .logo {
    position: relative;
    z-index: 2;
    height: 21vw;
    margin-bottom: 5px;
  }
  .header .drawer {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    overflow: scroll;
    z-index: 99;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    transition: opacity 0.4s cubic-bezier(0.16, 0.68, 0.65, 1.03);
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
  }
  .header .drawer .logo {
    opacity: 0;
    position: relative;
    left: -20px;
    transition: opacity 0.5s, left 0.5s;
    margin-bottom: 30px;
    padding: 0 8%;
  }
  .header .drawer .logo a {
    width: 34%;
    min-width: 110px;
  }
  .header .drawer .logo img {
    display: block;
  }
  .header .drawer .g-nav {
    position: relative;
    top: 0;
    left: 0;
    padding: 0 8%;
    margin-bottom: 10vh;
  }
  .header .drawer .g-nav li {
    opacity: 0;
    position: relative;
    left: -20px;
    transition: opacity 0.5s, left 0.5s;
  }
  .header .drawer .nav.nav--top {
    content: "";
    display: block;
    height: 100%;
    padding: 10vh 0;
  }
  .header .drawer .nav.nav--btm {
    padding: 0 50px;
    display: flex;
    align-items: center;
  }
  .header .drawer .nav {
    width: 100%;
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    padding: 90px 6%;
  }
  .header .drawer .nav .txt--lead01 img {
    filter: invert(1);
    width: 80%;
    margin-left: 5px;
    margin-bottom: -2px;
  }
  .header .drawer .nav h1.logo {
    width: 100%;
    height: 17vw;
    text-indent: -9999em;
    background: no-repeat url(/static/fcopen/potal/common/logo--fanpla.svg);
    margin: 0 auto;
    top: 6px;
    background-position: center;
  }
  .header .drawer .nav .txt--lead01 img {
    width: 90%;
    margin-left: 5px;
    margin-bottom: 1px;
  }
  .header .drawer .nav .txt--lead02 {
    text-align: center;
    letter-spacing: 0.05em;
    margin: 20px auto 60px;
    font-weight: bold;
    font-size: 3vw;
    line-height: 1.6;
  }
  .header .drawer .nav .txt--lead02 em {
    font-weight: bold;
  }
  .header .drawer .nav li {
    font-size: 3.8vw;
    color: #242424;
    margin-bottom: 15px;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .header .drawer .nav li a {
    display: block;
    font-style: italic;
    transition: opacity 0.4s;
  }
  .header .drawer .nav li a span {
    display: block;
  }
  .header .drawer .nav li a span.font-futura {
    font-weight: 700;
    font-size: 5.5vw;
    line-height: 1;
    margin-bottom: 25px;
  }
  .header .drawer .nav li a span.txt--sub {
    font-style: normal;
    font-size: 11px;
    margin-top: -5px;
    letter-spacing: 0.02em;
  }
  .header .drawer .nav li.g-nav__item--service {
    background: #FCF31A;
  }
  .header .drawer .nav li.g-nav__item--service a span.font-futura {
    margin-bottom: 0;
  }
  .header .drawer .nav.nav--top {
    padding: 14vh 0 0;
    position: relative;
    overflow-y: scroll;
  }
  .header .drawer .nav.nav--btm {
    padding: 50px 7%;
  }
  .header .drawer .nav.nav--btm .txt--lead01 {
    width: 50%;
    text-align: center;
    margin: 0 auto;
  }
  .header .drawer .nav .list--sub-nav {
    padding: 0 8%;
    margin-bottom: 8%;
  }
  .header .drawer .nav .list--sub-nav li {
    font-size: 2.8vw;
    margin-bottom: 20px;
    opacity: 0;
    position: relative;
    left: -20px;
    transition: opacity 0.5s, left 0.5s;
  }
  .header .drawer .nav .list--sub-nav li a {
    font-style: normal;
  }
  .header:not(.for-artist) .drawer .g-nav {
    padding: 0;
  }
  .drawer-visible header {
    height: 100%;
  }
  .drawer-visible header .drawer__btn span {
    top: 50%;
  }
  .drawer-visible header .drawer__btn span:first-child {
    transform: rotate(45deg);
    top: 50%;
  }
  .drawer-visible header .drawer__btn span:last-child {
    top: 50%;
    transform: rotate(-45deg);
  }
  .drawer-visible header:not(.for-artist) .drawer .g-nav li {
    padding: 0 8%;
  }
  .drawer-visible header:not(.for-artist) .drawer .g-nav li.g-nav__item--service {
    padding: 5% 8% 4%;
  }
  .drawer-visible .drawer {
    opacity: 1;
    pointer-events: auto;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .drawer-visible .drawer .logo {
    opacity: 1;
    left: 0;
  }
  .drawer-visible .drawer .g-nav li {
    opacity: 1;
    left: 0;
  }
  .drawer-visible .drawer .g-nav li:nth-child(1) {
    transition-delay: 0.3s;
  }
  .drawer-visible .drawer .g-nav li:nth-child(2) {
    transition-delay: 0.4s;
  }
  .drawer-visible .drawer .g-nav li:nth-child(3) {
    transition-delay: 0.5s;
  }
  .drawer-visible .drawer .g-nav li:nth-child(4) {
    transition-delay: 0.6s;
  }
  .drawer-visible .drawer .g-nav li:nth-child(5) {
    transition-delay: 0.7s;
  }
  .drawer-visible .drawer .g-nav li:nth-child(6) {
    transition-delay: 0.8s;
  }
  .drawer-visible .drawer .g-nav li:nth-child(7) {
    transition-delay: 1s;
  }
  .drawer-visible .drawer .nav .list--sub-nav li {
    opacity: 1;
    left: 0;
  }
  .drawer-visible .drawer .nav .list--sub-nav li:nth-child(1) {
    transition-delay: 1.1s;
  }
  .drawer-visible .drawer .nav .list--sub-nav li:nth-child(2) {
    transition-delay: 1.2s;
  }
  .drawer-visible .drawer .nav .list--sub-nav li:nth-child(3) {
    transition-delay: 1.3s;
  }
  .drawer-visible .drawer .nav .list--sub-nav li:nth-child(4) {
    transition-delay: 1.4s;
  }
  .drawer-visible .drawer .nav .list--sub-nav li:nth-child(5) {
    transition-delay: 1.5s;
  }
  footer {
    padding-top: 20vw;
    padding-bottom: 25px;
  }
  footer .block--entry {
    width: 50%;
    margin: 0 auto 13vw;
  }
  footer .block--entry a .logo {
    height: 16vw;
    margin-bottom: 10px;
  }
  footer .block--entry a .txt--lead::after {
    width: 5vw;
    height: 5vw;
    top: 0.2vw;
    right: -6.8vw;
  }
  footer .block--entry a .txt--lead::before {
    width: 30vw;
    height: 30vw;
    border-radius: 20vw;
    right: -26vw;
    top: -18vw;
    opacity: 0.4;
  }
  footer .block--sns {
    margin-bottom: 50px;
  }
  footer .block--sns .list--sns::before {
    font-size: 4.5vw;
  }
  footer .block--sns li {
    margin: 0 5px;
  }
  footer .block--sns a {
    font-size: 18px;
  }
  footer .block--footer-nav {
    padding: 0 7%;
    display: block;
    position: relative;
  }
  footer .block--footer-nav .wrap--block--nav {
    width: 100%;
  }
  footer .block--footer-nav .block--nav {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
  }
  footer .block--footer-nav .block--nav .list--sub-nav {
    font-size: 13px;
  }
  footer .block--footer-nav .block--nav .list--sub-nav li {
    display: block;
    margin-right: 0;
    margin-bottom: 8px;
    text-align: left;
  }
  footer .block--footer-nav .block--nav .list--sub-nav li a {
    font-size: 11px;
  }
  footer .block--footer-nav .block--nav:first-of-type {
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
  }
  footer .block--footer-nav .block--nav:first-of-type:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: #242424;
  }
  footer .block--footer-nav .block--nav:last-of-type ul {
    display: flex;
    flex-wrap: wrap;
  }
  footer .block--footer-nav .block--nav:last-of-type ul li {
    margin-right: 14px;
  }
  footer .block--footer-nav .block--company {
    width: 100%;
  }
  footer .block--footer-nav .block--company .logo {
    width: 42%;
    line-height: 0;
    margin-bottom: 0px;
  }
  footer .block--footer-nav .block--company .block--mup {
    width: 100%;
    font-size: 10px;
    transform: scale(0.85);
    transform-origin: left bottom;
    line-height: 1.7;
  }
  footer .block--footer-nav .block--company .block--mup a {
    display: block;
  }
  footer .block--footer-nav .block--company .p-mark {
    position: absolute;
    bottom: 0;
    width: 40px;
    right: 7%;
    line-height: 0;
  }
  footer .copyright {
    font-size: 10px;
    position: relative;
    left: 0;
    bottom: 0;
  }
  .list--bnr.slick-initialized::after {
    left: 38px;
    bottom: -15px;
    width: 9%;
  }
  .slick-next, .slick-prev {
    bottom: -34px;
  }
  .slick-next::before, .slick-prev::before {
    font-size: 12px;
  }
  .slick-next {
    left: calc(38px + 9%);
  }
  .list--type01 li a {
    padding: 15px 0;
  }
  .list--type01 li .thumb {
    width: 32vw;
    height: 32vw;
  }
  .list--type01 li .tit {
    line-height: 1.4;
    padding-top: 0;
    margin-bottom: 4px;
  }
  .list--type01 li .name {
    line-height: 1.3;
  }
  .list--type01 li .block--txt {
    width: 61%;
    margin-top: -4px;
    padding-left: 0;
  }
  .list--type02 li {
    width: 100%;
    margin-bottom: 35px;
  }
  .list--type02 li:last-of-type {
    margin-bottom: 0;
  }
  .list--type02 li .thumb {
    margin-bottom: 10px;
  }
  .list--type02 li .name {
    line-height: 1.4;
    margin-bottom: 5px;
  }
  .new .name::after {
    font-size: 0.9em;
  }
  .content--body {
    margin-top: 80px;
  }
  .wrap::before {
    height: 120vh;
  }
  .list__more a {
    margin-bottom: 2px;
    padding-bottom: 2px;
  }
  .name {
    font-size: 14px;
  }
  .date {
    font-size: 10px;
    transform: scale(0.9);
    transform-origin: left;
  }
  .tit,
  .term {
    font-size: 12px;
  }
  .pankuzu {
    padding: 7px 5%;
    border-bottom-width: 1px;
  }
  .pankuzu .list--pankuzu li {
    padding-right: 14px;
    margin-right: 6px;
  }
  .pankuzu .list--pankuzu li:before {
    width: 5px;
    right: 0;
    top: 5px;
  }
  .pankuzu .list--pankuzu li::after {
    width: 5px;
    top: 9px;
  }
  .pankuzu .list--pankuzu li a {
    font-size: 10px;
  }
  .page--home .section--top, .page--list-service .section--top {
    height: 78vh;
    overflow: hidden;
  }
  .page--home .section--top .block--movie video, .page--list-service .section--top .block--movie video {
    position: relative;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    transform: scale(1.2);
  }
  .page--home .section--top .block--movie .block--movie__item, .page--list-service .section--top .block--movie .block--movie__item {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    transform: scale(1.2);
  }
  .page--home .section--top .block--lead, .page--list-service .section--top .block--lead {
    width: 100%;
    margin-bottom: 10%;
  }
  .page--home .section--top .block--lead .txt--lead01, .page--list-service .section--top .block--lead .txt--lead01 {
    font-size: 9.1vw;
    line-height: 1.4;
    width: 78%;
  }
  .page--home .section--top .block--lead .txt--lead02, .page--list-service .section--top .block--lead .txt--lead02 {
    text-align: left;
    font-weight: bold;
    font-size: 3.5vw;
    line-height: 2;
    width: 78%;
  }
  .section--detail .section-tit,
  .section--list .section-tit {
    font-size: 30px;
    margin: 0 auto 40px;
  }
  .section--detail {
    width: 100%;
    max-width: inherit;
    min-width: inherit;
    margin: 0 auto;
    padding: 30px 7% 40px;
  }
  .section--list {
    padding: 40px 7%;
  }
  .section--list .list--type02 li .name {
    margin-bottom: 5px;
    line-height: 1.4;
  }
  .section--list .list--type02 li .thumb {
    margin-bottom: 15px;
  }
  .section--list .list--type02 li .tit {
    margin-top: 15px;
    margin-bottom: 7px;
  }
  .section--list .list--type02 li .tit, .section--list .list--type02 li .term {
    padding-left: 62px;
  }
  .section--list .block-tit {
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 30px;
    letter-spacing: 0.02em;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1;
  }
  .module--accordion dt.btn--main {
    width: 100%;
    font-size: 16px;
    text-align: center;
    margin: 30px auto 0;
    padding: 20px 0;
  }
  .detail__btn {
    width: 80%;
  }
  .detail__btn a {
    font-size: 16px;
    text-align: center;
    margin: 30px auto 0;
    padding: 20px 0;
  }
  .no-data {
    font-size: 14px;
  }
  .page--home {
    /*fanpla--contents*/
  }
  .page--home .wrap {
    padding-top: 0;
  }
  .page--home .wrap::before {
    background-image: url(/static/fcopen/potal/common/bg-bottom-sp.jpg);
  }
  .page--home .section-tit {
    font-size: 6.4vw;
    margin-bottom: 12px;
  }
  .page--home .section--media--contents {
    padding: 7%;
  }
  .page--home .section--media--contents.section--topics {
    padding-bottom: 60px;
  }
  .page--home .section--media--contents.section--ticket ul {
    display: flex;
    flex-wrap: wrap;
  }
  .page--home .section--media--contents.section--ticket ul li {
    width: 100%;
  }
  .page--home .section--media--contents.section--ticket ul li.main-panel {
    order: 0 !important;
  }
  .page--home .section--media--contents.section--ticket ul li.main-panel .term {
    font-size: 3.2vw;
    padding: 1.5% 3%;
  }
  .page--home .section--media--contents.section--ticket ul li.main-panel .term span {
    margin-left: 10px;
  }
  .page--home .section--media--contents.section--ticket ul li:nth-child(1) {
    order: 1;
  }
  .page--home .section--media--contents.section--ticket ul li:nth-child(2) {
    order: 2;
  }
  .page--home .section--media--contents.section--ticket ul li:nth-child(3) {
    order: 3;
  }
  .page--home .section--media--contents.section--ticket ul li:nth-child(4) {
    order: 4;
  }
  .page--home .section--media--contents.section--ticket ul li:not(.main-panel) .block--txt .name {
    font-size: 3.8vw;
    margin-bottom: 4%;
  }
  .page--home .section--media--contents.section--ticket ul li:not(.main-panel) .block--txt .tit {
    font-size: 3.4vw;
  }
  .page--home .section--media--contents.section--ticket ul li:not(.main-panel) .block--txt .term {
    font-size: 2.9vw;
    padding: 5px;
  }
  .page--home .section--media--contents.section--ticket ul li:not(.main-panel) .block--txt .term span {
    margin-left: 8px;
  }
  .page--home .section--banner {
    padding-left: 7%;
  }
  .page--home #fanpla--service .contents-tit {
    display: block;
    margin: 15vh auto 20vh;
  }
  .page--home #fanpla--service .contents-tit h2 {
    font-size: 10.2vw;
    text-align: left;
    margin: 0 7% 2%;
  }
  .page--home #fanpla--service .contents-tit h2 img {
    width: 31vw;
    margin-bottom: -2vw;
  }
  .page--home #fanpla--service .contents-tit p {
    justify-content: flex-start;
    font-size: 3vw;
    margin: 0 7%;
  }
  .page--home #fanpla--service .contents-tit p img {
    width: 13vw;
    height: 4vw;
  }
  .page--home #fanpla--service .contents-tit:after {
    bottom: -5vw;
    width: 74vw;
    height: 17vw;
  }
  .page--home #fanpla--service .contents-tit.started:after {
    animation: slide-in-anim-right 0.8s ease 0.4s 1 forwards;
  }
  .page--home #fanpla--service .contents-tit.started h2 {
    animation: slide-in-anim-left 0.8s ease 0.6s 1 forwards;
  }
  .page--home #fanpla--service .contents-tit.started p {
    animation: fadeIn 0.6s ease 1.5s 1 forwards;
  }
  .page--home #fanpla--service .section--service {
    width: 100%;
    padding-top: 6.5%;
  }
  .page--home #fanpla--service .section--service:before {
    height: 45vw;
    width: 90vw;
  }
  .page--home #fanpla--service .section--service .section-tit {
    margin: auto 7% 3%;
  }
  .page--home #fanpla--service .section--service .section-tit h3 img {
    height: 9vw;
  }
  .page--home #fanpla--service .section--service .section-tit h3 span {
    display: block;
    font-size: 3.2vw;
    margin-left: 0;
  }
  .page--home #fanpla--service .section--service .section-tit .sub_tit {
    margin: 15px 0 0;
    font-size: 14px;
  }
  .page--home #fanpla--service .section--service.section--kit .detail__btn {
    margin: 0px auto 0;
  }
  .page--home #fanpla--service .section--service.section--kit h3 svg {
    width: 33vw;
  }
  .page--home #fanpla--service .section--service.section--kit h3 span {
    font-size: 13px !important;
    line-height: 1.5;
  }
  .page--home #fanpla--service .section--service.section--rooms h3 svg {
    width: 47vw;
  }
  .page--home #fanpla--service .section--service.section--action h3 svg {
    width: 45vw;
  }
  .page--home #fanpla--service .section--service.section--chance h3 svg {
    width: 49vw;
  }
  .page--home #fanpla--service .section--service ul {
    margin: 0 7%;
  }
  .page--home #fanpla--service .section--service ul li.no-data {
    font-size: 5vw;
  }
  .page--home #fanpla--service .section--service ul li.no-data span {
    display: block;
    font-size: 3.3vw;
  }
  .page--home #fanpla--service .section--service ul li.more {
    margin: 7.4vw 0 12vw;
    font-size: 15px;
    font-weight: 700;
  }
  .page--home #fanpla--service .section--service ul:after {
    content: "";
    clear: both;
    display: block;
  }
  .page--home #fanpla--service .section--service .list--carousel .slick-list {
    overflow: visible;
  }
  .page--home #fanpla--service .section--service.only-intro {
    margin-bottom: 160px;
  }
  .page--home #fanpla--service .section--service.only-intro:before {
    height: 40vw;
    width: 90vw;
  }
  .page--home #fanpla--service .section--service.only-intro .section-tit h3 img {
    margin-bottom: 0;
  }
  .page--home #fanpla--service .section--service.only-intro .section-tit.only-tit {
    padding: 7vw 0 14vw;
  }
  .page--home #fanpla--service .section--service.only-intro ul {
    margin-bottom: 40px;
  }
  .page--home #fanpla--service .section--service.only-intro ul li {
    line-height: 1.4;
  }
  .page--home #fanpla--service .section--service.only-intro .service--lead {
    margin: 0 7%;
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 4.5vw;
  }
  .page--home #fanpla--service .section--service.only-intro .intro {
    margin: 0 7%;
    font-size: 3.4vw;
  }
  .page--home #fanpla--service .section--service.only-intro .area--service--img {
    position: relative;
  }
  .page--home #fanpla--service .section--service.only-intro .thumb-service {
    position: absolute;
    width: 50vw;
    bottom: -20vw;
    left: 3%;
  }
  .page--home #fanpla--service .section--service.only-intro .image-service {
    width: 76vw;
    margin: 20px 0px 40px auto;
    display: block;
  }
  .page--home #fanpla--service .section--service .detail__btn {
    width: 150px;
    margin: 100px auto 0;
  }
  .page--home #fanpla--service .section--service .detail__btn a {
    font-size: 12px;
    padding: 10px 0;
    border-radius: 20px;
  }
  .page--home #fanpla--service .section--service.started:before {
    animation: slide-in-anim-left 0.8s ease 0.3s 1 forwards;
  }
  .page--home #fanpla--service .block--hot {
    width: 100%;
    padding: 0 6%;
    background: linear-gradient(90deg, transparent 0%, transparent 20%, #EDEDED 20%, #EDEDED 100%);
  }
  .page--home #fanpla--service .block--hot.hot--rooms {
    margin-top: 10%;
  }
  .page--home #fanpla--service .block--hot .section-tit {
    margin-bottom: 4%;
  }
  .page--home #fanpla--service .block--hot ul {
    margin-bottom: 10%;
  }
  .page--home #fanpla--service .hot--rooms {
    order: 4;
  }
  .page--home #fanpla--service .section--action {
    order: 3;
  }
  .page--home #fanpla--service .hot--action {
    order: 6;
  }
  .page--home #fanpla--service .section--chance {
    order: 2;
  }
  .page--home #fanpla--service .hot--chance {
    order: 5;
  }
  .page--home #fanpla--service .section--owner {
    order: 7;
  }
  .page--home .section--banner .list--bnr {
    width: 95%;
  }
  .page--home .section--banner .list--bnr li {
    margin: 0 15px 0 0;
  }
  .page--home .section--banner.section--bnr--single .list--bnr {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .page--home .section--banner.section--bnr--single .list--bnr li {
    width: 100%;
  }
  .page--home .section--about {
    padding: 15vh 0 10vh;
  }
  .page--home .section--about .block--lead {
    width: 100%;
    margin-top: -10vw;
  }
  .page--home .section--about .block--lead .txt--lead01 {
    margin-bottom: 10px;
  }
  .page--home .section--about .block--lead h1.logo {
    height: 16vw;
    width: 52%;
    margin-bottom: 15px;
  }
  .page--home .section--about .block--lead .txt--lead02 {
    width: 90%;
    text-align: center;
    font-weight: bold;
    font-size: 4vw;
    letter-spacing: 0.05em;
    margin: 0 auto;
    line-height: 1.5;
  }
  .page--home .section--about .txt--lead {
    font-size: 5.5vw;
    line-height: 1.4;
    margin-bottom: 25px;
  }
  .page--home .section--about .btn--main {
    margin-top: 0;
  }
  .page--home .section--about .txt--basic {
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
  }
  .page--home .section--ticket .list--type01 {
    -moz-column-count: inherit;
         column-count: inherit;
    -moz-column-gap: inherit;
         column-gap: inherit;
    padding-bottom: 0;
    margin-bottom: 34px;
  }
  .page--home .section--ticket .list--type01 li:nth-child(n+6) {
    display: none !important;
  }
  .page--home .section--ticket .list--type01 li:nth-child(-n+6) {
    display: block !important;
  }
  .page--home .section--artist .section-tit {
    margin-left: 7%;
  }
  .page--home .section--artist .list--bottom {
    display: none !important;
  }
  .page--home .section--artist .no-data {
    font-size: 16px;
    padding: 40px 0 10px;
  }
  .page--info .section--detail article > .tit {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .page--info .section--detail .block--tit {
    padding-bottom: 10px;
    margin-bottom: 25px;
  }
  .page--info .section--detail .block--tit .name {
    font-size: 11px;
  }
  .page--info .section--detail .block--tit .date {
    font-size: 11px;
    padding-right: 10px;
    margin-right: 0;
  }
  .page--info .section--detail .block--tit + .thumb {
    width: 90%;
    margin: 0 auto 10px;
  }
  .page--info .section--detail .block--tit + .thumb img {
    max-height: inherit;
    width: 100%;
  }
  .page--info .section--detail .block--tit .block--share {
    bottom: 12px;
  }
  .page--info .section--detail .block--tit .block--share .share {
    font-size: 13px;
  }
  .page--info .section--detail .block--tit .block--share li {
    font-size: 16px;
    margin-left: 10px;
  }
  .page--info.page--info .list--type02 li .tit {
    padding-left: 62px;
    margin-top: 15px;
  }
  .page--info.page--info.info--topics .list--type02 li .tit {
    padding-left: 0;
  }
  .page--info.page--fanclub-news__detail .block--topics {
    margin-top: 80px;
  }
  .page--info.page--fanclub-news__detail .block--topics .block--txt .tit span {
    padding: 7px;
    font-size: 3.2vw;
  }
  .section--detail.support .section-tit {
    margin-bottom: 25px;
  }
  .design_re.page--artist .content--body {
    padding-top: 80px;
    background-size: 86%;
    padding-top: 140px;
    padding-bottom: 0;
  }
  .design_re.page--artist .pankuzu {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    top: 60px;
    text-align: right;
  }
  .design_re.page--artist .pankuzu li {
    padding-right: 0;
    margin-right: 0;
  }
  .design_re.page--artist .pankuzu li a {
    font-size: 12px;
  }
  .design_re.page--artist .pankuzu li:before {
    width: 15px;
    right: -23px;
    top: 7px;
  }
  .design_re.page--artist header {
    padding: min(6vw, 40px);
  }
  .design_re.page--artist header .mvLogo {
    width: 42%;
  }
  .design_re.page--artist header #globalNav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    z-index: 2000;
  }
  .design_re.page--artist header #globalNav ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: min(8vw, 40px);
  }
  .design_re.page--artist header #globalNav ul li {
    margin: 0 0 5px 0;
    font-size: min(6vw, 24px);
  }
  .design_re.page--artist header #globalNav ul li.hdrTw a i {
    font-size: 26px;
  }
  .design_re.page--artist header #globalNav ul li.btnFooterEntry a {
    margin: min(10vw, 60px) 0 0;
    padding: 6px 40px 4px;
    font-size: min(4vw, 17px);
  }
  .design_re.page--artist header #menuButton {
    display: block;
    position: absolute;
    right: min(6vw, 40px);
    top: 12px;
  }
  .design_re.page--artist header #menuButton.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 19px;
  }
  .design_re.page--artist header #menuButton.active span:nth-child(2) {
    transform: rotate(-45deg);
    bottom: 19px;
  }
  .design_re.page--artist .list--artist {
    display: flex;
  }
  .design_re.page--artist .list--artist .list--artist__inner {
    width: 48%;
    margin: 0 0 10px;
  }
  .design_re.page--artist .list--artist .list--artist__inner a {
    padding: 10px 10px 30px 10px;
  }
  .design_re.page--artist .list--artist .list--artist__inner a .ph {
    margin: 0 auto 5px;
    height: 22vw;
  }
  .design_re.page--artist .list--artist .list--artist__inner a .name {
    font-size: 12px;
  }
  .design_re.page--artist .list--artist .list--artist__inner a .site {
    font-size: 11px;
  }
  .design_re.page--artist .list--artist::after {
    display: block;
    content: "";
    width: 48%;
    margin: 0 auto 10px;
  }
  .design_re.page--artist footer.footer_re {
    padding: 8vw 6vw;
  }
  .design_re.page--artist footer.footer_re a {
    font-size: 10px;
    font-weight: bold;
  }
  .design_re.page--artist footer.footer_re > div:nth-of-type(1) {
    display: block;
    margin-bottom: 4vw;
  }
  .design_re.page--artist footer.footer_re > div:nth-of-type(1) a {
    display: block;
    margin: auto;
    width: 38%;
  }
  .design_re.page--artist footer.footer_re > div:nth-of-type(1) ul {
    justify-content: center;
    margin-top: 4vw;
    display: block;
  }
  .design_re.page--artist footer.footer_re > div:nth-of-type(1) ul li {
    margin-left: 0;
    margin-bottom: min(2vw, 10px);
    text-align: center;
    font-size: 0.8rem;
  }
  .design_re.page--artist footer.footer_re > div:nth-of-type(2) {
    display: block;
    margin-top: min(8vw, 60px);
  }
  .design_re.page--artist footer.footer_re > div:nth-of-type(2) a {
    display: block;
    margin: auto;
    width: 20%;
  }
  .design_re.page--artist footer.footer_re > div:nth-of-type(2) p {
    text-align: center;
    margin: 4vw 0 0;
    font-size: min(2.6vw, 10px);
  }
  .page--artist .list--artist {
    display: block;
  }
  .page--artist .list--artist .no-data {
    padding: 30px 0;
    font-size: 16px;
  }
  .page--artist .list--artist .list--artist__inner {
    width: 100%;
    margin: 0 auto 10px;
  }
  .page--artist .list--artist .list--artist__inner a {
    padding: 12px 10px 8px;
  }
  .page--artist .list--artist .list--artist__inner .name {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 5px;
  }
  .page--artist .list--artist .list--artist__inner .site {
    font-size: 12px;
  }
  .page--artist .fanpla-artist {
    margin-bottom: 50px;
  }
  .page--artist .fanplakit-artist .block-tit {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .page--faq .header .logo {
    width: 27vw;
    height: 8vw;
    top: 30px;
  }
  .page--faq footer {
    padding-top: 0;
  }
  .page--faq .searchBox {
    width: 100%;
    margin: 30px auto;
  }
  .page--faq .searchBox input[type=text] {
    line-height: 35px;
    font-size: 16px;
  }
  .page--faq .searchBox input[type=submit] {
    width: 40px;
    line-height: 46px;
  }
  .page--faq .section--list .section-tit {
    font-size: 18px;
  }
  .page--faq .section--list {
    width: 100%;
    max-width: inherit;
  }
  .page--faq .section--list .nav--list--faq {
    margin-bottom: 0;
  }
  .page--faq .section--list .nav--list--faq li {
    width: 49%;
    margin-bottom: 15px;
  }
  .page--faq .section--list .nav--list--faq li:nth-child(3n) {
    margin-right: 2%;
  }
  .page--faq .section--list .nav--list--faq li:nth-child(even) {
    margin-right: 0;
  }
  .page--faq .section--list .nav--list--faq li a {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 10px;
    border-radius: 4px;
    line-height: 1.3;
    font-size: 12px;
  }
  .page--faq .section--detail .block--contact {
    text-align: left;
  }
  .page--faq .block--faq-detail {
    padding: 15px;
    margin: 0 0 30px;
  }
  .page--faq .block--faq-detail dt {
    font-size: 14px;
  }
  .page--faq .block--faq-detail dd .txt {
    font-size: 14px;
  }
  .page--faq .list--faq {
    margin-bottom: 30px;
  }
  .page--faq .list--faq a {
    display: block;
    padding: 15px 0 17px 0;
  }
  .wrap.for-artist header a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .wrap.for-artist header > .logo {
    width: auto;
    top: 28px;
  }
  .wrap.for-artist header > .logo span {
    font-size: 20px;
    margin-top: 0;
    margin-left: 5px;
  }
  .wrap.for-artist header .drawer .logo a {
    width: 100%;
  }
  .wrap.for-artist header .drawer .logo img {
    width: 34%;
  }
  .wrap.for-artist header .drawer .logo span {
    font-style: italic;
    margin-left: 6px;
    font-weight: 400;
    font-size: 7vw;
  }
  .wrap.for-artist header .drawer .g-nav li {
    margin: 0;
  }
  .wrap.for-artist header .drawer .g-nav li.g-nav__item--inquiry a {
    padding: 12px;
    font-size: 12px;
    border-radius: 20px;
    width: 72%;
  }
  .wrap.for-artist header .drawer .g-nav li.g-nav__item--portal {
    padding: 25px 8% 0;
  }
  .wrap.for-artist header .drawer .g-nav li.g-nav__item--portal:before {
    content: "";
    position: absolute;
    top: 0;
    left: 8%;
    width: 25px;
    height: 2px;
    background: #242424;
  }
  .page--list-service .section--top .block--lead .txt--lead01 {
    font-size: 13vw;
    line-height: 1.1;
  }
  .page--list-service .section--top.no-bnr {
    margin-bottom: 40px;
    height: calc(100vh - 80px);
  }
  .page--list-service .section--banner {
    margin-bottom: 100px;
    padding-left: 7%;
  }
  .page--list-service .section--banner .list--bnr {
    width: 95%;
  }
  .page--list-service .section--banner .list--bnr li {
    margin: 0 15px 0 0;
  }
  .page--list-service .section--banner.section--bnr--single .list--bnr {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .page--list-service .section--banner.section--bnr--single .list--bnr li {
    width: 100%;
  }
  .page--list-service .section--lead h1 {
    font-size: 3vw;
  }
  .page--list-service .section--lead h1 span {
    font-size: 9vw;
  }
  .page--list-service .section--lead > div {
    font-size: 3.8vw;
    letter-spacing: 0.02em;
    margin: -6% 5% 10%;
  }
  .page--list-service .section--lead .block--state_issue .block--state {
    margin: 8% 6%;
  }
  .page--list-service .section--lead .block--state_issue .block--state h2 {
    line-height: 1.7;
    margin: 50px 10% 20px;
    font-size: 3.2vw;
  }
  .page--list-service .section--lead .block--state_issue .block--state > p {
    font-size: 3vw;
    margin: 0 10% 50px;
  }
  .page--list-service .section--lead .block--state_issue .block--state .example {
    width: 100%;
    padding: 20px 0;
    border-radius: 10px;
    border: 2px solid #fff;
  }
  .page--list-service .section--lead .block--state_issue .block--state .example .list--state {
    padding: 5vw 3vw;
  }
  .page--list-service .section--lead .block--state_issue .block--state .example .measure {
    text-align: center;
    margin-bottom: 34px;
    line-height: 1.5;
  }
  .page--list-service .section--lead .block--state_issue .block--state .example .measure p:first-of-type {
    font-size: 3vw;
  }
  .page--list-service .section--lead .block--state_issue .block--state .example .measure p:first-of-type span {
    font-size: 3.4vw;
  }
  .page--list-service .section--lead .block--state_issue .block--state .example .measure p:last-of-type {
    font-size: 4.2vw;
  }
  .page--list-service .section--lead .block--state_issue .block--state .example .measure-but .thumb {
    width: 80%;
    margin: 0 auto;
  }
  .page--list-service .section--lead .block--state_issue .block--state .example > p {
    font-size: 3.2vw;
    top: -2vw;
    left: 10%;
    width: 80%;
    border-radius: 25px;
  }
  .page--list-service .section--lead .block--state_issue .block--issue {
    margin: 4% 6% 6%;
  }
  .page--list-service .section--lead .block--state_issue .block--issue > p {
    font-size: 4vw;
    margin-bottom: 10px;
    line-height: 1.6;
    text-align: center;
  }
  .page--list-service .section--lead .block--state_issue .block--issue .list--issue {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .page--list-service .section--lead .block--state_issue .block--issue .list--issue li {
    width: 49%;
    padding: 2%;
    margin-bottom: 15px;
    font-size: 3.6vw;
    line-height: 1.6;
  }
  .page--list-service .section--lead .block--state_issue .block--issue .list--issue li .thumb {
    padding: 15%;
    width: 90%;
    margin: 0 auto 15px;
  }
  .page--list-service .section--lead .block--state_issue .block--issue .list--issue li .issue--txt p {
    font-size: 3vw;
    padding: 4% 8%;
    border-radius: 25px;
    width: 100%;
  }
  .page--list-service .section--lead .breakthrough {
    margin: 0 10% 16%;
    line-height: 1.6;
  }
  .page--list-service .section--lead .breakthrough p:first-of-type {
    font-size: 3vw;
    margin-bottom: 6px;
  }
  .page--list-service .section--lead .breakthrough p:last-of-type {
    font-size: 4vw;
  }
  .page--list-service .section--lead .breakthrough p:last-of-type span {
    font-size: 4.4vw;
    margin-right: 4px;
  }
  .page--list-service .list--service {
    margin: 0;
    padding: 30px 7% 100px;
  }
  .page--list-service .list--service h1 {
    font-size: 4.2vw;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  .page--list-service .list--service .block--service {
    padding: 12% 10%;
    margin-bottom: 20px;
  }
  .page--list-service .list--service .block--service .section-tit {
    margin-bottom: 0;
  }
  .page--list-service .list--service .block--service .section-tit .icon-service {
    width: 55px;
    height: 55px;
  }
  .page--list-service .list--service .block--service .section-tit .icon-service img {
    width: 28px;
  }
  .page--list-service .list--service .block--service .section-tit h2 {
    text-align: center;
  }
  .page--list-service .list--service .block--service .section-tit h2 > span {
    font-size: 2vw;
    line-height: 1.6;
  }
  .page--list-service .list--service .block--service .section-tit h2 > span span {
    font-size: 3.1vw;
  }
  .page--list-service .list--service .block--service .section-tit h2 img {
    height: 9.5vw;
  }
  .page--list-service .list--service .block--service .tit {
    font-size: 3vw;
    line-height: 1.6;
    margin-bottom: 6px;
  }
  .page--list-service .list--service .block--service h3 {
    font-size: 3.4vw;
    line-height: 1.8;
    margin-bottom: 25px;
  }
  .page--list-service .list--service .block--service .service-point {
    padding: 10px 15px;
    margin-bottom: 10px;
  }
  .page--list-service .list--service .block--service .service-point li {
    font-size: 3vw;
    padding-left: 18px;
    margin-bottom: 5px;
    line-height: 1.6;
  }
  .page--list-service .list--service .block--service .service-point li:before {
    top: 1vw;
    width: 10px;
    height: 8px;
  }
  .page--list-service .list--service .block--service .list__more {
    width: 150px;
    margin: 0 auto;
  }
  .page--list-service .list--service .block--service .list__more a {
    font-size: 10px;
    padding: 5px 0;
    border-radius: 20px;
  }
  .page--list-service .list--service .block--service .no-data {
    font-size: 4.3vw;
  }
  .page--list-service .list--service .block--service .no-data span {
    font-size: 2vw;
  }
  .page--list-service .list--service .block--service.block--owner .tit {
    margin-bottom: 10px;
  }
  .page--list-service .list--service.s-in01 .no-data {
    font-size: 5vw;
  }
  .page--list-service .section--service-result {
    padding-top: 6%;
    padding-left: 7%;
  }
  .page--list-service .section--service-result .block--service-result:before {
    height: 45vw;
    width: 70vw;
  }
  .page--list-service .section--service-result .section-tit {
    font-size: 5vw;
    margin-bottom: 10px;
  }
  .page--list-service .section--service-result .list--bnr {
    width: 95%;
  }
  .page--list-service .section--service-result .list--bnr li {
    margin: 0 15px 0 0;
  }
  .page--list-service .section--service-result.section--bnr--single .list--bnr {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .page--list-service .section--service-result.section--bnr--single .list--bnr li {
    width: 100%;
  }
  .page--artist--news .pankuzu {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    top: 60px;
    text-align: right;
  }
  .page--artist--news .pankuzu li {
    padding-right: 0;
    margin-right: 0;
  }
  .page--artist--news .pankuzu li a {
    font-size: 12px;
  }
  .page--artist--news .pankuzu li:before {
    width: 15px;
    right: -23px;
    top: 7px;
  }
  .page--artist--news header {
    padding: min(6vw, 40px);
  }
  .page--artist--news header .mvLogo {
    width: 42%;
  }
  .page--artist--news header #globalNav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    z-index: 2000;
  }
  .page--artist--news header #globalNav ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: min(8vw, 40px);
  }
  .page--artist--news header #globalNav ul li {
    margin: 0 0 5px 0;
    font-size: min(6vw, 24px);
  }
  .page--artist--news header #globalNav ul li.hdrTw a i {
    font-size: 26px;
  }
  .page--artist--news header #globalNav ul li.btnFooterEntry a {
    margin: min(10vw, 60px) 0 0;
    padding: 6px 40px 4px;
    font-size: min(4vw, 17px);
  }
  .page--artist--news header #menuButton {
    display: block;
    position: absolute;
    right: min(6vw, 40px);
    top: 12px;
  }
  .page--artist--news header #menuButton.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 19px;
  }
  .page--artist--news header #menuButton.active span:nth-child(2) {
    transform: rotate(-45deg);
    bottom: 19px;
  }
  .page--artist--news .section--list .list--artist .list--artist__inner {
    width: 100% !important;
  }
  .page--artist--news .section--list .list--artist .list--artist__inner:nth-child(4n) {
    margin: 0 auto 32px;
  }
  .page--artist--news .section--list .list--artist .list--artist__inner a .inner .thumb {
    height: 188px;
  }
  .page--artist--news .section--list .list--artist .list--artist__inner a .inner .name {
    margin-bottom: 2px;
  }
  .page--artist--news .section--list .list--artist .list--artist__inner a .inner .date {
    margin-bottom: 3%;
  }
  .page--artist--news .section--list .list--artist .list--artist__inner a .inner .tit {
    margin-bottom: 3%;
  }
  .page--artist--news .section--list .list--artist .list--artist__inner a .inner .limited--article {
    margin-bottom: 3%;
  }
  .page--artist--news footer.footer_re {
    padding: 8vw 6vw;
  }
  .page--artist--news footer.footer_re a {
    font-size: 10px;
    font-weight: bold;
  }
  .page--artist--news footer.footer_re > div:nth-of-type(1) {
    display: block;
    margin-bottom: 4vw;
  }
  .page--artist--news footer.footer_re > div:nth-of-type(1) a {
    display: block;
    margin: auto;
    width: 38%;
  }
  .page--artist--news footer.footer_re > div:nth-of-type(1) ul {
    justify-content: center;
    margin-top: 4vw;
    display: block;
  }
  .page--artist--news footer.footer_re > div:nth-of-type(1) ul li {
    margin-left: 0;
    margin-bottom: min(2vw, 10px);
    text-align: center;
    font-size: 0.8rem;
  }
  .page--artist--news footer.footer_re > div:nth-of-type(2) {
    display: block;
    margin-top: min(8vw, 60px);
  }
  .page--artist--news footer.footer_re > div:nth-of-type(2) a {
    display: block;
    margin: auto;
    width: 20%;
  }
  .page--artist--news footer.footer_re > div:nth-of-type(2) p {
    text-align: center;
    margin: 4vw 0 0;
    font-size: min(2.6vw, 10px);
  }
  .page--artist--news .section--detail {
    padding-top: 30px;
  }
  .page--artist--news .section--detail .tit {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .page--artist--news .section--detail .block--tit {
    padding-bottom: 10px;
    margin-bottom: 25px;
  }
  .page--artist--news .section--detail .block--tit .date {
    font-size: 11px;
    padding-right: 10px;
    margin-right: 0;
  }
  .page--artist--news .section--detail .block--tit .name {
    font-size: 11px;
  }
  .page--artist--news .section--detail .block--tit .limited--article {
    left: 0;
    display: block;
    font-size: 11px;
    padding-top: 2px;
  }
  .page--artist--news .section--detail .block--tit + .thumb img {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    width: 100%;
  }
  .page--artist--news .section--detail .limited--block--tit {
    padding-bottom: 28px;
  }
  .page--artist--news .detail__btn {
    margin: 30px auto;
  }
  .page--artist--news .newinfo {
    margin: 80px auto 50px;
  }
  .page--artist--news .list--information li {
    width: 100%;
    margin-right: 0;
  }
  .page--artist--news .list--information .thumb {
    height: 250px !important;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .header .drawer .nav li a span.font-futura {
    margin-bottom: 45px;
  }
  .header .drawer .nav li.g-nav__item--service {
    padding-top: 50px;
  }
  .header .drawer .nav .list--sub-nav li {
    margin-bottom: 35px;
  }
  .list__more a {
    font-size: 20px;
  }
  .list--bnr.slick-initialized::after {
    left: 45px;
    bottom: -21px;
    width: 9%;
  }
  .slick-next, .slick-prev {
    bottom: -40px;
  }
  .slick-next::before, .slick-prev::before {
    font-size: 18px;
  }
  .slick-next {
    left: calc(55px + 9%);
  }
  .page--home .section-tit {
    font-size: 5vw;
  }
  .page--home .section--media--contents.section--ticket ul li.main-panel .term {
    font-size: 2.5vw;
  }
  .page--home .section--media--contents.section--ticket ul li:not(.main-panel) .block--txt .name {
    font-size: 3vw;
  }
  .page--home .section--media--contents.section--ticket ul li:not(.main-panel) .block--txt .tit {
    font-size: 2.8vw;
  }
  .page--home .section--media--contents.section--ticket ul li:not(.main-panel) .block--txt .term {
    font-size: 2vw;
    padding: 2%;
  }
  .page--home #fanpla--service .block--hot .section-tit h3 {
    font-size: 35px;
  }
  .page--home #fanpla--service .block--hot ul li a .thumb {
    width: 35%;
    heght: auto;
  }
  .page--home #fanpla--service .block--hot ul li a .block--txt {
    width: 62%;
  }
  .page--home #fanpla--service .block--hot ul li a .block--txt .name {
    font-size: 3.2vw;
  }
  .page--home #fanpla--service .block--hot ul li a .block--txt .tit {
    font-size: 2.4vw;
  }
  .page--home #fanpla--service .block--hot ul li:not(:last-child) {
    margin-bottom: 30px;
  }
  .page--home #fanpla--service .section--service ul li.more {
    font-size: 4vw;
  }
  .page--home #fanpla--service .section--service.only-intro {
    margin-bottom: 200px;
  }
  .page--home #fanpla--service .section--service.only-intro .intro {
    font-size: 3vw;
    margin-bottom: 45px;
  }
  .page--home #fanpla--service .section--service.only-intro .service--lead {
    font-size: 4vw;
  }
  .page--home #fanpla--service .section--service .detail__btn {
    width: 40%;
    margin: 180px auto 0;
  }
  .page--home #fanpla--service .section--service .detail__btn a {
    font-size: 16px;
    padding: 18px 0;
    border-radius: 30px;
  }
  .wrap.for-artist header .drawer .g-nav li.g-nav__item--inquiry a {
    border-radius: 30px;
    font-size: 18px;
  }
  .wrap.for-artist header .drawer .g-nav li.g-nav__item--portal {
    padding-top: 40px;
  }
  /*  page--list-service
  ------------------------------ */
  .page--list-service .section--banner {
    margin-bottom: 18vh;
  }
  .page--list-service .section--lead h1 {
    font-size: 2.5vw;
  }
  .page--list-service .section--lead div {
    font-size: 2.2vw;
  }
  .page--list-service .section--lead .block--state_issue .block--state {
    margin-bottom: 50px;
  }
  .page--list-service .section--lead .block--state_issue .block--state h2 {
    font-size: 2.8vw;
    margin-top: 70px;
  }
  .page--list-service .section--lead .block--state_issue .block--state > p {
    font-size: 2vw;
    margin-bottom: 70px;
  }
  .page--list-service .section--lead .block--state_issue .block--state .example {
    border-width: 4px;
  }
  .page--list-service .section--lead .block--state_issue .block--state .example .list--state {
    padding: 50px 50px 0;
  }
  .page--list-service .section--lead .block--state_issue .block--state .example .measure p:first-of-type {
    font-size: 1.8vw;
  }
  .page--list-service .section--lead .block--state_issue .block--state .example .measure p:first-of-type span {
    font-size: 2.4vw;
  }
  .page--list-service .section--lead .block--state_issue .block--state .example .measure p:last-of-type {
    font-size: 2.8vw;
  }
  .page--list-service .section--lead .block--state_issue .block--state .example .measure p:last-of-type .sp {
    display: none;
  }
  .page--list-service .section--lead .block--state_issue .block--state .example .measure-but {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page--list-service .section--lead .block--state_issue .block--state .example .measure-but .thumb {
    width: 84%;
    margin-bottom: 30px;
  }
  .page--list-service .section--lead .block--state_issue .block--state .example .measure-but p {
    width: 56%;
    font-size: 18px;
  }
  .page--list-service .section--lead .block--state_issue .block--state .example > p {
    top: -17px;
    left: 20%;
    font-size: 2vw;
    width: 60%;
    border-radius: 25px;
  }
  .page--list-service .section--lead .block--state_issue .block--issue {
    margin: 0 6% 4%;
  }
  .page--list-service .section--lead .block--state_issue .block--issue > p {
    font-size: 2.8vw;
    margin-bottom: 20px;
  }
  .page--list-service .section--lead .block--state_issue .block--issue > p .sp {
    display: none;
  }
  .page--list-service .section--lead .block--state_issue .block--issue .list--issue {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .page--list-service .section--lead .block--state_issue .block--issue .list--issue li {
    width: 24%;
    padding: 0;
  }
  .page--list-service .section--lead .block--state_issue .block--issue .list--issue li .issue--txt p {
    font-size: 1.2vw;
    width: 90%;
  }
  .page--list-service .section--lead .breakthrough p:first-of-type {
    font-size: 2.2vw;
  }
  .page--list-service .section--lead .breakthrough p:last-of-type {
    font-size: 2.9vw;
  }
  .page--list-service .section--lead .breakthrough p:last-of-type span {
    font-size: 3.2vw;
  }
  .page--list-service .list--service {
    padding: 40px 5% 100px;
  }
  .page--list-service .list--service h1 {
    font-size: 3vw;
    text-align: center;
    margin-bottom: 30px;
  }
  .page--list-service .list--service h1 .pc {
    display: block !important;
  }
  .page--list-service .list--service .block--service .section-tit {
    margin-bottom: 10px;
  }
  .page--list-service .list--service .block--service .section-tit h2 {
    text-align: center;
  }
  .page--list-service .list--service .block--service .section-tit h2 > span {
    font-size: 2.6vw;
    margin-bottom: 15px;
  }
  .page--list-service .list--service .block--service .section-tit h2 > span span {
    display: block;
    font-size: 3vw;
  }
  .page--list-service .list--service .block--service.block--kit .icon-service img {
    margin-left: 5%;
    width: 40px;
  }
  .page--list-service .list--service .block--service.block--rooms .icon-service img {
    width: 60px;
  }
  .page--list-service .list--service .block--service.block--action .icon-service img {
    width: 55px;
  }
  .page--list-service .list--service .block--service.block--chance .icon-service img {
    width: 64px;
  }
  .page--list-service .list--service .block--service .tit {
    font-size: 2.2vw;
  }
  .page--list-service .list--service .block--service .list__more {
    width: 170px;
  }
  .page--list-service .list--service .block--service .list__more a {
    font-size: 16px;
  }
  .page--list-service .list--service .block--service .service-point {
    padding: 20px 25px;
    margin-bottom: 20px;
  }
  .page--list-service .list--service .block--service .service-point li {
    font-size: 2.3vw;
    padding-left: 30px;
  }
  .page--list-service .list--service .block--service .service-point li:before {
    width: 20px;
    height: 18px;
    top: 0.7vw;
  }
  .page--list-service .list--service .block--service h3 {
    font-size: 2.8vw;
    margin-bottom: 40px;
  }
  .page--home .section--top .block--movie video,
  .page--list-service .section--top .block--movie video {
    transform: scale(1);
  }
  .page--artist--news .section--list .list--artist .list--artist__inner {
    width: 48% !important;
  }
}