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

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}


body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

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

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

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

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

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

a {
  color: inherit;
  text-decoration: none;
  line-height: 1;
}

img {
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  line-height: 0;
}

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

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

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

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

.svg-symbol {
  display: none;
}

.btn {
  text-align: center;
}

.btn-base-style, .page--ticket .btn--sub, .page--ticket .btn--main, .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: #4ad4ea;
  color: #fff;
  margin: 1em 0;
  padding: 1.4em 2em;
  font-style: normal;
  border-radius: 0;
  -webkit-box-shadow: 0px 3px 12px rgba(10, 10, 10, 0.15);
          box-shadow: 0px 3px 12px rgba(10, 10, 10, 0.15);
}

.btn--sub {
  border: 1px solid #111;
  background: none;
  color: #111;
  margin: 1em 0;
  padding: 1.3em 2em;
  border-radius: 0;
}

.btn--main, .btn--sub {
  width: 74%;
}

.btn--sub {
  background: #fff;
}

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

.detail__btn {
  margin: 8px 0 56px;
  line-height: 1;
  text-align: center;
}
.detail__btn a {
  font-size: 12px;
}

@media screen and (min-width: 1px) and (max-width: 960px) {
  .fanstream--btn {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .fanstream--btn li {
    width: 49%;
    font-size: 13px;
  }
  .fanstream--btn li .fa-chevron-right {
    font-size: 12px;
    margin-left: -3px;
  }
}
.fanstream--btn li {
  background: #fff;
  letter-spacing: 0.05em;
  border: 1px solid #E8E8E8;
  margin-bottom: 24px;
  text-align: center;
}
.fanstream--btn li a {
  display: block;
  padding: 17px 0;
}
.fanstream--btn li a .fa-chevron-right::before {
  color: #7e7a76;
}
@media screen and (min-width: 961px) {
  .fanstream--btn li {
    display: inline-block;
    min-width: 180px;
    text-align: center;
  }
}

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

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

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

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

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

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

iframe.note-video-clip {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

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

/* element */
.date,
.category {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
}

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

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

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

.tit {
  font-size: 14px;
  line-height: 1.4;
  word-break: break-word;
  padding-top: 6px;
  letter-spacing: 0.05em;
}

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

.section--detail.new .tit,
.list__item.new .tit {
  position: relative;
}
.section--detail.new .tit::after,
.list__item.new .tit::after {
  content: "NEW";
  font-size: 12px;
  font-weight: bold;
  color: #e53d3d;
  margin-left: 2px;
}

.list__more {
  display: inline-block;
  margin: 0 0 0 auto;
}
.list__more a {
  display: block;
  font-size: 12px;
  position: relative;
}

/* list */
.list .list__item {
  width: 100%;
  border-bottom: 1px solid #E8E8E8;
}
.list .list__item a {
  display: block;
  padding: 20px 0;
  position: relative;
}
.list .list__item:first-child a {
  padding-top: 0px;
}

.page--information .section--list .list .list__item,
.page--blog .section--list .list .list__item {
  background: #fff;
  border: none;
  margin-bottom: 1.2em;
}
.page--information .section--list .list .list__item .tit,
.page--blog .section--list .list .list__item .tit {
  padding-top: 10px;
}
.page--information .section--list .list .list__item a,
.page--blog .section--list .list .list__item a {
  padding: 16px;
}

.list--blog .category {
  font-size: 10px;
  text-align: center;
  border-radius: 11px;
  padding: 3px 8px;
}
.list--blog .writer + .date {
  margin-left: 10px;
}
.list--blog .wrap--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  font-size: 12px;
}
.list--blog .icon--comment {
  margin-right: 10px;
}

/* list--thumbnail */
.list--thumbnail .list__item {
  width: 100%;
  margin-bottom: 40px;
}
.list--thumbnail .list__item a {
  display: block;
  position: relative;
}
.list--thumbnail .list__item .thumb {
  background: no-repeat center;
  background-image: url("/static/fcopen/common/thumb--none.jpg");
  background-size: cover;
  -webkit-box-shadow: 0px 3px 12px 0 rgba(10, 10, 10, 0.25);
          box-shadow: 0px 3px 12px 0 rgba(10, 10, 10, 0.25);
  margin-bottom: 18px;
}
.list--thumbnail .list__item:last-child {
  margin-bottom: 0;
}

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

/* list--phot thumbnail */
.list--thumbnail.list--photo .list__item .thumb {
  overflow: hidden;
  z-index: 1;
  aspect-ratio: 3/2;
}
.list--thumbnail.list--photo .list__item .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: contain;
  line-height: 0;
  position: relative;
}
.list--thumbnail.list--photo .list__item .thumb .blur {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: scale(2);
  transform: scale(2);
  z-index: -1;
}
.list--thumbnail.list--photo .list__item .thumb .blur img {
  height: 100%;
  background-size: cover;
  display: inline-block;
}
@supports not (aspect-ratio: 3/2) {
  .list--thumbnail.list--photo .list__item .thumb {
    aspect-ratio: initial;
    width: 100%;
    padding-top: 66.6666%;
  }
  .list--thumbnail.list--photo .list__item .thumb img {
    position: absolute;
    top: 0;
  }
}

/* list--movie thumbnailありの時 */
.thumb .playmark {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
}
.thumb .playmark::before {
  content: "";
  display: inline-block;
  background: no-repeat center;
  background-image: url("/static/fcopen/common/thumb--play-mark.png");
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

/* list--schedule */
.list--schedule .category {
  margin-left: 0;
}
.list--schedule .date {
  margin-bottom: 0;
  margin-left: 1em;
  line-height: 1;
  vertical-align: 1px;
}

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

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

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

/* list--faq */
.list--faq {
  margin: 0 0 80px;
}
.list--faq li {
  border-top: 1px solid rgba(17, 17, 17, 0.1);
}
.list--faq li:last-child {
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}
.list--faq a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: baseline;
  -webkit-box-align: baseline;
  align-items: baseline;
  padding: 20px 0;
  text-decoration: none;
}
.list--faq a:hover {
  opacity: 0.5;
}
.list--faq .txt {
  margin: 0;
  padding-left: 20px;
  line-height: 1.4;
}
.list--faq .icon--q {
  line-height: 1.7;
  margin-right: 5px;
}

.block--category {
  color: #9D9C9C;
  line-height: 1;
  margin-bottom: 40px;
}
.block--category li {
  display: inline-block;
  position: relative;
}
.block--category li:not(:last-child) {
  margin-right: 2em;
}
.block--category li:not(:last-child)::after {
  content: "";
  background: #444;
  width: 1px;
  position: absolute;
  top: -1px;
  bottom: 0;
  right: -1.2em;
}
.block--category li a {
  display: block;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: 13px;
  position: relative;
}
.block--category li a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form--confirm {
  border: 0.5px solid #d9dde0;
  border-radius: 6px;
  padding: 40px 30px 10px;
  margin-bottom: 40px;
}
.form--confirm dt {
  margin: 0 0 5px;
  opacity: 0.4;
}
.form--confirm dd {
  margin: 0 0 30px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form--confirm {
    padding: 20px 5%;
  }
}

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

header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #E8E8E8;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 999;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
header .inner {
  width: 100%;
  max-height: 100%;
  text-align: left;
}
header .drawer {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: flex-start;
  -ms-flex-align: baseline;
  -webkit-box-align: baseline;
  align-items: baseline;
  z-index: 99;
  position: fixed;
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-transition: 0.4s cubic-bezier(0.16, 0.68, 0.65, 1.03);
  transition: 0.4s cubic-bezier(0.16, 0.68, 0.65, 1.03);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  padding-top: 80px;
  pointer-events: none;
}
header .drawer .g-nav {
  position: relative;
  top: 0;
  left: 0;
  padding: 0 10%;
}
header .drawer .nav li {
  display: block;
}
header .drawer .nav li a {
  display: block;
  line-height: 2.6;
}
header .drawer .nav__list--login {
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.drawer__btn {
  width: 23px;
  height: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 999;
}
.drawer__btn span {
  display: block;
  width: 22px;
  height: 2px;
  background: #676767;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
}
.drawer__btn span:first-child {
  top: 30%;
}
.drawer__btn span:nth-child(2) {
  top: 50%;
  width: 18px;
}
.drawer__btn span:last-child {
  top: 70%;
  width: 16px;
}
.drawer__btn::before {
  content: "";
  display: inline-block;
  background: #E8E8E8;
  width: 1px;
  height: 28px;
  position: absolute;
  top: 20%;
  left: -16px;
}

.nav__list--sns li a i {
  font-size: 16px;
}
.nav__list--sns .g-nav--item__linkfire i {
  font-size: 1.1em;
  vertical-align: -0.12em;
}

.drawer-visible .header .drawer__btn span {
  -webkit-animation: none;
          animation: none;
}
.drawer-visible .header .drawer__btn span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
}
.drawer-visible .header .drawer__btn span:nth-child(2) {
  opacity: 0;
}
.drawer-visible .header .drawer__btn span:last-child {
  width: 22px;
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.drawer-visible .header .drawer__btn::before {
  content: none;
}
.drawer-visible .drawer {
  background: #f1f1f1;
  opacity: 1;
  pointer-events: auto;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 998;
}

h1.logo.top {
  position: relative;
}
h1.logo .salon--copy.pc {
  font-size: 10px;
  opacity: 0.6;
  letter-spacing: 0.08em;
}
h1.logo a {
  display: block;
}
h1.logo a img {
  width: 100%;
  background-size: contain;
}
h1.logo a .logo--text {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  height: 100%;
}
h1.logo a .logo--text .artist-name {
  width: 100%;
}
h1.logo a .logo--text .fanclub-name {
  display: block;
  width: 100%;
  line-height: 1.5;
}

.nav li {
  display: inline-block;
  font-size: 16px;
}

.block--login .nav__list--login {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.block--login .nav__list--login li {
  width: 82px;
  height: 30px;
  text-align: center;
  margin-right: 0;
}
.block--login .nav__list--login li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  border-radius: 20px;
}
.block--login .nav__list--login li.g-nav--item__join {
  color: #fff;
  margin-right: 20px;
}
.block--login .nav__list--login li.g-nav--item__join a {
  background: #111;
}
.block--login .nav__list--login li.g-nav--item__login {
  color: #111;
}
.block--login .nav__list--login li.g-nav--item__login a {
  border: 1px solid #111;
}

footer {
  width: 100%;
  z-index: 1;
}
footer .footer__inner {
  position: relative;
  z-index: 1;
}
footer .salon--copy {
  width: 80%;
  font-size: 0.85em;
  padding: 46px 0 10px;
  border-bottom: 1px solid;
  margin: 0 auto;
}
footer .copyright {
  text-align: center;
  opacity: 0.5;
}
footer .copyright small {
  line-height: 1.8;
  display: inline-block;
}
footer .copyright small em {
  opacity: 0.5;
}
@media screen and (min-width: 961px) {
  footer .copyright {
    text-align: right;
  }
  footer .copyright em {
    text-align: right;
  }
}
footer .g-nav--item__bubble a {
  line-height: 0;
}

.nav__list--sns {
  margin-bottom: 10px;
}

body:not(.page--home) footer .nav__list--sns,
body:not(.page--home) footer .nav {
  display: none;
}

.wrap {
  background: #f1f1f1;
  min-height: 100%;
  position: relative;
}

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

.section-tit {
  line-height: 1;
  font-size: 19px;
  margin-bottom: 24px;
}

.section-tit.blog {
  line-height: 1.4;
}

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

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

.block--movie-loading {
  color: #fff;
  width: 80%;
  height: 100px;
  font-size: 12px;
  max-width: 400px;
  text-align: center;
  border: 0.5px solid;
  padding: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.block--txt a {
  border-bottom: 1px solid;
}

.section--list,
.section--detail {
  padding: 0 5%;
}

.section--detail .block--title .tit {
  font-size: 16px;
}
.section--detail .block--txt.block--editor {
  padding: 20px 0;
  letter-spacing: 0.025em;
}

.next-stream {
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0px 3px 12px rgba(10, 10, 10, 0.15);
          box-shadow: 0px 3px 12px rgba(10, 10, 10, 0.15);
}
.next-stream svg {
  width: 15px;
  height: 15px;
  margin-right: 0.2em;
}
.next-stream li {
  margin-bottom: 0 !important;
}
.next-stream .section-tit {
  font-size: 18px;
}
.next-stream .tit {
  font-size: 15px;
  padding: 0;
}
.next-stream .list .list__item a {
  padding: 0;
}
.next-stream .block--date {
  font-size: 14px;
  margin-bottom: 8px;
}
.next-stream .block--date span:first-of-type {
  margin-right: 4px;
}
.next-stream .block--date .block--date__youbi {
  font-size: 0.85em;
  color: #7e7a76;
}
.next-stream .block--date .block--date__time {
  margin-left: 4px;
}

.img--blur {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  z-index: 1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/* IE only */
_:-ms-input-placeholder .img--main-photo, :root .img--main-photo {
  max-width: none !important;
}
_:-ms-input-placeholder .img--blur, :root .img--blur {
  max-width: none !important;
  max-height: none !important;
  height: auto !important;
}

/* text transform uppercase  */
.block--login .nav__list--login li a,
.nav__list--login li.g-nav--item__join,
.nav__list--login li.g-nav--item__login,
.nav__list--contents li.g-nav--item__mypage,
.detail__btn,
.btn .btn--sub,
.block--share li.share,
.block--category li a,
.block--pager a,
.list__more a,
.next-stream,
.date .youbi,
.page--home footer .list-tit,
.block--comment #next,
.page--information .category {
  text-transform: uppercase;
}

/* pc ------------------------------  */
@media screen and (min-width: 961px) {
  /* base
  ------------------------------ */
  .sp {
    display: none !important;
  }
  a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .section--hero-img {
    position: relative;
  }
  .pc--view {
    width: calc(100% - 375px);
    position: fixed;
    height: 100vh;
  }
  .pc--view .bg {
    z-index: -1;
    position: fixed;
  }
  .pc--view .bg img {
    background-position: center;
  }
  .pc--view .bg::before {
    display: none;
  }
  .pc--view .section--hero-img .block--hero-img {
    aspect-ratio: 12/7;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 0;
    position: relative;
    overflow: hidden;
  }
  .pc--view .section--hero-img .block--hero-img img {
    max-height: 100%;
    z-index: 2;
  }
  .pc--view .section--hero-img .block--hero-img .img--main-photo {
    position: relative;
  }
  .pc--view .section--hero-img .block--hero-img .img--blur {
    position: absolute;
    z-index: 1;
  }
  @supports not (aspect-ratio: 12/7) {
    .pc--view .section--hero-img .block--hero-img {
      aspect-ratio: initial;
      width: 100%;
      padding-top: 58.3333%;
    }
    .pc--view .section--hero-img .block--hero-img .img--main-photo,
    .pc--view .section--hero-img .block--hero-img .img--blur {
      position: absolute;
      top: 0;
    }
  }
  .pc--view .section--hero-img .cover {
    width: 100%;
    height: 100%;
    max-height: unset;
    position: absolute;
    top: 0;
    left: 0;
  }
  .pc--view .footer_block {
    background: #f1f1f1;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: flex-end;
    -webkit-box-align: flex-end;
    align-items: flex-end;
    height: 100%;
  }
  .pc--view .footer_block .footer_block-inner {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 40px;
    position: absolute;
    bottom: 40px;
    z-index: 10;
  }
  .pc--view .footer_block footer {
    width: 60%;
  }
  .pc--view .footer_block footer nav li {
    margin-left: 2%;
  }
  .pc--view .footer_block footer nav li:first-child {
    margin-left: 0;
  }
  .section--detail.new .block--title .date::after,
  .list__item.new .tit::after {
    vertical-align: 1px;
  }
  .sp--view {
    width: 375px;
    height: auto;
    min-height: 100%;
    position: absolute;
    right: 0;
    overflow: hidden;
  }
  .container {
    padding-top: 106px;
  }
  /* header
  ------------------------------ */
  h1.logo.top {
    width: 20vw;
    max-width: 240px;
  }
  h1.logo.top a img {
    max-height: 120px;
  }
  h1.logo a .logo--text .artist-name {
    font-size: 22px;
  }
  h1.logo a .logo--text .fanclub-name {
    font-size: 15px;
  }
  .header {
    width: 375px;
    height: 60px;
    padding: 0 20px;
  }
  .block--login {
    margin: 5px 0;
    display: inline-block;
  }
  .drawer__btn {
    cursor: pointer;
    float: right;
  }
  .drawer__btn span {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .drawer__btn:hover span {
    -webkit-animation: drawer__btn 0.8s 1;
            animation: drawer__btn 0.8s 1;
  }
  .drawer-visible .drawer__btn span {
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .drawer-visible .drawer {
    width: 375px;
  }
  @-webkit-keyframes drawer__btn {
    0% {
      -webkit-transform-origin: right;
              transform-origin: right;
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s;
    }
    49.9% {
      -webkit-transform-origin: right;
              transform-origin: right;
    }
    50% {
      -webkit-transform-origin: left;
              transform-origin: left;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
    }
    99.9% {
      -webkit-transform-origin: left;
              transform-origin: left;
    }
    100% {
      -webkit-transform-origin: right;
              transform-origin: right;
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
    }
  }
  @keyframes drawer__btn {
    0% {
      -webkit-transform-origin: right;
              transform-origin: right;
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s;
    }
    49.9% {
      -webkit-transform-origin: right;
              transform-origin: right;
    }
    50% {
      -webkit-transform-origin: left;
              transform-origin: left;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
    }
    99.9% {
      -webkit-transform-origin: left;
              transform-origin: left;
    }
    100% {
      -webkit-transform-origin: right;
              transform-origin: right;
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
    }
  }
  /* footer
  ------------------------------ */
  .footer__inner {
    margin-top: 3%;
  }
  .footer .nav__list--sns {
    text-align: right;
  }
  .footer .nav__list--sns li {
    margin-left: 1em;
  }
  footer .g-nav--item__bubble a i svg {
    width: 46px;
  }
  /* hover action
  ------------------------------ */
  .header .g-nav .nav li a {
    position: relative;
    display: inline-block;
  }
  .header .g-nav .nav li a::after {
    position: absolute;
    bottom: 8px;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .header .g-nav .nav li a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .pager__item--older a::after,
  .list__more a::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .pager__item--older a:hover::after,
  .list__more a:hover::after {
    -webkit-transform: translateX(4px) rotate(45deg);
            transform: translateX(4px) rotate(45deg);
  }
  .pager__item--newer a::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .pager__item--newer a:hover::after {
    -webkit-transform: translateX(-4px) rotate(-135deg);
            transform: translateX(-4px) rotate(-135deg);
  }
  h1.logo a:hover,
  .btn .btn--main:hover,
  .salon--detail_btn:hover,
  .nav__list--login li a:hover,
  .block--share li a:hover,
  .list .list__item a:hover,
  .footer .nav__list--sns li a:hover,
  .list--support .list__item a:hover {
    opacity: 0.6;
  }
  .list--thumbnail a .thumb {
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .list--thumbnail a .thumb::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    mix-blend-mode: multiply;
  }
  .list--thumbnail a:hover .thumb::after {
    opacity: 0.5;
  }
  .section--detail a:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 1380px) {
  .pc--view {
    width: 60%;
  }
  .sp--view,
  .header,
  .drawer-visible .drawer {
    width: 40%;
  }
  .section--list, .section--detail {
    padding: 0 8% 120px;
  }
  .next-stream {
    padding: 10%;
  }
  .next-stream .section-tit {
    font-size: 26px;
  }
  header .drawer .g-nav {
    max-width: 600px;
  }
  .section-tit {
    font-size: 22px;
  }
  .tit {
    font-size: 15px;
  }
  .list__more a {
    font-size: 14px;
  }
  .list--thumbnail .list__item {
    margin-bottom: 48px;
  }
  .pc--view .footer_block {
    height: calc(100vh - 35%);
  }
}
/* IE10・11対応 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bg, .img--blur {
    display: none;
  }
  .pc--view .section--hero-img .block--hero-img {
    aspect-ratio: initial;
    width: 100%;
    padding-top: 58.3333%;
  }
  .pc--view .section--hero-img .block--hero-img .img--main-photo,
  .pc--view .section--hero-img .block--hero-img .img--blur {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
/* sp ------------------------------  */
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* base
  ------------------------------ */
  .pc {
    display: none !important;
  }
  .container:not(.page--home) {
    padding-top: 120px;
  }
  .block--pager {
    margin: 0 auto 30px;
  }
  .form--post {
    margin-bottom: 4em;
  }
  /* header
  ------------------------------ */
  header {
    height: 17.3333333333vw;
    padding: 0 4%;
  }
  header .inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  header .inner .logo--text .artist-name {
    display: none;
  }
  h1.logo {
    width: 26vw;
  }
  h1.logo.top {
    width: 60vw;
  }
  h1.logo.top img {
    max-height: 115px;
  }
  h1.logo a .logo--text .artist-name {
    font-size: 18px;
  }
  h1.logo a .logo--text .fanclub-name {
    font-size: 10px;
  }
  /* block--login
  ------------------------------ */
  .nav__list--login {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: center;
  }
  .block--login {
    margin-top: 24px;
  }
  /* footer
  ------------------------------ */
  .nav__list--sns {
    text-align: center;
    margin-bottom: 20px;
  }
  .nav__list--sns li {
    margin-right: 1em;
  }
  .nav__list--sns li:last-child {
    margin-right: 0;
  }
  footer .g-nav--item__bubble a i svg {
    width: 41px;
  }
  body:not(.page--home) footer {
    background: none;
    padding: 16px 5%;
  }
  body:not(.page--home) footer .nav__list--sns,
  body:not(.page--home) footer .nav {
    display: none;
  }
  body:not(.page--home) footer .copyright {
    text-align: center;
    opacity: 0.5;
    position: relative;
    z-index: 2;
  }
  /* list
  ------------------------------ */
  .category {
    font-size: 10px;
  }
  /* list list--thumbnail */
  /* list--schedule */
  .list--schedule .list__item {
    margin-bottom: 10px;
  }
  .list--schedule .list__item .category {
    margin-bottom: 5px;
  }
  /* list--qa */
  .list--qa .list__item a {
    padding-left: 45px;
  }
  .list--qa .list__item a::before,
  .list--qa .list__item .ico {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 27px;
    top: 10px;
  }
  .list--qa .list__item .block--txt .tit {
    margin-bottom: 5px;
  }
  .list__item .ico {
    line-height: 31px;
  }
  .list__item .ico .ico--play {
    width: 13px;
    height: 13px;
    left: 2px;
  }
  /* list--attention */
  .list--attention {
    font-size: 0.9em;
    margin-top: 1em;
  }
  .list--attention li {
    padding-left: 1em;
    text-indent: -1em;
  }
  /* carousel */
  .slick-prev::after, .slick-next::after {
    width: 14px;
    height: 14px;
    top: 5px;
    left: 20px;
  }
  .slick-next::after {
    left: 5px;
  }
  /* 共通 */
  .section-error .tit {
    font-size: 20px;
  }
  .section-error .tit .number {
    font-size: 40px;
  }
  .section-error .txt--sub {
    text-align: left;
  }
}
/* tablet ------------------------------  */
@media screen and (min-width: 756px) and (max-width: 961px) {
  header {
    height: 100px;
  }
  h1.logo {
    width: 10vw;
  }
  .container:not(.page--home) {
    padding-top: 160px;
  }
  .next-stream {
    padding: 40px 40px 30px;
  }
  .section-tit {
    font-size: 3.8vw;
  }
  .btn--main, .btn--sub {
    width: 60%;
  }
}
/*==============================
// mixin
//============================== */
/* ==============================
page--home
============================== */
.page--home {
  /* 共通
  ------------------------------ */
  /* swiper */
  /* swiper-pager */
  /* section--schedule */
  /* section-movie */
  /* section--photo */
  /* no-contents */
  /* footer*/
}
.page--home .wrap {
  padding-top: 0;
  padding-bottom: 300px;
}
.page--home .block--content-wrap {
  padding: 40px 5% 64px;
}
.page--home .block--content-wrap .logo.top {
  margin: 0 auto 20px;
}
.page--home .block--content-wrap .txt--notice {
  margin-bottom: 2em;
}
.page--home .block--content-wrap .txt--notice,
.page--home .block--content-wrap .txt--notice a {
  font-weight: normal;
}
.page--home .block--contents {
  margin-bottom: 72px;
}
.page--home .block--contents:last-child {
  margin-bottom: 0;
}
.page--home .block--contents .block--title {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}
.page--home section .section-tit:not(.stream) {
  width: 75%;
  margin-bottom: 0;
}
.page--home .list--thumbnail .list__item {
  margin-bottom: 0;
  margin-right: 0;
}
.page--home .list--bnr {
  margin: 0 0 72px;
}
.page--home .list--bnr .list__item {
  margin: 0;
  padding: 0 0 18px;
}
.page--home .list--bnr .list__item a {
  line-height: 0;
}
.page--home .no-swiper .list--bnr .list__item {
  padding: 0;
}
.page--home .list--movie .no-data,
.page--home .list--photo .no-data {
  margin: 0 5%;
}
.page--home .list__item--wrap {
  padding: 0 5%;
}
.page--home .thumb__wrap {
  position: relative;
}
.page--home .section--movie .block--txt, .page--home .section--photo .block--txt {
  margin-top: 45px;
}
.page--home .section--banner .swiper-container .swiper-pagination,
.page--home .section--movie .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets,
.page--home .section--photo .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  width: 100%;
  right: 1%;
  line-height: 0;
  text-align: right;
}
.page--home .section--banner .swiper-container .swiper-pagination {
  bottom: 70px;
  left: -5%;
}
@media screen and (min-width: 1380px) {
  .page--home .section--banner .swiper-container .swiper-pagination {
    left: -8%;
  }
}
.page--home .section--movie .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets,
.page--home .section--photo .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  top: calc(100% + 20px);
}
.page--home .swiper-container {
  margin: 0 -5%;
}
.page--home .swiper-button-prev,
.page--home .swiper-button-next {
  color: transparent;
  background: rgba(241, 241, 241, 0.8);
  width: 50px;
  height: 50px;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  border-radius: 50%;
  top: 50%;
}
.page--home .no-swiper .swiper-button-prev,
.page--home .no-swiper .swiper-button-next {
  display: none;
}
.page--home .swiper-container .swiper-button-prev {
  left: -6%;
}
.page--home .swiper-container .swiper-button-next {
  right: -6%;
}
.page--home .swiper-container:hover .swiper-button-prev,
.page--home .swiper-container:hover .swiper-button-next {
  opacity: 1;
  pointer-events: visible;
}
.page--home .swiper-container:hover .swiper-button-prev {
  left: 3%;
}
.page--home .swiper-container:hover .swiper-button-next {
  right: 3%;
}
.page--home .swiper-button-prev:after,
.page--home .swiper-container-rtl .swiper-button-next:after,
.page--home .swiper-button-next:after,
.page--home .swiper-container-rtl .swiper-button-prev:after {
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 2px #33302e;
  border-right: solid 2px #33302e;
}
.page--home .swiper-button-prev:after,
.page--home .swiper-container-rtl .swiper-button-next:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.page--home .swiper-button-next:after,
.page--home .swiper-container-rtl .swiper-button-prev:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page--home .swiper-container:hover .swiper-button-prev.swiper-button-disabled,
.page--home .swiper-container:hover .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
}
.page--home .swiper-pagination {
  right: 0;
}
.page--home .swiper-pagination-bullet {
  opacity: 1;
  position: relative;
  width: 40px;
  height: 1px;
  border-radius: 0;
  margin: 0 2px 0 0;
  background-color: #33302e;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.page--home .swiper-pagination-bullet::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.page--home .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  -webkit-animation: sliderPagination 3s linear forwards;
          animation: sliderPagination 3s linear forwards;
}
.page--home .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 25px;
  margin: 0 0 0 6px;
}
.page--home .swiper-pagination-bullet:hover {
  background-color: #fff;
}
@-webkit-keyframes sliderPagination {
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
  }
}
@keyframes sliderPagination {
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
  }
}
.page--home .section--schedule .block--date__end {
  display: none;
}
.page--home .section--schedule .list--schedule li {
  border-bottom: none;
}
.page--home .fanstream--btn {
  margin-top: 24px;
}
.page--home .section--movie .list--thumbnail .list__item .thumb {
  background-image: url("/static/fcopen/common/thumb--none-play.jpg");
  aspect-ratio: 16/9;
}
@supports not (aspect-ratio: 16/9) {
  .page--home .section--movie .list--thumbnail .list__item .thumb {
    aspect-ratio: initial;
    width: 100%;
    padding-top: 56.25%;
  }
  .page--home .section--movie .list--thumbnail .list__item .thumb img {
    position: absolute;
    top: 0;
  }
}
.page--home .section--movie .block--pagination {
  width: 90%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}
@media screen and (min-width: 1380px) {
  .page--home .section--movie .block--pagination {
    width: 84%;
  }
}
.page--home .section--movie .block--pagination .block--pagination_inner {
  position: absolute;
  width: 100%;
  padding-top: 56.25%;
  top: 0;
}
.page--home .section--photo .list--thumbnail .list__item .thumb {
  overflow: hidden;
  z-index: 1;
  aspect-ratio: 3/2;
}
.page--home .section--photo .list--thumbnail .list__item .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: contain;
  line-height: 0;
  position: relative;
}
.page--home .section--photo .list--thumbnail .list__item .thumb .blur {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  z-index: -1;
}
.page--home .section--photo .list--thumbnail .list__item .thumb .blur img {
  height: 100%;
  background-size: cover;
  display: inline-block;
}
@supports not (aspect-ratio: 3/2) {
  .page--home .section--photo .list--thumbnail .list__item .thumb {
    aspect-ratio: initial;
    width: 100%;
    padding-top: 66.6666%;
  }
  .page--home .section--photo .list--thumbnail .list__item .thumb img {
    position: absolute;
    top: 0;
  }
}
.page--home .section--photo .block--pagination {
  width: 90%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}
@media screen and (min-width: 1380px) {
  .page--home .section--photo .block--pagination {
    width: 84%;
  }
}
.page--home .section--photo .block--pagination .block--pagination_inner {
  position: absolute;
  width: 100%;
  padding-top: 66.6666%;
  top: 0;
}
.page--home footer .bg {
  display: none;
}
.page--home footer {
  position: relative;
}
.page--home footer .list-tit {
  display: block;
  font-family: "Alata", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 3%;
  position: relative;
}
.page--home footer .list-tit::after {
  content: "";
  display: block;
  width: 11px;
  height: 1px;
  position: absolute;
  right: 0;
  top: 8px;
}
.page--home footer .list-tit::before {
  content: "";
  display: block;
  width: 1px;
  height: 11px;
  position: absolute;
  right: 5px;
  top: 3px;
  -webkit-transition: opacity 0.1s 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.1s 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.1s 0.4s;
  transition: transform 0.4s, opacity 0.1s 0.4s, -webkit-transform 0.4s;
}
.page--home footer .list-tit.open::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}
.page--home footer .list--support {
  display: none;
}
.page--home footer .list--support .list__item {
  display: block;
}
.page--home footer .list--support .list__item a {
  display: block;
  font-size: 13px;
  padding: 10px 0;
}

/* section--intro
------------------------------ */
.salon--copy {
  width: 80%;
  font-size: 0.85em;
  text-align: center;
  padding: 46px 0 5px;
  margin: 0 auto;
}

.detailCheck {
  display: none;
}

.salon--intro .tit {
  font-size: 15px;
  margin-bottom: 0.4em;
}

.salon--detail {
  height: auto;
  position: relative;
  z-index: 1;
}
.salon--detail.show {
  height: 140px;
  overflow: hidden;
  margin-bottom: 1em;
}
.salon--detail.show::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #f1f1f1), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(360deg, #f1f1f1 40%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
}

.salon--detail .salon--detail_txt {
  display: block;
  height: auto;
  margin-bottom: 24px;
}

.salon--detail_btn {
  text-align: center;
  margin: 0 auto 1em;
  background: #32302e;
  color: #fff;
  width: 114px;
  height: 36px;
  line-height: 36px;
  border-radius: 20px;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.salon--detail_btn a {
  display: block;
  line-height: 36px;
  width: 100%;
  height: 100%;
}
.salon--detail_btn a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f055";
  margin-left: 2px;
}
.salon--detail_btn.vt02 {
  top: initial;
  bottom: 36px;
}
.salon--detail_btn.vt02 a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f057";
  margin-left: 2px;
}

.salon--intro {
  position: relative;
}
.salon--intro .detailTit {
  display: block;
  width: 30%;
  text-align: center;
  border: 1px solid;
  position: absolute;
  left: 35%;
  bottom: -8em;
  z-index: 2;
  padding: 0.2em 0 0.15em;
  cursor: pointer;
  border-radius: 50px;
}

.salon--price {
  font-size: 1.1em;
  line-height: 1;
}
.salon--price span {
  font-size: 1.5em;
  margin: 0 4px;
}

.section--endtxt {
  width: 90%;
  margin: 1.5em auto 0;
  padding: 1em;
  background: rgba(255, 255, 255, 0.5019607843);
}
.section--endtxt .block--title {
  margin-bottom: 1.5em;
  line-height: 1.4em;
}
.section--endtxt .section-tit {
  line-height: 1.5em;
  text-align: center;
  width: 100% !important;
}

/* pc
------------------------------ */
@media screen and (min-width: 961px) {
  .page--home {
    /* 共通 */
    /* section--banner */
    /* footer*/
  }
  .page--home .container {
    padding-top: 70px;
  }
  .page--home .container .block--content-wrap .txt--notice {
    margin-bottom: 2em;
  }
  .page--home .section--banner {
    width: 100%;
  }
  .page--home .section--banner.block--wide .list--bnr {
    width: 144%;
    margin: 50px -22% 0;
  }
  .page--home .section--banner.block--wide .list--bnr .list__item {
    margin: 0 20px;
  }
  .page--home .section--banner .list--bnr--horizontal {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: flex-start;
    -webkit-box-align: flex-start;
    align-items: flex-start;
  }
  .page--home .section--banner .list--bnr--horizontal .list__item {
    width: 45%;
  }
  .page--home .section--banner .list--bnr--center .list__item {
    width: 80%;
    margin: 60px auto 0;
  }
  .page--home .section--banner .list--bnr--noslide {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-around;
  }
  .page--home .section--banner .list--bnr--noslide .list__item {
    width: 50%;
  }
  .page--home .section--banner .list--bnr--noslide .list__item a {
    display: block;
    text-align: center;
  }
  .page--home.top-contents-none .section--hero-img {
    margin-bottom: 0;
  }
  .page--home.top-contents-none .block--content-wrap {
    padding: 64px 5% 90px;
  }
  .page--home.top-contents-none .block--content-wrap .section--banner {
    margin: 50px 5%;
  }
  .page--home.top-contents-none .block--content-wrap .section--banner.block--wide .list--bnr {
    margin-top: 0;
  }
  .page--home.top-contents-none .block--content-wrap .section--banner .list--bnr--noslide .list__item {
    width: clamp(500px, 36%, 800px);
  }
  .page--home .section--hero-img .logo--text {
    display: none;
  }
  .page--home .footer_block .salon--copy {
    border-bottom: none;
    padding: 0;
  }
  .page--home .section--endtxt .section-tit {
    font-size: 18px;
  }
  .page--home footer .list-tit {
    border: none;
    text-align: right;
    padding-right: 20px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 10;
  }
  .page--home footer .list-tit:hover {
    opacity: 0.5;
  }
  .page--home footer .nav {
    position: relative;
  }
  .page--home footer .list--support {
    display: block;
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    background: #f1f1f1;
    z-index: 2;
    padding: 20px;
    text-align: right;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .page--home footer .list--support .list__item {
    display: inline-block;
  }
  .page--home footer .list--support .list__item a {
    padding: 6px 0;
    text-align: right;
  }
  .page--home footer .list--support.list-vislible {
    pointer-events: auto;
    opacity: 1;
    -webkit-transition: all 0.4s 0.1s;
    transition: all 0.4s 0.1s;
  }
}
@media screen and (min-width: 1380px) {
  .page--home .block--content-wrap {
    padding: 64px 10% 86px;
  }
  .page--home .list--bnr .list__item a {
    line-height: 0;
  }
  .page--home .list--thumbnail {
    margin-bottom: 72px;
  }
  .page--home .no-swiper .list--bnr .list__item {
    padding: 0;
  }
  .page--home .swiper-container {
    margin: 0 -10%;
  }
  .page--home .section--banner .swiper-container {
    margin: 0 -10%;
  }
  .page--home .section--movie .block--txt, .section--photo .block--txt {
    margin-top: 45px;
  }
  .page--home .section--movie .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets,
  .page--home .section--photo .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    line-height: 0;
  }
  .page--home .section--banner .swiper-container .swiper-pagination {
    width: 84%;
    top: inherit;
    left: 7%;
  }
  .page--home .section--photo .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 133px;
  }
  .page--home .list__item--wrap {
    padding: 0 8%;
  }
  .page--home .swiper-pagination-fraction,
  .page--home .swiper-pagination-custom,
  .page--home .swiper-container-horizontal > .swiper-pagination-bullets {
    right: 8%;
  }
  .page--home .swiper-button-next, .page--home .swiper-container-rtl .swiper-button-prev {
    right: 7%;
  }
  .page--home .list--movie .no-data,
  .page--home .list--photo .no-data {
    margin: 0 8%;
  }
}
/* IE10・11対応 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page--home footer .list--support {
    opacity: 1;
    pointer-events: auto;
  }
}
/* sp
------------------------------ */
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home {
    /* section--hero-img */
    /* section--video */
  }
  .page--home .wrap {
    padding-bottom: 0;
  }
  .page--home .container {
    padding-top: 17.3333333333vw;
  }
  .page--home .container .block--content-wrap .txt--notice {
    margin-bottom: 2em;
    text-align: center;
  }
  .page--home .section--hero-img {
    height: auto;
    position: relative;
    font-size: 0;
    line-height: 0;
  }
  .page--home .section--hero-img .block--hero-img {
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: center;
    overflow: hidden;
    position: relative;
  }
  .page--home .section--hero-img .block--hero-img img {
    display: block;
    z-index: 2;
  }
  .page--home .section--hero-img .block--hero-img .img--blur {
    position: absolute;
    z-index: 1;
  }
  .page--home .section--hero-img .block--login {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 17vw;
  }
  .page--home .section--hero-img .block--login nav li {
    margin-right: 0;
  }
  .page--home .section--hero-img .block--login nav a {
    font-size: 15px;
  }
  .page--home .section--hero-img .block--login .g-nav--item__login {
    position: relative;
    padding-left: 40px;
  }
  .page--home .section--hero-img .block--login .g-nav--item__login::before {
    content: "";
    display: block;
    width: 1px;
    height: 50px;
    -webkit-transform: rotate(32deg);
            transform: rotate(32deg);
    position: absolute;
    left: 17px;
    top: -14px;
  }
  .page--home .section--hero-img .block--login.endtern .g-nav--item__login {
    padding-left: 0;
  }
  .page--home .section--hero-img .block--login.endtern .g-nav--item__login::before {
    content: none;
  }
  .page--home .section--hero-img .cover {
    max-height: unset;
  }
  .page--home .section--hero-img .section--movie .block--txt, .page--home .section--hero-img .section--photo .block--txt {
    margin-top: 25px;
  }
  .page--home .section--movie .block--txt,
  .page--home .section--photo .block--txt {
    margin-top: 25px;
  }
  .page--home .section--movie .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets,
  .page--home .section--photo .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    position: absolute;
    top: 53vw;
  }
  .page--home .section--photo .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    top: 62vw;
  }
  .page--home .section--video {
    width: 100%;
  }
  .page--home .section--video#video.block--wide .list--thumbnail {
    width: 100%;
    margin: 0 auto;
  }
  .page--home .section--video#video.block--wide .list--thumbnail .list__item {
    margin: 0;
  }
  .page--home .section--video#video.block--wide .list--thumbnail .list__item .video {
    margin-bottom: 5px;
  }
  .page--home .section--video .list--thumnail--horizontal li:not(:last-child) {
    margin-bottom: 20px;
  }
  .page--home .section--video .list--thumnail--center .block--txt,
  .page--home .section--video .list--thumnail--horizontal .block--txt {
    padding-top: 10px;
  }
  .page--home .section--endtxt .section-tit {
    font-size: 15px;
  }
  .page--home footer {
    padding: 0 5% 24px;
  }
  .page--home footer .footer__inner {
    margin-bottom: 10%;
  }
  .page--home footer ul.list--support {
    margin-bottom: 32px;
  }
}
/* tablet ------------------------------  */
@media screen and (min-width: 756px) and (max-width: 961px) {
  h1.logo.top {
    width: 24vw;
  }
  .page--home .container {
    padding-top: 100px;
  }
}
/* preview mode
------------------------------ */
.page--home.preview-mode {
  /*  *,*::before,*::after{pointer-events: none !important;}*/
}
.page--home.preview-mode a {
  pointer-events: none !important;
  cursor: default;
}
.page--home.preview-mode .drawer__btn {
  cursor: pointer;
}
.page--home.preview-mode .header .drawer {
  overflow: hidden;
}

@media screen and (min-width: 961px) {
  .page--home.preview-mode {
    overflow: hidden;
  }
  .page--home.preview-mode .bg img {
    background-repeat: repeat;
    background-size: 90vw;
    background-position: top;
    top: 34vw;
  }
}
/*==============================
// mixin
//============================== */
/* ==============================
page--information
============================== */
.page--information .next-stream {
  margin-bottom: 36px;
}

/* list
 ------------------------------ */
.page--information .section-tit {
  margin-bottom: 20px;
}
.page--information .category {
  background: #676767;
  width: 80px;
  height: 22px;
  color: #fff;
  text-align: center;
  border-radius: 20px;
}
.page--information .date,
.page--information .youbi,
.page--information .block--date__day,
.page--information .block--date__youbi,
.page--information .block--date span {
  padding-top: 0;
  margin-top: 0;
}
.page--information .date {
  vertical-align: -1px;
}
.page--information .section--detail .thumb {
  margin: 20px 0;
}
.page--information .section--detail .block--date__start {
  display: inline-block;
  vertical-align: middle;
}
.page--information .section--detail .tit {
  padding-top: 12px;
}
.page--information.page--schedule .block--txt .category {
  margin-right: 6px;
}
.page--information .ph .cover {
  display: none;
}

/* detail
 ------------------------------ */
.block--share {
  padding: 8px 0 40px;
  line-height: 1;
  text-align: right;
}
.block--share li {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  margin-left: 12px;
}
.block--share li svg {
  width: 18px;
  height: 18px;
}
.block--share li.lineIco {
  vertical-align: -5px;
}

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

/*==============================
// mixin
//============================== */
/* ==============================
page--video
============================== */
.page--video {
  /* pc
  ------------------------------ */
  /* sp
  ------------------------------ */
  /* tablet
  ------------------------------ */
}
@media screen and (min-width: 961px) {
  .page--video .list--video {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page--video .list--video .list__item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 60px;
  }
  .page--video .list--video .list__item:nth-child(2n) {
    margin-right: 0;
  }
}
/*==============================
// mixin
//============================== */
/* ==============================
page--blog
============================== */
.page--blog {
  /* pc
  ------------------------------ */
  /* sp
  ------------------------------ */
  /* tablet
  ------------------------------ */
}
.page--blog.page--blog--all .section--list {
  padding: 0;
}
.page--blog.page--blog--all .section--list .section-tit, .page--blog.page--blog--all .section--list .block--bloglist {
  padding: 0 5%;
}
.page--blog .section--list {
  overflow: hidden;
}
.page--blog .section--list .thumb {
  margin-bottom: 24px;
}
.page--blog .section--list .section--latestBlogs {
  position: relative;
  margin-bottom: 40px;
}
.page--blog .section--list .section--latestBlogs .list--latestBlogs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}
.page--blog .section--list .section--latestBlogs .list--latestBlogs .list__item {
  margin: 15px 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page--blog .section--list .section--latestBlogs .list--latestBlogs .list__item:first-child {
  margin-left: 5%;
}
.page--blog .section--list .section--latestBlogs .list--latestBlogs .list__item:last-child {
  margin-right: 5%;
}
.page--blog .section--list .section--latestBlogs .list--latestBlogs .list__item a {
  display: block;
}
.page--blog .section--list .section--latestBlogs .list--latestBlogs::-webkit-scrollbar {
  height: 4px;
}
.page--blog .section--list .section--latestBlogs .list--latestBlogs .writer {
  border: 1px solid;
  padding: 6px;
  border-radius: 4px;
  font-size: 11px;
}
.page--blog .section--list .section--latestBlogs .list--latestBlogs .date {
  margin-bottom: 3px;
  margin-left: 0;
  font-size: 10px;
}
.page--blog .section--list .no-data {
  margin-left: 5%;
}
.page--blog .section--detail .block--txt.block--editor {
  padding-bottom: 10px;
}
.page--blog .section--detail .section-detail__inner {
  position: relative;
}
.page--blog .section--detail .section-detail__inner .block--title .date {
  display: block;
}
.page--blog .section--detail .section-detail__inner .block--title .tit {
  padding-top: 12px;
}
.page--blog .section--detail .section-detail__inner .do-reply,
.page--blog .section--detail .section-detail__inner .icon--comment,
.page--blog .section--detail .section-detail__inner .icon--like,
.page--blog .section--detail .section-detail__inner .btn-delete input,
.page--blog .section--detail .section-detail__inner .more-replies,
.page--blog .section--detail .section-detail__inner .less-replies {
  cursor: pointer;
}
.page--blog .section--detail .wrap--action .do-comment {
  display: inline-block;
  margin-right: 12px;
}
.page--blog .section--detail .wrap--action .icon--like {
  display: inline-block;
}
.page--blog .section--detail .wrap--action .fa-heart.clicked {
  color: #E53935;
}
.page--blog .section--detail .wrap--action .form--post {
  margin-top: 5px;
  margin-bottom: 0;
}
.page--blog .section--detail .date {
  font-size: 14px;
}
.page--blog .section--detail .category {
  font-size: 10px;
  text-align: center;
  border-radius: 11px;
  padding: 3px 8px;
}
.page--blog .section--detail .writer + .date {
  margin-left: 10px;
}
.page--blog .detail__btn {
  text-transform: initial;
  line-height: 1.4;
}
.page--blog .btn--main, .page--blog .btn--sub {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.page--blog .block--txt img {
  height: auto;
}
.page--blog .block--txt .ulizahtml5,
.page--blog .block--txt video {
  max-width: 100%;
}
.page--blog .block--player .ulizahtml5 {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.page--blog .block--player video, .page--blog .block--player iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.page--blog .wrap--data, .page--blog .wrap--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page--blog .wrap--icon {
  margin-top: 10px;
  font-size: 12px;
}
.page--blog .comment #blogTitle.jp {
  font-size: 18px;
}
.page--blog .form--comment {
  margin: 0;
  border-top: none;
}
.page--blog .form--comment .form--post {
  margin: 3em 0 1em;
  display: none;
}
.page--blog .block--comment .list--comment {
  margin-bottom: 10px;
  padding: 0.8em;
}
.page--blog .block--comment .list--comment > li {
  border-bottom: 1px solid #E8E8E8;
}
.page--blog .block--comment .list--comment > li:first-child {
  padding-top: 0;
}
.page--blog .block--comment .list--comment > li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.page--blog .block--comment .list--comment > li .comment--bg {
  padding: 0.8em 0.8em 0.2em;
  border-radius: 10px;
}
.page--blog .block--comment .list--comment li.comment--member .comment--bg {
  background: rgba(251, 179, 149, 0.1411764706);
}
.page--blog .block--comment .list--comment li.comment--member .user::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
  color: inherit;
  margin-left: 4px;
}
.page--blog .block--comment .list--comment li.comment--member .replies .none .user::after {
  content: none;
}
.page--blog .block--comment .list--comment li {
  padding: 0.8em 0;
  border-top: none;
  position: relative;
}
.page--blog .block--comment .list--comment li .user {
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
}
.page--blog .block--comment .list--comment li .txt {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.6;
}
.page--blog .block--comment .list--comment li .date {
  font-size: 11px;
  margin-left: 10px;
}
.page--blog .block--comment .list--comment li .date + form {
  font-size: 10px;
  display: inline-block;
  margin-left: 10px;
  line-height: 1;
}
.page--blog .block--comment .list--comment li form {
  display: block;
  position: relative;
}
.page--blog .block--comment .list--comment li form p {
  display: inline-block;
}
.page--blog .block--comment .list--comment li form .btn-delete input {
  border: none;
  background: none;
  color: inherit;
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  font-size: 10px;
  line-height: 1;
  border-radius: 0;
  -webkit-appearance: none;
  vertical-align: text-top;
}
.page--blog .block--comment .list--comment .replies {
  padding-left: 32px;
}
.page--blog .block--comment .list--comment .replies li {
  padding: 0.8em;
  border-radius: 10px;
}
.page--blog .block--comment .list--comment .replies li:first-child {
  margin-top: 0;
}
.page--blog .block--comment .list--comment .replies li:first-child::before {
  content: "";
  display: block;
  position: relative;
  top: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E8E8E8;
}
.page--blog .block--comment .list--comment .replies li::after {
  content: "";
  display: block;
  position: relative;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E8E8E8;
}
.page--blog .block--comment .list--comment .replies li:last-child::after {
  content: none;
}
.page--blog .block--comment .list--comment .replies li:last-child {
  margin-bottom: 0;
}
.page--blog .block--comment .list--comment .replies li .user, .page--blog .block--comment .list--comment .replies li .txt {
  font-size: 11px;
}
.page--blog .block--comment .list--comment .replies li.comment--member {
  background: rgba(251, 179, 149, 0.1411764706);
  margin: 0.4em 0 1.2em;
}
.page--blog .block--comment .list--comment .replies li.comment--member::after {
  bottom: -20px;
}
.page--blog .block--comment .list--comment .replies li.comment--member:first-child {
  margin: 1.2em 0;
}
.page--blog .block--comment .list--comment .replies li.comment--member:first-child::before {
  top: -20px;
}
.page--blog .block--comment .list--comment .replies li.comment--member:first-child::after {
  bottom: -20px;
}
.page--blog .block--comment .list--comment .replies li.comment--member:last-child {
  margin-bottom: 0;
}
.page--blog .block--comment .list--comment .replies .icon--like .likes {
  margin-left: 2px;
}
.page--blog .block--comment .list--comment .date,
.page--blog .block--comment .list--comment .reply-form .do-reply,
.page--blog .block--comment .list--comment .more-replies,
.page--blog .block--comment .list--comment .less-replies {
  opacity: 0.7;
}
.page--blog .block--comment .list--comment .reply-form {
  font-size: 10px;
  width: 100%;
  margin-top: 5px;
}
.page--blog .block--comment .list--comment .reply-form .do-reply.open {
  margin-top: 4px;
}
.page--blog .block--comment .list--comment .reply-form textarea {
  font-size: 12px;
}
.page--blog .block--comment .list--comment .reply-form .btn {
  position: relative;
  margin-bottom: 8px;
}
.page--blog .block--comment .list--comment .reply-form .btn--main {
  position: relative;
  width: auto;
  padding: 0.6em 1em;
  font-size: 10px;
  margin: 0;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 1;
}
.page--blog .block--comment .list--comment .more-replies {
  padding-top: 4px;
}
.page--blog .block--comment .list--comment .more-replies, .page--blog .block--comment .list--comment .less-replies {
  padding: 0 0.8em 0 1.1em;
  font-size: 10px;
  margin-top: 4px;
}
.page--blog .block--comment .list--comment .less-replies {
  margin-bottom: 8px;
}
.page--blog .block--comment .comment-loading {
  display: none;
}
.page--blog .block--bloglist {
  margin-bottom: 100px;
}
.page--blog .block--bloglist .block--title {
  position: relative;
  margin-bottom: 12px;
}
.page--blog .block--bloglist .block--title .tit {
  padding-right: 70px;
  font-size: 25px;
}
.page--blog .block--bloglist .block--title .list__more {
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
}
.page--blog .icon--loader {
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  padding: 1.3em 2em;
  margin: 1em 0;
}
.page--blog .icon--loader i {
  -webkit-animation: 1s rotate infinite linear;
          animation: 1s rotate infinite linear;
  font-size: 1.6em;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media screen and (min-width: 961px) {
  .page--blog .list--thumbnail {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page--blog .list--thumbnail .list__item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 60px;
  }
  .page--blog .list--thumbnail .list__item:nth-child(2n) {
    margin-right: 0;
  }
  .page--blog .section--detail .section-detail__inner .do-reply,
  .page--blog .section--detail .section-detail__inner .fa-heart,
  .page--blog .section--detail .section-detail__inner .btn-delete input,
  .page--blog .section--detail .section-detail__inner .more-replies,
  .page--blog .section--detail .section-detail__inner .less-replies {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .page--blog .section--detail .section-detail__inner .do-reply:hover,
  .page--blog .section--detail .section-detail__inner .fa-heart:hover,
  .page--blog .section--detail .section-detail__inner .btn-delete input:hover,
  .page--blog .section--detail .section-detail__inner .more-replies:hover,
  .page--blog .section--detail .section-detail__inner .less-replies:hover {
    opacity: 0.6;
  }
  .page--blog .block--comment {
    padding: 20px 0;
  }
  .page--blog .section--list .section--latestBlogs .list__item a:hover {
    opacity: 0.6;
  }
  .page--blog .section--list .section--latestBlogs .swiper-button-next, .page--blog .section--list .section--latestBlogs .swiper-button-prev {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .page--blog .section--list .section--latestBlogs .swiper-button-next:hover {
    right: -5px;
  }
  .page--blog .section--list .section--latestBlogs .swiper-button-prev:hover {
    left: -5px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--blog .block--bloglist {
    margin-bottom: 60px;
  }
  .page--blog .block--bloglist .block--title {
    position: relative;
    margin-bottom: 20px;
  }
  .page--blog .block--bloglist .block--title .tit {
    font-size: 5vw;
  }
  .page--blog .block--comment {
    padding: 20px 0;
  }
  .page--blog .block--comment .list--comment .icon--like {
    font-size: 14px;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .page--blog .block--bloglist {
    margin-bottom: 100px;
  }
  .page--blog .block--bloglist .block--title .tit {
    font-size: 3vw;
  }
}

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

/*==============================
// mixin
//============================== */
/* ==============================
page--movie
============================== */
.page--movie {
  /* sp
  ------------------------------ */
  /* tablet
  ------------------------------ */
}
.page--movie .block--player {
  background: #33302e;
  margin-bottom: 24px;
}
.page--movie .block--player .ulizahtml5 {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.page--movie .block--player video {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.page--movie .block--player > img {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.page--movie .block--player > p {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 26%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
}
.page--movie .list--movie .list__item .thumb {
  background-image: url("/static/fcopen/common/thumb--none-play.jpg");
  aspect-ratio: 16/9;
}
@supports not (aspect-ratio: 16/9) {
  .page--movie .list--movie .list__item .thumb {
    aspect-ratio: initial;
    width: 100%;
    padding-top: 56.25%;
  }
  .page--movie .list--movie .list__item .thumb img {
    position: absolute;
    top: 0;
  }
}
.page--movie .section--detail .date {
  display: block;
}
.page--movie .section--detail .detail__btn {
  margin: 24px 0 56px;
}
/*==============================
// mixin
//============================== */
/* ==============================
page--qa
============================== */
.page--qa {
  /* pc
  ------------------------------ */
  /* sp
  ------------------------------ */
  /* tablet
  ------------------------------ */
}
.page--qa .list--qa {
  margin-top: 100px;
}
.page--qa .list--qa .tit {
  margin-bottom: 5px;
}
.page--qa .block__question {
  border-radius: 40px 40px 40px 0;
  padding: 40px 30px 30px;
  margin-bottom: 50px;
}
.page--qa .block__answer {
  border-radius: 40px 40px 0 40px;
  padding: 40px 30px;
}
.page--qa .tit--q span,
.page--qa .tit--a {
  display: block;
  font-size: 30px;
  margin-bottom: 10px;
  line-height: 1;
}
.page--qa .tit--q span:first-letter,
.page--qa .tit--a:first-letter {
  font-size: 150%;
}
.page--qa .name {
  font-size: 12px;
  text-align: right;
  padding-top: 10px;
}
.page--qa .name span {
  display: inline-block;
  font-size: 11px;
  margin-right: 5px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--qa .list--qa {
    margin-top: 30px;
  }
  .page--qa .block__question {
    border-radius: 20px 20px 20px 0;
    padding: 25px 15px 15px;
    margin-bottom: 20px;
  }
  .page--qa .block__answer {
    border-radius: 20px 20px 0 20px;
    padding: 25px 15px;
  }
  .page--qa .tit--q span,
  .page--qa .tit--a {
    font-size: 4vw;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .page--qa .tit--q span,
  .page--qa .tit--a {
    font-size: 3vw;
  }
}

/*==============================
// mixin
//============================== */
/* ==============================
page--questionnaire
============================== */
.page--questionnaire {
  /* pc
  ------------------------------ */
  /* sp
  ------------------------------ */
  /* tablet
  ------------------------------ */
}
.page--questionnaire .section--detail .thumb {
  margin-bottom: 24px;
}
.page--questionnaire .section--detail .block--title {
  margin-bottom: 24px;
}
.page--questionnaire .section--detail .block--title .tit {
  font-size: 18px;
  font-weight: bold;
}
.page--questionnaire .icon--required {
  position: relative;
  padding-left: 0.25em;
}
.page--questionnaire .icon--required:after {
  content: "必須";
  font-size: 0.8em;
  border-radius: 3px;
  padding: 2px 4px;
  line-height: 1;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  display: inline-block;
}
.page--questionnaire .form__radio label p {
  padding: 0.5em 0.5em 0.5em 1.6em;
}
.page--questionnaire .form--post dt {
  font-weight: bold;
}
.page--questionnaire .form--post dt:not(:first-child) {
  border-top: 1px solid;
  padding-top: 2em;
}
.page--questionnaire .form--confirm {
  border-radius: 6px;
  margin: 20px auto 40px;
}
.page--questionnaire .form--confirm dt {
  margin: 0;
  opacity: 0.6;
  font-size: 0.8em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--questionnaire .content--body {
    width: 100%;
    padding: 0 5%;
  }
  .page--questionnaire .form--confirm {
    border: 0.5px solid;
    border-radius: 6px;
    padding: 15px;
    margin: 20px auto 40px;
  }
  .page--questionnaire .form--confirm dt {
    margin: 0;
    opacity: 0.6;
  }
  .page--questionnaire .input--half {
    width: 100% !important;
  }
  .page--questionnaire .input--quarter.postal_code {
    width: 50% !important;
  }
}
/*==============================
// mixin
//============================== */
/* ==============================
page--support
============================== */
.section--detail.support {
  /* pc
  ------------------------------ */
  /* sp
  ------------------------------ */
  /* tablet
  ------------------------------ */
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--detail.support .section-tit {
    font-size: 5vw;
    line-height: 1.4;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .section--detail.support .section-tit {
    font-size: 3vw;
  }
}

/*==============================
// mixin
//============================== */
/* ==============================
page--faq
============================== */
.page--faq {
  /* pc
  ------------------------------ */
  /* sp
  ------------------------------ */
  /* tablet
  ------------------------------ */
}
.page--faq .searchBox {
  position: relative;
  width: 100%;
  margin: 40px 0 24px;
}
.page--faq .searchBox input[type=text] {
  line-height: 32px;
  border: none;
}
.page--faq .searchBox input[type=submit] {
  width: 50px;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: bold;
  color: #9fa3a7;
  background: transparent;
  border: none;
  border-radius: 30px;
  position: absolute;
  top: 12px;
  right: 3px;
  z-index: 2;
  cursor: pointer;
}
.page--faq .section--list,
.page--faq .section--detail {
  padding-bottom: 40px;
}
.page--faq .section--detail .block--contact {
  margin: 40px 0 0;
}
.page--faq .section--detail .block--contact a {
  color: #111;
  position: relative;
  border-width: 1px;
  margin-top: -0.2em;
}
.page--faq .section--detail .block--contact .fa {
  display: none;
}
.page--faq .tit--category {
  font-weight: bold;
  margin: 0 0 20px;
}
.page--faq .section--detail .list--faq .icon--q {
  line-height: 1.6;
}
.page--faq .block--faq-detail {
  border: 1px solid #111;
  padding: 25px;
  margin: 0 0 80px;
}
.page--faq .block--faq-detail dt {
  font-size: 15px;
  border-bottom: 1px solid;
  padding: 0 0 15px;
  margin: 0 0 20px;
}
.page--faq .block--faq-detail dt .txt {
  font-weight: 600;
  margin: 0;
}
.page--faq .block--faq-detail dt .category {
  display: inline-block;
  font-size: 12px;
  background: #eee;
  color: #9fa3a7;
  border-radius: 20px;
  padding: 1px 8px 0;
  margin: 0 0 20px;
}
.page--faq .block--faq-detail dt.clearfix::after {
  content: none;
}
.page--faq .block--faq-detail dd .txt {
  font-size: 14px;
  margin: 0;
}
.page--faq .block--faq-detail dd .txt a {
  text-decoration: underline;
}
.page--faq .block--faq-detail span[class^=icon--] {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--faq .searchBox input[type=text] {
    font-size: 14px;
  }
  .page--faq .searchBox input[type=submit] {
    width: 40px;
  }
  .page--faq .section--list .section-tit {
    font-size: 18px;
  }
  .page--faq .block--faq-detail {
    padding: 20px;
    margin: 0 0 30px;
  }
  .page--faq .block--faq-detail dt {
    font-size: 14px;
  }
  .page--faq .block--faq-detail dd .txt {
    font-size: 14px;
  }
  .page--faq .list--faq a {
    padding: 16px 0;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .page--faq .searchBox {
    width: 80%;
    margin: 48px auto 28px 0;
  }
}

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

/* pc
------------------------------ */
@media screen and (min-width: 961px) {
  .page--chat-community .container {
    padding-top: 60px;
  }
  .page--chat-community .section--detail {
    padding: 0;
  }
  .page--chat-community .section-detail__inner {
    height: calc(100vh - 60px);
  }
  .page--chat-community .block--comment .list--comment li .wrap--action .icon--like,
  .page--chat-community .block--comment .list--comment li .wrap--action .do-comment {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .page--chat-community .block--comment .list--comment li .wrap--action .icon--like:hover,
  .page--chat-community .block--comment .list--comment li .wrap--action .do-comment:hover {
    opacity: 0.6;
  }
  .page--chat-community .switching li a {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .page--chat-community .switching li .btn_artist:hover {
    opacity: 1;
  }
  .page--chat-community .switching li .btn_all:hover {
    opacity: 1;
  }
}
/* sp
------------------------------ */
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--chat-community .container {
    padding-top: 17.3333333vw;
  }
  .page--chat-community .section--detail {
    padding: 0;
  }
  .page--chat-community #ui-datepicker-div {
    right: 0;
    -webkit-transform: translate(-1.5em, 0.5em);
            transform: translate(-1.5em, 0.5em);
  }
  .page--chat-community .block--title .section-tit {
    width: 50%;
  }
  .page--chat-community .block--cmnty_serch {
    width: 45%;
    right: 1.5em;
  }
  .page--chat-community .block--comment {
    min-height: 65vh;
    padding: 2em 1.5em;
  }
  .page--chat-community .block--comment .list--comment li .nick, .page--chat-community .block--comment .list--comment li .txt {
    font-size: 11px;
  }
  .page--chat-community .block--comment .list--comment li .icon {
    position: absolute;
    width: 2.5em;
    height: 2.5em;
  }
  .page--chat-community .block--comment .list--comment li .parent.txt .parent.nick, .page--chat-community .block--comment .list--comment li .parent.txt .quote-txt {
    font-size: 9px;
  }
  .page--chat-community .block--comment .list--comment li.comment--member .comment_txt .nick {
    left: 5em;
  }
  .page--chat-community .block--comment .list--comment li.comment--member .comment_txt .txt {
    width: calc(100% - 4.5em);
  }
  .page--chat-community .block--comment .list--comment li.comment--member .comment_txt .delete {
    left: 3.4em;
  }
  .page--chat-community .wrap--action.list--head {
    bottom: 1em;
  }
  .page--chat-community .wrap--action.list--head .form--post .form--inptarea {
    width: calc(100vw - 8em);
  }
  .page--chat-community .wrap--action.list--head #comment_popup {
    right: 1.5em;
  }
  .page--chat-community .reply-form {
    width: calc(100vw - 8em);
  }
  .page--chat-community .comment--member .reply-form {
    width: calc(100vw - 8em);
  }
  .page--chat-community .switching {
    padding: 5em 0 0;
  }
}
/* tablet
------------------------------ */
@media screen and (min-width: 756px) and (max-width: 961px) {
  .page--chat-community .container {
    padding-top: 100px;
  }
  .page--chat-community .block--comment {
    padding: 2em 1.5em;
  }
  .page--chat-community .block--comment .list--comment li .comment_txt {
    width: 70%;
  }
  .page--chat-community .block--comment .list--comment li.comment--member .comment_txt {
    width: 70%;
  }
  .page--chat-community .reply-form {
    width: calc(100% - 4.5em);
  }
  .page--chat-community .comment--member .reply-form {
    width: calc(100% - 9em);
  }
}
/* 〜450px
------------------------------ */
@media screen and (max-width: 450px) {
  .page--chat-community #ui-datepicker-div {
    width: calc(100% - 3em);
    -webkit-transform: translate(-1.5em, 0.5em);
            transform: translate(-1.5em, 0.5em);
  }
  .page--chat-community #ui-datepicker-div .ui-datepicker-header a {
    top: 2.5em;
  }
  .page--chat-community #ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
    padding: 1.3em 1em 2em;
  }
  .page--chat-community #ui-datepicker-div .ui-datepicker-calendar tbody tr td {
    padding: 0.8em 1.5em;
    font-size: 2.8vw;
  }
}
/*==============================
// mixin
//============================== */
/* ==============================
page--feature
============================== */
.page--feature {
  /* tablet
  ------------------------------ */
}
.page--feature .block--txt--notice {
  width: 100%;
  margin: 0 auto 3em;
  padding: 1.5em;
  border: solid 1px;
  border-color: inherit;
}
.page--feature .block--txt--notice .block--txt--notice__inner {
  margin: 1em auto;
  padding: 1em 0;
  border-top: solid 1px;
  border-bottom: solid 1px;
  border-color: inherit;
}
.page--feature .page--introduction {
  margin-top: 0;
}
.page--feature .page--introduction .section-tit {
  font-weight: 600;
}
.page--feature .page--introduction .logo {
  width: 60%;
}
.page--feature .page--introduction .block--logo {
  width: 50%;
  margin: 0 auto 30px;
  max-height: 300px;
}
.page--feature .page--introduction .block--logo .artistname {
  display: block;
  font-size: 14px;
  text-align: center;
  margin: 0 auto 5px;
}
.page--feature .page--introduction .block--logo .fanclubname {
  display: block;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin: 0 -35%;
}
.page--feature .page--introduction .text--lead {
  margin-bottom: 40px;
}
.page--feature .page--introduction .text--lead span {
  display: block;
}
.page--feature .page--introduction .text--lead .member_menu {
  display: inline-block;
  position: relative;
}
.page--feature .page--introduction .text--lead .member_menu::after {
  content: "、";
  display: inline-block;
}
.page--feature .page--introduction .text--lead .member_menu:first-of-type::after {
  content: "や";
}
.page--feature .page--introduction .text--lead .member_menu:last-of-type::after {
  display: none;
}
.page--feature .page--introduction .text--lead .artistname {
  line-height: 1.3;
  font-size: 1.2vw;
}
.page--feature .page--introduction .text--lead .fanclubname {
  font-size: 2vw;
  font-weight: bold;
}
.page--feature .page--introduction .block--spec {
  width: 100%;
  margin: 0 auto 80px;
  border: 1px solid rgba(200, 200, 200, 0.5);
}
.page--feature .page--introduction .block--spec td, .page--feature .page--introduction .block--spec th {
  padding: 15px;
  font-size: 12px;
  border-bottom: 1px solid rgba(200, 200, 200, 0.5);
}
.page--feature .page--introduction .block--spec th {
  width: 125px;
}
.page--feature .page--introduction .block--service {
  margin-bottom: 80px;
  text-align: center;
}
.page--feature .page--introduction .block--service .block--service__contents {
  display: block;
  margin: 0 auto;
}
.page--feature .page--introduction .block--service .block--service__contents li {
  width: 100%;
  margin-bottom: 20px;
}
.page--feature .page--introduction .block--service .block--service__contents li.streaming .inner p {
  text-transform: uppercase;
}
.page--feature .page--introduction .block--service .block--service__contents li .inner {
  position: relative;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.page--feature .page--introduction .block--service .block--service__contents li .inner span {
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 12px;
}
.page--feature .page--introduction .block--service .block--service__contents li .inner span svg {
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
.page--feature .page--introduction .block--service .block--service__contents li .inner p {
  width: calc(100% - 60px);
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 600;
  text-align: left;
}
.page--feature .page--introduction .block--service .block--service__contents li:last-child {
  margin-bottom: 0;
}
.page--feature .page--introduction .block--login__member {
  display: block;
  margin-bottom: 80px;
}
.page--feature .page--introduction .block--login__member li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  width: 100%;
  padding: 50px 40px 40px;
  margin-bottom: 30px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.page--feature .page--introduction .block--login__member li p {
  width: 100%;
}
.page--feature .page--introduction [class^=block--] {
  margin-bottom: 50px;
}
.page--feature .page--introduction [class^=block--] table {
  width: 100%;
  margin: 0 auto 30px;
  border: none;
}
.page--feature .page--introduction [class^=block--] table th {
  width: 100px;
  padding: 10px 13px;
  text-align: center;
  border: 1px solid;
}
.page--feature .page--introduction [class^=block--] table td {
  font-size: 12px;
  padding: 10px;
  border: 1px solid;
}
.page--feature .page--introduction [class^=block--] .block-tit {
  font-size: 17px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 600;
}
.page--feature .page--streaming {
  text-align: center;
}
.page--feature .page--streaming .section-tit span {
  display: block;
  margin-bottom: 0.5em;
  font-size: 16px;
  letter-spacing: 0.2em;
}
.page--feature .page--streaming .txt--lead {
  margin-bottom: 15px;
  font-size: 14px;
  text-align: left;
  line-height: 1.5;
}
.page--feature .page--streaming .block--streaming-about .channel_name {
  margin-bottom: 1em;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.page--feature .page--streaming .block--streaming-about .channel_name span {
  display: block;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.page--feature .page--streaming .block--streaming-about .channel_info {
  margin-bottom: 0.5em;
  font-size: 14px;
  text-align: left;
}
.page--feature .page--streaming .block--streaming-about .txt--sub {
  font-size: 11px;
  text-align: left;
}
.page--feature .page--streaming .block--download {
  margin: 4vw auto;
  text-align: center;
}
.page--feature .page--streaming .block--download .logo-app {
  width: 80%;
  max-width: 350px;
  margin: 0 auto 10px;
}
.page--feature .page--streaming .block--download .area-login {
  width: 100%;
  margin-left: 0;
}
.page--feature .page--streaming .block--download .area-login .btn_login {
  display: block;
  width: 80%;
  height: 50px;
  margin: 0 auto;
  border-radius: 10px;
  background: #000;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 50px;
}
.page--feature .page--streaming .block--download .appbox .area-dl {
  width: 46%;
}
.page--feature .page--streaming .block--download .tit {
  display: inline-block;
  margin: 0px 0 10px;
  font-weight: bold;
  line-height: 1.5;
}
.page--feature .page--streaming .block--download .list--dl {
  opacity: 0;
  margin-bottom: 20px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.page--feature .page--streaming .block--download .list--dl a {
  display: inline-block;
  margin: 0 8px;
}
.page--feature .page--streaming .block--download .list--dl a img {
  height: 56px;
  width: auto;
}
.page--feature .page--streaming .inner {
  margin: 5vw auto;
  padding: 24px 5%;
  border: solid 1px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  text-align: left;
}
.page--feature .page--streaming .inner .txt--basic {
  text-align: left;
}
.page--feature .page--streaming .inner .block--tit {
  display: inline-block;
  position: relative;
  left: calc(50% - 0.3em);
  margin: 0 auto 1.5em 0.3em;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.3em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page--feature .page--streaming .inner .block--tit::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  left: calc(41% - 0.15em);
  width: 18%;
  height: 1px;
  border-bottom: 1px solid;
}
.page--feature .page--streaming .inner .inner-lead {
  margin-bottom: 1em;
  font-size: 18px;
}
.page--feature .page--streaming .inner .txt--basic {
  line-height: 1.5;
}
.page--feature .page--streaming .inner .tit {
  text-align: center;
}
.page--feature .page--streaming .inner .inner-lead {
  font-size: 14px;
  line-height: 1.5;
}
.page--feature .page--streaming .inner .block--download {
  margin: 8vw auto 4vw;
}
.page--feature .page--streaming .inner .block--download .logo-app {
  width: 60%;
  max-width: 300px;
}
.page--feature .page--streaming .block--steps {
  margin-top: 30px;
  padding-top: 30px;
  border-top: solid 1px;
}
.page--feature .page--streaming .block--steps .block--steps__item {
  margin-bottom: 50px;
}
.page--feature .page--streaming .block--steps .block--steps__item:last-of-type {
  margin-bottom: 0;
}
.page--feature .page--streaming .block--steps .block--steps__num {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  letter-spacing: 0.1em;
}
.page--feature .page--streaming .block--steps .block--steps__num span {
  display: inline-block;
  width: 30px;
  margin-right: 7px;
  border: 1px solid;
  border-radius: 20px;
  font-size: 14px;
  text-align: center;
  line-height: 28px;
}
.page--feature .page--streaming .block--steps .app--dl {
  display: block;
  width: 100%;
  padding-top: 2vw;
}
.page--feature .page--streaming .block--steps .app--dl .logo-app {
  width: 70%;
  margin: 0 auto;
}
.page--feature .page--streaming .block--steps .app--dl .list--dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 25px 0;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  line-height: 1;
}
.page--feature .page--streaming .block--steps .app--dl .list--dl a {
  display: inline-block;
  width: 39vw;
  margin: 0 1vw;
}
.page--feature .page--streaming .block--steps .app--dl .list--dl .btn_appstore {
  width: 32.1vw;
}
.page--feature .page--streaming .methodList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  margin: 0;
  text-align: center;
}
.page--feature .page--streaming .methodList li {
  display: inline-block;
  position: relative;
  width: 25%;
  padding: 0 14%;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page--feature .page--streaming .methodList li img {
  margin: 0 0 20px;
  -webkit-filter: drop-shadow(9px 8px 6px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(9px 8px 6px rgba(0, 0, 0, 0.2));
}
.page--feature .page--streaming .methodList li span {
  display: block;
  font-size: 13px;
  text-align: center;
  line-height: 1.4;
}
.page--feature .page--streaming .methodList li .fa {
  position: absolute;
  top: 45%;
  right: -10px;
  color: #cecece;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page--feature .page--streaming .methodList.enter li:last-child {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
}
.page--feature .page--streaming .methodList.enter li:last-child img {
  margin-bottom: calc(13% + 10px);
}
.page--feature .page--streaming .adjust {
  margin: 0 auto 0px;
  padding: 0;
  text-align: center;
}
.page--feature .page--streaming .adjust dd {
  display: inline-block;
  width: 100%;
  margin: 0 auto 25px;
  padding: 0;
  font-size: 14px;
  text-align: left;
  vertical-align: top;
}
.page--feature .page--streaming .adjust dd .tit {
  padding: 0 0 10px;
  font-size: 15px;
  font-weight: 600;
}
.page--feature .page--streaming .adjust dd .text {
  min-height: auto;
  padding: 0 0 10px;
  font-size: 12px;
  line-height: 1.5;
}
.page--feature .page--streaming .attention {
  margin: 0 auto;
  padding: 25px 0 0;
  text-align: left;
}
.page--feature .page--streaming .attention .tit {
  padding: 0 0 5px;
  font-weight: bold;
  letter-spacing: 1.5px;
}
.page--feature .page--streaming .attention > ul {
  margin-bottom: 2em;
}
.page--feature .page--streaming .attention > ul li {
  padding: 0 0 5px 1em;
  text-indent: -1em;
  line-height: 1.6;
}
.page--feature .page--streaming .swiper-pagination-bullet {
  background: #626262;
}
.page--feature .page--streaming .swiper-pagination-bullet-active {
  background: #6350ff;
}
.page--feature .page--streaming .fa-chevron-right:before {
  content: none;
}
.page--feature .page--streaming .swiper-pagination-fraction,
.page--feature .page--streaming .swiper-pagination-custom,
.page--feature .page--streaming .swiper-container-horizontal > .swiper-pagination-bullets {
  position: relative;
  bottom: -3px;
  left: 0;
}
.page--feature .page--streaming .swiper-button-next, .page--feature .page--streaming .swiper-button-prev {
  color: #cecece;
  pointer-events: all;
  right: 0px;
  left: auto;
}
.page--feature .page--streaming .swiper-button-prev {
  left: 0px;
  right: auto;
}
.page--feature .page--streaming .swiper-button-prev:after {
  content: "\f053";
  font-size: 25px;
}
.page--feature .page--streaming .swiper-button-next:after {
  content: "\f054";
  font-size: 25px;
}
.page--feature.loaded .page--streaming .block--download .list--dl {
  opacity: 1;
}
.page--feature.view-iphone .page--streaming .list--dl .btn_googleplay {
  display: none;
}
.page--feature.view-android .page--streaming .list--dl .btn_appstore {
  display: none;
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .page--feature .page--introduction .section-tit {
    font-size: 5vw;
  }
  .page--feature .page--introduction .logo {
    width: 50%;
  }
  .page--feature .page--introduction .block--spec {
    max-width: none;
  }
  .page--feature .page--introduction .block--spec td, .page--feature .page--introduction .block--spec th {
    padding: 20px;
    font-size: 13px;
  }
  .page--feature .page--introduction .block--spec th {
    width: 160px;
  }
  .page--feature .page--introduction .block--service .block--service__contents {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .page--feature .page--introduction .block--service .block--service__contents li {
    width: 49%;
  }
  .page--feature .page--introduction .block--service .block--service__contents li .inner {
    padding: 15px;
  }
  .page--feature .page--introduction [class^=block--] table td {
    font-size: 15px;
  }
  .page--feature .page--introduction [class^=block--] .block-tit {
    font-size: 18px;
  }
  .page--feature .page--streaming {
    padding: 0 10%;
  }
  .page--feature .page--streaming .section-tit span {
    font-size: 22px;
  }
  .page--feature .page--streaming .block--streaming-about .channel_name {
    font-size: 40px;
  }
  .page--feature .page--streaming .txt--lead {
    font-size: 16px;
  }
  .page--feature .page--streaming .block--download .appbox .area-dl {
    width: 52%;
  }
  .page--feature .page--streaming .block--download .appbox .area-login {
    width: 36%;
  }
  .page--feature .page--streaming .block--download .appbox .area-login .btn_login {
    height: 52px;
    font-size: 20px;
    border-radius: 6px;
  }
  .page--feature .page--streaming .block--download .area-login .btn_login {
    width: 50%;
    margin: 0 auto;
  }
  .page--feature .page--streaming .block--download .tit {
    font-size: 22px;
  }
  .page--feature .page--streaming .block--download .list--dl a img {
    height: 8vw;
    width: auto;
  }
  .page--feature .page--streaming .inner {
    padding: 40px;
    text-align: left;
  }
  .page--feature .page--streaming .inner .block--tit {
    font-size: 28px;
  }
  .page--feature .page--streaming .methodList li {
    padding: 0 20vw;
  }
  .page--feature .page--streaming .adjust dd .ph {
    max-width: 500px;
    margin: 0 auto;
  }
}

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

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

/* pc
------------------------------ 
@include var.pc {
	.page--ticket {
		.wrap {
			overflow: inherit;
		}
		.section-tit {
			font-size: 25px;
			line-height: 1.3;
		}
		.list--select {
			@include var.flex-display;
			@include var.flex-justify(center);
			@include var.flex-align(flex-start);
			li {
				width: 50%;
				margin-right: 2em;
				&:last-of-type {
					margin-right: 0;
				}
			}
		}
		.section--detail {
			.detail--wrap.wrap-live-date {
				min-height: 1500px;
			}
			.block--form {
				dd {
					margin-bottom: 1.2em;
				}
			}
			.block--detail {
				position: relative;
			}
			.block--event_check {
				position: -webkit-sticky;
				position: sticky;
				top: 100px;
				z-index: 2;
			}
		}
		.detail__btn--wrap {
			@include var.flex-display;
			@include var.flex-justify(center);
			@include var.flex-align(baseline);

			li {
				&:first-of-type {
					&::after {
						content: "｜";
						display: inline-block;
						margin: 0 1em;
					}
				}
			}
		}
	}
}
*/
/* sp
------------------------------ 
@include var.sp {*/
.page--ticket .sp--view {
  padding-top: 76px;
  padding-bottom: 40px;
}
.page--ticket .container {
  padding-top: 30px;
  padding-bottom: 40px;
}
.page--ticket .form--post {
  margin-bottom: 0;
}
.page--ticket .section-tit {
  font-size: 18px;
  line-height: 1.3;
}
.page--ticket .list--select li {
  width: 100%;
  margin-bottom: 1.5em;
}
.page--ticket .section--detail {
  width: 100%;
}
.page--ticket .section--detail > .section-tit {
  padding: 0 5%;
}
.page--ticket .section--detail .detail--wrap {
  display: block !important;
}
.page--ticket .section--detail.ticket--detail .block--photo {
  width: 100%;
}
.page--ticket .section--detail.ticket--detail .block--event_check {
  width: 100%;
}
.page--ticket .section--detail.ticket--detail.event_date {
  width: 100%;
}
.page--ticket .section--detail.ticket--detail.event_date .block--detail {
  width: 100%;
  margin-bottom: 0;
}
.page--ticket .section--detail.ticket--detail.event_date .block--event_check {
  width: 100%;
  margin: 0 auto;
}
.page--ticket .section--detail.ticket--detail.photo-available {
  width: 100%;
}
.page--ticket .section--detail.ticket--detail.photo-available .block--detail {
  width: 100%;
}
.page--ticket .section--detail.ticket--detail.photo-available .block--photo {
  width: 100%;
}
.page--ticket .section--detail.ticket_sales--detail .block--photo {
  width: 100%;
}
.page--ticket .section--detail.ticket_sales--detail .block--info dl:first-of-type {
  border-top: 1px solid;
  padding-top: 0.8em;
}
.page--ticket .section--detail.ticket_sales--detail.photo-available {
  width: 100%;
}
.page--ticket .section--detail.ticket_sales--detail.photo-available .block--detail {
  width: 100%;
}
.page--ticket .section--detail.ticket_sales--detail.photo-available .block--photo {
  width: 100%;
}
.page--ticket .section--detail .block--info dl {
  display: block;
  margin-bottom: 0.8em;
  padding-bottom: 0.8em;
}
.page--ticket .section--detail .txt-notice span {
  font-size: 14px;
}
.page--ticket.ticket__order__detail .section--detail {
  padding: 0;
}
.page--ticket.ticket__detail .section--detail {
  padding: 0;
}
.page--ticket .detail__btn--wrap {
  width: 100%;
  padding: 0 5%;
  margin: 3em auto 0;
}
.page--ticket .section--detail .notice {
  display: block;
  width: 90%;
  max-width: inherit;
}

/*}*/
/* tablet
------------------------------ *//*# sourceMappingURL=service.css.map */