@charset "UTF-8";

/*CSS INFOMATION=======================

PC CSS

File name : sp.css

====================================*/
@media all and (min-width: 0px) and (max-width: 768px) {
  body {
    -webkit-text-size-adjust: 100%;
    line-height: 1.4 !important;
  }

  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;
  }

  .pcBox {
    display: none;
  }

  #container {
    line-height: 1.8;
    background: #fff;
    background-size: 100% auto;
  }

  h2 {
    text-align: center;
    font-size: 26px;
    padding: 130px 0 15px;
    margin: 0;
    line-height: 1.4;
    color: #222;
    font-family: 'Roboto Condensed', sans-serif;
  }

  .topSection h2 {
    padding: 0 15px;
  }

  h3 {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 30px;
    margin: 0;
    line-height: 1.4 !important;
  }

  p {
    line-height: 1.6 !important;
  }

  .pageTop a {
    width: 100%;
    display: block;
    text-align: center;
    padding: 5px 0 5px;
    font-size: 18px;
    color: #fff;
  }

  .pager {
    position: relative;
    width: 60px;
    height: 50px;
    margin: 0 auto;
  }

  .pager .next {
    position: absolute;
    top: 0;
    right: -75px;
  }

  .pager .prev {
    position: absolute;
    top: 0;
    left: 75px;
  }

  .scheduleNav {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    margin: 0 20px;
    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 auto;
    overflow: hidden;
    width: 296px;
  }

  ul.scheduleNavB li {
    width: 70px;
    float: left;
    margin: 2px;
  }

  ul.scheduleNavB li a {
    display: block;
    background: #222;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
  }

  ul.scheduleNavB li a:hover {
    background: #555;
  }

  ul.discoNavB {
    margin: 30px auto;
    overflow: hidden;
    width: 101%;
  }

  ul.discoNavB li {
    width: 19%;
    float: left;
    margin: 0 1% 1% 0;
  }

  ul.discoNavB li a {
    display: block;
    background: #222;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 11px;
    line-height: 1;
    padding: 5px 0;
  }

  ul.discoNavB li a:hover {
    background: #555;
  }

  .discoBox .txtBox h4 {
    font-size: 14px !important;
    margin: 0 0 0;
    padding: 50px 0 10px;
    line-height: 1.4;
  }

  .discoBox h3 {}

  .discoButton{
    width: 100%;
    display: block;
    background: #f5428a;
    color: #fff;
    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 {
    padding: 0 0 0;
    padding: 10px;
    font-size: 20px;
  }

  .pageNav-prev a, .pageNav-next a {
    background: #222;
    padding: 10px 13px;
    color: #fff;
  }

  .pageNav-prev a:hover, .pageNav-next a:hover {
    background: #555;
  }

  .topBtn {
    position: fixed;
    /*固定*/
    bottom: 15px;
    /*場所を右下に移動*/
    right: 15px;
    /*場所を右下に移動*/
    display: block;
    /*aタグをblock要素に変更*/
    background-color: #222;
    /*以下、デザインはご自由に！！*/
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    width: 30px;
    height: 30px;
    padding: 4px 0;
    text-align: center;
    box-sizing: border-box;
    z-index: 9999;
  }

  .topBtn:hover {
    opacity: 0.7;
  }

  .topBtn img {
    width: 20px;
    height: auto;
  }

  /*

header
-----------------------------------*/
  header {
    width: 100%;
    height: 112px;
    position: fixed;
    z-index: 999;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  }

  h1 {
    position: absolute;
    top: 4px;
    left: 7px;
    color: #fff;
    width: 60px;
    margin: 0 0 0;
    text-align: center;
    font-family: 'Poppins', sans-serif;
  }

  h1 a {
    font-size: 20px;
    text-decoration: none;
  }

  h1 img {
    width: 100%;
    height: auto;
  }

  header .head-fc a {
    display: block;
    padding: 5px 5px;
    background: linear-gradient(30deg, #42b9f5, #f5428a);
    color: #fff;
    text-align: center;
    position: absolute;
    top: -9px;
    right: 55px;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    line-height: 1;
    width: 110px;
    display: none;
  }

  .head-fc a {
    width: 225px;
    display: block;
    margin: 25px 0 0;
    padding: 10px 10px;
    background: linear-gradient(30deg, #42b9f5, #f5428a);
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
  }

  .head-fc i {
    padding: 0 5px 0 0;
  }

  header .head-fc-sp {
    position: absolute;
    top: 8px;
    right: 53px;
  }

  header .head-mail {
    display: none;
  }

  header.musicBox span {
    display: none;
  }

  header .musicBox {
    padding: 2px 0;
    position: absolute;
    bottom: 5px;
    text-align: center!important;
    border-top: 1px solid #eee;
    width: 100%;
  }

  header .musicBox a {
    padding: 0 6px;
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
    font-size: 12px;
  }

  header .musicBox a i {
    font-size: 12px;
    padding: 0 6px;
    text-decoration: none;
  }

  header nav ul {
    border-top: 1px solid #eee;
    padding: 10px 0;
    position: absolute;
    top: 42px;
    width: 100%;
  }

  header nav li {
    width: 20%;
    float: left;
    text-align: center;
  }

  header nav li a {
    color: #222 !important;
    padding: 0;
    display: block;
    text-decoration: none !important;
    font-size: 12px;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.2;
  }

  .current a {
    color: #ff6022 !important;
    pointer-events: none;
  }

  header .head-papaiya a {
    display: block;
    padding: 5px 5px;
    background: linear-gradient(30deg, #42b9f5, #f5428a);
    color: #fff;
    text-align: center;
    position: absolute;
    top: -9px;
    right: 55px;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    line-height: 1;
    width: 110px;
    display: none;
  }

  .head-papaiya i {
    padding: 0 5px 0 0;
  }

  header .head-papaiya-sp {
    position: absolute;
    top: 4px;
    right: 53px;
  }

  .head-mail i {
    padding: 0 5px 0 0;
  }

  .snsBox {
    color: #fff;
    position: absolute;
    top: 8px;
    right: 90px;
  }

  .snsBox a {
    color: #222;
    font-size: 20px;
    padding: 0 6px;
    line-height: 0;
  }

  .snsBoxB a {
    color: #222;
    font-size: 20px;
    padding: 0 4px;
    line-height: 0;
  }

  .snsBoxC {
    padding: 30px 0 20px;
  }

  .snsBoxC a {
    font-size: 24px;
    padding: 0 7px;
    line-height: 0;
    color: #222;
  }

  .snsBox a img {
    vertical-align:middle;
  }

  .head-link .ameblo img {
    width: 27px;
    height: auto;
  }

  footer .snsBoxC a {
    font-size: 24px;
    padding: 0 7px;
    line-height: 0;
    color: #fff;
  }

  .snsBoxC a img {
    vertical-align: middle;
  }

  footer .snsBoxC .ameblo img {
    width: 28px;
    height: auto;
  }

  /*

footer
-----------------------------------*/
  footer {
    background: #222;
    margin: 30px 0 0;
    padding: 20px 0 20px;
    font-size: 10px;
    clear: both;
    position: relative;
    color: #fff !important;
    font-family: 'Roboto Condensed', sans-serif !important;
  }

  footer p a {
    color: #fff;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 0 10px;
  }

  .copy {
    padding: 10px 0 0;
    font-size: 10px;
    text-align: center;
    color: #fff !important;
    font-family: 'Roboto Condensed', sans-serif;
  }

  .head-papaiya a {
    width: 150px;
    display: block;
    margin: 25px 0 0;
    padding: 10px 10px;
    background: linear-gradient(30deg, #42b9f5, #f5428a);
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    display: none;
  }

  .head-mail a {
    width: 225px;
    display: block!important;
    margin: 10px 0 0;
    padding: 10px 10px;
    background: linear-gradient(30deg, #42b9f5, #f5428a);
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    display: none;
  }

  .musicBox span {
    font-family: 'Roboto Condensed', sans-serif;
    display: none;
    padding: 0 0 7px 0;
  }

  .musicBox a {
    padding: 8px 1px;
    text-decoration: none;
  }

  /*

section
-----------------------------------*/
  #mainArea {
    padding: 112px 0 0;
  }

  .contentsTop {
    padding: 50px 0 30px;
  }

  .contents {
    padding: 20px 0 0;
  }

  .goods {
    padding: 0 20px;
  }

  .goods p {
    text-align: left;
  }

  .swiper-container {
    border-bottom: 1px solid #eee;
  }

  #topBanner {
    margin: -30px 15px 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 .pc_banner {
    display: none;
  }

  .main-ttl {
    position: relative;
    margin: 0 20px;
  }

  .main-ttl h2 {
    position: relative;
    text-align: center;
  }

  .btn-copy {
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 18px;
  }

  .btn-back a {
    text-decoration: none !important;
  }

  .btn-back {
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 16px;
  }

  .innerBoxA {
    margin: 0 12px;
    overflow: hidden;
    position: relative;
  }

  .innerBoxB {
    width: 940px;
    margin: 0 auto;
    padding: 30px 0 0;
    text-align: left;
  }

  .innerBoxB p {
    text-align: left !important;
  }

  .innerBoxC {
    /*border-top: 1px solid #ddd;*/
    margin: 0 18px;
    padding: 0 0 20px;
    text-align: left;
  }

  .innerBoxC h3 {
    text-align: left !important;
    padding: 0 0 5px;
    font-size: 18px !important;
    margin: 30px 0 10px;
    border-bottom: 2px solid #ddd;
  }

  .innerBoxC h4 {
    font-size: 14px !important;
    padding: 0 0 15px;
  }

  .innerBoxC p {
    text-align: left !important;
    padding: 0 0 20px;
  }

  .innerBoxC li {
    font-size: 12px;
  }

  .innerBoxC ol {
    list-style: decimal;
    margin: 0 0 50px 20px;
  }

  .innerBoxC ol li {
    font-size: 14px;
  }

  .imgBox {
    padding: 10px 0 10px;
  }

  .day {
    display: block;
    margin: 0;
    font-size: 10px;
  }

  .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%;
  }

  /*

btn
-----------------------------------*/
  .buttonA a {
    margin: 0 auto 10px;
    padding: 10px 0;
    width: 200px;
    color: #fff;
    display: block;
    text-align: center;
    background: #222;
    text-decoration: none;
  }

  .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 10px;
    padding: 10px 0;
    width: 200px;
    color: #fff;
    display: block;
    text-align: center;
    background: #222;
    text-decoration: none;
    border: none;
  }

  .buttonA .input-btn:hover {
    background: #555;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
  }

  /*

float
-----------------------------------*/
  .leftBoxA {
    background: #aaa;
    padding: 0 0 15px;
  }

  .rightBoxA {}

  .leftBoxB {
    font-weight: bold;
    padding: 0 0 10px;
  }

  /*

List
-----------------------------------*/
  ul.listA {
    overflow: hidden;
    margin: 0 20px;
    border-top: 1px solid #ccc;
  }

  ul.listA li {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
  }

  ul.listA li a {
    display: block;
  }

  ul.listA li .dayBox {
    text-align: left;
    font-size: 12px;
    color: #aaa;
  }

  ul.listA li .txtBox {
    text-align: left !important;
    line-height: 1.4 !important;
  }

  ul.listA li .txtBox h4 {}

  ul.listA li .txtBox p {
    margin: 0 !important;
    padding: 0 !important;
    text-align: left;
    line-height: 1.4 !important;
  }

  .listA a {
    text-decoration: none;
  }

  ul.listB {
    overflow: hidden;
    margin: 0 20px 30px;
    border-top: 1px solid #ccc;
  }

  ul.listB li {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
  }

  ul.listB li a {
    display: block;
    text-decoration: none;
  }

  ul.listB li .dayBox {
    text-align: left;
    font-size: 10px;
    color: #aaa !important;
  }

  ul.listB li .txtBox {
    text-align: left !important;
    line-height: 1.4 !important;
  }

  ul.listB li .txtBox p {
    line-height: 1.4 !important;
  }

  ul.listB li .dayBox .day {
    display: table-cell;
    width: 70px;
    font-size: 12px;
  }

  ul.listB li .dayBox .icon {
    display: table-cell;
    width: 60px;
  }

  h3 .dayBox .icon {
    display: table-cell;
    width: 70px;
    padding: 0 0 5px;
  }

  h3 .dayBox .day {
    display: table-cell;
    width: 60px;
    padding: 0 0 5px;
  }

  .icon-tv {
    background: #fb4d4d;
    color: #fff;
    font-size: 10px;
    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: 10px;
    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: 10px;
    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: 10px;
    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: 10px;
    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: 10px;
    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: 10px;
    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 #ccc;
    padding: 20px 0 0;
  }

  ul.listC li .photoImg {
    width: 30%;
    float: left;
  }

  ul.listC li .txtBox {
    width: 67%;
    float: right;
  }

  ul.listC li .txtBox h4 {
    font-size: 20px !important;
  }

  ul.listD {
    overflow: hidden;
    width: 103%;
  }

  ul.listD li {
    width: 48%;
    float: left;
    margin: 0 2% 0 0;
  }

  ul.listD li .photoImg img {
    width: 100%;
    height: auto;
  }

  ul.listD li .txtBox {
    padding: 10px 0;
  }

  ul.listD li .txtBox {
    margin: 0 0 0;
    height: 90px;
    text-align: left;
  }

  ul.listD li .txtBox .day {
    font-size: 10px;
    line-height: 1;
    padding: 5px 0 5px;
  }

  ul.listD li .txtBox h4 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
  }

  ul.listD li .txtBox p {
    text-align: left;
    font-size: 12px;
    line-height: 1.3;
    padding: 5px 0 0;
  }

  ul.listE {
    padding: 20px 0 0;
  }

  ul.listE li {
    width: 48%;
    float: left;
    margin: 0 2% 0 0;
  }

  ul.listE li .photoImg img {
    width: 100%;
    height: auto;
  }

  ul.listE li .photoImg {
    background: #eee;
    padding: 6px;
  }

  ul.listE li .txtBox {
    padding: 10px 0;
  }

  ul.listE li .txtBox {
    margin: 0 0 0;
    height: 80px;
    text-align: left;
  }

  ul.listE li .txtBox .day {
    font-size: 10px;
    line-height: 1;
    padding: 5px 0 5px;
  }

  ul.listE li .txtBox h4 {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4;
  }

  ul.listE li .txtBox p {
    text-align: left;
    line-height: 1.3;
  }

/*
TOPIC-List
-----------------------------------*/
ul.topic-list {
  overflow: hidden;
  margin: 0 20px;
  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: 15px 0;
}

ul.topic-list li a {
  display: block;
}

ul.topic-list li .dayBox {
  text-align: left;
  font-size: 10px;
  color: #aaa!important;
}

ul.topic-list li .dayBox .icon {
  display: table-cell;
  width: 60px;
}

ul.topic-list li .dayBox .day {
  display: table-cell;
  width: 70px;
  font-size: 12px;
}

ul.topic-list.scheduleList li .dayBox .day {
  display: table-cell;
  width: 70px;
  font-size: 12px;
}

ul.topic-list li .txtBox {
  text-align: left !important;
  line-height: 1.4 !important;
}

ul.topic-list li .txtBox h4 {}

ul.topic-list li .txtBox p {
  margin: 0 !important;
  padding: 0 !important;
  text-align: left;
  line-height: 1.4 !important;
}

.topic-list a {
  text-decoration: none;
}
/* ----------------------------------- */

  .discoBox {
    overflow: hidden;
    border-top: 1px solid #ddd;
    padding: 20px 0;
    margin: 0 20px;
  }

  .discoBox .photoImg {
    width: 86%;
    margin: 0 auto;
  }

  .discoBox .photoImg img {
    padding: 10px 0 5px;
  }

  .discoBox .txtBox {
    margin: 30px 0 0;
    text-align: left !important;
  }

  .discoBox .txtBox p {
    margin: 0 0 20px;
    text-align: left;
  }

  .discoBox .photoImg .musicBox {
    position: relative !important;
    overflow: hidden;
    height: auto;
  }

  .discoBox .txtBox h4 {
    font-size: 20px !important;
    margin: 0 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: 10px 0;
  }

  .youtube {
    position: relative;
    padding-bottom: 56.25%;
    /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
    margin: 20px 0 0;
  }

  .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .discography {
    padding: 0 20px;
  }

  .ttlA {
    border-bottom: 1px solid #ddd;
  }

  .profileBox {
    border: 5px solid #bea990;
    padding: 15px 15px 15px;
  }

  .profileBox h4 {
    font-size: 16px !important;
  }

  .profileBox p {
    padding: 0;
  }

  .profile__bg {
    background: url("../img/profile/profile_bg.jpg") top 55% 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;
    margin: 30px 0 0;
  }

  .profile__txtbox .profile__logo img {
    width: 260px;
    height: auto;
  }

  .profile__txtbox h4 {
    font-size: 20px !important;
    text-align: center;
    margin: 50px 0 20px;
    line-height: 1.6;
  }

  .profile__txtbox p {
    text-align: center !important;
    line-height: 2.2 !important;
    font-size: 12px !important;
    font-weight: bold;
    margin: 0 10%;
  }

  @media all and (min-width: 480px) and (max-width: 768px) {
    .profile__txtbox h4 {
      font-size: 24px !important;
      text-align: center;
      margin: 50px 0 20px;
      line-height: 1.6;
    }

    .profile__txtbox p {
      text-align: center !important;
      line-height: 2.2 !important;
      font-size: 16px !important;
      font-weight: bold;
      margin: 0 10%;
    }
  }

  .profile__chara--flex {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }

  .profile__chara--item {
    width: 100%;
    margin: 0 0 20px;
  }

  .profile__chara--item a {
    text-decoration: none;
  }

  .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 {
    position: relative;
  }

  .profile__detailbox--img {
    position: relative;
  }

  .profile__detailbox--img .swiper-container {
    overflow: hidden;
    padding: 0 0 50px;
    border: none;
  }

  .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 10px;
  }

  .profile__detailbox--img .swiper-button-next, .profile__detailbox--img .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -60px;
    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.svg) top center no-repeat;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    left: -15px;
    right: auto;
    display: block !important;
  }

  .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: 30px 30px;
    width: 30px;
    height: 30px;
    right: -12px;
    left: auto;
    display: block !important;
  }

  .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 img {
    width: 100%;
    height: auto;
  }

  .profile__detailbox--txt {
    width: 100%;
  }

  .profile__detailbox--txt .profile__img img {
    width: 100%;
    height: auto;
  }

  .profile__detailbox--txt h3 {
    font-size: 30px !important;
    padding: 0 0 20px;
    line-height: 1.4;
    margin: 20px 0 30px;
    border-bottom: 2px solid #222;
  }

  .profile__detailbox--txt span {
    font-size: 14px;
    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;
    margin: 20px 0 0;
  }

  .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: 30px 0 0;
  }

  .profile__sns {
    text-align: center;
    margin: 30px 0 0;
  }

  .profile__sns a {
    padding: 0 5px;
  }

  /*

privacy
-----------------------------------*/
  #sectionF {
    position: relative;
    padding: 50px 0 20px;
  }

  #sectionF h3 {
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 10px;
  }

  #sectionG {
    position: relative;
    padding: 0 0 30px;
  }

  #sectionH {
    position: relative;
    padding: 0 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: 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_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: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    border-radius: 0 !important;
  }

  dd select {
    padding: 10px;
    border: 1px solid #ddd;
    background: #eee;
    width: 90%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    border-radius: 0 !important;
    margin: 0 0 8px;
  }

  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: 0px 20px 30px;
    border: 5px solid #eee;
  }

  .mailmaga_form_list {
    padding: 0 0 20px;
  }

  .mailmaga_form_list dt {
    font-weight: bold;
    font-size: 16px;
    border-bottom: 2px solid #eee;
    padding: 0 0 10px;
    margin: 30px 0 15px;
  }

  .col_txt_red {
    color: #f00;
  }

  .mailwaku {
    border: 1px solid #ddd;
    background: #eee;
    padding: 10px 15px !important;
    margin: 0 0 15px;
  }

  .faq {
    border: 1px solid #ddd;
    padding: 20px;
    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: 20px;
  }

  /*

Nav
-----------------------------------*/
  main {
    text-align: center;
    position: relative;
    z-index: 1;
    background: #fff;
  }

  aside {
    display: none;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 20px 30px 15px;
    background: rgba(255, 255, 255, 1.0);
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 2
  }

  aside nav li a {
    color: #000;
    padding: 2px 0 0 0;
    display: block;
    text-decoration: none !important;
    text-align: left;
    font-size: 36px;
    /*border-bottom:1px solid #555;*/
    coursor: pointer;
    text-align: left;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.2;
  }

  aside nav ul li a:hover {
    color: #666 !important;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
  }

  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: 0;
    right: 0;
    z-index: 9999;
    background: #222;
  }

  #menuButton span {
    display: block;
    background: #fff;
    width: 26px;
    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);
  }

  .container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    overflow: hidden;
    padding: 0 0 40px;
  }

  .swiper-slide img {
    width: 100%;
    height: auto;
  }
}

@media all and (min-width: 0px) and (max-width: 320px) {
  .snsBox {
    display: none;
  }

  header nav {
    display: none;
  }

  header .musicBox {
    display: none;
  }

  header {
    width: 100%;
    height: 42px;
    position: fixed;
    z-index: 999;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  }

  #mainArea {
    padding: 42px 0 0;
  }

  .contents {
    padding: 10px 0 0;
  }

  ul.scheduleNavB li {
    width: 67px;
    float: left;
    margin: 2px;
  }

  ul.discoNavB li {
    width: 24%;
    float: left;
    margin: 0 1% 1% 0;
  }

  aside {
    display: none;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 20px 30px 15px;
    background: rgba(255, 255, 255, 1.0);
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 2
  }
}
