@charset "UTF-8";

/*CSS INFOMATION=======================

PC CSS

File name : pc.css

====================================*/
@media screen and (min-width: 769px) {
  body {
    overflow-x: hidden;
    font-weight: 500;
    color: #222;
  }

  a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  a:hover {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  img {
    -ms-interpolation-mode: bicubic;
  }

  .spBox {
    display: none;
  }

  #container {
    line-height: 1.8;
    background: #fff;
  }

  .contentsTop {
    width: 1100px;
    padding: 50px 0;
    margin: 0 auto;
  }

  .contents {
    width: 1100px;
    padding: 50px 0;
    margin: 0 auto;
  }

  .contents__container {
    width: 100%;
    padding: 115px 0;
    margin: 0 auto;
  }

  #subHeader {
    background: #333;
    height: 75px;
    top: -100px;
    position: fixed;
    width: 100%;
    overflow: hidden;
    z-index: 8000;
  }

  header {
    position: relative;
    z-index: 9995;
    position: fixed;
    height: 115px;
    background: #fff;
    width: 100%;
    top: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, .4);
    /*box-shadow:0px 1px 3px 1px #555;
-moz-box-shadow:0px 1px 3px 1px #555;
-webkit-box-shadow:0px 1px 3px 1px #555;*/
  }

  .head-link {
    border-top: 1px solid #eee;
    padding: 0;
    position: relative;
    top: 72px;
    height: 30px;
  }

  h1 {
    position: absolute;
    top: 10px;
    left: 18px;
    color: #fff;
    width: 90px;
    margin: 0 0 0;
  }

  h1 img {
    width: 100%;
    height: auto;
  }

  h2 {
    text-align: center;
    font-size: 36px;
    padding: 30px 0;
    margin: 0;
    line-height: 1.4;
    color: #222;
    font-family: 'Roboto Condensed', sans-serif;
  }

  h3 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding: 10px 0 30px;
  }

  nav {
    position: absolute;
    top: 25px;
    left: 120px;
    overflow: hidden;
  }

  nav ul li {
    margin: 0 15px;
    color: #fff;
    float: left;
  }

  nav ul li a {
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
    font-size: 15px;
  }

  nav ul li a:hover {
    color: #666;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  nav ul li a span {
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
    font-size: 15px;
  }

  p {
    text-align: center;
    margin: 0 0 20px;
  }

  #scroll {
    margin: 0;
    display: none;
    position: absolute;
    left: 50%;
    bottom: 50px;
    margin: 0 0 0 -27px;
    z-index: 999;
  }

  footer {
    background: #222;
    margin: 50px 0 0;
    padding: 50px 0;
    font-size: 10px;
    overflow: hidden;
    text-align: left !important;
  }

  footer#top-footer {
    padding: 0 !important;
    border-top: none;
  }

  footer p {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
  }

  footer p a {
    color: #fff;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 0 20px 0 0;
  }

  footer p a:hover {
    color: #fff;
  }

  .copy {
    font-size: 12px;
    padding: 50px 0 0;
    color: #fff;
    text-align: left;
    font-family: 'Roboto Condensed', sans-serif;
  }

  .pageTop a {
    text-align: center;
    padding: 0 0 30px;
    font-size: 25px;
    color: #fff;
    display: block;
  }

  .pageTop a:hover {
    color: #666;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .pager {
    position: relative;
    width: 60px;
    height: 50px;
    margin: 0 auto;
  }

  .pager .next {
    position: absolute;
    top: 0;
    right: -70px;
  }

  .pager .prev {
    position: absolute;
    top: 0;
    left: 70px;
  }

  .topBtn {
    position: fixed;
    /*固定*/
    bottom: 20px;
    /*場所を右下に移動*/
    right: 20px;
    /*場所を右下に移動*/
    display: block;
    /*aタグをblock要素に変更*/
    background-color: #222;
    /*以下、デザインはご自由に！！*/
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    width: 46px;
    height: 46px;
    padding: 8px 0;
    text-align: center;
    box-sizing: border-box;
    z-index: 9999;
  }

  .topBtn:hover {
    opacity: 0.7;
  }

  /*

header
-----------------------------------*/
  #headerSub {
    background: #111;
    height: 70px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
  }

  #headerInner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
  }

  .snsBox {
    position: absolute;
    top: 4px;
    right: 380px;
    font-size: 30px;
    line-height: 1;
  }

  .snsBox span {
    font-family: 'Roboto Condensed', sans-serif;
  }

  .snsBox a {
    color: #222;
    font-size: 20px;
    padding: 0 7px;
    line-height: 0;
  }

  .snsBox a img {
    vertical-align:middle;
  }

  .musicBox {
    position: absolute;
    top: 11px;
    right: 15px;
    font-size: 30px;
  }

  .musicBox.discoStoreLink {
    right: 0;
  }

  .musicBox a {
    color: #222;
    display: block;
    float: left;
    /*  height: 20px !important; */
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    text-decoration: none;
  }

  .musicBox.discoStoreLink a {
    padding: 5px 0;
  }

  .musicBox a i {
    font-size: 18px;
    padding: 0 10px;
  }

  .musicBox a img {
    vertical-align: top;
  }

  .musicBox span {
    font-family: 'Roboto Condensed', sans-serif;
    display: block;
    float: left;
    padding: 0 5px 0 0;
  }

  .head-fc a {
    display: block;
    padding: 5px 10px;
    background: linear-gradient(30deg, #42b9f5, #f5428a);
    color: #fff;
    text-align: center;
    position: absolute;
    top: 25px;
    right: 130px;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
  }

  .head-papaiya a {
    display: block;
    padding: 5px 10px;
    background: linear-gradient(30deg, #42b9f5, #f5428a);
    color: #fff;
    text-align: center;
    position: absolute;
    top: 25px;
    right: 125px;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
    display: none;
  }

  .head-papaiya i {
    padding: 0 5px 0 0;
  }

  header .head-fc-sp {
    display: none;
  }

  .head-mail a {
    display: block!important;
    padding: 5px 10px;
    background: linear-gradient(30deg, #42b9f5, #f5428a);
    color: #fff;
    text-align: center;
    position: absolute;
    top: 25px;
    right: 20px;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
    display: none;
  }

  .head-mail i {
    padding: 0 5px 0 0;
  }

  .snsBoxB {
    padding: 0 0 30px;
  }

  .snsBoxB a {
    color: #222;
    font-size: 20px;
    padding: 0 7px;
    line-height: 0;
  }

  .snsBoxC {
    position: absolute;
    top: 0;
    right: 0;
  }

  .snsBoxC a {
    font-size: 20px;
    padding: 0 7px;
    line-height: 0;
    color: #fff;
  }

  .snsBoxC a img {
    vertical-align: middle;
  }

  /*

section
-----------------------------------*/
  #mainArea {
    padding: 115px 0 0;
    border-bottom: 1px solid #eee;
  }

  #topBanner {
    margin: 50px 0 0px;
  }

  #topBanner ul {
    width: 102%;
    overflow: hidden;
  }

  #topBanner ul li {
    width: 31.3%;
    float: left;
    margin: 0 2% 0 0;
  }

  #topBanner ul li img {
    width: 100%;
    height: auto;
  }

  #topBanner a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  #topBanner a .sp_banner {
    display: none;
  }

  .movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
  }

  .movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #news {
    position: relative;
    padding: 20px 0 50px;
    margin: 0 0 0;
  }

  .bannerArea {
    padding: 0 0 0;
    position: fixed;
    bottom: 20px;
    left: 20px;
  }

  .bannerArea img {
    width: 150px;
    height: auto;
    margin: 0 5px;
  }

  .innerBoxA {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
  }

  .innerBoxB {
    width: 960px;
    margin: 0 auto;
    padding: 30px 0 0;
    text-align: left;
  }

  .innerBoxB p {
    text-align: left !important;
  }

  .innerBoxC {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 0;
    text-align: left;
  }

  .innerBoxC h3 {
    text-align: left !important;
    padding: 0 0 5px;
    margin: 20px 0 20px;
    border-bottom: 3px solid #ddd;
  }

  .innerBoxC h4 {
    font-size: 20px !important;
    padding: 0 0 10px;
  }

  .innerBoxC p {
    text-align: left !important;
    padding: 0 0 30px;
  }

  .innerBoxC ol {
    list-style: decimal;
    margin: 0 0 50px 20px;
  }

  .boxA {
    padding: 0 0 30px;
  }

  #tv-schedule {
    padding: 50px 0 0;
  }

  .scheduleNav {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    position: relative;
    font-size: 20px;
    font-weight: bold;
  }

  .scheduleNav-prev {
    position: absolute;
    top: 15px;
    left: 15px;
  }

  .scheduleNav-next {
    position: absolute;
    top: 15px;
    right: 15px;
  }

  ul.scheduleNavB {
    margin: 30px 0;
    overflow: hidden;
  }

  ul.scheduleNavB li {
    width: 100px;
    float: left;
    margin: 2px;
  }

  ul.scheduleNavB li a {
    width: 100%;
    display: block;
    background: #222;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
  }

  ul.scheduleNavB li a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  ul.discoNavB {
    margin: 30px 0;
    overflow: hidden;
  }

  ul.discoNavB li {
    width: 100px;
    float: left;
    margin: 2px;
  }

  ul.discoNavB li a {
    width: 100%;
    display: block;
    background: #222;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
  }

  ul.discoNavB li a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .discoButton{
    width: 100%;
    display: block;
    background: #f5428a;
    color: #fff!important;
    text-align: center;
    text-decoration: none;
    font-family: 'Roboto Condensed';
  }

  .ytBox {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .ytBox iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  .pageNav {
    width: 940px;
    margin: 20px auto 0;
    padding: 10px;
    font-size: 20px;
  }

  .pageNav-prev a, .pageNav-next a {
    background: #222;
    padding: 15px 18px;
    color: #fff;
    font-size: 12px;
  }

  .pageNav-prev a:hover, .pageNav-next a:hover {
    background: #555;
  }

  .ttlA {
    border-bottom: 1px solid #ddd;
  }

  .mailwaku {
    border: 1px solid #ddd;
    background: #eee;
    padding: 10px 15px !important;
  }

  .faq {
    border: 1px solid #ddd;
    padding: 50px;
    margin: 0 0 100px;
  }

  .faq .listC li {
    padding: 20px 0 0px !important;
  }

  .faq .listC li p {
    margin: 0 0 0 !important;
  }

  .contactBox {
    border: 1px solid #ddd;
    padding: 50px;
  }

  .profileBox {
    border: 5px solid #bea990;
    padding: 20px 30px 10px;
  }

  .profileBox p {
    padding: 0;
  }

  .profile__bg {
    background: url("../img/profile/profile_bg.jpg") top 70% center no-repeat;
    background-size: 100% auto;
  }

  .profile__main {
    width: 100%;
  }

  .profile__main img {
    width: 100%;
    height: auto;
  }

  .profile__txtbox .profile__logo {
    text-align: center;
  }

  .profile__txtbox .profile__logo img {
    width: 317px;
    height: auto;
  }

  .profile__txtbox h4 {
    font-size: 30px !important;
    text-align: center;
    margin: 50px 0 30px;
  }

  .profile__txtbox p {
    text-align: center !important;
    line-height: 2.5;
    font-size: 22px !important;
    font-weight: bold;
  }

  .profile__chara--flex {
    display: flex;
    justify-content: space-between;
  }

  .profile__chara--item {
    width: 29%;
  }

  .profile__chara--item a {
    text-decoration: none;
    display: block;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .profile__chara--item a:hover {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    margin: -20px 0 0;
  }

  .profile__chara--item img {
    width: 100%;
    height: auto;
  }

  .profile__name {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    padding: 25px 0 0;
  }

  .profile__name span {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    display: block
  }

  .profile__detailbox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .profile__detailbox--img {
    width: 47%;
    position: relative;
  }

  .profile__detailbox--img .swiper-container {
    overflow: hidden;
    padding: 0 0 50px;
  }

  .profile__detailbox--img .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 20;
    margin: 0 0 0;
  }

  .profile__detailbox--img .swiper-button-next, .profile__detailbox--img .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -40px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
  }

  .profile__detailbox--img .swiper-button-next.swiper-button-disabled, .profile__detailbox--img .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
  }

  .profile__detailbox--img .swiper-button-prev, .profile__detailbox--img .swiper-container-rtl .swiper-button-next {
    background: url(../img/icon_prev.png) top center no-repeat;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    left: 0;
    right: auto
  }

  .profile__detailbox--img .swiper-button-next, .profile__detailbox--img .swiper-container-rtl .swiper-button-prev {
    background: url(../img/icon_next.png) top center no-repeat;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    right: 0;
    left: auto
  }

  .profile__detailbox--img .swiper-button-next:hover,
  .profile__detailbox--img .swiper-button-prev:hover {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .profile__detailbox--img .swiper-button-prev, .profile__detailbox--img .swiper-container-rtl .swiper-button-next {
    background: url(../img/icon_prev.svg) top center no-repeat;
    background-size: 33px 34px;
    width: 33px;
    height: 34px;
    left: -17px;
    right: auto
  }

  .profile__detailbox--img .swiper-button-next, .profile__detailbox--img .swiper-container-rtl .swiper-button-prev {
    background: url(../img/icon_next.svg) top center no-repeat;
    background-size: 33px 34px;
    width: 33px;
    height: 34px;
    right: -17px;
    left: auto
  }

  .profile__detailbox--img img {
    width: 100%;
    height: auto;
  }

  .profile__detailbox--txt {
    width: 47%;
  }

  .profile__detailbox--txt .profile__img img {
    width: 100%;
    height: auto;
  }

  .profile__detailbox--txt h3 {
    font-size: 40px;
    padding: 0 0 20px;
    line-height: 1.4;
    margin: 0 0 30px;
    border-bottom: 2px solid #222;
  }

  .profile__detailbox--txt span {
    font-size: 20px;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
  }

  .profile__detailbox--txt .profile__img {
    margin: 0 0 50px;
  }

  .profile__detailbox--txt dl {
    border: 1px solid #ccc;
    padding: 20px 30px;
    border-radius: 6px;
    display: flex;
    flex-wrap: wrap;
  }

  .profile__detailbox--txt p {
    padding: 0 0 5px;
  }

  .profile__detailbox--txt dt {
    font-weight: bold;
    width: 30%;
    padding: 0 0 5px;
  }

  .profile__detailbox--txt dd {
    width: 70%;
    padding: 0 0 5px;
  }

  .profile__youtube {
    margin: 80px 0 0;
  }

  .profile__sns {
    text-align: center;
    margin: 30px 0 0;
  }

  .profile__sns a {
    padding: 0 5px;
  }

  /*

btn
-----------------------------------*/
  .btn {
    background: #005bac;
    color: #fff;
    padding: 10px;
    display: block;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  }

  a:hover.btn {
    background: #0075dd;
  }

  .btnA {
    width: 220px;
    margin: 0 auto;
  }

  /*

float
-----------------------------------*/
  .leftBoxA {
    width: 42%;
    float: left;
    background: #222;
    /*background:#005bac;*/
    height: 380px;
  }

  .rightBoxA {
    width: 58%;
    float: right;
  }

  .leftBoxB {
    width: 200px;
    float: left;
    font-weight: bold;
  }

  .rightBoxB {
    float: left;
  }

  .scheduleBox {
    clear: both;
    overflow: hidden;
  }

  /*

List
-----------------------------------*/
  ul.listA {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #ddd;
  }

  ul.listA li {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding: 18px 0;
  }

  ul.listA li a {
    display: block;
  }

  ul.listA li .dayBox {
    width: 8%;
    float: left;
    text-align: left;
    padding: 3px 0 0;
  }

  ul.listA li .txtBox {
    float: right;
    width: 90%;
    text-align: left !important;
    padding: 3px 0 0;
  }

  ul.listA li .txtBox h4 {
    font-size: 18px;
    margin: 0 0 20px;
  }

  ul.listA li .txtBox p {
    margin: 0 !important;
    padding: 0 !important;
    text-align: left;
  }

  ul.listB {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #ddd;
  }

  ul.listB li {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding: 18px 0;
  }

  ul.listB li a {
    display: block;
  }

  ul.listB li .dayBox {
    width: 15%;
    float: left;
    text-align: left;
    padding: 3px 0 0;
  }

  ul.listB li .txtBox {
    float: right;
    width: 83%;
    text-align: left !important;
    padding: 3px 0 0;
  }

  ul.listB li .dayBox .day {
    display: table-cell;
    width: 100px;
  }

  ul.listB li .dayBox .icon {
    display: table-cell;
    width: 130px;
  }

  h3 .dayBox .icon {
    display: table-cell;
    width: 100px;
  }

  h3 .dayBox .day {
    display: table-cell;
    width: 90px;
  }

  .icon-tv {
    background: #fb4d4d;
    color: #fff;
    font-size: 11px;
    padding: 3px 0 2px;
    text-align: center;
    line-height: 1;
    display: block;
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
  }

  .icon-radio {
    background: #e34e4e;
    color: #fff;
    font-size: 11px;
    padding: 3px 0 2px;
    text-align: center;
    line-height: 1;
    display: block;
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
  }

  .icon-magazine {
    background: #aa3b3b;
    color: #fff;
    font-size: 11px;
    padding: 3px 0 2px;
    text-align: center;
    line-height: 1;
    display: block;
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
  }

  .icon-live {
    background: #fea157;
    color: #fff;
    font-size: 11px;
    padding: 3px 0 2px;
    text-align: center;
    line-height: 1;
    display: block;
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
  }

  .icon-web {
    background: #d78747;
    color: #fff;
    font-size: 11px;
    padding: 3px 0 2px;
    text-align: center;
    line-height: 1;
    display: block;
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
  }

  .icon-release {
    background: #b85c5c;
    color: #fff;
    font-size: 11px;
    padding: 3px 0 2px;
    text-align: center;
    line-height: 1;
    display: block;
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
  }

  .icon-etc {
    background: #9d917b;
    color: #fff;
    font-size: 11px;
    padding: 3px 0 2px;
    text-align: center;
    line-height: 1;
    display: block;
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
  }

  ul.listC li {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
  }

  ul.listC li .photoImg {
    width: 25%;
    float: left;
  }

  ul.listC li .txtBox {
    width: 70%;
    float: right;
  }

  ul.listA li .txtBox h4 {
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 18px;
    margin: 0 0 20px;
  }

  ul.listD {
    overflow: hidden;
    width: 103%;
  }

  ul.listD li {
    width: 30.3%;
    float: left;
    margin: 0 3% 0 0;
  }

  ul.listE li .photoImg {
    background: #eee;
    padding: 10px;
  }

  ul.listD li .photoImg img {
    width: 100%;
    height: auto;
  }

  ul.listD li .txtBox {
    padding: 10px 0;
  }

  ul.listD li .txtBox {
    margin: 0 0 20px;
    text-align: left;
  }

  ul.listD li .txtBox .day {
    font-size: 12px;
    line-height: 1;
    padding: 5px 0 5px;
  }

  ul.listD li .txtBox h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    height: 50px;
  }

  ul.listD li .txtBox p {
    text-align: left;
    line-height: 1.3;
  }

  ul.listE {
    overflow: hidden;
    width: 103%;
  }

  ul.listE li {
    width: 30.3%;
    float: left;
    margin: 0 3% 0 0;
  }

  ul.listE li .photoImg img {
    width: 100%;
    height: auto;
  }

  ul.listE li .txtBox {
    padding: 10px 0;
  }

  ul.listE li .txtBox {
    margin: 0 0 20px;
    text-align: left;
  }

  ul.listE li .txtBox .day {
    font-size: 12px;
    line-height: 1;
    padding: 5px 0 5px;
  }

  ul.listE li .txtBox h4 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
  }

  ul.listE li .txtBox p {
    text-align: left;
    line-height: 1.3;
  }

/*
TOPIC-List
-----------------------------------*/
ul.topic-list {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid;
  border-image: linear-gradient(30deg, #42b9f5, #f5428a);
  border-image-slice: 1;
}

ul.topic-list li {
  overflow: hidden;
  border-bottom: 1px solid;
  border-image: linear-gradient(30deg, #42b9f5, #f5428a);
  border-image-slice: 1;
  padding: 18px 0;
}

ul.topic-list li a {
  display: block;
}

ul.topic-list li .dayBox {
  float: left;
  text-align: left;
  padding: 3px 0 0;
}

ul.topic-list li .dayBox .day {
  display: table-cell;
  width: 100px;
}

ul.topic-list.scheduleList li .dayBox {
  width: 15%;
  float: left;
  text-align: left;
  padding: 3px 0 0;
}

ul.topic-list.scheduleList li .dayBox .day {
  display: table-cell;
  width: 100px;
}

ul.topic-list li .dayBox .icon {
  display: table-cell;
  width: 130px;
}

ul.topic-list li .txtBox {
  float: right;
  width: 80%;
  text-align: left !important;
  padding: 3px 0 0;
}

ul.topic-list li .txtBox h4 {
  font-size: 18px;
  margin: 0 0 20px;
}

ul.topic-list li .txtBox p {
  margin: 0 !important;
  padding: 0 !important;
  text-align: left;
}
/* ----------------------------------- */

  .day {
    padding: 0;
    margin: 0;
    display: block;
  }

  .discoBox {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
  }

  .discoBox .photoImg {
    width: 35%;
    float: left;
  }

  .discoBox .photoImg img {
    padding: 0 0 15px;
  }

  .discoBox .txtBox {
    width: 60%;
    float: right;
    margin: 0 0 30px;
    text-align: left !important;
    /*height: 470px;*/
  }

  .discoBox .txtBox p {
    text-align: left;
  }

  .discoBox .photoImg .musicBox {
    position: relative !important;
    overflow: hidden;
    height: 40px;
  }

  .discoBox h3 {
    font-size: 30px !important;
    margin: 0 0 50px !important;
  }

  .discoBox .txtBox h4 {
    font-size: 18px !important;
    margin: 0 0 0;
    padding: 50px 0 0;
    line-height: 1.4;
  }

  .discoBox .txtBox table {
    border-top: 1px solid #ddd;
  }

  .discoBox .txtBox table td {
    width: 100%;
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 15px;
  }

  .youtube {
    position: relative;
    padding-bottom: 56.25%;
    /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
  }

  .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .photoImg a:hover {
    text-decoration: none;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  /*

section
-----------------------------------*/
  #contents2nd {
    display: none;
  }

  .goods p {
    text-align: left !important;
  }

  #sectionF {
    position: relative;
    padding: 80px 0 100px;
  }

  #sectionG {
    position: relative;
    padding: 30px 0 30px;
  }

  #sectionH {
    position: relative;
    padding: 5px 0 30px;
  }

  /*

form
-----------------------------------*/
  p input {
    padding: 10px;
    border: 1px solid #ddd;
    background: #eee;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0 !important;
  }

  .form_txt_m {
    padding: 10px;
    border: 1px solid #ddd;
    background: #eee;
    width: 300px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0 !important;
  }

  .form_txt_l {
    padding: 10px;
    border: 1px solid #ddd;
    background: #eee;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0 !important;
  }

  input:focus, textarea:focus {
    outline: none;
  }

  select {
    padding: 10px;
    border: 1px solid #ddd;
    background: #eee;
    width: 200px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
  }

  textarea {
    width: 100%;
    height: 250px;
    padding: 10px;
    border: 1px solid #ddd;
    background: #eee;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0 !important;
  }

  .papaiyaBox {
    padding: 15px 50px 50px;
    border: 10px solid #eee;
  }

  .mailmaga_form_list {
    padding: 0 0 20px;
  }

  .mailmaga_form_list dt {
    font-weight: bold;
    font-size: 18px;
    border-bottom: 2px solid #eee;
    padding: 0 0 10px;
    margin: 30px 0 15px;
  }

  .col_txt_red {
    color: #f00;
  }

  /*

btn
------------------*/
  .buttonA a {
    margin: 0 auto 15px;
    padding: 10px 0;
    width: 300px;
    color: #fff;
    display: block;
    text-align: center;
    background: #222;
    text-decoration: none;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif !important;
  }

  .buttonA a:hover {
    background: #555;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  /* 190111追記 */
  .buttonA .input-btn {
    margin: 0 auto 15px;
    padding: 10px 0;
    width: 300px;
    color: #fff;
    display: block;
    text-align: center;
    background: #222;
    text-decoration: none;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif !important;
    border: none;
  }

  .buttonA .input-btn:hover {
    background: #555;
    border: none;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .btnArea {
    padding: 40px 0 0;
  }

  main {
    text-align: center;
    position: relative;
    z-index: 1;
  }

  aside {
    display: none;
    box-sizing: border-box;
    width: 240px;
    height: 100%;
    padding: 80px 15px 15px;
    background: #000;
    position: fixed;
    top: 0;
    right: 100%;
    z-index: 2
  }

  h1 {
    font-size: 1.25em;
  }

  figure {
    max-width: 320px;
    margin: 20px auto;
  }

  figure img {
    max-width: 100%;
    margin-bottom: 10px;
  }

  #menuButton {
    display: block;
    width: 42px;
    height: 42px;
    position: fixed;
    top: 10px;
    left: 15px;
    z-index: 9999;
    display: none;
  }

  #menuButton span {
    display: block;
    background: #000;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 9px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
  }

  #menuButton span:first-child {
    top: 12px;
  }

  #menuButton span:nth-child(2) {
    margin-top: -1px;
    top: 50%;
  }

  #menuButton span:last-child {
    bottom: 12px;
  }

  #menuButton.active span:first-child {
    -webkit-transform: translateY(8px) rotate(45deg);
    -moz-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }

  #menuButton.active span:nth-child(2) {
    opacity: 0;
  }

  #menuButton.active span:last-child {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }

  .box {
    width: 100%;
    height: 150px;
    border-radius: 5px;
    box-shadow: 0 2px 30px rgba(black, .2);
    background: lighten(#f0f4c3, 10%);
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
  }

  .wave {
    opacity: .4;
    position: absolute;
    top: 3%;
    left: 50%;
    background: #0af;
    width: 1000px;
    height: 1000px;
    margin-left: -500px;
    margin-top: -500px;
    transform-origin: 50% 48%;
    border-radius: 43%;
    animation: drift 3000ms infinite linear;
  }

  .wave.-three {
    animation: drift 5000ms infinite linear;
  }

  .wave.-two {
    animation: drift 7000ms infinite linear;
    opacity: .1;
    background: yellow;
  }

  .box:after {
    content: '';
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(#e8a, 1), rgba(#def, 0) 80%, rgba(white, .5));
    z-index: 11;
    transform: translate3d(0, 0, 0);
  }

  .title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    text-align: center;
    transform: translate3d(0, 0, 0);
    color: white;
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
    letter-spacing: .4em;
    font-size: 24px;
    text-shadow: 0 1px 0 rgba(black, .1);
    text-indent: .3em;
  }

  @keyframes drift {
    from {
      transform: rotate(0deg);
    }

    from {
      transform: rotate(360deg);
    }
  }

  .container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
  }
}

/**
 * swiper.js
 */
/* Song */
#song {
  padding: 5px 0 50px 0;
  border: none !important;
}

#song ol {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  counter-reset: number;
  list-style: none;
}

#song ol li {
  width: 100%;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: #000 solid 1px;
  position: relative;
}

#song ol li:before {
  counter-increment: number;
  content: '0'counter(number)'.';
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 25px;
}

#song ol li:nth-child(10):before,
#song ol li:nth-child(11):before,
#song ol li:nth-child(12):before,
#song ol li:nth-child(13):before {
  text-indent: -0.7em;
  overflow: hidden;
}

#song ol li h5 {
  font-size: 23px;
}

#song ol li p {
  font-size: 12px;
  letter-spacing: 0.01em;
  padding: 10px 0 0 0;
}