@charset "UTF-8";
@font-face {
  font-family: PixelMplus10-Regular;
  src: url("../font/PixelMplus10-Regular.ttf") format("truetype");
}
@font-face {
  font-family: PixelMplus12-Bold;
  src: url("../font/PixelMplus12-Bold.ttf") format("truetype");
}
/* --------------------------------
    body
-------------------------------- */
html {
  height: 100%;
}

body {
  font-family: YakuHanJP, YuGothic, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'メイリオ', meiryo, sans-serif;
  height: 100%;
  font-size: 13px;
  line-height: 1.5;
  color: #fff;
  background-color: #191919;
  position: relative;
}

a {
  -webkit-transition: all .7s;
  -moz-transition: all .7s;
  -ms-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}
a:link, a:visited {
  color: #9a9a9a;
}
a:hover, a:active {
  color: #920505;
}

::selection {
  color: #fff;
  background: #969696;
}

h2 {
  font-size: 250%;
  font-weight: normal;
  margin: 20px 0;
  font-family: 'Reem Kufi', sans-serif;
}
h2.ttl {
  text-align: left;
}

h3 {
  font-size: 140%;
  font-weight: normal;
  letter-spacing: 1px;
}
h3.ttl {
  font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 135%;
}

h4 {
  font-size: 120%;
  color: #6f5713;
}

.disable {
  color: #666;
}

.ctg-mark {
  font-size: 11.5px;
  padding: 3px 5px;
  color: #6f5713;
  border: 2px solid;
  margin-left: 10px;
  font-weight: bold;
}

.new {
  font-size: 13px;
  margin-left: 10px;
  padding: 3px 10px;
  background-color: #920505;
  color: #fff;
}

.category {
  width: 100%;
  text-align: center;
  font-size: 140%;
}
.category li {
  display: inline-block;
  margin: 10px;
}
.category li a:hover, .category li a:active {
  color: #9a9a9a;
  opacity: 0.5;
}

.emphasis {
  font-weight: bold;
  font-size: 110%;
}

.select {
  color: #920505;
}
.select a:link,.select a:visited {
  color: inherit;
}

/* --------------------------------
    header
-------------------------------- */
#l-header {
  background: #000;
  width: 100%;
  color: #000;
}

.header-content {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.header-content .artist-photo {
  text-align: center;
}
.header-content .logo {
  float: left;
}
.header-content .logo img {
  margin-top: 5px;
  width: 250px;
}

.l-nav {
  font-size: 110%;
  margin: 17px 0 19px 0;
  padding: 5px 0;
  float: right;
}

.global-nav {
  font-family: 'Poppins', sans-serif;
  margin: 0 auto;
  padding: 0;
  position: relative;
  letter-spacing: 2px;
}
.global-nav ul {
  text-align: center;
}
.global-nav ul li {
  display: inline-block;
  margin: 0 10px;
}
.global-nav ul li a {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  position: relative;
}
.global-nav ul li a:link, .global-nav ul li a:visited {
  color: #fff;
}
.global-nav ul li a:hover, .global-nav ul li a:active {
  opacity: 0.6;
}
.global-nav ul li a:before, .global-nav ul li a:after {
  position: absolute;
  top: 1.3em;
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  background: #fff;
  transition: 1s;
}
.global-nav ul li a:before {
  left: 50%;
}
.global-nav ul li a:after {
  right: 50%;
}
.global-nav ul li a:hover:before, .global-nav ul li a:hover:after {
  width: 50%;
}

/* --------------------------------
    container
-------------------------------- */
.l-container {
  font-family: "Ubuntu", YakuHanJP, YuGothic, sans-serif;
  margin: 0;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.l-image {
  width: 100%;
}
.l-image img {
  width: 100%;
}

.l-main {
  width: 1200px;
  margin: 0 auto;
}

.l-inner {
  width: 1200px;
  margin: 0 auto;
}

/* --------------------------------
    l-two-column
-------------------------------- */
.l-two-column {
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.l-left-column {
  width: 50%;
  float: left;
}

.l-right-column {
  width: 50%;
  float: right;
}

/* --------------------------------
    container
-------------------------------- */
#home h2 {
  margin: 0;
}
#home h2.ttl {
  text-align: center;
}

/* --------------------------------
    Main Photo
-------------------------------- */
.l-photo {
  width: 100%;
  font-size: 0;
}
.l-photo img {
  width: 100%;
}

/* --------------------------------
    Banner
-------------------------------- */
.l-banner {
  width: 100%;
  background-color: #fbfbfb;
  padding: 15px 0 10px 0;
  position: relative;
}
.l-banner img {
  width: 100%;
}

.swiper-slide {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.swiper-button-next {
  background-image: url(../images/icon_right.png) !important;
  width: 35px;
  height: 35px;
  margin-top: -17px;
  right: 0;
  background-size: 35px 35px;
}

.swiper-button-prev {
  background-image: url(../images/icon_left.png) !important;
  width: 35px;
  height: 35px;
  margin-top: -17px;
  left: 0;
  background-size: 35px 35px;
}

/* --------------------------------
    What's New
-------------------------------- */
.whats-new {
  width: 100%;
  padding-top: 15px;
  background-color: #131313;
  height: auto;
  min-height: 350px;
}
.whats-new ul {
  width: 100%;
  height: 285px;
  overflow: auto;
}
.whats-new ul li {
  width: 90%;
  margin: 0 auto;
  padding: 10px 0;
  border-bottom: 1px solid #272727;
}
.whats-new ul li .l-date {
  margin: 10px 0 15px 0;
}
.whats-new ul li .date {
  padding: 5px 0;
  font-weight: bold;
}

/* --------------------------------
    Movie
-------------------------------- */
.movie {
  width: 100%;
  height: 350px;
  padding-top: 15px;
  background-color: #262829;
  text-align: center;
}
.movie iframe {
  padding: 10px 0;
  margin: auto;
  width: 90%;
  height: 250px;
}

/* --------------------------------
    News
-------------------------------- */
.news-list {
  width: 100%;
}
.news-list ul {
  margin: 0;
  overflow: hidden;
}
.news-list ul:before {
  content: '';
  display: block;
  clear: both;
}
.news-list ul li {
  margin-bottom: 10px;
  box-sizing: border-box;
  float: left;
  width: 50%;
}
.news-list ul li:nth-child(odd) {
  padding-right: 5px;
}
.news-list ul li:nth-child(even) {
  padding-left: 5px;
}
.news-list ul li .l-card {
  background-color: #262829;
  position: relative;
  display: block;
  height: 160px;
  box-sizing: border-box;
  padding: 15px;
  text-decoration: none;
  color: inherit;
}
.news-list ul li .l-card:hover {
  background-color: #131313;
}
.news-list ul li .date {
  display: block;
  font-size: 110%;
  margin-bottom: 10px;
  color: #a9a9a9;
  font-weight: bold;
}
.news-list ul li .ttl {
  font-size: 120%;
  font-weight: 500;
}
.news-list ul li .new {
  margin-left: 0;
  position: absolute;
  left: 100px;
  top: 20px;
}
.news-list ul li .ctg-mark {
  margin-left: 0;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.news-list ul li .detail {
  width: 100%;
  height: 54.6px;
  line-height: 1.4;
  position: relative;
}
.news-list ul li .detail:before, .news-list ul li .detail:after {
  position: absolute;
}
.news-list ul li .detail:before {
  content: "...";
  top: 36.4px;
  right: 0;
}
.news-list ul li .detail:after {
  content: "";
  height: 100%;
  width: 100%;
}

.news {
  width: 100%;
  margin: 0;
}
.news .date {
  margin-bottom: 10px;
}
.news .date .ctg-mark {
  margin-left: 0;
  margin-right: 10px;
}
.news h3.ttl {
  font-size: 130%;
  font-weight: 500;
  padding: 10px 0 20px 0;
  border-bottom: 1px solid #666;
}
.news .detail {
  margin: 30px 0;
}

/* --------------------------------
    Profile
-------------------------------- */
.profile {
  width: 1000px;
  margin: auto;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  background-color: #3a3c3e;
}
.profile:hover h3 {
  opacity: 0;
  -webkit-animation: blurProfileOn 0.7s;
  animation: blurProfileOn 0.7s;
}
.profile:hover .pf-bg img, .profile:hover .pf-bg-r img {
  margin-left: -60%;
  -webkit-animation: blurProfileOn 0.7s;
  animation: blurProfileOn 0.7s;
}
.profile:hover .l-pf-txt {
  opacity: 1;
  z-index: 11;
  -webkit-animation: blurProfileOn 0.7s;
  animation: blurProfileOn 0.7s;
}
.profile:hover .l-pf-txt .pf-txt {
  margin-left: 20px;
}
.profile .l-left-column {
  background-color: #361515;
}
.profile .l-right-column {
  background-color: #152636;
}
.profile .pf-bg, .profile .pf-bg-r {
  font-size: 0;
  position: relative;
  z-index: 10;
  text-align: center;
}
.profile .pf-bg img, .profile .pf-bg-r img {
  width: 400px;
  -webkit-animation: blurProfileOff 0.7s;
  animation: blurProfileOff 0.7s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.profile .pf-bg-r {
  z-index: 9;
}
.profile h3 {
  width: 40%;
  font-size: 420%;
  position: absolute;
  text-align: center;
  top: 43%;
  z-index: 11;
  -webkit-animation: blurProfileOff 0.7s;
  animation: blurProfileOff 0.7s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.profile .l-pf-txt {
  width: 40%;
  font-size: 140%;
  position: absolute;
  right: 0;
  top: 30%;
  opacity: 0;
  z-index: 2;
  -webkit-animation: blurProfileOff 0.7s;
  animation: blurProfileOff 0.7s;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -ms-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
  word-break: break-all;
}
.profile .l-pf-txt .pf-txt {
  margin-left: 0;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -ms-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}
@-webkit-keyframes blurProfileOn {
  0% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
  50% {
    -webkit-filter: blur(7px);
    filter: blur(7px);
  }
  100% {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes blurProfileOff {
  0% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
  50% {
    -webkit-filter: blur(7px);
    filter: blur(7px);
  }
  100% {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
/* --------------------------------
    Schedule
-------------------------------- */
.schedule-list {
  width: 100%;
  margin: 20px 0 30px 0;
}
.schedule-list ul {
  width: 100%;
  overflow: hidden;
}
.schedule-list ul li {
  position: relative;
  background-color: #212223;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
}
.schedule-list ul li .l-card {
  background-color: #262829;
  position: relative;
  display: block;
  height: 160px;
  box-sizing: border-box;
  padding: 15px;
  text-decoration: none;
  color: inherit;
  background-color: #212223;
  height: 100px;
  box-sizing: content-box;
}
.schedule-list ul li .l-card:hover {
  background-color: #131313;
}
.schedule-list ul li .date {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 5px;
  color: #A9A9A9;
  display: block;
}
.schedule-list ul li h3.ttl {
  font-size: 100%;
}
.schedule-list ul li .ctg-mark {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.schedule-list ul li:first-child {
  border-top: 1px solid #333;
}

.schedule {
  width: 100%;
  margin-bottom: 30px;
}
.schedule h3.ttl {
  margin: 20px 0 25px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #666;
}
.schedule .ctg-mark {
  position: relative;
  top: -2px;
}

/* --------------------------------
    Media
-------------------------------- */
.media-list {
  width: 100%;
  margin: 20px 0 30px 0;
  overflow: hidden;
}
.media-list h3 {
  color: #1b556b;
}
.media-list ul {
  width: 100%;
}
.media-list ul li {
  margin: 15px 0;
  padding-left: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #666;
}
.media-list ul li:nth-child(odd) {
  padding-right: 5px;
}
.media-list ul li .l-card {
  background-color: #262829;
  position: relative;
  display: block;
  height: 160px;
  box-sizing: border-box;
  padding: 15px;
  text-decoration: none;
  color: inherit;
  height: 70px;
}
.media-list ul li .l-card:hover {
  background-color: #131313;
}
.media-list ul li .ctg-mark {
  margin-left: 0;
  margin-right: 10px;
}

.media {
  width: 100%;
  margin-bottom: 30px;
}
.media h3.ttl {
  font-size: 120%;
  margin: 20px 0 15px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #666;
}
.media .ctg-mark {
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.media .txt {
  margin-left: 10px;
}

/* --------------------------------
    Discography
-------------------------------- */
.disco-list {
  width: 100%;
  margin-bottom: 20px;
}
.disco-list ul {
  overflow: hidden;
}
.disco-list ul li {
  width: 17%;
  margin: 15px;
  vertical-align: top;
  display: inline-block;
}
.disco-list ul li .contents {
  width: 100%;
  padding: 15px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.disco-list ul li .contents .ttl {
  margin-top: 5px;
  font-size: 110%;
  font-weight: bold;
}
.disco-list ul li .contents .date {
  margin-top: 20px;
  color: #8a8a8a;
}
.disco-list ul li .contents img {
  width: 100%;
}
.disco-list ul li .contents .ctg-mark {
  margin-left: 0;
  margin-right: 10px;
}
.disco-list ul li a {
  color: inherit;
}
.disco-list ul li:hover .contents {
  background-color: #2f2f2f;
}

.disco {
  width: 100%;
  margin: 20px 0 30px 0;
  overflow: hidden;
}
.disco .jk {
  width: 35%;
  max-width: 490px;
  display: inline-block;
}
.disco .jk img {
  width: 100%;
}
.disco .txt {
  margin-left: 20px;
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.disco .txt .date {
  font-size: 110%;
  margin-top: 10px;
  color: #8a8a8a;
}
.disco .txt .price_type {
  margin-top: 10px;
}
.disco .txt .contents {
  margin-top: 20px;
}
.disco .txt .cautions {
  margin-top: 20px;
}
.disco .ctg-mark {
  margin-left: 0;
  margin-right: 10px;
}


.disco__delivery {
  width: 650px;
  margin: 30px auto;
}
.disco__delivery__list {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
.disco__delivery__list_item {
  width: 200px;
  margin: 0 20px;
  padding: 10px;
  font-size: 0.9rem;
  color: #fff;
  border: 1px solid #999;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  transition: .5s;
}
.disco__delivery__list_item:hover,
.disco__delivery__list_item:active {
  background: #fff;
  color: #111;
}
.disco__delivery__list_item:before {
  content: '';
  width: 50px;
  height: 1px;
  border-bottom: 1px solid #777;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40px;
  margin: auto;
  animation: 1.5s infinite btn-before;
}
.disco__delivery__list_item:after {
  content: '';
  width: 15px;
  height: 1px;
  border-bottom: 1px solid #777;
  position: absolute;
  top: -10px;
  bottom: 0;
  left: -3px;
  margin: auto;
  transform: rotate(45deg);
  animation: 1.5s infinite btn-after;
}
@keyframes btn-before {
  0% {
    left: -40px;
  }
  100% {
    left: -20px;
  }
}
@keyframes btn-after {
  0% {
    left: -3px;
  }
  100% {
    left: 17px;
  }
}

.modal__contents {
  display: none;
}
.modaal-container {
  max-width: 270px;
}
.modal__contents__list {
  display: block;
}
.modal__contents__list__item {
  width: 100%;
  margin: 20px 0;
  font-size: 0;
  border: 1px solid #afafaf;
}
.modal__contents__list__item:first-child {
  margin-top: 0;
}
.modal__contents__list__item:last-child {
  margin-bottom: 0;
}
.modal__contents__list__item img {
  width: 100%;
}

/* --------------------------------
    Biography
-------------------------------- */
.biography {
  width: 100%;
  margin: 20px 0 30px 0;
}
.biography ul li {
  padding: 10px 5px;
  border-bottom: 1px solid #666;
}
.biography ul li .ttl {
  color: #7d99b0;
  font-size: 110%;
  font-weight: bold;
}

/* --------------------------------
    固定ページ
-------------------------------- */
.goods{
  padding:30px 0;
  width:1000px;
  margin:0 auto;
  font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.goods .ttl{
  text-align:center;
}

.goods .goodsList{
  text-align:center;
  margin-bottom:15px;
}
.goods .goodsList li{
  width:30%;
  float:left;
  margin:15px;
}
.goods .goodsList li img{
  background-color: #fff;
  width :100%;
}
.goods .goodsList li .goodsTtl{
  font-size:120%;
  font-weight:bold;
}
.goods .goodsList li .goodsTxt{
  font-size:90%;
  color:#ff9;
}


/* --------------------------------
    Pagenavi
-------------------------------- */
.wp-pagenavi {
  width: 1200px;
  margin: 30px auto;
}

#media .wp-pagenavi {
  width: 1200px;
  margin: 0 auto 30px auto;
}

.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi a, .wp-pagenavi span {
  color: #999;
  background-color: none;
  border: solid 1px #6f5713;
  padding: 5px 8px;
  margin: 0 2px;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.wp-pagenavi a:hover {
  color: #6f5713;
}

.wp-pagenavi span.current {
  color: #FFF;
  background-color: #6f5713;
  border-color: #6f5713;
  font-weight: bold;
}

/* --------------------------------
    SNS
-------------------------------- */
.l-sns {
  padding: 20px 0;
  background-color: #333333;
  overflow: hidden;
  text-align: center;
}
.l-sns .sns {
  margin: -28px auto 0 auto;
  text-align: right;
  float: right;
}
.l-sns .sns li {
  display: inline-block;
  width: 30px;
  margin: 0 5px;
}
.l-sns .sns li img {
  width: 100%;
}
.l-sns .info {
  margin: 7px auto 0 auto;
  text-align: center;
}
.l-sns .info li {
  display: inline-block;
  margin: 0 10px;
}

/* --------------------------------
    footer
-------------------------------- */
#l-footer {
  background: #000;
  font-size: 90%;
  width: 100%;
}

.footer-inner {
  padding: 20px 0;
  color: #6f6f6f;
  text-align: center;
}
.footer-inner img {
  width: 200px;
}

/* --------------------------------
    Popup
-------------------------------- */
.l-qr {
  margin-top: 20px;
}
.l-qr img {
  width: 150px;
}

#superbox .close, #superbox .nextprev {
  color: #000;
}

#pagePopup {
  /*width: 800px;
  margin-right: auto;
  margin-left: auto;*/
  font-size: 11px;
  color: #FFF;
  padding: 20px;
  line-height: 20px;
  /*margin-top: 20px;
  height: auto;*/
}

/* --------------------------------
    Media Queries
-------------------------------- */
@media only screen and (max-width: 1200px) {
  /* --------------------------------
      header
  -------------------------------- */
  #l-header {
    background: #000;
    width: 100%;
    color: #000;
  }

  .header-content {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .header-content .logo {
    width: 30%;
  }
  .header-content .logo img {
    max-width: 250px;
    width: 100%;
  }
  .header-content .l-nav {
    width: 70%;
    padding: 5px 0;
  }
  .header-content .global-nav ul li {
    margin: 0 5px;
  }
}
  /* --------------------------------
      2019 02/22 追記
  -------------------------------- */
   .soldout {
    color: #ffffff;
    background: #920505;
    font-weight: bold;
    //border: 1px double #dd0000;
    margin: 0 12px;
    padding: 3px 10px;
  }