@media only screen and (min-width:769px) {
  html {
    background: #ffffff;
  }

  body {
    color: #000000;
    font-size: 12px;
    font-size: 1.2em;
    line-height: 1em;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

  a {
    display: block;
    color: #000000;
    text-decoration: none;
    transition: all 0.125s linear;
  }

  img {
    display: block;
    max-width: 100%;
  }

  div.loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 999;
  }

  div#page {
    position: relative;
    min-width: 1280px;
    overflow: hidden;
  }

  div#page::before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 74px;
    background: #ffffff;
    z-index: 2;
  }

  div#page header.page {
  }

  div#page header.page div.header {
    position: relative;
  }

  div#page header.page div.header h1 {
    position: fixed;
    left: 35px;
    top: 12px;
    z-index: 20;
  }

  div#page header.page div.header h1 a {
  }

  div#page header.page div.header h1 a svg {
    width: 30px;
    height: 46px;
    /*fill:#ffffff; transition:all 0.125s linear;*/
  }

  div#page header.page div.header h1 a:hover {
    opacity: 0.25;
  }

  div#page header.page div.header nav {
    display: none;
  }

  div#page header.page.on div.header h1 a svg {
    /*fill:#000000;*/
  }

  div#page nav.page {
  }

  div#page nav.page div.nav {
    position: fixed;
    right: 45px;
    top: 30px;
    z-index: 20;
  }

  div#page nav.page div.nav ul {
    font-size: 0;
    line-height: 0;
  }

  div#page nav.page div.nav ul li {
    display: inline-block;
    padding: 0 0 0 20px;
  }

  div#page nav.page div.nav ul li a {
    font-size: 1.5rem;
    line-height: 1em;
    /*color:#ffffff;*/
  }

  div#page nav.page div.nav ul li a:hover {
    opacity: 0.5;
  }

  div#page nav.page div.nav ul li a.on {
    opacity: 0.5;
  }

  div#page nav.page.on div.nav ul li a {
    color: #000000;
  }

  div#page div.page {
    padding: 170px 0 0 0;
  }

  div#page footer.page {
  }

  div#page footer.page div.footer {
    background: #2c2c2c;
  }

  div#page footer.page div.footer section {
  }

  div#page footer.page div.footer section h2 {
    width: 180px;
    height: 300px;
    margin: 0 auto;
    padding: 60px 0 60px 0;
  }

  div#page footer.page div.footer section h2 img {
    width: 180px;
    height: 300px;
  }

  div#page footer.page div.footer section ul {
    width: 1100px;
    margin: 0 auto;
    padding: 0 0 60px 0;
    text-align: center;
    font-size: 0;
    line-height: 0;
  }

  div#page footer.page div.footer section ul li {
    display: inline-block;
    padding: 0 20px 40px 20px;
  }

  div#page footer.page div.footer section ul li span:nth-of-type(1) {
    display: block;
    width: 180px;
    padding: 0 0 15px 0;
  }

  div#page footer.page div.footer section ul li span:nth-of-type(2) {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1em;
    color: #ffffff;
  }

  div#page footer.page div.footer section ul li a span.photo {
    position: relative;
  }

  div#page footer.page div.footer section ul li a span.photo:before {
    content: "";
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 180px;
    height: 180px;
    background: rgba(44, 44, 44, 0.5);
    transition: all 0.125s linear;
    z-index: 1;
  }

  div#page footer.page div.footer section ul li a span.photo:after {
    content: "MORE";
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: -8px;
    bottom: 0;
    width: 90px;
    height: 35px;
    margin: auto;
    text-align: center;
    font-size: 1.4rem;
    line-height: 35px;
    background: #ffffff;
    transition: all 0.125s linear;
    z-index: 1;
  }

  div#page footer.page div.footer section ul li a:hover span.photo:before {
    opacity: 1;
  }

  div#page footer.page div.footer section ul li a:hover span.photo:after {
    opacity: 1;
  }

  div#page footer.page div.footer section ul li a:hover span.name {
    opacity: 0.5;
  }

  div#page footer.page div.footer p {
    padding: 0 0 40px 0;
    width: 1000px;
    margin: 0 auto;
  }

  div#page footer.page div.footer p a:hover {
    opacity: 0.5;
  }

  div#page footer.page div.footer aside {
    width: 1290px;
    margin: 0 auto;
    padding: 0 0 40px 0;
  }

  div#page footer.page div.footer aside ul {
    margin: 0 -20px 0 -20px;
    font-size: 0;
    line-height: 0;
  }

  div#page footer.page div.footer aside ul li {
    vertical-align: top;
    display: inline-block;
    width: 625px;
    padding: 0 20px 0 20px;
  }

  div#page footer.page div.footer aside ul li a {
  }

  div#page footer.page div.footer aside ul li a img {
    width: 625px;
    height: 271px;
  }

  div#page footer.page div.footer aside ul li a:hover {
    opacity: 0.5;
  }

  div#page footer.page div.footer small {
    display: block;
    padding: 0 0 40px 0;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1em;
    color: #ffffff;
  }

  section.visual {
    padding: 74px 0 0 0;
  }

  section.visual div.section {
    position: relative;
  }

  section.visual div.section div.arrows {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    margin: auto;
  }

  section.visual div.section div.arrows button.slick-prev {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 140px;
    margin: auto;
    font-size: 0;
    line-height: 0;
    border: solid 1px #000000;
    background: url(../images/slider_prev.svg) center center no-repeat;
    cursor: pointer;
    z-index: 1;
    box-sizing: border-box;
    transition: all 0.125s ease-out;
  }

  section.visual div.section div.arrows button.slick-prev:before {
    content: "";
  }

  section.visual div.section div.arrows button.slick-prev:hover {
    opacity: 0.5;
  }

  section.visual div.section div.arrows button.slick-prev.slick-disabled {
    opacity: 0;
    pointer-events: none;
  }

  section.visual div.section div.arrows button.slick-next {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 140px;
    margin: auto;
    font-size: 0;
    line-height: 0;
    border: solid 1px #000000;
    background: url(../images/slider_next.svg) center center no-repeat;
    cursor: pointer;
    z-index: 1;
    transition: all 0.125s ease-out;
  }

  section.visual div.section div.arrows button.slick-next:before {
    content: "";
  }

  section.visual div.section div.arrows button.slick-next:hover {
    opacity: 0.5;
  }

  section.visual div.section div.arrows button.slick-next.slick-disabled {
    opacity: 0;
    pointer-events: none;
  }

  section.visual div.section div.visual {
    position: relative;
  }

  section.visual div.section div.visual div.slick-list {
  }

  section.visual div.section div.visual div.slick-list div.slick-track {
  }

  section.visual div.section div.visual div.slick-list div.slick-track div.slick-slide {
  }

  section.visual div.section div.visual div.slick-list div.slick-track div.slick-slide.slide {
  }

  section.visual div.section div.visual div.slick-list div.slick-track div.slick-slide.slide img {
    width: 100%;
  }

  section.visual div.section div.visual ul.slick-dots {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    text-align: center;
    font-size: 0;
    line-height: 0;
  }

  section.visual div.section div.visual ul.slick-dots li {
    display: inline-block;
    width: 10px;
    padding: 0 8px 0 8px;
  }

  section.visual div.section div.visual ul.slick-dots li button {
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 auto;
    padding: 0;
    font-size: 0;
    line-height: 0;
    border: none;
    background: #ffffff;
    border-radius: 10px;
    cursor: pointer;
    opacity: 0.5;
    transition: all 0.125s linear;
  }

  section.visual div.section div.visual ul.slick-dots li button:hover {
    width: 10px;
    height: 10px;
    opacity: 1;
  }

  section.visual div.section div.visual ul.slick-dots li.slick-active button {
    width: 10px;
    height: 10px;
    opacity: 1;
  }

  section.sns_area aside {
    text-align: center;
  }

  section.sns_area aside p {
    display: inline-block;
    padding: 40px 0 0 0;
    width: 57%;
  }

  section.sns_area aside ul {
    -ms-flex-align: center;
    -ms-flex-pack: start;
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-box-pack: start;
    -webkit-box-sizing: border-box;
    align-items: center;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    gap: 3.2vw;
    justify-content: flex-start;
    margin: 0 auto;
    padding: 40px 6.3% 0;
    font-size: 0;
    line-height: 0;
    width: 100%;
  }

  section.sns_area aside ul li {
    display: block;
    width: calc((100% - 6.4vw) / 3);
    padding: 0;
  }

  section.sns_area aside ul li a {
    background-color: #000000;
    display: block;
    font-size: 0;
    width: 100%;
  }

  section.sns_area aside ul li a:hover {
    opacity: 0.7;
  }

  section.sns_area aside ul li a img {
    width: 100%;
  }

  section.sns_area aside .banner {
    display: inline-block;
    width: 26.9%;
    margin-top: 40px;
  }

  section.sns_area aside .banner img {
    width: 100%;
    height: auto;
  }

  section.content {
    width: 1280px;
    margin: 0 auto;
  }

  section.content header.content {
  }

  section.content header.content h1 {
    padding: 15px 0 65px 0;
    font-size: 11.0rem;
    line-height: 120px;
    text-indent: -15px;
    letter-spacing: -0.1em;
    font-weight: 100;
  }

  section.content header.content h1 br {
    display: none;
  }

  section.content div.content {
  }

  section.content footer.content {
  }

  section.content footer.content nav.backtop ul {
    padding: 0 0 60px 0;
    text-align: center;
    font-size: 0;
    line-height: 0;
  }

  section.content footer.content nav.backtop ul li {
    display: inline-block;
    padding: 0 5px 0 5px;
    vertical-align: top;
  }

  section.content footer.content nav.backtop ul li a {
    width: 120px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 35px;
    border: solid 1px #000000;
    box-sizing: border-box;
  }

  section.content footer.content nav.backtop ul li a:hover {
    opacity: 0.5;
  }

  article.list {
  }

  article.list header.list {
  }

  article.list header.list nav.paging {
  }

  article.list header.list nav.paging ul {
    padding: 0 0 60px 0;
    font-size: 0;
    line-height: 0;
  }

  article.list header.list nav.paging ul li {
    display: inline-block;
    padding: 0 10px 0 0;
    vertical-align: top;
  }

  article.list header.list nav.paging ul li a {
    width: 200px;
    height: 50px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 50px;
    border: solid 1px #999999;
  }

  article.list header.list nav.paging ul li a:hover {
    opacity: 0.5;
  }

  article.list header.list nav.paging ul li span {
    display: block;
    width: 200px;
    height: 50px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 50px;
    color: #ffffff;
    border: solid 1px #999999;
    background: #333333;
  }

  article.list div.list {
  }

  article.list footer.list {
  }

  article.list footer.list nav.paging {
  }

  article.list footer.list nav.paging ul {
    padding: 0 0 60px 0;
    text-align: center;
    font-size: 0;
    line-height: 0;
  }

  article.list footer.list nav.paging ul li {
    display: inline-block;
    padding: 0 5px 0 5px;
    vertical-align: top;
  }

  article.list footer.list nav.paging ul li a {
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 1.8rem;
    line-height: 60px;
    border: solid 1px #999999;
  }

  article.list footer.list nav.paging ul li a.prev {
    background: url(../images/content_prev.svg) center center no-repeat;
  }

  article.list footer.list nav.paging ul li a.next {
    background: url(../images/content_next.svg) center center no-repeat;
  }

  article.list footer.list nav.paging ul li a:hover {
    opacity: 0.5;
  }

  article.list footer.list nav.paging ul li span {
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 60px;
    color: #ffffff;
    border: solid 1px #999999;
    background: #333333;
  }

  article.detail {
  }

  article.detail header.detail {
  }

  article.detail header.detail nav.paging {
  }

  article.detail header.detail nav.paging ul {
    padding: 0 0 50px 0;
    font-size: 0;
    line-height: 0;
  }

  article.detail header.detail nav.paging ul li {
    display: inline-block;
    padding: 0 10px 10px 0;
    vertical-align: top;
  }

  article.detail header.detail nav.paging ul li a {
    height: 50px;
    padding: 0 20px 0 20px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 50px;
    border: solid 1px #999999;
  }

  article.detail header.detail nav.paging ul li a:hover {
    opacity: 0.5;
  }

  article.detail header.detail nav.paging ul li span {
    display: block;
    width: 200px;
    height: 50px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 50px;
    color: #ffffff;
    border: solid 1px #999999;
    background: #333333;
  }

  article.detail header.detail h1 {
    padding: 0 0 10px 0;
    font-size: 3.2rem;
    line-height: 1.5em;
  }

  article.detail header.detail p {
    display: inline-block;
    padding: 0 0 20px 0;
    font-size: 0;
    line-height: 0;
  }

  article.detail header.detail p time {
    display: inline-block;
    font-size: 1.8rem;
    line-height: 1em;
  }

  article.detail header.detail p span {
    display: inline-block;
    margin: 0 0 0 10px;
    font-size: 1.8rem;
    line-height: 1em;
  }

  article.detail div.detail {
  }

  article.detail div.detail div.contents {
    padding: 0 0 60px 0;
    font-size: 1.4rem;
    line-height: 2em;
  }

  article.detail div.detail div.contents a {
    display: inline;
    text-decoration: underline;
  }

  article.detail div.detail div.contents a:hover {
    text-decoration: none;
  }

  article.detail div.detail div.contents img {
    display: inline;
  }

  article.detail footer.detail {
  }

  /* top news
------------------------------------------------*/
  main.top section.news {
    padding: 0 0 200px 0;
  }

  main.top section.news div.section {
    position: relative;
    width: 1280px;
    margin: 0 auto;
  }

  main.top section.news div.section h1 {
    position: absolute;
    left: -20px;
    top: -70px;
    font-size: 12.0rem;
    line-height: 1em;
    letter-spacing: -0.1em;
    color: #c1c1c1;
    font-weight: 100;
  }

  /*
    main.top section.news div.section div.arrows {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        margin: auto;
    }
    main.top section.news div.section div.arrows button.slick-prev {
        position: absolute;
        left: -40px;
        top: 0;
        bottom: 40px;
        width: 50px;
        height: 140px;
        margin: auto;
        font-size: 0;
        line-height: 0;
        border: solid 1px #000000;
        background: url(../images/slider_prev.svg) center center no-repeat;
        cursor: pointer;
        z-index: 0;
        box-sizing: border-box;
        transition: all 0.125s ease-out;
    }
    main.top section.news div.section div.arrows button.slick-prev:before {
        content: '';
    }
    main.top section.news div.section div.arrows button.slick-prev:hover {
        opacity: 0.5;
    }
    main.top section.news div.section div.arrows button.slick-prev.slick-disabled {
        opacity: 0;
        pointer-events: none;
    }
    main.top section.news div.section div.arrows button.slick-next {
        position: absolute;
        right: -40px;
        top: 0;
        bottom: 40px;
        width: 50px;
        height: 140px;
        margin: auto;
        font-size: 0;
        line-height: 0;
        border: solid 1px #000000;
        background: url(../images/slider_next.svg) center center no-repeat;
        cursor: pointer;
        z-index: 0;
        transition: all 0.125s ease-out;
    }
    main.top section.news div.section div.arrows button.slick-next:before {
        content: '';
    }
    main.top section.news div.section div.arrows button.slick-next:hover {
        opacity: 0.5;
    }
    main.top section.news div.section div.arrows button.slick-next.slick-disabled {
        opacity: 0;
        pointer-events: none;
    }
    main.top section.news div.section div.news {}
    main.top section.news div.section div.news div.slick-list {}
    main.top section.news div.section div.news div.slick-list div.slick-track {}
    main.top section.news div.section div.news div.slick-list div.slick-track div.slick-slide {}
    main.top section.news div.section div.news div.slick-list div.slick-track div.slick-slide.slide {
        margin: 0 -20px 0 -20px;
        font-size: 0;
        line-height: 0;
    }
    main.top section.news div.section div.news div.slick-list div.slick-track div.slick-slide.slide div.item {
        display: inline-block;
        width: 400px;
        height: 296px;
        padding: 0 20px 40px 20px;
    }
    main.top section.news div.section div.news div.slick-list div.slick-track div.slick-slide.slide div.item a {
        position: relative;
        width: 400px;
        height: 296px;
    }
    main.top section.news div.section div.news div.slick-list div.slick-track div.slick-slide.slide div.item a:before {
        content: '';
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        transition: all 0.125s linear;
        z-index: 1;
    }
    main.top section.news div.section div.news div.slick-list div.slick-track div.slick-slide.slide div.item a:after {
        content: 'MORE';
        opacity: 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 110px;
        height: 40px;
        margin: auto;
        text-align: center;
        font-size: 1.2rem;
        line-height: 40px;
        background: #ffffff;
        transition: all 0.125s linear;
        z-index: 1;
    }
    main.top section.news div.section div.news div.slick-list div.slick-track div.slick-slide.slide div.item a p {
        position: absolute;
        left: 10px;
        right: 10px;
        bottom: 10px;
        padding: 15px;
        background: rgba(0, 0, 0, 0.5);
    }
    main.top section.news div.section div.news div.slick-list div.slick-track div.slick-slide.slide div.item a p time {
        display: block;
        padding: 0 0 0 0;
        font-size: 1.2rem;
        line-height: 1.5em;
        color: #ffffff;
    }
    main.top section.news div.section div.news div.slick-list div.slick-track div.slick-slide.slide div.item a p span {
        display: block;
        padding: 0 0 0 0;
        font-size: 1.6rem;
        line-height: 1.5em;
        color: #ffffff;
    }
    main.top section.news div.section div.news div.slick-list div.slick-track div.slick-slide.slide div.item a:hover:before {
        opacity: 1;
    }
    main.top section.news div.section div.news div.slick-list div.slick-track div.slick-slide.slide div.item a:hover:after {
        opacity: 1;
    }
    main.top section.news div.section div.news ul.slick-dots {
        position: absolute;
        left: 0;
        bottom: -30px;
        width: 100%;
        text-align: center;
        font-size: 0;
        line-height: 0;
    }
    main.top section.news div.section div.news ul.slick-dots li {
        display: inline-block;
        width: 10px;
        padding: 0 8px 0 8px;
    }
    main.top section.news div.section div.news ul.slick-dots li button {
        display: block;
        width: 8px;
        height: 8px;
        margin: 0 auto;
        padding: 0;
        font-size: 0;
        line-height: 0;
        border: none;
        background: #000000;
        border-radius: 10px;
        cursor: pointer;
        opacity: 0.5;
        transition: all 0.125s linear;
    }
    main.top section.news div.section div.news ul.slick-dots li button:hover {
        width: 10px;
        height: 10px;
        opacity: 1;
    }
    main.top section.news div.section div.news ul.slick-dots li.slick-active button {
        width: 10px;
        height: 10px;
        opacity: 1;
    }
*/
  main.top section.news div.section div.view {
    position: absolute;
    right: 0;
    top: -50px;
  }

  main.top section.news div.section div.view a {
    width: 120px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 35px;
    border: solid 1px #000000;
    box-sizing: border-box;
  }

  main.top section.news div.section div.view a:hover {
    opacity: 0.5;
  }

  /* top live
------------------------------------------------*/
  /*
    main.top section.live {
        padding: 0 0 200px 0;
    }
    main.top section.live div.section {
        position: relative;
        width: 1280px;
        margin: 0 auto;
    }
    main.top section.live div.section h1 {
        position: absolute;
        left: -20px;
        top: -70px;
        font-size: 13.0rem;
        line-height: 1em;
        letter-spacing: -0.1em;
        color: #C1C1C1;
        font-weight: 100;
    }
    main.top section.live div.section h1 br {
        display: none;
    }
    main.top section.live div.section div.live {
        position: relative;
    }
    main.top section.live div.section div.live ul {}
    main.top section.live div.section div.live ul li {
        padding: 0 0 10px 0;
    }
    main.top section.live div.section div.live ul li a {
        padding: 15px 25px 15px 25px;
        background: #000000;
    }
    main.top section.live div.section div.live ul li a time {
        display: block;
        font-size: 1.2rem;
        line-height: 1.5em;
        color: #ffffff;
    }
    main.top section.live div.section div.live ul li a span {
        display: block;
        font-size: 1.6rem;
        line-height: 1.5em;
        color: #ffffff;
    }
    main.top section.live div.section div.live ul li a:hover {
        background: #3F3F3F;
    }
    main.top section.live div.section div.view {
        position: absolute;
        right: 0;
        top: -60px;
    }
    main.top section.live div.section div.view a {
        width: 120px;
        text-align: center;
        font-size: 1.4rem;
        line-height: 35px;
        border: solid 1px #000000;
        box-sizing: border-box;
    }
    main.top section.live div.section div.view a:hover {
        opacity: 0.5;
    }
    main.top section.discography {
        padding: 0 0 200px 0;
    }
*/
  /* top discography
------------------------------------------------*/
  /*
    main.top section.discography div.section {
        position: relative;
        width: 1280px;
        margin: 0 auto;
    }
    main.top section.discography div.section h1 {
        position: absolute;
        left: -20px;
        top: -70px;
        font-size: 12.0rem;
        line-height: 1em;
        letter-spacing: -0.1em;
        color: #C1C1C1;
        font-weight: 100;
    }
    main.top section.discography div.section h1 br {
        display: none;
    }
    main.top section.discography div.section div.arrows {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        margin: auto;
    }
    main.top section.discography div.section div.arrows button.slick-prev {
        position: absolute;
        left: -40px;
        top: 0;
        bottom: 0;
        width: 50px;
        height: 140px;
        margin: auto;
        font-size: 0;
        line-height: 0;
        border: solid 1px #000000;
        background: url(../images/slider_prev.svg) center center no-repeat;
        cursor: pointer;
        z-index: 1;
        box-sizing: border-box;
        transition: all 0.125s ease-out;
    }
    main.top section.discography div.section div.arrows button.slick-prev:before {
        content: '';
    }
    main.top section.discography div.section div.arrows button.slick-prev:hover {
        opacity: 0.5;
    }
    main.top section.discography div.section div.arrows button.slick-prev.slick-disabled {
        opacity: 0;
        pointer-events: none;
    }
    main.top section.discography div.section div.arrows button.slick-next {
        position: absolute;
        right: -40px;
        top: 0;
        bottom: 0;
        width: 50px;
        height: 140px;
        margin: auto;
        font-size: 0;
        line-height: 0;
        border: solid 1px #000000;
        background: url(../images/slider_next.svg) center center no-repeat;
        cursor: pointer;
        z-index: 1;
        transition: all 0.125s ease-out;
    }
    main.top section.discography div.section div.arrows button.slick-next:before {
        content: '';
    }
    main.top section.discography div.section div.arrows button.slick-next:hover {
        opacity: 0.5;
    }
    main.top section.discography div.section div.arrows button.slick-next.slick-disabled {
        opacity: 0;
        pointer-events: none;
    }
    main.top section.discography div.section div.discography {}
    main.top section.discography div.section div.discography div.slick-list {}
    main.top section.discography div.section div.discography div.slick-list div.slick-track {}
    main.top section.discography div.section div.discography div.slick-list div.slick-track div.slick-slide {}
    main.top section.discography div.section div.discography div.slick-list div.slick-track div.slick-slide.group {}
    main.top section.discography div.section div.discography div.slick-list div.slick-track div.slick-slide.group div.product {
        width: 1280px;
        font-size: 0;
        line-height: 0;
    }
    main.top section.discography div.section div.discography div.slick-list div.slick-track div.slick-slide.group div.product div.sub {
        display: inline-block;
        width: 400px;
        padding: 0 30px 0 0;
        vertical-align: top;
    }
    main.top section.discography div.section div.discography div.slick-list div.slick-track div.slick-slide.group div.product div.main {
        display: inline-block;
        width: 850px;
        vertical-align: top;
    }
    main.top section.discography div.section div.discography div.slick-list div.slick-track div.slick-slide.group div.product div.main div.link {
        margin: 0 0 20px 0;
        padding: 30px;
        background: #000000;
    }
    main.top section.discography div.section div.discography div.slick-list div.slick-track div.slick-slide.group div.product div.main div.link time {
        display: block;
        padding: 0 0 10px 0;
        font-size: 1.8rem;
        line-height: 1em;
        color: #ffffff;
    }
    main.top section.discography div.section div.discography div.slick-list div.slick-track div.slick-slide.group div.product div.main div.link h2 {
        padding: 0 0 15px 0;
        font-size: 3.0rem;
        line-height: 1em;
        font-weight: 300;
        color: #ffffff;
    }
    main.top section.discography div.section div.discography div.slick-list div.slick-track div.slick-slide.group div.product div.main div.link div.text {
        padding: 0 0 20px 0;
        font-size: 1.3rem;
        line-height: 1.5em;
        color: #ffffff;
    }
    main.top section.discography div.section div.discography div.slick-list div.slick-track div.slick-slide.group div.product div.main div.link ul {}
    main.top section.discography div.section div.discography div.slick-list div.slick-track div.slick-slide.group div.product div.main div.link ul li {
        display: inline-block;
        padding: 10px 2% 0 0;
        width: 48%;
        vertical-align: top;
    }
    main.top section.discography div.section div.discography div.slick-list div.slick-track div.slick-slide.group div.product div.main div.link ul li a {
        padding: 10px 2%;
        min-height: 3em;
        font-size: 1.25rem;
        line-height: 1.5em;
        color: black;
        background-color: white;
    }
    main.top section.discography div.section div.discography div.slick-list div.slick-track div.slick-slide.group div.product div.main div.link ul li a:hover {
        opacity: 0.5;
    }
    main.top section.discography div.section div.discography div.slick-list div.slick-track div.slick-slide.group div.product div.main div.button {}
    main.top section.discography div.section div.discography div.slick-list div.slick-track div.slick-slide.group div.product div.main div.button ul {
        font-size: 0;
        line-height: 0;
    }
    main.top section.discography div.section div.discography div.slick-list div.slick-track div.slick-slide.group div.product div.main div.button ul li {
        display: inline-block;
        padding: 0 10px 0 0;
    }
    main.top section.discography div.section div.discography div.slick-list div.slick-track div.slick-slide.group div.product div.main div.button ul li a {
        width: 200px;
        text-align: center;
        font-size: 1.4rem;
        line-height: 50px;
        border: solid 1px #000000;
    }
    main.top section.discography div.section div.discography div.slick-list div.slick-track div.slick-slide.group div.product div.main div.button ul li a:hover {
        opacity: 0.5;
    }
    main.top section.discography div.section div.discography ul.slick-dots {
        position: absolute;
        left: 0;
        bottom: -70px;
        width: 100%;
        text-align: center;
        font-size: 0;
        line-height: 0;
    }
    main.top section.discography div.section div.discography ul.slick-dots li {
        display: inline-block;
        width: 10px;
        padding: 0 8px 0 8px;
    }
    main.top section.discography div.section div.discography ul.slick-dots li button {
        display: block;
        width: 8px;
        height: 8px;
        margin: 0 auto;
        padding: 0;
        font-size: 0;
        line-height: 0;
        border: none;
        background: #000000;
        border-radius: 10px;
        cursor: pointer;
        opacity: 0.5;
        transition: all 0.125s linear;
    }
    main.top section.discography div.section div.discography ul.slick-dots li button:hover {
        width: 10px;
        height: 10px;
        opacity: 1;
    }
    main.top section.discography div.section div.discography ul.slick-dots li.slick-active button {
        width: 10px;
        height: 10px;
        opacity: 1;
    }
    main.top section.discography div.section div.view {
        position: absolute;
        right: 0;
        top: -60px;
    }
    main.top section.discography div.section div.view a {
        width: 120px;
        text-align: center;
        font-size: 1.4rem;
        line-height: 35px;
        border: solid 1px #000000;
        box-sizing: border-box;
    }
    main.top section.discography div.section div.view a:hover {
        opacity: 0.5;
    }
*/
  /*  news list
------------------------------------------------*/
  main.news article.list div.list {
    position: relative;
    margin: -40px 0 60px 0;
  }

  main.news article.list div.list:before {
    content: "";
    position: absolute;
    left: -45px;
    top: -45px;
    width: 100%;
    height: 100%;
    padding: 45px 45px 0 45px;
    background: #000000;
  }

  /*
    main.news article.list div.list ul {
        position: relative;
        margin: 0 -12px 0 -12px;
        font-size: 0;
        line-height: 0;
    }
    main.news article.list div.list ul li {
        display: inline-block;
        width: 25%;
        vertical-align: top;
        padding: 0 12px 60px 12px;
        box-sizing: border-box;
    }
    main.news article.list div.list ul li a {}
    main.news article.list div.list ul li a div {
        position: relative;
        height: 225px;
    }
    main.news article.list div.list ul li a div:before {
        content: '';
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        transition: all 0.125s linear;
        z-index: 1;
    }
    main.news article.list div.list ul li a div:after {
        content: 'MORE';
        opacity: 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 110px;
        height: 40px;
        margin: auto;
        text-align: center;
        font-size: 1.4rem;
        line-height: 40px;
        background: #ffffff;
        transition: all 0.125s linear;
        z-index: 1;
    }
    main.news article.list div.list ul li a time {
        display: block;
        padding: 25px 0 0 0;
        font-size: 1.2rem;
        line-height: 1em;
        color: #ffffff;
        transition: all 0.125s linear;
    }
    main.news article.list div.list ul li a span {
        display: block;
        padding: 5px 0 0 0;
        font-size: 1.6rem;
        line-height: 1.25em;
        color: #ffffff;
        transition: all 0.125s linear;
    }
    main.news article.list div.list ul li a:hover div:before {
        opacity: 1;
    }
    main.news article.list div.list ul li a:hover div:after {
        opacity: 1;
    }
    main.news article.list div.list ul li a:hover time {
        opacity: 0.5;
    }
    main.news article.list div.list ul li a:hover span {
        opacity: 0.5;
    }
*/
  main.news article.detail {
    width: 900px;
    margin: 0 auto;
  }

  main.live article.list.tour {
    padding: 170px 0 0 0;
  }

  main.live article.list.tour header.list {
    position: relative;
  }

  main.live article.list.tour header.list h1 {
    position: absolute;
    left: 0;
    top: -110px;
    font-size: 12.0rem;
    line-height: 0.8em;
    font-weight: 100;
  }

  main.live article.list.tour div.list {
  }

  main.live article.list.tour div.list ul {
    padding: 0 0 40px 0;
  }

  main.live article.list.tour div.list ul li {
    padding: 0 0 10px 0;
  }

  main.live article.list.tour div.list ul li a {
    padding: 10px 25px 10px 25px;
    background: #000000;
  }

  main.live article.list.tour div.list ul li a time {
    display: block;
    font-size: 1.4rem;
    line-height: 1.5em;
    color: #ffffff;
  }

  main.live article.list.tour div.list ul li a span {
    display: block;
    font-size: 1.8rem;
    line-height: 1.5em;
    color: #ffffff;
  }

  main.live article.list.tour div.list ul li a:hover {
    opacity: 0.5;
  }

  main.live article.list.title {
    padding: 170px 0 0 0;
  }

  main.live article.list.title header.list {
    position: relative;
  }

  main.live article.list.title header.list h1 {
    position: absolute;
    left: 0;
    top: -155px;
  }

  main.live article.list.title header.list h1 span:nth-of-type(1) {
    display: block;
    font-size: 5.6rem;
    line-height: 0.8em;
    font-weight: 300;
  }

  main.live article.list.title header.list h1 span:nth-of-type(2) {
    display: block;
    text-align: center;
    font-size: 12.0rem;
    line-height: 0.8em;
    font-weight: 100;
  }

  main.live article.list.title div.list {
  }

  main.live article.list.title div.list ul {
    padding: 0 0 40px 0;
  }

  main.live article.list.title div.list ul li {
    padding: 0 0 10px 0;
  }

  main.live article.list.title div.list ul li a {
    padding: 10px 25px 10px 25px;
    background: #000000;
  }

  main.live article.list.title div.list ul li a time {
    display: block;
    font-size: 1.4rem;
    line-height: 1.5em;
    color: #ffffff;
  }

  main.live article.list.title div.list ul li a span {
    display: block;
    font-size: 1.8rem;
    line-height: 1.5em;
    color: #ffffff;
  }

  main.live article.list.title div.list ul li a:hover {
    opacity: 0.5;
  }

  main.live article.list.archives {
    padding: 210px 0 0 0;
  }

  main.live article.list.archives header.list {
    position: relative;
  }

  main.live article.list.archives header.list h1 {
    position: absolute;
    left: 0;
    top: -110px;
    font-size: 12.0rem;
    line-height: 0.8em;
    font-weight: 100;
  }

  main.live article.list.archives div.list {
  }

  main.live article.list.archives div.list ul {
    margin: 0 -12px 0 -12px;
    font-size: 0;
    line-height: 0;
  }

  main.live article.list.archives div.list ul li {
    display: inline-block;
    padding: 0 12px 24px 12px;
    vertical-align: top;
    box-sizing: border-box;
  }

  main.live article.list.archives div.list ul li a {
    width: 120px;
    height: 120px;
    border: solid 1px #000000;
    box-sizing: border-box;
    background-color: #ffffff;
  }

  main.live article.list.archives div.list ul li a span:nth-of-type(1) {
    display: block;
    padding: 15px 0 0 0;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1em;
    color: #000000;
  }

  main.live article.list.archives div.list ul li a span:nth-of-type(2) {
    display: block;
    text-align: center;
    font-size: 5.0rem;
    line-height: 1em;
    color: #000000;
  }

  main.live article.list.archives div.list ul li a:hover {
    opacity: 0.5;
  }

  main.live article.detail {
    width: 900px;
    margin: 0 auto;
  }

  main.live article.detail div.detail .text {
    font-size: 1.3rem;
    line-height: 1.5em;
  }

  main.live article.detail div.detail dl {
  }

  main.live article.detail div.detail dl dt {
    padding: 0 0 40px 0;
  }

  main.live article.detail div.detail dl dt img {
    margin: 0 auto;
  }

  main.live article.detail div.detail dl dd {
    padding: 0 0 60px 0;
    font-size: 1.4rem;
    line-height: 2em;
  }

  main.live article.detail div.detail div.table {
  }

  main.live article.detail div.detail div.table table {
    width: 100%;
    margin: 0 0 60px 0;
    border-collapse: collapse;
    border-spacing: 1px;
    border: solid 1px #000000;
  }

  main.live article.detail div.detail div.table table th {
    padding: 5px;
    text-align: center;
    vertical-align: top;
    font-size: 1.4rem;
    line-height: 1.5em;
    color: #ffffff;
    border: solid 1px #000000;
    background: rgba(0, 0, 0, 0.5);
  }

  main.live article.detail div.detail div.table table td {
    padding: 5px;
    font-size: 1.4rem;
    line-height: 1.75em;
    border: solid 1px #000000;
  }

  main.discography article.list div.list div.group {
  }

  main.discography article.list div.list div.group div.product {
    margin: 0 0 60px 0;
    padding: 40px 40px 25px 40px;
    font-size: 0;
    line-height: 0;
    border: solid 1px #000000;
    box-sizing: border-box;
  }

  main.discography article.list div.list div.group div.product div.sub {
    display: inline-block;
    width: 300px;
    padding: 0 38px 0 0;
    vertical-align: top;
  }

  main.discography article.list div.list div.group div.product div.sub p {
    padding: 0 0 15px 0;
  }

  main.discography article.list div.list div.group div.product div.sub ul {
    font-size: 0;
    line-height: 0;
  }

  main.discography article.list div.list div.group div.product div.sub ul li {
    padding: 0 0 15px 0;
  }

  main.discography article.list div.list div.group div.product div.sub ul li a {
    width: 300px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 45px;
    border: solid 1px #000000;
    box-sizing: border-box;
  }

  main.discography article.list div.list div.group div.product div.sub ul li a:hover {
    opacity: 0.5;
  }

  main.discography article.list div.list div.group div.product div.main {
    display: inline-block;
    width: 860px;
    vertical-align: top;
  }

  main.discography article.list div.list div.group div.product div.main time {
    display: block;
    padding: 0 0 10px 0;
    font-size: 1.8rem;
    line-height: 1em;
  }

  main.discography article.list div.list div.group div.product div.main h2 {
    padding: 0 0 30px 0;
  }

  main.discography article.list div.list div.group div.product div.main h2 a {
    font-size: 3.0rem;
    line-height: 1em;
    font-weight: 300;
  }

  main.discography article.list div.list div.group div.product div.main h2 a:hover {
    opacity: 0.5;
  }

  main.discography article.list div.list div.group div.product div.main div.link {
  }

  main.discography article.list div.list div.group div.product div.main div.link ul {
  }

  main.discography article.list div.list div.group div.product div.main div.link ul li {
    padding: 0 0 15px 0;
  }

  main.discography article.list div.list div.group div.product div.main div.link ul li a {
    padding: 10px 20px 10px 20px;
    font-size: 0;
    line-height: 0;
    background: #000000;
  }

  main.discography article.list div.list div.group div.product div.main div.link ul li a span:nth-of-type(1) {
    display: block;
    padding: 0 0 5px 0;
    font-size: 2.0rem;
    line-height: 1.25em;
    color: #ffffff;
    box-sizing: border-box;
  }

  main.discography article.list div.list div.group div.product div.main div.link ul li a span:nth-of-type(2) {
    display: block;
    text-align: right;
    font-size: 1.4rem;
    line-height: 1.25em;
    color: #ffffff;
  }

  main.discography article.list div.list div.group div.product div.main div.link ul li a:hover {
    opacity: 0.5;
  }

  main.discography article.list div.list div.group div.product div.main div.button {
    display: none;
  }

  main.discography article.detail header.detail {
    /*padding:75px 0 0 0;*/
  }

  main.discography article.detail header.detail h1 {
    padding: 0 0 30px 0;
    font-size: 4.4rem;
    line-height: 1.5em;
    font-weight: 300;
  }

  main.discography article.detail header.detail h1 time {
    display: block;
    font-size: 2.0rem;
    line-height: 1.5em;
    font-weight: 300;
  }

  main.discography article.detail div.detail div.group {
  }

  main.discography article.detail div.detail div.group div.top_text {
    padding: 0 0 60px 0;
    font-size: 1.4rem;
    line-height: 1.75em;
  }

  main.discography article.detail div.detail div.group div.product {
    margin: 0 0 60px 0;
    padding: 40px 40px 25px 40px;
    font-size: 0;
    line-height: 0;
    border: solid 1px #000000;
    box-sizing: border-box;
  }

  main.discography article.detail div.detail div.group div.product div.sub {
    display: inline-block;
    width: 300px;
    padding: 0 38px 0 0;
    vertical-align: top;
  }

  main.discography article.detail div.detail div.group div.product div.sub p {
    padding: 0 0 15px 0;
  }

  main.discography article.detail div.detail div.group div.product div.sub ul {
    font-size: 0;
    line-height: 0;
  }

  main.discography article.detail div.detail div.group div.product div.sub ul li {
    padding: 0 0 15px 0;
  }

  main.discography article.detail div.detail div.group div.product div.sub ul li a {
    width: 300px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 45px;
    border: solid 1px #000000;
    box-sizing: border-box;
  }

  main.discography article.detail div.detail div.group div.product div.sub ul li a:hover {
    opacity: 0.5;
  }

  main.discography article.detail div.detail div.group div.product div.main {
    display: inline-block;
    width: 860px;
    vertical-align: top;
  }

  main.discography article.detail div.detail div.group div.product div.main h1 {
    padding: 0 0 10px 0;
    font-size: 3.0rem;
    line-height: 1.5em;
    font-weight: 300;
  }

  main.discography article.detail div.detail div.group div.product div.main h1 a:hover {
    opacity: 0.5;
  }

  main.discography article.detail div.detail div.group div.product div.main p.meta {
    display: block;
    padding: 0 0 40px 0;
    font-size: 1.8rem;
    line-height: 1em;
  }

  main.discography article.detail div.detail div.group div.product div.main div.text {
    padding: 0 0 40px 0;
    font-size: 1.4rem;
    line-height: 1.75em;
  }

  main.discography article.detail div.detail div.group div.product div.main div.disc {
    padding: 0 0 40px 0;
  }

  main.discography article.detail div.detail div.group div.product div.main div.disc h2 {
    padding: 0 0 10px 0;
    font-size: 1.8rem;
    line-height: 1em;
    font-weight: 300;
  }

  main.discography article.detail div.detail div.group div.product div.main div.disc div.music {
  }

  main.discography article.detail div.detail div.group div.product div.main div.disc div.music p.main {
    align-items: center;
    background: #000000;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 2px 0;
    padding: 10px 15px 10px 15px;
    width: 100%;
  }

  main.discography article.detail div.detail div.group div.product div.main div.disc div.music p.main:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }

  main.discography article.detail div.detail div.group div.product div.main div.disc div.music p.main {
    min-height: 1%;
  }

  main.discography article.detail div.detail div.group div.product div.main div.disc div.music p.main span.name {
    display: block;
    padding: 0 15px 0 0;
    font-size: 1.4rem;
    line-height: 20px;
    color: #ffffff;
    min-width: 65%;
  }

  main.discography article.detail div.detail div.group div.product div.main div.disc div.music p.main span.musicData {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    min-width: calc(35% - 15px);
  }

  main.discography article.detail div.detail div.group div.product div.main div.disc div.music p.main span.youtube {
    display: block;
    width: 30px;
    height: 20px;
    margin: 0 0 0 15px;
  }

  main.discography article.detail div.detail div.group div.product div.main div.disc div.music p.main span.youtube a {
    width: 30px;
    height: 20px;
    background: url(../images/content_youtube.svg) center center no-repeat;
  }

  main.discography article.detail div.detail div.group div.product div.main div.disc div.music p.main span.youtube a:hover {
    opacity: 0.25;
  }

  main.discography article.detail div.detail div.group div.product div.main div.disc div.music p.main span.trial {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 0 0 15px;
  }

  main.discography article.detail div.detail div.group div.product div.main div.disc div.music p.main span.trial a {
    width: 20px;
    height: 20px;
    background: url(../images/content_play.svg) center center no-repeat;
  }

  main.discography article.detail div.detail div.group div.product div.main div.disc div.music p.main span.trial a:hover {
    opacity: 0.25;
  }

  main.discography article.detail div.detail div.group div.product div.main div.disc div.music p.main span.trial a.on {
    background: url(../images/content_stop.svg) center center no-repeat;
  }

  main.discography article.detail div.detail div.group div.product div.main div.disc div.music p.main span.lyrics {
    display: block;
    font-size: 0;
    width: 50px;
    height: 14px;
    margin: 0 0 0 15px;
  }

  main.goods article.list div.list {
    position: relative;
    margin: -40px 0 60px 0;
  }

  main.goods article.list div.list:before {
    content: "";
    position: absolute;
    left: -45px;
    top: -45px;
    width: 100%;
    height: 100%;
    padding: 45px 45px 0 45px;
    background: #000000;
  }

  main.goods article.list div.list ul {
    position: relative;
    margin: 0 -12px 0 -12px;
    font-size: 0;
    line-height: 0;
  }

  main.goods article.list div.list ul li {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    padding: 0 12px 60px 12px;
    box-sizing: border-box;
  }

  main.goods article.list div.list ul li a {
  }

  main.goods article.list div.list ul li a div {
    position: relative;
    height: 302px;
  }

  main.goods article.list div.list ul li a div:before {
    content: "";
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.125s linear;
    z-index: 1;
  }

  main.goods article.list div.list ul li a div:after {
    content: "MORE";
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 110px;
    height: 40px;
    margin: auto;
    text-align: center;
    font-size: 2.8rem;
    line-height: 40px;
    /*background:#ffffff;*/
    transition: all 0.125s linear;
    z-index: 1;
    color: white;
  }

  main.goods article.list div.list ul li a time {
    display: block;
    padding: 25px 0 0 0;
    font-size: 1.2rem;
    line-height: 1em;
    color: #ffffff;
    transition: all 0.125s linear;
  }

  main.goods article.list div.list ul li a span {
    display: block;
    padding: 5px 0 0 0;
    font-size: 1.6rem;
    line-height: 1.25em;
    color: #ffffff;
    transition: all 0.125s linear;
  }

  main.goods article.list div.list ul li a:hover div:before {
    opacity: 1;
  }

  main.goods article.list div.list ul li a:hover div:after {
    opacity: 1;
  }

  main.goods article.list div.list ul li a:hover time {
    opacity: 0.25;
  }

  main.goods article.list div.list ul li a:hover span {
    opacity: 0.25;
  }

  main.goods article.detail div.detail div.goods {
  }

  main.goods article.detail div.detail div.goods ul {
    margin: 0 -10px 0 -10px;
    font-size: 0;
    line-height: 0;
  }

  main.goods article.detail div.detail div.goods ul li {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    padding: 0 10px 40px 10px;
    box-sizing: border-box;
  }

  main.goods article.detail div.detail div.goods ul li span:nth-of-type(1) {
    display: block;
    padding: 0 0 10px 0;
  }

  main.goods article.detail div.detail div.goods ul li span:nth-of-type(1) a {
    background: #ffffff;
  }

  main.goods article.detail div.detail div.goods ul li span:nth-of-type(1) a:hover img {
    opacity: 0.5;
  }

  main.goods article.detail div.detail div.goods ul li span:nth-of-type(2) {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.5em;
  }

  main.goods article.detail div.detail div.goods ul li span:nth-of-type(2) a {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.5em;
  }

  main.goods article.detail div.detail div.goods ul li span:nth-of-type(2) a:hover {
    opacity: 0.5;
  }

  main.goods article.detail div.detail div.shop {
  }

  main.goods article.detail div.detail div.shop ul {
    margin: 0 -10px 0 -10px;
    padding: 0 0 20px 0;
    font-size: 0;
    line-height: 0;
  }

  main.goods article.detail div.detail div.shop ul li {
    display: inline-block;
    padding: 0 10px 20px 10px;
  }

  main.schedule article.list.title {
    padding: 170px 0 0 0;
  }

  main.schedule article.list.title header.list {
    position: relative;
  }

  main.schedule article.list.title header.list h1 {
    position: absolute;
    left: 0;
    top: -155px;
  }

  main.schedule article.list.title header.list h1 span:nth-of-type(1) {
    display: block;
    font-size: 5.6rem;
    line-height: 0.8em;
    font-weight: 300;
  }

  main.schedule article.list.title header.list h1 span:nth-of-type(2) {
    display: block;
    text-align: center;
    font-size: 12.0rem;
    line-height: 0.8em;
    font-weight: 100;
  }

  main.schedule article.list.title div.list {
  }

  main.schedule article.list.title div.list ul {
    padding: 0 0 40px 0;
  }

  main.schedule article.list.title div.list ul li {
    padding: 0 0 10px 0;
  }

  main.schedule article.list.title div.list ul li a {
    padding: 10px 25px 10px 25px;
    background: #000000;
  }

  main.schedule article.list.title div.list ul li a time {
    display: block;
    font-size: 1.4rem;
    line-height: 1.5em;
    color: #ffffff;
  }

  main.schedule article.list.title div.list ul li a span {
    display: block;
    font-size: 1.8rem;
    line-height: 1.5em;
    color: #ffffff;
  }

  main.schedule article.list.title div.list ul li a:hover {
    opacity: 0.5;
  }

  main.schedule article.list.archives {
    padding: 210px 0 0 0;
  }

  main.schedule article.list.archives header.list {
    position: relative;
  }

  main.schedule article.list.archives header.list h1 {
    position: absolute;
    left: 0;
    top: -110px;
    font-size: 12.0rem;
    line-height: 0.8em;
    font-weight: 100;
  }

  main.schedule article.list.archives div.list {
  }

  main.schedule article.list.archives div.list ul {
    margin: 0 -12px 0 -12px;
    font-size: 0;
    line-height: 0;
  }

  main.schedule article.list.archives div.list ul li {
    display: inline-block;
    padding: 0 12px 24px 12px;
    vertical-align: top;
    box-sizing: border-box;
  }

  main.schedule article.list.archives div.list ul li a {
    width: 120px;
    height: 120px;
    border: solid 1px #000000;
    box-sizing: border-box;
  }

  main.schedule article.list.archives div.list ul li a span:nth-of-type(1) {
    display: block;
    padding: 25px 0 0 0;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1em;
  }

  main.schedule article.list.archives div.list ul li a span:nth-of-type(2) {
    display: block;
    text-align: center;
    font-size: 5.0rem;
    line-height: 1em;
  }

  main.schedule article.list.archives div.list ul li a:hover {
    opacity: 0.5;
  }

  main.schedule article.detail {
    width: 900px;
    margin: 0 auto;
  }

  main.movie article.list div.list {
    position: relative;
    margin: -40px 0 60px 0;
  }

  main.movie article.list div.list:before {
    content: "";
    position: absolute;
    left: -45px;
    top: -45px;
    width: 100%;
    height: 100%;
    padding: 45px 45px 0 45px;
    background: #000000;
  }

  main.movie article.list div.list ul {
    position: relative;
    margin: 0 -12px 0 -12px;
    font-size: 0;
    line-height: 0;
  }

  main.movie article.list div.list ul li {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    padding: 0 12px 60px 12px;
    box-sizing: border-box;
  }

  main.movie article.list div.list ul li a {
  }

  main.movie article.list div.list ul li a div {
    position: relative;
    height: 225px;
  }

  main.movie article.list div.list ul li a div:before {
    content: "";
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.125s linear;
    z-index: 1;
  }

  main.movie article.list div.list ul li a div:after {
    content: "PLAY";
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 110px;
    height: 40px;
    margin: auto;
    text-align: center;
    font-size: 2.8rem;
    line-height: 40px;
    /*background:#ffffff;*/
    transition: all 0.125s linear;
    z-index: 1;
    color: white;
  }

  main.movie article.list div.list ul li a span {
    display: block;
    padding: 5px 0 0 0;
    font-size: 1.6rem;
    line-height: 1.25em;
    color: #ffffff;
    transition: all 0.125s linear;
  }

  main.movie article.list div.list ul li a:hover div:before {
    opacity: 1;
  }


  main.movie article.list div.list ul li a:hover div:after {
    opacity: 1;
  }

  main.movie article.list div.list ul li a:hover time {
    opacity: 0.5;
  }

  main.movie article.list div.list ul li a:hover span {
    opacity: 0.5;
  }

  main.movie article.list div.list ul li .trial-title span {
    display: block;
    padding: 5px 0 0 0;
    font-size: 1.6rem;
    line-height: 1.25em;
    color: #ffffff;
    transition: all 0.125s linear;
  }

  main.profile article.profile {
    overflow: hidden;
    margin-bottom: 120px;
  }

  main.profile article.profile div.profile div.image {
    width: 600px;
    margin-right: 40px;
    float: left;
  }

  main.profile article.profile div.profile div.text {
    width: 610px;
    float: left;
    font-size: 1.7rem;
    line-height: 1.95em;
    padding: 0 10px;
  }

  main.profile article.profile div.profile div.text h3 {
    width: 640px;
    font-size: 4.5em;
    line-height: 1.4em;
    font-weight: 100;
    margin: 0 0 30px -25px;
    padding-left: 0.25em;
    background-color: black;
    color: white;
  }

  main.profile article.list {
    overflow: hidden;
    margin-bottom: 170px;
  }

  main.profile article.list div.list ul {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  main.profile article.list div.list ul li {
    width: 232px;
    display: block;
    padding: 0 30px 40px 0;
  }

  main.profile article.list div.list ul li:nth-child(5n) {
    padding-right: 0;
  }

  main.profile article.list div.list ul li a {
    background-color: black;
  }

  main.profile article.list div.list ul li a div {
    position: relative;
    height: 225px;
  }

  main.profile article.list div.list ul li a div img {
    display: none;
  }

  main.profile article.list div.list ul li a div:before {
    content: "";
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.125s linear;
    z-index: 1;
  }

  main.profile article.list div.list ul li a div:after {
    content: "MORE";
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    bottom: 0;
    width: 110px;
    height: 40px;
    margin: auto;
    text-align: center;
    font-size: 1.4rem;
    line-height: 40px;
    background: #ffffff;
    transition: all 0.125s linear;
    z-index: 1;
  }

  main.profile article.list div.list ul li a p.name {
    display: block;
    font-size: 1.6em;
    text-align: center;
    line-height: 3.5em;
    color: #ffffff;
    transition: all 0.125s linear;
  }

  main.profile article.list div.list ul li a:hover div:before {
    opacity: 1;
  }

  main.profile article.list div.list ul li a:hover div:after {
    opacity: 1;
  }

  main.profile article.list div.list ul li a:hover p {
    opacity: 0.5;
  }
}

@media only screen and (max-width:768px) {
  html {
    background: #ffffff;
  }

  body {
    color: #000000;
    font-size: 12px;
    font-size: 1.2em;
    line-height: 1em;
    -webkit-text-size-adjust: 100%;
            text-size-adjust: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

  a {
    display: block;
    color: #000000;
    text-decoration: none;
  }

  img {
    display: block;
    max-width: 100%;
    height: auto!important;
  }

  div.loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 999;
  }

  div#page {
  }

  div#page header.page {
  }

  div#page header.page div.header {
  }

  div#page header.page div.header h1 {
    position: fixed;
    left: 18px;
    top: 10px;
    z-index: 20;
  }

  div#page header.page div.header h1 a {
  }

  div#page header.page div.header h1 a svg {
    width: 24px;
    height: 40px;
    fill: #ffffff;
    transition: all 0.125s linear;
  }

  div#page header.page div.header nav {
    position: fixed;
    right: 15px;
    top: 13px;
    z-index: 40;
  }

  div#page header.page div.header nav a {
    position: relative;
    width: 34px;
    height: 30px;
  }

  div#page header.page div.header nav a span {
    display: block;
    width: 34px;
    height: 2px;
    background: #ffffff;
    border-radius: 5px;
    transition: all 0.25s linear;
  }

  div#page header.page div.header nav a span:nth-of-type(1) {
    position: absolute;
    left: 0;
    top: 4px;
  }

  div#page header.page div.header nav a span:nth-of-type(2) {
    position: absolute;
    left: 0;
    top: 14px;
  }

  div#page header.page div.header nav a span:nth-of-type(3) {
    position: absolute;
    left: 0;
    top: 25px;
  }

  div#page header.page div.header nav a.on span:nth-of-type(1) {
    position: absolute;
    left: 0;
    top: 4px;
    -webkit-transform: translateY(11px) rotate(45deg);
            transform: translateY(11px) rotate(45deg);
  }

  div#page header.page div.header nav a.on span:nth-of-type(2) {
    position: absolute;
    left: 0;
    top: 14px;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }

  div#page header.page div.header nav a.on span:nth-of-type(3) {
    position: absolute;
    left: 0;
    top: 25px;
    -webkit-transform: translateY(-10px) rotate(-45deg);
            transform: translateY(-10px) rotate(-45deg);
  }

  div#page header.page.on div.header h1 a svg {
    fill: #000000;
  }

  div#page header.page.on div.header nav a span {
    background: #000000;
  }

  div#page header.page.on div.header nav a.on span {
    background: #ffffff;
  }

  div#page nav.page {
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.875);
    z-index: 30;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow: hidden;
  }

  div#page nav.page div.nav {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
  }

  div#page nav.page div.nav ul {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  div#page nav.page div.nav ul li {
    padding: 15px 0 15px 0;
    text-align: center;
  }

  div#page nav.page div.nav ul li a {
    display: inline;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1em;
    color: #ffffff;
  }

  div#page nav.page div.nav ul li a.on {
    opacity: 0.5;
  }

  div#page nav.page.on {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }

  div#page div.page {
    padding: 60px 15px 0 15px;
  }

  div#page footer.page {
  }

  div#page footer.page div.footer {
    background: #2c2c2c;
  }

  div#page footer.page div.footer section {
  }

  div#page footer.page div.footer section h2 {
    width: 84px;
    height: 140px;
    margin: 0 auto;
    padding: 40px 0 30px 0;
  }

  div#page footer.page div.footer section h2 img {
    width: 84px;
    height: 140px;
  }

  div#page footer.page div.footer section ul {
    text-align: center;
    font-size: 0;
    line-height: 0;
  }

  div#page footer.page div.footer section ul li {
    display: inline-block;
    padding: 0 7px 30px 7px;
  }

  div#page footer.page div.footer section ul li span:nth-of-type(1) {
    display: block;
    width: 100px;
    padding: 0 0 7px 0;
  }

  div#page footer.page div.footer section ul li span:nth-of-type(2) {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1em;
    color: #ffffff;
  }

  div#page footer.page div.footer p {
    width: 280px;
    margin: 0 auto;
    padding: 0 0 30px 0;
  }

  div#page footer.page div.footer aside {
    width: 375px;
    margin: 0 auto;
    padding: 0 0 30px 0;
  }

  div#page footer.page div.footer aside ul {
    padding: 0 10px 0 10px;
    font-size: 0;
    line-height: 0;
  }

  div#page footer.page div.footer aside ul li {
    vertical-align: top;
    display: inline-block;
    width: 157px;
    padding: 0 10px 0 10px;
  }

  div#page footer.page div.footer aside ul li a {
  }

  div#page footer.page div.footer aside ul li a img {
    width: 157px;
    height: 71px;
  }

  section.sns_area aside {
    padding: 30px 0 20px 0;
    text-align: center;
  }

  section.sns_area aside p {
    display: inline-block;
    width: 280px;
    padding: 10px 0 10px 0;
  }

  section.sns_area aside ul {
    padding: 0;
    font-size: 0;
    line-height: 0;
  }

  section.sns_area aside ul li {
    display: inline-block;
    width: 280px;
    padding: 10px 0 10px 0;
  }

  section.sns_area aside ul li a {
    background-color: #000000;
    margin: 0;
    padding: 0;
    border: 0;
  }

  section.sns_area aside ul li a:hover {
    background-color: #000000;
  }

  section.sns_area aside ul li a img {
    width: 100%;
  }

  section.sns_area aside .banner {
    display: inline-block;
    width: 280px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  section.sns_area aside .banner img {
    width: 100%;
    height: auto;
  }

  div#page footer.page div.footer small {
    display: block;
    padding: 0 0 30px 0;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1em;
    color: #ffffff;
  }

  section.visual {
  }

  section.visual div.section {
    position: relative;
  }

  section.visual div.section div.arrows {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 35px;
    width: 100%;
    margin: auto;
  }

  section.visual div.section div.arrows button.slick-prev {
    position: absolute;
    left: 15px;
    top: 0;
    width: 20px;
    height: 20px;
    margin: auto;
    font-size: 0;
    line-height: 0;
    border: solid 1px #000000;
    background: url(../images/slider_prev.svg) center center no-repeat;
    background-size: 5px 8px;
    cursor: pointer;
    z-index: 1;
  }

  section.visual div.section div.arrows button.slick-prev:before {
    content: "";
  }

  section.visual div.section div.arrows button.slick-prev.slick-disabled {
    opacity: 0;
    pointer-events: none;
  }

  section.visual div.section div.arrows button.slick-next {
    position: absolute;
    right: 15px;
    top: 0;
    width: 20px;
    height: 20px;
    margin: auto;
    font-size: 0;
    line-height: 0;
    border: solid 1px #000000;
    background: url(../images/slider_next.svg) center center no-repeat;
    background-size: 5px 8px;
    cursor: pointer;
    z-index: 1;
  }

  section.visual div.section div.arrows button.slick-next:before {
    content: "";
  }

  section.visual div.section div.arrows button.slick-next.slick-disabled {
    opacity: 0;
    pointer-events: none;
  }

  section.visual div.section div.visual {
  }

  section.visual div.section div.visual div.slick-list {
  }

  section.visual div.section div.visual div.slick-list div.slick-track {
  }

  section.visual div.section div.visual div.slick-list div.slick-track div.slick-slide {
  }

  section.visual div.section div.visual div.slick-list div.slick-track div.slick-slide.slide {
  }

  section.visual div.section div.visual ul.slick-dots {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    text-align: center;
    font-size: 0;
    line-height: 0;
  }

  section.visual div.section div.visual ul.slick-dots li {
    display: inline-block;
    width: 10px;
    padding: 0 8px 0 8px;
  }

  section.visual div.section div.visual ul.slick-dots li button {
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 auto;
    padding: 0;
    font-size: 0;
    line-height: 0;
    border: none;
    background: #ffffff;
    border-radius: 10px;
    cursor: pointer;
    opacity: 0.5;
    transition: all 0.125s linear;
  }

  section.visual div.section div.visual ul.slick-dots li.slick-active button {
    width: 10px;
    height: 10px;
    opacity: 1;
  }

  section.content {
  }

  section.content header.content {
  }

  section.content header.content h1 {
    position: relative;
    padding: 40px 0 0 0;
    font-size: 5.0rem;
    line-height: 50px;
    text-indent: -5px;
    letter-spacing: -0.1em;
    font-weight: 100;
    z-index: 1;
  }

  section.content div.content {
  }

  section.content footer.content {
  }

  section.content footer.content nav.backtop ul {
    padding: 0 0 60px 0;
    text-align: center;
    font-size: 0;
    line-height: 0;
  }

  section.content footer.content nav.backtop ul li {
    display: inline-block;
    padding: 0 5px 0 5px;
    vertical-align: top;
  }

  section.content footer.content nav.backtop ul li a {
    width: 120px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 35px;
    border: solid 1px #000000;
    box-sizing: border-box;
  }

  article.list {
    margin: -10px 0 0 0;
  }

  article.list header.list {
  }

  article.list header.list nav.paging {
  }

  article.list header.list nav.paging ul {
    margin: 0 -7px 0 -7px;
    padding: 40px 0 40px 0;
    font-size: 0;
    line-height: 0;
  }

  article.list header.list nav.paging ul li {
    display: inline-block;
    width: 50%;
    padding: 0 7px 14px 7px;
    vertical-align: top;
    box-sizing: border-box;
  }

  article.list header.list nav.paging ul li a {
    height: 40px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 40px;
    border: solid 1px #999999;
  }

  article.list header.list nav.paging ul li span {
    display: block;
    height: 40px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 40px;
    color: #ffffff;
    border: solid 1px #999999;
    background: #333333;
  }

  article.list div.list {
  }

  article.list footer.list {
  }

  article.list footer.list nav.paging {
  }

  article.list footer.list nav.paging ul {
    padding: 0 0 50px 0;
    text-align: center;
    font-size: 0;
    line-height: 0;
  }

  article.list footer.list nav.paging ul li {
    display: inline-block;
    padding: 0 5px 10px 5px;
    vertical-align: top;
  }

  article.list footer.list nav.paging ul li a {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 1.8rem;
    line-height: 40px;
    border: solid 1px #999999;
  }

  article.list footer.list nav.paging ul li a.prev {
    background: url(../images/content_prev.svg) center center no-repeat;
  }

  article.list footer.list nav.paging ul li a.next {
    background: url(../images/content_next.svg) center center no-repeat;
  }

  article.list footer.list nav.paging ul li span {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 40px;
    color: #ffffff;
    border: solid 1px #999999;
    background: #333333;
  }

  article.detail {
  }

  article.detail header.detail {
    padding: 20px 0 30px 0;
  }

  article.detail header.detail nav.paging {
  }

  article.detail header.detail nav.paging ul {
    margin: 0 -7px 0 -7px;
    padding: 40px 0 40px 0;
    font-size: 0;
    line-height: 0;
  }

  article.detail header.detail nav.paging ul li {
    display: inline-block;
    width: 50%;
    padding: 0 7px 14px 7px;
    vertical-align: top;
    box-sizing: border-box;
  }

  article.detail header.detail nav.paging ul li a {
    padding: 10px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.5em;
    border: solid 1px #999999;
  }

  article.detail header.detail nav.paging ul li span {
    display: block;
    padding: 10px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.5em;
    color: #ffffff;
    border: solid 1px #999999;
    background: #333333;
  }

  article.detail header.detail h1 {
    padding: 0 0 10px 0;
    font-size: 1.8rem;
    line-height: 1.25em;
    font-weight: 300;
  }

  article.detail header.detail h1 time {
    display: block;
    font-size: 1.4rem;
    line-height: 1.5em;
    font-weight: 300;
  }

  article.detail header.detail p {
    display: inline-block;
    padding: 0 0 10px 0;
    font-size: 0;
    line-height: 0;
  }

  article.detail header.detail p time {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1em;
  }

  article.detail header.detail p span {
    display: inline-block;
    margin: 0 0 0 10px;
    font-size: 1.4rem;
    line-height: 1em;
  }

  article.detail div.detail {
  }

  article.detail div.detail div.contents {
    padding: 0 0 60px 0;
    font-size: 1.4rem;
    line-height: 1.5em;
  }

  article.detail div.detail div.contents a {
    display: inline;
    text-decoration: underline;
  }

  article.detail div.detail div.contents img {
    display: inline;
  }

  article.detail footer.detail {
  }

  main.top section.news {
    padding: 0 0 165px 0;
  }

  main.top section.news div.section {
    position: relative;
    padding: 0 0 30px 0;
  }

  main.top section.news div.section h1 {
    position: absolute;
    left: -5px;
    top: -45px;
    font-size: 6.0rem;
    line-height: 1em;
    letter-spacing: -0.1em;
    color: #c1c1c1;
    font-weight: 100;
  }

  main.top section.news div.section div.arrows {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: auto;
  }

  main.top section.news div.section div.arrows button.slick-prev {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    margin: auto;
    font-size: 0;
    line-height: 0;
    border: solid 1px #000000;
    background: url(../images/slider_prev.svg) center center no-repeat;
    background-size: 5px 8px;
    cursor: pointer;
    z-index: 1;
  }

  main.top section.news div.section div.arrows button.slick-prev:before {
    content: "";
  }

  main.top section.news div.section div.arrows button.slick-prev.slick-disabled {
    opacity: 0;
    pointer-events: none;
  }

  main.top section.news div.section div.arrows button.slick-next {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    margin: auto;
    font-size: 0;
    line-height: 0;
    border: solid 1px #000000;
    background: url(../images/slider_next.svg) center center no-repeat;
    background-size: 5px 8px;
    cursor: pointer;
    z-index: 1;
  }

  main.top section.news div.section div.arrows button.slick-next:before {
    content: "";
  }

  main.top section.news div.section div.arrows button.slick-next.slick-disabled {
    opacity: 0;
    pointer-events: none;
  }

  main.top section.news div.section div.news {
  }

  main.top section.news div.section div.news div.slick-list {
  }

  main.top section.news div.section div.news div.slick-list div.slick-track {
  }

  main.top section.news div.section div.news div.slick-list div.slick-track div.slick-slide {
  }

  main.top section.news div.section div.news div.slick-list div.slick-track div.slick-slide.slide {
  }

  main.top section.news div.section div.news div.slick-list div.slick-track div.slick-slide.slide div.item {
  }

  main.top section.news div.section div.news div.slick-list div.slick-track div.slick-slide.slide div.item a {
    position: relative;
    width: 280px;
    height: 280px;
    margin: 0 auto;
  }

  main.top section.news div.section div.news div.slick-list div.slick-track div.slick-slide.slide div.item a p {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
  }

  main.top section.news div.section div.news div.slick-list div.slick-track div.slick-slide.slide div.item a p time {
    display: block;
    font-size: 1.2rem;
    line-height: 1.5em;
    color: #ffffff;
  }

  main.top section.news div.section div.news div.slick-list div.slick-track div.slick-slide.slide div.item a p span {
    display: block;
    font-size: 1.4rem;
    line-height: 1.25em;
    color: #ffffff;
  }

  main.top section.news div.section div.news ul.slick-dots {
    position: absolute;
    left: 0;
    bottom: -25px;
    width: 100%;
    text-align: center;
    font-size: 0;
    line-height: 0;
  }

  main.top section.news div.section div.news ul.slick-dots li {
    display: inline-block;
    width: 10px;
    padding: 0 8px 0 8px;
  }

  main.top section.news div.section div.news ul.slick-dots li button {
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 auto;
    padding: 0;
    font-size: 0;
    line-height: 0;
    border: none;
    background: #000000;
    border-radius: 10px;
    cursor: pointer;
    opacity: 0.5;
    transition: all 0.125s linear;
  }

  main.top section.news div.section div.news ul.slick-dots li.slick-active button {
    width: 10px;
    height: 10px;
    opacity: 1;
  }

  main.top section.news div.section div.view {
    position: absolute;
    right: 0;
    top: -40px;
  }

  main.top section.news div.section div.view a {
    width: 70px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 30px;
    border: solid 1px #000000;
    box-sizing: border-box;
  }

  /* top movie
------------------------------------------------*/
  main.top section.movie {
    padding: 0 0 200px 0;
  }

  main.top section.movie div.section div.movie {
    padding: 10px 0 0 0;
    border-top: solid 1px #000000;
  }

  main.top section.movie div.section div.movie ul {
    text-align: center;
    font-size: 0;
    line-height: 0;
  }

  main.top section.movie div.section div.movie ul li:nth-of-type(1) {
    position: relative;
    width: 100%;
    margin: 0 0 10px 0;
    background: #000000;
  }

  main.top section.movie div.section div.movie ul li:nth-of-type(1)::after {
    content: "";
    display: block;
    position: absolute;
    left: 25px;
    bottom: 15px;
    width: 40px;
    height: 40px;
    /*        background: url(../images/common/content_movie_play.png) center center no-repeat;*/
    /*        background-size: contain;*/
  }

  main.top section.movie div.section div.movie ul li:nth-of-type(2) {
    display: inline-block;
    width: 50%;
    padding: 0 5px 10px 5px;
    box-sizing: border-box;
  }

  main.top section.movie div.section div.movie ul li:nth-of-type(3) {
    display: inline-block;
    width: 50%;
    padding: 0 5px 10px 5px;
    box-sizing: border-box;
  }

  main.top section.movie div.section div.movie ul li:nth-of-type(4) {
    display: inline-block;
    width: 50%;
    padding: 0 5px 10px 5px;
    box-sizing: border-box;
  }

  main.top section.movie div.section div.movie ul li:nth-of-type(5) {
    display: inline-block;
    width: 50%;
    padding: 0 5px 10px 5px;
    box-sizing: border-box;
  }

  main.top section.movie div.section div.movie ul li img {
    width: 100%;
  }

  /*
    main.top section.live {
        padding: 0 0 165px 0;
    }
    main.top section.live div.section {
        position: relative;
        padding: 0 0 30px 0;
    }
    main.top section.live div.section h1 {
        position: absolute;
        left: -5px;
        top: -85px;
        font-size: 6.0rem;
        line-height: 50px;
        letter-spacing: -0.1em;
        color: #C1C1C1;
        font-weight: 100;
    }
    main.top section.live div.section div.live {
        position: relative;
    }
    main.top section.live div.section div.live ul {}
    main.top section.live div.section div.live ul li {
        padding: 0 0 5px 0;
    }
    main.top section.live div.section div.live ul li a {
        padding: 10px;
        background: #000000;
    }
    main.top section.live div.section div.live ul li a time {
        display: block;
        font-size: 1.2rem;
        line-height: 1.5em;
        color: #ffffff;
    }
    main.top section.live div.section div.live ul li a span {
        display: block;
        font-size: 1.4rem;
        line-height: 1.5em;
        color: #ffffff;
    }
    main.top section.live div.section div.view {
        position: absolute;
        right: 0;
        top: -40px;
    }
    main.top section.live div.section div.view a {
        width: 70px;
        text-align: center;
        font-size: 1.4rem;
        line-height: 30px;
        border: solid 1px #000000;
        box-sizing: border-box;
    }
    main.top section.discography {}
    main.top section.discography div.section {
        position: relative;
        padding: 0 0 30px 0;
    }
    main.top section.discography div.section h1 {
        position: absolute;
        left: -5px;
        top: -85px;
        font-size: 6.0rem;
        line-height: 50px;
        letter-spacing: -0.1em;
        color: #C1C1C1;
        font-weight: 100;
    }
    main.top section.discography div.section div.arrows {
        position: absolute;
        left: 0;
        right: 0;
        top: 355px;
        width: 100%;
        margin: auto;
    }
    main.top section.discography div.section div.arrows button.slick-prev {
        position: absolute;
        left: 0;
        top: 0;
        width: 20px;
        height: 20px;
        margin: auto;
        font-size: 0;
        line-height: 0;
        border: solid 1px #000000;
        background: url(../images/slider_prev.svg) center center no-repeat;
        background-size: 5px 8px;
        cursor: pointer;
        z-index: 1;
    }
    main.top section.discography div.section div.arrows button.slick-prev:before {
        content: '';
    }
    main.top section.discography div.section div.arrows button.slick-prev.slick-disabled {
        opacity: 0;
        pointer-events: none;
    }
    main.top section.discography div.section div.arrows button.slick-next {
        position: absolute;
        right: 0;
        top: 0;
        width: 20px;
        height: 20px;
        margin: auto;
        font-size: 0;
        line-height: 0;
        border: solid 1px #000000;
        background: url(../images/slider_next.svg) center center no-repeat;
        background-size: 5px 8px;
        cursor: pointer;
        z-index: 1;
    }
    main.top section.discography div.section div.arrows button.slick-next:before {
        content: '';
    }
    main.top section.discography div.section div.arrows button.slick-next.slick-disabled {
        opacity: 0;
        pointer-events: none;
    }
    main.top section.discography div.section div.discography {}
    main.top section.discography div.section div.discography div.slick-list {}
    main.top section.discography div.section div.discography div.slick-list div.slick-track {}
    main.top section.discography div.section div.discography div.slick-list div.slick-track div.slick-slide {}
    main.top section.discography div.section div.discography div.slick-list div.slick-track div.slick-slide.group {}
    main.top section.discography div.section div.discography div.slick-list div.slick-track div.slick-slide.group div.product {}
    main.top section.discography div.section div.discography div.slick-list div.slick-track div.slick-slide.group div.product div.sub {
        padding: 0 0 20px 0;
    }
    main.top section.discography div.section div.discography div.slick-list div.slick-track div.slick-slide.group div.product div.sub p {
        max-height: 345px;
    }
    main.top section.discography div.section div.discography div.slick-list div.slick-track div.slick-slide.group div.product div.sub p img {
        margin: 0 auto;
        max-width: none;
        max-height: 345px;
        width: 100%;
    }
    main.top section.discography div.section div.discography div.slick-list div.slick-track div.slick-slide.group div.product div.main {}
    main.top section.discography div.section div.discography div.slick-list div.slick-track div.slick-slide.group div.product div.main div.link {
        margin: 0 0 30px 0;
        padding: 15px;
        background: #000000;
    }
    main.top section.discography div.section div.discography div.slick-list div.slick-track div.slick-slide.group div.product div.main div.link time {
        display: block;
        font-size: 1.4rem;
        line-height: 1.5em;
        color: #ffffff;
    }
    main.top section.discography div.section div.discography div.slick-list div.slick-track div.slick-slide.group div.product div.main div.link h2 { padding:0 0 5px 0; font-size: 2.0rem;
        line-height: 1.5em;
        font-weight: 300;
        color: #ffffff;
    }
    main.top section.discography div.section div.discography div.slick-list div.slick-track div.slick-slide.group div.product div.main div.link div.text {
        padding: 0 0 20px 0;
        font-size: 1.3rem;
        line-height: 1.5em;
        color: #ffffff;
    }
    main.top section.discography div.section div.discography div.slick-list div.slick-track div.slick-slide.group div.product div.main div.link ul {
        display: none;
    }
    main.top section.discography div.section div.discography div.slick-list div.slick-track div.slick-slide.group div.product div.main div.link ul li {
        padding: 10px 0 0 0;
    }
    main.top section.discography div.section div.discography div.slick-list div.slick-track div.slick-slide.group div.product div.main div.link ul li a {
        font-size: 1.3rem;
        line-height: 1.7em;
        color: #000;
        background-color: #FFF;
        padding: 10px 5px 10px 1.8em;
        text-indent: -1em;
    }
    main.top section.discography div.section div.discography div.slick-list div.slick-track div.slick-slide.group div.product div.main div.button {}
    main.top section.discography div.section div.discography div.slick-list div.slick-track div.slick-slide.group div.product div.main div.button ul {}
    main.top section.discography div.section div.discography div.slick-list div.slick-track div.slick-slide.group div.product div.main div.button ul li {
        padding: 0 0 10px 0;
    }
    main.top section.discography div.section div.discography div.slick-list div.slick-track div.slick-slide.group div.product div.main div.button ul li a {
        text-align: center;
        font-size: 1.4rem;
        line-height: 50px;
        border: solid 1px #000000;
    }
    main.top section.discography div.section div.discography ul.slick-dots {
        position: absolute;
        left: 0;
        top: 360px;
        width: 100%;
        text-align: center;
        font-size: 0;
        line-height: 0;
    }
    main.top section.discography div.section div.discography ul.slick-dots li {
        display: inline-block;
        width: 10px;
        padding: 0 8px 0 8px;
    }
    main.top section.discography div.section div.discography ul.slick-dots li button {
        display: block;
        width: 8px;
        height: 8px;
        margin: 0 auto;
        padding: 0;
        font-size: 0;
        line-height: 0;
        border: none;
        background: #000000;
        border-radius: 10px;
        cursor: pointer;
        opacity: 0.5;
        transition: all 0.125s linear;
    }
    main.top section.discography div.section div.discography ul.slick-dots li.slick-active button {
        width: 10px;
        height: 10px;
        opacity: 1;
    }
    main.top section.discography div.section div.view {
        position: absolute;
        right: 0;
        top: -40px;
    }
    main.top section.discography div.section div.view a {
        width: 70px;
        text-align: center;
        font-size: 1.4rem;
        line-height: 30px;
        border: solid 1px #000000;
        box-sizing: border-box;
    }
*/
  main.news article.list div.list {
  }

  main.news article.list div.list ul {
  }

  main.news article.list div.list ul li {
    padding: 0 0 20px 0;
  }

  main.news article.list div.list ul li a {
    position: relative;
    height: 345px;
  }

  main.news article.list div.list ul li a div {
    position: relative;
    height: 345px;
  }

  main.news article.list div.list ul li a p {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
  }

  main.news article.list div.list ul li a p time {
    display: block;
    font-size: 1.2rem;
    line-height: 1.5em;
    color: #ffffff;
  }

  main.news article.list div.list ul li a p span {
    display: block;
    font-size: 1.4rem;
    line-height: 1.25em;
    color: #ffffff;
  }

  main.live article.list.tour {
    padding: 110px 0 0 0;
  }

  main.live article.list.tour header.list {
    position: relative;
  }

  main.live article.list.tour header.list h1 {
    position: absolute;
    left: 0;
    top: -60px;
    font-size: 6.0rem;
    line-height: 50px;
    text-indent: -5px;
    letter-spacing: -0.1em;
    font-weight: 100;
  }

  main.live article.list.tour div.list {
  }

  main.live article.list.tour div.list ul {
  }

  main.live article.list.tour div.list ul li {
    padding: 0 0 5px 0;
  }

  main.live article.list.tour div.list ul li a {
    padding: 10px;
    background: #000000;
  }

  main.live article.list.tour div.list ul li a time {
    display: block;
    font-size: 1.2rem;
    line-height: 1.5em;
    color: #ffffff;
  }

  main.live article.list.tour div.list ul li a span {
    display: block;
    font-size: 1.4rem;
    line-height: 1.5em;
    color: #ffffff;
  }

  main.live article.list.title {
    padding: 110px 0 0 0;
  }

  main.live article.list.title header.list {
    position: relative;
  }

  main.live article.list.title header.list h1 {
    position: absolute;
    left: 0;
    top: -80px;
  }

  main.live article.list.title header.list h1 span:nth-of-type(1) {
    display: block;
    font-size: 3.0rem;
    line-height: 0.875em;
    font-weight: 300;
  }

  main.live article.list.title header.list h1 span:nth-of-type(2) {
    display: block;
    text-align: center;
    font-size: 6.0rem;
    line-height: 0.875em;
    font-weight: 100;
  }

  main.live article.list.title div.list {
  }

  main.live article.list.title div.list ul {
  }

  main.live article.list.title div.list ul li {
    padding: 0 0 5px 0;
  }

  main.live article.list.title div.list ul li a {
    padding: 10px;
    background: #000000;
  }

  main.live article.list.title div.list ul li a time {
    display: block;
    font-size: 1.2rem;
    line-height: 1.5em;
    color: #ffffff;
  }

  main.live article.list.title div.list ul li a span {
    display: block;
    font-size: 1.4rem;
    line-height: 1.5em;
    color: #ffffff;
  }

  main.live article.list.archives {
    padding: 150px 0 0 0;
  }

  main.live article.list.archives header.list {
    position: relative;
  }

  main.live article.list.archives header.list h1 {
    position: absolute;
    left: 0;
    top: -60px;
    font-size: 6.0rem;
    line-height: 50px;
    text-indent: -5px;
    letter-spacing: -0.1em;
    font-weight: 100;
  }

  main.live article.list.archives div.list {
  }

  main.live article.list.archives div.list ul {
    margin: 0 -3px 0 -3px;
    padding: 0 0 50px 0;
    font-size: 0;
    line-height: 0;
  }

  main.live article.list.archives div.list ul li {
    display: inline-block;
    padding: 0 3px 6px 3px;
    vertical-align: top;
    box-sizing: border-box;
  }

  main.live article.list.archives div.list ul li a {
    width: 80px;
    height: 80px;
    border: solid 1px #000000;
    box-sizing: border-box;
    background-color: #ffffff;
    font-color: #000000;
    padding: 0;
  }

  main.live article.list.archives div.list ul li a span:nth-of-type(1) {
    display: block;
    padding: 10px 0 0 0;
    text-align: center;
    font-size: 2.4rem;
    line-height: 0.9em;
    font-weight: 300;
    font-color: #000000;
  }

  main.live article.list.archives div.list ul li a span:nth-of-type(2) {
    display: block;
    text-align: center;
    font-size: 4.4rem;
    line-height: 0.9em;
    font-weight: 100;
    font-color: #000000;
  }

  main.live article.list.archives div.list ul li a span {
    color: #000000;
  }

  main.live article.detail div.detail dl {
  }

  main.live article.detail div.detail dl dt {
    padding: 0 0 40px 0;
  }

  main.live article.detail div.detail dl dt img {
    margin: 0 auto;
  }

  main.live article.detail div.detail dl dd {
    padding: 0 0 60px 0;
    font-size: 1.4rem;
    line-height: 2em;
  }

  main.live article.detail div.detail div.table {
    padding: 0 0 40px 0;
  }

  main.live article.detail div.detail div.table table {
    width: 100%;
    margin: 0 0 20px 0;
    border-collapse: collapse;
    border-spacing: 1px;
  }

  main.live article.detail div.detail div.table table th {
    width: 100px;
    padding: 5px;
    text-align: center;
    vertical-align: top;
    font-size: 1.2rem;
    line-height: 1.5em;
    color: #ffffff;
    border: solid 1px #000000;
    background: rgba(0, 0, 0, 0.5);
  }

  main.live article.detail div.detail div.table table td {
    padding: 5px;
    font-size: 1.2rem;
    line-height: 1.75em;
    border: solid 1px #000000;
  }

  main.discography article.list div.list div.group {
  }

  main.discography article.list div.list div.group div.product {
    margin: 0 -15px 0 -15px;
    padding: 40px 15px 30px 15px;
    border-top: solid 1px rgba(0, 0, 0, 0.5);
  }

  main.discography article.list div.list div.group div.product div.sub {
  }

  main.discography article.list div.list div.group div.product div.sub p {
    padding: 0 0 20px 0;
  }

  main.discography article.list div.list div.group div.product div.sub p img {
    width: 100%;
  }

  main.discography article.list div.list div.group div.product div.sub ul {
    display: none;
  }

  main.discography article.list div.list div.group div.product div.main {
  }

  main.discography article.list div.list div.group div.product div.main time {
    display: block;
    padding: 0 0 10px 0;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1em;
  }

  main.discography article.list div.list div.group div.product div.main h2 {
    padding: 0 0 20px 0;
  }

  main.discography article.list div.list div.group div.product div.main h2 a {
    text-align: center;
    font-size: 2.0rem;
    line-height: 1em;
    font-weight: 300;
  }

  main.discography article.list div.list div.group div.product div.main h2 a:hover {
    opacity: 0.5;
  }

  main.discography article.list div.list div.group div.product div.main div.link {
  }

  main.discography article.list div.list div.group div.product div.main div.link ul {
    padding: 0 0 10px 0;
  }

  main.discography article.list div.list div.group div.product div.main div.link ul li {
    padding: 0 0 10px 0;
  }

  main.discography article.list div.list div.group div.product div.main div.link ul li a {
    padding: 10px;
    font-size: 0;
    line-height: 0;
    background: #000000;
  }

  main.discography article.list div.list div.group div.product div.main div.link ul li a span:nth-of-type(1) {
    display: block;
    padding: 0 0 5px 0;
    font-size: 1.6rem;
    line-height: 1.25em;
    color: #ffffff;
    box-sizing: border-box;
  }

  main.discography article.list div.list div.group div.product div.main div.link ul li a span:nth-of-type(2) {
    display: block;
    text-align: right;
    font-size: 1.2rem;
    line-height: 1.25em;
    color: #ffffff;
  }

  main.discography article.list div.list div.group div.product div.main div.link ul li a:hover {
    opacity: 0.5;
  }

  main.discography article.list div.list div.group div.product div.main div.button {
  }

  main.discography article.list div.list div.group div.product div.main div.button ul {
    font-size: 0;
    line-height: 0;
  }

  main.discography article.list div.list div.group div.product div.main div.button ul li {
    padding: 0 0 15px 0;
  }

  main.discography article.list div.list div.group div.product div.main div.button ul li a {
    text-align: center;
    font-size: 1.4rem;
    line-height: 45px;
    border: solid 1px #000000;
    box-sizing: border-box;
  }

  main.discography article.detail div.detail div.group {
  }

  main.discography article.detail div.detail div.group div.top_text {
    padding: 0 0 40px 0;
    font-size: 1.4rem;
    line-height: 1.75em;
  }

  main.discography article.detail div.detail div.group div.product {
    margin: 0 -15px 0 -15px;
    padding: 40px 15px 30px 15px;
    border-top: solid 1px rgba(0, 0, 0, 0.5);
  }

  main.discography article.detail div.detail div.group div.product div.sub {
  }

  main.discography article.detail div.detail div.group div.product div.sub p {
    padding: 0 0 20px 0;
  }

  main.discography article.detail div.detail div.group div.product div.sub ul {
    font-size: 0;
    line-height: 0;
  }

  main.discography article.detail div.detail div.group div.product div.sub ul li {
    padding: 0 0 15px 0;
  }

  main.discography article.detail div.detail div.group div.product div.sub ul li a {
    text-align: center;
    font-size: 1.4rem;
    line-height: 45px;
    border: solid 1px #000000;
    box-sizing: border-box;
  }

  main.discography article.detail div.detail div.group div.product div.main {
  }

  main.discography article.detail div.detail div.group div.product div.main h1 {
    padding: 0 0 10px 0;
    font-size: 2.0rem;
    line-height: 1.25em;
    font-weight: 300;
  }

  main.discography article.detail div.detail div.group div.product div.main p.meta {
    display: block;
    padding: 0 0 40px 0;
    font-size: 1.4rem;
    line-height: 1em;
  }

  main.discography article.detail div.detail div.group div.product div.main div.text {
    padding: 0 0 40px 0;
    font-size: 1.4rem;
    line-height: 1.75em;
  }

  main.discography article.detail div.detail div.group div.product div.main div.disc {
    padding: 0 0 40px 0;
  }

  main.discography article.detail div.detail div.group div.product div.main div.disc h2 {
    padding: 0 0 10px 0;
    font-size: 1.8rem;
    line-height: 1em;
    font-weight: 300;
  }

  main.discography article.detail div.detail div.group div.product div.main div.disc div.music {
  }

  main.discography article.detail div.detail div.group div.product div.main div.disc div.music p.main {
    align-items: center;
    background: #000000;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 1px 0;
    padding: 10px 15px 10px 15px;
    width: 100%;
  }

  main.discography article.detail div.detail div.group div.product div.main div.disc div.music p.main:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }

  main.discography article.detail div.detail div.group div.product div.main div.disc div.music p.main {
    min-height: 1%;
  }

  main.discography article.detail div.detail div.group div.product div.main div.disc div.music p.main span.name {
    display: block;
    padding: 0 15px 0 0;
    font-size: 1.4rem;
    line-height: 20px;
    color: #ffffff;
    min-width: 65%;
  }

  main.discography article.detail div.detail div.group div.product div.main div.disc div.music p.main span.musicData {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    min-width: calc(35% - 15px);
  }

  main.discography article.detail div.detail div.group div.product div.main div.disc div.music p.main span.youtube {
    display: block;
    width: 30px;
    height: 20px;
    margin: 0 0 0 15px;
  }

  main.discography article.detail div.detail div.group div.product div.main div.disc div.music p.main span.youtube a {
    width: 30px;
    height: 20px;
    background: url(../images/content_youtube.svg) center center no-repeat;
  }

  main.discography article.detail div.detail div.group div.product div.main div.disc div.music p.main span.trial {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 0 0 15px;
  }

  main.discography article.detail div.detail div.group div.product div.main div.disc div.music p.main span.trial a {
    width: 20px;
    height: 20px;
    background: url(../images/content_play.svg) center center no-repeat;
  }

  main.discography article.detail div.detail div.group div.product div.main div.disc div.music p.main span.trial a.on {
    background: url(../images/content_stop.svg) center center no-repeat;
  }

  main.discography article.detail div.detail div.group div.product div.main div.disc div.music p.main span.lyrics {
    display: block;
    font-size: 0;
    width: 50px;
    height: 14px;
    margin: 0 0 0 15px;
  }

  main.goods article.list div.list {
  }

  main.goods article.list div.list ul {
    padding: 0 0 40px 0;
  }

  main.goods article.list div.list ul li {
    padding: 0 0 20px 0;
  }

  main.goods article.list div.list ul li a {
    position: relative;
    height: 345px;
  }

  main.goods article.list div.list ul li a div {
    position: relative;
    height: 345px;
  }

  main.goods article.list div.list ul li a p {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
  }

  main.goods article.list div.list ul li a p span {
    display: block;
    font-size: 1.4rem;
    line-height: 1.25em;
    color: #ffffff;
  }

  main.goods article.detail div.detail div.goods {
  }

  main.goods article.detail div.detail div.goods ul {
    margin: 0 -10px 0 -10px;
    font-size: 0;
    line-height: 0;
  }

  main.goods article.detail div.detail div.goods ul li {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding: 0 10px 40px 10px;
    box-sizing: border-box;
  }

  main.goods article.detail div.detail div.goods ul li span:nth-of-type(1) {
    display: block;
    padding: 0 0 10px 0;
  }

  main.goods article.detail div.detail div.goods ul li span:nth-of-type(1) a {
    background: #ffffff;
  }

  main.goods article.detail div.detail div.goods ul li span:nth-of-type(2) {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.5em;
  }

  main.goods article.detail div.detail div.goods ul li span:nth-of-type(2) a {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.5em;
  }

  main.goods article.detail div.detail div.shop {
  }

  main.goods article.detail div.detail div.shop ul {
    margin: 0 -10px 0 -10px;
    padding: 0 0 20px 0;
    font-size: 0;
    line-height: 0;
  }

  main.goods article.detail div.detail div.shop ul li {
    display: inline-block;
    padding: 0 10px 20px 10px;
  }

  main.schedule article.list.title {
    padding: 110px 0 0 0;
  }

  main.schedule article.list.title header.list {
    position: relative;
  }

  main.schedule article.list.title header.list h1 {
    position: absolute;
    left: 0;
    top: -80px;
  }

  main.schedule article.list.title header.list h1 span:nth-of-type(1) {
    display: block;
    font-size: 3.0rem;
    line-height: 0.875em;
    font-weight: 300;
  }

  main.schedule article.list.title header.list h1 span:nth-of-type(2) {
    display: block;
    text-align: center;
    font-size: 6.0rem;
    line-height: 0.875em;
    font-weight: 100;
  }

  main.schedule article.list.title div.list {
  }

  main.schedule article.list.title div.list ul {
  }

  main.schedule article.list.title div.list ul li {
    padding: 0 0 5px 0;
  }

  main.schedule article.list.title div.list ul li a {
    padding: 10px;
    background: #000000;
  }

  main.schedule article.list.title div.list ul li a time {
    display: block;
    font-size: 1.2rem;
    line-height: 1.5em;
    color: #ffffff;
  }

  main.schedule article.list.title div.list ul li a span {
    display: block;
    font-size: 1.4rem;
    line-height: 1.5em;
    color: #ffffff;
  }

  main.schedule article.list.archives {
    padding: 150px 0 0 0;
  }

  main.schedule article.list.archives header.list {
    position: relative;
  }

  main.schedule article.list.archives header.list h1 {
    position: absolute;
    left: 0;
    top: -60px;
    font-size: 6.0rem;
    line-height: 50px;
    text-indent: -5px;
    letter-spacing: -0.1em;
    font-weight: 100;
  }

  main.schedule article.list.archives div.list {
  }

  main.schedule article.list.archives div.list ul {
    margin: 0 -3px 0 -3px;
    padding: 0 0 50px 0;
    font-size: 0;
    line-height: 0;
  }

  main.schedule article.list.archives div.list ul li {
    display: inline-block;
    padding: 0 3px 6px 3px;
    vertical-align: top;
    box-sizing: border-box;
  }

  main.schedule article.list.archives div.list ul li a {
    width: 80px;
    height: 80px;
    border: solid 1px #000000;
    box-sizing: border-box;
  }

  main.schedule article.list.archives div.list ul li a span:nth-of-type(1) {
    display: block;
    padding: 10px 0 0 0;
    text-align: center;
    font-size: 2.4rem;
    line-height: 0.9em;
    font-weight: 300;
  }

  main.schedule article.list.archives div.list ul li a span:nth-of-type(2) {
    display: block;
    text-align: center;
    font-size: 4.4rem;
    line-height: 0.9em;
    font-weight: 100;
  }

  main.movie article.list div.list {
  }

  main.movie article.list div.list ul {
    padding: 40px 0 40px 0;
  }

  main.movie article.list div.list ul li {
    padding: 0 0 40px 0;
    display: inline-block;
    width: 100%;
  }

  main.movie article.list div.list ul li a {
    position: relative;
    /*height:245px;*/
    display: inline-block;
    width: 100%;
  }

  main.movie article.list div.list ul li a div {
    position: relative;
    height: 204px;
  }

  main.movie .trial-player {
    text-align: center;
  }

  main.movie .trial_video {
    height: 204px;
    max-width: 362px;
    width: 100%;
    margin: 0 auto;
  }

  main.movie .video-js .vjs-big-play-button {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  main.movie article.list div.list ul li a p {
    /*position:absolute; left:0px; right:0px; bottom:10px;*/
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
  }

  main.movie article.list div.list ul li a p span {
    display: block;
    font-size: 1.4rem;
    line-height: 1.25em;
    color: #ffffff;
  }

  main.movie article.list div.list ul li .trial-title {
    /*position:absolute; left:0px; right:0px; bottom:10px;*/
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
  }

  main.movie article.list div.list ul li .trial-title span {
    display: block;
    font-size: 1.4rem;
    line-height: 1.25em;
    color: #ffffff;
  }

  main.profile article.profile div.profile div.image {
    padding-top: 3em;
  }

  main.profile article.profile div.profile div.text {
    font-size: 1.4rem;
    line-height: 1.5em;
    margin: 1.0em 0 3.0em 0;
  }

  main.profile article.profile div.profile div.text h3 {
    background-color: black;
    color: white;
    font-size: 3.0rem;
    line-height: 1.4em;
    font-weight: 100;
    padding: 0 0.3em;
    margin-bottom: 0.5em;
  }

  main.profile article.list {
    margin: 0 0 3em 0;
  }

  main.profile article.list div.list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  main.profile article.list div.list ul li {
    width: 30%;
    padding-bottom: 1em;
  }

  main.profile article.list div.list ul li a {
    background-color: black;
    color: white;
  }

  main.profile article.list div.list ul li a p.name {
    text-align: center;
    padding: 1em 0;
  }

  main.profile article.list div.list ul li a div img {
    width: 100%;
  }
}

@media only screen and (min-width:660px) {
  main.discography aside.shop {
    width: 660px;
    border: 1px solid #000000;
    box-sizing: border-box;
  }

  main.discography aside.shop div.aside {
    padding: 20px 35px 0 35px;
  }

  main.discography aside.shop div.aside header.shop {
  }

  main.discography aside.shop div.aside header.shop h1 {
    padding: 0 0 10px 0;
    font-size: 1.8rem;
    line-height: 1.5em;
    font-weight: 300;
  }

  main.discography aside.shop div.aside div.shop {
  }

  main.discography aside.shop div.aside div.shop h2 {
    padding: 0 0 10px 0;
    font-size: 1.2rem;
    line-height: 1.5em;
    font-weight: 300;
  }

  main.discography aside.shop div.aside div.shop ul {
    padding: 0 0 20px 0;
    font-size: 0;
    line-height: 0;
  }

  main.discography aside.shop div.aside div.shop ul li {
    display: inline-block;
    width: 20%;
    padding: 0 5px 10px 5px;
    box-sizing: border-box;
  }

  main.discography aside.shop div.aside div.shop ul li a {
    display: inline-block;
  }

  main.discography aside.download {
    width: 660px;
    border: 1px solid #000000;
    box-sizing: border-box;
  }

  main.discography aside.download div.aside {
    padding: 20px 30px 0 30px;
  }

  main.discography aside.download div.aside header.download {
  }

  main.discography aside.download div.aside header.download h1 {
    padding: 0 0 10px 0;
    font-size: 1.8rem;
    line-height: 1.5em;
    font-weight: 300;
  }

  main.discography aside.download div.aside div.download {
  }

  main.discography aside.download div.aside div.download h2 {
    padding: 0 0 10px 0;
    font-size: 1.2rem;
    line-height: 1.5em;
    font-weight: 300;
  }

  main.discography aside.download div.aside div.download ul {
    padding: 0 0 20px 0;
    text-align: center;
    font-size: 0;
    line-height: 0;
  }

  main.discography aside.download div.aside div.download ul li {
    display: inline-block;
    width: 33.33%;
    padding: 0 10px 10px 10px;
    vertical-align: top;
    box-sizing: border-box;
  }

  main.discography aside.download div.aside div.download ul li h3 {
    padding: 0 0 10px 0;
  }

  main.discography aside.download div.aside div.download ul li h3 img {
    margin: 0 auto;
  }

  main.discography aside.download div.aside div.download ul li p {
    padding: 0 0 10px 0;
  }

  main.discography aside.download div.aside div.download ul li p img {
    margin: 0 auto;
    border: solid 1px #000000;
  }

  main.goods aside.item {
    border: 1px solid #000000;
  }

  main.goods aside.item div.aside {
    padding: 40px 40px 0 40px;
  }

  main.goods aside.item div.aside header.item {
  }

  main.goods aside.item div.aside header.item h1 {
    padding: 0 0 20px 0;
    font-size: 1.4rem;
    line-height: 1;
    margin: -0.25em 0 0 0;
    font-weight: 300;
  }

  main.goods aside.item div.aside div.item {
  }

  main.goods aside.item div.aside div.item dl {
    padding: 0 0 40px 0;
    font-size: 0;
    line-height: 0;
  }

  main.goods aside.item div.aside div.item dl dt {
    display: inline-block;
    position: relative;
    width: 240px;
    height: 240px;
    padding: 0 30px 0 0;
    vertical-align: top;
  }

  main.goods aside.item div.aside div.item dl dt ul {
    position: absolute;
    left: 0;
    top: 0;
  }

  main.goods aside.item div.aside div.item dl dt ul li {
    display: none;
  }

  main.goods aside.item div.aside div.item dl dt ul li span {
    display: block;
    width: 240px;
    height: 280px;
    padding: 1px;
    text-align: center;
    border: 1px solid #000000;
    box-sizing: border-box;
    color: black;
    font-size: 16px;
    line-height: 1.4em;
  }

  main.goods aside.item div.aside div.item dl dt ul li span img {
    display: inline;
    max-height: 100%;
  }

  main.goods aside.item div.aside div.item dl dd {
    display: inline-block;
    width: 280px;
    vertical-align: top;
  }

  main.goods aside.item div.aside div.item dl dd ul {
    margin: 0 -5px 0 -5px;
    padding: 0 0 10px 0;
    font-size: 0;
    line-height: 0;
  }

  main.goods aside.item div.aside div.item dl dd ul li {
    display: inline-block;
    padding: 0 5px 10px 5px;
  }

  main.goods aside.item div.aside div.item dl dd ul li a {
    display: block;
    width: 60px;
    height: 60px;
    padding: 2px;
    text-align: center;
    box-sizing: border-box;
  }

  main.goods aside.item div.aside div.item dl dd ul li a img {
    display: inline;
    max-height: 100%;
  }

  main.goods aside.item div.aside div.item dl dd ul li a:hover {
    padding: 1px;
    border: 1px solid #000000;
  }

  main.goods aside.item div.aside div.item dl dd ul li a.on {
    padding: 1px;
    border: 1px solid #000000;
  }

  main.goods aside.item div.aside div.item dl dd div.text {
    font-size: 1.2rem;
    line-height: 1.75em;
  }
}

@media only screen and (max-width:659px) {
  main.discography aside.shop {
    border: 1px solid #000000;
  }

  main.discography aside.shop div.aside {
    padding: 20px 10px 0 10px;
  }

  main.discography aside.shop div.aside header.shop {
  }

  main.discography aside.shop div.aside header.shop h1 {
    padding: 0 0 10px 0;
    font-size: 1.4rem;
    line-height: 1.5em;
    font-weight: 300;
  }

  main.discography aside.shop div.aside div.shop {
  }

  main.discography aside.shop div.aside div.shop h2 {
    padding: 0 0 10px 0;
    font-size: 1.2rem;
    line-height: 1.5em;
    font-weight: 300;
  }

  main.discography aside.shop div.aside div.shop ul {
    padding: 0 0 15px 0;
    font-size: 0;
    line-height: 0;
  }

  main.discography aside.shop div.aside div.shop ul li {
    display: inline-block;
    width: 50%;
    padding: 0 5px 10px 5px;
    box-sizing: border-box;
  }

  main.discography aside.shop div.aside div.shop ul li a {
    display: block;
  }

  main.discography aside.shop div.aside div.shop ul li a img {
    width: 100%;
  }

  main.discography aside.download {
    border: 1px solid #000000;
  }

  main.discography aside.download div.aside {
    padding: 20px 20px 0 20px;
  }

  main.discography aside.download div.aside header.download {
  }

  main.discography aside.download div.aside header.download h1 {
    padding: 0 0 10px 0;
    font-size: 1.4rem;
    line-height: 1.5em;
    font-weight: 300;
  }

  main.discography aside.download div.aside div.download {
  }

  main.discography aside.download div.aside div.download h2 {
    padding: 0 0 10px 0;
    font-size: 1.2rem;
    line-height: 1.5em;
    font-weight: 300;
  }

  main.discography aside.download div.aside div.download ul {
    font-size: 0;
    line-height: 0;
  }

  main.discography aside.download div.aside div.download ul li {
    display: inline-block;
    width: 50%;
    padding: 0 5px 20px 5px;
    box-sizing: border-box;
  }

  main.discography aside.download div.aside div.download ul li h3 {
    padding: 0 0 10px 0;
  }

  main.discography aside.download div.aside div.download ul li h3 a {
    display: block;
  }

  main.discography aside.download div.aside div.download ul li h3 a img {
    width: 100%;
  }

  main.discography aside.download div.aside div.download ul li p {
    display: none;
  }

  main.goods aside.item {
    border: 1px solid #000000;
  }

  main.goods aside.item div.aside {
    padding: 40px 20px 0 20px;
  }

  main.goods aside.item div.aside header.item {
  }

  main.goods aside.item div.aside header.item h1 {
    padding: 0 0 20px 0;
    font-size: 1.4rem;
    line-height: 1;
    margin: -0.25em 0 0 0;
    font-weight: 300;
  }

  main.goods aside.item div.aside div.item {
  }

  main.goods aside.item div.aside div.item dl {
    padding: 0 0 40px 0;
    font-size: 0;
    line-height: 0;
  }

  main.goods aside.item div.aside div.item dl dt {
    position: relative;
    width: 240px;
    height: 240px;
    margin: 0 auto;
    padding: 0 0 20px 0;
  }

  main.goods aside.item div.aside div.item dl dt ul {
    position: absolute;
    left: 0;
    top: 0;
  }

  main.goods aside.item div.aside div.item dl dt ul li {
    display: none;
  }

  main.goods aside.item div.aside div.item dl dt ul li span {
    display: block;
    /*width:240px; height:280px;*/
    padding: 1px;
    text-align: center;
    border: 1px solid #000000;
    box-sizing: border-box;
    color: black;
    font-size: 16px;
    line-height: 1.4em;
  }

  main.goods aside.item div.aside div.item dl dt ul li span img {
    display: inline;
    max-height: 100%;
  }

  main.goods aside.item div.aside div.item dl dd {
  }

  main.goods aside.item div.aside div.item dl dd ul {
    margin: 0 -10px 0 -10px;
    padding: 40px 0 10px 0;
    text-align: center;
    font-size: 0;
    line-height: 0;
  }

  main.goods aside.item div.aside div.item dl dd ul li {
    display: inline-block;
    padding: 0 10px 10px 10px;
  }

  main.goods aside.item div.aside div.item dl dd ul li a {
    display: block;
    width: 60px;
    height: 60px;
    padding: 2px;
    text-align: center;
    box-sizing: border-box;
  }

  main.goods aside.item div.aside div.item dl dd ul li a img {
    display: inline;
    max-height: 100%;
  }

  main.goods aside.item div.aside div.item dl dd ul li a.on {
    padding: 1px;
    border: 1px solid #000000;
  }

  main.goods aside.item div.aside div.item dl dd div.text {
    font-size: 1.2rem;
    line-height: 1.75em;
  }
}

/*
---------------------------------------------------------
update 20190411
---------------------------------------------------------
*/
/*  */
.newslist ul {
  padding: 0 0 40px 0;
}

.newslist li {
  padding: 0 0 10px 0;
}

.newslist a {
  padding: 10px 25px 10px 25px;
  background: #000000;
}

.newslist time {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5em;
  color: #ffffff;
}

@media only screen and (max-width:768px) {
  .newslist time {
    font-size: 1.2rem;
  }
}

.newslist a span {
  display: block;
  font-size: 1.8rem;
  line-height: 1.5em;
  color: #ffffff;
}

@media only screen and (max-width:768px) {
  .newslist a span {
    font-size: 1.4rem;
  }
}

.newslist a:hover {
  opacity: 0.5;
}

/* top movie
------------------------------------------------*/
.movieset {
  padding: 0 0 200px 0;
}

.movieset div.section {
  position: relative;
  width: inherit;
  max-width: 1280px;
  margin: 0 auto;
}

.movieset div.section h1 {
  position: absolute;
  left: -20px;
  top: -70px;
  font-size: 12.0rem;
  line-height: 1em;
  letter-spacing: -0.1em;
  color: #c1c1c1;
  font-weight: 100;
}

@media only screen and (max-width:768px) {
  .movieset div.section h1 {
    left: -5px;
    top: -45px;
    font-size: 6.0rem;
  }
}

.movieset ul {
  text-align: center;
  font-size: 0;
  line-height: 0;
}

.movieset ul li:nth-of-type(1) {
  position: relative;
  width: 100%;
  margin: 0 0 10px 0;
  background: #000000;
}

.movieset ul li:nth-of-type(2),
.movieset ul li:nth-of-type(3),
.movieset ul li:nth-of-type(4),
.movieset ul li:nth-of-type(5) {
  display: inline-block;
  width: 25%;
  padding: 0 5px 10px 5px;
  box-sizing: border-box;
}

@media only screen and (max-width:768px) {
  .movieset ul li:nth-of-type(2),
  .movieset ul li:nth-of-type(3),
  .movieset ul li:nth-of-type(4),
  .movieset ul li:nth-of-type(5) {
    width: 50%;
  }
}

.movielist ul li img {
  width: 100%;
}

.movieset div.view {
  position: absolute;
  right: 0;
  top: -50px;
}

.movieset div.view a {
  width: 120px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 35px;
  border: solid 1px #000000;
  box-sizing: border-box;
}

.movieset div.view a:hover {
  opacity: 0.5;
}

/*
------------------------------------------------*/
.movie-list {
  display: flex;
}

@media only screen and (max-width:768px) {
  .movie-list {
    display: block;
  }
}

.movie-cell {
  width: 50%;
}

@media only screen and (max-width:768px) {
  .movie-cell {
    width: 100%;
  }
}

.movie-cell-s {
  display: flex;
  flex-wrap: wrap;
}



.movie-item {
  border: 1px solid #fff;
  box-sizing: border-box;
}

.movie-cell-s .movie-item {
  width: 50%;
}

@media only screen and (max-width:768px) {
  .movie-cell-s .movie-item {
    width: 100%;
  }
}

/* top profile
------------------------------------------------*/
main.top section.profile {
  padding: 0 0 200px 0;
}

main.top section.profile div.section {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}

main.top section.profile div.section h1 {
  position: absolute;
  left: -20px;
  top: -70px;
  font-size: 12.0rem;
  line-height: 1em;
  letter-spacing: -0.1em;
  color: #c1c1c1;
  font-weight: 100;
}

main.top section.profile div.section div.view {
  position: absolute;
  right: 0;
  top: -50px;
}

main.top section.profile div.section div.view a {
  width: 120px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 35px;
  border: solid 1px #000000;
  box-sizing: border-box;
}

main.top section.profile div.section div.view a:hover {
  opacity: 0.5;
}

main.top .group-image,
main.top .group-text {
  max-width: 980px;
  margin: auto;
}

main.top .group-image {
  text-align: center;
  padding: 1rem 0;
}

main.top .group-image img {
  margin: auto;
  max-width: 100%;
  height: auto;
}

main.top .group-text {
  padding: 1rem 0;
  line-height: 1.5;
  font-size: 1.4rem;
}

@media only screen and (max-width:768px) {
  main.top .group-text {
    padding: 10px 25px 10px 25px;
    line-height: 1.5;
  }
}

@media only screen and (max-width:768px) {
  main.top section.profile {
    padding: 0 0 165px 0;
  }

  main.top section.profile div.section {
    position: relative;
    padding: 0 0 30px 0;
    width: 100%;
  }

  main.top section.profile div.section h1 {
    position: absolute;
    left: -5px;
    top: -45px;
    font-size: 6.0rem;
    line-height: 1em;
    letter-spacing: -0.1em;
    color: #c1c1c1;
    font-weight: 100;
  }

  main.top section.profile div.section div.view {
    position: absolute;
    right: 0;
    top: -40px;
  }

  main.top section.profile div.section div.view a {
    width: 70px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 30px;
    border: solid 1px #000000;
    box-sizing: border-box;
  }
}

map area {
  border: none;
  outline: none;
}


/*
------------------------------------------------*/
/* main.movie .trial-player {
    margin: 25px 0;
  } */
.upload .trial-player {
  position: relative;
  height: 0;
  padding-bottom: 68.57%;
  overflow: hidden;
}

.upload .trial_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 100%; */
}

@media only screen and (max-width:768px) {
  .upload .trial_video {
    height: 100%;
  }
}

.upload .trial-player embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/*
------------------------------------------------*/
