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

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

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

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

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

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

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

body {
  background-color: #f7f7f7;
  word-wrap: break-word;
  color: #222;
}
@media screen and (min-width: 961px) {
  body {
    font-family: neue-haas-grotesk-display, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-family: neue-haas-grotesk-display, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
  }
}

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

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

::-moz-selection {
  background-color: #222;
  color: #fff;
}

::selection {
  background-color: #222;
  color: #fff;
}

::-moz-selection {
  background-color: #222;
  color: #fff;
}

.svg-symbol {
  display: none !important;
}

svg {
  width: 100%;
  height: 100%;
}

.content-main {
  background-color: #f7f7f7;
}

.body--app a {
  -webkit-touch-callout: none !important;
}

/* input */
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
button {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: #fff;
  box-shadow: none;
  border: 1px solid #222;
  padding: 0.5em 0.8em;
  color: #222;
  color: #222;
  border-radius: 50px;
}
@media screen and (min-width: 961px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  button {
    font-family: neue-haas-grotesk-display, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  button {
    font-family: neue-haas-grotesk-display, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
  }
}
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: #e082a2;
  border-color: #e082a2;
}
input[type=text].form__error:focus,
input[type=tel].form__error:focus,
input[type=email].form__error:focus,
input[type=password].form__error:focus,
input[type=number].form__error:focus,
button.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
input[type=text][disabled],
input[type=tel][disabled],
input[type=email][disabled],
input[type=password][disabled],
input[type=number][disabled],
button[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

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

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

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

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

.btn--main {
  display: inline-block;
  color: #222;
  padding: 12px 20px;
  border: #222 solid 1px;
  border-radius: 40px;
  background: inherit;
  transition: all 0.3s 0s ease;
  cursor: pointer;
}

.btn--sub {
  display: inline-block;
  padding: 12px 20px;
  color: #b4b4b4;
  border: #dedede solid 1px;
  border-radius: 40px;
  background: #fff;
  transition: all 0.3s 0s ease;
  cursor: pointer;
}

.block--submit {
  text-align: center;
}

/* textarea */
textarea {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: #fff;
  box-shadow: none;
  border: 1px solid #dedede;
  padding: 20px;
  color: #222;
  border-top: 0;
  min-height: 70px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  textarea {
    font-size: 16px;
    padding: 5%;
  }
}

/* select */
.form__select {
  display: inline-block;
  position: relative;
}
.form__select select {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: #fff;
  box-shadow: none;
  border: 1px solid #222;
  padding: 0.5em 0.8em;
  color: #222;
  padding-right: 1.5em;
  border-radius: 50px;
}
@media screen and (min-width: 961px) {
  .form__select select {
    font-family: neue-haas-grotesk-display, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select select {
    font-family: neue-haas-grotesk-display, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
  }
}
.form__select select:focus {
  border-color: inherit;
}
.form__select select.form__error {
  background: #fff0ea;
  color: #e082a2;
  border-color: #e082a2;
}
.form__select select.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
.form__select select[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}
.form__select::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #f7f7f7;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  vertical-align: middle;
  right: 0;
}
.form__select::after {
  position: absolute;
  border-color: #222;
  top: 15px;
  right: 9px;
  z-index: -1;
}

/* checkbox */
.form__checkbox label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__checkbox label p {
    font-family: neue-haas-grotesk-display, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__checkbox label p {
    font-family: neue-haas-grotesk-display, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
  }
}
.form__checkbox input[type=checkbox],
.form__checkbox input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__checkbox.form__error {
  color: #f33;
}
.form__checkbox label p {
  padding-left: 1.6em;
}
.form__checkbox label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 0.3em;
  border: 1px solid #222;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__checkbox label p::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.4em;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  top: 70%;
  left: 0.2em;
  transform: rotate(-45deg);
  opacity: 0;
}
.form__checkbox :checked ~ p::before {
  background: #222;
  border-color: #222;
}
.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}

/* radio */
.form__radio label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__radio label p {
    font-family: neue-haas-grotesk-display, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__radio label p {
    font-family: neue-haas-grotesk-display, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
  }
}
.form__radio input[type=checkbox],
.form__radio input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__radio.form__error {
  color: #f33;
}
.form__radio label p {
  padding: 0 0.5em 0 1.6em;
}
.form__radio label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  border: 1px solid;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__radio :checked ~ p::before {
  border-color: #222;
  border-width: 0.3em;
}

.block--complete > p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.block--complete > p.text-sub {
  text-align: center;
  font-weight: normal;
  font-size: 12px;
}

.detail__btn {
  margin-top: 40px;
  position: relative;
}
.detail__btn a {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .detail__btn a {
    font-size: 16px;
  }
}
.detail__btn a::after {
  content: "";
  display: block;
  background-color: #222;
  width: 20px;
  height: 1px;
  margin-left: 10px;
}

.none {
  opacity: 0.3;
}

.wrap {
  min-height: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.3s 0s ease;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .wrap {
    /*padding-bottom: 380px;*/
  }
}
.drawer-visible .wrap > section {
  filter: blur(50px);
  opacity: 0.8;
}

.content--main {
  transition: all 0.3s 0s ease;
}
.drawer-visible .content--main {
  filter: blur(50px);
  opacity: 0.8;
}

.header {
  display: flex;
  width: calc(100% - 60px);
  position: relative;
  margin-inline: auto;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 4;
}
.header .drawer__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #222;
  font-size: 14px;
  color: #fff;
  width: 80px;
  height: 35px;
  border-radius: 30px;
  position: fixed;
  left: 30px;
  cursor: pointer;
  overflow: hidden;
}
.header .drawer__btn span {
  position: absolute;
  display: flex;
  height: 35px;
  align-items: center;
  transition: all 0.3s 0s ease;
}
.header .drawer__btn span.open {
  top: 0;
}
.header .drawer__btn span.close {
  top: 35px;
}
.drawer-visible .header .drawer__btn span.open {
  top: -80px;
}
.drawer-visible .header .drawer__btn span.close {
  top: 0;
}

body:not(.page--home) .wrap > section {
  margin-top: 100px;
  padding: 0 30px 120px;
  min-height: calc(100vh - 250px);
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body:not(.page--home) .wrap > section {
    margin-top: 100px;
    min-height: calc(100vh - 250px);
    padding: 0 5% 80px;
  }
}
body:not(.page--home) .block--title {
  padding-bottom: 40px;
  position: relative;
}
body:not(.page--home) .block--title .tit {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body:not(.page--home) .block--title {
    padding-bottom: 30px;
  }
}
body:not(.page--home) .block--title::after {
  content: "";
  display: block;
  width: calc(100% + 60px);
  height: 1px;
  background: #dedede;
  bottom: 0;
  left: -30px;
  position: absolute;
}
body:not(.page--home) .block--title .section-tit {
  font-size: 80px;
  line-height: 1;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body:not(.page--home) .block--title .section-tit {
    font-size: 10vw;
  }
}
body:not(.page--home) .block--category {
  display: flex;
  gap: 30px;
  margin-top: 20px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body:not(.page--home) .block--category {
    margin-top: 10px;
  }
}
body:not(.page--home) .block--category li {
  position: relative;
}
body:not(.page--home) .block--category li.tit {
  font-weight: 600;
  color: #b4b4b4;
}
body:not(.page--home) .block--category li.current a {
  font-weight: 600;
}
body:not(.page--home) .block--category li.current a::before {
  transform: scale(1, 1);
}
body:not(.page--home) .block--list {
  position: relative;
}
body:not(.page--home) .block--list::after {
  content: "";
  display: block;
  width: calc(100% + 60px);
  height: 1px;
  background: #dedede;
  bottom: 0;
  left: -30px;
  position: absolute;
}
body:not(.page--home) .block--list .list--information li a {
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  padding: 20px 30px;
  width: calc(100% + 60px);
  margin-left: -30px;
  border-bottom: #dedede solid 1px;
  transition: all 0.3s 0s ease;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body:not(.page--home) .block--list .list--information li a {
    width: 110%;
    flex-wrap: wrap;
    gap: 20px 25px;
    padding: 25px 30px;
    margin-left: -5%;
  }
}
body:not(.page--home) .block--list .list--information li a:hover {
  background: #fff;
}
body:not(.page--home) .block--list .list--information li a time {
  color: #b4b4b4;
}
body:not(.page--home) .block--list .list--information li a .category {
  color: #b4b4b4;
  width: 90px;
  background-color: #fff;
  padding: 8px;
  border-radius: 30px;
  font-size: 12px;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body:not(.page--home) .block--list .list--information li a .tit {
    width: 100%;
  }
}
body:not(.page--home) .block--list .list--information li.new a::before {
  color: #E63082;
  font-size: 12px;
  line-height: 0;
  align-items: center;
  justify-content: center;
  content: "NEW";
  display: flex;
  position: absolute;
  left: 10px;
  top: 10px;
  transform-origin: top left;
  padding-top: 4px;
  font-weight: 600;
  z-index: 2;
}
body:not(.page--home) .block--list .list--information li.no-data {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10vh 0;
  border-left: #dedede solid 1px;
  border-right: #dedede solid 1px;
}
body:not(.page--home) .section--detail .section--inner {
  position: relative;
}
body:not(.page--home) .section--detail .section--inner .block--txt {
  max-width: 1000px;
  margin-inline: auto;
  margin-bottom: 10px;
  border-right: #dedede solid 1px;
  border-left: #dedede solid 1px;
  position: relative;
}
body:not(.page--home) .section--detail .section--inner .block--txt .txt {
  padding: 20px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body:not(.page--home) .section--detail .section--inner .block--txt .txt {
    padding: 5%;
  }
}
body:not(.page--home) .section--detail .section--inner::after {
  content: "";
  display: block;
  width: calc(100% + 60px);
  height: 1px;
  background: #dedede;
  bottom: 0;
  left: -30px;
  position: absolute;
}

.footer {
  background: #222;
  position: relative;
  z-index: 2;
  /*&::after {
  	@include var.content($width: 100%, $height: 0);
  	background: url("/static/naomiwatanabe/fanclub/logo_footer.svg") left center/cover;
  	padding-top: 9.8%;
  }*/
}
.footer .copyright {
  color: #fff;
  font-size: 12px;
  text-align: right;
  padding: 30px;
}
.drawer-visible .footer {
  filter: blur(50px);
  opacity: 0.8;
}
.footer h1 {
  line-height: 0;
}
.footer h1 img {
  width: 100%;
}

.drawer {
  display: flex;
  gap: 50px;
  flex-direction: column;
  width: 100%;
  height: calc(100vh - 100px);
  margin-top: 100px;
  padding: 0 30px 30px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  transition: all 0.3s 0s ease;
}
.drawer::-webkit-scrollbar {
  display: none;
}
.drawer::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(228, 228, 228, 0.6509803922);
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
}
.drawer-visible .drawer {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.drawer .menu--list {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw 40px;
}
.drawer .menu--list li a {
  display: flex;
  /* gap: 10px; */
  flex-direction: column;
  position: relative;
}
.drawer .menu--list li a p {
  font-size: 6vw;
  font-weight: 600;
}
.drawer .menu--list li a span {
  display: flex;
  gap: 5px;
  font-size: 10px;
}
.drawer .menu--list li a span::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url("/static/naomiwatanabe/fanclub/icon_arrow.svg") left center/contain;
  transform: rotate(180deg);
}
.drawer .menu--list li.tit {
  display: flex;
  align-items: center;
  gap: 40px;
  width: 100%;
  font-weight: bold;
}
.drawer .menu--list li .menu--login {
  display: flex;
  gap: 30px;
  font-family: neue-haas-grotesk-display, sans-serif;
}
.drawer .menu--list li .menu--login .menu--login_link a {
  position: relative;
}
.drawer .menu--list li .menu--login .menu--login_link a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #222;
  position: absolute;
  bottom: 0;
  margin-bottom: -4px;
}
.drawer .menu--list li.grayout {
  pointer-events: none;
}
.drawer .menu--list li.grayout p {
  color: transparent;
  -webkit-text-stroke: 1px #222;
}
.drawer .menu--list li.grayout span::after {
  opacity: 0.5;
}
.drawer .menu--list.official li a p {
  font-size: 4vw;
}
.drawer .menu--list.fc li p {
  font-family: "freude", sans-serif;
  font-weight: 400;
}
.drawer .menu--list.fc li:last-child span {
  padding-top: 5px;
}

.swiper-button-wrap {
  display: flex;
  gap: 15px;
  padding-top: 10px;
  position: relative;
  align-items: flex-end;
  padding-bottom: 30px;
}
.swiper-button-wrap .swiper-button-next,
.swiper-button-wrap .swiper-button-prev {
  position: static;
  height: 20px;
  width: 20px;
  margin: 0;
}
.swiper-button-wrap .swiper-button-next::after,
.swiper-button-wrap .swiper-button-prev::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("/static/naomiwatanabe/fanclub/icon_arrow.svg");
  font-size: 0;
}
.swiper-button-wrap .swiper-button-next {
  transform: rotate(180deg);
}

#wovn-translate-widget {
  display: none !important;
}

.wovn-languages {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  /* gap: 20px; */
  background-color: #f7f7f7;
  width: 160px;
  height: 35px;
  padding: 0 18px;
  color: #222;
  font-size: 14px;
  cursor: pointer;
  border: #222 solid 1px;
  border-radius: 40px;
  position: relative;
  margin-left: 90px;
}
body.drawer-visible .wovn-languages {
  position: fixed;
}
.wovn-languages .tit {
  position: relative;
  z-index: 2;
}
.wovn-languages .nav-dropdown {
  text-align: left;
  z-index: 2;
  width: 30%;
  position: absolute;
  right: 18px;
  top: 4px;
}
.wovn-languages .nav-dropdown .list--language {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.wovn-languages .nav-dropdown .list--language li {
  width: 100%;
  display: none;
  cursor: pointer;
  padding-bottom: 0;
  text-align: right;
  padding: 0;
}
.wovn-languages .nav-dropdown .list--language li::after {
  content: none;
}
.wovn-languages .nav-dropdown .list--language li.selected {
  display: block;
  order: -1;
}
.wovn-languages.visible::before {
  content: none;
}
.wovn-languages.visible .tit {
  opacity: 0.5;
}
.wovn-languages.visible .nav-dropdown {
  opacity: 1;
  pointer-events: visible;
  color: #222;
  transform: translateY(0);
  background: #fff;
  padding: 4px 18px 4px;
  position: absolute;
  z-index: 1;
  right: -1px;
  top: -1px;
  width: calc(100% + 2px);
  /*border-radius: 17px;*/
  border: #222 solid 1px;
}
@media screen and (min-width: 458px) and (max-width: 961px) {
  .wovn-languages.visible .nav-dropdown {
    left: 21px;
  }
}
.wovn-languages.visible .nav-dropdown .list--language li {
  display: block;
  text-align: right;
  transition: opacity 0.4s;
  margin-top: 2px;
  padding-top: 2px;
  border-top: #aaa solid 1px;
}
.wovn-languages.visible .nav-dropdown .list--language li.selected {
  pointer-events: none;
  background: transparent;
  padding: 0 !important;
  opacity: 0.5;
  transition: none;
  border: none;
  margin: 0;
}
@media screen and (min-width: 458px) and (max-width: 961px) {
  .wovn-languages.visible .nav-dropdown .list--language li.selected {
    margin-bottom: 14px;
  }
}

body.page--home {
  /* opening&::before{
  	@include var.content($width:100%,$height:100%);
  }*/
}
body.page--home .mainvisual {
  width: 45%;
  height: 100vh;
  top: 0;
  right: 0;
  position: fixed;
  z-index: 0;
  overflow: hidden;
}
body.page--home .mainvisual::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  transition: all 0.5s 0s ease;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .mainvisual {
    width: 100%;
    height: calc(65vh - 75px);
    top: 75px;
    overflow: hidden;
  }
}
body.page--home .mainvisual img {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  transition: all 2s 0s ease;
}
body.page--home .mainvisual img.main {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  transform: translate(0, -50%) scale(1.5);
}
body.page--home .mainvisual img.blur {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  filter: blur(30px);
  transform: scale(2);
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .mainvisual img {
    -o-object-position: top center;
       object-position: top center;
  }
}
body.page--home.drawer-visible .mainvisual {
  filter: blur(50px);
  opacity: 0.8;
}
body.page--home.loaded .mainvisual img.main {
  transform: translate(0, -50%) scale(1);
}
body.page--home.loaded .mainvisual::after {
  width: 0%;
}
body.page--home .content--main > div {
  position: relative;
  z-index: 1;
}
body.page--home .area--official {
  width: 55%;
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
}
body.page--home .area--official > div, body.page--home .area--official > section {
  position: relative;
  z-index: 1;
}
body.page--home .area--official::after {
  content: "";
  display: block;
  width: 55%;
  height: 260px;
  background: url("/static/naomiwatanabe/fanclub/bg_fv.png") no-repeat left bottom/contain;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0.2;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--official {
    background-color: #f7f7f7;
    width: 100%;
    margin-top: 65vh;
  }
}
body.page--home .area--official .area--fv {
  height: 100vh;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--official .area--fv {
    height: 35vh;
  }
}
body.page--home .area--official .area--fv .logo {
  width: 100%;
  max-width: 680px;
  position: absolute;
  left: 30px;
  bottom: 30px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--official .area--fv .logo {
    width: auto;
    margin: -3vh 0 0px 5%;
    position: initial;
    max-width: 90%;
    height: 35vh;
  }
}
body.page--home .area--official .area--fv .tit p {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--official .area--fv .tit p {
    bottom: 20px;
  }
}
body.page--home .area--official .block--sns {
  margin: 0 0 80px 30px;
}
body.page--home .area--official .block--sns .list--sns {
  display: flex;
  flex-wrap: wrap;
}
body.page--home .area--official .block--sns .list--sns li {
  display: block;
  margin-right: 1em;
  margin-bottom: 10px;
}
body.page--home .area--official .block--sns .list--sns li a {
  display: block;
  min-width: 105px;
  min-height: 2.625em;
  color: #fff;
  padding: 12px 20px;
  border-radius: 40px;
  border: 1px solid #222;
  background: #222;
  transition: all 0.3s 0s ease;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
body.page--home .area--official .block--sns .list--sns li.sub a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  color: #222;
  padding: 8px 20px;
  border-radius: 40px;
  background: transparent;
}
body.page--home .area--official .block--sns .list--sns li.sub a span {
  margin-right: 0.8em;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.1;
}
body.page--home .area--official .block--banner-swiper {
  width: 100%;
  overflow: hidden;
  margin: 0 0 100px 30px;
}
body.page--home .area--official .block--banner-swiper .swiper-wrapper li a {
  display: block;
}
body.page--home .area--official .block--banner-swiper .swiper-wrapper li a img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 961px) {
  body.page--home .area--official .block--banner-swiper.single li, body.page--home .area--official .block--banner-swiper.no-carousel li {
    width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--official .block--banner-swiper li {
    width: 80%;
  }
}
body.page--home .area--official section .tit-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  margin-bottom: 20px;
  line-height: 1;
}
body.page--home .area--official section .tit-wrap .section-tit {
  font-size: 5.2vw;
  line-height: 1;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--official section .tit-wrap .section-tit {
    font-size: 8vw;
  }
}
body.page--home .area--official section .list--info {
  margin-bottom: 60px;
  border-top: #dedede solid 1px;
}
body.page--home .area--official section .list--info li {
  position: relative;
}
body.page--home .area--official section .list--info li.new::before {
  color: #E63082;
  font-size: 12px;
  line-height: 0;
  align-items: center;
  justify-content: center;
  content: "NEW";
  display: flex;
  position: absolute;
  left: 10px;
  top: 10px;
  transform-origin: top left;
  padding-top: 4px;
  font-weight: 600;
  z-index: 2;
}
body.page--home .area--official section .list--info li a {
  display: flex;
  align-items: center;
  border-bottom: #dedede solid 1px;
  padding: 30px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--official section .list--info li a {
    flex-wrap: wrap;
  }
}
body.page--home .area--official section .list--info li a p {
  height: -moz-fit-content;
  height: fit-content;
}
body.page--home .area--official section .list--info li a p.date {
  width: 120px;
  padding-right: 30px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--official section .list--info li a p.date {
    width: auto;
  }
}
body.page--home .area--official section .list--info li a p.category {
  width: 90px;
  color: #b4b4b4;
  background-color: #fff;
  padding: 8px;
  margin-right: 30px;
  border-radius: 30px;
  font-size: 12px;
  text-align: center;
}
body.page--home .area--official section .list--info li a p.tit {
  width: calc(100% - 200px);
  line-height: 2;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--official section .list--info li a p.tit {
    width: 100%;
    padding-top: 5px;
    font-size: 16px;
  }
}
body.page--home .area--official section .list--info.schedule a p.date {
  display: flex;
  flex-direction: column;
  gap: 4px;
  /*width: 100px;*/
}
body.page--home .area--official section .list--info.schedule a p.date .day {
  font-size: 35px;
  font-weight: 600;
}
body.page--home .area--official section.section--video .video {
  width: calc(100% + 30px);
  padding-left: 30px;
  margin-right: 30px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--official section.section--video .video {
    width: 100%;
    margin-right: 0;
  }
}
body.page--home .area--official section.section--video .video a {
  overflow: hidden;
}
body.page--home .area--official section.section--video .video a:not(:first-child) {
  display: none;
}
body.page--home .area--official section.section--video .video a img {
  display: block;
  width: 100%;
  background-size: cover;
  aspect-ratio: 16/9;
  margin-bottom: 10px;
}
body.page--home .area--official section.section--video .video a .tit {
  line-height: 1.5;
}
body.page--home .area--profile {
  background: #222;
  position: relative;
}
body.page--home .area--profile::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("/static/naomiwatanabe/fanclub/bg_profile.png") no-repeat center center/cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0.2;
}
body.page--home .area--profile a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 630px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--profile a {
    height: 400px;
  }
}
body.page--home .area--profile a h2 {
  font-size: 48px;
  margin-bottom: 10px;
}
body.page--home .area--profile a .btn {
  font-size: 10px;
}
body.page--home .area--fanclub {
  background-color: #e082a2;
  color: #fff;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--fanclub {
    padding-bottom: 40px;
  }
}
body.page--home .area--fanclub .fanclub-tit {
  padding: 120px 0;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--fanclub .fanclub-tit {
    padding: 80px 0;
  }
}
body.page--home .area--fanclub .fanclub-tit h2 {
  position: relative;
  text-align: center;
  color: #E63082;
}
body.page--home .area--fanclub .fanclub-tit h2::before {
  content: "";
  display: block;
  width: 20%;
  height: auto;
  min-width: 180px;
  aspect-ratio: 100/47;
  background: url("/static/naomiwatanabe/common/logo_fanclub.svg") no-repeat center center/contain;
  margin-inline: auto;
}
body.page--home .area--fanclub .fanclub-tit h2 .tit-sub {
  font-size: max(2vw, 20px);
}
body.page--home .area--fanclub .fanclub-tit h2 .tit-main {
  font-family: "freude", sans-serif;
  font-weight: 400;
  font-size: max(8vw, 60px);
  line-height: 1;
  letter-spacing: -0.3vw;
}
body.page--home .area--fanclub .fanclub-tit .block--login {
  display: flex;
  justify-content: center;
  padding-top: 40px;
  gap: 30px;
}
body.page--home .area--fanclub .fanclub-tit .block--login .btn--main {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  color: #E63082;
}
body.page--home .area--fanclub section {
  display: flex;
  border-top: #fff solid 1px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--fanclub section {
    flex-direction: column;
    width: 95%;
    margin-left: 5%;
    border-left: #fff solid 1px;
  }
}
body.page--home .area--fanclub section .tit-wrap {
  display: flex;
  justify-content: space-between;
  width: 55%;
  padding: 30px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--fanclub section .tit-wrap {
    width: 100%;
    flex-wrap: wrap;
    padding: 5%;
  }
}
body.page--home .area--fanclub section .tit-wrap .section-tit {
  width: 80%;
  font-family: "freude", sans-serif;
  font-weight: 400;
  font-size: min(4vw, 60px);
  line-height: 1;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--fanclub section .tit-wrap .section-tit {
    width: 60%;
    font-size: 7.6vw;
  }
}
body.page--home .area--fanclub section .tit-wrap .btn--main {
  color: #fff;
  border: #fff solid 1px;
  height: -moz-fit-content;
  height: fit-content;
}
body.page--home .area--fanclub section .tit-wrap .txt-caption {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--fanclub section .tit-wrap .txt-caption {
    position: static;
  }
}
body.page--home .area--fanclub section .swiper-button-wrap {
  padding: 0 0 30px 0;
  flex-direction: row-reverse;
  position: absolute;
  right: calc(45% + 30px);
  bottom: 0px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--fanclub section .swiper-button-wrap {
    position: relative;
    right: 5%;
  }
}
body.page--home .area--fanclub section .swiper-button-wrap .swiper-button-next::after,
body.page--home .area--fanclub section .swiper-button-wrap .swiper-button-prev::after {
  background: url("/static/naomiwatanabe/fanclub/icon_arrow_white.svg");
}
body.page--home .area--fanclub section .slide-wrap {
  background-color: #f7f7f7;
  width: 45%;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--fanclub section .slide-wrap {
    width: 100%;
  }
}
body.page--home .area--fanclub section .slide-wrap li.no-date {
  width: 110%;
  aspect-ratio: 16/8;
  margin-right: -10%;
}
body.page--home .area--fanclub section .slide-wrap li.no-date::after {
  content: "COMING SOON";
  display: flex;
  justify-content: center;
  align-items: center;
  background: #222;
  width: 100%;
  height: 100%;
  font-size: 1.5vw;
  font-weight: 600;
  opacity: 0.2;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--fanclub section .slide-wrap li.no-date {
    width: 100%;
  }
  body.page--home .area--fanclub section .slide-wrap li.no-date::after {
    font-size: 20px;
  }
}
body.page--home .area--fanclub section .slide-wrap li.swiper-slide {
  background: url("/static/naomiwatanabe/common/logo_fanclub_white.svg") #D2D2D2 no-repeat center/80% auto;
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
}
body.page--home .area--fanclub section .slide-wrap li.swiper-slide.new::after {
  color: #E63082;
  font-size: 12px;
  line-height: 0;
  align-items: center;
  justify-content: center;
  content: "NEW";
  display: flex;
  position: absolute;
  left: 10px;
  top: 10px;
  transform-origin: top left;
  padding-top: 4px;
  font-weight: 600;
  z-index: 2;
  background-color: #fff;
  width: 45px;
  height: 25px;
  line-height: 1.5;
  align-items: baseline;
  color: #E63082;
  left: 0px;
  top: 0px;
}
body.page--home .area--fanclub section .slide-wrap li.swiper-slide a {
  display: block;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
body.page--home .area--fanclub section .slide-wrap li.swiper-slide a::after {
  content: "MEMBERS ONLY";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
body.page--home .area--fanclub section .slide-wrap li.swiper-slide a img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(30px);
  transform: scale(2);
}
body.page--home .area--fanclub section .slide-wrap li.swiper-slide a.member::after {
  display: none;
}
body.page--home .area--fanclub section .slide-wrap li.swiper-slide a.member img {
  filter: none;
  transform: none;
}
body.page--home .area--fanclub section .slide-wrap li.swiper-slide a > .date,
body.page--home .area--fanclub section .slide-wrap li.swiper-slide a .txt {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 10px;
  mix-blend-mode: difference;
  letter-spacing: 2px;
}
body.page--home .area--fanclub section .slide-wrap li.swiper-slide a > .date .tit,
body.page--home .area--fanclub section .slide-wrap li.swiper-slide a .txt .tit {
  display: none;
}
body.page--home .area--support {
  display: flex;
  gap: 60px;
  background-color: #222;
  padding: 40px 30px 0;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--support {
    flex-direction: column;
    gap: 30px;
    padding: 40px 5%;
  }
}
body.page--home .area--support .list--support {
  border-left: #fff solid 1px;
  padding-left: 40px;
  padding-bottom: 20px;
  height: -moz-fit-content;
  height: fit-content;
}
body.page--home .area--support .list--support li {
  color: #fff;
  margin-bottom: 10px;
}
body.page--home .area--support .list--support li.tit {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  font-weight: bold;
  margin-bottom: 20px;
}
body.page--home .area--support .list--support li a {
  color: #fff;
}
body.page--home .area--support .list--support.sns li {
  display: flex;
  gap: 30px;
}

body.page--info .list--video {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin-inline: auto;
  border-left: #dedede solid 1px;
}
body.page--info .list--video li {
  transform: translate(0);
  width: 50%;
}
body.page--info .list--video li a {
  border-right: #dedede solid 1px;
  display: block;
}
li:nth-child(2n) body.page--info .list--video li a {
  border: none;
}
body.page--info .list--video li figure img {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
}
body.page--info .list--video li .list__txt {
  padding: 20px;
}
body.page--info .list--works {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin-inline: auto;
  border-left: #dedede solid 1px;
}
body.page--info .list--works li {
  border-right: #dedede solid 1px;
  border-bottom: #dedede solid 1px;
  transform: translate(0);
  width: 33%;
}
body.page--info .list--works li a {
  display: block;
}
li:nth-child(2n) body.page--info .list--works li a {
  border: none;
}
body.page--info .list--works li figure {
  background: #D2D2D2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  overflow: hidden;
}
body.page--info .list--works li figure img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}
body.page--info .list--works li .list__txt {
  padding: 20px;
}
body.page--info .list--works li .list__txt .tit {
  line-height: 1.4;
}
body.page--info .list--works li .date {
  display: block;
  opacity: 0.8;
  margin-top: 0.5em;
  font-size: 0.9em;
}
body.page--info .section--detail .block--title .tit {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
body.page--info .section--detail .block--title .block--time {
  display: flex;
  gap: 30px;
}
body.page--info .section--detail .block--title .block--time .category {
  color: #b4b4b4;
  width: 90px;
  background-color: #fff;
  padding: 8px;
  border-radius: 30px;
  font-size: 12px;
  text-align: center;
  line-height: 1;
}
body.page--info .section--detail .block--txt {
  position: relative;
}
body.page--info .section--detail .block--txt .txt {
  min-height: 35vh;
}
body.page--info .section--detail .block--txt .txt .video {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
}
body.page--info .section--detail .block--txt .txt .video iframe {
  width: 100%;
  height: 100%;
}
body.page--info .section--detail .block--txt .block--share {
  display: flex;
  justify-content: right;
  gap: 20px;
}
.page--schedule .section--list .list--schedule .started {
  border-bottom: #dedede solid 1px;
  width: calc(100% + 60px);
  margin-left: -30px;
  padding: 0 30px;
}
.page--schedule .section--list .list--schedule .started .inner {
  display: flex;
}
.page--schedule .section--list .list--schedule .started .date--event {
  display: flex;
  width: 190px;
  padding-right: 30px;
  gap: 10px;
  align-items: center;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--schedule .section--list .list--schedule .started .date--event {
    width: 80px;
    padding-right: 0;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    line-height: 1;
  }
}
.page--schedule .section--list .list--schedule .started .date--event strong {
  width: 50%;
  font-size: 25px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--schedule .section--list .list--schedule .started .date--event strong {
    width: auto;
  }
}
.page--schedule .section--list .list--schedule .started .list__wrap {
  width: calc(100% - 150px);
  margin-right: -30px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--schedule .section--list .list--schedule .started .list__wrap {
    width: 100%;
  }
}
.page--schedule .section--list .list--schedule .started .list__wrap a {
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  padding: 30px;
  border-bottom: none;
  transition: all 0.3s 0s ease;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--schedule .section--list .list--schedule .started .list__wrap a {
    flex-wrap: wrap;
    gap: 10px 25px;
    padding: 25px 30px;
  }
  .page--schedule .section--list .list--schedule .started .list__wrap a .tit {
    line-height: 1.5;
  }
}
.page--schedule .section--list .list--schedule .started .list__wrap a:hover {
  background: #fff;
}
.page--schedule .section--list .list--schedule .started .list__wrap a time {
  color: #b4b4b4;
}
.page--schedule .section--list .list--schedule .started .list__wrap a .category {
  color: #b4b4b4;
  width: 90px;
  background-color: #fff;
  padding: 8px;
  border-radius: 30px;
  font-size: 12px;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--schedule .section--list .list--schedule .started .list__wrap a .tit {
    width: 100%;
  }
}

.block--pager {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
.block--pager li a {
  position: relative;
}
.block--pager li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #222;
  position: absolute;
  bottom: -4px;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.block--pager li.pager__item--newer, .block--pager li.pager__item--older {
  transform: scale(0.8);
}
.block--pager li.pager__item--newer .arrow, .block--pager li.pager__item--older .arrow {
  display: block;
  background: url("/static/naomiwatanabe/fanclub/icon_arrow.svg") no-repeat center center/contain;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
}
.block--pager li.pager__item--newer svg, .block--pager li.pager__item--older svg {
  display: none;
}
.block--pager li.pager__item--newer > span, .block--pager li.pager__item--older > span {
  opacity: 0.3;
}
.block--pager li.pager__item--older {
  transform: rotate(180deg);
}
.block--pager li.pager__item--current {
  font-weight: bold;
}
.block--pager li.pager__item--current span::before {
  transform: scale(1, 1);
}
.block--pager li.block--pager--number span,
.block--pager li.block--pager--number a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .block--pager li.block--pager--number {
    margin-right: 0;
    text-align: center;
  }
}

.page--blog .section--list .tit-wrap {
  margin-bottom: 40px;
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(247, 247, 247, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
}
.page--blog .section--list .tit-wrap .section-tit {
  padding: 0;
  margin: 0;
  position: relative;
  display: inline-block;
}
.page--blog .section--list .tit-wrap .section-tit::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-size: contain;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: 3px;
}
.page--blog .section--list .tit-wrap .icon {
  width: 200px;
  height: 200px;
  overflow: hidden;
  margin-right: 30px;
}
.page--blog .section--list .tit-wrap .icon img {
  background-image: cover;
  width: 100%;
  border-radius: 50%;
}
.page--blog .section--list .block--list {
  margin-inline: auto;
}
.page--blog .section--list .block--list .list--contents {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin-inline: auto;
  border-left: #dedede solid 1px;
}
.page--blog .section--list .block--list .list--contents li {
  transform: translate(0);
  width: calc(33.3333333333% - 1px);
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
  border-right: #dedede solid 1px;
  border-bottom: #dedede solid 1px;
}
.page--blog .section--list .block--list .list--contents li:not(.no-data)::before {
  content: "MEMBERS ONLY";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  pointer-events: none;
}
.page--blog .section--list .block--list .list--contents li.new::after {
  color: #E63082;
  font-size: 12px;
  line-height: 0;
  align-items: center;
  justify-content: center;
  content: "NEW";
  display: flex;
  position: absolute;
  left: 10px;
  top: 10px;
  transform-origin: top left;
  padding-top: 4px;
  font-weight: 600;
  z-index: 2;
  background-color: #fff;
  width: 45px;
  height: 25px;
  line-height: 1.5;
  align-items: baseline;
  color: #E63082;
  left: 0px;
  top: 0px;
}
.page--blog .section--list .block--list .list--contents li:nth-last-child(-n+3) {
  border-bottom: 0;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--blog .section--list .block--list .list--contents li {
    width: 100%;
  }
}
.page--blog .section--list .block--list .list--contents li a .thumb {
  filter: blur(30px);
  transform: scale(2);
}
.page--blog .section--list .block--list .list--contents li a .no-thumb {
  background: url("/static/naomiwatanabe/common/logo_fanclub.svg") #000 no-repeat center/80% auto;
  filter: grayscale(1) blur(30px);
  opacity: 0.15;
}
.page--blog .section--list .block--list .list--contents li .list__txt {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.page--blog .section--list .block--list .list--contents li.no-data {
  width: 100%;
  margin: 0;
  text-align: center;
  aspect-ratio: auto;
  padding: 10vh;
}
.page--blog .section--list .block--list .list--contents li.member::before {
  display: none;
}
.page--blog .section--list .block--list .list--contents li.member a .thumb {
  filter: none;
  transform: none;
}
.page--blog .section--list .block--list .list--contents li.member a .no-thumb {
  filter: grayscale(1);
}
.page--blog .section--list .block--list .list--contents li.member::before {
  display: none;
}
.page--blog .section--list .block--list .list--contents.nologin li a:hover::before {
  content: none;
}
.page--blog .section--list .block--list .list--contents.nologin li a:hover .date {
  display: none;
}
.page--blog .section--list .block--list .list--contents.nologin .thumb {
  position: relative;
}
.page--blog .section--list .block--list .list--contents.nologin .thumb::before {
  content: "";
  display: block;
  width: 90%;
  height: 90%;
  background: #222;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page--blog .section--list .block--list .list--contents.nologin .thumb::after {
  -webkit-backdrop-filter: blur(80px);
          backdrop-filter: blur(80px);
  z-index: 2;
}
.page--blog .section--list .block--list .list--contents.nologin .members-only {
  font-size: 20px;
  color: #f7f7f7;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  width: -moz-fit-content;
  width: fit-content;
}
.page--blog .section--list .block--list .list--contents.delighter.started {
  transform: translateY(0);
}
.page--blog .section--list .thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  background-size: cover;
  transform: translateZ(0);
}
.page--blog .section--list #next {
  margin-top: 40px;
}
.page--blog .section--list #next .loading {
  display: block;
  width: 2em;
  height: 2em;
  margin: 20px auto;
  animation: load 1.1s infinite linear;
}
.page--blog .section--list #next .loading svg {
  width: 2em;
  height: 2em;
}
.page--blog .slick-arrow {
  display: block;
  position: absolute;
  bottom: -40px;
  width: 50px;
  height: 23px;
}
.page--blog .slick-arrow.slick--prev {
  left: 0;
}
.page--blog .slick-arrow.slick--next {
  left: 60px;
}
.page--blog .slick-arrow.slick-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.page--blog .slick-dots {
  position: absolute;
  bottom: 1vh;
}
.page--blog .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
  margin-right: 10px;
  transition: 0.3s;
}
.page--blog .slick-dots li:last-child {
  margin-right: 0;
}
.page--blog .slick-dots li::before {
  content: "";
  display: block;
  border-radius: 100%;
  border: solid 1px #f7f7f7;
  opacity: 1;
  width: 10px;
  height: 10px;
}
.page--blog .slick-dots li.slick-active::before {
  background: #f7f7f7;
}
.page--blog .slick-dots li button {
  display: none;
}
.page--blog .section--detail {
  /*.icon--like{
  	@include var.flex-display;
  	@include var.flex-justify(flex-end);
  	@include var.flex-align(center);
  	cursor: pointer;
  	width: auto;
  	span{font-size: 12px; margin-left: 5px; letter-spacing: .05em;}
  	i.fa-heart{
  		font-size: 20px;
  		position: relative;
  		&::before{
  			opacity: 0;
  		}
  		&::after{
  			content: "";
  			display: block;
  			width: 20px;
  			height: 20px;
  			background: url(/static/naomiwatanabe/fanclub/heart_solid.svg) no-repeat;
  			position: absolute;
  			top: 0;
  			left: 0;
  		}
  		&.clicked::after{
  			content: "";
  			display: block;
  			width: 20px;
  			height: 20px;
  			background: url(/static/naomiwatanabe/fanclub/heart.svg) no-repeat;
  			position: absolute;
  			top: 0;
  			left: 0;
  			animation: heart 1.2s reverse both ;
  		}
  	}
  }*/
}
.page--blog .section--detail .section--inner {
  max-width: 1000px;
  margin-inline: auto;
  border-left: #dedede solid 1px;
  border-right: #dedede solid 1px;
}
.page--blog .section--detail .txt {
  display: flex;
  background: #fff;
  color: #222;
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  border-right: #dedede solid 1px;
}
.page--blog .section--detail .txt a {
  color: #E63082;
  text-decoration: none;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--blog .section--detail .txt {
    flex-direction: column;
  }
}
.page--blog .section--detail .header--detail {
  background: #fff;
  color: #222;
  position: relative;
  border: 1px solid #dedede;
  border-top: none;
  max-width: 1000px;
  margin-inline: auto;
}
.page--blog .section--detail .header--detail .date {
  margin: 0;
}
.page--blog .section--detail .header--detail .inner {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: left;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--blog .section--detail .header--detail .inner {
    flex-direction: row;
  }
}
.page--blog .section--detail .header--detail .inner .block--writer {
  display: flex;
  align-items: center;
  padding: 16px 25px;
  border-left: 1px solid #dedede;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--blog .section--detail .header--detail .inner .block--writer {
    border: none;
    padding: 16px 0 16px 20px;
    width: calc(80% - 20px);
  }
}
.page--blog .section--detail .header--detail .inner .block--writer .icon {
  background-color: #f7f7f7;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  overflow: hidden;
}
.page--blog .section--detail .header--detail .inner .block--writer .icon img {
  background-size: cover;
  width: 100%;
}
.page--blog .section--detail .header--detail .inner .block--writer .writer {
  font-size: 13px;
  letter-spacing: 0.02em;
  position: relative;
  display: inline-block;
}
.page--blog .section--detail .header--detail .inner .block--writer .writer::after {
  content: "";
  display: block;
  width: 15px;
  height: 16px;
  background: url(/static/naomiwatanabe/fanclub/icon_official_b.svg) no-repeat center;
  background-size: contain;
  display: inline-block;
  margin-left: 4px;
  position: relative;
  top: 2px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--blog .section--detail .header--detail .inner .block--writer .writer {
    width: 60%;
  }
}
.page--blog .section--detail .header--detail .inner .date {
  background-color: #fff;
  display: block;
  width: 60%;
  padding-left: 30px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--blog .section--detail .header--detail .inner .date {
    width: 20%;
    padding: 0;
    text-align: right;
  }
}
.page--blog .section--detail .block--thumb {
  width: 60%;
  position: relative;
  border-left: 1px solid #dedede;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--blog .section--detail .block--thumb {
    width: 100%;
  }
}
.page--blog .section--detail .block--thumb .block--player .video-js {
  position: relative;
}
.page--blog .section--detail .block--thumb .block--player .video-js .vjs-tech {
  position: relative;
}
.page--blog .section--detail .block--thumb .list--thumb {
  margin: 0;
}
.page--blog .section--detail .txt-area {
  width: 40%;
  padding: 25px;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  border-left: 1px solid rgba(34, 34, 34, 0.2);
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--blog .section--detail .txt-area {
    width: 100%;
  }
}
.page--blog .section--detail .txt-area .icon--like {
  position: absolute;
  right: 20px;
  top: -45px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--blog .section--detail .txt-area .icon--like {
    position: absolute;
    left: 30px;
    justify-content: flex-start;
    top: 30px;
  }
}
.page--blog .section--detail .ph {
  margin: 0;
}
.page--blog .section--detail .ph img {
  display: block;
}
.page--blog .section--detail .block--form {
  position: relative;
  background: #fff;
  border: #dedede solid 1px;
  border-bottom: none;
  max-width: 1000px;
  margin-inline: auto;
}
.page--blog .section--detail .block--form .comment--area {
  border: none;
  line-height: 1.5;
}
.page--blog .section--detail .block--form .btn {
  display: flex;
  justify-content: right;
  padding: 0 20px 20px 0;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--blog .section--detail .block--form .btn {
    padding: 0 5% 5% 0;
  }
}
.page--blog .section--detail .detail__btn {
  margin: 0;
  padding-top: 40px;
}
.page--blog .section--detail .detail__btn::before {
  content: "";
  display: block;
  width: calc(100% + 60px);
  height: 1px;
  background: #dedede;
  bottom: 0;
  top: 0;
  left: -30px;
  position: absolute;
}
.page--blog .section--detail .comment--list {
  background: #fff;
  max-width: 1000px;
  margin-inline: auto;
  padding: 20px;
  border: #dedede solid 1px;
  border-bottom: none;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--blog .section--detail .comment--list {
    padding: 5%;
  }
}
.page--blog .section--detail .comment--list .list--comment {
  max-height: 45vh;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 10px;
}
.page--blog .section--detail .comment--list .list--comment .comment {
  margin: 0;
  border-bottom: 1px dotted #dedede;
  padding: 1em;
}
.page--blog .section--detail .comment--list .list--comment .comment:last-child {
  border-bottom: none;
}
.page--blog .section--detail .comment--list .list--comment .comment .list__txt {
  display: flex;
  justify-content: left;
  gap: 10px;
  margin-bottom: 10px;
}
.page--blog .section--detail .comment--list .list--comment .comment .list__txt .date {
  color: #b4b4b4;
}
.page--blog .section--detail .comment--list .list--comment .comment .btn--report a,
.page--blog .section--detail .comment--list .list--comment .comment .btn--delete input {
  display: block;
  background: #fff;
  color: #222;
  line-height: 1.15;
  border: 1px solid #dedede;
  padding: 0.25em;
  font-size: 0.8em;
  border-radius: 6px;
  margin-left: 0.5em;
}
.page--blog .section--detail .comment--list .list--comment .comment .btn--delete input {
  background: #dedede;
}
.page--blog .section--detail .comment--list .list--comment .comment.artist {
  background: #f7f7f7;
}
.page--blog .section--detail .comment--list .list--comment .comment.artist .name {
  font-weight: bold;
  color: #E63082;
}
.page--blog .section--detail .comment--list .list--comment .comment.artist .name::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(/static/naomiwatanabe/fanclub/icon_official_b.svg) no-repeat center;
  background-size: contain;
  display: inline-block;
  margin-left: 4px;
  position: relative;
  top: 2px;
}
.page--blog .section--detail .comment--list .list--comment .comment.artist .list--comments__text {
  font-weight: bold;
}
.page--blog .section--detail .comment--list .list--comment:has(.no-data) {
  height: auto;
  background: transparent;
  padding: 0;
  color: #dedede;
}

/* comment */
.page--comment .section--detail .txt {
  padding: 30px 0;
}
.page--comment .section--detail .txt .center {
  margin-bottom: 30px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--comment .section--detail .txt .center {
    margin-top: 20px;
  }
}
.page--comment .section--detail .txt .comment--post__txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 70%;
  margin: 0 auto 30px;
  border-top: #dedede solid 1px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--comment .section--detail .txt .comment--post__txt {
    width: 100%;
  }
}
.page--comment .section--detail .txt .comment--post__txt dt,
.page--comment .section--detail .txt .comment--post__txt dd {
  padding: 20px 0;
  border-bottom: #dedede solid 1px;
}
.page--comment .section--detail .txt .comment--post__txt dt {
  width: 30%;
  font-weight: 600;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--comment .section--detail .txt .comment--post__txt dt {
    width: 100%;
    border: none;
    padding-bottom: 0;
  }
}
.page--comment .section--detail .txt .comment--post__txt dd {
  width: 70%;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--comment .section--detail .txt .comment--post__txt dd {
    width: 100%;
    padding-top: 10px;
  }
}

.page--movie.new-movie .section--list .block--title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.page--movie.new-movie .section--list .block--title .btn--main {
  height: -moz-fit-content;
  height: fit-content;
}
.page--movie.new-movie .section--list .block--list .list--contents {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 60px);
  margin-left: -30px;
  border-left: #dedede solid 1px;
}
.page--movie.new-movie .section--list .block--list .list--contents li {
  width: 50%;
  border-right: #dedede solid 1px;
  border-bottom: #dedede solid 1px;
}
.page--movie.new-movie .section--list .block--list .list--contents li.no-data {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10vh 0;
  border-left: #dedede solid 1px;
}
.page--movie.new-movie .section--list .block--list .list--contents li.new a::before {
  color: #E63082;
  font-size: 12px;
  line-height: 0;
  align-items: center;
  justify-content: center;
  content: "NEW";
  display: flex;
  position: absolute;
  left: 10px;
  top: 10px;
  transform-origin: top left;
  padding-top: 4px;
  font-weight: 600;
  z-index: 2;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.new-movie .section--list .block--list .list--contents li.new a::before {
    font-size: 12px;
    left: 15px;
    top: 10px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.new-movie .section--list .block--list .list--contents li {
    width: 100%;
  }
}
.page--movie.new-movie .section--list .block--list .list--contents li a {
  display: flex;
  align-items: center;
  position: relative;
  gap: 30px;
  transition: all 0.3s 0s ease;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.new-movie .section--list .block--list .list--contents li a {
    flex-wrap: wrap;
    gap: 20px 25px;
    align-items: flex-start;
  }
}
.page--movie.new-movie .section--list .block--list .list--contents li a:hover {
  background: #fff;
}
.page--movie.new-movie .section--list .block--list .list--contents li a .thumb {
  position: relative;
  width: 140px;
  height: 140px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.new-movie .section--list .block--list .list--contents li a .thumb {
    width: 110px;
    height: 110px;
  }
}
.page--movie.new-movie .section--list .block--list .list--contents li a .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}
.page--movie.new-movie .section--list .block--list .list--contents li a .thumb .blur {
  display: none;
}
.page--movie.new-movie .section--list .block--list .list--contents li a .thumb::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("/static/naomiwatanabe/common/logo_fanclub.svg") #000 no-repeat center/80% auto;
  filter: grayscale(1);
  opacity: 0.15;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.page--movie.new-movie .section--list .block--list .list--contents li a .list__txt {
  display: flex;
  gap: 30px;
  align-items: center;
  width: calc(100% - 120px);
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.new-movie .section--list .block--list .list--contents li a .list__txt {
    flex-direction: column;
    align-items: baseline;
    gap: 5px;
    width: calc(100% - 140px);
    padding-top: 20px;
  }
}
.page--movie.new-movie .section--list .block--list .list--contents li a .list__txt .date {
  color: #b4b4b4;
}
.page--movie.new-movie .section--list .block--list .list--contents li a .list__txt .tit {
  padding-right: 30px;
  line-height: 1.5;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.new-movie .section--list .block--list .list--contents li a .list__txt .tit {
    width: 100%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.new-movie .section--detail {
    padding-top: 0 !important;
  }
}
.page--movie.new-movie .section--detail .area--movie .block--player .video-js {
  position: relative;
}
.page--movie.new-movie .section--detail .area--movie .block--player .video-js *:focus:not(:focus-visible),
.page--movie.new-movie .section--detail .area--movie .block--player .video-js .vjs-menu *:focus:not(:focus-visible) {
  background: inherit;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.new-movie .section--detail .area--movie .block--player .video-js .vjs-play-control {
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 45vw;
    top: inherit;
  }
}
.page--movie.new-movie .section--detail .area--movie .block--player .video-js .vjs-play-progress {
  background: #E63082;
}
.page--movie.new-movie .section--detail .area--movie .block--player .video-js .vjs-play-progress::before {
  color: #E63082;
}
.page--movie.new-movie .section--detail .area--movie .block--player .video-js .vjs-progress-holder {
  width: 100%;
  margin: 0;
}
.page--movie.new-movie .section--detail .vjs-control-bar {
  background-color: rgba(0, 0, 0, 0.4588235294) !important;
}
.page--movie.new-movie .section--detail .section--inner {
  position: relative;
}
.page--movie.new-movie .section--detail .section--inner::after {
  content: "";
  display: block;
  width: calc(100% + 60px);
  height: 1px;
  background: #dedede;
  bottom: 0;
  left: -30px;
  position: absolute;
}
.page--movie.new-movie .section--detail .block--title {
  padding: 0;
}
.page--movie.new-movie .section--detail .block--txt {
  display: flex;
  max-width: 1000px;
  margin-inline: auto;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.new-movie .section--detail .block--txt {
    flex-direction: column;
  }
}
.page--movie.new-movie .section--detail .block--txt .area--movie {
  background: none;
  width: 40%;
}
.page--movie.new-movie .section--detail .block--txt .area--movie .vjs-big-play-centered .vjs-big-play-button {
  transform: translate(-50%, -50%);
  margin: 0;
  filter: invert(0.85);
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.new-movie .section--detail .block--txt .area--movie .video-js .vjs-play-control.vjs-paused span::before {
    filter: invert(0.85);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.new-movie .section--detail .block--txt .area--movie {
    width: 100%;
  }
}
.page--movie.new-movie .section--detail .block--txt .area--movie .block--player {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  z-index: 0;
  margin-bottom: 30px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.new-movie .section--detail .block--txt .area--movie .block--player {
    top: 0;
  }
}
.page--movie.new-movie .section--detail .block--txt .area--movie .block--player .vjs-has-started .vjs-poster {
  display: inline-block;
}
.page--movie.new-movie .section--detail .block--txt .area--movie .block--player video {
  width: 100%;
  height: 0;
  background: #000;
  padding-top: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.page--movie.new-movie .section--detail .block--txt .area--movie .block--player .thumb {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.page--movie.new-movie .section--detail .block--txt .area--movie .block--player .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page--movie.new-movie .section--detail .block--txt .area--movie .block--tit {
  width: 100%;
  padding: 0 30px;
  margin-bottom: 30px;
}
.page--movie.new-movie .section--detail .block--txt .area--movie .block--tit .tit {
  font-size: 16px;
  font-weight: 600;
}
.page--movie.new-movie .section--detail .block--txt .area--more-info {
  width: 60%;
  border-left: #dedede solid 1px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.new-movie .section--detail .block--txt .area--more-info {
    width: 100%;
    border: none;
  }
}
.page--movie.new-movie .section--detail .block--txt .area--more-info .block--tab {
  width: 100%;
  cursor: pointer;
}
.page--movie.new-movie .section--detail .block--txt .area--more-info .block--tab__main {
  border-top: #dedede solid 1px;
}
.page--movie.new-movie .section--detail .block--txt .area--more-info .block--tab__main .block--more_movies {
  background: none;
  border: none;
  padding: 0;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.new-movie .section--detail .block--txt .area--more-info .block--tab__main .block--more_movies {
    width: 100%;
  }
}
.page--movie.new-movie .section--detail .block--txt .area--more-info .block--tab__main .block--more_movies .more_movies_title {
  padding: 20px;
  border-bottom: #dedede solid 1px;
}
.page--movie.new-movie .section--detail .block--txt .area--more-info .block--tab__main .block--more_movies .list--contents li {
  width: 100%;
  margin: 0;
  border-bottom: #dedede solid 1px;
}
.page--movie.new-movie .section--detail .block--txt .area--more-info .block--tab__main .block--more_movies .list--contents li a {
  display: flex;
  align-items: center;
  padding: 20px;
  width: 100%;
  position: relative;
  transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.new-movie .section--detail .block--txt .area--more-info .block--tab__main .block--more_movies .list--contents li a {
    flex-wrap: nowrap;
    justify-content: left;
    gap: 20px;
    padding: 20px;
  }
}
.page--movie.new-movie .section--detail .block--txt .area--more-info .block--tab__main .block--more_movies .list--contents li a:hover {
  background: #fff;
}
.page--movie.new-movie .section--detail .block--txt .area--more-info .block--tab__main .block--more_movies .list--contents li a .thumb {
  width: 60px;
  height: 60px;
  margin: 0 40px 0 0;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.new-movie .section--detail .block--txt .area--more-info .block--tab__main .block--more_movies .list--contents li a .thumb {
    margin-right: 0;
  }
}
.page--movie.new-movie .section--detail .block--txt .area--more-info .block--tab__main .block--more_movies .list--contents li a .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}
.page--movie.new-movie .section--detail .block--txt .area--more-info .block--tab__main .block--more_movies .list--contents li a .thumb .blur {
  display: none;
}
.page--movie.new-movie .section--detail .block--txt .area--more-info .block--tab__main .block--more_movies .list--contents li a .list__txt {
  display: flex;
  gap: 30px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.new-movie .section--detail .block--txt .area--more-info .block--tab__main .block--more_movies .list--contents li a .list__txt {
    flex-direction: column;
    gap: 10px;
    width: 70%;
    line-height: 1.5;
  }
}
.page--movie.new-movie .section--detail .block--txt .area--more-info .block--tab__main .block--more_movies .list--contents li a .list__txt .date {
  color: #b4b4b4;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.new-movie .section--detail .block--txt .area--more-info .block--tab__main .block--more_movies .list--contents li a .list__txt .tit {
    width: 100%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.new-movie .section--detail .block--txt .area--more-info .block--tab__main .block--comments {
    padding-top: 30px;
  }
}
.page--movie.new-movie .section--detail .block--txt .area--more-info .block--tab__main .block--comments .block--post {
  width: calc(100% - 40px);
  margin: 0 auto 10px;
}
.page--movie.new-movie .section--detail .block--txt .area--more-info .block--tab__main .block--comments .block--post input[type=text] {
  border-radius: 40px;
  border: #222 solid 1px;
  padding-left: 20px;
}
.page--movie.new-movie .section--detail .block--txt .area--more-info .block--tab__main .block--comments .block--post input[type=text]:focus {
  background-color: #fff;
}
.page--movie.new-movie .section--detail .block--txt .area--more-info .block--tab__main .block--comments .block--post input[type=submit] {
  background-position: center;
}
.page--movie.new-movie .section--detail .block--txt .area--more-info .block--tab__main .block--comments .small {
  width: calc(100% - 40px);
  margin: 0 auto 30px;
}
.page--movie.new-movie .section--detail .block--txt .area--more-info .block--tab__main .block--comments .list--comment {
  border: none;
}
.page--movie.new-movie .section--detail .block--txt .area--more-info .block--tab__main .block--comments .list--comment li {
  background-color: inherit;
  border-bottom: #dedede solid 1px;
}
.page--movie.new-movie .section--detail .block--txt .area--more-info .block--tab__main .block--comments .list--comment li:first-child {
  border-top: #dedede solid 1px;
}
.page--movie.new-movie .section--detail .block--txt .area--more-info .block--tab__main .block--comments .list--comment li .list__txt {
  width: 100%;
  padding: 20px;
}
.page--movie.new-movie .section--detail .block--txt .area--more-info .block--tab__main .block--comments .list--comment li .list__txt .report-btn {
  right: 20px;
}
.page--movie.new-movie .section--detail .block--txt .area--more-info .block--tab__main .block--comments .list--comment li .list__txt .btn--report a {
  border: #222 solid 1px;
  color: #222;
}
.page--movie.new-movie .section--detail .block--txt .area--more-info .block--tab__main .block--comments .list--comment li .list__txt .txt {
  padding: 0;
}
.page--movie.new-movie .section--detail .detail__btn {
  font-weight: normal;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.new-movie .section--detail .detail__btn {
    padding: 20px 5%;
  }
}

.page--schedule .section--list .block--title .section-tit {
  margin-bottom: 20px;
}
.page--schedule .section--list .block--month {
  display: flex;
  gap: 30px;
  align-items: baseline;
}
.page--schedule .section--list .block--month .tit {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--schedule .section--list .block--month .tit {
    margin-bottom: 10px;
  }
}
.page--schedule .section--list .block--month .tit span {
  font-size: 12px;
  margin-left: 10px;
}
.page--schedule .section--list .block--month .month-pager {
  display: flex;
  gap: 20px;
  align-items: end;
}
.page--schedule .section--list .block--category .list--sort {
  display: flex;
  gap: 30px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--schedule .section--list .block--category .list--sort {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.page--schedule .section--list .block--category .list--sort li .category {
  font-weight: 800;
}
.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 {
  font-weight: 400;
}
body:not(.page--home) .page--entry .block--title .section-tit {
  color: #E63082;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 20px;
  margin-bottom: 20px;
}
body:not(.page--home) .page--entry .block--title .section-tit::before {
  content: "";
  display: block;
  width: 80%;
  height: auto;
  max-width: 500px;
  background: url("/static/naomiwatanabe/common/logo_fanclub.svg") no-repeat center center/cover;
  aspect-ratio: 150/71;
  margin-inline: auto;
  margin-bottom: 5px;
}
body:not(.page--home) .page--entry .block--title .txt--main {
  margin-bottom: 10px;
}
body:not(.page--home) .page--entry .block--txt .block--spec li {
  display: flex;
  border-bottom: #dedede solid 1px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body:not(.page--home) .page--entry .block--txt .block--spec li {
    flex-wrap: wrap;
  }
}
body:not(.page--home) .page--entry .block--txt .block--spec li .cource {
  width: 30%;
  padding: 20px;
  border-right: #dedede solid 1px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body:not(.page--home) .page--entry .block--txt .block--spec li .cource {
    width: 100%;
    border-right: none;
  }
}
body:not(.page--home) .page--entry .block--txt .block--spec li .cource span {
  font-weight: 400;
  font-size: 60px;
  line-height: 1;
}
body:not(.page--home) .page--entry .block--txt .block--spec li .cource p {
  font-size: 16px;
  font-weight: 600;
}
body:not(.page--home) .page--entry .block--txt .block--spec li .detail {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 70%;
  padding: 20px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body:not(.page--home) .page--entry .block--txt .block--spec li .detail {
    width: 100%;
  }
}
body:not(.page--home) .page--entry .block--txt .block--spec li .detail dl {
  display: flex;
  border-bottom: #dedede solid 1px;
  padding-bottom: 20px;
}
body:not(.page--home) .page--entry .block--txt .block--spec li .detail dl:last-child {
  border: none;
}
body:not(.page--home) .page--entry .block--txt .block--spec li .detail dl dt {
  width: 30%;
  padding-right: 20px;
}
body:not(.page--home) .page--entry .block--txt .block--spec li .detail dl dd {
  width: 70%;
}
body:not(.page--home) .page--entry .block--txt .list--accordion {
  display: block;
  width: 100%;
}
body:not(.page--home) .page--entry .block--txt .list--accordion .tit {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  color: #E63082;
}
@media screen and (min-width: 961px) {
  body:not(.page--home) .page--entry .block--txt .list--accordion .tit {
    transition: all 0.3s 0s ease;
  }
  body:not(.page--home) .page--entry .block--txt .list--accordion .tit:hover {
    background-color: #dedede;
  }
}
body:not(.page--home) .page--entry .block--txt .list--accordion .tit::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "+";
  background-color: #222;
  color: #fff;
  border-radius: 40px;
}
body:not(.page--home) .page--entry .block--txt .list--accordion .body {
  background-color: #dedede;
  padding: 20px;
  display: none;
  border-top: #dedede solid 1px;
}
body:not(.page--home) .page--entry .block--txt .list--accordion .body p {
  margin-bottom: 20px;
}
body:not(.page--home) .page--entry .block--txt .list--accordion .body .notice {
  background-color: #f7f7f7;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
}
body:not(.page--home) .page--entry .block--txt .block--contents {
  background-color: #fff;
  overflow: hidden;
  border-bottom: #dedede solid 1px;
}
body:not(.page--home) .page--entry .block--txt .block--contents .block-tit {
  font-family: "freude", sans-serif;
  font-weight: 400;
  font-size: min(7vw, 90px);
  color: #E63082;
  line-height: 1;
  padding: 20px 0;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body:not(.page--home) .page--entry .block--txt .block--contents .block-tit {
    font-size: 35px;
  }
}
body:not(.page--home) .page--entry .block--txt .block--contents .list--contents-list {
  border-bottom: #dedede solid 1px;
}
body:not(.page--home) .page--entry .block--txt .block--contents .list--contents-list li {
  border-top: #dedede solid 1px;
  padding: 20px;
  display: flex;
  gap: 30px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body:not(.page--home) .page--entry .block--txt .block--contents .list--contents-list li {
    flex-wrap: wrap;
  }
}
body:not(.page--home) .page--entry .block--txt .block--contents .list--contents-list li .tit {
  width: 35%;
  font-size: 50px;
  line-height: 1;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body:not(.page--home) .page--entry .block--txt .block--contents .list--contents-list li .tit {
    width: 100%;
    font-size: 30px;
  }
}
body:not(.page--home) .page--entry .block--txt .block--contents .list--contents-list li .tit span {
  display: block;
  font-size: 14px;
  padding-top: 10px;
}
body:not(.page--home) .page--entry .block--txt .block--contents .list--contents-list li .tit + p {
  width: 65%;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body:not(.page--home) .page--entry .block--txt .block--contents .list--contents-list li .tit + p {
    width: 100%;
  }
}
body:not(.page--home) .page--entry .block--txt .block--contents .block--benefit {
  background-color: #E63082;
  width: calc(100% - 40px);
  margin-inline: auto;
  margin: 20px auto;
}
body:not(.page--home) .page--entry .block--txt .block--contents .attention {
  display: block;
  padding: 20px;
  font-size: 12px;
}
body:not(.page--home) .page--entry .block--txt .block--entry .tit {
  display: flex;
  gap: 10px;
  padding: 20px;
}
body:not(.page--home) .page--entry .block--txt .block--entry .block--entry__oversea {
  display: flex;
  border-bottom: #dedede solid 1px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body:not(.page--home) .page--entry .block--txt .block--entry .block--entry__oversea {
    flex-wrap: wrap;
  }
}
body:not(.page--home) .page--entry .block--txt .block--entry .block--entry__oversea > .tit {
  display: block;
  width: 30%;
  padding: 20px;
  border-right: #dedede solid 1px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body:not(.page--home) .page--entry .block--txt .block--entry .block--entry__oversea > .tit {
    width: 100%;
  }
}
body:not(.page--home) .page--entry .block--txt .block--entry .block--entry__oversea > .tit p {
  font-size: 40px;
  line-height: 1;
}
body:not(.page--home) .page--entry .block--txt .block--entry .block--entry__oversea > .tit span {
  font-size: 16px;
  font-weight: 600;
}
body:not(.page--home) .page--entry .block--txt .block--entry .block--entry__oversea > .block {
  width: 70%;
  padding: 20px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body:not(.page--home) .page--entry .block--txt .block--entry .block--entry__oversea > .block {
    width: 100%;
  }
}
body:not(.page--home) .page--entry .block--txt .block--entry .block--entry__oversea > .block .txt--lead {
  border-bottom: #dedede solid 1px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
body:not(.page--home) .page--entry .block--txt .block--entry .block--entry__oversea > .block .txt--main .tit {
  font-weight: 600;
  padding: 0;
  margin-bottom: 20px;
}
body:not(.page--home) .page--entry .block--txt .block--entry .block--entry__oversea > .block .txt--main .txt {
  border-bottom: #dedede solid 1px;
  padding: 0 0 20px 0;
  margin-bottom: 20px;
}
body:not(.page--home) .page--entry .block--txt .block--entry .block--entry__fanyid .block-wrap {
  display: flex;
  border-bottom: #dedede solid 1px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body:not(.page--home) .page--entry .block--txt .block--entry .block--entry__fanyid .block-wrap {
    flex-wrap: wrap;
  }
}
body:not(.page--home) .page--entry .block--txt .block--entry .block--entry__fanyid .block-wrap .block-tit__sub {
  width: 30%;
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
  border-right: #dedede solid 1px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body:not(.page--home) .page--entry .block--txt .block--entry .block--entry__fanyid .block-wrap .block-tit__sub {
    width: 100%;
    font-size: 25px;
  }
  body:not(.page--home) .page--entry .block--txt .block--entry .block--entry__fanyid .block-wrap .block-tit__sub:first-child {
    border-bottom: #dedede solid 1px;
    border-right: none;
  }
}
body:not(.page--home) .page--entry .block--txt .block--entry .block--entry__fanyid .block-wrap .block-tit__sub .num {
  font-size: 20px;
  line-height: 1;
}
body:not(.page--home) .page--entry .block--txt .block--entry .block--entry__fanyid .block-wrap .block-txt__sub {
  width: 70%;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body:not(.page--home) .page--entry .block--txt .block--entry .block--entry__fanyid .block-wrap .block-txt__sub {
    width: 100%;
  }
}
body:not(.page--home) .page--entry .block--txt .block--entry .block--entry__fanyid .block-wrap .block-txt__sub > .block {
  padding: 20px 20px 0px;
}
body:not(.page--home) .page--entry .block--txt .block--entry .block--entry__fanyid .block-wrap .block-txt__sub > .block .num {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body:not(.page--home) .page--entry .block--txt .block--entry .block--entry__fanyid .block-wrap .block-txt__sub > .block .num {
    font-size: 20px;
  }
}
body:not(.page--home) .page--entry .block--txt .block--entry .block--entry__fanyid .block-wrap .block-txt__sub > .block .txt {
  padding: 0 0 20px 0;
  border-bottom: #dedede solid 1px;
}
body:not(.page--home) .page--entry .block--txt .block--entry .block--entry__fanyid .block-wrap .block-txt__sub > .block .txt a {
  margin: 10px 0;
}
body:not(.page--home) .page--entry .block--txt .block--entry .block--entry__fanyid .block-wrap .block-txt__sub > .block .txt a + a {
  margin-top: 0;
}
body:not(.page--home) .page--entry .block--txt .block--entry .block--entry__pid {
  background: #dedede;
  padding: 20px;
}

body:not(.page--home) .page--profile .section--inner .profile-wrap {
  display: flex;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body:not(.page--home) .page--profile .section--inner .profile-wrap {
    flex-wrap: wrap;
  }
}
body:not(.page--home) .page--profile .section--inner .profile-wrap .ph {
  width: 50%;
  pointer-events: none;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body:not(.page--home) .page--profile .section--inner .profile-wrap .ph {
    width: 100%;
  }
}
body:not(.page--home) .page--profile .section--inner .profile-wrap .ph img {
  display: block;
}
body:not(.page--home) .page--profile .section--inner .profile-wrap .txt-wrap {
  width: 50%;
  padding: 30px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body:not(.page--home) .page--profile .section--inner .profile-wrap .txt-wrap {
    width: 100%;
  }
}
body:not(.page--home) .page--profile .section--inner .profile-wrap .txt-wrap .tit {
  font-size: 24px;
  font-weight: 100;
  margin-bottom: 20px;
}
body:not(.page--home) .page--profile .section--inner .profile-wrap .txt-wrap .tit span {
  margin-left: 10px;
}
body:not(.page--home) .page--profile .section--inner .profile-wrap .txt-wrap .txt {
  padding: 0;
}

body:not(.page--home) .page--support .block--title .section-tit {
  font-size: 20px;
}
body:not(.page--home) .page--support .block--txt .tit {
  font-weight: 600;
}
body:not(.page--home) .page--support .block--txt .txt {
  border-bottom: #dedede solid 1px;
}
body:not(.page--home) .page--support .block--txt .list--support {
  padding: 20px;
}
body:not(.page--home) .page--support .block--txt .list--support dt {
  font-weight: 600;
}
body:not(.page--home) .page--support .block--txt .list--support dd {
  border-bottom: #dedede solid 1px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
body:not(.page--home) .page--support .block--txt .list--support dd:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

body.page--qa .section-tit {
  font-weight: 600;
}
body.page--qa .form--post,
body.page--qa .form--confirm {
  margin-top: 20px;
  padding-top: 20px;
  border-top: #dedede solid 1px;
}
body.page--qa .form--post dt,
body.page--qa .form--confirm dt {
  margin-bottom: 10px;
}
body.page--qa .form--post dd,
body.page--qa .form--confirm dd {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: #dedede solid 1px;
}
body.page--qa .form--confirm dt {
  color: #b4b4b4;
}
body.page--qa .section--detail .section--inner .block--txt {
  padding: 20px;
}
body.page--qa .section--detail .section--inner .block--txt .txt {
  padding: 0;
}
body.page--qa .section--detail .section--inner .block--txt .btn {
  display: block;
  padding-top: 20px;
  text-align: center;
}
body.page--error .section--detail .block--title .tit {
  font-weight: 600;
  font-size: 60px;
  line-height: 1;
}
body.page--error .section--detail .block--txt {
  overflow: hidden;
}

body.page--faq .block--title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--faq .block--title {
    flex-wrap: wrap;
  }
}
body.page--faq .block--title .section-tit {
  font-size: 20px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--faq .block--title .section-tit {
    margin-bottom: 10px;
  }
}
body.page--faq .block--title .section-tit .cat {
  color: #b4b4b4;
  font-size: 14px;
  margin-bottom: 10px;
}
body.page--faq .block--title .section-tit .question .icon--q {
  margin-right: 10px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--faq .search--box {
    width: 100%;
  }
}
body.page--faq form {
  display: flex;
  background-color: #fff;
  border-radius: 40px;
  border: #dedede solid 1px;
  overflow: hidden;
}
body.page--faq form input[type=text] {
  border: none;
  border-radius: 0;
}
body.page--faq form input[type=submit] {
  background: none;
  width: 60px;
  font-family: FontAwesome;
  font-size: 16px;
  border: none;
  display: block;
}
body.page--faq .list--tag {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  padding: 20px;
  border-bottom: #dedede solid 1px;
}
body.page--faq .list--tag li a {
  display: block;
  line-height: 1;
  font-size: 12px;
  border-radius: 2em;
  padding: 8px 10px;
  border: 1px solid;
}
body.page--faq .block--txt .txt {
  border-bottom: #dedede solid 1px;
}
body.page--faq .block--list::after {
  display: none;
}
body.page--faq .block--list .tit--category {
  padding: 20px;
  border-bottom: #dedede solid 1px;
  font-size: 16px;
  font-weight: bold;
}
body.page--faq .block--list .list--information li a {
  width: 100%;
  margin: 0;
  flex-wrap: nowrap;
}
body.page--faq .block--list .list--information li a .icon--q {
  font-size: 16px;
  font-weight: bold;
}

.flex {
  display: flex;
}

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

.txt--sub {
  font-size: 0.85em;
  line-height: 1.6em;
  margin-top: 0.5em;
}

.small {
  font-size: 10px;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.mgb40 {
  margin-bottom: 40px;
}

.page--notice .section--list .list--info {
  width: 100%;
  border-top: 1px solid rgba(36, 9, 104, 0.1450980392);
}
.page--notice .section--list .list--info li {
  border-bottom: 1px solid rgba(36, 9, 104, 0.1450980392);
}
.page--notice .section--list .list--info li a {
  display: block;
  padding: 15px 0 20px;
}
.page--notice .section--list .list--info li a .txt {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px;
  line-height: 1.5;
}
.page--notice .section--list .list--info li a .date {
  font-size: 12px;
}
@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a {
    transition: all 0.3s 0s ease;
  }
  .btn {
    position: relative;
    transition: all 0.3s 0s ease;
  }
  .btn a {
    cursor: pointer;
  }
  .page--home a img {
    overflow: hidden;
    transition: all 0.3s 0s ease;
  }
  .page--home a:hover img {
    border-radius: 500px;
  }
  /*.btn::before,
  .btn::after{
    content: "";
    background: #888;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width:100%;
    height: 0;
    @include var.transition;
    mix-blend-mode: difference;
  }
  .btn:hover:before{
    height: 100%;
  }*/
  .drawer .menu--list li a:hover {
    color: #E63082;
  }
  .btn--main:hover,
  .btn:hover {
    border-radius: 0;
  }
  .header .drawer__btn {
    overflow: hidden;
  }
  .wovn-languages {
    transition: all 0.3s 0s ease;
  }
  .wovn-languages:hover {
    border-radius: 0;
  }
  .block--pager li:not(.pager__item--older):not(.pager__item--newer) a,
  .block--pager li:not(.pager__item--older):not(.pager__item--newer) span,
  .block--category li:not(.pager__item--older):not(.pager__item--newer) a,
  .block--category li:not(.pager__item--older):not(.pager__item--newer) span {
    position: relative;
  }
  .block--pager li:not(.pager__item--older):not(.pager__item--newer) a::before,
  .block--pager li:not(.pager__item--older):not(.pager__item--newer) span::before,
  .block--category li:not(.pager__item--older):not(.pager__item--newer) a::before,
  .block--category li:not(.pager__item--older):not(.pager__item--newer) span::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #222;
    position: absolute;
    bottom: -4px;
    left: 0;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
  }
  .block--pager li:not(.pager__item--older):not(.pager__item--newer) a:hover::before,
  .block--category li:not(.pager__item--older):not(.pager__item--newer) a:hover::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .block--pager li.pager__item--older .arrow,
  .block--category li.pager__item--older .arrow {
    transition: all 0.3s 0s ease;
  }
  .block--pager li.pager__item--older a:hover .arrow,
  .block--category li.pager__item--older a:hover .arrow {
    transform: translateX(-5px);
  }
  .block--pager li.pager__item--newer .arrow,
  .block--category li.pager__item--newer .arrow {
    transition: all 0.3s 0s ease;
  }
  .block--pager li.pager__item--newer a:hover .arrow,
  .block--category li.pager__item--newer a:hover .arrow {
    transform: translateX(5px);
  }
  .page--home .area--official section .list--info li a {
    transition: all 0.3s 0s ease;
  }
  .page--home .area--official section .list--info li a:hover {
    background: #fff;
  }
  .page--home .area--fanclub section .slide-wrap li.swiper-slide {
    transition: all 0.3s 0s ease;
  }
  .page--home .area--fanclub section .slide-wrap li.swiper-slide:hover {
    border-radius: 500px;
  }
  .page--home .area--profile {
    overflow: hidden;
    transition: all 0.3s 0s ease;
  }
  .page--home .area--profile::after {
    transition: all 0.5s 0s ease;
  }
  .page--home .area--profile:hover {
    color: #E63082;
  }
  .page--home .area--profile:hover::after {
    transform: scale(1.2);
  }
  body.page--home .area--official .block--sns .list--sns li a {
    min-width: 125px;
    font-size: 16px;
  }
  body.page--home .area--official .block--sns .list--sns li a:hover {
    border-radius: 0;
  }
  .page--info .list--video li figure {
    transition: all 0.3s 0s ease;
  }
  .page--info .list--video li figure:hover {
    border-radius: 500px;
  }
  .page--info .list--works li a figure {
    transition: all 0.3s 0s ease;
  }
  .page--info .list--works li a:hover figure {
    border-radius: 500px;
  }
  .page--blog .section--list .block--list .list--contents li {
    transition: all 0.3s 0s ease;
  }
  .page--blog .section--list .block--list .list--contents li:hover {
    border-radius: 500px;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab > div {
    transition: all 0.3s 0s ease;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab > div:hover {
    background-color: #fff;
  }
  .page--faq .list--tag li a {
    transition: all 0.3s 0s ease;
  }
  .page--faq .list--tag li a:hover {
    background-color: #fff;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* common.scss
  ============================== */
  .pc {
    display: none !important;
  }
  .header {
    width: 90%;
    top: 20px;
    left: 5%;
  }
  .header .drawer__btn {
    top: 20px;
    left: 5%;
  }
  .drawer {
    height: calc(100vh - 75px);
    padding-top: 75px;
    padding: 0 5%;
    overflow-y: scroll;
  }
  .drawer .menu--list {
    gap: 5vw 40px;
  }
  .drawer .menu--list li {
    width: 100%;
  }
  .drawer .menu--list li.tit {
    padding-bottom: 10px;
  }
  .drawer .menu--list li a p {
    font-size: 9.8vw;
    letter-spacing: -0.1vw;
  }
  .drawer .menu--list.official li:not(.tit) {
    width: auto;
  }
  .drawer .menu--list.official li:not(.tit) a p {
    font-size: 6.5vw;
  }
  .drawer .menu--list.fc {
    padding-bottom: 10vh;
  }
  .footer {
    /*&::after {
        @include var.content($width: 100%, $height: 0);
        background: url(/static/naomiwatanabe/fanclub/logo_footer_sp.svg) no-repeat center center / contain;
        padding-top: 34.8%;
    }*/
  }
  .footer .copyright {
    padding: 20px 5%;
    text-align: left;
  }
  body.page--info .list--works li {
    width: 50%;
  }
}/*# sourceMappingURL=service.css.map */