@charset "UTF-8";
/********** reset.css **********/
/*
html5doctor.comResetStylesheet
v1.6.1
LastUpdated:2010-09-17
Author:RichardClark-http://richclarkdesign.com
Twitter:@rich_clark
*/
html, body, main, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

/*change colours to suit your needs*/
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/*change colours to suit your needs*/
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/********** 共通パーツ **********/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  min-width: 1280px;
  margin: 0 auto;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif; }
  @media (max-width: 767px) {
    body {
      min-width: 100%; } }

.html--active {
  height: 100%;
  background: #FFF; }

body.body--active {
  position: fixed;
  width: 100%;
  height: 100%; }

a {
  text-decoration: none;
  color: #000; }

@media (min-width: 768px) {
  a:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; } }
input, textarea {
  vertical-align: middle;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-overflow-scrolling: touch; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  webkit-appearance: none; }

.clearfix:after, .topBlock:after, .discography .post:after, #ec .ecList:after {
  content: "";
  clear: both;
  display: block; }

.pcDisp, .pageAnimation {
  display: block; }
  @media (max-width: 767px) {
    .pcDisp, .pageAnimation {
      display: none; } }

.spDisp, .headerNav__logoLink, .buttonWrapper, .profileNav {
  display: none; }
  @media (max-width: 767px) {
    .spDisp, .headerNav__logoLink, .buttonWrapper, .profileNav {
      display: block; } }

.textImage, .headerInner__logo, .headerNav__text, .footer__logo, .mainVisual .flex-control-nav > li > a, .commonTitle, .topBlock__section__title, .profile .flex-control-nav > li > a, .profile .flex-direction-nav .flex-prev, .profile .flex-direction-nav .flex-next {
  display: block;
  height: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.textIndent {
  text-indent: -1em;
  padding-left: 1em; }

sup {
  vertical-align: super;
  font-size: small; }

.frame, .main--top .topNews, .topTwitter, .topBlog, .contentList__visual, .newsList .topNews__image, .profileList__visual {
  position: relative; }
  .frame::before, .main--top .topNews::before, .topTwitter::before, .topBlog::before, .contentList__visual::before, .newsList .topNews__image::before, .profileList__visual::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 0;
    border-color: #ff7dc6 transparent transparent transparent;
    top: 0;
    left: 0; }
    @media (max-width: 767px) {
      .frame::before, .main--top .topNews::before, .topTwitter::before, .topBlog::before, .contentList__visual::before, .newsList .topNews__image::before, .profileList__visual::before {
        border-width: 30px 30px 0 0;
        top: 0;
        left: 0; } }
  .frame::after, .main--top .topNews::after, .topTwitter::after, .topBlog::after, .contentList__visual::after, .newsList .topNews__image::after, .profileList__visual::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 50px 50px;
    border-color: transparent transparent #ff7dc6 transparent;
    bottom: 0;
    right: 0; }
    @media (max-width: 767px) {
      .frame::after, .main--top .topNews::after, .topTwitter::after, .topBlog::after, .contentList__visual::after, .newsList .topNews__image::after, .profileList__visual::after {
        border-width: 0 0 30px 30px;
        bottom: 0;
        right: 0; } }

.borderBottom, .headerNav__list:last-child, .main--top .topNews__item, .blogContent, .newsDetail__title {
  border-bottom: 2px dotted #e3007f; }

.borderTop, .headerNav__item, .topMovie__sub:nth-child(n+3), .topMovie .movieList__item:nth-child(n+3) {
  border-top: 2px dotted #e3007f; }

.movieStart:focus {
  outline: none; }

.buttonArea {
  margin: 80px auto 0;
  text-align: center;
  line-height: 1.4; }

.button--back {
  position: relative;
  display: inline-block;
  padding: .8em 1.6em;
  text-align: center;
  background: #e3007f;
  color: #fff;
  z-index: 2; }
  .button--back:hover {
    transform: scale(1.1);
    transition: .5s; }
  .button--back::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 0;
    border-color: #555 transparent transparent transparent;
    top: -10px;
    left: -10px; }
    @media (max-width: 767px) {
      .button--back::before {
        border-width: 20px 20px 0 0; } }
  .button--back::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 30px 30px;
    border-color: transparent transparent #555 transparent;
    bottom: -10px;
    right: -10px; }
    @media (max-width: 767px) {
      .button--back::after {
        border-width: 0 0 20px 20px; } }
  .button--back span:before {
    content: '';
    display: inline-block;
    margin: 4px 1em 0 0;
    border-style: solid;
    border-width: 8px;
    border-color: transparent #fff transparent transparent; }

.button--top {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  text-align: right; }
  @media (max-width: 767px) {
    .button--top {
      width: 93.75%; } }
  .button--top a img:hover {
    transform: translateY(-2em);
    transition: all .5s; }

/************************* アニメーション *******************************/
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg); }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg); }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }
@-webkit-keyframes bubble {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6); } }
@keyframes bubble {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6); } }
@-webkit-keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); } }
@keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); } }
@-webkit-keyframes purupuru {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02); } }
@keyframes purupuru {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02); } }
/************************* ヘッダー *******************************/
.header {
  width: 100%;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 5px;
  background: #FFF; }
  @media (min-width: 768px) {
    .header {
      display: none; } }
  @media (max-width: 767px) {
    .header {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 3; } }
  .header.header--top {
    margin-bottom: 0; }

.headerInner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0;
  height: 100px;
  position: relative; }
  @media (max-width: 767px) {
    .headerInner {
      width: 100%;
      height: 52px;
      display: block; } }
  .headerInner::after {
    content: "";
    display: block;
    width: 219px;
    height: 100px;
    position: absolute;
    left: -95px;
    top: 0;
    background: url(../images/header-line.png) 0 0 no-repeat; }
    @media (max-width: 767px) {
      .headerInner::after {
        background: url(../images/sp/header-line.png) 0 0 no-repeat;
        background-size: 100%;
        left: 0;
        width: 73px;
        height: 52px; } }
  .headerInner__logo {
    background: url(../images/header-logo.png) left top no-repeat;
    width: 374px;
    height: 76px;
    display: inline-block;
    vertical-align: middle;
    margin: 15px 0 0 0;
    position: relative;
    z-index: 2; }
    @media (min-width: 768px) {
      .headerInner__logo--top {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto; } }
    @media (max-width: 767px) {
      .headerInner__logo {
        background: url(../images/header-logo.png) left top no-repeat;
        background-size: 100%;
        width: 187px;
        height: 38px;
        margin: 8px 0 0 10px; } }

.headerNav {
  display: flex;
  max-width: 516px;
  width: 100%;
  vertical-align: middle; }
  @media (min-width: 768px) {
    .headerNav.-nav2019 {
      max-width: 725px; } }
  @media (max-width: 767px) {
    .headerNav {
      display: none;
      height: 100%;
      background: url(../images/sp/nav-background.png) left top repeat;
      background-size: 50px 50px;
      margin: 0;
      position: fixed;
      top: 0;
      left: 0;
      padding-top: 70px;
      z-index: 2;
      overflow-y: scroll; } }
  .headerNav__image {
    margin: 0 auto;
    width: 196px;
    display: block; }
  @media (max-width: 767px) {
    .headerNav__list {
      margin: 32px auto 0; } }
  @media (min-width: 768px) {
    .headerNav__list:last-child {
      border: none; } }
  @media (min-width: 768px) {
    .headerNav__items {
      display: flex;
      justify-content: space-between; }
      .headerNav__items + .headerNav__items {
        margin-top: 24px; } }
  .headerNav__item {
    display: inline-block; }
    @media (min-width: 768px) {
      .headerNav__item {
        border: none; }
        .headerNav__item:nth-child(n+2) {
          margin: 0 0 0 40px; } }
    @media (max-width: 767px) {
      .headerNav__item {
        display: block;
        margin: 0;
        text-align: center; } }
  .headerNav__link {
    display: block;
    position: relative; }
    @media (max-width: 767px) {
      .headerNav__link {
        height: 58px;
        padding-top: 21px; } }
    @media (min-width: 768px) {
      .headerNav__link::before, .headerNav__link::after {
        height: 3px;
        position: absolute;
        content: '';
        transition: all 0.35s ease;
        background-color: #e3007f;
        width: 0; }
      .headerNav__link::before {
        top: 25px;
        left: 0; }
      .headerNav__link::after {
        bottom: 25px;
        right: 0; }
      .headerNav__link:hover, .headerNav__link.headerNav__link--current, .goods .headerNav__item--event .headerNav__link {
        opacity: 1; }
        .headerNav__link:hover::before, .headerNav__link.headerNav__link--current::before, .goods .headerNav__item--event .headerNav__link::before {
          width: 100%; }
        .headerNav__link:hover::after, .headerNav__link.headerNav__link--current::after, .goods .headerNav__item--event .headerNav__link::after {
          width: 100%; } }
  .headerNav__text {
    height: 18px; }
    @media (max-width: 767px) {
      .headerNav__text {
        height: 18px;
        margin: 0 auto; } }
    .headerNav__text--news {
      background: url(../images/header-news.png) left top no-repeat;
      width: 58px; }
      @media (max-width: 767px) {
        .headerNav__text--news {
          background: url(../images/sp/header-news.png) left top no-repeat;
          background-size: 100%;
          width: calc(92px * 18 / 26); } }
    .headerNav__text--profile {
      background: url(../images/header-profile.png) left top no-repeat;
      width: 80px; }
      @media (max-width: 767px) {
        .headerNav__text--profile {
          background: url(../images/sp/header-profile.png) left top no-repeat;
          background-size: 100%;
          width: calc(130px * 18 /26); } }
    .headerNav__text--discography {
      background: url(../images/header-discography.png) left top no-repeat;
      width: 140px; }
      @media (max-width: 767px) {
        .headerNav__text--discography {
          background: url(../images/sp/header-discography.png) left top no-repeat;
          background-size: 100%;
          width: calc(222px * 18 /26); } }
    .headerNav__text--calendar {
      background: url(../images/header-schedule.png) left top no-repeat;
      width: 102px; }
      @media (max-width: 767px) {
        .headerNav__text--calendar {
          background: url(../images/sp/header-schedule.png) left top no-repeat;
          background-size: 100%;
          width: calc(164 * 18 / 26px); } }
    .headerNav__text--movie {
      background: url(../images/header-movie.png) left top no-repeat;
      width: 62px; }
      @media (max-width: 767px) {
        .headerNav__text--movie {
          background: url(../images/sp/header-movie.png) left top no-repeat;
          background-size: 100%;
          width: calc(98px * 18 / 26); } }
    .headerNav__text--youtube {
      background: url(../images/header-youtube.png) left top no-repeat;
      width: 92px; }
      @media (max-width: 767px) {
        .headerNav__text--youtube {
          background: url(../images/sp/header-youtube.png) left top no-repeat;
          background-size: 100%;
          width: calc(148px * 18 / 26); } }
    .headerNav__text--blog {
      background: url(../images/header-blog.png) left top no-repeat;
      width: 52px; }
      @media (max-width: 767px) {
        .headerNav__text--blog {
          background: url(../images/sp/header-blog.png) left top no-repeat;
          background-size: 100%;
          width: calc(80px * 18 / 26); } }
    .headerNav__text--twitter {
      background: url(../images/header-twitter.png) left top no-repeat;
      width: 86px; }
      @media (max-width: 767px) {
        .headerNav__text--twitter {
          background: url(../images/sp/header-twitter.png) left top no-repeat;
          background-size: 100%;
          width: calc(138px * 18 / 26); } }
    .headerNav__text--event {
      background: url(../images/header-event.png) left top no-repeat;
      width: 64px; }
      @media (max-width: 767px) {
        .headerNav__text--event {
          background: url(../images/sp/header-event.png) left top no-repeat;
          background-size: 100%;
          width: calc(102px * 18 / 26); } }

.buttonWrapper {
  position: absolute;
  top: 11px;
  right: 11px;
  z-index: 3; }

.button {
  position: relative;
  width: 30px;
  height: 30px; }
  .button__line {
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    background-color: #000;
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box; }
    .button__line--01 {
      top: 0; }
    .button__line--02 {
      top: 14px; }
    .button__line--03 {
      bottom: 0; }

.body--active .button {
  width: 40px;
  height: 40px; }
.body--active .button__line--01 {
  -webkit-transform: translateY(20px) rotate(45deg);
  transform: translateY(20px) rotate(-45deg);
  width: 40px; }
.body--active .button__line--02 {
  display: none; }
.body--active .button__line--03 {
  -webkit-transform: translateY(-18px) rotate(45deg);
  transform: translateY(-18px) rotate(45deg);
  width: 40px; }

/************************* フッターバナー *******************************/
.footBanner {
  background: #555555;
  padding: 48px 0 52px; }
  @media (max-width: 767px) {
    .footBanner {
      padding: 25px 0; } }
  .footBanner__list {
    font-size: 0;
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    position: relative; }
    @media (max-width: 767px) {
      .footBanner__list {
        width: 100%; } }
    .footBanner__list::after {
      content: "";
      display: block;
      width: 294px;
      height: 180px;
      position: absolute;
      background: url(../images/footer-line.png) 0 0 no-repeat; }
      @media (min-width: 768px) {
        .footBanner__list::after {
          right: -160px;
          top: -48px; } }
      @media (max-width: 767px) {
        .footBanner__list::after {
          background: url(../images/sp/footer-line.png) 0 0 no-repeat;
          background-size: 100%;
          width: 73px;
          height: 73px;
          right: 0;
          bottom: -25px; } }
  .footBanner__item {
    display: inline-block;
    width: 300px; }
    @media (max-width: 767px) {
      .footBanner__item {
        font-size: 14px;
        display: block;
        margin: 0 auto;
        width: 93.75%;
        position: relative;
        z-index: 1; } }
    .footBanner__item:nth-child(n+2) {
      margin-left: 20px; }
      @media (max-width: 767px) {
        .footBanner__item:nth-child(n+2) {
          margin: 10px auto 0; } }
  .footBanner__link {
    display: block; }
  .footBanner__image {
    width: 300px; }
    @media (max-width: 767px) {
      .footBanner__image {
        width: 100%; } }

/************************* フッター *******************************/
.footer {
  background: #0a4faa;
  padding: 14px 0; }
  .footer__inner {
    width: 1200px;
    margin: 0 auto;
    position: relative; }
    @media (max-width: 767px) {
      .footer__inner {
        width: 93.75%; } }
  .footer__logo {
    background: url(../images/footer-logo.png) 0 0 no-repeat;
    width: 33px;
    height: 22px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .footer__logo {
        background-size: 100%;
        width: 15px;
        height: 10px; } }
  .footer__copy {
    color: #FFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    font-size: 12px;
    line-height: 1.8; }
    @media (max-width: 767px) {
      .footer__copy {
        font-size: 10px;
        line-height: 1.2; } }

/************************* コンテンツ *******************************/
.pageAnimation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: #FFF; }
  .pageAnimation__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation: purupuru 0.5s alternate ease infinite;
    -webkit-animation: purupuru 0.5s alternate ease infinite; }

#topAnimation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #FFF;
  width: 100%;
  height: 100%; }

.loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1000; }

.flexslider {
  width: 1280px;
  margin: 0 auto;
  position: relative; }
  @media (max-width: 767px) {
    .flexslider {
      width: 100%; }
      .flexslider img {
        width: 100%; } }
  @media (min-width: 768px) {
    .flexslider--profile {
      width: 1100px;
      margin: 60px auto 0; } }
  @media (max-width: 767px) {
    .flexslider--profile {
      width: 93.75%;
      margin: 28px auto 0; } }

.mainVisual {
  background: #FFF;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2); }
  @media (min-width: 768px) {
    .mainVisual {
      opacity: 0;
      transition: 2s;
      width: 1280px;
      margin: 0 auto;
      position: relative; } }
  @media (min-width: 768px) {
    .mainVisual .flex-control-nav {
      position: absolute;
      background: #FFF;
      top: 0;
      right: 0; }
      .mainVisual .flex-control-nav > li > a {
        width: 300px;
        height: 150px;
        display: block; }
        .mainVisual .flex-control-nav > li > a.flex-active {
          position: relative; }
          .mainVisual .flex-control-nav > li > a.flex-active::before {
            content: "";
            display: block;
            position: absolute;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 50px 50px 0 0;
            border-color: #e3007f transparent transparent transparent;
            top: 0;
            left: 0; }
      .mainVisual .flex-control-nav > li:nth-of-type(1) a {
        background-image: url(../images/top-smallBnr01.jpg); }
      .mainVisual .flex-control-nav > li:nth-of-type(2) a {
        background-image: url(../images/top-smallBnr02.jpg); }
      .mainVisual .flex-control-nav > li:nth-of-type(3) a {
        background-image: url(../images/top-smallBnr03.jpg); }
      .mainVisual .flex-control-nav > li:nth-of-type(4) a {
        background-image: url(../images/top-smallBnr04.jpg); } }
  @media (max-width: 767px) {
    .mainVisual .flex-control-nav {
      width: 100%;
      text-align: center;
      position: absolute; }
      .mainVisual .flex-control-nav > li {
        display: inline-block; }
      .mainVisual .flex-control-nav > li:nth-of-type(n+2) {
        margin-left: 15px; } }
  @media (max-width: 767px) {
    .mainVisual .flex-control-nav > li > a {
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #494949; } }
  .mainVisual .flex-direction-nav {
    display: none; }
  .mainVisual .flexslider-controls {
    position: absolute;
    background: #FFF;
    top: 0;
    right: 0; }
    .mainVisual .flexslider-controls li {
      width: 256px;
      display: block;
      position: relative; }
      .mainVisual .flexslider-controls li.flex-active {
        position: relative; }
        .mainVisual .flexslider-controls li.flex-active::after {
          content: "";
          display: block;
          position: absolute;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 50px 50px 0 0;
          border-color: #e3007f transparent transparent transparent;
          top: 0;
          left: 0;
          z-index: 2; }
      .mainVisual .flexslider-controls li img {
        display: block;
        width: 100%;
        height: auto; }
    @media (max-width: 767px) {
      .mainVisual .flexslider-controls {
        display: none; } }

.main {
  background: url(../images/background01.png) 0 0 repeat;
  padding-top: 75px; }
  .main ::-webkit-scrollbar {
    width: 10px; }
    @media (max-width: 767px) {
      .main ::-webkit-scrollbar {
        width: 5px; } }
  .main ::-webkit-scrollbar-track {
    background-color: #c7c7c7; }
  .main ::-webkit-scrollbar-thumb {
    background-color: #555555; }
  @media (max-width: 767px) {
    .main {
      background-size: 250px 250px;
      margin-top: 52px;
      padding-top: 40px; } }
  .main.main--top {
    padding-top: 0; }

.commonTitle {
  height: 40px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .commonTitle {
      height: 28px; } }
  .commonTitle--discography {
    background: url(../images/discography-title.png) 0 0 repeat;
    width: 360px; }
    @media (max-width: 767px) {
      .commonTitle--discography {
        background: url(../images/sp/discography-title.png) 0 0 repeat;
        background-size: 100%;
        width: 252px; } }
  .commonTitle--news {
    background: url(../images/news-title.png) 0 0 repeat;
    width: 148px; }
    @media (max-width: 767px) {
      .commonTitle--news {
        background: url(../images/sp/news-title.png) 0 0 repeat;
        background-size: 100%;
        width: 103px; } }
  .commonTitle--movie {
    background: url(../images/movie-title.png) 0 0 repeat;
    width: 157px; }
    @media (max-width: 767px) {
      .commonTitle--movie {
        background: url(../images/sp/movie-title.png) 0 0 repeat;
        background-size: 100%;
        width: 111px; } }
  .commonTitle--profile {
    background: url(../images/profile-title.png) 0 0 repeat;
    width: 209px; }
    @media (max-width: 767px) {
      .commonTitle--profile {
        background: url(../images/sp/profile-title.png) 0 0 repeat;
        background-size: 100%;
        width: 146px; } }
  .commonTitle--schedule {
    background: url(../images/schedule-title.png) 0 0 repeat;
    width: 263px; }
    @media (max-width: 767px) {
      .commonTitle--schedule {
        background: url(../images/sp/schedule-title.png) 0 0 repeat;
        background-size: 100%;
        width: 185px; } }
  .commonTitle--event {
    background: url(../images/event-title.png) 0 0 repeat;
    width: 164px; }
    @media (max-width: 767px) {
      .commonTitle--event {
        background: url(../images/sp/event-title.png) 0 0 repeat;
        background-size: 100%;
        width: calc(230px * 28 / 56); } }

.topContent {
  width: 1100px;
  margin: 18px auto 0;
  padding-bottom: 82px; }
  @media (max-width: 767px) {
    .topContent {
      width: 93.75%;
      margin: 25px auto 0;
      padding-bottom: 50px; } }
  @media (min-width: 768px) {
    .topContent {
      opacity: 0;
      transition: 2s; } }
  .topContent__title {
    text-align: center;
    line-height: 48px; }
    @media (max-width: 767px) {
      .topContent__title {
        font-size: .6rem;
        line-height: 24px; } }
    .topContent__title + .topContent__title {
      margin-top: 12px; }
      @media (max-width: 767px) {
        .topContent__title + .topContent__title {
          margin-top: 5px; } }
  .topContent__link {
    display: block;
    color: #FFF;
    background: #e3007f; }

.topBlock {
  margin-top: 48px; }
  @media (max-width: 767px) {
    .topBlock {
      margin-top: 32px; } }
  .topBlock__section {
    display: inline-block;
    vertical-align: top;
    width: 525px; }
    @media (max-width: 767px) {
      .topBlock__section {
        width: 100%;
        display: block; } }
    @media (min-width: 768px) {
      .topBlock__section + .topBlock__section {
        float: right; } }
    @media (max-width: 767px) {
      .topBlock__section + .topBlock__section {
        margin-top: 40px; } }
    .topBlock__section__title {
      height: 32px;
      margin: 0 auto 18px; }
      @media (max-width: 767px) {
        .topBlock__section__title {
          height: 28px; } }
      .topBlock__section__title--news {
        background: url(../images/top-news.png) left top no-repeat;
        width: 163px; }
        @media (max-width: 767px) {
          .topBlock__section__title--news {
            background: url(../images/sp/top-news.png) left top no-repeat;
            background-size: 100%;
            width: 135px; } }
      .topBlock__section__title--movie {
        background: url(../images/top-movie.png) left top no-repeat;
        width: 180px; }
        @media (max-width: 767px) {
          .topBlock__section__title--movie {
            background: url(../images/sp/top-movie.png) left top no-repeat;
            background-size: 100%;
            width: 148px; } }
      .topBlock__section__title--twitter {
        background: url(../images/top-twitter.png) left top no-repeat;
        width: 221px; }
        @media (max-width: 767px) {
          .topBlock__section__title--twitter {
            background: url(../images/sp/top-twitter.png) left top no-repeat;
            background-size: 100%;
            width: 190px; } }
      .topBlock__section__title--blog {
        background: url(../images/top-blog.png) left top no-repeat;
        width: 142px; }
        @media (max-width: 767px) {
          .topBlock__section__title--blog {
            background: url(../images/sp/top-blog.png) left top no-repeat;
            background-size: 100%;
            width: 118px; } }

.main--top .topNews {
  margin: 0 auto;
  background: #FFF;
  padding: 18px 18px 18px 0; }
  @media (max-width: 767px) {
    .main--top .topNews {
      padding: 10px 8px 18px 0; } }
  .main--top .topNews__list {
    height: 550px;
    overflow-y: scroll;
    padding: 0 28px 0 22px;
    box-sizing: border-box;
    position: relative;
    z-index: 1; }
    @media (max-width: 767px) {
      .main--top .topNews__list {
        height: 300px;
        padding: 0 8px 0 8px; } }
  .main--top .topNews__item:nth-of-type(n+2) {
    margin-top: 7px; }
  .main--top .topNews__link {
    display: table;
    width: 100%;
    padding: 0 0 7px 0; }
  .main--top .topNews__image {
    display: table-cell;
    vertical-align: middle;
    width: 71px; }
    @media (max-width: 767px) {
      .main--top .topNews__image {
        width: 42px; } }
    .main--top .topNews__image > img {
      width: 100%; }
  .main--top .topNews__description {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 15px; }
  .main--top .topNews__time {
    color: #e3007f;
    font-size: 0.8rem; }
    @media (max-width: 767px) {
      .main--top .topNews__time {
        font-size: .6rem; } }
  .main--top .topNews__text {
    font-size: 1rem;
    margin-top: 5px;
    line-height: 1.6; }
    @media (max-width: 767px) {
      .main--top .topNews__text {
        font-size: .6rem; } }

.topMovie {
  background: #FFF; }
  @media (max-width: 767px) {
    .topMovie {
      padding-bottom: 10px; } }
  .topMovie__main, .topMovie .movieList__item:first-child {
    margin-bottom: 16px; }
    @media (max-width: 767px) {
      .topMovie__main, .topMovie .movieList__item:first-child {
        margin-bottom: 8px; } }
    .topMovie__main__link, .topMovie .movieList__item:first-child .movieList__link {
      position: relative;
      display: block;
      width: 525px;
      height: auto;
      padding-top: 52.380952%; }
      @media (max-width: 767px) {
        .topMovie__main__link, .topMovie .movieList__item:first-child .movieList__link {
          width: 100%; } }
      .topMovie__main__link iframe, .topMovie .movieList__item:first-child .movieList__link iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
      .topMovie__main__link::before, .topMovie .movieList__item:first-child .movieList__link::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1; }
  .topMovie__sub, .topMovie .movieList__item {
    width: 489px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .topMovie__sub, .topMovie .movieList__item {
        width: 94%; } }
    .topMovie__sub:nth-child(n+3), .topMovie .movieList__item:nth-child(n+3) {
      margin-top: 18px;
      padding-top: 18px; }
      @media (max-width: 767px) {
        .topMovie__sub:nth-child(n+3), .topMovie .movieList__item:nth-child(n+3) {
          margin-top: 8px;
          padding-top: 8px; } }
    .topMovie__sub__link {
      display: table; }
    .topMovie__sub__image, .topMovie .movieList__visual {
      width: 200px;
      display: table-cell;
      vertical-align: middle; }
      .topMovie__sub__image > img, .topMovie .movieList__visual > img {
        width: 100%; }
    .topMovie__sub__text, .topMovie .movieList__text {
      display: table-cell;
      vertical-align: middle;
      padding: 0 0 0 20px;
      line-height: 1.6; }
      @media (max-width: 767px) {
        .topMovie__sub__text, .topMovie .movieList__text {
          font-size: .65rem;
          padding: 0 0 0 12px; } }
  @media (min-width: 768px) {
    .topMovie .movieList__item a {
      display: flex;
      align-items: center; } }
  .topMovie .movieList__visual {
    position: relative;
    padding-top: 21.413691%; }
    @media (max-width: 767px) {
      .topMovie .movieList__visual {
        padding-top: 28.125%; } }
    .topMovie .movieList__visual::before {
      content: "";
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 2; }
    .topMovie .movieList__visual > iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .topMovie .movieList__item:first-child {
    width: 100%; }
    .topMovie .movieList__item:first-child .movieList__visual {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    .topMovie .movieList__item:first-child .movieList__text {
      display: none; }

.topTwitter {
  margin: 0 auto;
  background: #FFF;
  padding: 18px 18px 18px 0; }
  @media (max-width: 767px) {
    .topTwitter {
      padding: 10px 8px 18px 0; } }
  .topTwitter::before {
    z-index: 2; }
  .topTwitter__wrapper {
    overflow-y: scroll;
    height: 550px;
    position: relative;
    z-index: 1; }
    @media (max-width: 767px) {
      .topTwitter__wrapper {
        height: 500px; } }

.topBlog {
  margin: 0 auto;
  background: #FFF;
  padding: 18px 18px 18px 0; }
  @media (max-width: 767px) {
    .topBlog {
      padding: 10px 8px 18px 0; } }
  .topBlog__wrapper {
    overflow-y: scroll;
    height: 550px;
    padding: 0 28px 0 22px;
    position: relative;
    z-index: 1; }
    @media (max-width: 767px) {
      .topBlog__wrapper {
        height: 300px; } }

.blogContent {
  padding-bottom: 25px; }
  .blogContent + .blogContent {
    margin-top: 25px; }
  .blogContent__time {
    font-size: .7rem; }
  .blogContent__title {
    margin-top: 8px; }
    .blogContent__title > a {
      color: #e3007f; }
  .blogContent__text {
    font-size: .9rem;
    margin-top: 30px;
    line-height: 1.4; }

.pager {
  text-align: center;
  font-size: 0;
  margin: 70px auto 0; }
  .pager__prev {
    display: inline-block;
    vertical-align: middle; }
  .pager__next {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px; }
  .pager__number {
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px; }
    .pager__number:nth-of-type(n+2) {
      margin-left: 10px; }
  .pager__numberLink {
    display: block;
    width: 35px;
    line-height: 35px;
    font-size: 20px; }
    .pager__numberLink.pager__numberLink--current {
      background: #e3007f;
      color: #FFF;
      border-radius: 50%; }
  .pager__prevLink::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #e3007f transparent transparent; }
  .pager__nextLink::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #e3007f; }

.contentList, .newsList .topNews__list {
  font-size: 0;
  width: 1075px;
  margin: 60px auto 0; }
  @media (max-width: 767px) {
    .contentList, .newsList .topNews__list {
      width: 78.509375%;
      margin: 44px auto 0; } }
  .contentList__link, .newsList .topNews__link {
    display: block; }
  .contentList__item, .newsList .topNews__item {
    width: 220px;
    display: inline-block;
    vertical-align: top; }
    @media (min-width: 768px) {
      .contentList__item, .newsList .topNews__item {
        margin-left: 65px; }
        .contentList__item:nth-of-type(4n+1), .newsList .topNews__item:nth-of-type(4n+1) {
          margin-left: 0; }
        .contentList__item:nth-of-type(n+5), .newsList .topNews__item:nth-of-type(n+5) {
          margin-top: 70px; } }
    @media (max-width: 767px) {
      .contentList__item, .newsList .topNews__item {
        width: 100%;
        display: block; }
        .contentList__item:nth-of-type(n+2), .newsList .topNews__item:nth-of-type(n+2) {
          margin-top: 50px; } }
    @media (min-width: 768px) {
      .contentList__item--news:nth-of-type(n+5), .newsList .topNews__item:nth-of-type(n+5) {
        margin-top: 50px; } }
  .contentList__visual::before, .newsList .topNews__image::before {
    top: -10px;
    left: -12px; }
    @media (max-width: 767px) {
      .contentList__visual::before, .newsList .topNews__image::before {
        top: -14px;
        left: -14px;
        border-width: 60px 60px 0 0; } }
  .contentList__visual::after, .newsList .topNews__image::after {
    bottom: -10px;
    right: -12px; }
    @media (max-width: 767px) {
      .contentList__visual::after, .newsList .topNews__image::after {
        bottom: -14px;
        right: -14px;
        border-width: 0 0 60px 60px; } }
  @media (min-width: 768px) {
    .contentList__visual:hover, .newsList .topNews__image:hover {
      transform: scale(1.1);
      transition: .5s; } }
  .contentList__image, .newsList .topNews__image img {
    position: relative;
    z-index: 2;
    width: 220px; }
    @media (max-width: 767px) {
      .contentList__image, .newsList .topNews__image img {
        width: 100%; } }
  .contentList__text, .newsList .topNews__text {
    margin: 20px auto 0;
    font-size: 15px;
    line-height: 1.5; }
    @media (max-width: 767px) {
      .contentList__text, .newsList .topNews__text {
        margin: 25px auto 0;
        font-size: 14px; } }
  .contentList__time, .newsList .topNews__time {
    color: #e3007f;
    font-size: 14px;
    margin: 20px auto 0;
    font-weight: 500; }
    .contentList__time + .contentList__text, .newsList .topNews__time + .contentList__text, .newsList .contentList__time + .topNews__text, .newsList .topNews__time + .topNews__text {
      margin: 10px auto 0; }

.discography {
  padding: 0 0 75px; }
  @media (min-width: 768px) {
    .discography {
      opacity: 0;
      transition: 2s; } }
  @media (max-width: 767px) {
    .discography {
      padding: 0 0 32px; } }
  @media (min-width: 768px) {
    .discography .post + .post {
      margin-top: 20px; } }
  @media (max-width: 767px) {
    .discography .post + .post {
      margin-top: 35px; } }
  @media (min-width: 768px) {
    .discography .post .post-sub {
      width: 300px;
      margin-right: 60px;
      float: left; } }
  .discography .post .post-sub .post-img img {
    display: block;
    width: 100%;
    height: auto; }
  .discography .post .post-sub .post-img + .btn {
    margin-top: 20px; }
  .discography .post .post-sub .btn + .btn {
    margin-top: 16px; }
  .discography .post .post-sub .item-buy-btn {
    position: relative;
    display: block;
    padding: .6em 1em;
    text-align: center;
    background: #e3007f;
    color: #fff; }
    .discography .post .post-sub .item-buy-btn:after {
      position: relative;
      content: ' >'; }
    @media (min-width: 768px) {
      .discography .post .post-sub .item-buy-btn:hover {
        transform: scale(1.1);
        transition: .5s; } }
  @media (min-width: 768px) {
    .discography .post .post-main {
      overflow: hidden; } }
  @media (max-width: 767px) {
    .discography .post .post-main {
      margin-top: 35px; } }
  .discography .post .post-main .post__category {
    font-size: 1rem; }
  .discography .post .post-main .post__title {
    font-size: 1.5rem; }
  .discography .post .post-main .detail-item-txt-container {
    margin-top: 20px; }
    .discography .post .post-main .detail-item-txt-container p, .discography .post .post-main .detail-item-txt-container p + p {
      margin-top: 0 !important; }
  .discography .post .post-main .disk-detail {
    margin-top: 20px; }
    .discography .post .post-main .disk-detail .playBtn {
      margin-left: 2em; }
  .discography .disco-tokuten-txt-container {
    margin-top: 30px; }

#ec {
  min-width: 100%;
  background: #000; }
  #ec h1 {
    color: #fff;
    font-size: 18px;
    line-height: 1.4em;
    padding: 20px 0;
    text-align: center; }
  #ec h2 {
    background-color: #bebab1;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.8em;
    margin: 0 auto;
    padding: 0 10px;
    width: 840px; }
  #ec #contents {
    width: 90%;
    margin: 0 auto; }
  #ec .block {
    padding: 40px 0;
    background: transparent; }
  #ec .ecList {
    margin-right: -10px;
    margin-left: -10px; }
    #ec .ecList .item {
      float: left;
      box-sizing: border-box;
      padding-top: 20px;
      padding-right: 10px;
      padding-left: 10px;
      width: 25%; }
      #ec .ecList .item img {
        width: 100%;
        height: auto; }
  #ec .col {
    margin: 0 0 5em; }

/*
download
--------------------------------*/
#subwin a {
  color: #c80032; }
#subwin #contents {
  width: 90%;
  margin: 0 auto;
  text-align: center; }
#subwin h1 {
  text-align: center;
  font-size: 18px;
  line-height: 1.4em;
  padding: 23px 0 39px; }
#subwin h2 {
  font-size: 12px;
  font-weight: normal;
  padding: 0 10px;
  line-height: 1.8em;
  background-color: #bebab1;
  color: #FFF;
  display: block;
  width: 840px;
  margin: 0 auto; }
#subwin .ecList {
  list-style-type: none;
  margin: 0;
  padding: 10px 0 6px; }
  #subwin .ecList li {
    padding: 10px;
    float: left; }
#subwin .col {
  margin: 0 0 5em; }
#subwin .box div {
  padding: 0 0 10px 0; }

.profile {
  padding: 0 0 82px; }
  @media (max-width: 767px) {
    .profile {
      padding: 0 0 32px; } }

.main--movie .movieList {
  width: 1100px;
  margin: 45px auto 0;
  font-size: 0;
  text-align: center; }
  @media (max-width: 767px) {
    .main--movie .movieList {
      width: 93.75%;
      margin: 30px auto 0; } }
  .main--movie .movieList__item {
    width: 340px;
    display: inline-block;
    vertical-align: top; }
    @media (min-width: 768px) {
      .main--movie .movieList__item:nth-of-type(3n+2) {
        margin: 0 40px; }
      .main--movie .movieList__item:nth-of-type(n+4) {
        margin-top: 60px; } }
    @media (max-width: 767px) {
      .main--movie .movieList__item {
        width: 100%;
        display: block;
        text-align: left; }
        .main--movie .movieList__item:nth-of-type(n+2) {
          margin-top: 38px; } }
  .main--movie .movieList__link {
    display: block; }
  .main--movie .movieList__visual {
    position: relative;
    width: 340px;
    padding-top: 52.352941%; }
    @media (max-width: 767px) {
      .main--movie .movieList__visual {
        width: 100%; } }
    .main--movie .movieList__visual > iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .main--movie .movieList__visual::before {
      content: "";
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 2; }
  .main--movie .movieList__text {
    font-size: 1rem;
    margin-top: 10px;
    line-height: 1.6; }
    @media (max-width: 767px) {
      .main--movie .movieList__text {
        font-size: 0.8rem; } }
  .main--movie .movieList__image {
    width: 100%; }

.newsDetail {
  background: #FFF;
  width: 1000px;
  margin: 45px auto 0;
  padding: 40px 50px 60px;
  position: relative; }
  @media (max-width: 767px) {
    .newsDetail {
      width: 93.75%;
      padding: 20px 10px 40px; }
      .newsDetail img {
        width: 100%;
        max-width: 100%;
        height: auto !important; } }
  .newsDetail::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 0 0 50px;
    border-color: transparent transparent transparent #e3007f;
    bottom: 0;
    left: 0; }
    @media (max-width: 767px) {
      .newsDetail::before {
        border-width: 25px 0 0 25px; } }
  .newsDetail::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 50px 50px;
    border-color: transparent transparent #e3007f transparent;
    bottom: 0;
    right: 0; }
    @media (max-width: 767px) {
      .newsDetail::after {
        border-width: 0 0 25px 25px; } }
  .newsDetail__body {
    font-size: .85rem;
    line-height: 1.6; }
    @media (max-width: 767px) {
      .newsDetail__body {
        font-size: .8rem;
        line-height: 1.8; } }
    .newsDetail__body img {
      display: block; }
    .newsDetail__body * + img {
      margin-top: 20px; }
      @media (max-width: 767px) {
        .newsDetail__body * + img {
          margin-top: 35px; } }
    .newsDetail__body a:link, .newsDetail__body a:visited {
      color: #e3007f; }
    .newsDetail__body a:hover {
      color: #e3007f;
      text-decoration: underline; }
  .newsDetail__time {
    color: #e3007f;
    font-size: .8rem; }
  .newsDetail__title {
    font-size: 1.45rem;
    margin: 20px auto 44px;
    padding: 0 0 20px;
    position: relative; }
    .newsDetail__title::before {
      content: "";
      display: block;
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 50px 50px 0 0;
      border-color: #e3007f transparent transparent transparent;
      top: -72px;
      left: -48px; }
      @media (max-width: 767px) {
        .newsDetail__title::before {
          border-width: 25px 25px 0 0;
          left: -10px;
          top: -42px; } }
    .newsDetail__title::after {
      content: "";
      display: block;
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 50px 50px 0;
      border-color: transparent #e3007f transparent transparent;
      top: -72px;
      right: -48px; }
      @media (max-width: 767px) {
        .newsDetail__title::after {
          border-width: 0 25px 25px 0;
          right: -10px;
          top: -42px; } }
    @media (max-width: 767px) {
      .newsDetail__title {
        font-size: .95rem;
        line-height: 1.5;
        padding: 0 0 12px;
        margin: 10px auto; } }
  .newsDetail__text {
    font-size: .85rem;
    line-height: 2; }
    @media (max-width: 767px) {
      .newsDetail__text {
        font-size: .8rem;
        line-height: 1.8; } }
    .newsDetail__text + .newsDetail__text {
      margin-top: 35px; }
      @media (max-width: 767px) {
        .newsDetail__text + .newsDetail__text {
          margin-top: 20px; } }
  .newsDetail__visual {
    margin: 52px auto 48px; }
    .newsDetail__visual > img {
      width: 100%; }
  .newsDetail__sns {
    position: absolute;
    top: 30px;
    right: 45px; }
    @media (max-width: 767px) {
      .newsDetail__sns {
        top: 15px; } }
    .newsDetail__sns .fb_iframe_widget_fluid {
      /* プラグインが生成するスタイルよりも優先度を上げるために、importantを使用する。 */
      display: inline-block !important; }
  .newsDetail__twitter {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px; }

@media (min-width: 768px) {
  .profile .flex-control-nav {
    position: absolute;
    top: 8px;
    right: 0;
    opacity: 0;
    animation: profileAnimation 0.5s ease 2.5s 1 forwards; }
    .profile .flex-control-nav > li {
      display: inline-block; }
      .profile .flex-control-nav > li:nth-of-type(n+2) {
        margin-left: 20px; }
    .profile .flex-control-nav > li:nth-of-type(1) a {
      background-image: url(../images/profile-nav01.png); }
    .profile .flex-control-nav > li:nth-of-type(2) a {
      background-image: url(../images/profile-nav02.png); }
    .profile .flex-control-nav > li:nth-of-type(3) a {
      background-image: url(../images/profile-nav03.png); }
    .profile .flex-control-nav > li > a {
      width: 63px;
      height: 63px;
      display: block;
      background-size: 100%;
      transition: .5s; }
      .profile .flex-control-nav > li > a:hover {
        width: 120px;
        height: 120px; } }
.profile .flex-direction-nav {
  position: absolute;
  top: 168px;
  width: 1110px; }
  .profile .flex-direction-nav .flex-nav-prev {
    display: inline-block;
    margin-left: 5px;
    transition: .3s; }
    .profile .flex-direction-nav .flex-nav-prev:hover {
      margin-left: 0; }
  .profile .flex-direction-nav .flex-nav-next {
    display: inline-block;
    float: right;
    margin-right: 5px;
    transition: .3s; }
    .profile .flex-direction-nav .flex-nav-next:hover {
      margin-right: 0; }
  .profile .flex-direction-nav .flex-prev {
    background: url(../images/profile-prev.png) left top no-repeat;
    width: 58px;
    height: 56px; }
  .profile .flex-direction-nav .flex-next {
    background: url(../images/profile-next.png) left top no-repeat;
    width: 58px;
    height: 56px; }

.profileList__item {
  display: block;
  width: 1100px;
  font-size: 0; }
  @media (max-width: 767px) {
    .profileList__item {
      width: 100%;
      display: block;
      position: relative; } }
  @media (max-width: 767px) {
    .profileList__item:nth-of-type(n+2) {
      margin-top: 35px; } }
.profileList__visual {
  display: inline-block;
  width: 325px;
  vertical-align: top;
  opacity: 0;
  margin: 0 0 0 108px;
  padding: 13px 0;
  animation: profileAnimation 0.5s ease 2s 1 forwards; }
  @media (max-width: 767px) {
    .profileList__visual {
      animation: profileAnimation 0.5s ease 1s 1 forwards;
      display: block;
      width: 100%;
      margin: 0 auto; }
      .profileList__visual::before {
        border-width: 60px 60px 0 0; }
      .profileList__visual::after {
        border-width: 0 0 60px 60px; } }
  .profileList__visual > img {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 2; }
    @media (max-width: 767px) {
      .profileList__visual > img {
        width: 91%; } }
.profileList__description {
  display: inline-block;
  vertical-align: top;
  margin: 30px 0 0 35px; }
  @media (max-width: 767px) {
    .profileList__description {
      display: block;
      padding-top: 0;
      margin: 12px auto 0;
      width: 91%; } }
.profileList__name {
  font-size: 2.5rem;
  opacity: 0;
  animation: profileAnimation 0.5s ease 3s 1 forwards; }
  @media (max-width: 767px) {
    .profileList__name {
      animation: profileAnimation 0.5s ease 1.5s 1 forwards;
      font-size: 1.6rem;
      margin: 0 auto; } }
.profileList__ruby {
  font-size: 1rem; }
  @media (max-width: 767px) {
    .profileList__ruby {
      font-size: .8rem; } }
.profileList__text {
  margin: 100px 0 0;
  font-size: .9rem;
  line-height: 2;
  width: 600px;
  opacity: 0;
  animation: profileAnimation 0.5s ease 4s 1 forwards; }
  @media (max-width: 767px) {
    .profileList__text {
      animation: profileAnimation 0.5s ease 2s 1 forwards;
      margin: 40px auto 0;
      width: 100%;
      font-size: .75rem;
      line-height: 1.6; } }
  .profileList__text__title {
    margin-bottom: 1em;
    font-weight: normal; }
    .profileList__text__title img {
      display: inline-block;
      margin-right: 1em;
      vertical-align: middle; }
      @media (max-width: 767px) {
        .profileList__text__title img {
          width: 80%;
          height: auto; } }

.profileTable {
  margin-top: 40px;
  opacity: 0;
  animation: profileAnimation 0.5s ease 3.5s 1 forwards; }
  @media (max-width: 767px) {
    .profileTable {
      animation: profileAnimation 0.5s ease 1.75s 1 forwards;
      margin-top: 10px;
      display: block; } }
  .profileTable__tr {
    display: block; }
    .profileTable__tr:nth-of-type(n+2) {
      margin-top: 4px; }
  .profileTable__th {
    background: #e3007f;
    color: #FFF;
    text-align: center;
    font-size: .7rem;
    font-weight: normal;
    width: 75px;
    line-height: 25px; }
    @media (max-width: 767px) {
      .profileTable__th {
        width: 60px;
        line-height: 20px;
        font-size: .8rem; } }
  .profileTable__td {
    font-size: .9rem;
    padding-left: 10px; }
    @media (max-width: 767px) {
      .profileTable__td {
        font-size: .8rem;
        padding-left: 8px; } }

.newsList .topNews__item {
  opacity: 0;
  transition: .4s; }
  .newsList .topNews__item .price {
    display: block; }
  .newsList .topNews__item--showed {
    opacity: 1; }
  @media (min-width: 768px) {
    .newsList .topNews__item:nth-of-type(4n+2) {
      transition: .6s; } }
  @media (min-width: 768px) {
    .newsList .topNews__item:nth-of-type(4n+3) {
      transition: .8s; } }
  @media (min-width: 768px) {
    .newsList .topNews__item:nth-of-type(4n+4) {
      transition: 1.2s; } }
.newsList .topNews__image {
  position: relative; }
  @media (min-width: 768px) {
    .newsList .topNews__image {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 312px; } }
  .newsList .topNews__image img {
    position: relative; }
@media (min-width: 768px) {
  .newsList .topNews__imageWrap {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    align-items: center;
    background: #fff;
    z-index: 100; }
    .newsList .topNews__imageWrap img {
      flex: 0; } }

@-webkit-keyframes profileAnimation {
  100% {
    opacity: 1; } }
@keyframes profileAnimation {
  100% {
    opacity: 1; } }
.profileNav {
  text-align: center;
  margin: 32px auto 0; }
  .profileNav__item {
    display: inline-block;
    width: 19.6875%; }
    .profileNav__item:nth-of-type(2) {
      margin: 0 15px; }
  .profileNav__link {
    display: block; }
  .profileNav__image {
    width: 100%; }

.main--schedule .scheduleList {
  width: 1100px;
  margin: 45px auto 0; }
  @media (max-width: 767px) {
    .main--schedule .scheduleList {
      width: 93.75%;
      margin: 30px auto 0; } }

.calendar {
  opacity: 0;
  transition: .4s; }
  .calendar--showed {
    opacity: 1; }
  .calendar__header {
    margin-bottom: 48px; }
    @media (max-width: 767px) {
      .calendar__header {
        margin-bottom: 18px; } }
    .calendar__header__title {
      text-align: center;
      font-size: 30px;
      color: #4b4b4b; }
      @media (max-width: 767px) {
        .calendar__header__title {
          font-size: 20px; }
          .calendar__header__title span {
            display: none; } }

.monthNav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px; }
  @media (max-width: 767px) {
    .monthNav {
      width: 80%;
      margin: -20px auto 18px; } }
  .monthNav__item a {
    position: relative; }
    @media (max-width: 767px) {
      .monthNav__item a {
        display: block;
        text-indent: 100%;
        overflow: hidden;
        white-space: nowrap;
        width: 26px;
        height: 26px; } }
    .monthNav__item a:before, .monthNav__item a:after {
      width: 18px;
      height: 18px;
      display: inline-block;
      vertical-align: bottom; }
      @media (max-width: 767px) {
        .monthNav__item a:before, .monthNav__item a:after {
          display: none; } }
  .monthNav__item.-prev a:before {
    content: url(../images/icon_arrow.png);
    margin-right: .4em;
    transform: rotate3d(0, 0, 1, 180deg); }
  @media (max-width: 767px) {
    .monthNav__item.-prev a {
      background: url(../images/sp/arrow_prev.png) 0 0 no-repeat; } }
  .monthNav__item.-next a:after {
    content: url(../images/icon_arrow.png);
    margin-left: .4em; }
  @media (max-width: 767px) {
    .monthNav__item.-next a {
      background: url(../images/sp/arrow_next.png) 0 0 no-repeat; } }

.categoryNav {
  display: flex;
  justify-content: center; }
  @media (max-width: 767px) {
    .categoryNav {
      width: 100%;
      justify-content: space-around;
      flex-wrap: wrap; } }
  .categoryNav__item {
    margin: 0 1em;
    text-align: center;
    font-size: 12px; }
    @media (max-width: 767px) {
      .categoryNav__item {
        width: 48%;
        margin: 0; }
        .categoryNav__item:nth-child(n+3) {
          margin-top: 2%; } }
    .categoryNav__item a, .categoryNav__item span {
      display: block;
      padding: .4em 12px;
      border: 1px solid #e3007f;
      color: #e3007f;
      font-weight: bold;
      transition: all ease .3s; }
      @media (max-width: 767px) {
        .categoryNav__item a, .categoryNav__item span {
          padding: 12px; } }
    .categoryNav__item a:hover, .categoryNav__item span {
      background: #e3007f;
      color: #fff; }

.anchorNav__items {
  display: flex;
  justify-content: center;
  margin: 50px auto 0; }
  @media (max-width: 767px) {
    .anchorNav__items {
      width: 78.509375%;
      margin: 44px auto 0; } }
.anchorNav__item {
  width: 250px;
  text-align: center; }
  @media (max-width: 767px) {
    .anchorNav__item {
      width: calc(50% - 40px); } }
  .anchorNav__item:nth-child(n+2) {
    margin-left: 20px; }
.anchorNav__link {
  padding: .8em 0;
  transition: all ease .3s; }
  .anchorNav__link:link, .anchorNav__link:visited {
    display: block;
    background: #555;
    color: #fff; }
  .anchorNav__link:hover {
    background: #e3007f; }
  .event .anchorNav__item--event .anchorNav__link {
    background: #e3007f; }
  .goods .anchorNav__item--goods .anchorNav__link {
    background: #e3007f; }

.media-entry {
  width: 960px;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 15px 0;
  margin: 0 auto 15px;
  border-bottom: 1px solid #eee;
  line-height: 1; }
  @media (max-width: 767px) {
    .media-entry {
      width: 100%;
      margin-bottom: 10px;
      padding-bottom: 10px;
      flex-wrap: nowrap;
      font-size: 12px; } }
  .media-entry__date {
    width: 100px;
    flex-grow: 0;
    padding: 0 6px 0 0; }
    @media (max-width: 767px) {
      .media-entry__date {
        width: 20%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: flex-start;
        flex-shrink: 0; } }
    .media-entry__date .day {
      text-align: center;
      font-size: 30px;
      padding: 0 0 8px 0;
      font-weight: 600;
      line-height: 1; }
      @media (max-width: 767px) {
        .media-entry__date .day {
          margin: 0 auto;
          padding: 0;
          font-size: 12px; } }
    .media-entry__date .week {
      width: 40px;
      margin: auto;
      padding: 3px;
      background-color: #000;
      font-size: 12px;
      text-align: center;
      color: #fff; }
      @media (max-width: 767px) {
        .media-entry__date .week {
          width: auto;
          margin: 0 auto;
          padding: 0;
          background: none;
          color: #333; } }
  .media-entry__body {
    flex-grow: 0; }
    @media (min-width: 768px) {
      .media-entry__body {
        width: 850px; } }
    .media-entry__body .cell {
      display: flex;
      flex-wrap: nowrap;
      width: 100%;
      padding: 0 0 2px 0;
      margin: 0 0 2px 0; }
      @media (max-width: 767px) {
        .media-entry__body .cell {
          flex-direction: column;
          flex-wrap: wrap;
          margin: 0;
          padding: 0; }
          .media-entry__body .cell + .cell {
            margin-top: 20px; } }
      .media-entry__body .cell .category {
        flex-shrink: 0;
        width: 100px;
        padding: 0 10px 0 0; }
        @media (max-width: 767px) {
          .media-entry__body .cell .category {
            box-sizing: border-box;
            padding: 0; } }
      .media-entry__body .cell .icon {
        display: block;
        width: 100%;
        margin: 0 0 .4em 0;
        text-align: center;
        color: #fff;
        font-size: 12px; }
        @media (max-width: 767px) {
          .media-entry__body .cell .icon {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            height: 1.2rem;
            line-height: 1.2;
            overflow: hidden;
            border-radius: 1px;
            color: #fff;
            font-size: 10px; } }
      .media-entry__body .cell .ctg_release {
        background: #cc0000; }
      .media-entry__body .cell .ctg_tour {
        background: #1A6600; }
      .media-entry__body .cell .ctg_live_event {
        background: #2DB200; }
      .media-entry__body .cell .ctg_tv {
        background: #FF8000; }
      .media-entry__body .cell .ctg_radio {
        background: #FF007F; }
      .media-entry__body .cell .ctg_magazine {
        background: #7F00FF; }
      .media-entry__body .cell .ctg_web {
        background: #00A3D9; }
      .media-entry__body .cell .ctg_mobile {
        background: #2626FF; }
      .media-entry__body .cell .ctg_other {
        background: #666; }
      .media-entry__body .cell .ctg_goods {
        background: #00B2B2; }
      .media-entry__body .cell .ctg_fanclub {
        background: #000; }
      .media-entry__body .cell .title {
        flex-grow: 0;
        font-size: 14px;
        line-height: 1.6; }
        .media-entry__body .cell .title a:link,
        .media-entry__body .cell .title a:visited {
          text-decoration: underline; }
        .media-entry__body .cell .title a:hover,
        .media-entry__body .cell .title a:active {
          text-decoration: none; }

.eventGoods-list {
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  @media (max-width: 767px) {
    .eventGoods-list__item {
      width: calc((100% - 50 / 640 * 100vw) / 2); }
      .eventGoods-list__item:nth-child(2n) {
        margin-left: calc(50 / 640 * 100vw); }
      .eventGoods-list__item:nth-child(n+3) {
        margin-top: calc(50 / 640 * 100vw); } }
  @media (min-width: 768px) {
    .eventGoods-list__item {
      max-width: 280px;
      width: calc((100% - 30px * 2) / 3);
      margin-left: 30px; }
      .eventGoods-list__item:nth-child(n+4) {
        margin-top: 30px; }
      .eventGoods-list__item:nth-child(3n+1) {
        margin-left: 0; } }
  .eventGoods-list__item a {
    transition: .5s; }
    .eventGoods-list__item a:link, .eventGoods-list__item a:visited {
      color: #000;
      text-decoration: none; }
    @media (min-width: 768px) {
      .eventGoods-list__item a:hover {
        opacity: .7; } }
  .eventGoods-list__image {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding: 16px;
    border: 1px solid #ccc; }
    @media (min-width: 768px) {
      .eventGoods-list__image {
        min-height: 280px; }
        .eventGoods-list__image:hover {
          transform: scale(1.1);
          transition: .5s; } }
    .eventGoods-list__image img {
      max-width: 100%;
      height: auto; }
  @media (min-width: 768px) {
    a:hover .eventGoods-list__description {
      opacity: .7;
      transition: .5s; } }
  .eventGoods-list__price {
    margin-top: .2em; }

#goodsItem {
  min-width: auto;
  width: 100%; }

.l-modal {
  background: #fff;
  font-size: .85rem;
  line-height: 1.6; }
  .l-modal__overlay {
    z-index: 9999;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.9);
    cursor: pointer; }
  .l-modal__movie {
    max-width: 1024px;
    width: 80%;
    margin: 0;
    padding: 0;
    position: fixed;
    display: none;
    z-index: 99999;
    cursor: pointer; }
  .l-modal__inner {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden; }
  .l-modal__main {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 20px;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden; }
    @media (min-width: 768px) {
      .l-modal__main {
        max-width: 1000px;
        margin: auto; } }

.c-goods__wrap {
  display: flex;
  padding: 20px; }
  @media (max-width: 767px) {
    .c-goods__wrap {
      flex-direction: column; } }
  @media (min-width: 768px) {
    .c-goods__wrap {
      flex-direction: row-reverse;
      justify-content: space-between; } }
@media (min-width: 768px) {
  .c-goods__images {
    width: 40%; } }
.c-goods__image {
  box-sizing: border-box;
  display: block;
  width: 100%;
  text-align: center;
  border: 1px solid #ccc; }
  @media (min-width: 768px) {
    .c-goods__image {
      margin-bottom: 40px; } }
  .c-goods__image img {
    max-width: 100%;
    height: auto; }
.c-goods__thumbnails {
  width: 100%;
  display: flex; }
  .c-goods__thumbnails img {
    max-width: 100%;
    height: auto; }
.c-goods__thumbnail {
  box-sizing: border-box;
  display: block;
  text-align: center;
  border: 1px solid #ccc; }
  @media (max-width: 767px) {
    .c-goods__thumbnail {
      width: calc((100% - 8vw) / 3); } }
  @media (min-width: 768px) {
    .c-goods__thumbnail {
      width: calc((100 - 3 * 3) / 4 * 1%);
      cursor: pointer; } }
  .c-goods__thumbnail img {
    max-width: 100%;
    width: auto;
    height: auto; }
  @media (max-width: 767px) {
    .c-goods__thumbnail:nth-child(n+2) {
      margin-left: 4vw; } }
  @media (min-width: 768px) {
    .c-goods__thumbnail:nth-child(n+2) {
      margin-left: 3%; } }
@media (min-width: 768px) {
  .c-goods__body {
    width: 50%; } }
.c-goods__title {
  font-size: 20px;
  margin-bottom: .8em;
  color: #e3007f; }

/*# sourceMappingURL=style.css.map */
