@charset "UTF-8";
/* ---------------------------------------
0.0 mixin
	0.1 colorsdrawer
	0.2 typography
	0.3 spacer
	0.4 chevron
	0.5 flexbox
1.0 setting
	1.1 normalize
	1.2 clearfix
2.0 compontents
	2.1 button
	2.2 form
	2.3 list
3.0 layout
	3.1 base
	3.1 header
	3.2 footer
4.0 page
	4.1 parts
	4.2 home
	4.3 information
	4.4 biography
	4.4 blog
	4.6 faq
	4.7 support
	4.8 entry
	4.9 questionnaire
5.0 app
	5.1 common
	5.2 Android
-------------------------------------------- */
/*0.0 mixin
==============================*/
/*0.1 colors
------------------------------*/
/*0.2. typography
------------------------------*/
.tit {
  line-height: 1.4;
}

/*0.3 spacer
------------------------------*/
/*@mixin padding-base ($top:30px, $right:7%, $bottom:30px, $left:5%){
	padding: $top $right $bottom $left;
}
@mixin margin-base ($top:0, $right:auto, $bottom:0, $left:auto){
	margin: $top $right $bottom $left;
}
@mixin margin-negative ($top:0, $right:-5.5%, $bottom:30px, $left:-5.5%){
	margin: $top $right $bottom $left;
}*/
/*0.4 chevron
------------------------------*/
/*0.5 flexbox
------------------------------*/
/* 2.0 component
============================== */
.form--post dt {
  margin: 2.5em 0 0.5em;
}
.form--post dd {
  margin: 0 0 1em;
}
.form--post dd input[type=text],
.form--post dd input[type=number],
.form--post dd input[type=email],
.form--post dd input[type=tel] {
  border: 1px solid #272727;
}

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

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

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

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

/* 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 {
  color: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
  word-break: break-word;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #272727;
  border-radius: 0.3em;
  padding: 0.5em;
  border-radius: 0;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
button:focus {
  border-color: inherit;
}
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: #eee;
}

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

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

/* textarea */
textarea {
  color: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
  word-break: break-word;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #272727;
  border-radius: 0.3em;
  padding: 0.5em;
  border-radius: 0;
  height: 10em;
  padding: 0.5em;
}
textarea:focus {
  border-color: inherit;
}
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 {
  color: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
  word-break: break-word;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #272727;
  border-radius: 0.3em;
  padding: 0.5em;
  padding-right: 1.5em;
  border-radius: 0;
}
.form__select select:focus {
  border-color: inherit;
}
.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;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  right: 0.75em;
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* checkbox */
.form__checkbox label p {
  color: inherit;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  word-break: break-word;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
  font-size: 14px;
}
.form__checkbox input[type=checkbox],
.form__checkbox input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}
.form__checkbox.form__error {
  color: #f33;
}
.form__checkbox label p {
  padding-left: 1.6em;
  font-weight: 600;
}
.form__checkbox label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #272727;
  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 #272727;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  top: 70%;
  left: 0.2em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
}
.form__checkbox :checked ~ p::before {
  border-color: #272727;
}
.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}

/* radio */
.form__radio label p {
  color: inherit;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  word-break: break-word;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
  font-size: 14px;
}
.form__radio input[type=checkbox],
.form__radio input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}
.form__radio.form__error {
  color: #f33;
}
.form__radio label p {
  padding-left: 1.6em;
  font-weight: 600;
}
.form__radio label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  border: 1px solid #272727;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__radio :checked ~ p::before {
  border-color: #272727;
  border-width: 0.3em;
}

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

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

.form--confirm {
  border: 0.5px solid #d9dde0;
  padding: 20px;
  margin-bottom: 40px;
}
.form--confirm dt {
  opacity: 0.6;
}
.form--confirm dd {
  margin: 0 0 20px;
}

/* center */
.center {
  text-align: center;
}

.list--schedule .date,
.page--info.category-4 .date,
.page--home .next-live .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-family: "Oswald", sans-serif;
  color: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  row-gap: 8px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.list--schedule .date .event-date,
.page--info.category-4 .date .event-date,
.page--home .next-live .date .event-date {
  font-size: 14px;
}
.list--schedule .date .event-date .md,
.page--info.category-4 .date .event-date .md,
.page--home .next-live .date .event-date .md {
  font-size: 200%;
}
.list--schedule .date .event-date .yy .week,
.page--info.category-4 .date .event-date .yy .week,
.page--home .next-live .date .event-date .yy .week {
  margin-bottom: 4px;
}
.list--schedule .date .event-date.end_time::before,
.page--info.category-4 .date .event-date.end_time::before,
.page--home .next-live .date .event-date.end_time::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 10px;
  height: 1px;
  background-color: currentColor;
  margin: 2px 8px 5px 0px;
  vertical-align: middle;
}

body:not(.page--member) .label,
body:not(.page--member) .category {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 8px 1px;
  font-family: "Teko", sans-serif;
  color: inherit;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.04em;
  letter-spacing: 0.05em;
  border: 1px solid currentColor;
  border-radius: 2px;
  white-space: nowrap;
}

/* 2.1 button
------------------------------ */
.btn--main-top {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 4;
  word-break: break-word;
  font-family: "Barlow", sans-serif;
  color: inherit;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  -webkit-appearance: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  display: inline-block;
  width: 140px;
  text-align: center;
  text-decoration: none;
  padding: 0 1.5em;
  line-height: 2.4;
  border-radius: 3em;
  border: none;
  font-size: 17px;
  color: #fff;
  border: 3px solid #ffffff;
}

.btn--main {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 4;
  word-break: break-word;
  font-family: "Barlow", sans-serif;
  color: inherit;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  -webkit-appearance: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  display: inline-block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  padding: 0 1.5em;
  line-height: 4;
  border-radius: 3em;
  border: none;
  font-size: 14px;
  color: #216098;
  background: #ffff69;
}

.btn--sub {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 4;
  word-break: break-word;
  font-family: "Barlow", sans-serif;
  color: inherit;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  -webkit-appearance: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  display: inline-block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  padding: 0 1.5em;
  line-height: 4;
  border-radius: 3em;
  border: none;
  font-size: 14px;
  color: #ffffff;
  border: 3px solid #ffffff;
}

/* normalize
------------------------------ */
html,
body {
  height: 100%;
  -webkit-text-size-adjust: none;
}

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

img,
iframe,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
}

i {
  font-style: normal;
}

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

::-moz-selection {
  background: #272727;
  color: #ffffff;
}

::selection {
  background: #272727;
  color: #ffffff;
}

::-moz-selection {
  background: #272727;
  color: #ffffff;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

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

select,
input {
  -webkit-appearance: none;
  -moz-appearance: button;
  background: #fff;
  border: none;
}

ol,
ul {
  list-style: none;
}

.svg-symbol,
.pc,
.xdebug-var-dump {
  display: none !important;
}

/* clearfix
------------------------------ */
.clearfix::after {
  display: table;
  content: "";
  clear: both;
}

/* base
------------------------------ */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic Pro";
  background-color: #ffffff;
  color: #272727;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  word-break: break-word;
  letter-spacing: 0.1em;
}

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

header {
  position: relative;
  z-index: 10001;
}
header .logo {
  position: absolute;
  top: 20px;
  left: 4vw;
  width: min(36%, 130px);
  height: 30px;
}
header .logo a {
  display: block;
  height: 100%;
  line-height: 0;
}
header .logo svg {
  height: 100%;
  width: 100%;
}
header .header-inner {
  position: absolute;
  top: 20px;
  right: calc(4vw + 48px);
}
header .wovn--wrap {
  height: 30px;
}
header .list--sns {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
header .list--sns li a {
  font-size: 16px;
  color: #272727;
}
header .list--sns li svg {
  width: 15px;
  height: 15px;
  top: 1px;
}

body:not(.page--home) header .list--sns {
  display: none;
}

footer {
  color: #272727;
  width: 100%;
  padding: 8vw 4vw;
}
footer a {
  color: #272727;
}
footer .copyright {
  text-align: center;
  font-family: "Teko", sans-serif;
  color: inherit;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.04em;
}
footer .block--footer-bnr {
  display: none;
  margin-left: 15px;
  overflow: hidden;
}
footer .block--footer-bnr .list--bnr {
  margin: 0 0 15px;
  margin-left: -4%;
}
footer .block--footer-bnr .list--bnr li {
  /*				width: 240px;*/
  margin-right: 10px;
}
footer .block--footer-bnr .list--bnr li a {
  display: block;
  line-height: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .block--footer-bnr .list--bnr li a img.shadow {
  display: none;
}
footer .block--footer-bnr .list--bnr li a:hover {
  opacity: 0.5;
}
footer .block--footer-bnr.section--bnr--single {
  margin: 0;
  padding: 0 13px 0 15px;
}
footer .block--footer-bnr.section--bnr--single .list--bnr {
  margin-left: 0;
}
footer .block--footer-bnr.section--bnr--single .list--bnr li {
  margin-right: 0;
}

body:not(.page--home) footer {
  position: sticky;
  top: 100vh;
}

.list--sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 16px;
}
.list--sns li {
  line-height: 1;
}
.list--sns li a {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  color: #272727;
  font-size: 22px;
}
.list--sns li a span {
  position: absolute;
  font-family: "Teko", sans-serif;
  color: inherit;
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.04em;
  display: inline-block;
  text-align: center;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.list--sns li a i {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.list--sns li svg {
  width: 20px;
  height: 20px;
  margin-bottom: -1px;
}

.drawer {
  position: fixed;
  z-index: 11;
  visibility: hidden;
  overflow-y: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.drawer .drawer-inner {
  overflow: scroll;
}
.drawer .nav--free {
  background: #ffffff;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.drawer .nav--free .g-nav.free {
  margin: 0 0 20px;
}
.drawer .nav--free .g-nav.free li {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  opacity: 0;
}
.drawer .nav--free .list--sns {
  -webkit-box-pack: justify;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
  opacity: 0;
}
.drawer .nav--free .list--sns li a {
  color: #272727;
}
.drawer .nav--free .list--sns li a svg {
  fill: #272727;
}
.drawer .nav--member {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  background-image: url("/static/novelbright/fanclub/common/fc_bg.png");
  background-size: 200%;
  background-repeat: repeat;
  color: #ffffff;
  padding-top: 50px;
}
.drawer .nav--member .login-btn li {
  display: inline-block;
}
.drawer .nav--member .login-btn li:first-child {
  margin-right: 5px;
}
.drawer .nav--member .block--logo {
  margin: 0 0 20px;
}
.drawer .nav--member .block--logo .logo-fc {
  margin: 0 10px 20px 0;
  width: 50%;
  line-height: 0;
}
.drawer .nav--member .g-nav.member li {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  opacity: 0;
}
.drawer .nav--member.loggedin .login-btn {
  text-align: center;
}
.drawer .nav--member.loggedin .block--logo {
  margin: 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}
.drawer .nav--member.loggedin .block--logo .logo-fc {
  margin: 0 10px 0 0;
}
.drawer .nav--member .special--link {
  clear: both;
  margin-top: 15px !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.drawer .nav--member .special--link a {
  position: relative;
  font-size: 13px !important;
  padding: 0 0 10px !important;
}
.drawer .nav--member .special--link a::before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
}
.drawer [class^=nav--] {
  width: 100%;
  -webki-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 50%;
  left: 0;
  padding: 0 4vw;
  opacity: 0;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.drawer [class^=nav--] .g-nav > li {
  width: 50%;
  float: left;
}
.drawer [class^=nav--] .g-nav > li a {
  display: block;
  padding: 10px 0;
  color: #272727;
}
.drawer [class^=nav--] .g-nav > li.disabled a {
  pointer-events: none;
  color: #8cacc9;
}
.drawer .g-nav li a {
  text-decoration: none;
  font-family: "Teko", sans-serif;
  color: #272727;
  font-size: 22px;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.05em;
}
.drawer .g-nav.member li a {
  font-family: scriptorama-markdown-jf, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}

.drawer__btn {
  position: fixed;
  top: 24px;
  right: 4vw;
  width: 32px;
  height: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.drawer__btn span {
  width: 100%;
  height: 1px;
  background: #272727;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
}
.drawer__btn span:nth-of-type(1) {
  top: 0;
}
.drawer__btn span:nth-of-type(2) {
  top: 50%;
}
.drawer__btn span:nth-of-type(3) {
  top: 100%;
}

.menuopen header .logo svg {
  fill: #000 !important;
}
.menuopen header .wovn--wrap .wovn-languages, .menuopen header .wovn--wrap .drawer-visible .wovn-languages {
  border-color: #272727 !important;
}
.menuopen header .wovn--wrap .wovn-languages::before, .menuopen header .wovn--wrap .drawer-visible .wovn-languages::before {
  border-color: #272727 !important;
}
.menuopen header .wovn--wrap .wovn-languages .langIcon svg, .menuopen header .wovn--wrap .drawer-visible .wovn-languages .langIcon svg {
  fill: #272727 !important;
}
.menuopen header .wovn--wrap .wovn-languages .nav-switch_btn, .menuopen header .wovn--wrap .drawer-visible .wovn-languages .nav-switch_btn {
  border-color: #272727 !important;
}
.menuopen header .wovn--wrap .wovn-languages .nav-switch_btn .nav-current, .menuopen header .wovn--wrap .drawer-visible .wovn-languages .nav-switch_btn .nav-current {
  color: #272727 !important;
}
.menuopen header .list--sns li a {
  color: #272727 !important;
}
.menuopen .drawer__btn span {
  background-color: #272727 !important;
  top: 50%;
}
.menuopen .drawer__btn span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menuopen .drawer__btn span:nth-of-type(2) {
  opacity: 0;
}
.menuopen .drawer__btn span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menuopen .drawer {
  visibility: visible;
}
.menuopen .drawer [class^=nav--] {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.menuopen .drawer [class^=nav--] .g-nav > li,
.menuopen .drawer [class^=nav--] .list--sns {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
.menuopen .drawer [class^=nav--] .g-nav > li:nth-child(1) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.menuopen .drawer [class^=nav--] .g-nav > li:nth-child(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.menuopen .drawer [class^=nav--] .g-nav > li:nth-child(3) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.menuopen .drawer [class^=nav--] .g-nav > li:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.menuopen .drawer [class^=nav--] .g-nav > li:nth-child(5) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.menuopen .drawer [class^=nav--] .g-nav > li:nth-child(6) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.menuopen .drawer [class^=nav--] .g-nav > li:nth-child(7) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.menuopen .drawer [class^=nav--] .g-nav > li:nth-child(8) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.menuopen .drawer [class^=nav--] .g-nav > li:nth-child(9) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.menuopen .drawer [class^=nav--] .g-nav > li:nth-child(10) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.menuopen .drawer [class^=nav--] .g-nav > li:nth-child(10) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.menuopen .drawer [class^=nav--] .list--sns {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.close .drawer [class^=nav--] {
  -webkit-animation: close 0.3s ease 0s 1 alternate;
  animation: close 0.3s ease 0s 1 alternate;
}

@-webkit-keyframes close {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0) matrix(1, 0, 0, 1, 0, 0);
            transform: translate(-100%, 0) matrix(1, 0, 0, 1, 0, 0);
  }
}
@keyframes close {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0%) matrix(1, 0, 0, 1, 0, 0);
            transform: translate(-100%, 0%) matrix(1, 0, 0, 1, 0, 0);
  }
}
.more a,
.back a,
.detail__btn a,
.archive a {
  font-family: "Teko", sans-serif;
  color: inherit;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.04em;
  padding-right: 28px;
  text-decoration: none;
  position: relative;
  letter-spacing: 0.05em;
}
.more a::before, .more a::after,
.back a::before,
.back a::after,
.detail__btn a::before,
.detail__btn a::after,
.archive a::before,
.archive a::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 0;
}
.more a:before,
.back a:before,
.detail__btn a:before,
.archive a:before {
  width: 0.55em;
  height: 0.55em;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.more a:after,
.back a:after,
.detail__btn a:after,
.archive a:after {
  width: 1em;
  height: 1px;
  border-bottom: 1px solid currentColor;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.more {
  text-align: right;
}

.detail__btn {
  text-align: center;
  padding-top: 48px;
}
.detail__btn a {
  padding-right: 0;
  padding-left: 28px;
}
.detail__btn a::before, .detail__btn a::after {
  left: 0;
}
.detail__btn a:before {
  border-left: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  border-right: 0;
  border-top: 0;
  left: 3px;
}

.thumb {
  line-height: 0;
  position: relative;
}
.thumb img {
  vertical-align: bottom;
}

.dummy {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.slick-dots {
  bottom: -42px;
}

.slick-dots li {
  width: 8px;
  height: 8px;
}
.slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
}
.slick-dots li button:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50px;
  border: 1px solid #272727;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-dots li.slick-active button:before {
  background: #272727;
  opacity: 1;
}

.slick-prev,
.slick-next {
  display: none;
}

.slick-next {
  left: 190px;
}

.slick-prev:before,
.slick-next:before {
  font-family: "Teko", sans-serif;
  color: inherit;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.04em;
}

.slick-prev:before {
  content: "PREV";
}

.slick-next:before {
  content: "NEXT";
}

.slick-next:after {
  content: "";
  background: #272727;
  width: 118px;
  height: 1px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: -135px;
}

/*.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: inherit
}*/
.video {
  height: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  margin-bottom: 10px;
  z-index: 1;
}

.video iframe,
.video object,
.video embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.block--youtube {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  cursor: pointer;
}

.shadow {
  -webkit-filter: blur(20px);
          filter: blur(20px);
  opacity: 0.6;
  width: 80%;
  margin: 0 auto;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -40%;
}

.shadow-over {
  position: relative;
  z-index: 1;
}

.list--music li .thumb {
  position: relative;
}
.list--music li .thumb::after {
  content: "";
  position: absolute;
  background-image: url("/static/novelbright/fanclub/common/icon_play.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  bottom: 16px;
  left: 16px;
  -webkit-filter: drop-shadow(0 3px 6px rgba(39, 39, 39, 0.1));
          filter: drop-shadow(0 3px 6px rgba(39, 39, 39, 0.1));
  z-index: 2;
}
.list--music li .thumb img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.list--contents li a {
  display: block;
  text-decoration: none;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  -ms-user-select: none;
      user-select: none;
}
.list--contents .thumb {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/static/novelbright/fanclub/common/thumb_blank_fc_v2.png");
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 16px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list--contents .date {
  font-family: "Barlow", sans-serif;
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #a4c7e6;
}
.list--contents .date, .list--contents .category {
  display: inline-block;
}
.list--contents .category {
  margin-left: 14px;
}
.list--contents .tit {
  margin-top: 4px;
  line-height: 1.4;
}
.list--contents.not-logged-in .thumb img {
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: scale(1.5) translateZ(0);
          transform: scale(1.5) translateZ(0);
}

.page--blog .list--contents.flalog {
  gap: 1%;
}
.page--blog .list--contents.flalog li {
  width: 32.633333%;
  margin-bottom: 1%;
}
.page--blog .list--contents.flalog li .thumb {
  margin: 0 !important;
  background-image: url("/static/novelbright/fanclub/common/thumb_blank_fc.png");
  aspect-ratio: 1/1;
}
.page--blog .list--contents.flalog li .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.page--blog .list--contents.flalog li .thumb .inner .text-area {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  right: 0;
  left: auto;
  -webkit-transform: none;
  transform: none;
  bottom: 0;
  width: 80%;
  height: auto;
  top: auto;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page--blog .list--contents.flalog li .thumb .inner .text-area .category {
  bottom: 0;
}
.page--blog .list--contents.flalog li .thumb .inner .text-area .category span {
  max-width: 100%;
  display: block;
  background: none;
  color: #216098;
  padding: 0;
  font-size: 10px;
  text-align: left;
  line-height: 1.5;
  margin: 0;
}
.page--blog .list--contents.flalog li .thumb .inner .text-area .tit {
  background: none;
  color: #000;
  padding: 0;
  text-align: left;
  max-width: 100%;
  font-size: 11px;
  line-height: 1.5;
  display: block;
  margin: 0 0 5px 0;
}
.page--blog .list--contents.flalog li .thumb .inner .text-area .date {
  font-family: "Barlow", sans-serif;
  font-size: 10px;
  font-weight: 100;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #828282;
  text-align: left;
  margin: 0;
}
.page--blog.page--detail .block--pager:not(.comment-pager) li.pager__item--other a {
  opacity: 1;
}

body.load-finish .keyvisual .inner {
  -webkit-transform: scale(1);
  transform: scale(1);
}

body.page--home:not(.load-finish) header,
body.page--home:not(.load-finish) > .wrap {
  opacity: 0;
}
body.page--home:not(.load-finish) .keyvisual {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
body.page--home:not(.load-finish) .next-live-wrap {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

body.page--home.load-finish > .wrap {
  opacity: 0;
  -webkit-animation: KVopacity 0.3s ease-out forwards;
          animation: KVopacity 0.3s ease-out forwards;
}
body.page--home.load-finish .keyvisual {
  opacity: 0;
  -webkit-animation: KVanimation 0.5s ease-out forwards;
          animation: KVanimation 0.5s ease-out forwards;
}
body.page--home.load-finish .next-live-wrap {
  opacity: 0;
  -webkit-animation: KVanimation 0.5s ease-out 0.3s forwards;
          animation: KVanimation 0.5s ease-out 0.3s forwards;
}
body.page--home.load-finish header {
  opacity: 0;
  -webkit-animation: KVopacity 0.3s ease-out 0.5s forwards;
          animation: KVopacity 0.3s ease-out 0.5s forwards;
}

@-webkit-keyframes KVanimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes KVanimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes KVopacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes KVopacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.loading .load-icon {
  position: fixed;
  bottom: 0;
  right: -140px;
  z-index: 300;
}

.loading .load-icon span {
  display: inline-block;
}

#loading {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
}

#loading .bar {
  display: block;
  width: 100%;
  height: 3px;
  background: rgba(60, 155, 234, 0.3);
  position: absolute;
  bottom: 0;
}

#loading .bar span {
  display: block;
  width: 0;
  height: 3px;
  background: #272727;
  position: absolute;
  bottom: 0;
}

.load-finish .loading {
  height: 0;
  top: 0;
}

.load-finish #loading .bar {
  display: none;
}

.sub-txt-list li {
  font-size: 10px;
  text-indent: -1em;
  padding-left: 1em;
  margin: 0 0 3px;
}
.sub-txt-list li:last-child {
  margin-bottom: 0;
}

.inview,
.inview_b {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.inview_b {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.inview.view,
.inview_b.view {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.list--store li {
  display: inline-block;
  margin: 0 7px 10px 0;
}
.list--store li a {
  padding: 5px 8px;
  border: 1px solid #272727;
  text-decoration: none;
  border-radius: 20px;
  font-size: 11px;
}
.list--store li a i {
  margin-right: 5px;
}
.list--store li:last-child {
  margin-right: 0;
}

.txt--sub {
  font-size: 12px;
}

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

.no-data {
  text-align: center;
}

/* ofエリア 背景
------------------------------ */
body:not(.page--member) {
  position: relative;
}
body:not(.page--member)::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  --x-0: 7%;
  --c-0: hsla(205.3846153846154, 100%, 94%, 1);
  --y-0: 81%;
  --c-1: hsla(238, 0%, 100%, 1);
  --x-1: 5%;
  --y-1: 1%;
  --c-2: hsla(137, 0%, 100%, 1);
  --y-2: 52%;
  --x-2: 39%;
  --x-3: 11%;
  --c-3: hsla(201.00000000000006, 0%, 100%, 1);
  --y-3: 29%;
  --c-4: hsla(205.3846153846154, 100%, 94%, 1);
  --y-4: 50%;
  --x-4: 90%;
  background-color: hsl(161, 0%, 100%);
  background-image: radial-gradient(circle at var(--x-0) var(--y-0), var(--c-0) var(--s-start-0), transparent var(--s-end-0)), radial-gradient(circle at var(--x-1) var(--y-1), var(--c-1) var(--s-start-1), transparent var(--s-end-1)), radial-gradient(circle at var(--x-2) var(--y-2), var(--c-2) var(--s-start-2), transparent var(--s-end-2)), radial-gradient(circle at var(--x-3) var(--y-3), var(--c-3) var(--s-start-3), transparent var(--s-end-3)), radial-gradient(circle at var(--x-4) var(--y-4), var(--c-4) var(--s-start-4), transparent var(--s-end-4));
  -webkit-animation: hero-gradient-animation 10s linear infinite alternate;
          animation: hero-gradient-animation 10s linear infinite alternate;
  background-blend-mode: normal, normal, normal, normal, normal;
}

@supports not (animation-timeline: auto) {
  body:not(.page--member)::before {
    -webkit-animation: none;
            animation: none;
    background-image: radial-gradient(circle at 7% 81%, hsl(205, 100%, 94%) 16%, transparent 53%), radial-gradient(circle at 5% 1%, hsl(238, 0%, 100%) 7%, transparent 84%);
  }
}
@-webkit-keyframes hero-gradient-animation {
  0% {
    --x-0: 7%;
    --s-start-0: 16%;
    --s-end-0: 53%;
    --c-0: hsla(205.3846153846154, 100%, 94%, 1);
    --y-0: 81%;
    --c-1: hsla(238, 0%, 100%, 1);
    --x-1: 5%;
    --s-start-1: 7%;
    --s-end-1: 84%;
    --y-1: 1%;
    --c-2: hsla(137, 0%, 100%, 1);
    --y-2: 52%;
    --s-start-2: 6%;
    --s-end-2: 68%;
    --x-2: 39%;
    --x-3: 11%;
    --s-start-3: 8%;
    --s-end-3: 74%;
    --c-3: hsla(201.00000000000006, 0%, 100%, 1);
    --y-3: 29%;
    --s-start-4: 2%;
    --s-end-4: 85%;
    --c-4: hsla(205.3846153846154, 100%, 94%, 1);
    --y-4: 50%;
    --x-4: 90%;
  }
  100% {
    --x-0: 49%;
    --s-start-0: 8;
    --s-end-0: 68;
    --c-0: hsla(205.3846153846154, 100%, 94%, 1);
    --y-0: 5%;
    --c-1: hsla(238, 0%, 100%, 1);
    --x-1: 97%;
    --s-start-1: 8;
    --s-end-1: 68;
    --y-1: 54%;
    --c-2: hsla(137, 0%, 100%, 1);
    --y-2: 7%;
    --s-start-2: 8;
    --s-end-2: 68;
    --x-2: 79%;
    --x-3: 20%;
    --s-start-3: 8;
    --s-end-3: 68;
    --c-3: hsla(201.00000000000006, 0%, 100%, 1);
    --y-3: 20%;
    --s-start-4: 8;
    --s-end-4: 68;
    --c-4: hsla(205.3846153846154, 100%, 94%, 1);
    --y-4: 16%;
    --x-4: 40%;
  }
}
@keyframes hero-gradient-animation {
  0% {
    --x-0: 7%;
    --s-start-0: 16%;
    --s-end-0: 53%;
    --c-0: hsla(205.3846153846154, 100%, 94%, 1);
    --y-0: 81%;
    --c-1: hsla(238, 0%, 100%, 1);
    --x-1: 5%;
    --s-start-1: 7%;
    --s-end-1: 84%;
    --y-1: 1%;
    --c-2: hsla(137, 0%, 100%, 1);
    --y-2: 52%;
    --s-start-2: 6%;
    --s-end-2: 68%;
    --x-2: 39%;
    --x-3: 11%;
    --s-start-3: 8%;
    --s-end-3: 74%;
    --c-3: hsla(201.00000000000006, 0%, 100%, 1);
    --y-3: 29%;
    --s-start-4: 2%;
    --s-end-4: 85%;
    --c-4: hsla(205.3846153846154, 100%, 94%, 1);
    --y-4: 50%;
    --x-4: 90%;
  }
  100% {
    --x-0: 49%;
    --s-start-0: 8;
    --s-end-0: 68;
    --c-0: hsla(205.3846153846154, 100%, 94%, 1);
    --y-0: 5%;
    --c-1: hsla(238, 0%, 100%, 1);
    --x-1: 97%;
    --s-start-1: 8;
    --s-end-1: 68;
    --y-1: 54%;
    --c-2: hsla(137, 0%, 100%, 1);
    --y-2: 7%;
    --s-start-2: 8;
    --s-end-2: 68;
    --x-2: 79%;
    --x-3: 20%;
    --s-start-3: 8;
    --s-end-3: 68;
    --c-3: hsla(201.00000000000006, 0%, 100%, 1);
    --y-3: 20%;
    --s-start-4: 8;
    --s-end-4: 68;
    --c-4: hsla(205.3846153846154, 100%, 94%, 1);
    --y-4: 16%;
    --x-4: 40%;
  }
}
@property --x-0 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 7%;
}
@property --s-start-0 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 16%;
}
@property --s-end-0 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 53%;
}
@property --c-0 {
  syntax: "<color>";
  inherits: false;
  initial-value: hsl(205.3846153846, 100%, 94%);
}
@property --y-0 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 81%;
}
@property --c-1 {
  syntax: "<color>";
  inherits: false;
  initial-value: hsl(238, 0%, 100%);
}
@property --x-1 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 5%;
}
@property --s-start-1 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 7%;
}
@property --s-end-1 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 84%;
}
@property --y-1 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 1%;
}
@property --c-2 {
  syntax: "<color>";
  inherits: false;
  initial-value: hsl(137, 0%, 100%);
}
@property --y-2 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 52%;
}
@property --s-start-2 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 6%;
}
@property --s-end-2 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 68%;
}
@property --x-2 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 39%;
}
@property --x-3 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 11%;
}
@property --s-start-3 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 8%;
}
@property --s-end-3 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 74%;
}
@property --c-3 {
  syntax: "<color>";
  inherits: false;
  initial-value: hsl(201, 0%, 100%);
}
@property --y-3 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 29%;
}
@property --s-start-4 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 2%;
}
@property --s-end-4 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 85%;
}
@property --c-4 {
  syntax: "<color>";
  inherits: false;
  initial-value: hsl(205.3846153846, 100%, 94%);
}
@property --y-4 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --x-4 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 90%;
}
/* home
------------------------------ */
.page--home header .header-inner {
  display: block;
  top: unset;
  left: unset;
  right: unset;
  width: unset;
}
.page--home header .wovn--wrap {
  position: absolute;
  top: 20px;
  left: 4vw;
}
.page--home header .list--sns {
  position: fixed;
  top: 27px;
  right: calc(4vw + 48px);
}
.page--home header .logo {
  display: none;
}
.page--home header.area-active .wovn--wrap .wovn-languages, .page--home header.area-active .wovn--wrap .drawer-visible .wovn-language {
  border-color: #ffffff;
}
.page--home header.area-active .wovn--wrap .wovn-languages::before, .page--home header.area-active .wovn--wrap .drawer-visible .wovn-language::before {
  border-color: #ffffff;
}
.page--home header.area-active .wovn--wrap .wovn-languages .langIcon svg, .page--home header.area-active .wovn--wrap .drawer-visible .wovn-language .langIcon svg {
  fill: #ffffff;
}
.page--home header.area-active .wovn--wrap .wovn-languages .nav-switch_btn, .page--home header.area-active .wovn--wrap .drawer-visible .wovn-language .nav-switch_btn {
  border-color: #ffffff;
}
.page--home header.area-active .wovn--wrap .wovn-languages .nav-switch_btn .nav-current, .page--home header.area-active .wovn--wrap .drawer-visible .wovn-language .nav-switch_btn .nav-current {
  color: #ffffff;
}
.page--home header.area-active .list--sns li a {
  color: #ffffff;
}
.page--home header.area-active .drawer__btn span {
  background: #ffffff;
}
.page--home .drawer .list--sns {
  display: none;
}
.page--home #app-bnr {
  position: fixed;
  bottom: 10px;
  left: 3%;
  width: 94%;
  z-index: 99;
  background: #fff;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}
.page--home #app-bnr .close {
  width: 30px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
}
.page--home #app-bnr a {
  padding: 10px 7% 10px 10px;
}
.page--home #app-bnr a:before {
  display: none;
}
.page--home .scrollFix#app-bnr {
  -webkit-transform: translateY(120%);
  transform: translateY(120%);
}
.page--home .wrap {
  height: auto;
}
.page--home .container {
  position: relative;
  z-index: 10;
}
.page--home .section--keyvisual {
  padding-top: 72px;
  margin-bottom: 24px;
  position: relative;
}
.page--home .section--keyvisual .logo-top {
  position: relative;
  width: min(50%, 300px);
  height: 10vw;
  margin: 0 auto 16px;
}
.page--home .section--keyvisual .logo-top svg {
  width: 100%;
  height: 100%;
}
.page--home .section--keyvisual .keyvisual {
  height: 100%;
  display: block;
  padding: 4vw;
}
.page--home .section--keyvisual .keyvisual img {
  vertical-align: bottom;
  border-radius: 4px;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.page--home .section--keyvisual .next-live-wrap {
  width: 100%;
  padding: 0 4vw;
  margin: 30px auto 0;
}
.page--home .section--keyvisual .next-live {
  background: linear-gradient(111deg, #EDF7FF 0%, #DBEFFF 100%) 0% 0%;
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
}
.page--home .section--keyvisual .next-live a {
  display: block;
  padding: 8px 16px 10px;
  text-decoration: none;
}
.page--home .section--keyvisual .next-live .date {
  margin-bottom: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page--home .section--keyvisual .next-live .block-tit {
  font-family: "Teko", sans-serif;
  color: #272727;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  padding-bottom: 0.3em;
  margin-bottom: 0.5em;
  border-bottom: 1px dotted #3d9bea;
}
.page--home .section--keyvisual .next-live .tit {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
}
.page--home .section--keyvisual .next-live p.no-data {
  padding: 16px 14px;
}
.page--home .section--banner {
  padding-top: 30px;
  padding-left: 4vw;
  padding-right: 4vw;
  margin-bottom: 120px;
}
.page--home .section--banner .list--bnr li.slick-slide:not(:last-child) {
  margin-right: 16px;
}
.page--home .section--banner .list--bnr li.slick-slide a {
  display: block;
  position: relative;
}
.page--home .section--banner .slick-list {
  overflow: visible;
}
.page--home [class^=section--] [class^=block--] .section-tit {
  font-family: "Teko", sans-serif;
  color: inherit;
  font-size: 54px;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.04em;
  font-size: min(13vw, 54px);
}
.page--home .tit-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 1em;
}
.page--home .section--information {
  padding: 0 4vw;
}
.page--home .section--information [class^=block--] {
  position: relative;
  margin: 0 0 80px;
}
.page--home .section--information [class^=block--] .list--information li {
  border-bottom: 1px dotted #3d9bea;
}
.page--home .section--information [class^=block--] .list--information li:first-child {
  border-top: 1px dotted #3d9bea;
}
.page--home .section--information [class^=block--] .list--information li a {
  display: block;
  color: #272727;
  padding: 24px 0;
  text-decoration: none;
}
.page--home .section--information [class^=block--] .list--information li .date {
  font-family: "Oswald", sans-serif;
  color: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}
.page--home .section--information [class^=block--] .list--information li .tit {
  font-size: 14px;
  line-height: 1.6;
}
.page--home .section--information [class^=block--] .list--information li .tit .ico-lock {
  font-size: 16px;
  margin-left: 8px;
  position: relative;
  top: 2px;
}
.page--home .section--information [class^=block--] .list--information li.new .tit {
  position: relative;
}
.page--home .section--information [class^=block--] .list--information li.new .new {
  margin-left: 8px;
  padding: 3px 8px 0px;
  background-color: #FFDEE1;
  font-family: "Teko", sans-serif;
  color: inherit;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.04em;
  letter-spacing: 0.05em;
  vertical-align: middle;
  color: #D62839;
  border-radius: 2px;
}
.page--home .section--information .no-data {
  padding: 2em 0;
}
.page--home .section--contents .block--release {
  padding: 0 4vw;
  margin-bottom: 80px;
}
.page--home .section--contents .block--release .section-tit {
  margin-bottom: 16px;
}
.page--home .section--contents .block--release .thumb {
  margin-bottom: 16px;
}
.page--home .section--contents .block--release .thumb a {
  display: block;
}
.page--home .section--contents .block--release .text-area .tit {
  font-size: 20px;
  margin-bottom: 8px;
  line-height: 1.4;
}
.page--home .section--contents .block--release .text-area .date {
  margin-bottom: 8px;
  font-family: "Oswald", sans-serif;
  color: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
}
.page--home .section--contents .block--release .text-area .more {
  margin-top: 8px;
}
.page--home .section--contents .block--music {
  padding: 0 4vw;
  margin-bottom: 36vw;
}
.page--home .section--contents .block--music .slick-list {
  overflow: visible;
}
.page--home .section--contents .block--music .slick-list:first-of-type {
  padding-left: 0px !important;
}
.page--home .section--contents .block--music .list--music li {
  position: relative;
}
.page--home .section--contents .block--music .list--music li:not(:last-child) {
  margin-right: 16px;
}
.page--home .section--contents .block--music .list--music li .block--txt {
  margin-top: 12px;
}
.page--home .section--contents .block--music .list--subscription {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.page--home .section--contents .block--music .list--subscription li {
  width: 100%;
  height: 152px;
}
.page--home .section--contents .block--music .list--subscription li iframe {
  width: 100%;
  height: 100%;
}
.page--home .section--member {
  position: relative;
  background-image: url("/static/novelbright/fanclub/common/fc_bg.png");
  background-size: 200%;
  background-repeat: repeat;
  color: #ffffff;
  padding: 24px 4vw 64px;
}
.page--home .section--member::before, .page--home .section--member::after {
  content: "";
  position: absolute;
}
.page--home .section--member::before {
  background-image: url("/static/novelbright/fanclub/common/fc_bg_shape_semicircle.svg");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: cover;
  bottom: calc(100% - 1px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 101%;
  aspect-ratio: 9/1;
}
.page--home .section--member::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 480px;
  background: #1F5D95;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(31, 93, 149, 0)), to(#1f5e95));
  background: linear-gradient(0deg, rgba(31, 93, 149, 0) 0%, #1f5e95 100%);
}
.page--home .section--member [class^=block--] {
  position: relative;
  z-index: 10;
}
.page--home .section--member .login-btn {
  text-align: center;
  margin: 0 0 50px;
}
.page--home .section--member .login-btn li {
  display: inline-block;
}
.page--home .section--member .login-btn li:first-child {
  margin-right: 5px;
}
.page--home .section--member .category {
  padding: 0;
  border: none;
}
.page--home .section--member .block--logo {
  width: min(90%, 360px);
  margin: 0 auto 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}
.page--home .section--member .block--logo img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.page--home .section--member .block--logo .character {
  width: 25%;
  position: relative;
  margin-right: 8px;
}
.page--home .section--member .block--login {
  margin-top: 8px;
}
.page--home .section--member .slick-list:first-of-type {
  padding-left: 0px !important;
}
.page--home .section--member .slick-next {
  left: -16%;
  top: 60%;
}
.page--home .section--member .slick-prev {
  left: -21.5%;
  top: 60%;
  width: 50px;
}
.page--home .section--member .slick-next:before,
.page--home .section--member .slick-prev:before {
  font-family: scriptorama-markdown-jf, sans-serif;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}
.page--home .section--member .slick-next:after,
.page--home .section--member .slick-prev:after {
  content: "";
  width: 40px;
  display: block;
  height: 3px;
  background: #ffffff;
  top: auto;
  bottom: 0;
  left: 0;
}
.page--home .section--member .slick-arrow.slick-disabled:after {
  background: rgba(255, 255, 255, 0.3);
  top: auto;
  bottom: 0;
  left: 0;
}
.page--home .section--member [class^=block--] {
  position: relative;
}
.page--home .section--member .list--contents {
  margin: 0 0 0 4vw;
}
.page--home .section--member .list--contents li {
  margin: 0 15px 0 0;
}
.page--home .section--member .list--contents li:last-child {
  margin-right: 0;
}
.page--home .section--member .list--contents .slick-list {
  overflow: visible;
}
.page--home .section--member .block--latest {
  margin-bottom: 16vw;
}
.page--home .section--member .list--latest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 48px;
  color: #ffffff;
}
.page--home .section--member .list--latest > li {
  width: calc(50% - 8px);
}
.page--home .section--member .list--latest > li.not-logged-in .thumb img {
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: scale(1.2) translateZ(0);
          transform: scale(1.2) translateZ(0);
}
.page--home .section--member .list--latest > li .more a {
  font-family: scriptorama-markdown-jf, sans-serif;
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 0;
  display: inline-block !important;
  margin-top: 16px;
  font-size: 12px;
}
.page--home .section--member .list--latest > li .more a::before {
  display: none;
}
.page--home .section--member .list--latest > li .more a:after {
  height: 3px;
  background: #ffffff;
  top: auto;
  bottom: -2px;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: none;
          transform: none;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.page--home .section--member .list--latest .block-tit {
  font-family: scriptorama-markdown-jf, sans-serif;
  color: inherit;
  font-size: min(6vw, 24px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}
.page--home .section--member .list--latest .thumb {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/static/novelbright/fanclub/common/thumb_blank_fc_v2.png");
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 8px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page--home .section--member .list--latest .thumb img {
  background-position: center;
}
.page--home .section--member .list--latest .text-area {
  font-size: 14px;
}
.page--home .section--member .list--latest .date {
  font-family: "Barlow", sans-serif;
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  letter-spacing: 0.05em;
  color: #a4c7e6;
}
.page--home .section--member .list--latest .category {
  color: #ffff69;
  margin-left: 8px;
  font-size: 11px;
  font-weight: bold;
  display: inline-block;
}
.page--home .section--member .list--latest .date, .page--home .section--member .list--latest .category {
  display: inline-block;
  vertical-align: middle;
}
.page--home .section--member .list--latest .tit {
  margin-top: 6px;
  font-size: 14px;
}
.page--home .section--member .block--support {
  border: 3px solid #ffffff;
  border-radius: 3em;
  width: 90%;
  margin: 20px auto 0 auto;
}
.page--home .section--member .block--support .tit-support, .page--home .section--member .block--support .tit-contact {
  line-height: 2.5;
  padding: 20px 30px 20px 20px;
  position: relative;
  font-family: "Barlow", sans-serif;
  color: inherit;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}
.page--home .section--member .block--support .tit-support:before, .page--home .section--member .block--support .tit-support:after, .page--home .section--member .block--support .tit-contact:before, .page--home .section--member .block--support .tit-contact:after {
  content: "";
  width: 15px;
  height: 3px;
  background: #ffffff;
  position: absolute;
  display: block;
  top: 50%;
  right: 20px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.page--home .section--member .block--support .tit-support:after, .page--home .section--member .block--support .tit-contact:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.page--home .section--member .block--support .tit-support.open:before, .page--home .section--member .block--support .tit-contact.open:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.page--home .section--member .block--support .tit-support.open:after, .page--home .section--member .block--support .tit-contact.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.page--home .section--member .block--support .nav--support {
  display: none;
  padding: 0 20px 20px;
}
.page--home .section--member .block--support .nav--support li a {
  display: block;
  text-decoration: none;
  padding: 5px 0;
  color: #ffffff;
}
.page--home .section--member .block--support.contact {
  margin: 20px auto 0;
}
.page--home .section--member .block--support.contact .tit-contact {
  padding: 0;
}
.page--home .section--member .block--support.contact a {
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  padding: 23px 30px 22px 20px;
  display: block;
}
.page--home .section--member .block--support.contact .tit-contact:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 5%;
  margin-top: -5px;
  background: none;
}
.page--home .section--member .block--support.contact .tit-contact:after {
  display: none;
}
.page--home .section--member .block--pickup .list--pickup {
  padding: 0 4vw;
}
.page--home .section--member .block--pickup .list--pickup li {
  margin: 0 0 15px;
}
.page--home .section--member .block--pickup .list--pickup li a,
.page--home .section--member .block--pickup .list--pickup li span {
  padding: 15px 10% 15px 5%;
  font-weight: bold;
  background: #134879;
  display: block;
  text-decoration: none;
  border-radius: 4px;
  position: relative;
}
.page--home .section--member .block--pickup .list--pickup li a .thumb,
.page--home .section--member .block--pickup .list--pickup li span .thumb {
  width: 90px;
  height: 60px;
  float: left;
  border-radius: 5px;
  margin-right: 10px;
  line-height: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page--home .section--member .block--pickup .list--pickup li a:before,
.page--home .section--member .block--pickup .list--pickup li span:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 5%;
  margin-top: -5px;
}
.page--home .section--member .block--pickup .list--pickup li .txt {
  color: #ffffff;
}
.page--home .section--member .block--pickup .list--pickup li.thumb-wrap .txt {
  padding: 0 0 0 105px;
}
.page--home .section--member .block--no-data {
  padding: 10px 0 20px;
}
.page--home .section--member .block--no-data .commingsoon {
  font-family: scriptorama-markdown-jf, sans-serif;
  color: inherit;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #8cacc9;
  text-align: center;
}
.page--home .ph-bottom {
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.page--home .footer {
  max-width: 100%;
  background: #ffffff;
  padding: 20px 0;
  width: auto;
  position: relative;
  bottom: 0;
  right: 0;
  left: auto;
}
.page--home .footer .list--sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 60%;
  margin: 0;
  float: left;
}
.page--home .footer .copyright {
  text-align: right;
  position: relative;
  top: 8px;
}
.page--home .footer .block--footer-sns {
  padding: 0 20px;
}
.page--home .footer .block--footer-bnr {
  display: block;
}
.page--home .footer .block--footer-bnr.section--bnr--single .list--bnr li {
  width: 70%;
  margin: 0 auto;
}

@-webkit-keyframes jackInTheBox_a {
  from {
    opacity: 0;
    -webkit-transform: scale(0.5) rotate(30deg);
    transform: scale(0.5) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox_a {
  from {
    opacity: 0;
    -webkit-transform: scale(0.5) rotate(30deg);
    transform: scale(0.5) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes jackInTheBox_b {
  from {
    opacity: 0;
    -webkit-transform: scale(0.5) rotate(-30deg);
    transform: scale(0.5) rotate(-30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  70% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox_b {
  from {
    opacity: 0;
    -webkit-transform: scale(0.5) rotate(-30deg);
    transform: scale(0.5) rotate(-30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  70% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.page--home .container .section--member .block--logo.view .character {
  -webkit-animation: jackInTheBox_a 0.7s 0.2s forwards;
          animation: jackInTheBox_a 0.7s 0.2s forwards;
}

.page--home .container .section--member .block--logo.view .logo-fc {
  -webkit-animation: jackInTheBox_b 0.7s 0.2s forwards;
          animation: jackInTheBox_b 0.7s 0.2s forwards;
}

body:not(.page--member) .btn--main {
  background: #272727;
  color: #fff;
}
body:not(.page--member) .btn--sub {
  background: transparent;
  color: #272727;
  border: 1px solid #272727;
}

.page--list:not(.page--member) .section-tit {
  font-family: "Teko", sans-serif;
  color: inherit;
  font-size: 54px;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.04em;
  font-size: 48px;
  padding-left: 4vw;
  text-align: left;
  margin-bottom: 32px;
}
.page--list .form__select {
  border: 1px solid;
  width: 90%;
  margin: 20px auto 0;
}
.page--list .form__select select {
  display: block;
  width: 100%;
  padding: 8px 20px 8px 15px;
  font-family: "Teko", sans-serif;
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.04em;
}
.page--list .form__select form {
  position: relative;
}
.page--list .form__select form:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  -webkit-transform: rotate(90deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 15px;
}
.page--list .section--list {
  position: relative;
  padding: min(30vw, 124px) 0 min(20vw, 80px);
}
.page--list .section--list .inner .block--tit {
  margin: 0 0 10px;
}
.page--list .section--list .inner .list--info {
  padding: 0 4vw;
}
.page--list .section--list .inner .list--info li {
  border-bottom: 1px dotted #3d9bea;
}
.page--list .section--list .inner .list--info li:first-child {
  border-top: 1px dotted #3d9bea;
}
.page--list .section--list .inner .list--info li a {
  display: block;
  color: #272727;
  padding: 24px 0;
  text-decoration: none;
}
.page--list .section--list .inner .list--info li .date {
  font-family: "Oswald", sans-serif;
  color: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}
.page--list .section--list .inner .list--info li .tit {
  font-size: 14px;
  line-height: 1.6;
}
.page--list .section--list .inner .list--info li .tit .ico-lock {
  font-size: 16px;
  margin-left: 8px;
  position: relative;
  top: 2px;
}
.page--list .section--list .inner .list--schedule li a {
  position: relative;
}

.page--detail:not(.page--member) .section-tit,
.page--point:not(.page--member) .section-tit {
  font-family: "Teko", sans-serif;
  color: inherit;
  font-size: 54px;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.04em;
  display: inline-block;
  text-align: left;
}
.page--detail .section--detail,
.page--point .section--detail {
  padding: min(30vw, 124px) 4vw min(20vw, 80px);
}
.page--detail .section--detail.bg-blur,
.page--point .section--detail.bg-blur {
  margin: 160px 0 100px auto;
  max-width: 90%;
  padding: 0 0 80px;
  position: relative;
  z-index: 10;
}
.page--detail .section--detail > .tit,
.page--point .section--detail > .tit {
  font-size: 20px;
  line-height: 1.6em;
  margin: 0 0 1em;
  font-weight: normal;
}
.page--detail .section--detail > .clearfix,
.page--point .section--detail > .clearfix {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page--detail .section--detail .block--share,
.page--point .section--detail .block--share {
  margin-left: auto;
}
.page--detail .section--detail .block--share li,
.page--point .section--detail .block--share li {
  margin-right: 10px;
  display: inline-block;
  font-family: "Teko", sans-serif;
  color: inherit;
  font-size: 11px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.04em;
}
.page--detail .section--detail .block--share li a,
.page--point .section--detail .block--share li a {
  font-size: 15px;
  color: #272727;
}
.page--detail .section--detail .block--share li svg,
.page--point .section--detail .block--share li svg {
  fill: #272727;
  width: 14px;
  height: 14px;
  position: relative;
  top: 1px;
}
.page--detail .section--detail .block--share li:last-child,
.page--point .section--detail .block--share li:last-child {
  margin-right: 0;
}
.page--detail .section--detail .date,
.page--point .section--detail .date {
  font-family: "Oswald", sans-serif;
  color: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
}
.page--detail .section--detail > .txt,
.page--point .section--detail > .txt {
  padding-top: 24px;
}
.page--detail .section--detail > .txt a,
.page--point .section--detail > .txt a {
  color: #134879;
  text-decoration: underline;
}
.page--detail .section--detail .txt *,
.page--point .section--detail .txt * {
  white-space: normal !important;
}
.page--detail .bg-image,
.page--point .bg-image {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}
.page--detail.category-7 .section--detail > .date, .page--detail.category-4 .section--detail > .date,
.page--point.category-7 .section--detail > .date,
.page--point.category-4 .section--detail > .date {
  margin-bottom: 16px;
}
.page--detail.category-7 .section--detail > .tit, .page--detail.category-4 .section--detail > .tit,
.page--point.category-7 .section--detail > .tit,
.page--point.category-4 .section--detail > .tit {
  font-size: 18px;
  margin-bottom: 16px;
}

.block--pager {
  margin: 40px 4vw 0;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
}
.block--pager li {
  display: inline-block;
}
.block--pager li.pager__item--current span,
.block--pager li.pager__item--current a, .block--pager li.pager__item--other span,
.block--pager li.pager__item--other a {
  display: block;
  padding: 0px 8px;
  margin: 0 4px;
  text-decoration: none;
  position: relative;
  font-family: "Oswald", sans-serif;
  color: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  font-size: 16px;
}
.block--pager li.pager__item--current span {
  color: #272727;
}
.block--pager li.pager__item--other a {
  color: #272727;
  opacity: 0.3;
}
.block--pager li.pager__item--older, .block--pager li.pager__item--newer {
  position: absolute;
  width: 40px;
  height: 40px;
  padding: 0;
  top: 0;
}
.block--pager li.pager__item--older a, .block--pager li.pager__item--older span, .block--pager li.pager__item--newer a, .block--pager li.pager__item--newer span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
}
.block--pager li.pager__item--older a::after, .block--pager li.pager__item--older span::after, .block--pager li.pager__item--newer a::after, .block--pager li.pager__item--newer span::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 1px solid #272727;
  border-right: 1px solid #272727;
}
.block--pager li.pager__item--older span, .block--pager li.pager__item--newer span {
  opacity: 0.3;
}
.block--pager li.pager__item--newer {
  left: 0;
}
.block--pager li.pager__item--newer a::after, .block--pager li.pager__item--newer span::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 16px;
  right: 16px;
}
.block--pager li.pager__item--older {
  right: 0;
}
.block--pager li.pager__item--older a::after, .block--pager li.pager__item--older span::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 16px;
  right: 16px;
}

.page--member {
  background-image: url("/static/novelbright/fanclub/common/fc_bg.png");
  background-size: 200%;
  background-repeat: repeat;
  color: #ffffff;
}
.page--member header .logo svg {
  fill: #ffffff;
}
.page--member header .drawer__btn span {
  background: #ffffff;
}
.page--member header .list--sns li a {
  color: #ffffff;
}
.page--member header .wovn--wrap .wovn-languages, .page--member header .wovn--wrap .drawer-visible .wovn-languages {
  border-color: #ffffff;
}
.page--member header .wovn--wrap .wovn-languages::before, .page--member header .wovn--wrap .drawer-visible .wovn-languages::before {
  border-color: #ffffff;
}
.page--member header .wovn--wrap .wovn-languages .langIcon svg, .page--member header .wovn--wrap .drawer-visible .wovn-languages .langIcon svg {
  fill: #ffffff;
}
.page--member header .wovn--wrap .wovn-languages .nav-switch_btn, .page--member header .wovn--wrap .drawer-visible .wovn-languages .nav-switch_btn {
  border-color: #ffffff;
}
.page--member header .wovn--wrap .wovn-languages .nav-switch_btn .nav-current, .page--member header .wovn--wrap .drawer-visible .wovn-languages .nav-switch_btn .nav-current {
  color: #ffffff;
}
.page--member.menuopen header .logo svg {
  fill: #000;
}
.page--member footer .copyright {
  color: #ffffff;
}
.page--member .detail__btn {
  padding-top: 40px;
}
.page--member .detail__btn a {
  font-family: scriptorama-markdown-jf, sans-serif;
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 0;
}
.page--member .detail__btn a::before {
  display: none;
}
.page--member .detail__btn a:after {
  height: 3px;
  background: #ffffff;
  top: auto;
  bottom: -1px;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: none;
          transform: none;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.page--member .label,
.page--member .category {
  color: #ffff69;
}
.page--member .section-tit {
  font-family: scriptorama-markdown-jf, sans-serif;
  color: inherit;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 0 40px;
}
.page--member .block--pager li.pager__item--current span,
.page--member .block--pager li.pager__item--current a, .page--member .block--pager li.pager__item--other span,
.page--member .block--pager li.pager__item--other a {
  font-family: "Barlow", sans-serif;
  color: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
.page--member .block--pager li.pager__item--older a::after, .page--member .block--pager li.pager__item--older span::after, .page--member .block--pager li.pager__item--newer a::after, .page--member .block--pager li.pager__item--newer span::after {
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
.page--member .section--detail {
  background: transparent;
}
.page--member .section--detail .date {
  font-family: "Barlow", sans-serif;
  color: inherit;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #a4c7e6;
}
.page--member .section--detail .block--pager {
  margin-right: 0;
  margin-left: 0;
}
.page--member .section--list .block--pager {
  margin-right: 4vw;
  margin-left: 4vw;
}

.page--point .thumb {
  width: 100%;
  margin: 0 auto 40px;
}
.page--point .point-wrap {
  text-align: center;
}
.page--point .point-wrap .list--point {
  margin: 0 0 30px;
  padding: 20px 20px 15px;
  border: 3px solid #ffffff;
  display: inline-block;
  width: 100%;
  color: #ffffff;
}
.page--point .point-wrap .list--point li {
  width: 50%;
  float: left;
  text-align: center;
  position: relative;
}
.page--point .point-wrap .list--point li > span {
  display: block;
  letter-spacing: 0.1em;
  font-weight: 300;
  font-size: 15px;
  line-height: 2em;
}
.page--point .point-wrap .list--point li > span > span {
  font-family: "Barlow", sans-serif;
  color: inherit;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 30px;
  margin: 0 5px 0 0;
}
.page--point .point-wrap .list--point li.necessary > span > span {
  color: #ffff69;
}
.page--point .point-wrap .list--point li:last-child:after {
  content: "";
  height: 1px;
  width: 40px;
  font-size: 20px;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: rotate(-68deg);
  -webkit-transform: rotate(-68deg);
  background: #ddd;
  display: block;
}
.page--point .txt--error {
  text-align: center;
  margin: 0 0 10px;
  color: #ffff69;
}

.page--info .section--list .inner .list--info:not(.list--schedule) li.new .tit {
  position: relative;
}
.page--info .section--list .inner .list--info:not(.list--schedule) li.new .new {
  margin-left: 8px;
  padding: 3px 8px 0px;
  background-color: #FFDEE1;
  font-family: "Teko", sans-serif;
  color: inherit;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.04em;
  letter-spacing: 0.05em;
  vertical-align: middle;
  color: #D62839;
  border-radius: 2px;
}
.page--info .section--detail > .tit .tit {
  position: relative;
}
.page--info .section--detail > .tit .new {
  margin-left: 8px;
  padding: 3px 8px 0px;
  background-color: #FFDEE1;
  font-family: "Teko", sans-serif;
  color: inherit;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.04em;
  letter-spacing: 0.05em;
  vertical-align: middle;
  color: #D62839;
  border-radius: 2px;
}
.page--info .section--detail > .tit .ico-lock {
  font-size: 16px;
  margin-left: 8px;
  position: relative;
  top: 2px;
}
.page--info .section--detail .txt .ph {
  position: relative;
}

.page--archive .section--list .form__select {
  width: 100%;
  padding: 0 4vw;
  margin: 0 0 24px;
  border: none;
}
.page--archive .section--list .form__select::after {
  content: none;
}
.page--archive .section--list .detail__btn {
  padding: 40px 5% 0;
}

.page--schedule .section--list .archive {
  display: block;
  padding: 0 0 0 7px;
  position: relative;
  right: 5%;
  float: right;
  bottom: -16px;
}
.page--schedule .section--list .block--month {
  margin: 0 0 24px;
}
.page--schedule .section--list .block--month .tit {
  text-align: center;
  margin: 0 0 10px;
  font-family: "Oswald", sans-serif;
  color: inherit;
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
}
.page--schedule .section--list .block--month .tit span {
  position: relative;
  font-size: 12px;
}
.page--schedule .section--list .block--month .tit span.month-year {
  margin-left: 8px;
}
.page--schedule .section--list .block--pager__month .month-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 40px 4vw 0;
}
.page--schedule .section--list .block--pager__month .month-pager li.pager__item--older a,
.page--schedule .section--list .block--pager__month .month-pager li.pager__item--older span, .page--schedule .section--list .block--pager__month .month-pager li.pager__item--newer a,
.page--schedule .section--list .block--pager__month .month-pager li.pager__item--newer span {
  color: #272727;
  font-family: "Teko", sans-serif;
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.04em;
  left: 0;
  top: auto;
  text-decoration: none;
  position: relative;
}
.page--schedule .section--list .block--pager__month .month-pager li.pager__item--older span, .page--schedule .section--list .block--pager__month .month-pager li.pager__item--newer span {
  opacity: 0.3;
}
.page--schedule .section--list .block--pager__month .month-pager li.pager__item--newer a::before, .page--schedule .section--list .block--pager__month .month-pager li.pager__item--newer span::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  border-top: 1px solid #272727;
  border-right: 1px solid #272727;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-right: 4px;
}
.page--schedule .section--list .block--pager__month .month-pager li.pager__item--older a::after, .page--schedule .section--list .block--pager__month .month-pager li.pager__item--older span::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  border-top: 1px solid #272727;
  border-right: 1px solid #272727;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 4px;
}
.page--schedule .section--list .block--category {
  margin: 0 4vw 4vw;
  border: 1px solid #272727;
}
.page--schedule .section--list .block--category dt {
  padding: 8px 20px 8px 15px;
  text-align: center;
  position: relative;
}
.page--schedule .section--list .block--category dt:before, .page--schedule .section--list .block--category dt:after {
  content: "";
  width: 15px;
  height: 2px;
  background: #272727;
  position: absolute;
  display: block;
  top: 50%;
  right: 20px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  margin-top: -2px;
}
.page--schedule .section--list .block--category dt:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.page--schedule .section--list .block--category dd {
  display: none;
  padding: 0 20px 15px;
}
.page--schedule .section--list .block--category.open dt:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.page--schedule .section--list .block--category.open dt:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.page--schedule .section--list .block--category .list--sort li {
  float: left;
  margin: 0 3% 10px 0;
}
.page--schedule .section--list .block--category .list--sort li a,
.page--schedule .section--list .block--category .list--sort li input,
.page--schedule .section--list .block--category .list--sort li label {
  text-decoration: none;
}
.page--schedule .section--list .block--category .list--sort li input[type=checkbox] {
  display: none;
}
.page--schedule .section--list .block--category .list--sort li input[type=checkbox]:not(:checked) + .category {
  background: transparent;
  border-color: rgba(0, 0, 0, 0.2);
  color: #272727;
  opacity: 0.5;
}
.page--schedule .section--list .block--category .list--sort li input[type=checkbox]:checked + .category:before {
  width: 100%;
}

.page--disco .section--list .category-tit {
  font-family: "Teko", sans-serif;
  color: #272727;
  font-size: 40px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.04em;
  padding: 20px 4vw 0;
  margin: 0 0 16px;
  text-align: center;
}
.page--disco .section--list .form__select {
  padding: 0 4vw;
  border: none;
  width: 100%;
  margin: 0 auto 30px;
}
.page--disco .section--list .form__select::after {
  content: none;
}
.page--disco .section--list .list--discography {
  width: 100%;
  padding: 20px 4vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4%;
}
.page--disco .section--list .list--discography li {
  width: 48%;
  margin-bottom: 48px;
}
.page--disco .section--list .list--discography li .thumb {
  margin-bottom: 8px;
}
.page--disco .section--list .list--discography li a {
  display: block;
}
.page--disco .section--list .list--discography li a .block--txt {
  text-align: left;
}
.page--disco .section--list .list--discography li a .block--txt .tit {
  font-size: 14px;
  margin-bottom: 5px;
}
.page--disco .section--list .list--discography li a .block--txt .date {
  font-family: "Teko", sans-serif;
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: left;
  margin-bottom: 5px;
}
.page--disco .section--list .list--discography:last-of-type {
  margin-bottom: 0;
}
.page--disco .section--detail .block--jacket {
  margin-bottom: 32px;
}
.page--disco .section--detail .block--jacket .slick-list {
  overflow: visible;
}
.page--disco .section--detail .block--jacket .list--jacket li:not(:last-child) {
  margin-right: 12px;
}
.page--disco .section--detail .block--jacket .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;
}
.page--disco .section--detail .block--jacket figcaption {
  line-height: 1.8;
  text-align: center;
  padding-top: 5px;
}
.page--disco .section--detail .block--detail .tit {
  font-size: 24px;
  margin: 0 0 12px;
}
.page--disco .section--detail .block--detail .date {
  font-size: 16px;
}
.page--disco .section--detail .block--detail .category {
  margin-left: 16px;
  font-size: 12px;
  vertical-align: middle;
}
.page--disco .section--detail .block--detail .block--comment, .page--disco .section--detail .block--detail .block--review {
  margin: 24px 0;
}
.page--disco .section--detail .block--detail .block--track .title {
  font-family: "Teko", sans-serif;
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.04em;
  margin: 0 0 8px;
  font-weight: bold;
}
.page--disco .section--detail .block--detail .block--track .list--track .num {
  font-family: "Oswald", sans-serif;
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
}
.page--disco .section--detail .block--detail .block--track .list--track .tie-up {
  opacity: 0.5;
  font-size: 12px;
  text-indent: 1em;
}
.page--disco .section--detail .block--detail .block--track .list--track li {
  font-size: 12px;
  margin: 0 0 5px;
}
.page--disco .section--detail .block--detail .block--track > li {
  margin: 0 0 20px;
}
.page--disco .section--detail .block--detail .block--track > li:last-child {
  margin-bottom: 0;
}

.page--blog .section--detail .txt img:not(.dummy), .page--movie .section--detail .txt img:not(.dummy) {
  width: auto;
  max-width: 100%;
}
.page--blog .section--detail .txt .ph, .page--movie .section--detail .txt .ph {
  position: relative;
}
.page--blog .section--detail .txt .ph::before, .page--movie .section--detail .txt .ph::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page--blog .section--detail .user, .page--movie .section--detail .user {
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #ffff69;
  display: block;
  line-height: 1.2em;
  margin-bottom: 15px;
}
.page--blog .section--detail .comment-post, .page--movie .section--detail .comment-post {
  margin: 4em 0 1em;
}
.page--blog .section--detail .comment-post .comment-head-tit, .page--movie .section--detail .comment-post .comment-head-tit {
  font-family: scriptorama-markdown-jf, sans-serif;
  color: inherit;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.page--blog .section--detail .comment-post .name, .page--movie .section--detail .comment-post .name {
  margin-top: 4px;
}
.page--blog .section--detail .comment-post .post-area, .page--movie .section--detail .comment-post .post-area {
  background: #134879;
  border: none;
  margin: 1em 0 1.5em;
  padding: 1em;
  font-size: inherit;
  font-weight: 400;
}
.page--blog .section--detail .comment, .page--movie .section--detail .comment {
  padding: 0 0 32px;
  border-bottom: 1px solid #fff;
}
.page--blog .section--detail .comment .list--comment, .page--movie .section--detail .comment .list--comment {
  padding: 1.5em 0 1em;
}
.page--blog .section--detail .comment .list--comment .comment__item .name-wrap, .page--movie .section--detail .comment .list--comment .comment__item .name-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 4px;
}
.page--blog .section--detail .comment .list--comment .comment__item .text, .page--movie .section--detail .comment .list--comment .comment__item .text {
  font-size: 12px;
  line-height: 1.6;
}
.page--blog .section--detail .comment .list--comment .comment__item .name, .page--movie .section--detail .comment .list--comment .comment__item .name {
  line-height: 1.5;
  font-size: 13px;
  width: 70%;
}
.page--blog .section--detail .comment .list--comment .comment__item .date, .page--movie .section--detail .comment .list--comment .comment__item .date {
  margin: 0;
  font-size: 11px;
}
.page--blog .section--detail .comment .list--comment .comment__item .btn--delete, .page--movie .section--detail .comment .list--comment .comment__item .btn--delete {
  text-align: right;
  margin-top: 10px;
}
.page--blog .section--detail .comment .list--comment .comment__item .btn--delete input, .page--movie .section--detail .comment .list--comment .comment__item .btn--delete input {
  font-size: 10px;
  color: #ffff69;
  background: transparent;
}
.page--blog .section--detail .comment .list--comment .comment__item + li, .page--movie .section--detail .comment .list--comment .comment__item + li {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.page--blog .comment-confirm h3, .page--movie .comment-confirm h3 {
  font-size: 20px;
}
.page--blog .comment-confirm p, .page--movie .comment-confirm p {
  margin: 1em 0 2em;
}
.page--blog .comment-confirm .name, .page--movie .comment-confirm .name {
  margin-bottom: 4px;
}
.page--blog .comment-confirm .text, .page--movie .comment-confirm .text {
  background: #134879;
  padding: 1em;
}
.page--blog .comment-confirm .btn--correct, .page--movie .comment-confirm .btn--correct {
  background: #134879;
  color: #fff;
}
.page--blog .comment-confirm .post-btn-submit, .page--movie .comment-confirm .post-btn-submit {
  margin-top: 15vw;
  text-align: center;
}
.page--blog .comment-confirm .post-btn-submit .btn--main + .btn--main, .page--movie .comment-confirm .post-btn-submit .btn--main + .btn--main {
  margin-top: 5vw;
}
.page--blog .section--detail .block--pager:not(.comment-pager) li, .page--movie .section--detail .block--pager:not(.comment-pager) li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.page--blog .section--detail .block--pager:not(.comment-pager) li.pager__item--older a,
.page--blog .section--detail .block--pager:not(.comment-pager) li.pager__item--older span, .page--blog .section--detail .block--pager:not(.comment-pager) li.pager__item--newer a,
.page--blog .section--detail .block--pager:not(.comment-pager) li.pager__item--newer span, .page--movie .section--detail .block--pager:not(.comment-pager) li.pager__item--older a,
.page--movie .section--detail .block--pager:not(.comment-pager) li.pager__item--older span, .page--movie .section--detail .block--pager:not(.comment-pager) li.pager__item--newer a,
.page--movie .section--detail .block--pager:not(.comment-pager) li.pager__item--newer span {
  font-family: scriptorama-markdown-jf, sans-serif;
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  text-decoration: none;
  position: relative;
}
.page--blog .section--detail .block--pager:not(.comment-pager) li.pager__item--older span, .page--blog .section--detail .block--pager:not(.comment-pager) li.pager__item--newer span, .page--movie .section--detail .block--pager:not(.comment-pager) li.pager__item--older span, .page--movie .section--detail .block--pager:not(.comment-pager) li.pager__item--newer span {
  opacity: 0.3;
}
.page--blog .section--detail .block--pager:not(.comment-pager) li.pager__item--older a:hover, .page--blog .section--detail .block--pager:not(.comment-pager) li.pager__item--newer a:hover, .page--movie .section--detail .block--pager:not(.comment-pager) li.pager__item--older a:hover, .page--movie .section--detail .block--pager:not(.comment-pager) li.pager__item--newer a:hover {
  opacity: 0.3;
}
.page--blog .section--detail .block--pager:not(.comment-pager) li.pager__item--newer a::before, .page--blog .section--detail .block--pager:not(.comment-pager) li.pager__item--newer span::before, .page--movie .section--detail .block--pager:not(.comment-pager) li.pager__item--newer a::before, .page--movie .section--detail .block--pager:not(.comment-pager) li.pager__item--newer span::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-right: 4px;
}
.page--blog .section--detail .block--pager:not(.comment-pager) li.pager__item--newer a::after, .page--blog .section--detail .block--pager:not(.comment-pager) li.pager__item--newer span::after, .page--movie .section--detail .block--pager:not(.comment-pager) li.pager__item--newer a::after, .page--movie .section--detail .block--pager:not(.comment-pager) li.pager__item--newer span::after {
  content: none;
}
.page--blog .section--detail .block--pager:not(.comment-pager) li.pager__item--older a::after, .page--blog .section--detail .block--pager:not(.comment-pager) li.pager__item--older span::after, .page--movie .section--detail .block--pager:not(.comment-pager) li.pager__item--older a::after, .page--movie .section--detail .block--pager:not(.comment-pager) li.pager__item--older span::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 4px;
  top: unset;
  right: unset;
}
.page--blog .comment-pager, .page--movie .comment-pager {
  margin: 0;
}
.page--blog .comment-pager.pager__item--other a, .page--movie .comment-pager.pager__item--other a {
  color: #272727;
  opacity: 0.3;
}
.page--movie .section--list .list--contents .thumb .text-area .tit {
  padding: 15px;
}
.page--movie .section--list .list--contents {
  padding: 0 4vw;
}
.page--movie .section--list .list--contents li {
  margin: 0 0 40px;
}
.page--movie .section--list .list--contents .thumb:before {
  padding-top: 62%;
}
.page--movie .section--list .pulldownBox {
  position: relative;
  margin: 0 auto 40px;
  width: 90%;
}
.page--movie .section--list .pulldownBox::before {
  content: "";
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  border: 3px solid #216098;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
}
.page--movie .section--list .pulldownBox select {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 3px solid transparent;
  border-radius: 0.3em;
  padding: 0 1em;
  padding-right: 2.3em;
  line-height: 2.4;
  font-size: 17px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #216098;
}
.page--movie .section--detail > .tit {
  font-size: 16px;
  margin: 0 0 0.8em;
}
.page--movie .section--detail .txt {
  margin: 0 0 30px;
}
.page--movie .section--detail .block--player {
  width: 100%;
  margin: 0 auto 30px !important;
  text-align: center;
  background-color: #8cacc9;
  height: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  z-index: 1;
}
.page--movie .section--detail .block--player video,
.page--movie .section--detail .block--player .ulizahtml5 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page--movie .section--detail .sub-txt-list {
  margin: 0 0 20px;
}
.page--movie .section--detail .block--link {
  border: 3px solid #ffffff;
  border-radius: 3em;
  width: 100%;
  margin: 0 auto;
}
.page--movie .section--detail .block--link dt {
  line-height: 2.5;
  padding: 20px 30px 20px 20px;
  position: relative;
  line-height: 1.8;
}
.page--movie .section--detail .block--link dt:before, .page--movie .section--detail .block--link dt:after {
  content: "";
  width: 15px;
  height: 3px;
  background: #ffffff;
  position: absolute;
  display: block;
  top: 50%;
  right: 20px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.page--movie .section--detail .block--link dt:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.page--movie .section--detail .block--link dt.open:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.page--movie .section--detail .block--link dt.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.page--movie .section--detail .block--link dd {
  padding: 0 20px 20px;
}
.page--movie .section--detail .block--link dd li a {
  display: block;
  text-decoration: none;
  padding: 5px 0;
  color: #ffffff;
}
.page--movie .section--detail .comment-post .post-area {
  line-height: 1.4;
  margin: 0;
}
.page--movie .section--detail .comment-post .comment-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
}
.page--movie .section--detail .comment-post .comment-box {
  margin-bottom: 1.5em;
}
.page--movie .section--detail [id^=contents_comment_wrapper_] {
  overflow-y: scroll;
  max-height: 60vh;
  border-bottom: 1px solid #fff;
  padding: 0 0 10%;
}

.page--music .list--music {
  padding: 0 4vw;
}
.page--music .list--music li:not(:last-child) {
  margin-bottom: 40px;
}
.page--music .list--music li a {
  display: block;
  text-decoration: none;
  width: 100%;
}
.page--music .list--music li a .thumb {
  position: relative;
  margin: 0 0 8px;
}

.page--blog .section--list .pulldownBox {
  position: relative;
  margin: 0 auto 40px;
  width: 90%;
}
.page--blog .section--list .pulldownBox::before {
  content: "";
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  border: 3px solid #216098;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
}
.page--blog .section--list .pulldownBox select {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 3px solid transparent;
  border-radius: 0.3em;
  padding: 0 1em;
  padding-right: 2.3em;
  line-height: 2.4;
  font-size: 17px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #216098;
}
.page--blog .list--horizontal {
  padding: 0 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4%;
}
.page--blog .list--horizontal li {
  width: 48%;
  margin-bottom: 48px;
}
.page--blog .list--horizontal li .thumb-wrap {
  position: relative;
}
.page--blog .list--horizontal li .thumb {
  margin: 0 0 12px;
}
.page--blog .list--horizontal li .date {
  font-size: 12px;
  text-align: left;
  margin: 0 0 5px;
}
.page--blog .list--horizontal li .tit {
  color: #ffffff;
}
.page--blog .list--horizontal li .thumb {
  margin-bottom: 12px !important;
}
.page--blog .list--horizontal .category {
  margin-left: 4px;
  font-size: 11px;
}
.page--blog .list--horizontal .tit {
  margin-top: 4px;
}
.page--blog .section--detail .block--pager .pager__item--other a, .page--blog .section--detail .block--pager .pager__item--other span {
  font-family: scriptorama-markdown-jf, sans-serif;
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}

.fc--blog.page--blog .section--detail .data-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.fc--blog.page--blog .section--detail .data-wrap .user {
  line-height: 1;
  margin-right: 10px;
}
.fc--blog.page--blog .section--detail .data-wrap .date {
  font-size: 12px;
}
.fc--blog.page--blog .section--detail .comment-post .post-area {
  line-height: 1.4;
  margin: 0;
}
.fc--blog.page--blog .section--detail .comment-post .comment-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
}
.fc--blog.page--blog .section--detail .comment-post .comment-box {
  margin-bottom: 1.5em;
}
.fc--blog.page--blog .section--detail .block--pager li.pager__item--other a {
  position: relative;
}

.page--photo .section--list .list--contents li {
  margin-bottom: 40px;
}
.page--photo .section--list .list--contents li .thumb {
  margin-bottom: 12px !important;
}
.page--photo .section--list .list--contents li .thumb .text-area .tit {
  padding: 15px;
}
.page--photo .section--list .list--contents li:last-child {
  margin-bottom: 0;
}
.page--photo .section--list .list--horizontal {
  padding: 0 4vw;
}
.page--photo .section--detail .list--contents .thumb {
  aspect-ratio: 1/1;
}
.page--photo .section--detail .list--horizontal {
  padding: 0 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4%;
  padding: initial;
  gap: 0;
}
.page--photo .section--detail .list--horizontal li {
  width: 48%;
  margin-bottom: 48px;
}
.page--photo .section--detail .list--horizontal li .thumb-wrap {
  position: relative;
}
.page--photo .section--detail .list--horizontal li .thumb {
  margin: 0 0 12px;
}
.page--photo .section--detail .list--horizontal li .date {
  font-size: 12px;
  text-align: left;
  margin: 0 0 5px;
}
.page--photo .section--detail .list--horizontal li .tit {
  color: #ffffff;
}
.page--photo .section--detail .list--horizontal li {
  width: 50%;
  margin: 0;
}
.page--photo .section--detail .list--horizontal li .thumb {
  margin-bottom: 0 !important;
}
.page--photo .section--detail .block--pager {
  margin: inherit;
  margin-top: 20px;
}
.page--photo .section--detail .block--pager li.pager__item--newer {
  left: 0;
}
.page--photo .section--detail .block--pager li.pager__item--older {
  right: 0;
}
.page--photo .section--detail .block--pager li.pager__item--other a {
  display: block;
  /*          width: 100%;*/
}
.page--photo .section--detail .detail__btn {
  padding-top: 40px;
  text-align: center;
}
.page--photo .section--detail .txt img:not(.dummy) {
  width: auto;
  max-width: 100%;
}
.page--photo .section--detail .txt .ph {
  position: relative;
}
.page--photo .section--detail:not([class^="page--photo category-"]):not(.page--photo-top) #swipebox-overlay {
  background: #000;
}
.page--photo .modal-open .drawer__btn {
  pointer-events: none;
}
.page--photo #swipebox-slider .slide-loading {
  background-image: none !important;
}
.page--photo #swipebox-slider .slide img {
  max-height: 80%;
}
.page--photo #swipebox-prev.disabled,
.page--photo #swipebox-next.disabled {
  opacity: 0.2;
}
.page--photo #swipebox-action #swipebox-close {
  top: 10px;
  background: none;
}
.page--photo #swipebox-action #swipebox-close::before, .page--photo #swipebox-action #swipebox-close::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 20px;
  transition: all 0.6s ease-out 0s;
  -webkit-transition: all 0.6s ease-out 0s;
}
.page--photo #swipebox-action #swipebox-close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page--photo #swipebox-action #swipebox-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.page--photo #swipebox-action #swipebox-prev,
.page--photo #swipebox-action #swipebox-next {
  background: none;
  color: #fff;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page--photo #swipebox-action #swipebox-prev {
  left: 3%;
}
.page--photo #swipebox-action #swipebox-prev::after {
  content: "";
  display: inline-block;
  width: 1.75em;
  height: 1.75em;
  border: 1px solid;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  pointer-events: none;
  margin-top: -0.25em;
  margin-right: 0.25em;
  margin-left: 1em;
  margin-top: 1em;
}
.page--photo #swipebox-action #swipebox-next {
  right: 1%;
}
.page--photo #swipebox-action #swipebox-next::after {
  content: "";
  display: inline-block;
  width: 1.75em;
  height: 1.75em;
  border: 1px solid;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  vertical-align: middle;
  pointer-events: none;
  margin-top: -0.25em;
  margin-right: 0.25em;
  margin-top: 1em;
}
.page--photo #swipebox-caption {
  width: 100%;
  max-width: 800px;
  padding: 0 8%;
  text-align: center;
  position: absolute;
  bottom: 5%;
  left: 50%;
  color: #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.page--wallpaper .section--list .list--contents .thumb {
  aspect-ratio: 9/16;
}
.page--wallpaper .section--list .list--horizontal {
  padding: 0 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4%;
}
.page--wallpaper .section--list .list--horizontal li {
  width: 48%;
  margin-bottom: 48px;
}
.page--wallpaper .section--list .list--horizontal li .thumb-wrap {
  position: relative;
}
.page--wallpaper .section--list .list--horizontal li .thumb {
  margin: 0 0 12px;
}
.page--wallpaper .section--list .list--horizontal li .date {
  font-size: 12px;
  text-align: left;
  margin: 0 0 5px;
}
.page--wallpaper .section--list .list--horizontal li .tit {
  color: #ffffff;
}
.page--wallpaper .section--list .list--horizontal li .thumb:not(.shadow) {
  margin-bottom: 15px;
}
.page--wallpaper .section--detail .ph {
  width: 80%;
  margin: 30px auto;
  line-height: 0;
}
.page--wallpaper .section--detail .txt--center {
  margin: 0 0 10px;
}

.page--profile .section-tit {
  margin-bottom: 32px;
}
.page--profile .block--profile .thumb {
  margin-bottom: 24px;
}
.page--profile .block--profile .artist {
  margin: 24px 0;
  font-family: "Teko", sans-serif;
  color: inherit;
  font-size: 30px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
}
.page--profile .block--profile .block--text .list--member {
  margin: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.page--profile .block--profile .block--text .list--member .list--sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px;
}
.page--profile .block--profile .block--text .list--member .list--sns li {
  margin: 0;
  line-height: 1;
}
.page--profile .block--profile .block--text .list--member .list--sns li a {
  font-size: 14px;
  color: #272727;
}
.page--profile .block--profile .block--text .list--member .list--sns li a:hover {
  opacity: 0.5;
}
.page--profile .block--profile .block--text .text {
  padding-top: 20px;
}

.page--profile.menuopen header .logo svg {
  fill: #000000;
}

.popup-inner .tit {
  margin: 0 0 20px;
  font-size: 14px;
}
.popup-inner .list--contact li {
  border: 1px solid #3d9bea;
  background: #fff;
  margin: 0 0 20px;
}
.popup-inner .list--contact li a {
  display: block;
  padding: 13px 30px 13px 15px;
  text-decoration: none;
  position: relative;
}
.popup-inner .list--contact li a:before {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid #3d9bea;
  border-right: 2px solid #3d9bea;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 15px;
}
.popup-inner .list--contact li:last-child {
  margin-bottom: 0;
}

.page--faq .section--list > .tit {
  font-size: 20px;
  line-height: 1.6em;
  margin: 0 0 1em;
  padding: 0 4vw;
  font-weight: normal;
}
.page--faq .section--list .faq-inner {
  width: 90%;
  margin: 0 auto;
}
.page--faq.page--list .block--contact {
  padding: 0 4vw;
}
.page--faq.page--list .block--contact .btn {
  margin: 15px 0;
}
.page--faq .searchBox {
  position: relative;
  width: 90%;
  margin: 25px auto 30px;
}
.page--faq .searchBox input[type=submit] {
  width: 40px;
  font-family: FontAwesome;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  color: #9fa3a7;
  background: transparent;
  border: none;
  border-radius: 30px;
  position: absolute;
  top: 0px;
  right: 3px;
  z-index: 2;
  cursor: pointer;
}
.page--faq .tit--category {
  margin: 0 0 10px;
}
.page--faq .list--faq {
  margin: 0 0 50px;
}
.page--faq .list--faq li {
  border-bottom: 1px dotted #3d9bea;
}
.page--faq .list--faq li:first-child {
  border-top: 1px dotted #3d9bea;
}
.page--faq .list--faq li a {
  display: block;
  color: #272727;
  padding: 24px 0;
  text-decoration: none;
}
.page--faq .list--faq li .date {
  font-family: "Oswald", sans-serif;
  color: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}
.page--faq .list--faq li .tit {
  font-size: 14px;
  line-height: 1.6;
}
.page--faq .list--faq li .tit .ico-lock {
  font-size: 16px;
  margin-left: 8px;
  position: relative;
  top: 2px;
}
.page--faq .list--faq:last-of-type {
  margin-bottom: 0;
}
.page--faq .list--faq li a .icon--q {
  display: block;
  float: left;
  position: relative;
  top: 3px;
}
.page--faq .list--faq li a .tit {
  display: block;
  padding-left: 20px;
}
.page--faq .block--faq-detail {
  border: 1px solid #272727;
  padding: 20px;
  margin: 0 0 40px;
}
.page--faq .block--faq-detail dt {
  font-size: 14px;
  border-bottom: 1px solid #272727;
  padding: 0 0 15px;
  margin: 0 0 20px;
}
.page--faq .block--faq-detail dt .txt {
  padding-left: 40px;
  margin: 0;
}
.page--faq .block--faq-detail dt .category {
  display: inline-block;
  font-size: 12px;
  background: #eee;
  color: #272727;
  border-radius: 20px;
  padding: 1px 8px 0;
  margin: 0 0 20px;
}
.page--faq .block--faq-detail dd .txt {
  font-size: 14px;
  color: #272727;
  padding-left: 40px;
  margin: 0;
}
.page--faq .block--faq-detail span[class^=icon--] {
  display: inline-block;
  float: left;
  width: 30px;
  height: 30px;
  font-size: 16px;
  text-align: center;
  line-height: 31px;
  border-radius: 50px;
  padding-left: 2px;
}
.page--faq .block--faq-detail span.icon--q {
  color: #ffffff;
  line-height: 30px;
  background: #272727;
}
.page--faq .block--faq-detail span.icon--a {
  color: #272727;
  line-height: 26px;
  border: 1px solid #272727;
}
.page--faq .detail__btn a {
  /*		&::after{ background: $text-color;}*/
}
.page--faq .detail__btn a::before {
  color: #272727;
}
.page--faq .popup-inner .list--contact {
  margin-bottom: 30px;
}
.page--faq .popup-inner .tit {
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
}
.page--faq .popup-inner .tit,
.page--faq .popup-inner .txt--basic {
  color: #272727;
  line-height: 1.7;
}

.page--faq .section--detail .block--contact {
  margin: 40px 0 0;
}
.page--faq .section--detail .block--contact a {
  color: #272727;
  text-decoration: none !important;
  position: relative;
}
.page--faq .section--detail .block--contact a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  right: -0.8em;
  top: 50%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  border-width: 1px;
  margin-top: -0.2em;
}
.page--faq .section--detail .block--contact .fa {
  display: none;
}

.page--entry [class^=block--] {
  margin: 0 0 60px;
}
.page--entry [class^=block--] .block-tit {
  margin: 0 0 20px;
  text-align: center;
}
.page--entry [class^=block--] table {
  margin: 0 auto 40px;
  border: none;
}
.page--entry [class^=block--] table th {
  width: 100px;
  padding: 10px 13px;
  text-align: center;
  font-weight: bold;
  border: 3px solid #ffffff;
}
.page--entry [class^=block--] table td {
  padding: 10px;
  border: 3px solid #ffffff;
}
.page--entry [class^=block--] table td .txt--sub {
  text-indent: -1em;
  padding-left: 1em;
}
.page--entry footer [class^=block--] {
  margin: 0;
}
.page--entry .section--detail .block--logo {
  padding: 0 7%;
  margin: -15px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}
.page--entry .section--detail .block--logo .character {
  width: 22%;
  position: relative;
  top: -20px;
  margin-right: 5px;
}
.page--entry .section--detail .block--logo .logo-fc {
  width: 93%;
}
.page--entry .section--detail .lead {
  margin: 0 0 30px;
}
.page--entry .section--detail .block--contents {
  padding-top: 20px;
}
.page--entry .section--detail .block--contents .block-tit {
  font-family: scriptorama-markdown-jf, sans-serif;
  color: inherit;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 0 0 30px;
}
.page--entry .section--detail .block--contents .list--contents {
  padding: 0;
}
.page--entry .section--detail .block--contents .list--contents li {
  margin: 0 0 20px;
}
.page--entry .section--detail .block--contents .list--contents li .inner {
  background: #fff;
  border-radius: 20px;
  position: relative;
  color: #216098;
  padding: 30px;
  z-index: 10;
  height: 100%;
}
.page--entry .section--detail .block--contents .list--contents li .shadow {
  width: 70%;
  height: 70%;
  margin-left: -35%;
  left: 50%;
  z-index: -1;
  bottom: -20px;
  position: absolute;
  background: #070f17;
  -webkit-filter: blur(30px);
          filter: blur(30px);
  opacity: 0.6;
}
.page--entry .section--detail .block--contents .list--contents li .tit {
  font-family: scriptorama-markdown-jf, sans-serif;
  color: inherit;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 0 0 0.8em;
}
.page--entry .section--detail .block--contents .list--contents li.blank .inner {
  background: #527da5;
}
.page--entry .section--detail .block--entry .block-tit,
.page--entry .section--detail .block--device .block-tit {
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
}
.page--entry .popup-inner {
  color: #272727;
}
.page--entry .popup-inner .tit {
  font-size: 20px;
  line-height: 1.6em;
  margin: 0 0 1em;
  font-weight: normal;
}
.page--entry .popup-inner box {
  padding-top: 90px;
}
.page--entry .popup-inner .txt {
  margin-bottom: 1.5em;
}
.page--entry .popup-inner .list--support dt {
  font-size: 14px;
  font-weight: 900;
  line-height: 1.8;
  word-break: break-word;
  margin: 0 0 4px;
}
.page--entry .popup-inner .list--support dd {
  margin-bottom: 30px;
}
.page--entry .popup-inner .terms-list > li {
  margin: 0 0 1.5em;
}
.page--entry .popup-inner .terms_check {
  text-align: center;
  margin: 0 0 20px;
}
.page--entry .popup-inner .terms_check .form__checkbox {
  display: inline-block;
}
.page--entry .popup-inner .btn .btn--main {
  background: #ddd;
  color: #fff;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page--entry .popup-inner .btn.checked .btn--main {
  background: #ffff69;
  color: #272727;
  pointer-events: auto;
}
.page--entry .modaal-inner-wrapper {
  padding-top: 0 !important;
}

.page--support .section--detail .txt {
  margin-bottom: 1.5em;
}
.page--support .section--detail .list--support {
  margin-top: 30px;
}
.page--support .section--detail .list--support dt {
  font-size: 14px;
  font-weight: 900;
  line-height: 1.8;
  word-break: break-word;
  margin: 0 0 4px;
}
.page--support .section--detail .list--support dd {
  margin-bottom: 30px;
}
.page--support .section--detail .terms-list > li {
  margin: 0 0 1.5em;
}

.page--error .section--detail .txt {
  margin: 0 0 20px;
}

.drawer .nav--free {
  padding-top: 80px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}

.drawer .nav--free .block--logo {
  display: none;
}

.drawer .nav--member {
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: 70vh;
}

.page--detail .section--detail.bg-blur,
.page--point .section--detail.bg-blur {
  padding-bottom: 0;
}

#terms {
  display: none;
}

/*iPad対応*/
@media screen and (min-width: 600px) and (max-width: 900px) {
  .drawer .nav--member {
    min-height: 72vh;
  }
}
/* 4.9 questionnaire
------------------------------ */
.page--questionnaire .section--detail {
  max-width: 800px;
  padding: 10px 4%;
  margin: 60px auto 40px;
}
.page--questionnaire .section--detail.support .section-tit {
  font-size: 24px;
  position: static;
  opacity: 1;
  text-align: center;
  color: #272727;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 30px auto;
}
.page--questionnaire .section--detail.support .txt--basic {
  padding: 20px 0 0;
}
.page--questionnaire .section--detail.support .txt {
  margin: 0 0 20px;
  line-height: 15px;
  font-size: 14px;
  font-weight: bold;
}
.page--questionnaire .section--detail.support #questionnaire_form {
  font-size: 14px;
  font-weight: bold;
}
.page--questionnaire .section--detail.support .list--support dt {
  font-weight: bold;
}
.page--questionnaire .section--detail.support .list--support dd {
  margin-bottom: 1.5em;
}
.page--questionnaire .section--detail.support .terms-list li {
  margin-bottom: 1em;
  padding-left: 1em;
  text-indent: -0.5em;
}
.page--questionnaire .section--detail.support .terms-list li::before {
  content: "ãƒ»";
  display: inline-block;
  margin-right: 0.5em;
}
.page--questionnaire .section--detail.support .terms-list li li {
  padding-left: 1.5em;
  margin-bottom: 5px;
}
.page--questionnaire .section--detail.support .terms-list li li::before {
  display: none;
}
.page--questionnaire .section--detail.support .form--post {
  margin-bottom: 60px;
}
.page--questionnaire .section--detail.support .btn {
  margin: 1em 0;
}
.page--questionnaire .section--detail.support .btn .btn--main {
  color: #ffffff;
}
.page--questionnaire #file_photo {
  background: transparent;
}
.page--questionnaire .label--imag {
  list-style: none;
}
.page--questionnaire .block--error {
  color: #f72a2a;
  background: rgba(204, 0, 0, 0.15);
  padding: 10px;
  margin-top: 30px;
}
.page--questionnaire .input--quarter {
  width: 50% !important;
}
.page--questionnaire .input--half {
  width: 80% !important;
}
.page--questionnaire .form--post + .txt--sub {
  text-align: center;
  font-size: 11px;
}
.page--questionnaire .icon--required {
  display: inline-block;
}
.page--questionnaire .icon--required::before {
  content: "必須";
  background: #f72a2a;
  color: #fff;
  font-size: 11px;
  font-weight: normal;
  line-height: 0;
  vertical-align: 2px;
  padding: 3px 6px 4px;
  margin-left: 5px;
}
.page--questionnaire textarea {
  padding: 0.5em;
}

/*5.0 app
==============================*/
/*5.1 common
------------------------------*/
.body--app .section--list, .body--app .section--detail {
  padding: 20vw 4vw;
}
.body--app.page--movie .section--detail {
  padding: 20vw 4vw !important;
}

.page--disco.body--app .section--list {
  padding-left: 0;
  padding-right: 0;
}

.page--faq.body--app .section--list {
  padding-left: 0;
  padding-right: 0;
}

.body--app.page--detail .section--detail.bg-blur {
  margin: 120px 0 80px auto;
}

.body--app.page--list .form__select select {
  padding: 12px 25px 12px 20px;
  font-family: initial;
  font-size: 16px;
}
.body--app.page--list .form__select form:after {
  right: 24px;
}

.body--app .wovn-languages,
.body--app .drawer-visible .wovn-languages {
  top: 3vw;
  right: 3vw;
  position: absolute;
}

.body--app.page--member .wovn-languages, .body--app.page--member .drawer-visible .wovn-languages {
  border-color: #ffffff;
}
.body--app.page--member .wovn-languages::before, .body--app.page--member .drawer-visible .wovn-languages::before {
  border-color: #ffffff;
}
.body--app.page--member .wovn-languages .langIcon svg, .body--app.page--member .drawer-visible .wovn-languages .langIcon svg {
  fill: #ffffff;
}
.body--app.page--member .wovn-languages .nav-switch_btn, .body--app.page--member .drawer-visible .wovn-languages .nav-switch_btn {
  border-color: #ffffff;
}
.body--app.page--member .wovn-languages .nav-switch_btn .nav-current, .body--app.page--member .drawer-visible .wovn-languages .nav-switch_btn .nav-current {
  color: #ffffff;
}

/*5.2 Android
------------------------------*/
.body--app__android.page--detail .section--detail.bg-blur {
  margin: 90px 0 80px auto;
}
.body--app__android.page--disco.page--list .form__select {
  margin: 0 auto 20px;
}

/*5.3 notice
------------------------------*/
.page--notice .list--info {
  padding: 0 4vw;
}
.page--notice .list--info li {
  border-bottom: 1px dotted #3d9bea;
}
.page--notice .list--info li:first-child {
  border-top: 1px dotted #3d9bea;
}
.page--notice .list--info li a {
  display: block;
  color: #272727;
  padding: 24px 0;
  text-decoration: none;
}
.page--notice .list--info li .date {
  font-family: "Oswald", sans-serif;
  color: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}
.page--notice .list--info li .tit {
  font-size: 14px;
  line-height: 1.6;
}
.page--notice .list--info li .tit .ico-lock {
  font-size: 16px;
  margin-left: 8px;
  position: relative;
  top: 2px;
}
.page--notice .list--info li:first-child {
  border-top: none;
}
.page--notice .list--info li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.page--notice .list--info li .txt {
  line-height: 1.6;
}
.page--notice .list--info li.new .date::after {
  content: "NEW";
  padding: 2px 8px 0px;
  background-color: #FFDEE1;
  border-radius: 2px;
  margin-left: 8px;
  font-family: "Teko", sans-serif;
  color: #D62839;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.04em;
  vertical-align: middle;
}
.page--notice .no-data {
  padding: 30px 0;
}

.app-bnr .drawer__btn.fixed,
.app-bnr.menuOpen .drawer__btn {
  position: fixed;
}

#app-bnr {
  display: none;
  position: relative;
  z-index: 5;
  font-weight: 300;
  -webkit-transition: none;
  transition: none;
}
#app-bnr * {
  -webkit-transition: none;
  transition: none;
}
#app-bnr a {
  border-bottom: 1px solid #EAEAEA;
  display: block;
  background: #fff;
  color: inherit;
  padding: 10px 7% 10px 30px;
  position: relative;
  font-size: 12px;
  line-height: 1.5em;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0;
  -webkit-transition: none;
  transition: none;
  text-decoration: none;
}
#app-bnr a:before {
  content: "\f105";
  color: #bbb;
  font-family: FontAwesome;
  font-size: 20px;
  font-weight: normal;
  line-height: 0;
  position: absolute;
  top: 50%;
  right: 3%;
}
#app-bnr a .icon {
  width: 17%;
  float: left;
  line-height: 0;
  margin: 0 3.5% 0 0;
}
#app-bnr a .icon img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  border: 1px solid #eee;
}
#app-bnr a .txt {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.5em;
}
#app-bnr a .txt span {
  display: block;
  font-weight: bold;
  margin: 0 0 4px;
  color: #272727;
}
#app-bnr .close {
  width: 30px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}
#app-bnr .close:before, #app-bnr .close:after {
  content: "";
  width: 12px;
  height: 2px;
  background: #bbb;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 9px;
  margin-top: -2px;
}
#app-bnr .close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#app-bnr .close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

body.page--home.app-bnr.bnr-show {
  height: auto;
}
body.page--home.app-bnr.bnr-show header {
  position: relative;
}
body.page--home.app-bnr.bnr-show .wrap {
  padding-top: 0;
}
body.page--home.app-bnr.bnr-show .keyvisual {
  margin-top: 0;
}

body.page--home.app-bnr.bnr-show.menuopen header {
  position: fixed;
}
body.page--home.app-bnr.bnr-show.menuopen .wrap {
  padding-top: 60px;
}

.popup--top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}
.popup--top .popup--contents {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 90%;
}
.popup--top .popup--contents .close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: -45px;
  right: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  right: 0%;
  background-image: linear-gradient(-45deg, transparent calc(50% - 1px), #fff calc(50% - 1px), #fff calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(45deg, transparent calc(50% - 1px), #fff calc(50% - 1px), #fff calc(50% + 1px), transparent calc(50% + 1px));
}
.popup--top .popup--contents .link a {
  display: block;
}

#content {
  padding-top: 24vw;
  margin: 0 5vw;
}

#content .btn-style1 {
  word-break: break-word;
  font-weight: 400;
  letter-spacing: 0.1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  padding: 0 1.5em;
  line-height: 4;
  border-radius: 3em;
  font-size: 14px;
  background: transparent;
  color: #3d9bea;
  border: 1px solid #3d9bea;
}

/* -------------------------------------------------
	wovn
------------------------------------------------- */
.wovn-languages,
.drawer-visible .wovn-languages {
  display: block;
  position: relative;
  font-size: 10px;
  height: 30px;
  width: 74px;
  cursor: pointer;
  z-index: 999;
}
.wovn-languages::before,
.drawer-visible .wovn-languages::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  top: 50%;
  right: 10px;
  border: 0px;
  border-bottom: solid 2px #010101;
  border-right: solid 2px #010101;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  z-index: 10;
}
.wovn-languages .nav-switch_btn,
.drawer-visible .wovn-languages .nav-switch_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1;
  border: solid 1px #010101;
  border-radius: 40px;
  padding: 6px 10px;
  width: 74px;
  height: inherit;
}
.wovn-languages .nav-switch_btn .langIcon,
.drawer-visible .wovn-languages .nav-switch_btn .langIcon {
  display: block;
  width: 14px;
  height: 14px;
}
.wovn-languages .nav-switch_btn .langIcon svg,
.drawer-visible .wovn-languages .nav-switch_btn .langIcon svg {
  fill: #010101;
  width: inherit;
  height: inherit;
}
.wovn-languages .nav-switch_btn .nav-current,
.drawer-visible .wovn-languages .nav-switch_btn .nav-current {
  margin-left: 6px;
  text-transform: uppercase;
  font-size: 12px;
}
.wovn-languages .nav-switch_btn .nav-current:empty,
.drawer-visible .wovn-languages .nav-switch_btn .nav-current:empty {
  margin-left: initial;
}
.wovn-languages .nav-dropdown,
.drawer-visible .wovn-languages .nav-dropdown {
  position: absolute;
  top: 50%;
  right: 10px;
  line-height: 1.4;
  text-align: left;
  font-size: 10px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wovn-languages .nav-dropdown .list--language,
.drawer-visible .wovn-languages .nav-dropdown .list--language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #ffffff;
}
.wovn-languages .nav-dropdown .list--language li,
.drawer-visible .wovn-languages .nav-dropdown .list--language li {
  width: 100%;
  display: none;
  cursor: pointer;
  padding-bottom: 0;
  line-height: 1.4;
  padding: 0;
  white-space: nowrap;
}
.wovn-languages .nav-dropdown .list--language li::after,
.drawer-visible .wovn-languages .nav-dropdown .list--language li::after {
  content: none;
}

.wovn-languages.visible::before,
.drawer-visible .wovn-languages.visible::before {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}
.wovn-languages.visible .nav-dropdown,
.drawer-visible .wovn-languages.visible .nav-dropdown {
  opacity: 1;
  pointer-events: visible;
  z-index: 1;
  border: none;
  color: #ffffff;
  top: 32px;
  left: 50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: transparent;
  background: #191919;
  overflow: hidden;
  border-radius: 8px;
}
.wovn-languages.visible .nav-dropdown .list--language li,
.drawer-visible .wovn-languages.visible .nav-dropdown .list--language li {
  position: relative;
  display: block;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  padding: 8px 8px 8px 24px;
}
.wovn-languages.visible .nav-dropdown .list--language li.selected,
.drawer-visible .wovn-languages.visible .nav-dropdown .list--language li.selected {
  pointer-events: none;
  background: #4d4d4d;
  -webkit-transition: none;
  transition: none;
}
.wovn-languages.visible .nav-dropdown .list--language li.selected::after,
.drawer-visible .wovn-languages.visible .nav-dropdown .list--language li.selected::after {
  content: "";
  position: absolute;
  background-image: url("/static/novelbright/fanclub/common/icon_check.svg");
  display: block;
  background-repeat: no-repeat;
  background-position: 0 center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 8px;
  width: 10px;
  height: 10px;
}

.drawer .wovn--wrap {
  margin-top: 1em;
}
.drawer .wovn--wrap p {
  color: #777;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 10px;
  font-family: "mr-eaves-modern", sans-serif;
  padding-bottom: 3px;
}

.body--app .wovn-languages,
.body--app .drawer-visible .wovn-languages {
  top: 3vw;
  right: 3vw;
}

.wovn-languages.white {
  border-color: #ffffff;
}
.wovn-languages.white::before {
  border-color: #ffffff;
}
.wovn-languages.white .langIcon svg {
  fill: #ffffff;
}
.wovn-languages.white .nav-switch_btn {
  border-color: #ffffff;
}
.wovn-languages.white .nav-switch_btn .nav-current {
  color: #ffffff;
}

#content {
  padding-top: 24vw;
  margin: 0 5vw;
}

#content .btn-style1 {
  word-break: break-word;
  font-weight: 400;
  letter-spacing: 0.1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  padding: 0 1.5em;
  line-height: 4;
  border-radius: 3em;
  font-size: 14px;
  background: transparent;
  color: #3d9bea;
  border: 1px solid #3d9bea;
}

.page--movie.new-movie .wrap .section--detail {
  padding: 30vw 4vw 20vw;
}
.page--movie.new-movie .wrap .section--detail .block--player {
  position: relative;
  top: 0;
  left: 0;
}
.page--movie.new-movie .wrap .section--detail .block--tit {
  margin: 0;
  padding: 0;
}
.page--movie.new-movie .wrap .section--detail .block--tit h2 {
  font-size: 16px;
  margin: 0 0 0.8em;
}
.page--movie.new-movie .wrap .section--detail .block--tit .date {
  font-family: "Barlow", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #a4c7e6;
  margin: 0 0 20px;
  opacity: 1;
}
.page--movie.new-movie .vjs-big-play-centered .vjs-big-play-button {
  top: 38%;
}
.page--movie.new-movie .area--movie .video-js.vjs-fullscreen {
  height: 100% !important;
  height: 100vh !important;
  height: 100svh !important;
}
.page--movie.new-movie .area--movie .video-js.vjs-fullscreen .vjs-control-bar {
  width: 94%;
  margin: 0 auto;
  bottom: 3em;
}
.page--movie.new-movie .area--movie .video-js.vjs-fullscreen .vjs-poster {
  background-size: contain !important;
  height: 100%;
  height: 100vh;
  height: 100svh;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page--movie.new-movie.keigo_ittoryodan {
  background: none;
}
.page--movie.new-movie.keigo_ittoryodan .bgBox {
  width: 100%;
  height: 100%;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.page--movie.new-movie.keigo_ittoryodan .bgBox .bg {
  position: absolute;
  width: 100vw;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 1;
}
.page--movie.new-movie.keigo_ittoryodan .bgBox .bg01 {
  opacity: 1;
  background: url(/static/novelbright/fanclub/movies/keigo_ittoryodan_bg_main_sp_tM7gAy9K.jpg) no-repeat center center;
  background-position: top;
  background-size: cover;
}
.page--movie.new-movie.keigo_ittoryodan .mainTit {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 50px;
  line-height: 0;
}
.page--movie.new-movie.keigo_ittoryodan.movie-category-list .list--contents li a .text-area .date {
  color: #fff;
}
.page--movie.new-movie.keigo_ittoryodan.page-movie-detail .wrap .block--tit .date {
  color: #fff;
}
.page--movie.new-movie.keigo_ittoryodan.page-movie-detail .wrap .area--movie .block--player {
  background-color: #000;
}
.page--movie.new-movie.keigo_ittoryodan.page-movie-detail .wrap .area--more-info .block--tab__main .block--more_movies {
  border-top: 1px solid #ccc;
}
.page--movie.new-movie.keigo_ittoryodan.page-movie-detail .wrap .area--more-info .block--tab__main .block--more_movies .list--contents li {
  border-bottom: 1px solid #ccc;
}
.page--movie.new-movie.keigo_ittoryodan.page-movie-detail .wrap .area--more-info .block--tab__main .block--more_movies .list--contents li a .list__txt .date {
  color: #fff;
}

.page--movie.new-movie .wrap .section--list .block--announce {
  margin-bottom: 40px;
}
.page--movie.new-movie .wrap .section--list .list--contents {
  gap: 0;
  display: block;
  padding: 0 4vw;
}
.page--movie.new-movie .wrap .section--list .list--contents li {
  width: 100%;
}
.page--movie.new-movie .wrap .section--list .list--contents li .thumb {
  width: auto;
}
.page--movie.new-movie .wrap .section--list .list--contents li .thumb img {
  width: auto;
}
.page--movie.new-movie .wrap .section--list .list--contents li .thumb.shadow {
  background: #070f17;
  position: absolute;
  margin-left: -35%;
  width: 70%;
  bottom: -10px;
}
.page--movie.new-movie .wrap .section--list .list--contents li .list__txt .date {
  font-size: 16px;
}
.page--movie.new-movie .wrap .area--more-info .block--tab__main .block--more_movies .list--contents li a .thumb {
  width: auto;
  min-width: 35%;
}

.block--announce {
  background: rgba(22, 61, 96, 0.3803921569);
  text-align: center;
  max-width: 650px;
  margin: 0 4vw;
  padding: 3em 2em;
}
.block--announce .txt--basic {
  margin-bottom: 1em;
}
.block--announce .btn .btn--main {
  background: #ffff69;
  color: #216098;
}

.page--movie.new-movie .wrap .section--detail .area--more-info {
  padding-bottom: 20px;
}
.page--movie.new-movie .wrap .section--detail .area--more-info .block--tab > div.current.tab__list .item__ico img {
  background-color: #fff;
  -webkit-mask-image: url(/static/common/newmovie/img/ico--movie__on.svg);
          mask-image: url(/static/common/newmovie/img/ico--movie__on.svg);
  -webkit-mask: url(/static/common/newmovie/img/ico--movie__on.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-image: none;
}
.page--movie.new-movie .wrap .section--detail .area--more-info .block--tab #tab--movie.current::after {
  background: #fff;
}
.page--movie.new-movie .wrap .section--detail .area--movie .video-js .vjs-play-control {
  position: absolute;
  top: -19vw;
  left: 42%;
}

.page--blog.page--detail .wrap .section--detail .block--player {
  aspect-ratio: 16/9;
}

.page--movie.new-movie .wrap .section--detail .area--more-info .block--tab__main .block--more_movies {
  background: none;
  padding-top: 0;
  border-top: 1px solid #799cbc;
}
.page--movie.new-movie .wrap .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents {
  width: 95%;
}
.page--movie.new-movie .wrap .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents .item--more_movie {
  border-bottom: 1px solid #799cbc;
}
.page--movie.new-movie .wrap .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents .item--more_movie .thumb::before {
  display: none;
}
.page--movie.new-movie .wrap .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents .item--more_movie .thumb img {
  width: 100%;
  height: auto;
}
.page--movie.new-movie .wrap .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents .item--more_movie .thumb .blur {
  display: none;
}
.page--movie.new-movie .wrap .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents .item--more_movie .list__txt .date {
  text-align: left;
}
.page--movie.new-movie .wrap .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents .item--more_movie .list__txt .tit {
  color: #fff;
}

/* -------------------------------------------------
	wovn
------------------------------------------------- */
@media screen and (min-width: 1px) and (max-width: 900px) {
  .wovn-languages, .drawer-visible .wovn-languages {
    position: relative;
    top: 0;
    right: 0;
  }
  .page--home .section--hero {
    margin-top: 20px;
  }
  .drawer .header__inner {
    padding: 4em 4.12vw 1.15em;
  }
  .drawer-visible .drawer__btn {
    right: 3.4vw;
  }
  .page--entry.section--detail .block--btnEntry {
    display: block;
  }
  .page--entry.section--detail .block--btnEntry .list--entry {
    width: 100%;
  }
  .page--entry.section--detail .block--btnEntry {
    display: block;
  }
  .page--entry.section--detail .block--btnEntry .list--entry {
    width: 100%;
  }
  header > .wovn--wrap {
    position: absolute;
    top: 3.5dvh;
    right: 60px;
    z-index: 2;
  }
  header > .wovn--wrap p {
    display: none;
  }
  .wovn--pc {
    display: none;
  }
  .wovn--sp {
    text-align: center;
    margin-top: 4vw;
    margin-bottom: 4vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .popup--language {
    position: fixed;
    display: none;
    z-index: -1;
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .popup--language .popup--language__box {
    position: absolute;
    width: 90%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto;
    border: solid 1px #010101;
    background-color: #ffffff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.02em;
  }
  .popup--language .popup--language__box .popup--language__area {
    padding: 2em 2.2em;
    color: #000;
  }
  .popup--language .popup--language__box .popup--language__area .popup--language__tit {
    margin-bottom: 0.7em;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1;
  }
  .popup--language .popup--language__box .popup--language__area .popup--language__txt {
    line-height: 1.4;
  }
  .popup--language .popup--language__box .popup--language__approval {
    padding: 1.3em 2.2em;
    text-align: right;
  }
  .popup--language .popup--language__box .popup--language__approval .approval--btn {
    padding: 0.3em 3em;
    color: #ffffff;
    background-color: #010101;
    display: inline-block;
    cursor: pointer;
    line-height: 1;
  }
  .popup--language.visible {
    opacity: 1;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
    pointer-events: auto;
  }
}/*# sourceMappingURL=fanclub-sp-service_3aRvp8U.css.map */