@charset "UTF-8";
/* base
------------------------------ */
/* font */
.category,
.section-tit,
.limited .section-tit::after,
.detail__btn a {
  font-family: "Montserrat Subrayada", sans-serif;
  font-weight: 400;
}

.block--category li a {
  font-weight: 400;
}

h1.logo a img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.wrap .bg,
footer .bg {
  display: none !important;
}

.page--blog .section--detail .detail__btn a,
.page--photo.page--photo-detail .section-tit {
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

.no-data {
  opacity: 0.5;
}

@media screen and (min-width: 961px) {
  .category {
    font-size: 15px;
    letter-spacing: 0.1em;
    margin-bottom: 0.4em;
  }
  .date {
    font-size: 11px;
  }
  h1.logo {
    width: clamp(137px, 15vw, 320px);
  }
  h1.logo a {
    padding: 0 2.5em 0 2em;
  }
  .header .g-nav {
    margin-bottom: 0.5em;
  }
  .header .drawer .block--login .nav li a:hover {
    background: #fb5757;
  }
  .page--home .wrap .section--hero-img .block--hero-img {
    overflow: hidden;
  }
  .page--home .wrap .section--hero-img .block--hero-img img:not(.cover) {
    min-height: 960px;
  }
  .page--home .block--content-wrap {
    background: #222;
    padding: 8vw 10%;
    position: relative;
    z-index: 2;
  }
  .page--home .section--hero-img {
    margin-bottom: 0;
  }
  .page--home .section--hero-img::before {
    content: "";
    display: block;
    width: 100%;
    height: 20vw;
    background: #222;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .page--home .section--video {
    width: 126%;
    margin: 0 -13% 150px;
  }
  .page--home .section--video .block--title {
    display: none;
  }
  .page--home .section--video .list--thumnail--center .list__item {
    width: 100%;
    margin: 60px auto 0;
  }
  .page--home .section--video .block--txt {
    padding-top: 3vw;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .page--home .section--video .list--thumnail--horizontal {
    display: block;
  }
  .page--home .section--video .list--thumnail--horizontal .list__item {
    width: 100%;
    margin-bottom: 7em;
  }
  .page--home .section--video.block--wide.block--carousel .list--thumbnail {
    width: 100vw;
  }
  .page--home .section--video.block--wide.block--carousel .list--thumbnail .list__item {
    margin: 0;
  }
  .page--home .section--video .slick-prev, .page--home .section--video .slick-next {
    width: 20px;
    height: 20px;
    bottom: -15px;
    z-index: 999;
  }
  .page--home .section--video .slick-prev:hover, .page--home .section--video .slick-next:hover {
    margin: 0 !important;
    -webkit-transform: translate(0, -50%) !important;
            transform: translate(0, -50%) !important;
    opacity: 0.5;
  }
  .page--home .section--video .slick-prev {
    left: 3vw;
  }
  .page--home .section--video .slick-next {
    right: 3vw;
  }
  .page--home .section--video .slick-prev::after,
  .page--home .section--video .slick-next::after {
    width: 20px;
    height: 20px;
  }
  .page--home .section--discography.block--contents .section-tit {
    padding-right: 15px;
  }
  .page--home .section--discography.block--contents .block--title .list__more {
    top: 0;
  }
  .page--home .section--discography.block--contents .block--discography__item .block--txt {
    width: 47%;
  }
  .list--blog .list__item .category {
    font-size: 12px;
    margin-bottom: 0;
    margin-left: 1em;
    vertical-align: 0px;
  }
  .list--discography .category {
    display: block;
    margin-bottom: 0.5em;
  }
  .list__more a {
    font-size: 11px;
  }
  .limited .section-tit::after,
  .free .section-tit::after {
    vertical-align: 10px;
    padding: 3px 6px 1px;
    font-size: 10px;
  }
  .page--photo.page--photo-detail .section-tit {
    font-size: 24px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body:not(.page--home) h1.logo {
    width: 23vw;
    top: 6vw;
    left: 8%;
  }
  body:not(.page--home) .drawer__btn {
    right: 8%;
    top: 8vw;
  }
  body:not(.page--home) .section-tit {
    font-size: 4.5vw;
  }
  .header .drawer {
    background: rgba(34, 34, 34, 0.96);
  }
  .header .drawer .nav.nav__list--contents > li {
    width: 100%;
  }
  .header .drawer .nav.nav__list--contents > li a {
    font-family: "Montserrat Subrayada", sans-serif;
    font-weight: 400;
    font-size: 5vw;
    padding: 5px 0;
    letter-spacing: 0.04em;
  }
  .no-data {
    font-size: 11px;
  }
  .date {
    font-size: 10px;
    margin-right: 0.5em;
  }
  .list__item.new .tit::after {
    font-size: 11px;
  }
  .limited .section-tit::after, .free .section-tit::after {
    vertical-align: 4px;
    padding: 2px 7px 1px;
    font-size: 10px;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    display: inline-block;
    border-radius: 0;
  }
  .list--schedule .block--date {
    top: 14px;
  }
  .page--home .container {
    padding-top: 160vw;
  }
  .page--home .section--hero-img {
    height: 160vw;
    position: fixed;
    top: 0;
    left: 0;
  }
  .page--home .section-tit {
    font-size: 5.5vw;
  }
  .page--home .wrap h1.logo {
    width: 28vw;
    top: -5vw;
    left: 5vw;
  }
  .page--home .block--content-wrap {
    background: #222;
    position: relative;
    z-index: 2;
    padding: 0 10% 50px;
  }
  .page--home .block--contents {
    margin-bottom: 24vw;
  }
  .page--home .wrap .section--hero-img .block--hero-img {
    top: 0;
    max-height: inherit;
  }
  .page--home .section--hero-img .block--login {
    display: none;
  }
  .page--home .block--content-wrap .block--login {
    text-align: center;
    bottom: 0;
    padding: 15vw 0 5vw;
  }
  .page--home .block--content-wrap .block--login li {
    position: relative;
    font-size: 1.1em;
    padding: 0 1.2em;
    margin: 0;
  }
  .page--home .block--content-wrap .block--login .g-nav--item__login::before {
    content: "";
    display: block;
    width: 1px;
    height: 50px;
    -webkit-transform: rotate(32deg);
            transform: rotate(32deg);
    position: absolute;
    left: -3px;
    top: -11px;
    background: #646464;
  }
  .page--home .section--hero-img .block--hero-img {
    max-height: inherit;
  }
  .page--home .section--hero-img .block--hero-img img {
    max-height: inherit;
    height: 160vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page--home .wrap.loggedin .block--content-wrap .block--login {
    padding-top: 10vw;
  }
  .page--home .wrap.loggedin .block--content-wrap .block--login .g-nav--item__mypage a {
    display: block;
    line-height: 0;
    padding: 2em 6em 1.8em;
    border: 1px solid #555;
    border-radius: 5em;
    font-size: 0.8em;
  }
  .page--home .section--video.block--contents {
    width: 126%;
    margin: 0 -13% 24vw;
  }
  .page--home .section--video.block--contents .block--title {
    display: none;
  }
  .page--home .section--video.block--contents .block--txt {
    text-align: center;
  }
  .page--home .section--video.block--contents .tit {
    font-size: 11px;
  }
  .page--home .section--video.block--contents .list__item.new .tit::after {
    font-size: 10px;
  }
  .page--home .section--video.block--contents .slick-next {
    right: 4vw;
  }
  .page--home .section--video.block--contents .slick-prev {
    left: 4vw;
  }
  .page--home .section--discography .block--discography__item .thumb {
    margin-bottom: 10px;
  }
  .section--list, .section--detail {
    padding: 0 8%;
  }
  .list--schedule .block--date > [class^=block--date] .block--date__month {
    font-size: 12px;
  }
  .list--schedule .block--date > [class^=block--date] .block--date__date {
    font-size: 14px;
    bottom: -20px;
  }
  .list--schedule .block--date > [class^=block--date] .block--date__youbi {
    bottom: -19px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .page--schedule .section--list .block--refine label p {
    padding: 0.34em 0.5em;
  }
  .page--video .list--thumbnail.list--video {
    margin: 0 -9%;
  }
  .page--video .list--thumbnail.list--video .block--txt {
    margin-bottom: 20px;
    padding: 0 5vw;
  }
  .page--video .section--detail .block--txt {
    margin: 0 -9% 30px;
  }
  .page--discography .block--category li a {
    font-size: 11px;
  }
  .page--discography .list--discography .block-txt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page--discography .list--discography .block-txt .tit {
    width: 100%;
  }
  .page--discography .list--discography .block-txt .category {
    margin-bottom: 10px;
  }
  .page--discography .jacket .ph {
    width: 100%;
  }
  .page--photo.page--photo-detail .section-tit {
    padding: 0 8%;
  }
}