<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ==============================================================
*  base
* ============================================================ */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

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

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

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

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

/*   ==============================================================
*  contents
*  ============================================================ */
/* common.scss
============================== */
html {
  visibility: hidden;
}

.content--body {
  opacity: 0;
  transition: opacity 0.3s;
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}
html.wf-active .content--body,
html.loading-delay .content--body {
  opacity: 1;
}

html {
  font-size: 62.5%;
}

html, body {
  height: 100%;
}

body {
  background: #fff;
  color: #121212;
  font-family: "Noto Sans JP", "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  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: #dcdcdc;
  color: #121212;
}

::selection {
  background: #dcdcdc;
  color: #121212;
}

::-moz-selection {
  background: #dcdcdc;
  color: #121212;
}

.delighter.started {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.delighter {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.parts-svg {
  display: none;
}

.btn {
  text-align: center;
}

.btn-base-style, .btn--sub, .btn--main {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border: none;
  border-radius: 0;
  cursor: pointer;
}

.btn--main {
  background: #121212;
  color: #fff;
  margin: 0.8em 0;
  padding: 1em;
  font-style: normal !important;
  text-decoration: none !important;
  text-align: center;
  font-size: 1.3rem;
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .btn--main {
    min-width: 50%;
  }
}

.btn--sub {
  border: 1px solid #121212;
  background: none;
  color: #121212;
  margin: 0.8em 0;
  padding: 1em;
  text-decoration: none !important;
  text-align: center;
  font-size: 1.3rem;
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .btn--sub {
    min-width: 50%;
  }
}

.btn--more a {
  width: 34px;
  height: 14px;
  display: block;
}
.btn--more a svg {
  fill: none;
  stroke: #7F7F7F;
  stroke-width: 0.5;
}

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

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

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

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.tit {
  font-weight: 700;
}

.date,
.category {
  display: inline-block;
}

.date {
  font-size: 1.2rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

.category {
  font-size: 1.5rem;
  color: #121212;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

.font-en {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

.ph, .thumb {
  position: relative;
  line-height: 0;
  text-align: center;
}
.ph::after, .thumb::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(/static/common/global-image/dummy.gif);
  background-size: cover;
  top: 0;
  left: 0;
}
.ph .dummy, .thumb .dummy {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ph img, .thumb img {
  width: 100%;
}

.thumb img {
  width: 100%;
}
.thumb.no-login figure {
  overflow: hidden;
  position: relative;
}
.thumb.no-login figure::before {
  content: "VAWS MEMBERS ONLY";
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: normal;
  color: #fff;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  opacity: 0.8;
}
.thumb.no-login figure img {
  filter: blur(10px) contrast(0.6);
  transform: scale(1.5);
}

.block--pager {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  font-size: 1.6rem;
  position: relative;
  height: 40px;
  margin-top: 30px;
}
.block--pager li {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  position: relative;
  line-height: 1;
}
.block--pager a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 0.5em 0.7em;
}
.block--pager .pager__item--number {
  text-align: center;
}
.block--pager .pager__item--newer,
.block--pager .pager__item--older {
  width: 25px;
  height: 40px;
  padding: 0;
  margin: 0;
  z-index: 2;
}
.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%;
  padding: 12px 0;
  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: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.block--pager .pager__item--newer span,
.block--pager .pager__item--older span {
  opacity: 0.2;
}
.block--pager .pager__item--newer {
  left: 0;
}
.block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid #121212;
  border-top: none;
  border-right: none;
  transform: rotate(45deg);
  transition: 0.3s;
  vertical-align: middle;
}
.block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
  top: 16px;
  left: 0;
}
.block--pager .pager__item--older {
  right: 0;
}
.block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid #121212;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  transition: 0.3s;
  vertical-align: middle;
}
.block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
  top: 16px;
  right: 0;
}
.block--pager .pager__item--current {
  position: relative;
  padding: 0.5em 0.7em;
  line-height: 1;
  font-weight: 800;
}
.block--pager .pager-link--list {
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.block--pager .pager__item--other {
  font-size: 90%;
}
.block--pager .pager-link--prev a, .block--pager .pager-link--next a {
  position: relative;
  font-size: 1.6rem;
}
.block--pager .pager-link--prev a::after, .block--pager .pager-link--next a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
.block--pager .pager-link--prev a::after {
  border-width: 7px 0px 7px 7px;
  border-color: transparent transparent transparent #121212;
  right: 0;
}
.block--pager .pager-link--next a::after {
  border-width: 7px 7px 7px 0;
  border-color: transparent #121212 transparent transparent;
  left: 0;
}

.list--bnr .slick-dots {
  left: 0;
  bottom: -40px;
}
.list--bnr .slick-dots li {
  margin: 0;
}

.slick-slide img {
  width: 100%;
}

.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  transform: translate(0, -20px);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
  z-index: 10;
  display: inline-block;
  opacity: 0;
  transition: 0.5s;
}
.slick-next::before, .slick-prev::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
}
.slick-next::after, .slick-prev::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: #e6e6e6;
  opacity: 0.3;
  z-index: 1;
}
.slick-next:hover::after, .slick-prev:hover::after {
  opacity: 0.5;
}
.slick-next.slick-disabled, .slick-prev.slick-disabled {
  pointer-events: none;
}
.slick-next.slick-disabled::before, .slick-next.slick-disabled::after, .slick-prev.slick-disabled::before, .slick-prev.slick-disabled::after {
  opacity: 0;
}

.slick-next {
  right: calc(1.5vw + 20px);
}
.slick-next::before {
  transform: translate(-50%, -50%);
}

.slick-prev {
  left: -20px;
}
.slick-prev::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.slick-dots {
  text-align: left;
  bottom: -50px;
}
.slick-dots li {
  width: 4.8vw;
  height: 2px;
  margin: 0;
  padding: 0;
}
.slick-dots li button {
  width: auto;
  height: auto;
  padding: 0;
}
.slick-dots li button:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #dfdfdf;
  opacity: 1;
  transition: 0.3s;
}
.slick-dots .slick-active button:before {
  background: #121212;
}

.list--bnr {
  transition: 0.3s;
  overflow: hidden;
}
.list--bnr:hover .slick-next, .list--bnr:hover .slick-prev {
  opacity: 1;
}
.list--bnr.slick-initialized {
  height: auto;
  overflow: visible;
}
.list--bnr .slick-list {
  overflow: visible;
}
.list--bnr .slick-list.is--slide {
  overflow: visible !important;
}
.list--bnr li {
  margin: 0 25px 0 0;
  display: inline-block;
  font-size: 0;
}
.list--bnr li a, .list--bnr li img {
  width: 100%;
}

.photo--slider #swipebox-slider .slide-loading {
  background-image: none !important;
}
.photo--slider #swipebox-slider .slide img {
  max-height: 80%;
}
.photo--slider #swipebox-overlay {
  background: rgba(0, 0, 0, 0.9);
}
.photo--slider #swipebox-close {
  top: 3vw;
  right: 4vw;
  width: 30px;
  height: 30px;
  background: none;
}
.photo--slider #swipebox-close::before, .photo--slider #swipebox-close::after {
  content: "";
  width: 30px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 14px;
  transition: all 0.6s ease-out 0s;
  -webkit-transition: all 0.6s ease-out 0s;
}
.photo--slider #swipebox-close::before {
  transform: rotate(45deg);
}
.photo--slider #swipebox-close::after {
  transform: rotate(-45deg);
}
.photo--slider #swipebox-top-bar {
  background: none;
  text-shadow: none;
}
.photo--slider #swipebox-bottom-bar {
  background: none;
}
.photo--slider #swipebox-bottom-bar #swipebox-prev,
.photo--slider #swipebox-bottom-bar #swipebox-next {
  background: none;
  color: #fff;
}
.photo--slider #swipebox-bottom-bar #swipebox-prev::after,
.photo--slider #swipebox-bottom-bar #swipebox-next::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 3px solid;
  border-top: none;
  border-right: none;
  vertical-align: middle;
  pointer-events: none;
  margin-top: -0.25em;
  margin-right: 0.25em;
  margin-top: 1em;
}
.photo--slider #swipebox-bottom-bar #swipebox-prev {
  left: 3%;
}
.photo--slider #swipebox-bottom-bar #swipebox-prev::after {
  transform: rotate(45deg);
  margin-left: 1em;
}
.photo--slider #swipebox-bottom-bar #swipebox-next {
  right: 3%;
}
.photo--slider #swipebox-bottom-bar #swipebox-next::after {
  transform: rotate(-135deg);
}
@media screen and (min-width: 800px) {
  .photo--slider #swipebox-arrows {
    max-width: none;
  }
}

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

.block--player {
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 15px;
  width: 100%;
}
.block--player .ulizahtml5 {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.block--player video {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
}

.block--player--ios {
  width: 100%;
  text-align: center;
}
.block--player--ios video {
  background: #000;
}

.block--player.player-sp {
  width: 100%;
  padding-top: 0;
}

.block--player &gt; div {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.block--player &gt; img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.block--player iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.eq-header, .video_title, .video_title_text_cover, .video_title_text {
  display: none !important;
}

.block--player .txt {
  margin-bottom: 1em;
}

.flash__player--accordion {
  margin: 2em 0;
}

.flash__player--accordion dl {
  border: solid 1px #000;
}

.flash__player--accordion dt {
  text-align: center;
  line-height: 3em;
  background-color: #000;
  color: #fff;
}

.flash__player--accordion dd {
  display: none;
  background: #fff;
}

.flash__player--accordion .list--player li {
  border-top: 1px solid rgba(150, 150, 150, 0.5);
}

.flash__player--accordion .list--player li:first-of-type {
  border-top: none;
}

.flash__player--accordion .list--player li a {
  display: block;
  padding: 1em;
}

@media screen and (max-width: 960px) {
  .block--player video {
    width: 100%;
  }
  .block--player--ios &gt; video {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .block--player {
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 10px;
  }
  .block--player.player-sp {
    width: 100%;
    padding-top: 0;
  }
}
.area--movie {
  margin: 3% auto;
  max-width: 640px;
}

.section--list {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.section--list .no-data {
  margin-top: 1em;
  font-size: 1.3rem;
}

.list--info li {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: #ececec solid 1px;
}
.list--info li.new .date::after {
  content: "NEW";
  color: #ff6c00;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  font-style: italic;
  font-size: 1.2em;
  line-height: 0;
  display: block;
  margin: 10px 0 0;
}
.list--info li a {
  line-height: 1.8;
}
.list--info .date {
  width: 140px;
  font-family: Helvetica, "sans-serif";
  font-size: 14px;
  color: #bbbbbb;
}
.list--info .newsTtl {
  font-size: 16px;
  font-weight: 500;
  width: calc(100% - 140px);
}

.list--contents li {
  background-color: #fff;
  overflow: hidden;
}
.list--contents li a {
  display: block;
  position: relative;
}
.list--contents li a figure {
  overflow: hidden;
  z-index: 1;
  border: 1px solid #eeeeee;
}
.list--contents li a figure img {
  display: block;
  transition: 0.4s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  background-image: url(/static/vaundy/fanclub/common/no_images.png);
  background-color: #eeeeee;
}
.list--contents li .thumb {
  overflow: hidden;
}
.list--contents li .list__txt {
  margin-top: 15px;
}
.list--contents li .list__txt .tit {
  line-height: 1.5;
}
.list--contents li .list__txt .date {
  margin-bottom: 5px;
  font-size: 1.2rem;
}
.list--contents li .list__txt .category {
  position: relative;
  font-size: 1rem;
  margin-left: 30px;
}
.list--contents li.new .date:after {
  content: "NEW";
  color: #ff6c00;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  font-style: italic;
  font-size: 1.2em;
  line-height: 0;
  display: inline-block;
  margin: 0 0 0 10px;
}

.section--detail {
  width: 84%;
  margin: 0 auto;
}
.section--detail .tit {
  line-height: 1.5;
}
.section--detail .category {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 12px;
  min-width: auto;
}
.section--detail .date {
  margin-right: 8px;
}
.section--detail .txt--basic a {
  text-decoration: underline;
}
.section--detail .txt a {
  color: #ff6c00;
  text-decoration: underline;
}
.section--detail .txt .btn_area a {
  color: #fff;
}
.section--detail .txt .btn .btn--main {
  color: #fff;
}
.section--detail .txt .btn .btn--sub {
  color: #121212;
}

.form--post dt,
.form--confirm dt {
  margin: 2em 0 0.2em;
  font-weight: 700;
}
.form--post dd,
.form--confirm dd {
  margin: 0 0 1em;
}

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

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

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

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

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

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

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

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

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

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

/* textarea */
textarea {
  font-family: "Noto Sans JP", "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #121212;
  border-radius: 2px;
  padding: 0.5em;
  height: 10em;
}
textarea:focus {
  border-color: #121212;
}
textarea.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
textarea.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
textarea[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

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

/* checkbox */
.form__checkbox label p {
  font-family: "Noto Sans JP", "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  display: block;
  padding: 0.2em;
  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: 1px solid #121212;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__checkbox label p::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.4em;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  top: 70%;
  left: 0.2em;
  transform: rotate(-45deg);
  opacity: 0;
}
.form__checkbox :checked ~ p::before {
  background: #121212;
  border-color: #121212;
}
.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}

/* radio */
.form__radio label p {
  font-family: "Noto Sans JP", "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  display: block;
  padding: 0.2em;
  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.2em 0.5em 0.2em 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: #121212;
  border-width: 0.3em;
}

/* toggle button */
.form__toggle label p {
  font-family: "Noto Sans JP", "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  display: block;
  padding: 0.2em;
  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 #121212;
}
.form__toggle label p::before {
  width: 50px;
  border-radius: 15px;
  top: 50%;
  right: 0;
}
.form__toggle label p::after {
  width: 30px;
  background: #121212;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 50%;
  right: 20px;
}
.form__toggle :checked ~ p::before {
  background: #121212;
  border-color: #121212;
}
.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: 1em 0 2em;
}

.form--confirm {
  border: 1px solid #121212;
  border-radius: 6px;
  padding: 40px 30px;
  margin-bottom: 40px;
  border-radius: 0;
}
.form--confirm dt {
  margin: 0 0 10px;
  opacity: 0.4;
}
.form--confirm dd {
  margin: 0 0 30px;
}
.form--confirm dd:last-of-type {
  margin-bottom: 0;
}

/* required */
.required {
  display: inline-block;
  margin-left: 0.5em;
  padding: 3px 5px;
  border-radius: 2px;
  background-color: #FF4343;
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
}
header h1 {
  z-index: 90;
  transition: 0.6s;
  line-height: 1.4;
}
header h1 img {
  background-size: contain;
  aspect-ratio: 50/21;
}
header .header_inner .nav {
  line-height: 1;
}
header .header_inner .nav li {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}
header .header_inner .nav::after {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}
header .header_inner .nav-official .sub-nav {
  display: flex;
  justify-content: flex-end;
}
header .drawer {
  z-index: 99;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: mix-blend-mode 0.4s cubic-bezier(0.16, 0.68, 0.65, 1.03), opacity 0.4s cubic-bezier(0.16, 0.68, 0.65, 1.03);
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  pointer-events: none;
}
header .drawer .inner {
  opacity: 0;
}
header .drawer .tit-drawer {
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 auto 20px;
  line-height: 1;
}
header .drawer .g-nav li:last-child {
  position: relative;
}
header .drawer .g-nav li:last-child::before {
  content: "";
  display: block;
  position: absolute;
  background: #121212;
}
header .drawer .drawer-official-nav .tit-drawer a {
  background: url(/static/vaundy/fanclub/common/logo.svg) no-repeat left top;
  background-size: contain;
  display: block;
}
header .drawer .drawer-fc-nav .tit-drawer a {
  background: url(/static/vaundy/fanclub/common/logo_fc.svg) no-repeat left top;
  background-size: contain;
  display: block;
}
header .drawer__btn {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 9999;
  cursor: pointer;
}
header .drawer__btn span {
  display: block;
  background: #000;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  transition: all 0.4s;
}
header .drawer__btn span:nth-child(1) {
  top: 18px;
}
header .drawer__btn span:nth-child(2) {
  bottom: 18px;
}

.is-drawer-shown {
  overflow: hidden;
}
.is-drawer-shown header .drawer__btn span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.is-drawer-shown header .drawer__btn span:nth-child(2) {
  transform: translateY(-6px) rotate(-45deg);
}
.is-drawer-shown header .drawer {
  opacity: 1;
  pointer-events: auto;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  background-color: #eeeeee;
}
.is-drawer-shown header .drawer .drawer-official-nav {
  background: #fff;
}
.is-drawer-shown header .drawer .inner {
  opacity: 1;
}
.is-drawer-shown header .drawer .inner .drawer-nav {
  position: relative;
}
.is-drawer-shown header .drawer .inner .drawer-nav .sub-nav-fc {
  margin-bottom: 4em;
}
.is-drawer-shown header .drawer .inner .drawer-nav .sub-nav-fc a {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 2.2rem;
  line-height: 1.4;
}
.is-drawer-shown header .drawer .inner .drawer-nav .sub-nav-fc a + a {
  margin-left: 1em;
}
.is-drawer-shown header .drawer .inner .drawer-nav .sub-nav-fc:last-child::before {
  content: none;
}
.is-drawer-shown header .drawer .inner .drawer-nav .sub-nav-fc:last-child a {
  margin-top: 0;
}
.is-drawer-shown header .drawer .nav li {
  display: block;
  overflow: hidden;
}
.is-drawer-shown header .drawer .nav li:last-child, .is-drawer-shown header .drawer .nav li.sub-nav-fc {
  margin-right: 0;
}
.is-drawer-shown header .drawer .nav.sns li {
  margin-bottom: 0;
}
.is-drawer-shown header .drawer .drawer-official-nav .tit-drawer a {
  aspect-ratio: 10/2;
}
.is-drawer-shown header .drawer .drawer-fc-nav .tit-drawer a {
  aspect-ratio: 50/21;
}
.is-drawer-shown header .tit-fcmenu {
  margin-right: 25px;
}

header .drawer .nav li {
  position: relative;
}
header .drawer .nav li a {
  display: inline-block;
  transform: translateY(100%);
}

header .drawer .nav {
  opacity: 0;
}

.is-drawer-shown header .drawer .nav {
  transition: opacity 0.3s ease 0.8s;
  opacity: 1;
}
.is-drawer-shown header .drawer .nav li a {
  transition: transform 0.3s ease 0.5s;
  transform: translateY(0%);
}

body.browser_back .drawer,
body.is-drawer-shown.browser_back .drawer {
  animation: fade-out 0.5s linear forwards;
}

footer {
  padding: 80px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
}
footer .ftrWrap .ftrMenu {
  display: none;
}
footer .ftrWrap .ftrMenu li {
  margin-right: 20px;
  margin-bottom: 10px;
  font-size: 13px;
}
footer .ftrWrap .copyright {
  font-family: "Shadows Into Light", cursive;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 12px;
}
footer .ftrLogo {
  display: none;
  width: 180px;
  line-height: 0;
}
footer .ftrLogo img {
  aspect-ratio: 100/19;
  background-size: cover;
  width: 100%;
}

.wrap {
  min-height: 100%;
  position: relative;
  z-index: 1;
}

.content--body {
  min-height: 100vh;
  min-height: 100dvh;
  position: relative;
  background: #fff;
}

.section-tit {
  position: relative;
  margin-bottom: 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  font-size: 4rem;
}

.contents-tit {
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

.sub-tit {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 1rem;
  color: #7F7F7F;
  line-height: 1.2;
}

.block--thumb {
  border: 1px solid #eeeeee;
}

/*-- DETAIL BUTTON --*/
.detail__btn {
  margin-top: 40px;
}
.detail__btn a, .detail__btn span {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 16px;
  border-bottom: #000 solid 1px;
  padding-bottom: 2px;
}
.detail__btn a:before, .detail__btn span:before {
  content: "←";
  margin-right: 10px;
}
.detail__btn.more a:before, .detail__btn.more span:before {
  content: none;
}
.detail__btn.more a:after, .detail__btn.more span:after {
  content: "→";
  margin-left: 10px;
}

/*-- SNS SHARE --*/
/*-- BANNER --*/
.section--banner {
  overflow: hidden;
}

/*-- official_sns --*/
.official_sns ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.official_sns ul li {
  margin-right: 24px;
}
.official_sns ul li:last-child {
  margin-right: 0;
}
.official_sns ul .sns__streaming a {
  background: #121212;
  color: #fff;
  border-radius: 50%;
}

/*-- GENERAL STYLE --*/
.red {
  color: #FF4343;
}

.bold {
  font-weight: bold;
}

.text-sub {
  font-size: 83%;
}

.link--blank {
  position: relative;
  display: inline-block;
  margin-left: 15px;
  width: 12px;
  height: 11px;
  border: solid 2px #eeeeee;
  transition: all 0.3s ease;
  transform: translateY(-2px);
}
.link--blank::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 0px;
  width: 2px;
  height: 12px;
  background: #eeeeee;
  transition: all 0.3s ease;
}
.link--blank::after {
  content: "";
  position: absolute;
  left: -6px;
  bottom: -6px;
  width: 14px;
  height: 2px;
  background: #eeeeee;
  transition: all 0.3s ease;
}

.link--text {
  color: #FF4343;
  text-decoration: underline;
  transition: opacity 0.3s ease-out;
}
.link--text:hover {
  opacity: 0.5;
}

.page--home .anim {
  opacity: 0;
  transition: all 0.8s ease-out;
}
.page--home .anim.on {
  opacity: 1;
}
.page--home .btmLine {
  border-bottom: #000 solid 1px;
}
.page--home section {
  padding: 0 60px;
  position: relative;
  z-index: 2;
}
.page--home h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  font-size: min(8vw, 94px);
  line-height: 1;
}
.page--home .wrap {
  height: 100vh;
}
.page--home h1.logo {
  display: none;
}
.page--home .section--mainvisual {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.page--home .section--mainvisual::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  z-index: 0;
  opacity: 0;
  animation: op 2s linear 1.5s forwards;
}
.page--home .section--mainvisual .mask {
  padding-left: 620vh;
  animation: mv 20s linear 0s infinite;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  transition: all 0.8s ease-out;
}
.page--home .section--mainvisual .mask.on {
  background-color: rgba(255, 255, 255, 0.8);
}
.page--home .section--mainvisual .mask img {
  display: block;
  height: 100%;
  width: auto;
  max-width: unset;
  position: absolute;
  top: 0;
}
.page--home .section--mainvisual .mask img:nth-child(1) {
  left: 0;
}
.page--home .section--mainvisual .mask img:nth-child(2) {
  left: 50%;
}
.page--home .section--mainvisual h1 {
  position: absolute;
  top: 40px;
  left: 40px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 24px;
  z-index: 100;
  line-height: 1.6;
}
.page--home .section--mainvisual .titleLogo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 0;
  width: 60%;
  max-width: 800px;
  z-index: 100;
}
.page--home .content--body .logo-area {
  padding: 0 60px 80px;
}
.page--home .content--body .logo-area .loginBtn {
  display: flex;
  justify-content: center;
}
.page--home .content--body .logo-area .loginBtn li {
  margin: 0 50px;
}
.page--home .content--body .logo-area .loginBtn li a {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 28px;
}
.page--home .content--body .inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 120px 0;
  position: relative;
}
.page--home .content--body .section--banner {
  overflow: hidden;
  padding: 0;
}
.page--home .content--body .section--banner .slideBnr {
  width: 640px;
  margin: 0 auto;
}
.page--home .content--body .section--banner .slideBnr li {
  padding: 0 30px;
  line-height: 0;
}
.page--home .content--body .section--banner .slick-list {
  overflow: visible;
}
.page--home .content--body .section--banner .no-slick {
  display: flex;
  justify-content: center;
  width: auto;
}
.page--home .content--body .section--info .inner {
  min-height: 680px;
}
.page--home .content--body .section--info h2 {
  position: absolute;
  top: 120px;
  left: 0;
  transform-origin: left bottom;
  transform: translateY(-100%) rotate(90deg);
}
.page--home .content--body .section--info .list--info {
  width: 70%;
  margin-left: 30%;
}
.page--home .content--body .section--timeline .inner, .page--home .content--body .section--photo .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.page--home .content--body .section--timeline .tlImg, .page--home .content--body .section--photo .tlImg {
  width: 50%;
}
.page--home .content--body .section--timeline .tlImg img, .page--home .content--body .section--photo .tlImg img {
  width: 100%;
  aspect-ratio: 16/11;
  background-color: #e5e5e5;
}
.page--home .content--body .section--timeline .tlImg .thumb.no-thumb, .page--home .content--body .section--photo .tlImg .thumb.no-thumb {
  position: relative;
}
.page--home .content--body .section--timeline .tlImg .thumb.no-thumb img, .page--home .content--body .section--photo .tlImg .thumb.no-thumb img {
  filter: grayscale(1);
}
.page--home .content--body .section--timeline .tlImg .thumb.no-thumb:before, .page--home .content--body .section--photo .tlImg .thumb.no-thumb:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.page--home .content--body .section--timeline .tlImg .thumb.no-thumb:after, .page--home .content--body .section--photo .tlImg .thumb.no-thumb:after {
  content: "TIMELINE";
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  z-index: 2;
}
.page--home .content--body .section--timeline .tlTxtWrap, .page--home .content--body .section--photo .tlTxtWrap {
  width: 45%;
}
.page--home .content--body .section--timeline .tlTxtWrap .tl, .page--home .content--body .section--photo .tlTxtWrap .tl {
  margin-top: 50px;
  margin-bottom: 30px;
}
.page--home .content--body .section--timeline .tlTxtWrap .tl .date, .page--home .content--body .section--photo .tlTxtWrap .tl .date {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 16px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.page--home .content--body .section--timeline .tlTxtWrap .tl .tlTxt, .page--home .content--body .section--photo .tlTxtWrap .tl .tlTxt {
  font-size: 18px;
}
.page--home .content--body .section--timeline .tlTxtWrap.new .category:after, .page--home .content--body .section--photo .tlTxtWrap.new .category:after {
  content: "NEW";
  color: #ff6c00;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  font-style: italic;
  font-size: 1.6rem;
  line-height: 0;
  display: inline-block;
  margin: 0 0 0 12px;
}
.page--home .content--body .section--photo .tlImg {
  overflow: hidden;
}
.page--home .content--body .section--photo .tlImg img {
  background-size: contain;
  z-index: 1;
  position: relative;
  background-color: transparent;
  aspect-ratio: 16/9;
}
.page--home .content--body .section--photo .tlImg img.blur {
  aspect-ratio: auto;
  filter: blur(15px);
  position: absolute;
  top: -3%;
  left: 0%;
  z-index: 0;
  transform-origin: center;
  transform: scale(1.2);
}
.page--home .content--body .section--timeline .inner {
  flex-direction: row;
}
.page--home .content--body .section--movie .inner,
.page--home .content--body .section--radio .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page--home .content--body .section--movie .movWrap,
.page--home .content--body .section--radio .movWrap {
  width: 60%;
  line-height: 0;
}
.page--home .content--body .section--movie .movWrap img,
.page--home .content--body .section--radio .movWrap img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.page--home .content--body .section--movie .movTtlWrap,
.page--home .content--body .section--radio .movTtlWrap {
  width: 35%;
}
.page--home .content--body .section--movie .movTtlWrap .date,
.page--home .content--body .section--radio .movTtlWrap .date {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 50px;
}
.page--home .content--body .section--movie .movTtlWrap .movTtl,
.page--home .content--body .section--radio .movTtlWrap .movTtl {
  font-size: 18px;
}
.page--home .content--body .section--movie .movTtlWrap .limited,
.page--home .content--body .section--radio .movTtlWrap .limited {
  position: relative;
  font-size: 1.2rem;
  margin-top: 15px;
  padding-left: 25px;
  line-height: 1.4;
}
.page--home .content--body .section--movie .movTtlWrap .limited::before,
.page--home .content--body .section--radio .movTtlWrap .limited::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  position: absolute;
  background-color: #121212;
  left: 0;
  top: 50%;
}
.page--home .content--body .section--movie .movTtlWrap.new .date:after,
.page--home .content--body .section--radio .movTtlWrap.new .date:after {
  content: "NEW";
  color: #ff6c00;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  font-style: italic;
  font-size: 1.6rem;
  line-height: 0;
  display: inline-block;
  margin: 0 0 0 10px;
}
.page--home .content--body .section--timeline .no-data,
.page--home .content--body .section--movie .no-data {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  font-size: min(6vw, 42px);
}
.page--home .content--body .section--radio .inner {
  flex-direction: row-reverse;
}
.page--home .detail__btn {
  text-align: right;
}
.page--home footer {
  position: relative;
}
.page--home footer .ftrLogo {
  display: block;
}
.page--home footer .ftrMenu {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.page--info .section--detail .txt {
  margin-top: 3em;
}
.page--info .section--detail .txt a {
  text-decoration: underline;
}
.page--info .section--detail .txt .non-protect .ph:after {
  content: none;
}
.page--info .section--detail .txt .non-protect .dummy {
  display: none;
}
.page--info .section--detail .txt .ph {
  margin: 2% 0;
}
.page--info .section--detail .txt .ph img.dummy {
  width: 100%;
}
.page--info .section--detail hr.dot {
  border: 0;
  border-top: dotted 1px #ccc;
  margin: 2em 0;
}
.page--info .section--detail .news-image img,
.page--info .section--detail .news-single-contents img {
  max-width: 100%;
  height: auto;
}
.page--info .section--detail.new.new .date:after {
  content: "NEW";
  color: #ff6c00;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  font-style: italic;
  font-size: 1.2em;
  line-height: 0;
  display: inline-block;
  margin: 0 0 0 10px;
}
.page--info .block--share {
  line-height: 1;
  margin: 20px 0 30px;
}
.page--info .block--share li {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #121212;
  margin: 0 0 0 20px;
}
.page--info .block--share li a {
  display: block;
  width: 16px;
  text-align: center;
}
.page--info .block--share li svg {
  width: 16px;
  height: 16px;
  fill: #121212;
}
.page--info .block--share .share {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 1.4rem;
  margin-left: 0;
}
.page--info.category-13 .block--share {
  margin: 30px 0;
}

.page--blog .section--detail .txt {
  margin-top: 1em;
}
.page--blog .section--detail .txt .ph img {
  width: 100% !important;
}
.page--blog .section--detail .block--pager {
  margin-bottom: 60px;
  text-align: center;
}
.page--blog .section--detail .block--pager a {
  color: inherit;
}
.page--blog .section--detail.new .date:after {
  content: "NEW";
  color: #ff6c00;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  font-style: italic;
  font-size: 1.2em;
  line-height: 0;
  display: inline-block;
  margin: 0 0 0 10px;
}
.page--blog .section--detail .pager-link--list {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}
.page--blog.category--1 .list-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page--blog.category--1 .list-head .author {
  line-height: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.page--blog.category--1 .list-head .author img {
  margin-right: 10px;
}
.page--blog.category--1 .list-head .author span {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}
.page--blog.category--1 .list-head .date {
  font-size: 1.4rem;
}
.page--blog.category--1 .section--list {
  max-width: 600px;
}
.page--blog.category--1 .section--list .blog-list li {
  background-color: #fff;
}
.page--blog.category--1 .section--list .blog-list li .thumb img {
  aspect-ratio: 16/11;
}
.page--blog.category--1 .section--list .blog-list li .thumb.no-thumb {
  position: relative;
}
.page--blog.category--1 .section--list .blog-list li .thumb.no-thumb img {
  filter: grayscale(1);
}
.page--blog.category--1 .section--list .blog-list li .thumb.no-thumb:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.page--blog.category--1 .section--list .blog-list li .thumb.no-thumb:after {
  content: "TIMELINE";
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  z-index: 2;
}
.page--blog.category--1 .section--list .blog-list li .tit {
  font-size: 1.6rem;
  line-height: 1.6;
}
.page--blog.category--1 .section--list .blog-list li .detail__btn {
  margin-top: 0;
}
.page--blog.category--1 .section--list .blog-list li .detail__btn span {
  font-size: 1.2rem;
  font-weight: 400;
}
.page--blog.category--1 .section--list .blog-list li.new .date:after {
  content: "NEW";
  color: #ff6c00;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  font-style: italic;
  font-size: 1.2em;
  line-height: 0;
  display: inline-block;
  margin: 0 0 0 10px;
}

.page--photo .section--detail {
  max-width: 800px;
}
.page--photo .section--detail .txt {
  margin-top: 1em;
}
.page--photo .section--detail .txt .ph img {
  width: 100% !important;
}
.page--photo .section--detail .block--pager {
  margin-bottom: 60px;
  text-align: center;
}
.page--photo .section--detail .block--pager a {
  color: inherit;
}
.page--photo .section--detail.new .date:after {
  content: "NEW";
  color: #ff6c00;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  font-style: italic;
  font-size: 1.2em;
  line-height: 0;
  display: inline-block;
  margin: 0 0 0 10px;
}
.page--photo .section--detail .pager-link--list {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}
.page--photo .section--detail .photo_detail {
  margin-bottom: 40px;
}
.page--photo .section--detail .photo_detail .tit {
  margin-bottom: 2em;
}
.page--photo .section--detail .photo_detail .list--contents_photo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page--photo .section--detail .photo_detail .list--contents_photo li {
  width: 31%;
  margin-bottom: 30px;
}
.page--photo .section--detail .photo_detail .list--contents_photo li a {
  display: block;
  position: relative;
}
.page--photo .section--detail .photo_detail .list--contents_photo::after {
  content: "";
  width: 31%;
  height: 0;
}
.page--photo .section--list {
  max-width: 600px;
}
.page--photo .section--list .photo-list li {
  margin-bottom: 60px;
}
.page--photo .section--list .photo-list li .thumb {
  margin-bottom: 10px;
  overflow: hidden;
}
.page--photo .section--list .photo-list li .thumb img {
  aspect-ratio: 16/9;
  background-size: contain;
}
.page--photo .section--list .photo-list li .thumb .blur {
  aspect-ratio: auto;
  filter: blur(15px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(1.1);
}
.page--photo .section--list .photo-list li .thumb.no-thumb {
  position: relative;
}
.page--photo .section--list .photo-list li .thumb.no-thumb img {
  filter: grayscale(1);
}
.page--photo .section--list .photo-list li .thumb.no-thumb:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.page--photo .section--list .photo-list li .thumb.no-thumb:after {
  content: "PHOTO";
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  z-index: 2;
}
.page--photo .section--list .photo-list li .thumb.no-login figure img {
  background-size: cover;
}
.page--photo .section--list .photo-list li .tit {
  font-size: 1.6rem;
  line-height: 1.6;
}
.page--photo .section--list .photo-list li.new .date:after {
  content: "NEW";
  color: #ff6c00;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  font-style: italic;
  font-size: 1.2em;
  line-height: 0;
  display: inline-block;
  margin: 0 0 0 10px;
}

.page--movie .section--list .no-data {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  font-size: min(4vw, 24px);
}
.page--movie .section--list.radio .list--contents, .page--movie .section--list.movie .list--contents {
  align-items: baseline;
}
.page--movie .section--list.radio .list--contents li a, .page--movie .section--list.movie .list--contents li a {
  margin: 0;
}
.page--movie .section--list.radio .limited, .page--movie .section--list.movie .limited {
  position: relative;
  font-size: 1.2rem;
  margin-top: 15px;
  padding-left: 25px;
  line-height: 1.4;
}
.page--movie .section--list.radio .limited:before, .page--movie .section--list.movie .limited:before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  position: absolute;
  background-color: #121212;
  left: 0;
  top: 50%;
}
.page--movie .section--list.radio .limited a, .page--movie .section--list.movie .limited a {
  display: inline;
}
.page--movie .block--more_movies {
  border-top: 1px solid #eeeeee;
}
.page--movie .block--more_movies .more_movies_title {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}
.page--movie .block--more_movies .tit {
  font-size: inherit;
}
.page--movie .block--more_movies.radio .list--contents li a {
  margin: 0;
}
.page--movie .block--more_movies.radio .limited {
  position: relative;
  font-size: 1.2rem;
  margin-top: 15px;
  padding-left: 25px;
  line-height: 1.4;
}
.page--movie .block--more_movies.radio .limited:before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  position: absolute;
  background-color: #121212;
  left: 0;
  top: 50%;
}
.page--movie .block--more_movies.radio .limited a {
  display: inline;
}
.page--movie .section--detail.new .date:after {
  content: "NEW";
  color: #ff6c00;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  font-style: italic;
  font-size: 1.2em;
  line-height: 0;
  display: inline-block;
  margin: 0 0 0 10px;
}
.page--movie .list__txt .limited, .page--movie .block--tit .limited {
  position: relative;
  font-size: 1.2rem;
  margin-top: 15px;
  padding-left: 25px;
  line-height: 1.4;
}
.page--movie .list__txt .limited::before, .page--movie .block--tit .limited::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  position: absolute;
  background-color: #121212;
  left: 0;
  top: 50%;
}
.page--movie .block--tit .limited {
  margin-bottom: 20px;
}

.page--qa .block--area {
  background: #eeeeee;
}
.page--qa .block--area .txt {
  margin-bottom: 1rem;
}
.page--qa .block--area .txt .lead {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.page--qa .block--area .txt .txt--sub {
  font-size: 1.1rem;
  padding-left: 1em;
  text-indent: -1em;
}
.page--qa .list--contents li {
  border: 1px solid #eeeeee;
}
.page--qa .list--contents li .user-data {
  text-align: right;
}
.page--qa .rule {
  color: #FF4343;
}
.page--qa .txt_done {
  text-align: center;
  margin-bottom: 20px;
}
.page--qa .section--detail .question_wrap {
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
}
.page--qa .section--detail .name {
  text-align: right;
}

.page--questionnaire .section--detail .section-tit {
  font-family: "Noto Sans JP", "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.page--questionnaire .section--detail form .form--post {
  margin: 0 0 8%;
}
.page--questionnaire .section--detail form .icon--required::before {
  content: "必須";
  color: #FF4343;
  font-size: 0.9em;
  font-weight: 500;
  vertical-align: top;
  padding-left: 10px;
}
.page--questionnaire .section--detail form .postal_code {
  margin-left: 0.5em;
}
.page--questionnaire .section--detail .form--confirm dt {
  font-size: 12px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 5px;
}

.page--support .support-tit {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
}
.page--support .txt {
  padding-bottom: 3em;
}
.page--support .tit {
  margin: 2em 0 1em;
  font-size: 1.6rem;
  font-weight: bold;
}
.page--support #support_area a {
  text-decoration: underline;
  transition: 0.3s;
}
.page--support .list--support dt,
.page--support .support-list dt {
  color: inherit;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 2px;
}
.page--support .list--support dd,
.page--support .support-list dd {
  line-height: 1.8;
  margin-bottom: 2em;
}
.page--support .list--support dd:last-of-type,
.page--support .support-list dd:last-of-type {
  margin-bottom: 0;
}
.page--support .list--support li,
.page--support .support-list li {
  font-weight: normal;
  margin-bottom: 0.2em;
}
.page--support .list--support li:last-of-type,
.page--support .support-list li:last-of-type {
  margin-bottom: 0;
}
.page--support.terms #support_area p {
  padding-bottom: 3em;
}
.page--support.terms #support_area .support-list li {
  margin-bottom: 1em;
  line-height: 1.9;
}

.support-tit {
  font-size: 2.2rem;
  margin-bottom: 20px;
}

.page--entry .section--detail [class^=block--] {
  margin-bottom: 50px;
}
.page--entry .section--detail [class^=block--] .block-tit {
  margin: 0 0 40px;
  text-align: center;
}
.page--entry .section--detail [class^=block--] .list--payment {
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  border: 1px solid #eeeeee;
  border-bottom: none;
  margin-bottom: 10px;
}
.page--entry .section--detail [class^=block--] .list--payment dt {
  background-color: #e0e0e0;
  border-bottom: 1px solid #eeeeee;
}
.page--entry .section--detail [class^=block--] .list--payment dd {
  background-color: #fff;
  border-bottom: 1px solid #eeeeee;
}
.page--entry .section--detail [class^=block--] .list--payment dd .txt--sub {
  text-indent: -1em;
  padding-left: 1em;
}
.page--entry .section--detail [class^=block--] .txt {
  padding-bottom: 0;
}
.page--entry .section--detail .block--top {
  margin-bottom: 45px;
}
.page--entry .section--detail .contents-tit {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.page--entry .section--detail .block--contents .block-tit {
  color: inherit;
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 0 0 30px;
  color: #ffffff;
}
.page--entry .section--detail .block--contents .list--contents {
  margin: 0;
}
.page--entry .section--detail .block--contents .list--contents li {
  border: 1px solid #121212;
}
.page--entry .section--detail .block--contents .list--contents li .inner {
  position: relative;
  color: #121212;
}
.page--entry .section--detail .block--contents .list--contents li .tit {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  color: #121212;
  border-bottom: 1px solid #121212;
  line-height: 1;
  width: 100%;
}
.page--entry .section--detail .block--contents .list--contents li .txt {
  line-height: 1.6;
}
.page--entry .section--detail .block--contents .list--contents li .txt--sub {
  font-family: initial;
  line-height: 1.6;
  text-indent: -1em;
  margin-top: 0.5em;
  padding-left: 1em;
}
.page--entry .section--detail .block--contents .list--contents li.ticket span {
  display: block;
  background: #fffff8;
  border: 1px solid #d2dd34;
  margin: 10px 0 5px;
  padding: 0.6em 1em;
  position: relative;
}
.page--entry .section--detail .block--contents .list--contents li.ticket span::before {
  content: "";
  border-top: 22px solid #d2dd34;
  border-right: 22px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
}
.page--entry .section--detail .block--contents .block--limited_benefits {
  border-top: 4px solid #d2dd35;
  border-bottom: 4px solid #d2dd35;
  background: #fffff8;
}
.page--entry .section--detail .block--contents .block--limited_benefits::before {
  content: "";
  width: 30%;
  height: calc(100% - 5px);
  position: absolute;
  left: 0;
  top: 5px;
  border-top: 2px solid #d2dd35;
  border-left: 1px solid #d2dd35;
  z-index: -1;
}
.page--entry .section--detail .block--contents .block--limited_benefits::after {
  content: "";
  width: 30%;
  height: calc(100% - 5px);
  position: absolute;
  right: 0;
  bottom: 5px;
  border-bottom: 2px solid #d2dd35;
  border-right: 1px solid #d2dd35;
  z-index: -1;
}
.page--entry .section--detail .block--contents .block--limited_benefits .label::before {
  content: "";
  background: url(/static/vaundy/fanclub/feature/entry/vaws_premium.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.page--entry .section--detail .block--contents .block--limited_benefits p.tit {
  margin-bottom: 10px;
}
.page--entry .section--detail .block--contents .block--limited_benefits p.tit span {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.page--entry .section--detail .block--contents .block--limited_benefits &gt; p.tit {
  color: #ff6c00;
  text-align: center;
  margin-bottom: 1em;
}
.page--entry .section--detail .block--contents .block--limited_benefits .block--txt {
  margin: 0;
}
.page--entry .section--detail .block--contents .block--limited_benefits .block--txt p.txt {
  margin-bottom: 0.5em;
  line-height: 1.6;
}
.page--entry .section--detail .block--contents .block--limited_benefits .block--txt p.txt--sub {
  font-family: initial;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}
.page--entry .section--detail .block--contents .block--limited_benefits .block--txt.photobook img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 90%;
  max-height: 500px;
}
.page--entry .section--detail .block--table table {
  width: 100%;
  line-height: 1.4;
}
.page--entry .section--detail .block--table table tr.label td span {
  display: inline-block;
  color: #fff;
  font-size: 60%;
  background: #000;
  vertical-align: middle;
  padding: 5px;
  margin-top: 5px;
  line-height: 1;
}
.page--entry .section--detail .block--table table tr th {
  border: 1px solid #ccc;
}
.page--entry .section--detail .block--table table tr th .txt--sub {
  font-weight: normal;
  font-size: 70%;
  line-height: 1.3;
  margin-top: 0.5em;
}
.page--entry .section--detail .block--table table tr td {
  text-align: center;
  font-weight: bold;
  border: 1px solid #ccc;
  line-height: 16px;
  position: relative;
}
.page--entry .section--detail .block--table table tr td.fc {
  background: #ffdcc6;
}
.page--entry .section--detail .block--table table tr td.fs {
  background: #fcffcf;
}
.page--entry .section--detail .block--table table tr td .yes {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #000;
  border-radius: 50%;
  vertical-align: bottom;
}
.page--entry .section--detail .block--table table tr td .no {
  width: 16px;
  height: 2px;
  background: #ccc;
  display: inline-block;
  transform: translateY(-4.5px);
}
.page--entry .section--detail .block--table table tr td .attention {
  font-weight: normal;
  font-size: 60%;
  position: absolute;
  padding-left: 3px;
}
.page--entry .section--detail .block--table .txt--attention {
  font-size: 70%;
  margin-top: 0.5em;
  line-height: 1.5;
}
.page--entry .section--detail .block--device .note {
  margin: 0 auto;
}
.page--entry .section--detail .block--entry .tit span {
  display: inline-block;
  color: #fff;
  font-size: 50%;
  background: #000;
  vertical-align: middle;
  margin-left: 0.5em;
  padding: 5px;
  line-height: 1;
}
.page--entry .section--detail .block--entry .tit,
.page--entry .section--detail .block--device .tit {
  color: #121212;
  margin-bottom: 6px;
  font-weight: 700;
}
.page--entry .section--detail .block--entry .txt,
.page--entry .section--detail .block--device .txt {
  margin-bottom: 10px;
}
.page--entry .section--detail .block--login__fanplus {
  padding-top: 20px;
}
.page--entry .section--detail .block--login__fanplus .block--inner {
  margin: 1% 0;
  border: 1px solid #121212;
  padding: 40px 20px 30px;
  text-align: center;
}
.page--entry .section--detail .block--login__fanplus .block--inner p {
  font-size: 1.2rem;
}
.page--entry .section--detail .block--login__fanplus .block--inner p span {
  font-size: 1.8rem;
  font-weight: 700;
}
.page--entry .section--detail .block--login__fanplus .block--inner .txt--sub {
  font-size: 1rem;
}
.page--entry .section--detail .block--login__fanplus .block--inner.block--plan .btn--main {
  background: #c0cb25;
}
.page--entry .section--detail .block--notice {
  line-height: 2;
  margin-bottom: 0;
}
.page--entry .section--detail .block--notice .notice-tit {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 1.6rem;
}
.page--entry .section--detail .btn--main {
  background: #ff6c00;
  color: #fff;
}

.page--faq .section--list {
  max-width: 850px;
  margin: 0 auto;
}
.page--faq .tit--category {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 20px;
}
.page--faq .searchBox {
  position: relative;
  margin: 40px auto;
}
.page--faq .searchBox input[type=text] {
  line-height: 40px;
  font-size: 18px;
}
.page--faq .searchBox input[type=submit] {
  width: 50px;
  font-family: FontAwesome;
  font-size: 20px;
  font-weight: bold;
  line-height: 56px;
  color: #9fa3a7;
  background: transparent;
  border: none;
  border-radius: 30px;
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 2;
  cursor: pointer;
}
.page--faq .block--category li {
  margin: 0 10px 16px 0;
  display: inline-block;
  border-radius: 40px;
  line-height: 1;
  background-color: transparent;
}
.page--faq .block--category li a {
  display: block;
  padding: 0.8em 1em;
  border: 1px solid;
  border-radius: 50px;
}
.page--faq .list--faq {
  margin: 0 0 80px;
}
.page--faq .list--faq li {
  border-top: 1px solid #eeeeee;
}
.page--faq .list--faq li:last-child {
  border-bottom: 1px solid #eeeeee;
}
.page--faq .list--faq a {
  position: relative;
  display: block;
  padding: 25px 0 27px 0;
}
.page--faq .list--faq .tit {
  padding-left: 20px;
  line-height: 1.4;
}
.page--faq .list--faq .txt {
  margin: 0;
  padding-left: 20px;
  padding-bottom: 0;
  line-height: 1.4;
}
.page--faq .list--faq .icon--q {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  float: left;
  line-height: 1.2;
  color: #121212;
  margin-right: 5px;
}
.page--faq .block--faq-detail {
  margin: 0 0 80px;
  background: #eeeeee;
}
.page--faq .block--faq-detail dt .txt, .page--faq .block--faq-detail dd .txt {
  padding-bottom: 0;
  margin: 0;
}
.page--faq .block--faq-detail dt {
  border-bottom: 1px solid #121212;
  padding: 0 0 15px;
  margin: 0 0 20px;
}
.page--faq .block--faq-detail dd hr {
  margin: 1em 0;
  border-color: #eeeeee;
}
.page--faq .section--detail .block--contact,
.page--faq .section--list .block--contact {
  margin: 40px 0 0;
}
.page--faq .section--detail .block--contact .txt,
.page--faq .section--list .block--contact .txt {
  padding-bottom: 1em;
}
.page--faq .section--detail .block--contact a,
.page--faq .section--list .block--contact a {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.9em;
  text-decoration: none;
}
.page--faq .section--detail .block--contact a::after,
.page--faq .section--list .block--contact a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid #121212;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  transition: 0.3s;
  vertical-align: middle;
}
.page--faq .section--detail .block--contact a::after,
.page--faq .section--list .block--contact a::after {
  margin-left: 5px;
  margin-top: -2px;
}
.page--faq .section--detail .block--contact .fa,
.page--faq .section--list .block--contact .fa {
  display: none;
}

.page--livestreaming .section--detail {
  overflow: hidden;
}
.page--livestreaming .section--detail .txt-lead {
  background: #eeeeee;
}
.page--livestreaming .section--detail .notice {
  text-align: center;
  width: 100%;
  color: #121212;
  font-weight: 400;
  padding: 0 0 1em;
}
.page--livestreaming .section--detail .inner-tit {
  text-align: center;
  margin: 20px auto 15px;
  font-weight: 700;
}
.page--livestreaming .section--detail .inner-lead {
  margin-bottom: 15px;
}
.page--livestreaming .section--detail .methodList {
  text-align: center;
  margin: 0 auto 50px;
  display: flex;
  justify-content: flex-start;
}
.page--livestreaming .section--detail .methodList li {
  padding: 0 18px;
  width: 24%;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
}
.page--livestreaming .section--detail .methodList li:last-child {
  flex-direction: column;
  margin-top: auto;
  margin-bottom: auto;
}
.page--livestreaming .section--detail .methodList li img {
  margin: 0 0 10px;
  border: 0.5px solid #666;
}
.page--livestreaming .section--detail .methodList li span {
  display: block;
  text-align: left;
  font-size: 12px;
}
.page--livestreaming .section--detail .methodList li .fa {
  position: absolute;
  top: 36%;
  right: -13px;
  font-size: 20px;
  color: #000000;
}
.page--livestreaming .section--detail dl.adjust {
  text-align: center;
  margin: 0 auto 50px;
  border-top: 1px solid #000000;
  padding: 50px 0 0;
}
.page--livestreaming .section--detail dl.adjust dd {
  width: 33%;
  text-align: left;
  padding: 0 20px;
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
}
.page--livestreaming .section--detail dl.adjust dd .tit {
  font-size: 16px;
  font-weight: 600;
}
.page--livestreaming .section--detail dl.adjust dd .text {
  min-height: 90px;
  padding: 0 0 10px;
  font-size: 12px;
}
.page--livestreaming .section--detail .attention {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 25px 0;
  margin: 0 auto 50px;
}
.page--livestreaming .section--detail .attention &gt; ul li {
  text-indent: -1em;
  line-height: 1.9;
  padding: 0 0 5px 1em;
  font-size: 14px;
}
.page--livestreaming .section--detail .link-txt {
  text-align: center;
  margin: 0 auto 25px;
  font-size: 18px;
}
.page--livestreaming .section--detail .download, .page--livestreaming .section--detail .downloaded {
  text-align: center;
  margin-top: 20px;
}
.page--livestreaming .section--detail .download h2, .page--livestreaming .section--detail .downloaded h2 {
  margin-bottom: 10px;
}
.page--livestreaming .section--detail .download a:hover, .page--livestreaming .section--detail .downloaded a:hover {
  opacity: 0.7;
}
.page--livestreaming .section--detail .download a img, .page--livestreaming .section--detail .downloaded a img {
  height: 50px;
  width: auto;
}
.page--livestreaming .section--detail ul.howtoList {
  margin: 25px auto 0;
  text-align: left;
}
.page--livestreaming .section--detail ul.howtoList li {
  padding: 0px 0 5px 1em;
  text-indent: -1em;
}
.page--livestreaming .section--detail .guidance a {
  color: #7F7F7F;
}
.page--livestreaming .section--detail .introduce-app {
  background: #eeeeee;
}
.page--livestreaming .section--detail .introduce-app img {
  display: block;
}
.page--livestreaming .section--detail .introduce-app .app-detail dl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.page--livestreaming .section--detail .introduce-app .app-detail dl dt, .page--livestreaming .section--detail .introduce-app .app-detail dl dd {
  font-weight: 700;
  margin-bottom: 10px;
}
.page--livestreaming .section--detail .introduce-app .app-detail dl dt {
  width: 50px;
}
.page--livestreaming .section--detail .introduce-app .app-detail dl dd {
  width: calc(100% - 50px);
}
.page--livestreaming .section--detail .introduce-app .app-detail dl dd span {
  font-weight: 400;
  font-size: 1.3rem;
}

body.page--appfcmenu {
  overflow-x: hidden;
  background: #fff;
  color: #000;
}
body.page--appfcmenu.page--home section {
  padding: 0;
}
body.page--appfcmenu.page--home .inner {
  padding: min(10vw, 120px) 0;
}
body.page--appfcmenu.page--home .content--body .section--timeline .tlTxtWrap,
body.page--appfcmenu.page--home .content--body .section--movie .movTtlWrap {
  margin-bottom: 0;
}
body.page--appfcmenu.page--home .content--body .section--movie .movWrap {
  margin-top: min(3vw, 30px);
}
body.page--appfcmenu::after {
  display: none;
}
body.page--appfcmenu header, body.page--appfcmenu footer, body.page--appfcmenu .drawer__btn {
  display: none;
}
body.page--appfcmenu .content--body {
  margin: 0 !important;
  padding: 100px 0 20px;
  opacity: 1;
}
body.page--appfcmenu .fclogo {
  width: 30vw;
}
body.page--appfcmenu h2 {
  font-size: 40px;
}
body.page--appfcmenu .section--detail {
  width: 82%;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 0;
}
body.page--appfcmenu .banner--app {
  margin-top: 5vw;
}
body.page--appfcmenu .btn--main {
  margin: 40px 0 0;
}

.page--notice .list--info li a {
  display: block;
}

@keyframes op {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mv {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a {
    transition: opacity 0.3s ease-out;
  }
  a:hover {
    opacity: 0.5;
  }
  .btn input {
    transition: opacity 0.3s ease-out;
  }
  .btn input:hover {
    opacity: 0.5;
  }
  .btn--main {
    min-width: 250px;
    transition: background 0.3s, color 0.3s;
    transition: opacity 0.3s ease-out;
  }
  .btn--main:hover {
    opacity: 0.5;
  }
  .btn--sub {
    min-width: 250px;
    transition: opacity 0.3s ease-out;
  }
  .btn--sub:hover {
    opacity: 0.5;
  }
  .btn--more a:hover {
    transform: translate(5px);
  }
  .block--pager a:hover {
    opacity: 0.5;
  }
  .block--pager .pager-link--prev a:hover::after {
    opacity: 0.8;
  }
  .block--pager .pager-link--next a:hover::after {
    opacity: 0.8;
  }
  .list--bnr li {
    margin: 0 30px;
  }
  .list--bnr li a {
    display: inline-block;
  }
  .list--bnr .slick-dots li button {
    transition: opacity 0.3s ease-out;
  }
  .list--bnr .slick-dots li button:hover {
    opacity: 0.5;
  }
  .list--bnr.no-slick li {
    width: 18vw;
  }
  .slick-dots li button:hover:before {
    background: #121212;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 70px;
  }
  .section--list {
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
  }
  .section--list .section-tit {
    font-size: 6rem;
    margin-bottom: 40px;
  }
  .list--info li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: opacity 0.3s ease-out;
  }
  .list--info li a:hover {
    opacity: 0.5;
  }
  .list--info li a .block--data {
    position: relative;
    margin-right: 30px;
  }
  .list--contents {
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .list--contents li {
    width: 32%;
  }
  .list--contents li a {
    margin: 0 0 40px;
  }
  .list--contents li a .thumb, .list--contents li a .ph, .list--contents li a .list__txt {
    transition: opacity 0.3s;
  }
  .list--contents li a:hover .thumb, .list--contents li a:hover .ph, .list--contents li a:hover .list__txt {
    opacity: 0.5;
  }
  .list--contents li a .thumb {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
  }
  .list--contents:after {
    display: block;
    content: "";
    width: 33.3333%;
  }
  .section--detail {
    width: 100%;
    max-width: 1000px;
  }
  .section--detail .section-tit {
    margin-bottom: 40px;
  }
  .section--detail .ph {
    margin: 0 auto;
  }
  .section--detail .txt {
    padding-bottom: 2em;
  }
  .section--detail .txt &gt; a {
    text-decoration: underline;
    transition: 0.6s;
    transition: opacity 0.3s ease-out;
  }
  .section--detail .txt &gt; a:hover {
    opacity: 0.5;
  }
  .section--detail .tit {
    font-size: 2.4rem;
  }
  header h1 {
    position: absolute;
    top: 60px;
    left: 50px;
    z-index: auto;
    cursor: pointer;
    font-size: 1.8rem;
    line-height: 1.6;
  }
  header h1 img {
    width: 7vw;
  }
  header h1 a:hover {
    opacity: 0.6;
  }
  header .drawer .inner .drawer-nav {
    text-align: center;
  }
  header .drawer .inner .drawer-nav .sub-nav-fc {
    width: 100%;
  }
  header .drawer .drawer-official-nav .tit-drawer {
    width: 200px;
    margin: 0 auto 43px;
  }
  header .drawer .drawer-fc-nav .tit-drawer {
    width: 180px;
    margin: 0 auto 30px;
  }
  header .header_inner {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 100;
  }
  header .header_inner .nav li {
    display: inline-block;
    font-size: 1.2rem;
  }
  header .header_inner .nav li a:hover {
    opacity: 0.6;
  }
  header .header_inner .nav-official .g-nav {
    margin-bottom: 8px;
  }
  header .header_inner .nav-fc {
    width: 88px;
  }
  header .header_inner .nav-fc .tit-fcmenu {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 1.2rem;
  }
  .is-drawer-shown header .drawer {
    overflow: auto;
  }
  .is-drawer-shown header .drawer .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .is-drawer-shown header .drawer .inner .drawer-nav {
    width: 50%;
    height: 100vh;
    height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .is-drawer-shown header .drawer .inner .drawer-nav .g-nav li:last-child {
    width: 100%;
  }
  .is-drawer-shown header .drawer .inner .drawer-nav .g-nav li:last-child::before {
    width: 2.2rem;
    height: 2px;
    left: calc(50% - 1.1rem);
  }
  .is-drawer-shown header .drawer .inner .drawer-nav .g-nav li:last-child a {
    margin-top: 25px;
  }
  .is-drawer-shown header .drawer .nav li {
    margin-bottom: 2.2rem;
  }
  .is-drawer-shown header .drawer .nav li a {
    position: relative;
    display: inline-block;
    z-index: 1;
    transition: transform 0.4s ease 0.75s, opacity 0.3s ease-out;
    font-size: 2.2rem;
  }
  .is-drawer-shown header .drawer .nav.sns .sns__streaming a {
    padding: 6px 7px 6px 6px;
    font-size: 0.8rem;
  }
  .is-drawer-shown header .drawer .official_sns {
    margin-top: 20px;
  }
  .is-drawer-shown header .drawer .nav {
    transition: opacity 0.3s ease 0.8s;
    opacity: 1;
  }
  footer {
    padding: 50px 60px;
  }
  footer .inner .logo img {
    width: 147px;
    height: 28px;
  }
  footer .inner .copyright {
    text-align: right;
  }
  footer .inner .copyright small {
    font-size: 1.2rem;
  }
  footer a:hover:after {
    opacity: 0;
  }
  body:not(.page--home) .content--body {
    padding: 200px 10.6vw 180px;
  }
  .block--support .list--support li {
    padding: 0 1em;
    font-size: 1.2rem;
    display: inline-block;
  }
  .block--support .list--support li:first-child {
    padding-left: 0;
  }
  .block--support .list--support li a {
    transition: opacity 0.3s ease-out;
    margin-bottom: 5px;
  }
  .block--support .list--support li a:hover {
    opacity: 0.5;
  }
  /*-- official_sns --*/
  .official_sns .sns__streaming a {
    font-size: 0.8rem;
    padding: 6px 7px 6px 6px;
  }
  .page--home .content--body .section--banner .no-slick li {
    width: 40%;
    max-width: 700px;
  }
  .page--home .content--body .section--info .no-data {
    width: 70%;
    margin-left: 30%;
  }
  .page--home .content--body .section--timeline .tlTxtWrap {
    padding-bottom: 50px;
  }
  .page--home .content--body .section--timeline .detail__btn {
    position: absolute;
    bottom: 120px;
    left: 35%;
  }
  .page--home .content--body .section--photo .tlTxtWrap {
    padding-bottom: 50px;
  }
  .page--home .content--body .section--photo .detail__btn {
    position: absolute;
    bottom: 120px;
    right: 0;
  }
  .page--home .content--body .section--movie .movTtlWrap {
    padding-bottom: 50px;
  }
  .page--home .content--body .section--movie .detail__btn {
    position: absolute;
    bottom: 120px;
    right: 65%;
  }
  .wrap--menu .block--menu.menu-official {
    transform: translateX(0px);
  }
  .wrap--menu .block--menu.menu-fanclub {
    transform: translateX(-200px);
  }
  .page--info .block--share a {
    transition: opacity 0.3s ease-out;
  }
  .page--info .block--share a:hover {
    opacity: 0.5;
  }
  .page--blog .section--detail .ph {
    max-width: 680px;
  }
  .page--blog.category--1 .section--list .blog-list li {
    padding: 20px 20px 28px;
    margin-bottom: 40px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  .page--blog.category--1 .section--list .blog-list li .list-head {
    margin-bottom: 15px;
  }
  .page--blog.category--1 .section--list .blog-list li .list-head .author img {
    width: 60px;
    border-radius: 30px;
  }
  .page--blog.category--1 .section--list .blog-list li .thumb {
    margin-bottom: 10px;
  }
  .page--blog.category--1 .section--list .blog-list li .tit {
    margin-bottom: 10px;
  }
  .page--blog.category--1 .section--detail {
    max-width: 800px;
  }
  .page--blog.category--1 .section--detail .ph {
    max-width: 100%;
  }
  .page--blog.category--1 .section--detail .block--timeline {
    padding: 30px;
    margin-bottom: 40px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  .page--blog.category--1 .section--detail .block--timeline .list-head {
    margin-bottom: 15px;
  }
  .page--blog.category--1 .section--detail .block--timeline .list-head .author img {
    width: 60px;
    border-radius: 30px;
  }
  .page--blog.category--1 .section--detail .tit {
    margin-bottom: 40px;
  }
  .page--movie .block--tit {
    margin-bottom: 20px;
  }
  .page--movie .block--more_movies {
    padding-top: 20px;
  }
  .page--movie .block--more_movies .more_movies_title {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
  .page--movie .section--list.radio .list--contents li, .page--movie .section--list.movie .list--contents li {
    margin: 0 0 40px;
  }
  .page--qa .block--area {
    padding: 40px 60px;
    margin-bottom: 50px;
  }
  .page--qa .block--area .txt {
    text-align: center;
  }
  .page--qa .list--contents li {
    position: relative;
    width: 48%;
    margin-bottom: 20px;
  }
  .page--qa .list--contents li a {
    height: 100%;
    margin: 0;
    padding: 30px;
  }
  .page--qa .list--contents li .list--qa_inner {
    line-height: 1.4;
  }
  .page--qa .list--contents li .tit {
    margin-bottom: 60px;
  }
  .page--qa .list--contents li .user-data {
    position: absolute;
    bottom: 30px;
    right: 30px;
  }
  .page--questionnaire .section--detail {
    max-width: 800px;
  }
  .page--questionnaire .ph {
    width: 100%;
    max-width: 800px;
    margin-bottom: 10px;
  }
  .page--questionnaire .tit {
    font-size: 1.5rem;
  }
  .page--questionnaire .txt--sub {
    text-align: center;
    margin-bottom: 20px;
  }
  .page--questionnaire .btn .btn--sub:hover {
    background: #b7b7b7;
    border: none;
  }
  .page--questionnaire .form--confirm {
    margin-bottom: 60px;
  }
  .page--questionnaire .form--confirm dt {
    margin-bottom: 5px;
  }
  .page--questionnaire .form--confirm dd {
    margin-bottom: 40px;
  }
  .page--support .section-tit {
    font-size: 3rem;
  }
  .page--entry .section--detail {
    max-width: 800px;
  }
  .page--entry .section--detail [class^=block--] .list--payment dt, .page--entry .section--detail [class^=block--] .list--payment dd {
    padding: 20px;
  }
  .page--entry .section--detail [class^=block--] .list--payment dt {
    width: 16%;
  }
  .page--entry .section--detail [class^=block--] .list--payment dd {
    width: 84%;
  }
  .page--entry .section--detail .block--top .logo-fc {
    width: 40%;
    max-width: 300px;
    margin: 0 auto 60px;
  }
  .page--entry .section--detail .block--top .lead {
    font-size: 1.7rem;
  }
  .page--entry .section--detail .contents-tit {
    font-size: 5.8rem;
    margin-top: 60px;
    margin-bottom: 20px;
  }
  .page--entry .section--detail .block--contents .block-tit {
    color: inherit;
    font-size: 34px;
    line-height: 1;
    letter-spacing: 0.1em;
    margin: 0 0 30px;
    color: #ffffff;
  }
  .page--entry .section--detail .block--contents .list--contents {
    justify-content: space-between;
  }
  .page--entry .section--detail .block--contents .list--contents li {
    width: 49%;
    margin-bottom: 20px;
  }
  .page--entry .section--detail .block--contents .list--contents li .tit {
    font-size: 2.2rem;
    width: 100%;
    padding: 10px 20px;
  }
  .page--entry .section--detail .block--contents .list--contents li .txt {
    font-size: 1.5rem;
    padding: 10px 20px;
  }
  .page--entry .section--detail .block--contents .list--contents li.wide {
    width: 100%;
  }
  .page--entry .section--detail .block--contents .block--limited_benefits {
    margin-bottom: 60px;
    padding: 60px 30px;
  }
  .page--entry .section--detail .block--contents .block--limited_benefits:first-child {
    margin-top: 80px;
  }
  .page--entry .section--detail .block--contents .block--limited_benefits .label::before {
    width: 160px;
    height: 80px;
    top: -40px;
  }
  .page--entry .section--detail .block--contents .block--limited_benefits p.tit {
    margin-bottom: 20px;
  }
  .page--entry .section--detail .block--contents .block--limited_benefits .block--txt.photobook .inner {
    margin-top: 20px;
  }
  .page--entry .section--detail .block--contents .block--limited_benefits .block--txt.pins {
    display: flex;
  }
  .page--entry .section--detail .block--contents .block--limited_benefits .block--txt.pins .ph {
    width: 40%;
    padding-right: 1em;
  }
  .page--entry .section--detail .block--contents .block--limited_benefits .block--txt.pins .inner {
    width: 60%;
  }
  .page--entry .section--detail .block--table table th {
    width: 50%;
    padding: 1em;
  }
  .page--entry .section--detail .block--table table td {
    width: 25%;
    padding: 1em;
  }
  .page--entry .section--detail .block--table .txt--attention {
    text-align: right;
  }
  .page--entry .section--detail .block--login__fanplus {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .page--entry .section--detail .block--login__fanplus .btn--main {
    width: 100%;
    min-width: inherit;
    max-width: 300px;
  }
  .page--entry .section--detail .block--login__fanplus .block--inner {
    width: 48%;
  }
  .page--entry .section--detail .block--notice {
    font-size: 1.3rem;
  }
  .page--entry .section-tit {
    font-size: 3rem;
  }
  .page--entry.page--introduction--app .pc--attention {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page--faq .searchBox {
    margin: 40px auto 40px 0;
    width: 80%;
  }
  .page--faq .section--list .block--category {
    margin-bottom: 50px;
  }
  .page--faq .section--list .block--category li {
    transition: all 0.5s;
  }
  .page--faq .section--list .block--category li a {
    font-size: 14px;
  }
  .page--faq .section--list .section-tit {
    font-size: 3rem;
  }
  .page--faq .block--faq-detail {
    padding: 6%;
  }
  .page--faq .block--faq-detail span[class^=icon--] {
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .page--faq .list--faq a:hover {
    opacity: 0.6;
  }
  .page--livestreaming .section--detail {
    max-width: 800px;
  }
  .page--livestreaming .section--detail .section-tit {
    font-size: 6rem;
  }
  .page--livestreaming .section--detail .txt-lead {
    padding: 6%;
    margin-bottom: 60px;
  }
  .page--livestreaming .section--detail .app {
    display: flex;
    justify-content: center;
  }
  .page--livestreaming .section--detail .download ul {
    display: flex;
    justify-content: space-between;
  }
  .page--livestreaming .section--detail .download ul li {
    width: 48%;
  }
  .page--livestreaming .section--detail .download h2, .page--livestreaming .section--detail .downloaded h2 {
    font-size: 1.8rem;
  }
  .page--livestreaming .section--detail .methodList li {
    margin-right: 1%;
  }
  .page--livestreaming .section--detail .link {
    text-align: center;
  }
  .page--livestreaming .section--detail .introduce-app {
    display: flex;
    justify-content: flex-start;
  }
  .page--livestreaming .section--detail .introduce-app .app-img {
    width: 40%;
  }
  .page--livestreaming .section--detail .introduce-app .app-img img {
    width: 65%;
    margin: 30px auto 0;
  }
  .page--livestreaming .section--detail .introduce-app .app-detail {
    width: 60%;
    padding: 60px 40px 60px 0;
  }
  .page--livestreaming .section--detail .introduce-app .app-detail {
    display: flex;
    align-items: center;
  }
  .page--feature .section--detail {
    max-width: 800px;
  }
  .page--feature .section--detail .section-tit {
    font-size: 2rem;
  }
  .page--feature .section--detail .txt {
    margin-top: 3em;
  }
  .page--feature .section--detail .btn_area a {
    transition: opacity 0.3s ease-out;
  }
  .page--feature .section--detail .btn_area a:hover {
    opacity: 0.5;
  }
  .page--error .section--detail {
    text-align: center;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .pc {
    display: none !important;
  }
  .btn--main {
    min-width: 100%;
  }
  /* Support Acoudion (SP ONLY) */
  /*-- DETAIL BUTTON --*/
  /*-- official_sns --*/
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 960px) {
  .btn--main {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn--sub {
    min-width: 100%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 960px) {
  .btn--sub {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .date {
    font-size: 1.2rem;
    font-weight: 400;
  }
  .thumb.no-login figure::before {
    font-size: 1.5rem;
  }
  .list--bnr {
    margin-left: 12vw;
  }
  .list--bnr .slick-list {
    width: 80vw;
  }
  .list--bnr li {
    margin: 0 15px 0 0;
  }
  .list--bnr.one, .list--bnr.two {
    display: block;
    margin: 0 7vw;
  }
  .list--bnr.one li, .list--bnr.two li {
    width: 100%;
    max-width: none;
    margin-bottom: 3vw;
  }
  .slick-dots {
    bottom: -35px;
  }
  .slick-dots li {
    width: 30px;
    height: 1px;
  }
  .list--bnr .slick-dots {
    bottom: -35px;
    margin-left: -12vw;
    width: 100vw;
    text-align: center;
  }
  .list--bnr .slick-dots button:before {
    background: #fff;
    opacity: 0.3;
  }
  .list--bnr .slick-dots .slick-active button:before {
    opacity: 1;
  }
  .section--list {
    padding: 0 min(6vw, 60px);
  }
  .section--list .section-tit {
    margin-bottom: 20px;
  }
  .list--info li .date {
    width: 90px;
    font-size: 12px;
  }
  .list--info li .newsTtl {
    font-size: min(3.6vw, 16px);
    width: calc(100% - 90px);
  }
  .list--contents li {
    width: 100%;
    margin-bottom: 8vw;
  }
  .list--contents li .list__txt {
    margin-top: 8px;
  }
  .list--photo li {
    width: 48%;
    display: inline-block;
  }
  .list--photo li:nth-child(odd) {
    margin-right: 1%;
  }
  [class^=list--] li.new .tit:after {
    margin-left: 6px;
  }
  .section--detail {
    padding: 0 min(6vw, 60px);
    width: auto;
  }
  .section--detail .txt {
    padding-bottom: 1em;
  }
  .section--detail .tit {
    font-size: 1.7rem;
  }
  .input--half {
    width: 100% !important;
  }
  .header h1 {
    position: absolute;
    top: 30px;
    left: 20px;
    font-size: 1.4rem;
  }
  .header h1 img {
    width: 14vw;
  }
  .header .drawer__btn {
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
  }
  .header .drawer__btn span:nth-child(1) {
    top: 15px;
  }
  .header .drawer__btn span:nth-child(2) {
    bottom: 15px;
  }
  .is-drawer-shown header .drawer__btn span:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
  }
  .is-drawer-shown header .drawer__btn span:nth-child(2) {
    transform: translateY(-4px) rotate(-45deg);
  }
  .is-drawer-shown header .drawer .inner .drawer-nav {
    padding: 10vw 6vw 7vw;
  }
  .is-drawer-shown header .drawer .inner .drawer-nav .g-nav {
    display: flex;
    flex-wrap: wrap;
  }
  .is-drawer-shown header .drawer .inner .drawer-nav .g-nav li.sub-nav-fc {
    width: 100%;
    margin-bottom: 30px;
  }
  .is-drawer-shown header .drawer .inner .drawer-nav .g-nav li.sub-nav-fc a {
    font-size: 5vw;
  }
  .is-drawer-shown header .drawer .inner .drawer-nav .g-nav li:last-child {
    width: 100%;
  }
  .is-drawer-shown header .drawer .inner .drawer-nav .g-nav li:last-child::before {
    width: 2.2rem;
    height: 2px;
  }
  .is-drawer-shown header .drawer .inner .drawer-nav .g-nav li:last-child a {
    margin-top: 18px;
  }
  .is-drawer-shown header .drawer .inner .official_sns ul {
    justify-content: flex-start;
  }
  .is-drawer-shown header .drawer .inner .official_sns ul li {
    margin-right: 2rem;
  }
  .is-drawer-shown header .drawer .tit-drawer {
    margin: 0 0 30px;
    line-height: 1.2;
  }
  .is-drawer-shown header .drawer .nav li {
    margin-right: 2.2rem;
    margin-bottom: 1.6rem;
    font-size: 2.6rem;
  }
  .is-drawer-shown header .drawer .drawer-official-nav {
    padding-top: 12vw;
  }
  .is-drawer-shown header .drawer .drawer-official-nav .tit-drawer {
    width: 30vw;
  }
  .is-drawer-shown header .drawer .drawer-official-nav .nav li {
    margin-right: 1.4rem;
    font-size: 1.8rem;
  }
  .is-drawer-shown header .drawer .drawer-fc-nav .tit-drawer {
    width: 34vw;
  }
  .is-drawer-shown header .drawer .official_sns ul {
    margin-top: 10px;
  }
  .is-drawer-shown header .drawer .nav {
    transition: opacity 0.3s ease 0.6s;
    opacity: 1;
  }
  footer {
    flex-direction: column-reverse;
    padding: min(16vw, 80px) min(6vw, 60px) min(6vw, 80px);
  }
  footer .ftrWrap {
    margin-right: 0;
  }
  footer .ftrWrap .ftrMenu {
    margin-bottom: min(10vw, 60px);
  }
  footer .ftrWrap .ftrMenu li {
    margin-right: 0;
    font-size: min(3.2vw, 14px);
    text-align: center;
    margin-bottom: min(2vw, 15px);
  }
  footer .ftrWrap .copyright {
    font-size: min(2.6vw, 12px);
    text-align: center;
  }
  footer .ftrLogo {
    width: min(48vw, 180px);
    margin-bottom: min(8vw, 60px);
  }
  .wrap {
    background-color: #fff;
  }
  body:not(.page--home) .content--body {
    padding: 110px 0 180px;
  }
  .section-tit {
    font-size: min(15vw, 40px);
    line-height: 1;
  }
  .block--support {
    margin-bottom: 35px;
  }
  .block--support .list--support-tit {
    position: relative;
    padding: 0.5em 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 1.3rem;
    letter-spacing: 0.03em;
    color: #121212;
  }
  .block--support .list--support-tit:before, .block--support .list--support-tit:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 1px;
    background: #121212;
    position: absolute;
    top: 20px;
    right: 2px;
    transition: 0.3s;
  }
  .block--support .list--support-tit:after {
    transform: rotate(90deg);
  }
  .block--support .list--support-tit.open::after {
    transform: rotate(180deg);
  }
  .block--support .list--support {
    display: none;
    padding-top: 1em;
  }
  .block--support .list--support li {
    width: 100%;
    margin-bottom: 15px;
    font-size: 1.2rem;
  }
  .detail__btn {
    margin-top: min(6vw, 40px);
    text-align: center;
  }
  .detail__btn a {
    font-size: min(4vw, 16px);
    padding-bottom: 2px;
  }
  .official_sns .sns__streaming a {
    font-size: 10px;
    padding: 5px 6px 5px 5px;
    margin-bottom: 3px;
  }
  .block--pager {
    text-align: center;
  }
  .page--home section {
    padding: 0 min(6vw, 60px);
  }
  .page--home h2 {
    font-size: min(12vw, 94px);
  }
  .page--home .section--mainvisual h1 {
    top: 20px;
    left: 20px;
    font-size: min(4.4vw, 24px);
  }
  .page--home .section--mainvisual .titleLogo {
    width: 75%;
  }
  .page--home .content--body .logo-area {
    padding: 0 min(6vw, 60px) min(12vw, 80px);
  }
  .page--home .content--body .logo-area .loginBtn li {
    margin: 0 min(6vw, 50px);
  }
  .page--home .content--body .logo-area .loginBtn li a {
    font-size: min(5.6vw, 28px);
  }
  .page--home .content--body .inner {
    padding: min(14vw, 120px) 0;
  }
  .page--home .content--body .section--banner .slideBnr {
    width: 90%;
  }
  .page--home .content--body .section--banner .slideBnr li {
    padding: 0 min(2.5vw, 30px);
  }
  .page--home .content--body .section--info .inner {
    min-height: inherit;
  }
  .page--home .content--body .section--info h2 {
    position: static;
    transform: none;
  }
  .page--home .content--body .section--info .list--info {
    width: 100%;
    margin-left: 0;
    min-height: inherit;
  }
  .page--home .content--body .section--info .detail__btn {
    position: static;
    margin-top: min(8vw, 40px);
    text-align: right;
  }
  .page--home .content--body .section--info .no-data {
    margin-top: 20px;
  }
  .page--home .content--body .section--timeline .inner, .page--home .content--body .section--photo .inner {
    display: block;
  }
  .page--home .content--body .section--timeline .tlTxtWrap, .page--home .content--body .section--photo .tlTxtWrap {
    width: 100%;
    margin-bottom: min(8vw, 63px);
  }
  .page--home .content--body .section--timeline .tlTxtWrap .tl, .page--home .content--body .section--photo .tlTxtWrap .tl {
    margin-top: min(6vw, 40px);
    margin-bottom: min(3vw, 30px);
  }
  .page--home .content--body .section--timeline .tlTxtWrap .tl .date, .page--home .content--body .section--photo .tlTxtWrap .tl .date {
    font-size: min(3.2vw, 16px);
    margin-bottom: min(2vw, 10px);
  }
  .page--home .content--body .section--timeline .tlTxtWrap .tl .tlTxt, .page--home .content--body .section--photo .tlTxtWrap .tl .tlTxt {
    font-size: min(3.8vw, 18px);
  }
  .page--home .content--body .section--timeline .tlImg, .page--home .content--body .section--photo .tlImg {
    width: 100%;
  }
  .page--home .content--body .section--movie .inner,
  .page--home .content--body .section--radio .inner {
    display: block;
  }
  .page--home .content--body .section--movie .movTtlWrap,
  .page--home .content--body .section--radio .movTtlWrap {
    width: 100%;
    margin-bottom: min(8vw, 63px);
  }
  .page--home .content--body .section--movie .movTtlWrap .date,
  .page--home .content--body .section--radio .movTtlWrap .date {
    margin-top: min(6vw, 40px);
    font-size: min(3.2vw, 16px);
  }
  .page--home .content--body .section--movie .movTtlWrap .movTtl,
  .page--home .content--body .section--radio .movTtlWrap .movTtl {
    font-size: min(3.8vw, 18px);
  }
  .page--home .content--body .section--movie .movWrap,
  .page--home .content--body .section--radio .movWrap {
    margin-top: min(6vw, 40px);
    width: 100%;
  }
  .page--home .content--body .section--movie .detail__btn,
  .page--home .content--body .section--radio .detail__btn {
    top: min(16vw, 120px);
  }
  .page--home footer {
    padding: min(16vw, 80px) min(6vw, 60px) min(14vw, 80px);
  }
  .page--home footer .ftrWrap .ftrMenu {
    display: block;
  }
  .page--info .section--detail .txt {
    margin-top: 2em;
  }
  .page--info .block--share li {
    margin: 0 0 0 16px;
  }
  .page--blog.category--1 .section--list {
    padding: 0;
  }
  .page--blog.category--1 .section--list .section-tit {
    padding: 0 min(6vw, 60px);
  }
  .page--blog.category--1 .section--list .blog-list li {
    padding: 15px 25px 30px;
    border-bottom: 1px solid #eeeeee;
  }
  .page--blog.category--1 .section--list .blog-list li:first-child {
    border-top: 1px solid #eeeeee;
  }
  .page--blog.category--1 .section--list .blog-list li:last-child {
    border-bottom: none;
  }
  .page--blog.category--1 .section--list .blog-list li .list-head {
    margin-bottom: 15px;
  }
  .page--blog.category--1 .section--list .blog-list li .list-head .author img {
    width: 40px;
    border-radius: 20px;
  }
  .page--blog.category--1 .section--list .blog-list li .thumb {
    margin-bottom: 5px;
  }
  .page--blog.category--1 .section--list .blog-list li .tit {
    margin-bottom: 5px;
  }
  .page--blog.category--1 .section--list .blog-list li .detail__btn {
    text-align: left;
  }
  .page--blog.category--1 .section--detail {
    padding: 0;
  }
  .page--blog.category--1 .section--detail .block--timeline {
    padding: 0 20px;
  }
  .page--blog.category--1 .section--detail .block--timeline .list-head {
    margin-bottom: 10px;
  }
  .page--blog.category--1 .section--detail .block--timeline .list-head .author img {
    width: 40px;
    border-radius: 20px;
  }
  .page--blog.category--1 .section--detail .tit {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .page--photo .section--list {
    padding: 0;
  }
  .page--photo .section--list .section-tit {
    padding: 0 min(6vw, 60px);
  }
  .page--photo .section--list .photo-list li {
    padding: 20px 25px 20px;
    box-shadow: none;
    margin: 0;
    border-bottom: 1px solid #eeeeee;
  }
  .page--photo .section--list .photo-list li:first-child {
    border-top: 1px solid #eeeeee;
  }
  .page--photo .section--list .photo-list li:last-child {
    border-bottom: none;
  }
  .page--photo .section--list .photo-list li .list-head {
    margin-bottom: 15px;
  }
  .page--photo .section--list .photo-list li .list-head .author img {
    width: 40px;
    border-radius: 20px;
  }
  .page--photo .section--list .photo-list li .thumb {
    margin-bottom: 5px;
  }
  .page--photo .section--list .photo-list li .tit {
    margin-bottom: 5px;
    line-height: 1.5;
  }
  .page--photo .section--list .photo-list li .detail__btn {
    text-align: left;
  }
  .page--photo .section--detail {
    padding: 0;
  }
  .page--photo .section--detail .photo_detail {
    box-shadow: none;
    padding: 0 20px;
  }
  .page--photo .section--detail .photo_detail .list--contents_photo li {
    width: 48%;
    margin-bottom: 4vw;
  }
  .page--photo .section--detail .tit {
    font-size: 1.6rem;
  }
  .page--movie .block--tit {
    margin-bottom: 10px;
  }
  .page--movie .block--more_movies {
    padding-top: 20px;
  }
  .page--movie .block--more_movies .more_movies_title {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .page--movie .block--more_movies .list--contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -15px;
  }
  .page--movie .block--more_movies .list--contents li {
    width: 50%;
    margin-bottom: 0;
  }
  .page--movie .block--more_movies .list--contents li:nth-child(odd) {
    border-right: 1px solid #eeeeee;
  }
  .page--movie .block--more_movies .list--contents li a {
    margin: 0 15px 30px;
  }
  .page--movie .block--more_movies .list--contents .list__txt .limited {
    font-size: 1rem;
    padding-left: 18px;
  }
  .page--movie .block--more_movies .list--contents .list__txt .limited:before {
    width: 10px;
  }
  .page--movie .block--more_movies .tit {
    font-size: 1.4rem;
  }
  .page--movie .section--list.radio .list--contents li, .page--movie .section--list.movie .list--contents li {
    margin: 0 0 8vw;
  }
  .page--qa .block--area {
    padding: 20px 30px;
    margin-bottom: 50px;
  }
  .page--qa .list--contents li {
    margin-bottom: 20px;
  }
  .page--qa .list--contents li a {
    margin: 0;
    padding: 20px;
  }
  .page--qa .list--contents li .list--qa_inner {
    line-height: 1.6;
  }
  .page--qa .list--contents li .tit {
    margin-bottom: 20px;
  }
  .page--questionnaire .section--detail .section-tit {
    font-size: 18px;
    text-align: left;
    line-height: 1.2em;
    letter-spacing: 0.15em;
  }
  .page--questionnaire .section--detail .txt--basic {
    font-size: 13px;
  }
  .page--questionnaire .section--detail .tit {
    font-size: 14px;
  }
  .page--questionnaire .section--detail form .input--half {
    width: 100% !important;
  }
  .page--questionnaire .section--detail form .input--quarter {
    width: 50% !important;
  }
  .page--questionnaire .section--detail form .form--post dt {
    margin: 2em 0 1em;
  }
  .page--questionnaire .section--detail form .icon--required::before {
    vertical-align: inherit;
    padding-left: 5px;
  }
  .page--questionnaire .section--detail .form--confirm {
    padding: 30px 25px 10px;
    margin-bottom: 20px;
  }
  .page--questionnaire .section--detail .txt--sub {
    font-size: 10px;
    text-indent: -1em;
    padding-left: 1em;
  }
  .page--support .section-tit {
    font-size: 1.8rem;
  }
  .page--entry .section--detail [class^=block--] .list--payment {
    flex-flow: column;
  }
  .page--entry .section--detail [class^=block--] .list--payment dt, .page--entry .section--detail [class^=block--] .list--payment dd {
    width: 100%;
    padding: 6px 12px;
    font-size: 1.2rem;
  }
  .page--entry .section--detail .block--top .logo-fc {
    width: 45%;
    margin: 0 auto 30px;
  }
  .page--entry .section--detail .block--top .lead {
    font-size: 3.2vw;
  }
  .page--entry .section--detail .contents-tit {
    font-size: 4.2rem;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .page--entry .section--detail .block--contents .block-tit {
    color: inherit;
    font-size: 34px;
    line-height: 1;
    letter-spacing: 0.1em;
    margin: 0 0 30px;
    color: #ffffff;
  }
  .page--entry .section--detail .block--contents .list--contents li {
    width: 100%;
    margin-bottom: 15px;
  }
  .page--entry .section--detail .block--contents .list--contents li .tit {
    font-size: 1.8rem;
    padding: 6px 10px;
  }
  .page--entry .section--detail .block--contents .list--contents li .txt {
    font-size: 1.3rem;
    padding: 6px 10px;
  }
  .page--entry .section--detail .block--contents .block--limited_benefits {
    margin-bottom: 40px;
    padding: 40px 10px;
  }
  .page--entry .section--detail .block--contents .block--limited_benefits .label::before {
    width: 110px;
    height: 55px;
    top: -27.5px;
  }
  .page--entry .section--detail .block--contents .block--limited_benefits p.tit {
    margin-bottom: 15px;
  }
  .page--entry .section--detail .block--contents .block--limited_benefits .block--txt .inner {
    margin-top: 15px;
  }
  .page--entry .section--detail .block--contents .block--limited_benefits .block--txt p.txt {
    font-size: 1.3rem;
  }
  .page--entry .section--detail .block--contents .block--limited_benefits .block--txt p.txt--sub {
    font-size: 0.75em;
  }
  .page--entry .section--detail .block--contents .block--limited_benefits .block--txt.photobook img {
    max-height: 250px;
  }
  .page--entry .section--detail .block--contents .block--limited_benefits .block--txt.pins img {
    width: 50%;
    max-width: 300px;
  }
  .page--entry .section--detail .block--table table {
    font-size: 13px;
  }
  .page--entry .section--detail .block--table table th {
    width: calc(100% - 10em);
    padding: 1em 0.5em;
  }
  .page--entry .section--detail .block--table table td {
    width: 5em;
    padding: 1em 0.5em;
  }
  .page--entry .section--detail .block--device {
    margin-bottom: 30px;
  }
  .page--entry .section--detail .block--login__fanplus {
    display: block;
    margin-bottom: 0;
  }
  .page--entry .section--detail .block--login__fanplus .block--inner {
    padding: 20px;
    margin-bottom: 1.5em;
  }
  .page--entry .section--detail .block--notice {
    font-size: 1.1rem;
  }
  .page--entry.page--introduction--app .content--body {
    padding: 60px 0 20px;
  }
  .page--entry.page--introduction--app .block--fee {
    background: #eeeeee;
    padding: 2.5em 5vw 2em;
  }
  .page--entry.page--introduction--app .block--fee dl {
    border: 1px solid #B2B2B2;
    text-align: center;
    padding: 1.4em 0;
    margin-bottom: 1.4em;
  }
  .page--entry.page--introduction--app .block--fee dt {
    font-weight: bold;
    line-height: 1;
    font-size: 4vw;
    letter-spacing: 0.5em;
    margin-bottom: 0.75em;
  }
  .page--entry.page--introduction--app .block--fee dd {
    font-size: 6vw;
    font-weight: bold;
    line-height: 1;
  }
  .page--entry.page--introduction--app .block--fee dd span {
    display: inline-block;
    font-size: 0.5em;
    letter-spacing: 0.05em;
    position: relative;
    left: 0.4em;
  }
  .page--entry.page--introduction--app .txt--box {
    margin: 0 auto 40px;
    width: 100%;
  }
  .page--entry.page--introduction--app .btn--main {
    min-width: auto;
    width: 200px;
    border-radius: 6px;
  }
  .page--entry.page--introduction--app [class^=block--] {
    margin-bottom: 2.5em;
  }
  .page--entry.page--introduction--app .block--about .tit, .page--entry.page--introduction--app .block--entry .tit {
    background: #121212;
    color: #fff;
    font-size: 1.4rem;
    padding: 8px 15px;
    margin-bottom: 20px;
  }
  .page--entry.page--introduction--app .list--about dt {
    font-weight: bold;
    line-height: 1;
    font-size: 1.4rem;
    border-bottom: 1px solid;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
  }
  .page--entry.page--introduction--app .list--about dd, .page--entry.page--introduction--app .txt--lead {
    margin-bottom: 1em;
  }
  .page--entry.page--introduction--app .restore {
    margin-top: 2em;
    background: #eeeeee;
    padding: 2em 2em 1.5em;
  }
  .page--faq .section--list .section-tit {
    font-size: 1.8rem;
  }
  .page--faq .searchBox {
    width: 100%;
    margin: 30px auto;
  }
  .page--faq .searchBox input[type=text] {
    line-height: 35px;
    font-size: 16px;
  }
  .page--faq .searchBox input[type=submit] {
    width: 40px;
    line-height: 46px;
  }
  .page--faq .block--category {
    margin-bottom: 30px;
  }
  .page--faq .block--category li {
    margin: 0 6px 8px 0;
  }
  .page--faq .block--category li a {
    font-size: 13px;
  }
  .page--faq .block--faq-detail {
    padding: 8%;
    margin: 0 0 30px;
    font-size: 1.3rem;
  }
  .page--faq .block--faq-detail span[class^=icon--] {
    font-size: 1.6rem;
    line-height: 20px;
  }
  .page--faq .list--faq a {
    display: block;
    padding: 15px 0 17px 0;
  }
  .page--faq .list--faq .tit {
    font-size: 1.3rem;
  }
  .page--faq .list--faq .txt {
    font-size: 1.3rem;
  }
  .page--livestreaming .section--detail {
    margin: 0 auto;
  }
  .page--livestreaming .section--detail .txt-lead {
    padding: 10%;
    margin-bottom: 30px;
  }
  .page--livestreaming .section--detail .tit {
    margin-bottom: 5px;
  }
  .page--livestreaming .section--detail .notice {
    font-size: 4vw;
  }
  .page--livestreaming .section--detail .swiper-button-prev, .page--livestreaming .section--detail .swiper-button-next {
    color: #aaa;
  }
  .page--livestreaming .section--detail .swiper-button-prev:after, .page--livestreaming .section--detail .swiper-button-next:after {
    font-size: 30px;
  }
  .page--livestreaming .section--detail .swiper-pagination-bullet-active {
    opacity: 1;
    background: #121212;
  }
  .page--livestreaming .section--detail .attention {
    margin: 0 auto 20px;
    padding: 20px 0 15px;
  }
  .page--livestreaming .section--detail .attention &gt; ul li {
    font-size: 12px;
  }
  .page--livestreaming .section--detail .link-txt {
    font-size: 15px;
    margin: 0 auto 15px;
    font-weight: 500;
  }
  .page--livestreaming .section--detail .download, .page--livestreaming .section--detail .downloaded {
    padding: 0 0 0px;
  }
  .page--livestreaming .section--detail .download h2, .page--livestreaming .section--detail .downloaded h2 {
    font-size: 1.3rem;
  }
  .page--livestreaming .section--detail .download a img, .page--livestreaming .section--detail .downloaded a img {
    height: 42px;
  }
  .page--livestreaming .section--detail .download {
    margin-bottom: 30px;
  }
  .page--livestreaming .section--detail .downloaded .btn--main {
    min-width: auto;
    width: 100%;
    font-weight: 700;
    letter-spacing: 0.14em;
    margin: 0;
    padding: 1.1em;
  }
  .page--livestreaming .section--detail ul.howtoList {
    margin: 15px auto 0;
  }
  .page--livestreaming .section--detail ul.howtoList li {
    padding: 0px 0 15px 1em;
    text-indent: -1em;
  }
  .page--livestreaming .section--detail dl.adjust {
    padding: 25px 0 0;
    margin: 0 auto 0px;
  }
  .page--livestreaming .section--detail dl.adjust dd {
    width: 100%;
    padding: 0 0;
    margin: 0 auto 25px;
  }
  .page--livestreaming .section--detail dl.adjust dd .text {
    min-height: auto;
  }
  .page--livestreaming .section--detail .methodList {
    display: flex;
    justify-content: normal;
  }
  .page--livestreaming .section--detail .methodList li {
    padding: 0 10px;
    width: 100%;
  }
  .page--livestreaming .section--detail .methodList li .fa {
    display: none;
  }
  .page--livestreaming .section--detail .lead {
    font-size: 18px;
    margin: 0 auto 25px;
  }
  .page--livestreaming .section--detail .introduce-app {
    padding: 10%;
  }
  .page--livestreaming .section--detail .introduce-app .app-img {
    margin-bottom: 20px;
  }
  .page--livestreaming .section--detail .introduce-app .app-img img {
    width: 80%;
    margin: 0 auto;
  }
  .page--feature .section--detail .section-tit {
    font-size: 1.8rem;
  }
  .page--feature .section--detail .txt {
    margin-top: 2em;
  }
}
/*  appli
------------------------------ */
.body--app:not(.page--home) .content--body {
  padding: 60px 0 80px;
}
.body--app.page--appfcmenu .content--body {
  padding: 90px 0;
}
.body--app.page--notice .list--info a {
  display: block;
}
.body--app .detail__btn, .body--app .block--pager li,
.body--app .list--info li, .body--app .list--contents li,
.body--app .list--faq li {
  -webkit-touch-callout: none;
}

@media screen and (min-width: 756px) and (max-width: 960px) {
  .official_sns ul .sns__streaming a {
    margin-bottom: 2px;
  }
  body:not(.page--home) .content--body {
    padding: 140px 0 180px;
  }
  .section--list .section-tit {
    font-size: min(12vw, 60px);
  }
  .list--contents {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .list--contents li {
    width: 49%;
  }
  .list--contents li .list__txt {
    margin-top: 6px;
  }
  .is-drawer-shown header .drawer .inner .drawer-nav {
    padding: 5.5vw 8vw 5vw;
  }
  .is-drawer-shown header .drawer .inner .drawer-nav .g-nav li.sub-nav-fc a {
    font-size: 3.5vw;
  }
  .is-drawer-shown header .drawer .tit-drawer {
    margin: 0 0 40px;
    font-size: 4.3rem;
  }
  .is-drawer-shown header .drawer .drawer-official-nav .tit-drawer {
    width: 25vw;
  }
  .is-drawer-shown header .drawer .drawer-official-nav .nav li {
    margin-right: 1.8rem;
    font-size: 2.7rem;
  }
  .is-drawer-shown header .drawer .drawer-fc-nav .tit-drawer {
    width: 24vw;
  }
  .is-drawer-shown header .drawer .nav li {
    font-size: 3.2rem;
    margin-right: 2.4rem;
  }
  .is-drawer-shown header .drawer .nav.sns li {
    margin-right: 3rem;
  }
  .is-drawer-shown header .drawer .official_sns ul .sns__streaming a {
    font-size: 12px;
    padding: 6px 7px 6px 6px;
    margin-bottom: 7px;
  }
  body:not(.page--home) footer .ftrLogo {
    margin-bottom: min(2vw, 60px);
  }
  .page--home h2 {
    font-size: min(8vw, 94px);
  }
  .page--home .content--body .inner {
    padding: min(10vw, 100px) 0;
  }
  .page--blog.category--1 .section--list .section-tit {
    padding: 0;
  }
  .page--blog.category--1 .section--list .blog-list li {
    padding: 20px 20px 28px;
    margin-bottom: 40px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  .page--blog.category--1 .section--list .blog-list li .list-head {
    margin-bottom: 15px;
  }
  .page--blog.category--1 .section--list .blog-list li .list-head .author img {
    width: 60px;
    border-radius: 30px;
  }
  .page--blog.category--1 .section--list .blog-list li .thumb {
    margin-bottom: 10px;
  }
  .page--blog.category--1 .section--list .blog-list li .tit {
    margin-bottom: 10px;
  }
  .page--blog.category--1 .section--detail {
    padding: 0 min(6vw, 60px);
  }
  .page--blog.category--1 .section--detail .ph {
    max-width: 100%;
  }
  .page--blog.category--1 .section--detail .block--timeline {
    padding: 30px;
    margin-bottom: 40px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  .page--blog.category--1 .section--detail .block--timeline .list-head {
    margin-bottom: 15px;
  }
  .page--blog.category--1 .section--detail .block--timeline .list-head .author img {
    width: 60px;
    border-radius: 30px;
  }
  .page--blog.category--1 .section--detail .tit {
    margin-bottom: 40px;
  }
  .page--livestreaming .section--detail .section-tit {
    font-size: min(12vw, 60px);
  }
  .page--livestreaming .section--detail .section-tit .sp {
    display: none !important;
  }
  .page--livestreaming .section--detail .download ul {
    display: flex;
    justify-content: center;
  }
  .page--livestreaming .section--detail .download ul li:first-child {
    margin-right: 10px;
  }
  .page--livestreaming .section--detail .introduce-app {
    display: flex;
    justify-content: flex-start;
    padding: 0;
  }
  .page--livestreaming .section--detail .introduce-app .app-img {
    width: 50%;
    margin-bottom: 0;
  }
  .page--livestreaming .section--detail .introduce-app .app-img img {
    width: 65%;
    margin: 30px auto 0;
  }
  .page--livestreaming .section--detail .introduce-app .app-detail {
    width: 50%;
    padding: 60px 40px 60px 0;
  }
  .page--livestreaming .section--detail .introduce-app .app-detail {
    display: flex;
    align-items: center;
  }
  .page--entry .section--detail .block--top .logo-fc {
    width: 55%;
  }
  .page--entry .section--detail .block--top .lead {
    font-size: 2.2vw;
  }
  .page--entry .section--detail .contents-tit .sp {
    display: none !important;
  }
  .page--faq .section--list .section-tit {
    font-size: 3rem;
  }
  .page--support .section-tit {
    font-size: 3rem;
  }
}/*# sourceMappingURL=style.css.map */</pre></body></html>