@charset "UTF-8";
/*
---------------------------------------------------------
common
---------------------------------------------------------
*/
/* body */
body {
  /*  font-family: "sans-serif", sans-serif;*/
  font-family: 'mplus-1p-regular', "sans-serif", sans-serif;
  ;
}
/* ボーダー付きボックス */
.box {
  box-shadow: 0px 0px 0px 1px #999999;
  border: 9px solid #d6d6d6;
  box-sizing: border-box;
}
.container {
  max-width: 1000px;
  margin: auto;
}
.pc a:hover {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.sp a {
  word-break: break-all;
}
.detail a {
  text-decoration: underline;
}
.container {
}

@media screen and (max-width: 39.9375em) {
.container {
  padding: 0 1rem;
}
}
.label {
  vertical-align: middle;
}
/* social */
.social {
  margin: 1rem 0;
  text-align: right;
}
.social iframe {
  vertical-align: bottom;
}
/*
---------------------------------------------------------
視聴プレーヤ
---------------------------------------------------------
*/

.player {
  margin: 0;
  padding: 0;
  width: 75px;
  height: 18px;
  /*  overflow: hidden;*/
  position: relative;
  /*	float: right;*/
  /*	right: 0;*/
  /*	margin-left: 8px;*/
  z-index: 100;
  display: inline-block;
}
.player .switch {
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  width: 70px;
  height: 18px;
  padding: 0;
  margin: 0;
  border: 1px solid #e03d3d;
  text-align: center !important;
  background: #e03d3d;
}
/*page top
------------------------------------------------*/
.global-pagetop {
  position: fixed;
  right: 20px;
  bottom: -150px;
  z-index: 1000;
  /*  width: 150px;*/
  height: 30px;
  transition: bottom 0.3s ease;
  text-align: right;
}

@media screen and (max-width: 39.9375em) {
.global-pagetop {
  right: 0px;
}
}
.global-pagetop img {
  vertical-align: middle;
}
.global-pagetop a {
  display: block;
  line-height: 1;
}
.pc .global-pagetop a:hover {
  text-decoration: none;
  opacity: 0.5;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.pagetop-active .global-pagetop {
  bottom: 30px;
  transition: bottom 0.3s ease;
}

@media only screen and (max-width: 39.9375em) {
.pagetop-active .global-pagetop {
  bottom: 2px;
  transition: bottom 0.3s ease;
}
}
/*
---------------------------------------------------------
header
---------------------------------------------------------
*/
#header {
/*  position: fixed;*/
/*  top: 0px;*/
/*  width: 100%;*/
/*  z-index: 2;*/
/*
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background-color: rgba(255,255,255,0.9);
*/
}
.site-title {
  padding: 10px;
}

@media screen and (max-width: 39.9375em) {
.site-title {
  text-align: center;
}
.site-title img {
  width: 170px;
}
}
.header-nav {
  position: absolute;
  top: 10px;
  right: 10px;
}

@media screen and (max-width: 39.9375em) {
.header-nav {
  display: none;
}
}
.header-nav .sns,
.header-nav .sns li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.drawer-trigger {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: none;
}

@media screen and (max-width: 39.9375em) {
.drawer-trigger {
  display: block;
}
}
/*
---------------------------------------------------------
footer
---------------------------------------------------------
*/
#footer {
  text-align: center;
  padding: 1rem 0 5rem 0;
}
#footer::before {
  content: "";
  display: block;
  height: 12px;
  width: 300px;
  background-image: url(../images/hr.svg);
  background-position: center center;
  background-repeat: repeat-x;
  margin: 1rem auto;
}
.copyright {
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 0.8rem;
}
.copyright small {
  margin: 0.3rem;
  display: inline-block;
}
.mailmagazine {
  margin: 2rem 0;
}
.mailmagazine a {
  display: block;
  margin: auto;
  width: 230px;
  padding: 0.5rem 2rem;
  font-weight: bold;
  font-size: 1.3rem;
  text-align: center;
}
/*
---------------------------------------------------------
global-nav
---------------------------------------------------------
*/
.global-nav {
  margin: 2rem 0;
}

@media screen and (max-width: 39.9375em) {
.global-nav {
  display: none;
}
}
.global-nav ul,
.global-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.global-nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.global-nav a {
  font-size: 1.5rem;
}
/* subscription
------------------------------------------------*/
.nav-subscription,
.nav-subscription li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}

@media screen and (max-width: 39.9375em) {
.nav-subscription,
.nav-subscription li {
  display: block;
}
}
.nav-subscription {
  display: block;
  text-align: center;
  margin: 3rem 0 3rem 0;
}
.nav-subscription li {
}
/* nav-sns
------------------------------------------------*/
.nav-sns,
.nav-sns li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.nav-sns {
  display: block;
  margin: 8rem 0;
  text-align: center;
}
.nav-sns .nav-sns-twitter {
  background-color: #1da1f2;
}
.nav-sns .nav-sns-facebook {
  background-color: #3c5998;
}
.nav-sns .nav-sns-line {
  background-color: #00b900;
}
.nav-sns a {
  display: inline-block;
  width: 105px;
  padding: 0.5rem;
}

@media screen and (max-width: 39.9375em) {
.nav-sns a {
  width: 75px;
}
}
/*
---------------------------------------------------------
drawer
---------------------------------------------------------
*/
#page-content {
  width: 100%;
  position: relative;/*  z-index: 1;*/
}
#page-content.move-out {
/*  position: fixed;
  top: 0px;
  left: 0px;*/
}
.drawer-trigger {
  position: fixed;
  top: 0px;
  right: 0px;
}
#drawer {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 5000;
  width: 100%;
  height: 100%;
  bottom: 100%;
  background-color: #c4c4c4;
  transition: bottom 0.5s ease;
}
#drawer.is-visible {
  bottom: 0%;
  transition: bottom 0.5s ease;
}
.drawer-nav {
  position: absolute;
  top: 0px;
  right: 0px;/*  z-index: 1000;*/
}
.drawer-menu {
  padding: 30px 0 0 0;
}
.drawer-nav-global,
.drawer-nav-global li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.drawer-nav-global {
}
.drawer-nav-global li {
}
.drawer-nav-global li a {
  display: block;
  text-align: center;
  padding: 0.2rem;
  color: #fff;
  font-size: 1.7rem;
}
.drawer-nav-sns,
.drawer-nav-sns li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.drawer-nav-sns {
  display: block;
  text-align: center;
  padding: 2rem 1rem;
}
/*
---------------------------------------------------------
top
---------------------------------------------------------
*/

/* slider
------------------------------------------------*/
.slider {
  padding: 10px 0 0 0;
  display: none;
}
.slider.slick-initialized {
  display: block;
}
.slider .item img {
  vertical-align: bottom;
  width: 100%;
}
.slick-slide {
  padding: 1px;
}
/* Arrows */
.slider .slick-prev,
.slider .slick-next {
  width: 62px;
  height: 20px;
}

@media screen and (max-width: 39.9375em) {
.slider .slick-prev,
.slider .slick-next {
  display: none;
}
}
.slider .slick-prev {
  left: -70px;
}
.slider .slick-prev:before,
.slider .slick-next:before {
  content: '';
  display: block;
  width: 62px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 39.9375em) {
.slider .slick-prev:before,
.slider .slick-next:before {
  display: none;
}
}
.slider .slick-prev:before {
  background-image: url(../images/slide-arw-left.svg);
}
.slider .slick-next {
  right: -70px;
}
.slider .slick-next:before {
  content: '';
  background-image: url(../images/slide-arw-right.svg);
}
/* arrows */
.arrows {
  margin: 0rem 1rem 1rem 1rem;
  text-align: center;
  display: none;
}

@media screen and (max-width: 39.9375em) {
.arrows {
  display: block;
}
}
.arrows .slick2-prev,
.arrows .slick2-text,
.arrows .slick2-next {
  display: inline-block;
}
.arrows .slick2-prev {
}
.arrows .slick2-text {
}
.arrows .slick2-next {
}
/*
------------------------------------------------*/
.home .section-nav {
  position: absolute;
  top: 3rem;
  right: 10px;
  font-size: 1.5rem;
}
@media screen and (max-width: 39.9375em) {
.home .section-nav {
  top: 1rem;
}
}
/* news
------------------------------------------------*/
.home .section.news {
  position: relative;
  /*  max-width: 475px;*/
  padding: 3rem 0rem 1rem 0rem;/*  margin: 0 0 3rem 0;*/
  background-image: url(../images/bg-section.jpg);
  background-position: top center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 39.9375em) {
.home .section.news {
  padding: 1rem;
  margin-bottom: 3rem;
}
}
.home .section.news .section-title {
  margin: 0rem 2rem 3rem 2rem;
}

@media screen and (max-width: 39.9375em) {
.home .section.news .section-title {
  margin: 0rem 1rem 1rem 0rem;
}
}
.home .section.news .section-body {
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 2rem;
}

@media screen and (max-width: 39.9375em) {
.home .section.news .section-body {
  padding: 0 0rem;
}
}
.pc .home .section.news .section-body {
  height: 580px;
}
.home .section.news dt {
  font-weight: normal;
}
.home .section.news dd {
  padding: 0 0 1rem 0;
  margin: 0 0 1rem 0;
  border-bottom: solid 1px #f7f0eb;
}

/*20200124add */
.pickup-body {
  padding: 1.2rem 0;
  margin: 0 2rem 1rem 2rem;
  /* text-align:center; */
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}

@media screen and (max-width: 39.9375em) {
  .pickup-body {
    /* padding: 1.2rem 0; */
    margin: 0 0rem 1rem 0rem;
    /* text-align:center; */
    /* border-top: solid 1px #cccccc; */
    /* border-bottom: solid 1px #cccccc; */
  }
}

.pickup-body .arw {
  vertical-align: middle;
}

.pickup-body a {
  font-weight: bold;
}

/* movie
------------------------------------------------*/
.home .section.movie {
  position: relative;
  /*  max-width: 475px;*/
  padding: 3rem 0rem 1rem 0rem;/*  margin: 0 0 3rem 0;*/
  background-image: url(../images/bg-section.jpg);
  background-position: top right;
  background-repeat: no-repeat;
}

@media screen and (max-width: 39.9375em) {
.home .section.movie {
  margin-bottom: 3rem;
  padding: 1rem;
}
}
.home .section.movie .section-title {
  margin: 0rem 2rem 3rem 2rem;
}

@media screen and (max-width: 39.9375em) {
.home .section.movie .section-title {
  margin: 0rem 1rem 1rem 0rem;
}
}
.home .section.movie .section-body {
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 2rem;
}

@media screen and (max-width: 39.9375em) {
.home .section.movie .section-body {
  padding: 0 0rem;
}
}
.home .section.movie .item {
  margin: 0 0 1rem 0;
}
/* disc
------------------------------------------------*/
.home .section.disc {
  margin: 2rem 0 0 0;
  padding: 3rem 5rem 3rem 5rem;
  background-image: url(../images/bg-section.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  position: relative;
}

@media screen and (max-width: 39.9375em) {
.home .section.disc {
  margin: 0rem 0 0 0;
  margin-bottom: 3rem;
  padding: 1rem;
}
}
.home .section.disc .group_name {
  font-size: 1.5rem;
}
.home .section.disc .product-name {
  font-size: 1.2rem;
}
.home .section.disc .disk_item-name {
  font-weight: bold;
  font-size: 1.3rem;
  margin: 1rem 0 0 0;
  padding: 0;
}

/*
---------------------------------------------------------
second
---------------------------------------------------------
*/
.second {
}
.second .article.box {
  padding: 2rem;
  background-image: url(../images/bg-section.jpg);
  background-position: top right;
  background-repeat: no-repeat;
}

@media screen and (max-width: 39.9375em) {
.second .article.box {
  padding: 1rem;
}
}
.article-title {
  font-size: 2rem;
  margin: 0 0 2rem 0;
}
.article-nav {
  text-align: right;
  margin: 2rem 0;
}
/*
---------------------------------------------------------
NEWS
---------------------------------------------------------
*/

.page-news .list dl:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.page-news .list dl {
  min-height: 1%;
}
.page-news .list dl dt {
  clear: left;
  float: left;
  font-size: 1rem;
  /*  font-family: 'Oswald', sans-serif;*/
  letter-spacing: 0.1em;
}

@media screen and (max-width: 39.9375em) {
.page-news .list dl dt {
  float: none;
}
}
.page-news .list dl dd {
  margin: 0 0 15px 0;
  padding: 0 0 15px 0px;
  border-bottom: solid 1px #f7f0eb;
}

@media screen and (max-width: 39.9375em) {
.page-news .list dl dd {
  display: block;
}
}
/*
------------------------------------------------*/
.list-nav {
  padding: 1rem 0 3rem 0;
  font-size: 0.8rem;
}
.list-nav .item {
  display: inline-block;
  background-color: #e03d3d;
  color: #fff;
  padding: 0.1rem 2rem;
  margin: 1px;
}
.list-nav .arw {
  display: inline-block;
  padding: 0.1rem 0.5rem;
  margin: 1px;
}
.list-nav a.item {
  background-color: #999999;
}
/*
---------------------------------------------------------
news detail
---------------------------------------------------------
*/
.entry-title {
  font-size: 1.5rem;
  border-bottom: solid 1px #f7f0eb;
  padding: 0 0 1rem 0;
  margin: 0 0 1rem 0;
}

@media screen and (max-width: 39.9375em) {
.entry-title {
  font-size: 1.2rem;
}
}
/*
---------------------------------------------------------
schedule
---------------------------------------------------------
*/
.page-schedule div.list dl {
  padding: 0 0 36px 0;
  overflow: hidden;
}
.page-schedule div.list dl dt {
  clear: left;
  float: left;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 39.9375em) {
.page-schedule div.list dl dt {
  float: none;
}
}

.page-schedule div.list dl dd {
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  border-bottom: solid 1px #f7f0eb;
}
.page-schedule div.list dl dd:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.page-schedule div.list dl dd {
  min-height: 1%;
}
.page-schedule div.list dl dd span {
  float: right;
  letter-spacing: 0.1em;
  font-size: 0.8rem;
}
/*
---------------------------------------------------------
live
---------------------------------------------------------
*/
.page-live div.list dl {
  padding: 0 0 18px 0;
  margin: 0;
  overflow: hidden;
}
.page-live div.list dl dt {
  clear: left;
  float: left;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
}
.page-live div.list dl dd {
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  border-bottom: solid 1px #f7f0eb;/*  overflow: hidden;*/
}
.page-live div.list dl dd:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.page-live div.list dl dd span {
  float: right;
}
/*  */
.tour-list {
}
.tour-list td {
  padding: 0.5rem 1rem;
}

@media screen and (max-width: 39.9375em) {
.tour-list {
  display: block;
}
.tour-list tr{
  display: block;
  margin: 0 0 1rem 0;
}
.tour-list td {
  padding: 0rem 0rem;
  display: block;
}
}
/*  */
.page-live div.detail div.image {
  padding: 0 0 24px 0;
  text-align: center;
}
.page-live div.detail div.text {
  padding: 0 0 24px 0;
}
.page-live div.detail table {
  width: 100%;
  margin: 0 0 24px 0;
  border-collapse: collapse;
  border: solid 1px #666;
}
.page-live div.detail table th {
  padding: 6px;
  text-align: center;
  color: #ffffff;
  border: solid 1px #666;
  background-color: #666;
}
.page-live div.detail table td {
  padding: 6px;
  border: solid 1px #666;
}
/* schedule-list */
.schedule-list {
  border: solid 1px #666;
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
}

@media only screen and (max-width: 39.9375em) {
.schedule-list {
  border: solid 0px #666;
  width: 100%;
}
}
.schedule-list tbody,
.schedule-list tr,
.schedule-list th,
.schedule-list td {
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.schedule-list th,
.schedule-list td {
  padding: 0.5rem;
}
.schedule-list tr {
}

@media only screen and (max-width: 39.9375em) {
.schedule-list tr {
  display: block;
  padding: 0;
  margin: 0 0 1rem 0;
}
}
.schedule-list th {
  background-color: #666;
  color: #fff;
  text-align: left;
}

@media only screen and (max-width: 39.9375em) {
.schedule-list th {
  display: none;
}
}
.schedule-list td {
  border: solid 1px #666;
  background-color: #fff;
}

@media only screen and (max-width: 39.9375em) {
.schedule-list td {
  display: block;
  margin: 0 0 -1px 0;
}
}

@media only screen and (max-width: 39.9375em) {
.schedule-list td:first-child {
  background-color: #666;
  color: #fff;
  font-weight: bold;
}
}

@media only screen and (max-width: 39.9375em) {
.schedule-list td:first-child::before {
  display: none;
}
}

@media only screen and (max-width: 39.9375em) {
.schedule-list td::before {
  margin: 0 10px 0 0;
  content: attr(data-label);
  font-weight: bold;
}
}

@media only screen and (max-width: 39.9375em) {
}
/*
---------------------------------------------------------
discography.
---------------------------------------------------------
*/

.discography {
}
.group{
  margin: 0 0 10rem 0;
}
@media screen and (max-width: 39.9375em) {
.group{
  margin: 0 0 5rem 0;
}
}

.group_name {
  font-size: 1.3rem;
  font-weight: 600;
  color: #000;
  margin: 1rem 0 1rem 0;
}

@media screen and (max-width: 39.9375em) {

.group_name {
  font-size: 1.3rem;
  font-weight: 600;
  color: #000;
}
}

.group_disc {
  padding: 0 0 3rem 0;
  margin: 3rem 0;
}
@media screen and (max-width: 39.9375em) {
.group_disc {
  padding: 0 0 2rem 0;
  margin: 2rem 0;
}
}
.group-top_text {
  padding: 0 0 2rem 0;
}
.product_group-top_text {
  margin: 0 0 2rem 0;
}
.product_group-bottom_text {
  padding: 2rem 0 0 0;
}
.product-name {
  font-size: 1.3rem;
  font-weight: 600;
}
.product-image {
  text-align: center;
  padding-bottom: 1rem;
}
.product-image img {
}

@media only screen and (max-width: 40em) {
.product-image img {
  width: 70%;
  height: auto !important;
}
}
.disk_item-name {
  margin: 0;
  /*  background-color: #000;*/
  /*  color: #fff;*/
  font-size: 1rem;
  font-weight: 600;
  padding: 3px;
}
/* table */

.disk_item {
  width: 100%;
  box-sizing: border-box;
  border-collapse: collapse;
  margin: 0 0 10px 0;
}
.disk_item thead,
.disk_item tbody,
.disk_item tfoot {
  border: none;
  background-color: transparent;
}
.disk_item tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: transparent;
}
.disk_item td {
  /*  background-color: #f2f2f2;*/
  /*  background-color: rgba(0,0,0,0.2);*/
  border-top: solid 1px #f7f0eb;
  border-bottom: solid 1px #f7f0eb;
  padding: 3px;
  font-size: 0.8rem;
}
.disk_item td.youtube {
  width: 42px;
}
.disk_item td.tryal {
  width: 72px;
}
.panel-group {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.panel-group .button.anim {
  padding: .6rem 0.5rem .8rem 0.5rem;
}
/*
---------------------------------------------------------
discography-archive
*/

.disc-archive {
}
.disc-archive .item-image {
  text-align: center;
}
.disc-archive .item-image img {
  max-height: 200px;
}
.disc-archive .item-name {
  font-size: 0.8rem;
  line-height: 1.2;
  padding: 0.5rem 0 1.5rem 0;
}
/*
---------------------------------------------------------
shop
*/
.shop {
}
.shop .linkb {
  padding: 3rem;
}

@media only screen and (max-width: 40em) {
.shop .linkb {
  padding: 1rem;
}
}
.shop .linkb ul,
.shop .linkb li {
  list-style: none;
  margin: 0;
  display: inline-block;
  padding: 1px 1px 5px 1px;
}
.shop .linkb li img {
  border: solid 1px #ccc;
}

@media only screen and (max-width: 40em) {
.shop .linkb li img {
  width: 100%;
  height: auto;
}
}
/*
------------------------------------------------
download
*/
.download .download_text {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3;
  /*  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);*/
  padding-bottom: 1em;
}
.download .qr-box {
  text-align: center;
  display: inline-block;
  padding: 10px;
  background-color: #FFFFFF;
  border: solid 1px #fff;
}
.download .item-name {
  padding: 8px 0;
  text-align: center;
  font-weight: bold;
  background-color: #f2f2f2;
  margin: 0 0 1rem 0;
}
.download .box .qr img {
  width: 148px;
  height: auto;
}
.download .note {
  padding: 0.5rem 1rem 0.5rem 2rem;
  line-height: 1.2;
  text-indent: -0.8em;
}
/*
---------------------------------------------------------
movie
---------------------------------------------------------
*/
.page-movie {
}
.page-movie .caption {
  font-size: 0.8rem;
  line-height: 1.3;
  margin: 0.5rem 0 1rem 0;
}

/*
---------------------------------------------------------
profile
---------------------------------------------------------
*/
.page-profile {
}


.page-profile .list .image{
  max-width: 450px;
  margin: auto;
}

.page-profile {
}


/* Small screens
------------------------------------------------*/
@media screen and (max-width: 39.9375em) {
}

@media screen and (max-width: 63.9375em) {
}
