@charset "utf-8";

/*
theme Name: DRUM TAO
Author: MM HY
Description: original theme
version： 1.0.0
*/
/*------------------------------------------------------------
全ページ共通
-------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  font-family: Arial, Helvetica, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  color: #000;
}

.fontjp {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 600;
}

a {
  transition: .5s;
  text-decoration: none;
}
#header-nav a {
  color: #000;
}
@media(max-width: 480px) {
#header-nav a {
  color: #9a9a9a;
}
}


img {
  max-width: 100%;
  height: auto;
}

.ofi {
  font-family: "object-fit: cover;";

  object-fit: cover;
}

.sns-icon-wrap a {
  color: #fff;
}

.sns-icon-wrap a:hover {
  opacity: 1;
}

.facebook a:hover {
  color: #315096;
}

.twitter a:hover {
  color: #55acee;
}

.line a:hover {
  color: #00b900;
}

.youtube a:hover {
  color: #f00;
}

.instagram a:hover {
  color: #c0009e;
}

.header {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}

.warpper {
  min-height: 80vh;
  min-height:    -moz-calc(100vh - 15rem);
  min-height: -webkit-calc(100vh - 15rem);
  min-height:         calc(100vh - 15rem);
  margin-top: 11rem;
  margin-bottom: 5rem;
}

.container {
  max-width: 1020px;
  margin-right: auto;
  margin-bottom: 10rem;
  margin-left: auto;
  padding: 0 2rem;
}

/*SNSシェアボタン*/
.sns-share ul {
  font-size: 0;
}

.sns-share ul li {
  line-height: 1;
  display: inline-block;
  margin-right: 2rem;
}

.sns-share ul li a {
  font-size: 1.2rem;
  display: block;
  padding: .5rem 1.5rem;
  color: #fff;
}

.sns-share ul li a i {
  margin-right: .5rem;
}

.sns-share ul .facebook-btn a {
  border-radius: .3rem;
  background-color: #1877f2;
}


.sns-share ul .twitter-btn a {
  border-radius: 2.5rem;
  background-color: #1d9bf0;
}

@media(max-width: 800px) {
  .warpper {
    margin-top: 18rem;
  }
}

@media(max-width: 480px) {
  .warpper {
    margin-top: 16rem;
  }

  .container {
    margin-bottom: 6rem;
  }
}



/*------------------------------------------------------------
header
-------------------------------------------------------------*/
.header-smp-btn {
  display: none;
}

/*header-top-bar*/
.header-top-bar {
  position: relative;
  height: 3.6rem;
  padding: 0 3rem;
  background-color: #000;
}
	.header-top-bar-sp{
		display: none;
	}

.header-top-bar .left {
}

.header-top-bar .left a {
  font-size: 1.2rem;
  display: inline-block;
  padding: 1rem;
  color: red;
}

.header-top-bar .right {
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
}

.header-top-bar .right ul {
  font-size: 0;
}

.header-top-bar .right ul li {
  display: inline-block;
  margin-right: 1.5rem;
}

.header-top-bar .right ul li:last-child {
  margin-right: 0;
}

.header-top-bar .right ul li a {
  font-size: 1.5rem;
  display: block;
}

/*header-inner*/
.header-inner {
  line-height: 1;
  position: relative;
  padding: 0 2rem;
}

.header-inner .site-logo {
  display: inline-block;
}

.header-inner .site-logo a {
  display: block;
  padding: .6rem 0;
}

.header-inner .site-logo a:hover {
  opacity: 1;
}

.header-nav-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: 17rem;
  transform: translateY(-50%);
}

.header-nav ul {
  font-size: 0;
}

.header-nav ul li {
  display: inline-block;
}

.header-nav ul li a {
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
  padding: 1.6rem;
}

.header-nav ul .current-page a {
  color: #ad1c22;
}

.header-nav ul li a:hover {
  opacity: 1;
  background-color: #d3d3d3;
}

@media(max-width: 1080px) {
  .header-nav ul li a {
    font-size: 1rem;
    padding: 1.7rem 1rem;
  }
}

@media(max-width: 800px) {
  .header-smp-btn {
    display: block;
  }

  .header-top-bar,
  .header-nav {
    display: none;
  }
	.header-top-bar-sp{
		display: block;
		text-align: right;
		background: #000;
		width: 100%;
		color: white;
		padding: 3px;
	}
	.header-top-bar-sp a, .header-top-bar-sp a:visited{
		color: white;
	}

  .header-inner {
    padding: 0;
  }

  .header-inner .site-logo {
    display: block;
    padding: 2rem;
  }

  .header-inner .site-logo a {
    display: block;
  }

  .site-logo img {
    display: block;
    height: 3.6rem;
    margin: 0 auto;
  }

  .header-nav-wrap {
    font-family: Georgia, Times, Serif, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro";
    position: initial;
    top: auto;
    left: auto;
    margin-left: 0;
    transform: none;
  }

  .header-smp-btn .english-link a {
    display: block;
    padding: 1rem;
    text-align: center;
    background-color: #fff300;
  }

  .header-smp-btn ul {
    font-size: 0;
  }

  .header-smp-btn ul li {
    display: inline-block;
    width: 50%;
    background-color: #323232;
  }

  .header-smp-btn ul li:first-child {
    border-right: 1px solid #0f0f0f;
  }

  .header-smp-btn ul li a,
  .header-smp-btn ul li p {
    font-size: 1.6rem;
    display: block;
    padding: 1.5rem;
    text-align: center;
    color: #fff;
  }

  .header-nav ul {
    background-color: #111;
  }

  .header-nav ul li {
    display: block;
    border-bottom: 1px solid #333;
  }

  .header-nav ul li a {
    font-size: 1.6rem;
    font-weight: normal;
    position: relative;
    padding: 2rem 2rem 2rem 4rem;
    color: #fff;
  }

  .header-nav ul li a::before {
    font-size: 1.2rem;
    position: absolute;
    top: 50%;
    left: 1.4rem;
    display: block;
    content: "▶";
    transform: translateY(-50%);
  }
}

@media(max-width: 480px) {
  .header-inner .site-logo {
    padding: 1.5rem;
  }

  .header-smp-btn .english-link a,
  .header-smp-btn ul li a,
  .header-smp-btn ul li p,
  .header-nav ul li a {
    font-size: 1.4rem;
  }

  .header-nav ul li a {
    padding: 1.4rem 1rem 1.4rem 3rem;
  }

  .header-nav ul li a::before {
    font-size: 1rem;
    left: 1rem;
  }
}

/*------------------------------------------------------------
footer
-------------------------------------------------------------*/
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #000;
}

.footer-inner {
  line-height: 2;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.footer-nav {
  font-size: 0;
}

.footer-nav li {
  display: inline-block;
  margin-right: 2.2rem;
}

.footer-nav li:last-child {
  margin-right: 0;
}

.footer-nav li a {
  font-size: 1.2rem;
  color: #ccc;
}

.footer-nav li a:hover {
  opacity: 1;
  color: #b81c22;
}

.footer-sns {
  display: none;
}

.copyright {
  border-top: 1px solid #797979;
}

.copyright p {
  font-size: 1.2rem;
  letter-spacing: 1px;
  color: #666;
}

@media(max-width: 800px) {
  .footer {
    position: initial;
    bottom: auto;
    left: auto;
  }
  .footer-inner {
    width: 100%;
  }

  .footer-nav-wrap {
    padding: 2rem;
    background-color: #171717;
  }

  .footer-sns {
    display: block;
  }

  .sns-icon-wrap {
    font-size: 0;
  }

  .sns-icon-wrap li {
    display: inline-block;
    margin-right: 2rem;
  }

  .sns-icon-wrap li:last-child {
    margin-right: 0;
  }

  .sns-icon-wrap li a {
    font-size: 1.5rem;
  }

  .copyright {
    border-top: 0;
  }

  .copyright p {
    color: #fff;
  }
}

@media(max-width: 480px) {
  .footer-nav li {
    margin-right: 1.6rem;
  }

  .copyright p {
    font-size: 1rem;
  }
}

/*------------------------------------------------------------
article-content共通
-------------------------------------------------------------*/
.img-title {
  margin-bottom: 3rem;
}

.img-title span {
  display: none;
}

/*地域のカラー*/
.area-canada {
  background: #aa0000;
}
.area-na {
  background: #001677;
}
.area-aus {
  background: #396e01;
}


/*座席*/
.price-ss {
  background: #ad1c22;
}

.price-s {
  background: #94b200;
}

.price-a {
  background: #65aadd;
}

.price-b {
  background: #e3ab42;
}

.price-all {
  background: #ad1c22;
}

@media(max-width: 800px) {
  .img-title {
    padding-top: 3rem;
  }

  .img-title img {
    height: 5.5rem;
  }
}

@media(max-width: 480px) {
  .img-title {
    padding-top: 0;
  }

  .img-title img {
    display: none;
  }

  .img-title span {
    font-family: Georgia, Times, Serif, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro";
    font-size: 1.4rem;
    font-weight: bold;
    display: block;
    margin: 0 -2rem;
    padding: 1rem;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background: -webkit-gradient(linear, center top, center bottom, from(#0f0f0f), to(#373737));
  }
}

/*------------------------------------------------------------
NEWS共通
-------------------------------------------------------------*/
.news-page {
  color: #595757;
}

.news-page:after {
  display: block;
  clear: both;
  content: "";
}



.news-page .contents,
.news-page .sidebar {
  float: left;
}

.news-page .contents {
  width: 80%;
  width:    -moz-calc(100% - 22rem);
  width: -webkit-calc(100% - 22rem);
  width:         calc(100% - 22rem);
}

.news-page .sidebar {
  width: 18rem;
  margin-left: 4rem;
}

/*サイドバー*/
.news-page .sidebar-item {
  margin-bottom: 3rem;
}

.news-page .sidebar-item h3 {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 0 1rem 0;
  padding: 0 0 .2rem 0;
  border-bottom: #d1d1d1 dashed 1px;
}

.news-page .sidebar-item ul {
  margin: 0 0 0 1.5rem;
  padding: 0;
}

.news-page .sidebar-item ul li {
  margin: 0 0 .6rem 0;
  list-style: none;
}

.news-page .sidebar-item ul li a {
  font-size: 1.4rem;
  position: relative;
  display: block;
  padding-left: 1.2rem;
  color: #000;
}

.news-page .sidebar-item ul li a::before {
  position: absolute;
  top: .4rem;
  left: 0;
  display: block;
  width: .8rem;
  height: .8rem;
  content: "";
  background-image: url("images/right-triangle.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

/*記事一覧*/
.news-page .article-list li {
  border-bottom: #d1d1d1 dashed 1px;
}

.news-page .article-list li a {
  position: relative;
  display: block;
  padding: 1rem 0;
}

.news-page .article-list li a::after {
  display: block;
  clear: both;
  content: "";
}

.news-page .article-list li a .new-icon {
  position: absolute;
  top: 0;
  right: 0;
}

.news-page .article-list li .article-img {
  float: left;
  width: 10rem;
  height: 10rem;
  padding: 1px;
  border: #e3e3e3 solid 1px;
}

.news-page .article-list li .text-wrap {
  margin-left: 13rem;
}

.news-page .article-list li .article-date {
  font-size: 10px;
  display: block;
  margin-bottom: 1rem;
  color: #b81c22;
}

.news-page .article-list li .article-date .new-txt {
  display: none;
}

.news-page .article-list li h3,
.news-page .article-list li h4 {
  margin-bottom: 1rem;
  color: #000;
}

.news-page .article-list li a:hover {
  opacity: 1;
}

.news-page .article-list li a:hover h3 {
  color: #b81c22;
}

/*ページネーション*/
.news-page .pagination {
  margin: 2rem 0;
  text-align: center;
}

.news-page .pagination ul {
  font-size: 0;
}

.news-page .pagination ul li {
  font-size: 1rem;
  display: inline-block;
  margin-right: .5rem;
}

.news-page .pagination ul li:last-child {
  border: 0;
}

.news-page .pagination ul li a,
.news-page .pagination .current {
  display: block;
  padding: .5rem .8rem;
  border: 1px solid #ccc;
}

.news-page .pagination ul li .prev,
.news-page .pagination ul li .next {
  border: 0;
}

.news-page .pagination ul li a {
  text-decoration: none;
  color: #333;
}

.news-page .pagination ul li a:hover {
  opacity: .6;
}

.news-page .pagination .current {
  color: #fff;
  background-color: #323232;
}


@media(max-width: 800px) {
  .news-page .contents,
  .news-page .sidebar {
    float: none;
  }

  .news-page .contents {
    width: 100%;
    margin-bottom: 4rem;
  }

  .news-page .sidebar {
    width: 100%;
    margin-left: 0;
  }
}


/*------------------------------------------------------------
NEWS一覧
-------------------------------------------------------------*/
.news-archive h1 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 3rem;
    text-align: left;
    color: red;
}

.news-single h1{
    font-family: "Source Sans Pro", sans-serif;
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 3rem;
    text-align: left;
    color: red;
}

.news-archive h2 {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: .2rem;
  color: #000;
  border-bottom: #d1d1d1 dashed 1px;
}

/*------------------------------------------------------------
NEWS
-------------------------------------------------------------*/
.news-single .article-head {
  position: relative;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
}

.news-single .article-head:after {
  display: block;
  clear: both;
  content: "";
}

.news-single .article-head h1 {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 .9rem 0;
  padding: 0 0 .3rem 0;
  color: #000;
  border-bottom: #d1d1d1 dashed 1px;
}

.news-single .sns-share {
  float: left;
}

.news-single .article-head .article-date {
  font-size: 10px;
  float: right;
  color: #b81c22;
}

.news-single  .article-foot .sns-share {
  display: none;
}

.related-post h3 {
  font-size: 1.4rem;
  font-weight: bold;
  padding-bottom: .3rem;
  color: #000;
  border-bottom: #d1d1d1 dashed 1px;
}

/*------------------------------------------------------------
NEWS系スマホ用
-------------------------------------------------------------*/
@media(max-width: 480px) {
  .news-page {
    padding: 0;
  }

  .news-page .article-main,
  .news-page .article-list {
    padding: 0 2rem;
  }

  .news-archive .img-title {
    margin-bottom: 1rem;
  }
	


  .news-archive h2 {
    display: none;
  }

  .news-single .article-head h1,
  .news-page .related-post h3,
  .news-page .sidebar-item h3 {
    font-family: Georgia, Times, Serif, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro";
    font-size: 1.2rem;
    font-weight: bold;
    display: block;
    margin: 0 0 2rem;
    padding: 1rem;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border: 0;
    background: -webkit-gradient(linear, center top, center bottom, from(#0f0f0f), to(#373737));
  }

  /*記事一覧*/
  .news-page .article-list li .article-img {
    width: 6rem;
    height: 6rem;
    padding: 0;
    border: 0;
  }

  .news-page .article-list li .text-wrap {
    margin-left: 7rem;
  }

  .news-page .article-list li .text-wrap p {
    display: none;
  }

  .news-page .article-list .new-icon {
    display: none;
  }

  .news-page .article-list .new-icon span {
    color: #f00;
  }

  .news-page .article-list li .article-date {
    color: #333;
  }

  .news-page .article-list li .article-date .new-txt {
    display: inline-block;
    color: #b81c22;
  }

  /*NEWS*/
  .news-single .article-head {
    padding-bottom: 0;
  }
  .news-single .article-head .article-date {
    font-size: 1.2rem;
    display: block;
    float: none;
    margin-bottom: .5rem;
  }

  .news-single .article-head .sns-share {
    display: none;
  }

  .news-single  .article-foot .sns-share {
    display: block;
  }

  .news-single .sns-share {
    float: none;
  }

  .news-single .article-head .article-date,
  .news-single  .article-foot .sns-share {
    padding-left: 2rem;
  }

  .sns-share ul li a {
    font-size: 1rem;
    display: block;
    padding: .3rem 1rem;
    color: #fff;
  }
}




/*------------------------------------------------------------
スケジュール一覧
-------------------------------------------------------------*/
.schedule-archive .contents {
  margin-top: 12rem;
}

.schedule-archive h1 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 3rem;
    text-align: left;
    color: red;
}

.schedule-table-wrap table {
  width: 100%;
  margin-bottom: 4rem;
}

.schedule-table-wrap .table-title th {
  font-weight: normal;
  font-weight: bold;
  padding: .8rem .5rem;
  vertical-align: middle;
  border-right: 1px solid #fff;
  background-color: #000;
	color: #fff
}

.schedule-table-wrap .table-ym td {
  font-weight: bold;
  padding: .4rem .5rem;
  text-align: left;
  color: #ad1c22;
  border: none;
  background: #e7e7e7;
}

.schedule-table-wrap td {
  padding: .8rem .5rem .5rem .5rem;
  vertical-align: middle;
  color: #595757;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

.schedule-table-wrap tr:nth-child(2n) {
  background-color: #f7f7f7;
}

.schedule-table-wrap th:nth-of-type(2),
.schedule-table-wrap td:nth-of-type(2) {
  font-size: 1rem;
}

.schedule-table-wrap th:nth-of-type(1) {
  width: 11rem;
}

.schedule-table-wrap th:nth-of-type(2) {
  width: 8rem;
}

.schedule-table-wrap th:nth-of-type(5) {
  width: 10rem;
}

.schedule-table-wrap td:nth-of-type(2),
.schedule-table-wrap td:nth-of-type(4) {
  text-align: center;
}

.schedule-table-wrap td:nth-of-type(4) {
  font-weight: 600;
}  

.schedule-table-wrap td:last-child {
  border-right: 0;
}

.schedule-table-wrap td:nth-of-type(2) span {
  display: none;
}

.schedule-table-wrap td:nth-of-type(3) span {
  display: inline-block;
  margin-right: .5rem;
  padding: .2rem .5rem;
  color: #fff;
}

.schedule-table-wrap td .performance-date {
  display: inline-block;
}

.schedule-table-wrap td .performance-date span {
  display: block;
  text-align: right;
}

/*ボタン*/
.schedule-table-wrap .btn-link a {
  font-weight: bold;
  position: relative;
  display: block;
  padding: .5rem 1rem;
  color: #fff;
}

.schedule-table-wrap .btn-link a::after {
  position: absolute;
  top: 50%;
  right: .6rem;
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  transform: translateY(-50%);
  background-image: url("images/right-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.schedule-table-wrap .single-page-link {
  background-color: #3e3e3e;
}

.schedule-table-wrap .ticket-link {
  margin-top: .3rem;
  background-color: red;
}

.schedule-table-wrap .end .btn-link {
  background-color: rgba(92,92,92,1.00);
}

.schedule-link {
  text-align: center;
  margin-top: 5rem;
}

.schedule-link a {
  font-size: 1.4rem;
  display: block;
  max-width: 40rem;
  margin: 0 auto 3rem;
  padding: 1rem;
  color: #fff;
  background-color: rgba(92,92,92,1.00);
}

@media(max-width: 800px) {
  .schedule-archive {
    padding: 0;
  }

  .schedule-archive .contents {
    margin-top: 16rem;
  }

  .schedule-table-wrap table {
    margin-bottom: 0;
    table-layout: auto;
  }

  .schedule-table-wrap table:last-child {
    margin-bottom: 4rem;
  }

  .schedule-table-wrap th,
  .schedule-table-wrap td {
    width: auto!important;
  }

  .schedule-table-wrap .table-title {
    display: none;
  }


  .schedule-table-wrap .table-ym td {
    font-size: 1.4rem;
    padding: 1rem;
  }

  .schedule-table-wrap .table-info {
    position: relative;
    display: block;
    width: 100%;
    padding: 2rem 1.6rem 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fefefe),color-stop(1, #eee));
  }



  .schedule-table-wrap .table-info td {
    display: inline-block;
    padding: 0 .25rem;
    border: 0;
	font-size: 1.4rem;
  }

  .schedule-table-wrap .table-info td:nth-of-type(2) {
    font-size: 1.4rem;
  }

  .schedule-table-wrap .table-info td:nth-of-type(2) br {
    display: none;
  }

  .schedule-table-wrap .table-info td:nth-of-type(2) span {
    display: inline-block;
    padding: 0 .3rem;
  }

  .schedule-table-wrap .table-info td:nth-of-type(3),
  .schedule-table-wrap .table-info td:nth-of-type(4) {
    display: block;
    text-align: left;
  }

  .schedule-table-wrap .table-info td:nth-of-type(3) {
    font-size: 1.4rem;
    bottom: 2rem;
    left: 1.6rem;
  }

  .schedule-table-wrap .table-info td:nth-of-type(4) {
    font-size: 1.4rem;
    padding-bottom: .6rem;
  }

  .schedule-table-wrap .table-info td:nth-of-type(5) .btn-link {
    position: absolute;
  }

  .schedule-table-wrap .table-info td:nth-of-type(5) .single-page-link {
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999999px;
    background-color: transparent;
  }

  .schedule-table-wrap .table-info td:nth-of-type(5) .single-page-link a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .schedule-table-wrap .table-info td:nth-of-type(5) .ticket-link {
    z-index: 2;
    bottom: 0;
    right: 0;
    width: 9rem;
    background-color: red;
  }

  .schedule-table-wrap .table-info td:nth-of-type(5) .ticket-link a {
    font-size: 1rem;
    padding: .25rem 1rem;
  }

  .schedule-link {
    padding: 0 2rem;
  }
}

@media(max-width: 600px) {
  .schedule-table-wrap .table-info td:nth-of-type(3) {
    font-size: 1.4rem;
  }

  .schedule-table-wrap .table-info td:nth-of-type(4) {
    font-size: 1.4rem;
    font-weight: bold;
    padding-bottom: .6rem;
  }

  .schedule-table-wrap .table-info td:nth-of-type(5) .ticket-link {
    width: 8rem;
  }

  .schedule-table-wrap .table-info td:nth-of-type(5) .ticket-link a {
    font-size: 1.2rem;
    padding: .2rem 1rem;
  }
}

@media(max-width: 332px) {
  .schedule-table-wrap .table-info {
    padding: 2rem 1.6rem 0;
  }

  .schedule-table-wrap .table-info td:nth-of-type(3) {
    bottom: 3rem;
  }
}

/*------------------------------------------------------------
スケジュール
-------------------------------------------------------------*/
/*ベース*/
.schedule-page .schedule-main {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 6rem;
	max-height:2000px;
}

.schedule-main .wrap-left {
  width: 38%;
  margin-right: 4%;
}

.schedule-main .wrap-right {
  width: 58%;
}

.schedule-main .img-wrap {
  order: 1;
}

.schedule-main .schedule-wrap {
  order: 3;
}

.schedule-main .ticket-wrap {
  order: 2;
}

.schedule-main .map-wrap {
  order: 4;
}

/*詳細*/
.schedule-main {
  color: #595757;
}

.schedule-main .img-wrap img {
  margin-bottom: 1rem;
  padding: .5rem;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: 1px 1px 7px rgb(0 0 0 / 33%);
     -moz-box-shadow: 1px 1px 7px rgba(0, 0, 0, .33);
          box-shadow: 1px 1px 7px rgb(0 0 0 / 33%);
}

.schedule-main .sns-share {
  margin-bottom: 1rem;
}

.schedule-main .sub_title {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 1.5rem 0 1rem;
  padding-bottom: .3rem;
  border-bottom: #e3e3e3 solid 1px;
}

.schedule-main .schedule-wrap {
  margin-bottom: 4rem;
}

.schedule-main h1 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 1rem;
}

.schedule-main .schedule-info p {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.schedule-main .schedule-info p span {
  display: inline-block;
  margin-right: .5rem;
  padding: .25rem;
  color: #fff;
}

.schedule-main .price-wrap {
  font-size: 0;
  margin-bottom: 1.5rem;
}

.schedule-main .price-wrap span {
  font-size: 1.4rem;
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 1rem;
  padding: .5rem;
  color: #fff;
} 

.schedule-main .price-wrap span:last-child {
  margin-right: 0;
}

.schedule-main .seating-wrap p {
  display: none;
}

.schedule-main .detail-wrap {
  padding-top: 3rem;
  border-top: 1px solid #e3e3e3;
}

.schedule-main .ticket-list {
  font-size: 0;
  margin-bottom: 2rem;
}

.schedule-main .ticket-list li {
  display: inline-block;
  margin-right: .5rem;
  margin-bottom: 1rem;
}

.schedule-main .ticket-list li:last-child {
  margin-right: 0;
}

.schedule-main .ticket-list .offical-ticket {
  display: block;
}

.schedule-main .line {
  height: 1px;
  margin: .5rem 0 .4rem 0;
  border-bottom: 1px solid #e3e3e3;
}

.schedule-main .iframe-wrap {
  margin-bottom: 2rem;
}

.schedule-main .iframe-wrap iframe {
  width: 100%;
  height: 35rem;
}

.schedule-main .list-back {
  text-align: right;
}

.schedule-main .list-back a {
  display: inline-block;
}

.schedule-main .list-back p {
  display: none;
}

.schedule-main .bottom-list-back {
  display: none;
}

.notice-wrap{
	margin-bottom: 1rem;
}

@media(max-width: 800px) {
  .schedule-page .schedule-main {
    display: block;
    -webkit-flex-direction: none;
            flex-direction: none;
    -webkit-flex-wrap: none;
            flex-wrap: none;
    max-height: none!important;
  }

  .schedule-main .wrap-left,
  .schedule-main .wrap-right {
    width: 100%;
    margin-right: 0;
  }

  .schedule-main .img-wrap,
  .schedule-main .schedule-wrap,
  .schedule-main .ticket-wrap,
  .schedule-main .map-wrap {
    order: initial;
    margin-bottom: 4rem;
  }

  .schedule-main .img-wrap img {
    display: block;
    max-width: 400px;
    margin: 0 auto 2rem;
  }

  .schedule-main .seating-wrap {
    margin-top: 2rem;
  }
}

@media(max-width: 480px) {
  .schedule-main .img-wrap,
  .schedule-main .schedule-wrap,
  .schedule-main .ticket-wrap,
  .schedule-main .map-wrap {
    margin-bottom: 2rem;
  }

  .schedule-main .sub_title {
    font-size: 1.4rem;
    margin: 1.5rem -2rem 2rem;
    padding: 1rem;
    text-align: center;
    color: #fff;
    border: 0;
    background: -webkit-gradient(linear, center top, center bottom, from(#0f0f0f), to(#373737));
  }

  .schedule-main .img-wrap img {
    max-width: 240px;
    padding: 0;
    border: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }

  .schedule-main h1 {
    font-size: 1.8rem;
  }

  .schedule-main .schedule-info {
    margin-bottom: 1rem;
  }

  .schedule-main .schedule-info p {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: .5rem;
  }

  .schedule-main .price-wrap span {
    font-size: 1.2rem;
    margin-right: .5rem;
    margin-bottom: .5rem;
    padding: .2rem .5rem;
  }

  .schedule-main .schedule-editor-cnt {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    padding-top: 1rem;
  }

  .schedule-main .seating-wrap {
    margin: 1rem 0 2rem;
  }

  .schedule-main .seating-wrap img {
    display: none;
  }

  .schedule-main  .map-wrap .list-back {
    display: none;
  }

  .schedule-main .ticket-list li {
    margin-bottom: .5rem;
  }

  .schedule-main .bottom-list-back {
    display: block;
  }

  .schedule-main .seating-wrap a,
  .schedule-main .list-back a {
    display: block;
    padding: .5rem;
    text-align: center;
    color: #fff;
    border: 1px solid #0f0f0f;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    background: -webkit-gradient(linear, center top, center bottom, from(#0f0f0f), to(#373737));
  }

  .schedule-main .seating-wrap p,
  .schedule-main .list-back p {
    font-size: 1.4rem;
    display: block;
  }
}


ul.sche-midashi{
  width: 100%;
  border-top: 1px solid #ccc;
  color: #595757;
}
ul.sche-midashi ul{
  display: flex;
	border-bottom: 1px solid #ccc;
}
ul.sche-midashi ul.ul01{
  border-bottom: 0;
}
ul.sche-midashi ul li{
  flex-grow: 1;
  box-sizing: border-box;
  border-right: 1px solid #ccc;
  text-align: center;
  padding: 5px;
	align-self: center;
	height: 100%;
}
ul.sche-midashi ul li:nth-child(1){
  width: 16%;
}
ul.sche-midashi ul li:nth-child(2){
  width: 9%;
	font-size: 0.9em;
}
      ul.sche-midashi ul li:nth-child(2) span{
		  display: none
       }
ul.sche-midashi ul li:nth-child(3){
  width: 32%;
	text-align: left;
}
      ul.sche-midashi ul li:nth-child(3) span{
			display: inline-block;
    		margin-right: 0.5rem;
    		padding: 0.2rem 0.5rem;
    		color: #fff;
       }
ul.sche-midashi ul li:nth-child(4){
  width: 32%;
}
ul.sche-midashi ul li:last-child{
	width: 11%;
  border-right: none;
	text-align: left;
}
ul.sche-midashi ul.ul01 li{
  background-color: #ffeaea;
}
ul.sche-midashi ul.ul01 li.li01{
  background-color: #ff9191;  
}
li.bg-month{
	background-color: #dbdbdb;
	padding: 5px;
	color: #A00002;
	font-size: 1.2em;
}

ul.bg-sche-line li:nth-child(2n){
	background-color: #f7f7f7;
}
ul.bg-sche-line li ul li:nth-child(2n){
	background-color:transparent;
}

.month-top{
	margin-top: 4rem;
	text-align: center;
}

ul.sche-midashi li.pc-sche-tit ul li:nth-child(3){
	text-align: center;
}
ul.sche-midashi li.pc-sche-tit ul li:last-child{
	text-align: center;
}


@media screen and (max-width: 640px) {
  ul.sche-midashi ul{
    flex-wrap:wrap;
	  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fefefe),color-stop(1, #eee));
	  padding: 1rem;
  }

	
	ul.sche-midashi ul li{
		text-align: left;
		padding: 2px;
		border-right: none;
}
	ul.sche-midashi ul li:first-child{
  width:auto;
		order: 1;
		color: #A00002;
}
	ul.sche-midashi ul li:nth-child(2){
  width:auto;
		order: 2;
}
	ul.sche-midashi ul li:nth-child(2) br{
  display:none;
}
      ul.sche-midashi ul li:nth-child(2) span{
		  display:contents;
       }
	ul.sche-midashi ul li:nth-child(3){
  width: 100%;
		order: 4;
}
		ul.sche-midashi ul li:nth-child(4){
  width: 100%;
			order: 3;
			font-size: 1.2em;
}
		ul.sche-midashi ul li:nth-child(5){
  width: 100%;
			order: 5;
			text-align: center;
}
		ul.sche-midashi ul li:nth-child(5) div{
  width: 48%;
			display: inline-block;
			margin: 0 3px;
}
	li.pc-sche-tit{
		display: none;
	}
button.sbsc-bot {
  width: 17em;
}	
}

/*------------------------------------------------------------
メンバー一覧ページ
-------------------------------------------------------------*/
.member-archive-bk {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(farthest-corner at 0 0, #000 0%, #1d1d1d 50%, #000 90%, #1d1d1d 100% );
}

.member-archive .article-head {
  font-size: 0;
  position: relative;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 3rem;
  padding: 2rem;
}

.member-archive .article-head h1 {
  display: none;
}

.member-archive .article-head .mblog {
  position: absolute;
  top: 0;
  right: 0;
}

.member-archive .article-head .mblog a {
  display: inline-block;
}

.member-archive .article-head .mblog a:first-child {
  margin-right: 1rem;
}

.member-archive .article-head .mblog a img {
  height: 3.2rem;
}

.member-list-wrap {
  max-width: 1860px;
  margin: 0 auto;
  padding: 0 3rem;
}

.member-list::after {
  display: block;
  clear: both;
  content: "";
}

.member-list li {
  font: inherit;
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: baseline;
  border: 0;
}

.member-archive {
  position: relative;
  margin: auto;
  text-align: center;
}

.member-list li {
  position: relative;
  float: left;
  padding: 10px;
  opacity: 0;
}

.member-list li .photo {
  z-index: 1;
  right: -50%;
  left: -50%;
  width: 102%;
  margin: 0 auto;
  -webkit-transition: all 1s;
     -moz-transition: all 1s;
      -ms-transition: all 1s;
       -o-transition: all 1s;
          transition: all 1s;
}

.Fade {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
  opacity: .5;
}


.member-list li .waku {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #000;
}


.member-list .A {
  width: 450px;
  height: 588px;
}

.member-list .B {
  width: 450px;
  height: 294px;
}

.member-list .C {
  width: 225px;
  height: 294px;
}

.member-list .capt {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -webkit-transition: all 1s;
     -moz-transition: all 1s;
      -ms-transition: all 1s;
       -o-transition: all 1s;
          transition: all 1s;
  text-align: center;
  opacity: 0;
}

.member-list .capt:hover {
  opacity: 1;
}

.member-list .capt font {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 72px;
  margin: auto;
  padding: 10px;
  color: #fff;
}

.member-list .capt font  small {
  font-size: 17px;
  font-weight: 300;
}

@media(max-width: 800px) {
  .member-archive .article-head h1 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 3.6rem;
    font-weight: normal;
    font-weight: 700;
    display: block;
    text-align: left;
    color: #fff;
  }

  .member-archive .article-head .mblog {
    top: 2rem;
  }

  .member-archive .article-head .mblog a {
    display: block;
  }

  .member-archive .article-head .mblog a:first-child {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

@media(max-width: 600px) {
  .member-archive .article-head {
    padding-top: 3rem;
  }

  .member-list-wrap {
    padding: 0;
  }

  .member-list .A,
  .member-list .B,
  .member-list .C {
    max-width: 100%;
    height: auto;
  }
}



/*------------------------------------------------------
モーダル(Colorbox)
-------------------------------------------------------*/
/*メディア*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-transform: translate3d(0,0,0);
          transform: translate3d(0,0,0);
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;

  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  display: block;
  float: left;
  max-width: none;
  margin: auto;
  -ms-interpolation-mode: bicubic;
  border: 0;
}
.cboxIframe {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

#cboxOverlay {
  opacity: .9;
  background: #000;

  filter: alpha(opacity = 90);
}
#colorbox {
  outline: 0;
}
#cboxContent {
  overflow: visible;
  margin-bottom: 32px;
  background: #000;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  padding: 5px;
  background: #000;
}
#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center;
}
#cboxLoadingOverlay {
  background: #000;
}
#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}
#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  position: absolute;
  bottom: -18px;
  overflow: visible;
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}


#cboxPrevious:hover,
#cboxNext:hover,
#cboxSlideshow:hover,
#cboxClose:hover {
  opacity: .6;
}

#cboxPrevious {
  right: 44px;
  background-image: url(images/modal-previous.png);
}

#cboxNext {
  right: 22px;
  background-image: url(images/modal-next.png);
}

#cboxClose {
  right: 0;
  background-image: url(images/modal-close.png);
}

.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
  right: 66px;
}
.cboxSlideshow_on #cboxSlideshow {
  right: 44px;
  background-position: -75px -25px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}
.cboxSlideshow_off #cboxSlideshow {
  right: 44px;
  background-position: -100px 0;
}
.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}


/*実績-----------------------------------------------------*/
	.actual{
		background: #000 url(https://www.drum-tao.com/assets/2025/act-back.jpg) no-repeat center center;
		background-size: cover;
		color:#C3C3C3;
		padding: 3rem 0 5rem;
		margin-bottom: 3rem;
	}
	.actual h2{
		font-size: 1.4em;
	}
	.actual h3{
		font-size: 1.2em;
		padding-bottom: 0.5rem;
	}
	
.actual div.flexflex {
    display: flex;
	padding: 3rem 0 2rem;
	justify-content: center;
	width: 80%;
	margin: auto;
}
	.lex-wrap{
		width: 34%;
		text-align:center;
		padding: 0.8rem ;
		border: 1px solid #8A8A8A;
		margin: 0 0.5rem;
	}
	.lex-wrap p{
	}
	.lex-wrap p span{
		font-size:1.1em;
	}
	.lex-wrap p a{
		text-decoration: underline;
		color: cadetblue;
	}
	.other-box{
	width: 80%;
	margin: auto;
word-break: keep-all;
  overflow-wrap: anywhere;
	}
	
	@media screen and (max-width: 900px) {
.actual div.flexflex {
	width: 90%;
}
.other-box{
	width: 90%;
	}
}
	
	@media screen and (max-width: 480px) {
.actual div.flexflex {
	flex-direction: column;
}
	.lex-wrap{
		width: 100%;
		text-align: left;
		margin: 0.5rem 0;
	}
    .spnon{
        display: none !important;
    }
}



