/*

--------------------------------------------------

toho (2016.11)

Author:rabbery

--------------------------------------------------*/
/* Smartphone Landscape and Portrait------------------------------------------------*/
@media screen and (max-width: 667px) {
  body {
    min-width: 100%;
  }
  header {
    background: #fff;
    border-bottom: 1px solid #ececec;
    height: 120px;
    margin: 0 auto;
    min-width: 100%;
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 8000;
  }
  header .headerCol {
    margin: 0 auto;
    padding: 32px 0 0 0;
    position: relative;
    width: 100%;
  }
  header .headerCol #title {
    font-family: 'Roboto', sans-serif;
    font-size: 210%;
    font-weight: 600;
    line-height: 100%;
    margin: 0 auto 10px;
    padding: 0;
  }
  header .spnavi {
    border-top: 1px solid #ececec;
    display: block;
  }
  header .spnavi ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  header .spnavi ul li {
    margin: 0;
    padding: 0;
  }
  header .spnavi ul li a {
    -webkit-box-sizing: border-box;
    border-right: 1px solid #ececec;
    box-sizing: border-box;
    color: #333;
    display: block;
    float: left;
    font-size: 70%;
    height: 48px;
    width: 20%;
  }
  header .spnavi ul li a:hover {
    opacity: 1;
  }
  header .spnavi ul li a:before {
    color: #333;
    font-family: 'FontAwesome';
    font-size: 200%;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  header .spnavi ul li span {
    display: block;
  }
  header .spnavi ul li.news a:before {
    content: '\f044';
    font-size: 240%;
    left: 3px;
    position: relative;
    top: 8px;
  }
  header .spnavi ul li.schedule a:before {
    content: '\f073';
    left: 0;
    position: relative;
    top: 7px;
  }
  header .spnavi ul li.profile a:before {
    content: '\f123';
    font-size: 220%;
    left: 0;
    position: relative;
    top: 8px;
  }
  header .spnavi ul li.disc a:before {
    content: '\f001';
    left: 0;
    position: relative;
    top: 8px;
  }
  #info header .spnavi ul li.news a,
  #info header .spnavi ul li.news a:before,
  #schedule header .spnavi ul li.schedule a,
  #schedule header .spnavi ul li.schedule a:before,
  #profile header .spnavi ul li.profile a,
  #profile header .spnavi ul li.profile a:before,
  #disc header .spnavi ul li.disc a,
  #disc header .spnavi ul li.disc a:before {
    background: #333;
    color: #fff;
  }
  nav {
    -webkit-transition-duration: 0.5s;
    /*overflow: hidden;*/
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease-in-out;
    height: 0;
    left: 0;
    position: fixed;
    top: 0;
    transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    width: 100%;
    z-index: 40000;
  }
  nav .gnav .nav {
    -webkit-transition-duration: 0.5s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease-in-out;
    height: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    width: 100%;
    z-index: 2000;
  }
  nav .gnav .nav .nav_body {
    background: rgba(255, 255, 255, 0.9);
    height: 100%;
    position: relative;
    width: 100%;
  }
  nav .gnav .nav .menubody {
    height: 100%;
    margin: 0 auto;
    overflow: auto;
    padding: 0;
    position: relative;
  }
  nav .gnav .nav.active {
    -webkit-transition-duration: 0.5s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease-in-out;
    height: 100%;
    transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    width: 100%;
  }
  nav .open_tab {
    height: 30px;
    opacity: 1;
    position: fixed;
    right: 20px;
    top: 84px;
    width: 37px;
    z-index: 30000;
  }
  nav .open_tab:hover {
    opacity: 0.5;
  }
  nav .gnav .nav.active .open_tab {
    right: -55px;
  }
  .menu-trigger,
  .menu-trigger span {
    -webkit-box-sizing: border-box;
    -webkit-transition: all 0.4s;
    box-sizing: border-box;
    display: inline-block;
    transition: all 0.4s;
  }
  .menu-trigger {
    height: 24px;
    position: relative;
    width: 31px;
  }
  .menu-trigger span {
    background-color: #999;
    border-radius: 2px;
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 10px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
  .menutxt {
    display: block;
    font-size: 8px;
    font-weight: bold;
    line-height: 50%;
    margin: 0;
    padding: 0;
  }
  #naviCol {
    margin: 60px 0 0 0;
  }
  #navi li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    font-family: 'PT Sans', sans-serif;
    font-size: 130%;
    font-style: normal;
    font-weight: 700;
    line-height: 80%;
    margin: 0;
    padding: 10px;
    text-align: center !important;
    /*  display: block;*/
    width: 100%;
  }
  #navi li:last-child {
    margin: 0 0 60px 0;
    padding: 16px 10px 0;
  }
  #navi li a,
  #navi li a:hover {
    border: none;
    text-align: center !important;
  }
  #top #navi li.top a,
  #profile #navi li.profile a,
  #info #navi li.info a,
  #schedule #navi li.schedule a,
  #disc #navi li.discography a,
  #fc #navi li.fc a,
  #special #navi li.special a {
    border-bottom: none;
    opacity: 1;
    text-decoration: none;
  }
  #lannaviCol {
    height: 25px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 98px;
    z-index: 50000;
  }
  main {
    margin: 0;
    padding: 160px 0 40px 0;
  }
  .contentsCol {
    margin: 0 auto;
    width: 100% !important;
  }
  .detail .contentsCol,
  #fc .contentsCol,
  #disc .contentsCol {
    margin: 0 auto;
    width: 94% !important;
  }
  h2 {
    margin: 0 0 16px 0;
    padding: 0;
    text-align: center;
  }
  h2 span {
    font-size: 70%;
    margin: 4px 0 0 0;
  }
  main .snsCol ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: right;
  }
  main .snsCol ul li.line {
    display: inline-block;
  }
  footer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 40px 30px;
    position: relative;
    width: 100%;
  }
  footer .snsCol ul li.line {
    display: inline-block;
  }
  /*Top

  ------------------------------------------------*/
  #top main {
    padding: 120px 0 0 0;
  }
  #top .mainimg {
    margin: 0 0 60px 0;
    width: 100%;
  }
  #top .mainimg .slider .pc {
    display: none;
  }
  #top .mainimg .slider .sp {
    display: block;
  }
  #top .mainimg .lazy-item .slick-next,
  #top .mainimg .thumb-item-nav .slick-next,
  #top .mainimg .multiple-item .slick-next,
  #top .mainimg .center-item .slick-next {
    right: 10px;
    z-index: 99;
  }
  #top .mainimg .lazy-item .slick-prev,
  #top .mainimg .thumb-item-nav .slick-prev,
  #top .mainimg .multiple-item .slick-prev,
  #top .mainimg .center-item .slick-prev {
    left: 5px;
    z-index: 100;
  }
  #top .mainimg .slick-dots {
    bottom: -30px;
  }
  #top .whatsnew {
    margin: 0 0 40px 0;
    padding: 0;
  }
  #top #whatlist dl {
    border-bottom: 1px solid #333;
    float: left;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
  }
  #top #whatlist dl:after {
    color: #ccc;
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 180%;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 3%;
    top: 48%;
  }
  #top #whatlist dl:nth-child(2) {
    border-top: none;
  }
  #top .videocol {
    background: #f7f7f7;
    margin: 0;
    padding: 40px 0;
  }
  .videoModalWrap__close {
    right: 25px;
    top: 25px;
  }
  .videoModal__inner {
    width: calc(100vw - 30px);
  }
  /*profile

  ------------------------------------------------*/
  #profile .txtcol {
    margin: 0 auto;
    width: 90%;
  }
  #profile .col {
    border-bottom: 1px solid #333;
    border-top: 1px solid #333;
    float: none;
    margin: 0;
    width: 100%;
  }
  #profile .col:last-child {
    border-top: none;
  }
  /*info

  ------------------------------------------------*/
  #info main dl {
    border-bottom: 1px solid #333;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
    width: 100%;
  }
  #info main dl:after {
    color: #ccc;
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 180%;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 3%;
    top: 48%;
  }
  #info main dl:nth-child(1) {
    border-top: 1px solid #333;
  }
  #info main dl:nth-child(2n) {
    border-top: none;
    margin: 0;
  }
  #info main dt {
    background: #000;
    color: #fff;
    display: inline-block;
    font-family: 'PT Sans', sans-serif;
    font-size: 100%;
    font-weight: 400;
    margin: 0;
    padding: 4px 14px;
  }
  #info main dd {
    margin: 0;
    padding: 0;
  }
  #info main dd a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    display: block;
    margin: 0;
    padding: 20px 34px 20px 24px;
  }
  #info main img {
    max-width: 100% !important;
  }
  /*schedule

  ------------------------------------------------*/
  #schedule .block {
    margin: -130px 0 50px 0;
    padding: 130px 0 0 0;
  }
  #schedule h2 {
    -webkit-box-sizing: border-box;
    border-bottom: 1px solid #ececec;
    box-sizing: border-box;
    margin: 0 0 12px 0;
    padding: 0 0 12px 12px;
  }
  #schedule article ul {
    padding: 10px 20px;
  }
  #schedule .centerCol img,
  #schedule main img {
    max-width: 100% !important;
  }
  #schedule table {
    /*  border: none;*/
    border: none;
    margin: 0 auto;
    padding: 0;
    width: 90%;
  }
  #schedule table thead {
    display: none;
  }
  #schedule table th {
    display: none;
  }
  #schedule table tr {
    display: block;
    margin: 0 0 20px 0;
    padding: 0;
  }
  #schedule table tr:last-child {
    display: block;
    margin: 0;
  }
  #schedule table td {
    -webkit-box-sizing: border-box;
    border-bottom: none;
    box-sizing: border-box;
    display: block;
    padding: 8px 12px !important;
    text-align: left !important;
    width: 100% !important;
  }
  #schedule table td:first-child {
    background: #8b8b8b !important;
    color: #fff;
  }
  #schedule table td:last-child {
    border-bottom: 1px solid #333;
  }
  #schedule table td:first-child::before {
    display: none;
  }
  #schedule table td::before {
    content: attr(data-label);
    font-weight: bold;
    margin: 0 10px 0 0;
  }
  #schedule dl {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 92%;
  }
  #schedule dt {
    margin: 0 0 2px 0;
    padding: 0;
    width: 100%;
  }
  #schedule dd {
    margin: 0 0 10px 0;
    padding: 0;
    width: 100%;
  }
  #schedule #LIVE dt {
    margin: 0 0 2px 0;
    padding: 0;
    width: 100%;
  }
  #schedule #LIVE dd {
    margin: 0 0 10px 0;
    padding: 0;
    width: 100%;
  }
  /*DISCOGRAPHY

  ------------------------------------------------*/
  #disc .group {
    margin: 0 0 50px 0;
    padding: 0;
  }
  #disc .musicimg {
    float: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 100%;
  }
  #disc .musicimg img {
    -webkit-box-sizing: border-box;
    background: #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin: 0 0 5px 0;
    max-height: 100% !important;
    max-width: 100% !important;
    padding: 5px;
  }
  #disc .musictxt {
    float: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  #disc .discblock {
    margin: 0 0 20px 0;
    padding: 0;
  }
  #disc .listcol {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  #disc .thum {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    font-size: 90%;
    margin: 0 4% 25px 0;
    text-align: center;
    width: 48%;
  }
  #disc .thum:nth-child(2n) {
    margin: 0 0 25px;
  }
  #disc .thum img {
    -webkit-box-sizing: border-box;
    background: #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    padding: 5px;
    text-align: center;
  }
  #disc .thum a {
    font-weight: bold;
  }
  #disc .thum p {
    margin: 5px 0 0 0;
  }
  #disc .thum img {
    margin-bottom: 3px;
  }
  #disc .discblock {
    margin: 0 0 20px 0;
    padding: 0;
  }
  /*SPECIAL

  ------------------------------------------------*/
  #special .thm {
    float: none;
    margin: 0 auto 24px;
    padding: 0;
    text-align: center;
    width: 320px;
  }
  #special .thm img {
    margin: 0 0 5px 0;
  }
  #special .specol {
    background: #fff;
    border: 1px solid #ececec;
    float: left;
    height: 75px;
    margin: 0 7px 12px 6px;
    padding: 15px;
    width: 442px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .spimg {
    width: 100%;
  }
  .wp-pagenavi {
    background: #f2f2f2 !important;
    text-align: center !important;
    width: 100% !important;
  }
  .tagcol {
    margin: 20px auto;
    padding: 0 5%;
  }
  /*GOODS
  ------------------------------------------------*/
  #goods-archive .contentsCol {
    margin: 0 auto;
    width: 94% !important;
  }
  #goods-archive .box-body {
    margin: 0.5rem;
  }
  #goods-archive .box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    margin: 0 0rem 2rem 0rem;
    padding: 1rem 0.5rem 0rem 0.5rem;
    vertical-align: top;
    width: 50%;
  }
  #goods-archive .box img {
    -webkit-box-sizing: border-box;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin: 0 0 5px 0;
    padding: 5px;
  }
  /*  */
  #goods-detail .contentsCol {
    margin: 0 auto;
    width: 94% !important;
  }
  #goods-detail .cell {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    padding: 1rem;
    vertical-align: top;
    /*      width: 400px;*/
    /*  width: 100%;*/
    /*  max-width: 400px;*/
    width: 100%;
  }
  #goods-detail .entry-title {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 1rem 0;
  }
  #goods-detail .item-image img {
    width: 100%;
  }
  #goods-detail .item-thumbnail {
    margin: 2px;
  }
  #goods-detail .item-thumbnail img {
    border: solid 1px #ccc;
  }
}

/*SUBWIN
------------------------------------------------*/
ul.linkb li {
  background: none repeat scroll 0 0 transparent;
  float: left;
  margin: 0 0 1px;
  padding: 0 0 1px;
  width: 160px;
}
