@charset "UTF-8";
/* ==============================================================
*  base
* ============================================================ */
:root {
  --of_bg: #f1f1f2;
  --of_color: #5592bb;
  --fc_bg: #bfd5e6;
  --fc_color: #206fa4;
  --hover_color:#002176;
}

/* ==============================================================
*  contents
* ============================================================ */
/* ==============================================================
*  base
* ============================================================ */
/* base
------------------------------ */
body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
}

#svgicon {
  display: none;
}

.category,
.block--share .share,
.list--schedule .block--date,
.list--faq .icon--q,
.list--qa .list__item a::before,
.list--thumbnail .list__item .thumb .limited-thumb span,
.detail__btn a,
.header .g-nav .g-nav--item a,
.tit .limited::after,
.tit .free::after,
.free .section-tit::after,
.block--pager li,
.block--category li,
.block--month,
.page--qa .tit--q span,
.page--qa .tit--a,
.page--qa .name span,
.page--home footer .list-tit {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
}

.page--faq .block--faq-detail span.icon--q,
.page--faq .block--faq-detail span.icon--a,
.list--faq .icon--q {
  font-family: "haboro-extended", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.05em;
}

.header .inner .drawer .g-nav .nav.nav__list--contents a,
.header .inner .drawer .g-nav .nav.nav__list--contents .g-nav--item__mypage a,
.list__item.new .tit::after,
.section-tit {
  font-family: "haboro-extended", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.05em;
  letter-spacing: -0.1em;
  color: var(--of_color);
  transform: scale(2, 0.95);
  text-transform: lowercase;
  transform-origin: left;
}

.category,
.block--share .share,
.list--schedule .block--date,
.list--qa .list__item a::before,
.list--thumbnail .list__item .thumb .limited-thumb span,
.detail__btn a,
.header .g-nav .g-nav--item a,
.tit .limited::after,
.limited .section-tit::after,
.tit .free::after,
.free .section-tit::after,
.block--pager li,
.block--category li,
.page--qa .tit--q span,
.page--qa .tit--a,
.page--qa .name span,
.block--month,
.date,
.list__more a {
  font-family: "roc-grotesk-extrawide", sans-serif;
  font-weight: 300;
  opacity: 1;
  font-size: 10px;
}

.category {
  opacity: 1;
  position: relative;
}
.category::before {
  content: "(";
  margin-right: 2px;
}
.category::after {
  content: ")";
  margin-left: 2px;
}
.category::before, .category::after {
  display: inline-block;
}

/* color
------------------------------ */
body {
  background: var(--of_bg);
}

body,
a,
footer a,
footer .nav__list--sns li a,
.page--home .block--content-wrap,
.page--home .block--contents a,
.copyright,
.page--movie .section--detail .btn .btn--sub,
.page--faq .section--detail .block--contact a,
.page--home .section--hero-img .block--login nav a,
.page--home footer .list-tit, .btn .btn--sub,
.page--faq .block--faq-detail span.icon--q,
.btn-delete input,
.list--support .list__item a,
#form__search .searchBox input[type=submit] {
  color: var(--of_color);
}

footer .copyright {
  color: var(--of_color) !important;
}

.btn .btn--main,
.tit .limited::after,
.tit .free::after,
.page--home .section--hero-img .block--login nav li a {
  color: var(--fc_color);
}

.btn .btn--sub {
  border: 1px solid var(--fc_bg);
  color: var(--fc_bg);
}

.lineIco a svg {
  fill: var(--of_color);
}

.ico--play {
  stroke: var(--fc_color);
}

.btn .btn--main,
.pattern--integrated .wrap .header .drawer .g-nav .nav__list--login li a,
.pattern--integrated .wrap .area--fc .section--login .block--login .nav li a,
.pattern--integrated.page--home .wrap .header .drawer .g-nav .nav__list--login li a,
.pattern--integrated.page--home .wrap .area--fc .section--login .block--login .nav li a,
.limited .section-tit::after {
  background: var(--fc_color);
  color: var(--fc_bg);
}

.page--schedule .section--list .block--refine input[type=checkbox]:checked + p {
  background: var(--of_color);
  color: var(--of_bg);
}

.page--faq .block--faq-detail span.icon--a {
  background: var(--of_color);
}

.tit .free::after,
.free .section-tit::after,
.btn .btn--sub,
.block--pager li::before,
.block--pager .pager__item--newer span::after,
.block--pager .pager__item--older span::after,
.page--faq .block--faq-detail,
.page--faq .block--faq-detail span.icon--q,
.form__select select, .form__select select:focus,
.form__select::after, .form__checkbox label p::before {
  border-color: var(--fc_bg);
}

@media screen and (min-width: 961px) {
  .block--pager .pager__item--older a:hover::after,
  .block--pager .pager__item--newer a:hover::after {
    border-color: var(--of_color);
  }
}
.block--pager li::before {
  background: var(--of_color);
  height: 1px;
}

/* placeholder */
::-moz-placeholder {
  color: var(--fc_color);
  opacity: 0.8;
}
::placeholder {
  color: var(--fc_color);
  opacity: 0.8;
}

::-webkit-input-placeholder {
  color: var(--fc_color);
  opacity: 0.8;
}

::-moz-placeholder {
  color: var(--fc_color);
  opacity: 0.8;
}

:-ms-input-placeholder {
  color: var(--fc_color);
  opacity: 0.8;
}

:-moz-placeholder {
  color: var(--fc_color);
  opacity: 0.8;
}

/* footer */
.page--home footer,
.page--home.pattern--integrated .area--fc {
  background: var(--fc_bg);
}
.page--home footer *,
.page--home.pattern--integrated .area--fc * {
  color: var(--fc_color);
}

.page--blog .block--comment .list--comment li {
  border-color: rgba(0, 0, 0, 0.1);
}

.wrap {
  background: var(--of_bg);
}
.wrap .bg {
  display: none;
}

.form--confirm {
  background: #efefef;
}

/* list
------------------------------ */
.list.list--schedule li > a,
.list--info.list--schedule li > a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 30px 0;
}
.list.list--schedule .block--date,
.list--info.list--schedule .block--date {
  width: 160px;
  position: relative;
  top: 0;
}
.list.list--schedule .block--txt,
.list--info.list--schedule .block--txt {
  width: calc(100% - 160px);
  padding-left: 0;
}
.list.list--schedule .block--date > [class^=block--date] .block--date__date,
.list--info.list--schedule .block--date > [class^=block--date] .block--date__date {
  font-size: 16px;
  bottom: inherit;
  left: 10px;
}
.list.list--schedule .block--date > [class^=block--date] .block--date__month::after,
.list--info.list--schedule .block--date > [class^=block--date] .block--date__month::after {
  width: 8px;
  height: 1px;
  right: -11px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--of_color) !important;
}
.list.list--schedule .block--date > [class^=block--date] .block--date__youbi,
.list--info.list--schedule .block--date > [class^=block--date] .block--date__youbi {
  display: inline-block;
  height: 8px;
  font-size: 10px;
  letter-spacing: 0.05em;
  background: var(--of_color);
  color: var(--of_bg);
  position: relative;
  bottom: inherit;
  left: 14px;
  top: -2px;
}

.list__item.new .tit::after {
  display: inline-block;
  font-size: 16px;
  font-weight: 100;
  transform: scale(1.4, 0.7);
}

.list__more a::before {
  content: "→";
  display: inline-block;
  position: absolute;
  right: -1.2em;
}

.detail__btn a {
  font-size: 12px;
  position: relative;
  left: -1em;
}
.detail__btn a::before {
  content: "←";
  display: inline-block;
  margin-right: 5px;
  position: relative;
  left: 0;
}
.detail__btn a::after {
  display: none;
}

.page--discography .jacket .ph,
.list--discography .list__item .thumb,
.list--thumbnail .list__item .thumb {
  overflow: hidden;
  border-radius: 16px;
}

.list--thumbnail a .thumb::after {
  display: none;
}

/* parts
------------------------------ */
.video {
  border-radius: 16px;
  overflow: hidden;
}

.limited .section-tit::after {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0;
  padding: 0;
  margin: 0;
  position: relative;
  top: -52px;
  transform: scale(0.4, 1);
  transform-origin: left;
}

.block--category {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px 5px;
  margin: 5px auto 40px;
  transform: scale(0.8);
  transform-origin: left;
}
.block--category li a {
  border: 1px solid;
  border-radius: 3em;
  padding: 0.5em 1em;
}
.block--category li a::after {
  display: none;
}
@media screen and (min-width: 961px) {
  .block--category {
    gap: 10px 8px;
  }
  .block--category li a:hover {
    background: var(--of_color);
    color: var(--of_bg);
  }
}

.thumb img,
.ph img {
  width: 100%;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
}

.block--pager .pager__item--newer,
.block--pager .pager__item--older {
  position: relative;
}
.block--pager .pager__item--newer a, .block--pager .pager__item--newer span {
  font-size: 13px;
}
.block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
  content: "→";
  width: 27px;
  height: 10px;
  border: none;
  transform: none;
  top: 12.5px;
  right: 16px;
}
.block--pager .pager__item--older a, .block--pager .pager__item--older span {
  font-size: 13px;
}
.block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
  content: "←";
  width: 27px;
  height: 10px;
  border: none;
  transform: none;
  top: 9.5px;
  right: 0px;
}
.block--pager .pager__item--other a {
  padding: 0 0.6em 0.2em;
}
.block--pager .pager__item--other a::before {
  transform-origin: right;
}
.block--pager .pager__item--current::before {
  bottom: 5px;
}

/* header
------------------------------ */
.drawer .g-nav .nav.nav__list--contents .g-nav--item__mypage a {
  display: block;
}

/* drawer
------------------------------ */
#header-nav + .drawer__btn {
  mix-blend-mode: unset;
  width: 5.8em;
  height: 25px;
  background: var(--of_bg);
  border: 1px solid;
  border-radius: 4em;
  text-align: center;
  padding: 0 0 2px;
  right: 3vw;
  top: 3vw;
}
#header-nav + .drawer__btn span {
  background: none;
}
#header-nav + .drawer__btn .drawer__btn--item.top {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  font-size: 13px;
  letter-spacing: -0.1em;
  font-family: "haboro-extended", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 0;
  letter-spacing: -0.1em;
  padding: 0;
  margin: 0 auto;
  transform: scale(1.6, 1) translateY(-50%);
  transform-origin: center;
  position: relative;
  top: 50%;
  left: -0.1em;
}
#header-nav + .drawer__btn .drawer__btn--item.btm {
  display: none;
}

.pattern--integrated .wrap #header-nav.header .drawer .g-nav .nav--official,
.pattern--integrated .wrap #header-nav.header .drawer .g-nav .nav--member {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: var(--of_bg);
  padding: 0;
  position: relative;
}
.pattern--integrated .wrap #header-nav.header .drawer .g-nav .nav--official .logo--fc.nav--logo,
.pattern--integrated .wrap #header-nav.header .drawer .g-nav .nav--official .logo--of.nav--logo,
.pattern--integrated .wrap #header-nav.header .drawer .g-nav .nav--member .logo--fc.nav--logo,
.pattern--integrated .wrap #header-nav.header .drawer .g-nav .nav--member .logo--of.nav--logo {
  width: 70%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.15;
}
.pattern--integrated .wrap #header-nav.header .drawer .g-nav .nav--official .logo--fc.nav--logo img,
.pattern--integrated .wrap #header-nav.header .drawer .g-nav .nav--official .logo--of.nav--logo img,
.pattern--integrated .wrap #header-nav.header .drawer .g-nav .nav--member .logo--fc.nav--logo img,
.pattern--integrated .wrap #header-nav.header .drawer .g-nav .nav--member .logo--of.nav--logo img {
  width: 100%;
  max-width: 100%;
}
.pattern--integrated .wrap #header-nav.header .drawer .g-nav .nav--official .logo--fc.nav--logo,
.pattern--integrated .wrap #header-nav.header .drawer .g-nav .nav--member .logo--fc.nav--logo {
  opacity: 1;
  width: min(40%, 360px);
  max-width: inherit;
}
.pattern--integrated .wrap #header-nav.header .drawer .g-nav .nav--official .logo--fc.nav--logo img,
.pattern--integrated .wrap #header-nav.header .drawer .g-nav .nav--member .logo--fc.nav--logo img {
  opacity: 1;
}
.pattern--integrated .wrap #header-nav.header .drawer .g-nav .nav--official .nav__list--contents,
.pattern--integrated .wrap #header-nav.header .drawer .g-nav .nav--member .nav__list--contents {
  width: 60%;
  max-height: unset;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  overflow: unset;
  margin: 0 auto;
}
.pattern--integrated .wrap #header-nav.header .drawer .g-nav .nav--official .nav__list--contents li,
.pattern--integrated .wrap #header-nav.header .drawer .g-nav .nav--member .nav__list--contents li {
  font-size: 20px;
  margin-bottom: 1em;
  margin-right: 0;
}
.pattern--integrated .wrap #header-nav.header .drawer .g-nav .nav--official .nav__list--contents li a,
.pattern--integrated .wrap #header-nav.header .drawer .g-nav .nav--member .nav__list--contents li a {
  width: 50%;
  color: var(--of_color);
}
.pattern--integrated .wrap #header-nav.header .drawer .g-nav .nav--official .nav--official--inner {
  width: 60%;
}
.pattern--integrated .wrap #header-nav.header .drawer .g-nav .nav--official .nav--official--inner .nav__list--sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 1em;
  margin-top: 0;
}
.pattern--integrated .wrap #header-nav.header .drawer .g-nav .nav--official .nav--official--inner .nav__list--sns li {
  margin-right: 0;
}
.pattern--integrated .wrap #header-nav.header .drawer .g-nav .nav--official .nav--official--inner .nav__list--sns li a {
  padding: 0.5em;
  color: var(--of_color);
}
.pattern--integrated .wrap #header-nav.header .drawer .g-nav .nav--member {
  background: var(--fc_bg);
}
.pattern--integrated .wrap #header-nav.header .drawer .g-nav .nav--member .nav__list--login {
  justify-content: center;
  gap: 0 1vw;
  margin: 0 auto 30px;
}
.pattern--integrated .wrap #header-nav.header .drawer .g-nav .nav--member .nav__list--login li {
  margin-right: 0;
}
.pattern--integrated .wrap #header-nav.header .drawer .g-nav .nav--member .nav__list--login li a {
  padding: 0.8em 1.5em 0.6em;
}
.pattern--integrated .wrap #header-nav.header .drawer .g-nav .nav--member .nav__list--login::before {
  display: none;
}
.pattern--integrated .wrap #header-nav.header .drawer .g-nav .nav--member .logo--fc.nav--logo {
  opacity: 1;
  top: calc(50% - min(10vw, 120px));
}
.pattern--integrated .wrap #header-nav.header .drawer .g-nav .nav--member .nav--member--inner {
  width: 80%;
}
@media screen and (min-width: 961px) {
  .pattern--integrated .wrap #header-nav.header .drawer .g-nav .nav--member .nav--member--inner {
    margin-top: 8vw;
  }
}
.pattern--integrated .wrap #header-nav.header .drawer .g-nav .nav--member .nav__list--contents {
  width: 100%;
}
.pattern--integrated .wrap #header-nav.header .drawer .g-nav .nav--member .nav__list--contents li {
  width: 100%;
}
.pattern--integrated .wrap #header-nav.header .drawer .g-nav .nav--member .nav__list--contents li a {
  color: var(--fc_color);
}

@media screen and (min-width: 961px) {
  .pattern--integrated .wrap.loggedin #header-nav.header .drawer .g-nav .nav--member .logo--fc.nav--logo {
    top: calc(50% - min(10vw, 120px));
  }
}
/* wovn
------------------------------ */
header#header-nav .wovn-languages {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  top: 3vw;
  left: inherit;
  right: calc(3vw + 96px);
  opacity: 1 !important;
  display: block !important;
  position: fixed;
}
header#header-nav .wovn-languages .wovn-lang-list {
  max-height: 25px;
  background: var(--of_bg);
  text-align: center;
  border-radius: 13px;
  cursor: pointer;
}
header#header-nav .wovn-languages .wovn-lang-list li {
  padding: 1px 0;
  transition: 0.3s;
  cursor: pointer;
}
header#header-nav .wovn-languages .wovn-lang-list li:not(.selected) {
  padding: 2px 0;
}
header#header-nav .wovn-languages .wovn-lang-list::after {
  top: 2px;
  transition: 0.3s;
}
header#header-nav .wovn-languages.visible .wovn-lang-list {
  max-height: 1000px;
}
header#header-nav .wovn-languages.visible .wovn-lang-list li.selected {
  padding: 6px 0 2px;
}
header#header-nav .wovn-languages.visible .wovn-lang-list::after {
  top: 7px;
}

/* .page--home
------------------------------ */
.page--home.pattern--integrated img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
}
.page--home.pattern--integrated .section--video .list--thumbnail .list__item .thumb,
.page--home.pattern--integrated .section--movie .list--thumbnail .list__item .thumb {
  overflow: hidden;
  border-radius: 16px;
}
.page--home.pattern--integrated #official.area--official {
  background: var(--of_bg);
}
.page--home.pattern--integrated .section--discography .block--discography__item .thumb {
  overflow: hidden;
  border-radius: 16px;
}
.page--home.pattern--integrated #video .list--thumbnail .tit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 80%;
  color: var(--of_bg);
  background: var(--of_color);
  font-size: 13px;
  line-height: 1;
}
.page--home.pattern--integrated .list__more a::after {
  display: none;
}
.page--home.pattern--integrated .wrap .area--fc .section--login .block--login .nav .g-nav--item__mypage {
  background: var(--fc_color);
  border-radius: 4em;
  margin: 0;
}
.page--home.pattern--integrated .wrap .area--fc .section--login .block--login .nav .g-nav--item__mypage a {
  font-family: "haboro-extended", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.05em;
  letter-spacing: -0.03em;
  color: var(--fc_bg);
  text-transform: lowercase;
  background: none;
  transform: scale(1.5, 1);
  font-size: 13px;
  padding: 10px 50px;
}
@media screen and (min-width: 961px) {
  .page--home.pattern--integrated .wrap .area--fc .section--login .block--login .nav .g-nav--item__mypage {
    transition: 0.3s;
  }
  .page--home.pattern--integrated .wrap .area--fc .section--login .block--login .nav .g-nav--item__mypage:hover {
    background: var(--of_color);
  }
}

/* page--schedule
------------------------------ */
.page--schedule .section--list .block--refine ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12vw;
  gap: 11px 6px;
}
@media screen and (min-width: 961px) {
  .page--schedule .section--list .block--refine ul {
    font-size: 11px;
  }
}
.page--schedule .section--list .block--refine ul li {
  margin-right: 0;
}
.page--schedule .section--list .block--refine label p {
  border-radius: 4em;
  font-family: "roc-grotesk-extrawide", sans-serif;
  line-height: 1;
  font-size: 10px;
  font-weight: 300;
  padding-top: 6px;
  transform: scale(0.9);
  transform-origin: left;
}
.page--schedule .section--list .block--month ul li {
  position: relative;
}
.page--schedule .section--list .block--month ul li a {
  font-weight: 300;
}
.page--schedule .section--list .block--month ul .prev a::before {
  content: "←";
  position: absolute;
  left: -1.2em;
  top: 54%;
  transform: translateY(-50%);
}
.page--schedule .section--list .block--month ul .next a::before {
  content: "→";
  display: block;
  position: absolute;
  right: -1.2em;
  top: 50%;
  transform: translateY(-50%);
}
.page--schedule .section--detail .block--liveinfo > li .item-tit {
  opacity: 1;
  font-weight: bold;
}
.page--schedule .section--detail .block--liveinfo > li {
  border-bottom: 1px dotted;
  margin-bottom: 20px;
}

/* page--information
------------------------------ */
.page--information .section--detail.new .block--title .tit::after {
  content: "new";
  display: inline-block;
  font-family: "haboro-extended", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.05em;
  letter-spacing: -0.1em;
  color: var(--of_color);
  font-size: 18px;
  vertical-align: 2px;
  transform: scale(1.4, 0.7);
  text-transform: lowercase;
  transform-origin: left;
  margin-left: 0.3em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--information .section--detail.new .block--title .tit::after {
    font-size: 16px;
  }
}

/* page--biography
------------------------------ */
.page--biography .artist--name {
  font-family: "haboro-extended", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.05em;
  letter-spacing: 0;
  font-size: 3vw;
}

/* page--discography
------------------------------ */
.block--category li a {
  font-weight: 300;
  font-size: 11px;
}

/* page--introduction
------------------------------ */
.page--feature .page--introduction .section-tit {
  width: 100%;
  transform-origin: center;
  font-size: 32px;
}
.page--feature .page--introduction .block--service .block--service__contents li .inner p {
  color: var(--fc_color);
}
.page--feature .page--introduction .block--service .block--service__contents li .inner span {
  background: var(--fc_color);
}

/* support
------------------------------ */
.section--detail.support .section-tit {
  transform: none;
  letter-spacing: 0.05em;
}

/* page--faq
------------------------------ */
.page--faq .section-tit {
  transform: none;
}
.page--faq .list--faq .icon--q {
  font-size: 15px;
  line-height: 1;
  position: relative;
  top: 2px;
}
.page--faq .section--detail .list--faq .icon--q {
  top: -2px;
}

/* 有料コンテンツページ
------------------------------ */
body.page--blog footer.footer,
body.page--blog .wrap,
body.page--movie footer.footer,
body.page--movie .wrap,
body.page--photo footer.footer,
body.page--photo .wrap,
body.page--radio footer.footer,
body.page--radio .wrap,
body.page--qa footer.footer,
body.page--qa .wrap {
  background: var(--fc_bg);
  color: var(--fc_color);
}
body.page--blog #header-nav h1.logo a img,
body.page--movie #header-nav h1.logo a img,
body.page--photo #header-nav h1.logo a img,
body.page--radio #header-nav h1.logo a img,
body.page--qa #header-nav h1.logo a img {
  filter: brightness(0.5);
}
body.page--blog footer.footer a,
body.page--movie footer.footer a,
body.page--photo footer.footer a,
body.page--radio footer.footer a,
body.page--qa footer.footer a {
  color: var(--fc_color);
}

/* page--movie
------------------------------ */
.page--faq .searchBox input[type=text],
.page--movie #form__search .searchBox input[type=text] {
  background: none;
  border: 1px solid var(--fc_color);
  color: var(--fc_color);
}

.page--movie .block--player {
  overflow: hidden;
  border-radius: 16px;
}

/* page--blog
------------------------------ */
.page--blog .block--txt .ph img:not(.cover) {
  height: auto !important;
}

/* ==============================================================
*  base
* ============================================================ */
@media screen and (min-width: 961px) {
  /* hover
  ------------------------------ */
  .page--home.pattern--integrated .block--content-wrap .section--discography .block--discography__item .thumb a {
    transition: 0.3s;
  }
  .page--home.pattern--integrated .block--content-wrap .section--discography .block--discography__item .thumb a:hover {
    filter: grayscale(0.3);
  }
  .list--thumbnail a .thumb {
    transition: 0.3s;
  }
  .list--thumbnail a .tit, .list--thumbnail a .date, .list--thumbnail a .category {
    transition: color 0.3s;
  }
  .list--thumbnail a:hover .thumb {
    filter: grayscale(0.5);
  }
  .list--thumbnail a:hover .tit, .list--thumbnail a:hover .category.date {
    color: var(--hover_color);
  }
  .page--home .list .list__item a .tit, .page--home .list .list__item a .date, .page--home .list .list__item a .category,
  .page--home .list .list__item a .list__item.new a .tit::after,
  .list .list__item a .tit,
  .list .list__item a .date,
  .list .list__item a .category,
  .list .list__item a .list__item.new a .tit::after {
    transition: color 0.3s;
  }
  .page--home .list .list__item a:hover,
  .list .list__item a:hover,
  .list__item.new a:hover .tit::after {
    opacity: 1;
    color: var(--hover_color);
  }
  .page--home .list .list__item a:hover *,
  .list .list__item a:hover *,
  .list__item.new a:hover .tit::after * {
    color: var(--hover_color);
  }
  .pattern--integrated .wrap #header-nav.header .drawer .g-nav .nav--official .nav__list--contents li a,
  .pattern--integrated .wrap #header-nav.header .drawer .g-nav .nav--member .nav__list--contents li a {
    transition: color 0.3s;
  }
  .pattern--integrated .wrap #header-nav.header .drawer .g-nav .nav--official .nav__list--contents li a:hover,
  .pattern--integrated .wrap #header-nav.header .drawer .g-nav .nav--member .nav__list--contents li a:hover {
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    opacity: 1;
    color: var(--hover_color);
  }
  .pattern--integrated .wrap #header-nav.header .drawer .g-nav .nav--member .nav__list--contents li a:hover {
    color: var(--of_bg);
  }
  .list--discography .list__item a .thumb {
    transition: 0.3s;
  }
  .list--discography .list__item a:hover .thumb {
    filter: grayscale(0.5);
  }
  .detail__btn a,
  .detail__btn a::before {
    transition: 0.3s;
  }
  .detail__btn a:hover {
    opacity: 1;
    color: var(--hover_color);
  }
  .detail__btn a:hover::before {
    left: -5px;
  }
  .block--share li a svg,
  .footer .nav__list--sns li a svg {
    transition: 0.3s;
  }
  .block--share li a i,
  .footer .nav__list--sns li a i {
    transition: color 0.3s;
  }
  .block--share li a:hover,
  .footer .nav__list--sns li a:hover {
    color: var(--hover_color) !important;
    opacity: 1;
  }
  .block--share li a:hover i,
  .footer .nav__list--sns li a:hover i {
    color: var(--hover_color) !important;
  }
  .block--share li a:hover svg,
  .footer .nav__list--sns li a:hover svg {
    fill: var(--hover_color);
  }
  .block--pager .pager__item--other:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
  .block--pager .pager__item--newer:hover a,
  .block--pager .pager__item--older:hover a {
    color: var(--hover_color);
  }
  .pattern--integrated .wrap #header-nav.header .drawer .g-nav .nav--member .nav__list--login li a:hover {
    opacity: 1;
    background: var(--of_bg);
    color: var(--of_color);
  }
  /* wovn
  ------------------------------ */
  header#header-nav .wovn-languages .wovn-lang-list:hover {
    color: var(--of_bg);
    background: var(--of_color);
  }
  header#header-nav .wovn-languages .wovn-lang-list li:not(.selected):hover {
    color: var(--hover_color);
  }
  /* parts
  ------------------------------ */
  .section-tit {
    font-size: 24px;
  }
  /* header
  ------------------------------ */
  .header,
  body:not(.page--home) .header,
  .wrap.loggedin .header {
    background: transparent;
  }
  .header h1.logo,
  body:not(.page--home) .header h1.logo,
  .wrap.loggedin .header h1.logo {
    width: 220px;
    height: 70px;
    transition: transform 0.3s, width 0.3s;
    position: fixed;
    top: 20px;
    left: 3%;
  }
  .header h1.logo a,
  body:not(.page--home) .header h1.logo a,
  .wrap.loggedin .header h1.logo a {
    padding: 0;
  }
  .header h1.logo a:hover,
  body:not(.page--home) .header h1.logo a:hover,
  .wrap.loggedin .header h1.logo a:hover {
    transform: scale(1.1);
  }
  .window-scroll .wrap .header h1.logo, body:not(.page--home) .header h1.logo,
  .window-scroll .wrap.loggedin .header h1.logo,
  .window-scroll .header h1.logo {
    width: 120px;
  }
  /* drawer
  ------------------------------ */
  #header-nav + .drawer__btn {
    transition: 0.3s;
  }
  #header-nav + .drawer__btn:hover {
    background: var(--of_color);
  }
  #header-nav + .drawer__btn:hover .drawer__btn--item.top {
    color: var(--of_bg);
  }
  /* footer
  ------------------------------ */
  /* .page--home
  ------------------------------ */
  .page--home.pattern--integrated .block--content-wrap section {
    padding: 6vw 2vw 6vw calc(4vw + 120px);
  }
  .page--home.pattern--integrated .block--content-wrap section .block--title .section-tit {
    margin-bottom: 0;
    font-size: 24px;
  }
  .page--home.pattern--integrated .block--content-wrap .section--discography .block--discography__item .block--txt {
    width: 30%;
    left: calc(4vw + 120px);
  }
  .page--home.pattern--integrated .block--content-wrap .section--discography .block--discography__item .block--txt .category {
    font-size: 11px;
  }
  .page--home.pattern--integrated .block--content-wrap .section--discography .block--discography__item .block--txt .tit {
    font-size: 18px;
    font-weight: bold;
  }
  .page--home.pattern--integrated .block--content-wrap .section--discography .block--discography__item .block--txt .date {
    font-size: 12px;
  }
  .page--home.pattern--integrated .list__more a {
    opacity: 0.8;
    transition: 0.3s color;
  }
  .page--home.pattern--integrated .list__more a::before {
    transition: 0.3s;
  }
  .page--home.pattern--integrated .list__more a:hover {
    color: var(--hover_color);
  }
  .page--home.pattern--integrated .list__more a:hover::before {
    right: -1.5em;
  }
  .page--home.pattern--integrated footer .nav__list--sns li a i {
    transition: color 0.3s;
  }
  .page--home.pattern--integrated footer .nav__list--sns li a:hover {
    color: var(--hover_color) !important;
    opacity: 1;
  }
  .page--home.pattern--integrated footer .nav__list--sns li a:hover i {
    color: var(--hover_color) !important;
  }
  /* 下層ページ共通
  ------------------------------ */
  /* 無料コンテンツページ
  ------------------------------ */
  .page--schedule .section--list .block--month .tit {
    font-size: 32px;
  }
  .page--schedule .section--list .block--month .tit span {
    font-size: 14px;
    padding: 0 8px;
  }
  .page--schedule .section--list .list--info.list--schedule li > a {
    display: block;
  }
  .page--schedule .section--list .list--info.list--schedule li > a .block--date {
    position: absolute;
    top: 30px;
    left: 0;
  }
  .page--schedule .section--list .list--info.list--schedule li > a .block--txt {
    padding-left: 170px;
  }
  .page--biography .artist--photo {
    width: 50%;
  }
  .page--discography .block--disc-detail .block--title .category {
    font-size: 12px;
  }
  /* 有料コンテンツページ
  ------------------------------ */
  body.page--blog .section-tit,
  body.page--blog .section--list .section-tit.header-none,
  body.page--movie .section-tit,
  body.page--movie .section--list .section-tit.header-none,
  body.page--photo .section-tit,
  body.page--photo .section--list .section-tit.header-none,
  body.page--radio .section-tit,
  body.page--radio .section--list .section-tit.header-none,
  body.page--qa .section-tit,
  body.page--qa .section--list .section-tit.header-none {
    font-size: 2vw;
  }
}
/* ==============================================================
*  base
* ============================================================ */
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* parts
  ------------------------------ */
  .tit {
    font-size: 15px;
    line-height: 1.4;
  }
  .limited .section-tit::after {
    font-size: 11px;
    top: -40px;
    line-height: 0.7;
  }
  /* header
  ------------------------------ */
  .wrap > h1.logo.sp {
    display: none !important;
  }
  #header-nav .logo.pc {
    display: block !important;
  }
  /* drawer
  ------------------------------ */
  .pattern--integrated .wrap #header-nav.header .drawer {
    background: var(--fc_bg);
  }
  .pattern--integrated .wrap #header-nav.header .drawer .g-nav .nav--official,
  .pattern--integrated .wrap #header-nav.header .drawer .g-nav .nav--member {
    padding: 14vw 5vw;
  }
  .pattern--integrated .wrap #header-nav.header .drawer .g-nav .nav--official .nav__list--contents,
  .pattern--integrated .wrap #header-nav.header .drawer .g-nav .nav--member .nav__list--contents {
    width: 100%;
  }
  .pattern--integrated .wrap #header-nav.header .drawer .g-nav .nav--official .nav__list--contents li,
  .pattern--integrated .wrap #header-nav.header .drawer .g-nav .nav--member .nav__list--contents li {
    margin-bottom: 5px;
  }
  .pattern--integrated .wrap #header-nav.header .drawer .g-nav .nav--official .nav__list--contents li a,
  .pattern--integrated .wrap #header-nav.header .drawer .g-nav .nav--member .nav__list--contents li a {
    font-size: 4.5vw;
    padding: 8px 0;
  }
  .pattern--integrated .wrap #header-nav.header .drawer .g-nav .nav--official {
    padding-bottom: 8vw;
  }
  .pattern--integrated .wrap #header-nav.header .drawer .g-nav .nav--member {
    padding-top: 36vw;
  }
  .pattern--integrated .wrap #header-nav.header .drawer .g-nav .nav--member .logo--fc.nav--logo {
    width: 50%;
    opacity: 1;
    transform: none;
    top: 17vw;
  }
  .pattern--integrated .wrap #header-nav.header .drawer .g-nav .nav--member .logo--fc.nav--logo img {
    opacity: 1;
  }
  #header-nav + .drawer__btn {
    width: 5.5em;
    height: 25px;
    padding-bottom: 1px;
    right: 4vw;
    top: 6vw;
  }
  #header-nav + .drawer__btn .drawer__btn--item.top {
    font-size: 12px;
  }
  /* wovn
  ------------------------------ */
  header#header-nav .wovn-languages {
    top: 6.4vw;
    left: 6vw;
    right: inherit;
    font-size: 12px;
  }
  header#header-nav .wovn-languages .wovn-lang-list::after {
    top: 2px;
  }
  /* list
  ------------------------------ */
  .list.list--schedule li > a,
  .list--info.list--schedule li > a {
    padding: 15px 0;
  }
  .list.list--schedule .block--date,
  .list--info.list--schedule .block--date {
    width: 100%;
    margin-bottom: 3vw;
  }
  .list.list--schedule .block--txt,
  .list--info.list--schedule .block--txt {
    width: 100%;
  }
  .list.list--schedule .block--date > [class^=block--date] .block--date__month,
  .list--info.list--schedule .block--date > [class^=block--date] .block--date__month {
    font-size: 4vw;
  }
  .list.list--schedule .block--date > [class^=block--date] .block--date__date,
  .list--info.list--schedule .block--date > [class^=block--date] .block--date__date {
    font-size: 4vw;
    bottom: inherit;
    left: 10px;
  }
  .list.list--schedule .block--date > [class^=block--date] .block--date__youbi,
  .list--info.list--schedule .block--date > [class^=block--date] .block--date__youbi {
    font-size: 3vw;
    height: 2.5vw;
    top: -1px;
  }
  /* .page--home
  ------------------------------ */
  .page--home.pattern--integrated .wrap h1.logo {
    width: 46vw;
    height: 11vw;
    top: 33vw;
    left: 26vw;
  }
  .page--home.pattern--integrated .wrap .section--hero-img {
    height: 170vw;
  }
  .page--home.pattern--integrated .wrap .section--hero-img .block--hero-img {
    max-height: 90vw;
    top: 20vw;
  }
  .page--home.pattern--integrated .wrap .section--hero-img .block--hero-img img {
    max-height: unset;
    width: 60vw;
    border-radius: 16px;
  }
  .page--home.pattern--integrated .wrap .section--hero-img .block--hero-img img.cover {
    width: 100%;
  }
  .page--home.pattern--integrated .wrap .area--official {
    padding: 0 10% 50px;
  }
  .page--home.pattern--integrated .wrap .area--official .block--contents:last-of-type {
    margin-bottom: 16vw;
  }
  .page--home.pattern--integrated .wrap .block--contents {
    margin-bottom: 32vw;
  }
  .page--home.pattern--integrated .wrap .block--contents .block--title {
    margin-bottom: 10vw;
  }
  .page--home.pattern--integrated .wrap .block--contents .block--title .section-tit {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .page--home.pattern--integrated .wrap .block--contents .block--title .list__more {
    position: relative;
    top: 0;
    right: 0;
  }
  .page--home.pattern--integrated .wrap .section--discography .block--discography__item .category {
    font-size: 12px;
  }
  .page--home.pattern--integrated .wrap .section--discography .block--discography__item .tit {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .page--home.pattern--integrated .wrap .section--discography .block--discography__item .date {
    font-size: 12px;
  }
  .page--home.pattern--integrated .wrap .section--discography .block--txt__inner .list__more {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 30px 0 0;
  }
  .page--home.pattern--integrated .wrap .section--discography .block--txt__inner .list__more a {
    position: relative;
  }
  .page--home.pattern--integrated .wrap .section--discography .block--txt__inner .list__more a::before {
    content: "→";
    display: inline-block;
    position: absolute;
    right: -1.2em;
  }
  .page--home.pattern--integrated .wrap #fc.area--fc {
    padding: 16vw 10% 50px;
  }
  .page--home.pattern--integrated .wrap #fc.area--fc .block--title .section-tit {
    line-height: 0.5;
    margin-bottom: 4px;
  }
  .page--home.pattern--integrated .wrap #fc.area--fc .block--contents:last-of-type {
    margin-bottom: 0;
  }
  .page--home.pattern--integrated .wrap #fc.area--fc .section--login {
    margin-bottom: 16vw;
  }
  .page--home.pattern--integrated .wrap footer .nav__list--sns {
    margin-bottom: 16vw;
  }
  .page--home.pattern--integrated .wrap footer .nav__list--sns li a i {
    font-size: min(6vw, 26px);
  }
  /* 下層共通
  ------------------------------ */
  body:not(.page--home).pattern--integrated header#header-nav .wovn-languages {
    display: block;
    left: unset;
    right: calc(6vw + 6.3em);
    top: 6vw;
  }
  body:not(.page--home).pattern--integrated h1.logo {
    width: 23vw;
    height: 57px;
  }
  /* .page--schedule
  ------------------------------ */
  .page--schedule .section--list .block--month .tit {
    font-size: 5.4vw;
  }
  .page--schedule .section--list .block--month .tit span {
    font-size: 2.5vw;
    padding: 0 4px;
    position: relative;
    top: -1px;
  }
  .page--schedule .section--list .block--month ul {
    font-size: 10px;
    font-weight: 600;
    transform: scale(0.8, 1);
    transform-origin: right;
    margin: -17px 0 0;
    position: relative;
    right: 3vw;
  }
  .page--schedule .list--info.list--schedule .category {
    margin-left: 0;
    transform: scale(0.9);
    transform-origin: left;
  }
  .page--schedule .list--info.list--schedule .block--txt {
    padding-left: 6.5em;
  }
  .page--schedule .list--info.list--schedule .block--txt .tit {
    padding-top: 0;
  }
  .page--schedule .list--info.list--schedule .block--date {
    width: 7em;
    position: absolute;
    top: 17px;
    left: 0;
  }
  .page--schedule .list--info.list--schedule .block--date > [class^=block--date] .block--date__month {
    font-size: 3vw;
  }
  .page--schedule .list--info.list--schedule .block--date > [class^=block--date] .block--date__month::after {
    width: 5px;
    height: 1px;
    right: -9px;
  }
  .page--schedule .list--info.list--schedule .block--date > [class^=block--date] .block--date__date {
    font-size: 3vw;
    bottom: inherit;
    left: 8px;
    top: -2px;
  }
  .page--schedule .list--info.list--schedule .block--date > [class^=block--date] .block--date__youbi {
    font-size: 3vw;
    height: 2.5vw;
    top: 3vw;
    transform: scale(0.85);
    position: absolute;
    transform-origin: left;
    left: 0;
  }
  /* 有料コンテンツページ
  ------------------------------ */
}
/* ==============================================================
*  base
* ============================================================ */
@media screen and (min-width: 458px) and (max-width: 961px) {
  .section-tit {
    font-size: 4vw;
    margin-bottom: 8vw;
  }
  h1.logo a img {
    max-height: inherit;
  }
  .pattern--integrated .wrap #header-nav.header .drawer .g-nav .nav--member .logo--fc.nav--logo {
    width: 40%;
  }
  .pattern--integrated .wrap #header-nav.header .drawer .g-nav .nav--official .nav__list--contents li a,
  .pattern--integrated .wrap #header-nav.header .drawer .g-nav .nav--member .nav__list--contents li a {
    font-size: 3vw;
    padding: 13px 0;
  }
  .section--list, .section--detail {
    padding: 0 10%;
  }
  /* TICKET / GOODS
  ------------------------------ */
}