@charset "UTF-8";

@font-face {
  font-family: "Adobe Blank";
  src: url("/assets/fonts/AdobeBlank.otf");
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1,
h2,
h3 {
  margin-top: 26px;
  margin-bottom: 13px;
}

h4,
h5,
h6 {
  margin-top: 13px;
  margin-bottom: 13px;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

p {
  margin: 0 0 26px;
}

small {
  font-size: 85%;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 26px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

dl {
  margin-top: 0;
  margin-bottom: 26px;
}

dt,
dd {
  line-height: 1.8571428571;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.checkbox {
  margin: 0;
}

strong {
  font-family: "見出ゴMB31", sans-serif;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*==================================================
Structure
==================================================*/

.header {
  margin: 0 0 80px;
  background-color: #fff;
  box-shadow:0px 1px 4px 0px rgba(0,0,0,0.13);
  position: fixed;
  z-index: 2;
  left: 0;
  right: 0;
}

.header .header-inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  min-height: 120px;
  padding: 15px 50px 0;
}

.header .header-inner .logo {
  margin: 0 0 0 0;
  width: 246px;
}
.header .header-inner .logo img {
  width: 100%;
}
.header .header-inner .nav-global {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 0;
  width: 100%;
}

.header .header-inner .nav-global ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  text-align: center;
}
.menu {
	margin: 0 -50px;
}
.header .header-inner .nav-global ul li {
  display: inline-block;
  position: relative;
   width: 12%;
}

.header .header-inner .nav-global ul li.current a {
  opacity: 0.7;
  text-decoration: none;
}
.header .header-inner .nav-global ul.nav-global-main > li.current > a {
	border-bottom: 2px solid #00afd5;
} 
.header .header-inner .nav-global ul li.current li a {
  opacity: 1;
}

.header .header-inner .nav-global ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  opacity: 1;
}

.header .header-inner .nav-global ul li a {
  font-family: "見出ゴMB31", sans-serif;
  color: #646464;
  text-decoration: none;
  /*padding: 0 13px;*/
  line-height: 40px;
  position: relative;
  z-index: 2;
  /*width: 11.40625%;*/
  width: 100%;
  font-weight: bold;
  display: inline-block;
  box-sizing: border-box;
}
.header .header-inner .nav-global ul.nav-global-main > li > a {
   border-bottom: 2px solid #fff;
 
}
.header .header-inner .nav-global ul.nav-global-main > li > a:hover {
  border-bottom: 2px solid #00afd5;
}

.header .header-inner .nav-global ul li ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  position: absolute;
  top: 40px;
  display: none;
  padding: 8px 0 10px;
}

.header .header-inner .nav-global ul li ul:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  opacity: 1;
  z-index: 2;
}

.header .header-inner .nav-global ul li ul.nav-global-child-1 {
  left: 0;
  padding: 14px;
}

.header .header-inner .nav-global ul li ul.nav-global-child-1 li {
  text-align: left;
}

.header .header-inner .nav-global ul li ul.nav-global-child-2 {
  right: 0;
}

.header .header-inner .nav-global ul li ul.nav-global-child-2 li {
  text-align: right;
}

.header .header-inner .nav-global ul li ul li {
  display: block;
  white-space: nowrap;
}

.header .header-inner .nav-global ul li ul li a {
  line-height: 1.925;
  font-family: "中ゴシックBBB", sans-serif;
  text-decoration: none;
}

.header .header-inner .nav-global ul li ul li:before {
  content: none;
  display: none;
}

.header .header-inner .nav-utility {
  position: absolute;
  top: 30px;
  right: 50px;
}

.header .header-inner .nav-utility ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.header .header-inner .nav-utility ul li {
  display: inline-block;
  margin-left: 20px;
  position: relative;
}

.header .header-inner .nav-utility ul li:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: -1;
  background-color: #fff;
  opacity: 0.7;
}

.header .header-inner .nav-utility ul li a,
.header .header-inner .nav-utility ul li span {
  border: 1px solid #646464;
  color: #646464;
  font-size: 12px;
  line-height: 23px;
  padding: 0 7px;
  display: inline-block;
  vertical-align: top;
  display: block;
  overflow: hidden;
}

.header .header-inner .nav-utility ul li.current a,
.header .header-inner .nav-utility ul li.current span {
  background-color: #646464;
  color: #fff;
}

.header .header-inner .nav-utility ul li.lang + .lang {
  margin-left: 0;
}

.header .header-inner .nav-utility ul li.lang a,
.header .header-inner .nav-utility ul li.lang span {
  width: 36px;
  text-align: center;
}

.header .header-inner .nav-utility ul li.sns a {
  border: 0 none;
  padding: 0;
}

.header .btn-menu {
  display: none;
}

.footer {
  background-color: #fff;
  margin: 0 -15px;
}

.footer .footer-1 {
  background-color: #efefef;
  padding: 60px 0 0;
}

.footer .footer-1 .footer-1-inner {
  width: 1000px;
  margin: 0 auto;
}

.footer .footer-1 .footer-1-inner .pagetop {
/*  position: fixed;
  bottom: 0;
  width: 1000px;
  margin: 0;
  opacity: 0;*/
}

.footer .footer-1 .footer-1-inner .pagetop a {
  display: block;
  width: 50px;
  line-height: 50px;
  text-align: center;
 /* right: -140px;*/
  right: 30px;
  /*bottom: 132px;*/
  bottom: 40px;
  position: fixed;
}

.footer .footer-1 .footer-1-inner .pagetop a img {
  display: block;
}

.footer .footer-1 .footer-1-inner .pagetop a:hover,
.footer .footer-1 .footer-1-inner .pagetop a:active,
.footer .footer-1 .footer-1-inner .pagetop a:focus {
  opacity: 0.7;
}

.footer .footer-2 {
  margin: 0;
}

.footer .footer-2 .footer-2-inner {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0 60px;
}

.footer .footer-2 .footer-2-inner:before,
.footer .footer-2 .footer-2-inner:after {
  content: " ";
  display: table;
}

.footer .footer-2 .footer-2-inner:after {
  clear: both;
}

.footer .footer-2 .footer-2-inner .privacy {
  float: left;
}

.footer .footer-2 .footer-2-inner .privacy a {
  color: #646464;
}

.footer .footer-2 .footer-2-inner .copyright {
  float: right;
}

.footer .footer-banner {
  margin: 0 -16px 50px;
}

.footer .footer-banner ul {
  padding-left: 0;
  list-style: none;
  overflow: hidden;
  text-align: center;
}

.footer .footer-banner ul:before,
.footer .footer-banner ul:after {
  content: " ";
  display: table;
}

.footer .footer-banner ul:after {
  clear: both;
}

.footer .footer-banner ul li {
  width: 24%;
  padding: 0 10px;
  margin-bottom: 20px;
  display: inline-block;
}

.footer .footer-banner ul li a {
  display: block;
}

.footer .footer-banner ul li a:hover {
  opacity: 0.7;
}

.footer .nav-footer {
  margin: 0 -16px;
  position: relative;
  padding-bottom: 50px;
}

.footer .nav-footer:before,
.footer .nav-footer:after {
  content: " ";
  display: table;
}

.footer .nav-footer:after {
  clear: both;
}

.footer .nav-footer ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.footer .nav-footer ul li {
  margin-bottom: 24px;
}

.footer .nav-footer ul li a {
  font-size: 18px;
  font-family: "見出ゴMB31", sans-serif;
  color: #646464;
  text-decoration: underline;
}

.footer .nav-footer ul li ul {
  margin-top: 8px;
}

.footer .nav-footer ul li ul li {
  padding: 0 0 0 1em;
  margin: 0 0 0;
}

.footer .nav-footer ul li ul li:before {
  content: "・";
  margin: 0 0 0 -1em;
}

.footer .nav-footer ul li ul li a {
  font-size: 14px;
  font-family: "中ゴシックBBB", sans-serif;
  text-decoration: none;
}

.footer .nav-footer ul.sns {
  position: absolute;
  right: 16px;
  bottom: 0;
}

.footer .nav-footer ul.sns:before,
.footer .nav-footer ul.sns:after {
  content: " ";
  display: table;
}

.footer .nav-footer ul.sns:after {
  clear: both;
}

.footer .nav-footer ul.sns li {
  float: left;
  margin: 0 0 0 20px;
}

.footer .nav-footer .col {
  width: 25%;
  padding: 0 16px;
  float: left;
}

.contents {
  position: relative;
  margin: 207px 0;
  padding-bottom: 60px;
}

.contents:before {
  content: "";
  background: url(/assets/images/tree-bg-1.png) repeat-y left top;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -15px;
  z-index: -2;
}

.contents:after {
  content: "";
  background: url(/assets/images/tree-bg-2.png) repeat-y right top;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -15px;
  z-index: -2;
}

.content-1 .content-1-inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

.content-1 .content-1-inner:before {
  content: "";
  background-color: #fff;
  display: block;
  position: absolute;
  top: -15px;
  bottom: -15px;
  left: -15px;
  right: -15px;
  opacity: 0.75;
  z-index: -1;
}

.content-2 .content-2-inner {
  width: 640px;
  margin: 0 auto;
  position: relative;
}

.content-2 .content-2-inner:before {
  content: "";
  background-color: #fff;
  display: block;
  position: absolute;
  top: -15px;
  bottom: -15px;
  left: -15px;
  right: -15px;
  opacity: 0.75;
  z-index: -1;
}

.media:before,
.media:after {
  content: " ";
  display: table;
}

.media:after {
  clear: both;
}

.media [class*='media-col-'] {
  overflow: hidden;
}

.media-col-xs-1 {
  width: 8.3333333333%;
}

.media-col-xs-2 {
  width: 16.6666666667%;
}

.media-col-xs-3 {
  width: 25%;
}

.media-col-xs-4 {
  width: 33.3333333333%;
}

.media-col-xs-5 {
  width: 41.6666666667%;
}

.media-col-xs-6 {
  width: 50%;
}

.media-col-xs-7 {
  width: 58.3333333333%;
}

.media-col-xs-8 {
  width: 66.6666666667%;
}

.media-col-xs-9 {
  width: 75%;
}

.media-col-xs-10 {
  width: 83.3333333333%;
}

.media-col-xs-11 {
  width: 91.6666666667%;
}

.media-col-xs-12 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.pull-xs-left {
  float: left;
  padding-right: 30px;
  padding-left: 0;
}

.pull-xs-right {
  float: right;
  padding-left: 30px;
  padding-right: 0;
}

.pull-xs-none {
  float: none;
}

.head-1 {
  margin: 0 0 80px;
  position: relative;
}

.head-1 h1,
.head-1 h2,
.head-1 h3,
.head-1 h4,
.head-1 h5,
.head-1 h6 {
  font-size: 30px;
  font-family: "見出ゴMB31", sans-serif;
  margin: 0;
  font-weight: bold;
}

.head-1 h2,
.head-1 h3,
.head-1 h4,
.head-1 h5,
.head-1 h6 {
  margin-top: 100px;
}

.head-1 .head-1-nav-1 {
  padding-left: 0;
  list-style: none;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.head-1 .head-1-nav-1 li {
  display: inline-block;
  margin-left: 18px;
}

.head-1 .head-1-nav-1 li.current-cat {
  opacity: 0.5;
}

.head-1 .head-1-nav-1 li a {
  color: #646464;
  font-family: "見出ゴMB31", sans-serif;
  text-decoration: underline;
  font-weight: bold;
}

.head-1 .head-1-nav-1 li a:hover {
  text-decoration: none;
}

.head-1 .head-1-nav-1 li.current a {
  color: #b0b0b0;
  text-decoration: none;
}

.head-1 .head-1-nav-1 li:first-child {
  margin-left: 0;
}

.head-1 .head-1-nav-1.nav-page li a {
  color: #00b8f0;
  text-decoration: none;
}

.head-1 .head-1-nav-2 {
  padding: 0;
  list-style: none;
  text-align: right;
  margin-top: 8px;
}

.head-1 .head-1-nav-2 li {
  display: inline-block;
  margin-left: 18px;
}

.head-1 .head-1-nav-2 li a {
  color: #646464;
  font-family: "見出ゴMB31", sans-serif;
  text-decoration: underline;
  font-weight: bold;
}

.head-1 .head-1-nav-2 li a:hover {
  text-decoration: none;
}

.head-1 .head-1-nav-1-sp {
  display: none;
}

.head-1 .image {
  position: absolute;
  z-index: 0;
}

.head-1 .image.anim-1 {
  width: 200px;
  left: 50%;
  top: -140px;
  margin: 0 0 0 40px;
}

.head-1 .image.anim-2 {
  width: 160px;
  left: 50%;
  top: 0;
  margin: -40px 0 0 -240px;
}

.head-1 .image.anim-3 {
  width: 240px;
  left: 50%;
  top: 0;
  margin: -80px 0 0 60px;
}

.head-2 {
  text-align: center;
  font-size: 30px;
  font-family: "見出ゴMB31", sans-serif;
  margin: 90px 0 40px;
  font-weight: bold;
  line-height: 1.5;
}

.head-2 span {
  font-size: 18px;
  display: block;
  margin-bottom: 16px;
}

.content-2-inner .head-2:first-child {
  margin-top: 0;
}

.head-3 {
  font-size: 15px;
  font-family: "見出ゴMB31", sans-serif;
  font-weight: bold;
  margin: 60px 0 10px;
}

.head-4 {
  font-size: 18px;
  font-family: "見出ゴMB31", sans-serif;
  margin: 80px 0 30px;
  background-color: #e5f8fd;
  padding: 14px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}

.head-4 span {
  font-size: 14px;
  display: block;
}

.head-5 .title {
  font-size: 18px;
  font-family: "見出ゴMB31", sans-serif;
  font-weight: bold;
  margin: 60px 0 30px;
  line-height: 1.5;
}

.head-5 .list-relation {
  padding: 0;
  list-style: none;
}

.head-5 .list-relation li {
  display: inline-block;
}

.head-5 .list-relation li:before {
  content: "/";
  margin: 0 0.5em;
}

.head-5 .list-relation li:first-child:before {
  content: none;
  display: none;
}

.head-5 + .head-3 {
  margin-top: 30px;
}

.head-5 + .head-4 {
  margin-top: 30px;
}

.head-artist-detail {
  text-align: center;
  font-size: 30px;
  font-family: "見出ゴMB31", sans-serif;
  margin: 40px 0;
  font-weight: bold;
}

.head-artist-detail span.separate {
  opacity: 0.4;
}

.group-report-list {
  margin: 0 0 40px;
}

.group-report-list .row {
  margin-left: -30px;
  margin-right: -30px;
}

.group-report-list .row [class*='col-'] {
  display: inline-block;
  vertical-align: top;
  padding-left: 30px;
  padding-right: 30px;
  float: none;
}

.group-report-list .group-report-list-item {
  margin-bottom: 60px;
}

.group-report-list .group-report-list-item .group-report-list-item-head {
  font-size: 18px;
  font-family: "見出ゴMB31", sans-serif;
  margin: 0 0 26px;
  font-weight: bold;
  line-height: 1.5;
}

.group-report-list .group-report-list-item .group-report-list-item-head a {
  color: #646464;
}

.group-report-list .group-report-list-item .image {
  position: absolute;
  top: 0;
  right: 0;
}

.group-report-list .group-report-list-item .date {
  font-size: 14px;
  display: inline;
  margin-right: 30px;
}

.group-report-list .group-report-list-item .list-category {
  display: inline-block;
  font-size: 14px;
}

.group-artist-list {
  margin: 0 0 40px;
}

.group-artist-list .row {
  margin-left: -3px;
  margin-right: -3px;
}

.group-artist-list .row [class*='col-'] {
  display: inline-block;
  vertical-align: top;
  padding-left: 3px;
  padding-right: 3px;
  float: none;
}

.group-artist-list .group-artist-list-item {
  text-align: center;
  margin: 0 0 40px;
  position: relative;
}

.group-artist-list .group-artist-list-item .image {
  margin: 0 0 16px;
}

.group-artist-list .group-artist-list-item .image a:hover,
.group-artist-list .group-artist-list-item .image a:active,
.group-artist-list .group-artist-list-item .image a:focus {
  opacity: 0.7;
}

.group-artist-list .group-artist-list-item .image a img {
  height: 100%;
}

.group-artist-list .group-artist-list-item .profile {
  margin: 0 0 2px;
  font-size: 12px;
}

.group-artist-list .group-artist-list-item .exhibition-area {
  margin: 0;
  font-size: 12px;
}

.group-artist-list .group-artist-list-item .name {
  font-size: 18px;
  line-height: normal;
  margin-bottom: 0;
}

.group-artist-list .group-artist-list-item .name a {
  font-family: "見出ゴMB31", sans-serif;
  color: #646464;
  font-weight: bold;
}

.group-artist-list .group-artist-list-item .list-exhibition-area {
  padding-left: 0;
  list-style: none;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.group-artist-list .group-artist-list-item .list-exhibition-area li {
  display: block;
  text-align: left;
  clear: both;
}

.group-artist-list .group-artist-list-item .list-exhibition-area li span {
  display: block;
  float: left;
  border: 1px solid #646464;
  margin-top: -1px;
  font-size: 12px;
  vertical-align: top;
  line-height: 20px;
  background-color: #fff;
  padding: 0 9px;
}

.group-artist-list .group-artist-list-item .list-exhibition-area li:first-child span {
  margin: 0;
}

.group-event-list {
  margin: 0 0 40px;
}

.group-event-list .row {
  margin-left: -40px;
  margin-right: -40px;
}

.group-event-list .row [class*='col-'] {
  display: inline-block;
  vertical-align: top;
  padding-left: 40px;
  padding-right: 40px;
  float: none;
}

.group-event-list .group-event-list-item {
  margin: 0 0 100px;
}

.group-event-list .group-event-list-item .image {
  margin: 0;
}

.group-event-list .group-event-list-item .status {
  margin: 0 0 30px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}

.group-event-list .group-event-list-item .status.status-1 {
  background-color: #94d4f5;
  color: #fff;
}

.group-event-list .group-event-list-item .status.status-2 {
  background-color: #e75f9c;
  color: #fff;
}

.group-event-list .group-event-list-item .status.status-3 {
  background-color: #b0b0b0;
  color: #fff;
}

.group-event-list .group-event-list-item .list-category {
  margin: 0 0 6px;
}

.group-event-list .group-event-list-item .event-type {
  padding: 0;
  list-style: none;
  margin: 0 0 10px;
}

.group-event-list .group-event-list-item .event-type li {
  display: inline-block;
  background-color: #646464;
  color: #fff;
  font-size: 12px;
  padding: 0 11px;
  margin-right: 10px;
  line-height: 18px;
}

.group-event-list .group-event-list-item .title {
  margin: 0 0 20px;
  font-size: 18px;
  font-family: "見出ゴMB31", sans-serif;
  line-height: 1.5;
}

.group-event-list .group-event-list-item .title a {
  color: #646464;
  font-weight: bold;
}

.nav-page {
  margin: 0 0 40px;
}

.nav-page ul {
  padding-left: 0;
  list-style: none;
}

.nav-page ul:before,
.nav-page ul:after {
  content: " ";
  display: table;
}

.nav-page ul:after {
  clear: both;
}

.nav-page ul li.prev {
  float: left;
}

.nav-page ul li.next {
  float: right;
}

.group-news-list {
  margin: 0 0 40px;
}

.group-news-list .row {
  margin-left: -40px;
  margin-right: -40px;
}

.group-news-list .row [class*='col-'] {
  display: inline-block;
  vertical-align: top;
  padding-left: 40px;
  padding-right: 40px;
  float: none;
}

.group-news-list .group-news-list-item {
  margin: 0 0 100px;
}

.group-news-list .group-news-list-item .title {
  margin: 0 0 20px;
}

.group-news-list .group-news-list-item .title a {
  font-size: 18px;
  font-family: "見出ゴMB31", sans-serif;
  color: #646464;
  line-height: 1.5;
}

.group-news-list .group-news-list-item .title a span {
  color: #00b8f0;
  font-size: 14px;
  padding-left: 0.5em;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 27px;
}

.group-news-list .group-news-list-item .status {
  position: relative;
}

.group-news-list .group-news-list-item .status .date {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  line-height: 20px;
}

.group-news-list .group-news-list-item .status .list-category {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  margin: 0 0 0 auto;
  vertical-align: top;
  text-align: right;
}

.group-news-list .group-news-list-item .status .list-category li {
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 0;
}

.group-news-list-2,
.group-report-list-2 {
  margin-bottom: 60px;
}

.group-news-list-2 ul,
.group-report-list-2 ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.group-news-list-2 ul li,
.group-report-list-2 ul li {
  margin-bottom: 40px;
  position: relative;
  padding-left: 18em;
  width: 100%;
}

.group-news-list-2 ul li:last-child,
.group-report-list-2 ul li:last-child {
  margin-bottom: 0;
}

.group-news-list-2 ul li .date,
.group-report-list-2 ul li .date {
  margin: 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
}

.group-news-list-2 ul li .list-category,
.group-report-list-2 ul li .list-category {
  position: absolute;
  left: 10em;
  top: 0;
}

.group-news-list-2 ul li .title a,
.group-report-list-2 ul li .title a {
  font-size: 18px;
  font-family: "見出ゴMB31", sans-serif;
  color: #646464;
  line-height: 1.5;
}

.group-news-list-2 ul li .title a span,
.group-report-list-2 ul li .title a span {
  color: #00b8f0;
  font-size: 14px;
  padding-left: 0.5em;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 27px;
}

.group-news-list-2 ul li .list-category,
.group-report-list-2 ul li .list-category {
  margin-bottom: 0;
}

.group-news-list-2 ul li .list-category li,
.group-report-list-2 ul li .list-category li {
  margin-bottom: 0;
  padding: 0;
}

.group-box-1 {
  background-color: #e4f7fc;
  padding: 24px 30px;
  margin: 0 0 60px;
}

.group-box-1 .group-box-1-head {
  margin: 0 0 16px;
  font-size: 18px;
  font-family: "見出ゴMB31", sans-serif;
  font-weight: bold;
}

.group-box-1 .group-box-1-head-2 {
  font-size: 15px;
  font-family: "見出ゴMB31", sans-serif;
  margin: 0 0 6px;
  font-weight: bold;
  line-height: 1.5;
}

.group-box-1 > *:last-child {
  margin-bottom: 0;
}

.group-box-1 > *:last-child [class*='col-'] > *:last-child {
  margin-bottom: 0;
}

.group-entry-head {
  position: relative;
  margin: 0 0 30px;
}

.group-entry-head .date {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}

.group-entry-head .list-category {
  margin: 0;
  display: inline-block;
  vertical-align: top;
}

.group-entry-head .list-category li {
  vertical-align: middle;
}

.group-entry-head .group-entry-head-sns {
  position: absolute;
  right: 0;
  top: 3px;
  margin: 0 0;
  list-style: none;
  text-align: right;
}

.group-entry-head .group-entry-head-sns li {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}

.group-entry-head .group-entry-head-sns li span {
  vertical-align: top !important;
}

.group-map {
  margin-bottom: 30px;
}

.group-map iframe {
  width: 100%;
}

.group-entry-body img {
  max-width: 100%;
  height: auto;
}

.btn-1 {
  border: 1px solid #00b8f0;
  color: #00b8f0;
  width: 100%;
  display: block;
  text-align: center;
  padding: 6px 10px;
  font-family: "見出ゴMB31", sans-serif;
}

.btn-1:hover,
.btn-1:active,
.btn-1:focus {
  background-color: #00b8f0;
  color: #fff;
  text-decoration: none;
}

.caption {
  font-size: 12px;
  line-height: 1.67;
  display: block;
  margin-top: 6px;
  color: #b0b0b0;
}

.no-image {
  border: 1px solid #b0b0b0;
}

a.link-1:hover,
a.link-1:active,
a.link-1:focus {
  background-color: #00b8f0;
  color: #fff;
}

.link-relation {
  margin-top: -70px;
}

ul.list-1 {
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
}

ul.list-1 li:before {
  content: "・";
}

ul.list-1 li ul.list-1 {
  padding-left: 2em;
}

.list-category {
  list-style: none;
  padding: 0;
}

.list-category li {
  color: #fff;
  white-space: nowrap;
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}

.list-category li a,
.list-category li span {
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  line-height: 20px;
  background-color: #646464;
  padding: 0 1em;
  border: 1px solid #646464;
  vertical-align: top;
}

.list-category li a.status-1,
.list-category li span.status-1 {
  background-color: #94d4f5;
  border: 1px solid #94d4f5;
  color: #fff;
}

.list-category li a.status-2,
.list-category li span.status-2 {
  background-color: #e75f9c;
  border: 1px solid #e75f9c;
  color: #fff;
}

.list-category li a.status-3,
.list-category li span.status-3 {
  background-color: #b0b0b0;
  border: 1px solid #b0b0b0;
  color: #fff;
}

.list-category li a.type-2,
.list-category li span.type-2 {
  background-color: #fff;
  border: 1px solid #646464;
  color: #646464;
}

.list-thumbs {
  padding: 0;
  padding-left: 0;
  list-style: none;
  margin: 0 -10px;
}

.list-thumbs:before,
.list-thumbs:after {
  content: " ";
  display: table;
}

.list-thumbs:after {
  clear: both;
}

.list-thumbs li {
  display: inline-block;
  width: 12.5%;
  padding: 0 10px;
  text-align: center;
  vertical-align: top;
}

.list-thumbs li img {
  width: 100%;
}

.list-thumbs li a:hover img {
  opacity: 0.7;
}

.list-mark {
  list-style: none;
  padding-left: 0;
}

.list-mark li {
  position: relative;
}

.list-mark li .mark {
  position: absolute;
  left: 0;
  top: 0;
}

.list-mark li .list-mark {
  padding-left: 1em;
}

.list-mark.mark-w-1 li {
  padding-left: 1em;
}

.list-mark.mark-w-1 li .mark {
  width: 1em;
}

.list-mark.mark-w-2 li {
  padding-left: 1.5em;
}

.list-mark.mark-w-2 li .mark {
  width: 1.5em;
}

.list-mark.mark-w-3 li {
  padding-left: 2em;
}

.list-mark.mark-w-3 li .mark {
  width: 2em;
}

.list-mark.mark-w-4 li {
  padding-left: 2.5em;
}

.list-mark.mark-w-4 li .mark {
  width: 2.5em;
}

.list-mark.mark-w-5 li {
  padding-left: 3em;
}

.list-mark.mark-w-5 li .mark {
  width: 3em;
}

.list-press {
  padding: 0;
}

.list-press li {
  list-style: none;
}

.mwform-zip-field input {
  margin-right: 0.5em;
  margin-left: 0.5em;
  width: 76px !important;
}

.mwform-tel-field input {
  margin-right: 0.5em;
  margin-left: 0.5em;
  width: 76px !important;
}

.mwform-tel-field input:first-child {
  margin-left: 0;
}

.form-control {
  box-shadow: none !important;
  -webkit-appearance: none;
}

.form-control:focus {
  box-shadow: none !important;
  -webkit-appearance: none;
}

select.form-control {
  box-shadow: none !important;
  -webkit-appearance: none;
  background: #eee;
  background: url(/mse2015/assets/images/icon-select.png) 97% 50% no-repeat;
  background-size: 16px 9px;
}

select.form-control:focus {
  -webkit-appearance: none;
}

.table-1 {
  width: 100%;
  margin: 0 0 40px;
}

.table-1 tr th,
.table-1 tr td {
  border-top: 1px solid #b0b0b0;
  border-bottom: 1px solid #b0b0b0;
  padding: 9px 1em 9px 0;
  font-size: 12px;
}
.table-1 tr.tableHasPic {
	text-align: center;
}
.table-1 tr.tableHasPic td.tableHasPic02 {
	text-align: left;
}
.table-1 p {
	margin-bottom: 0;
}
.table-1 .borderNone {
	border-bottom: none;
}


.table-3 {
  width: 100%;
  margin: 0 0 40px;
}

.table-3 tr th,
.table-3 tr td {
  border-top: 2px solid #b0b0b0;
  border-bottom: 2px solid #b0b0b0;
  padding: 9px 1em 9px 0;
  font-size: 12px;
}
.table-3 tr.tableHasPic th,
.table-3 tr.tableHasPic td {
	border: none;
}
.table-3 tr.tableHasPic.artistArea th,
.table-3 tr.tableHasPic.artistArea td {
	border-top: 1px solid #b0b0b0;
}
.table-3 tr.tableHasPic td {
	/*text-align: center;*/
}
.table-3 tr.tableHasPic td.tableHasPic02 {
	text-align: left;
}
.table-3 p {
	margin-bottom: 0;
}
.table-3 .borderNone {
	border-bottom: none;
}
.table-3 tr.borderTopL th,
.table-3 tr.borderTopL td {
	border-top: 3px solid #b0b0b0;
}
.table-3 tr:last-child th,
.table-3 tr:last-child td {
	border-bottom: 3px solid #b0b0b0;
}
.table-3 tr:last-child td:last-child.tableHasPic02 {
	padding-right: 70%;
}

.hr-1 {
  height: 0;
  border-top: 1px solid #646464;
}

.head-anim .head-anim-inner {
  position: relative;
  display: inline-block;
}

.head-anim .head-anim-inner:before,
.head-anim .head-anim-inner:after {
  display: block;
  position: absolute;
  z-index: -1;
}

.head-anim.head-anim-left .head-anim-inner:before {
  content: "";
}

.head-anim.head-anim-right .head-anim-inner:after {
  content: "";
}

.head-1 .head-anim-top {
  position: relative;
  display: inline-block;
}

.head-1 .head-anim-top[class*='head-anim-']:before {
  content: "";
  display: block;
  position: absolute;
}

.head-1 .head-anim-top.head-anim-top-1:before {
  background: url(/assets/images/mmbw1.gif) no-repeat 0 0;
  background-size: 100%;
  top: -5px;
  left: -30px;
  width: 180px;
  height: 180px;
}

.head-1 .head-anim-top.head-anim-top-2:before {
  background: url(/assets/images/Pot.gif) no-repeat 0 0;
  background-size: 100%;
  top: 20px;
  left: 20px;
  width: 150px;
  height: 200px;
}

.head-anim-1 .head-anim-inner:before,
.head-anim-1 .head-anim-inner:after {
  background: url(/assets/images/Manow_011.gif) no-repeat 0 0;
  background-size: 100%;
  width: 160px;
  height: 116px;
  top: -50px;
}

.head-anim-1.head-anim-left .head-anim-inner:before {
  left: -160px;
}

.head-anim-1.head-anim-right .head-anim-inner:after {
  right: -160px;
}

.head-anim-2 .head-anim-inner:before,
.head-anim-2 .head-anim-inner:after {
  background: url(/assets/images/b1.gif) no-repeat 0 35%;
  background-size: 100%;
  width: 160px;
  height: 116px;
  top: -60px;
}

.head-anim-2.head-anim-left .head-anim-inner:before {
  left: -160px;
}

.head-anim-2.head-anim-right .head-anim-inner:after {
  right: -160px;
}

.head-anim-3 .head-anim-inner:before,
.head-anim-3 .head-anim-inner:after {
  background: url(/assets/images/mm1.gif) no-repeat 0 0;
  background-size: 100%;
  width: 220px;
  height: 158px;
  top: -80px;
}

.head-anim-3.head-anim-left .head-anim-inner:before {
  left: -220px;
}

.head-anim-3.head-anim-right .head-anim-inner:after {
  right: -220px;
}

.head-anim-4 .head-anim-inner:before,
.head-anim-4 .head-anim-inner:after {
  background: url(/assets/images/mm2.gif) no-repeat 0 0;
  background-size: 100%;
  width: 240px;
  height: 165px;
  top: -90px;
}

.head-anim-4.head-anim-left .head-anim-inner:before {
  left: -240px;
}

.head-anim-4.head-anim-right .head-anim-inner:after {
  right: -240px;
}

.footer .footer-1-inner {
  position: relative;
}

.footer .footer-1-inner:before {
  content: "";
  position: absolute;
  top: -260px;
  left: -86px;
  background: url(/assets/images/LIN-sleep.gif) no-repeat 0 0;
  background-size: 100%;
  width: 180px;
  display: block;
  height: 213px;
  z-index: -1;
}

.footer .footer-1-inner:after {
  content: "";
  position: absolute;
  top: -108px;
  left: 96px;
  width: 80px;
  height: 17px;
  background: url(/assets/images/copyright-wisut.png) no-repeat 0 0;
  background-size: 100%;
  display: block;
}

.align-r {
  text-align: right;
}

.align-c {
  text-align: center;
}

.lg-only {
  display: block;
}

.md-only {
  display: none;
}

.xs-only {
  display: none !important;
}

.image-fit {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-top: 62%;
  background-size: cover;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: linear;
}

.image-fit.image-fit-contain {
  background-size: contain !important;
}

.image-fit img {
  opacity: 0;
  width: 100%;
  height: 100%;
}

.img-responsive {
  margin-left: auto;
  margin-right: auto;
}

.map-responsive {
  position: relative;
  width: 100%;
  padding-top: 47%;
}

.map-responsive iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media (min-width: 840px) {
  .media-col-sm-1 {
    width: 8.3333333333%;
  }

  .media-col-sm-2 {
    width: 16.6666666667%;
  }

  .media-col-sm-3 {
    width: 25%;
  }

  .media-col-sm-4 {
    width: 33.3333333333%;
  }

  .media-col-sm-5 {
    width: 41.6666666667%;
  }

  .media-col-sm-6 {
    width: 50%;
  }

  .media-col-sm-7 {
    width: 58.3333333333%;
  }

  .media-col-sm-8 {
    width: 66.6666666667%;
  }

  .media-col-sm-9 {
    width: 75%;
  }

  .media-col-sm-10 {
    width: 83.3333333333%;
  }

  .media-col-sm-11 {
    width: 91.6666666667%;
  }

  .media-col-sm-12 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .pull-sm-left {
    float: left;
    padding-right: 30px;
    padding-left: 0;
  }

  .pull-sm-right {
    float: right;
    padding-left: 30px;
    padding-right: 0;
  }

  .pull-sm-none {
    float: none;
  }

  .media-col-md-1 {
    width: 8.3333333333%;
  }

  .media-col-md-2 {
    width: 16.6666666667%;
  }

  .media-col-md-3 {
    width: 25%;
  }

  .media-col-md-4 {
    width: 33.3333333333%;
  }

  .media-col-md-5 {
    width: 41.6666666667%;
  }

  .media-col-md-6 {
    width: 50%;
  }

  .media-col-md-7 {
    width: 58.3333333333%;
  }

  .media-col-md-8 {
    width: 66.6666666667%;
  }

  .media-col-md-9 {
    width: 75%;
  }

  .media-col-md-10 {
    width: 83.3333333333%;
  }

  .media-col-md-11 {
    width: 91.6666666667%;
  }

  .media-col-md-12 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .pull-md-left {
    float: left;
    padding-right: 30px;
    padding-left: 0;
  }

  .pull-md-right {
    float: right;
    padding-left: 30px;
    padding-right: 0;
  }

  .pull-md-none {
    float: none;
  }
    
}

@media (min-width: 1000px) {
  .media-col-lg-1 {
    width: 8.3333333333%;
  }

  .media-col-lg-2 {
    width: 16.6666666667%;
  }

  .media-col-lg-3 {
    width: 25%;
  }

  .media-col-lg-4 {
    width: 33.3333333333%;
  }

  .media-col-lg-5 {
    width: 41.6666666667%;
  }

  .media-col-lg-6 {
    width: 50%;
  }

  .media-col-lg-7 {
    width: 58.3333333333%;
  }

  .media-col-lg-8 {
    width: 66.6666666667%;
  }

  .media-col-lg-9 {
    width: 75%;
  }

  .media-col-lg-10 {
    width: 83.3333333333%;
  }

  .media-col-lg-11 {
    width: 91.6666666667%;
  }

  .media-col-lg-12 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .pull-lg-left {
    float: left;
    padding-right: 30px;
    padding-left: 0;
  }

  .pull-lg-right {
    float: right;
    padding-left: 30px;
    padding-right: 0;
  }

  .pull-lg-none {
    float: none;
  }
}

@media (max-width: 1300px) {
  .header .header-inner .nav-global {
    position: static;
    bottom: auto;
    right: auto;
    margin-top: 20px;
  }

  .header .header-inner .nav-global ul {
    text-align: center;
  }
}

@media (max-width: 1000px) {
  .footer {
    margin: 0 -30px;
  }

  .footer .footer-1 {
    padding: 30px 0 0;
  }

  .footer .footer-1 .footer-1-inner {
    width: 100%;
    padding: 0 30px;
  }

  .footer .footer-1 .footer-1-inner .pagetop {
    width: auto;
    right: 0;
    z-index: 1;
  }

  .footer .footer-1 .footer-1-inner .pagetop a {
    bottom: 30px;
    right: 30px;
  }

  .footer .footer-2 .footer-2-inner {
    width: 100%;
    padding: 24px 30px 24px;
  }

  .footer .footer-2 .footer-2-inner {
    position: relative;
  }

  .footer .footer-2 .footer-2-inner .privacy,
  .footer .footer-2 .footer-2-inner .copyright {
    margin: 0;
    float: none;
  }

  .contents {
    /*margin: 0;*/
    padding-bottom: 30px;
  }

  .content-1 .content-1-inner {
    width: 100%;
  }

  .content-2 .content-2-inner {
    width: 100%;
  }

  .footer .footer-1-inner:before {
    content: none;
    display: none;
  }

  .footer .footer-1-inner:after {
    content: none;
    display: none;
  }
}

@media (max-width: 840px) {
  .container-fluid {
    padding: 0 30px;
    overflow: hidden;
  }

  .header {
    margin: 0;
	 padding: 0 30px;
  }

  .header .header-inner {
    min-height: 0;
    padding: 30px 0;
  }

  .header .header-inner .logo {
    width: 200px;
    position: relative;
    z-index: 101;
  }

  .header .header-inner .logo img {
    width: 100%;
  }

  .header .header-inner .menu {
    display: none;
    float: none;
    height: 100%;
    background-color: #fff;
    position: fixed;
    top: 100px;
    left: 0;
    bottom: 0;
    right: 0;
    padding-top: 0;
    width: 100%;
    z-index: 100;
    top: 0 !important;
    padding-top: 100px !important;
	margin: 0;
  }

  .header .header-inner .nav-global {
    position: static;
    right: auto;
    margin-top: 0;
  }

  .header .header-inner .nav-global ul li {
    display: block;
    width: 100%;
  }
  .header .header-inner .nav-global ul.nav-global-main > li > a {
    border-bottom: none;
 
  }
  .header .header-inner .nav-global ul.nav-global-main > li > a:hover {
    border-bottom: none;
  }
  .header .header-inner .nav-global ul li a {
    line-height: 36px;
  }

  .header .header-inner .nav-global ul li ul {
    display: none !important;
  }

  .header .header-inner .nav-utility {
    position: static;
    top: auto;
    right: auto;
  }

  .header .header-inner .nav-utility ul {
    text-align: center;

    margin: 0;
  }

  .header .header-inner .nav-utility ul li {
    display: block;
    text-align: center;
    margin: 15px 0 0;
  }

  .header .header-inner .nav-utility ul li a,
  .header .header-inner .nav-utility ul li span {
    display: inline-block;
  }

  .header .header-inner .nav-utility ul li.lang {
    display: inline-block;
  }

  .header .header-inner .nav-utility ul li.sns {
	  position: absolute;
	  left: 0;
	  right: 0;
	  margin: 15px auto 0;
/*    display: inline-block;
    position: absolute;*/
  }

  .header .header-inner .nav-utility ul li.sns.twitter {
    left: -90px;
	width: 25px;
  }

  .header .header-inner .nav-utility ul li.sns.facebook {
	  width: 25px;
    /*right: 30px;*/
  }
  .header .header-inner .nav-utility ul li.sns.tumblr {
    right: -90px;
	width: 25px;
  }

  .header .btn-menu {
    display: block;
    position: absolute;
    right: 0px;
    top: 30px;
    width: 35px;
    height: 21px;
    background: transparent;
    border: 0 none;
    padding: 0;
    z-index: 101;
  }

  .header .btn-menu .icon-1,
  .header .btn-menu .icon-2,
  .header .btn-menu .icon-3 {
    width: 100%;
    height: 3px;
    background-color: #646464;
    display: block;
  }

  .header .btn-menu .icon-1 {
    position: absolute;
    top: 0;
    left: 0;
  }

  .header .btn-menu .icon-2 {
    position: absolute;
    top: 9px;
    right: 0;
  }

  .header .btn-menu .icon-3 {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .header .btn-menu .label {
    font-size: 8px;
    white-space: nowrap;
    position: absolute;
    bottom: -18px;
    left: -0.25em;
    line-height: 14px;
  }

  .header .btn-menu:focus {
    outline: none;
  }

  .header .btn-menu.open {
    width: 38px;
    height: 21px;
  }

  .header .btn-menu.open .icon-1 {
    background-color: #646464;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 11px;
    left: 0;
    height: 2px;
  }

  .header .btn-menu.open .icon-2 {
    background-color: transparent;
  }

  .header .btn-menu.open .icon-3 {
    background-color: #646464;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 8px;
    height: 2px;
  }

  .header .btn-menu.open .label {
    display: none;
  }

  .footer .footer-banner ul li {
    width: 50%;
  }

  .contents:before {
    background: url(/assets/images/tree-bg-1.png) repeat-y left top;
    background-size: 160px 819px;
    left: -30px;
  }

  .contents:after {
    background: url(/assets/images/tree-bg-2.png) repeat-y right top;
    background-size: 160px 819px;
    right: -30px;
  }

  .head-1 {
    text-align: center;
    margin: 0 0 40px;
  }

  .head-1 .head-1-nav-1 {
    background-color: #eeeeee;
    position: static;
    left: auto;
    top: auto;
    margin: 30px -30px 0;
    padding: 12px 30px;
    text-align: center;
    display: none;
  }

  .head-1 .head-1-nav-1 li {
    margin: 3px 15px;
  }

  .head-1 .head-1-nav-1 li:first-child {
    margin: 3px 15px;
  }

  .head-1 .head-1-nav-2 {
    text-align: center;
    padding: 0 60px;
    display: none;
  }

  .head-1 .head-1-nav-2 li {
    margin: 3px 15px;
  }

  .head-1 .head-1-nav-1-sp {
    margin: 30px -30px 0;
    display: block;
    box-shadow: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }

  .head-1 .head-1-nav-1-sp + .head-1-nav-1-sp {
    margin-top: -1px;
  }

  .head-1 .head-1-nav-1-sp select {
    width: 100%;
    display: block;
    border: 0 none;
    padding: 6px 30px;
    background: url(/assets/images/dropdown-arrow.png) no-repeat 92% center;
    background-size: 14px 8px;
    -webkit-appearance: none;
  }

  .head-1 .head-1-nav-1-sp select:focus {
    outline: none;
  }

  .head-1 .head-1-nav-1-sp select option {
    padding: 6px 0;
  }

  .head-1 .head-1-nav-1-sp.nav-page select {
    color: #00b8f0;
  }

  .head-2 {
    margin: 60px 0 40px;
    font-size: 20px;
    padding: 0 40px;
  }

  .head-3 {
    margin: 60px 0 20px;
  }

  .head-4 {
    margin-top: 60px;
  }

  .head-5 .list-relation li:before {
    content: none;
    display: none;
  }

  .group-report-list .group-report-list-item {
    position: relative;
    padding-bottom: 1.5em;
  }

  .group-report-list .group-report-list-item .group-report-list-item-head {
    margin-bottom: 20px;
  }

  .group-report-list .group-report-list-item .image {
    position: static;
    top: auto;
    right: auto;
  }

  .group-report-list .group-report-list-item .date {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
  }

  .group-report-list .group-report-list-item .list-category {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
  }

  .group-report-list .group-report-list-item .list-category li {
    margin-right: 0;
  }

  .group-artist-list .row {
    margin-left: -7px;
    margin-right: -7px;
  }

  .group-artist-list .row [class*='col-'] {
    display: inline-block;
    vertical-align: top;
    padding-left: 7px;
    padding-right: 7px;
    float: none;
  }

  .group-event-list .group-event-list-item {
    margin-bottom: 60px;
  }

  .group-news-list .group-news-list-item {
    margin: 0 0 60px;
  }

  .group-news-list-2 ul li,
  .group-report-list-2 ul li {
    padding-left: 0;
    padding-bottom: 2em;
  }

  .group-news-list-2 ul li .date,
  .group-report-list-2 ul li .date {
    top: auto;
    bottom: 0;
  }

  .group-news-list-2 ul li .list-category,
  .group-report-list-2 ul li .list-category {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
  }

  .group-news-list-2 ul li .title a span,
  .group-report-list-2 ul li .title a span {
    position: static;
    right: auto;
    top: auto;
  }

  .group-box-1 {
    margin: 0 -30px 30px;
  }

  .group-entry-head {
    margin: 0 0 60px;
  }

  .group-entry-head .date {
    position: absolute;
    top: 84px;
    left: 0;
  }

  .group-entry-head .list-category li {
    vertical-align: top;
  }

  .group-entry-head .group-entry-head-sns {
    margin: 20px 0;
    padding: 0;
    position: static;
    right: auto;
    top: auto;
    text-align: left;
  }

  .group-entry-head .group-entry-head-sns li {
    margin: 0 10px 0 0;
  }

  .group-entry-head.type-2 {
    margin-bottom: 20px;
  }

  .link-relation {
    margin-top: -30px;
  }

  .head-1 .head-anim-top[class*='head-anim-']:before {
    display: none;
  }

  .head-anim-1 .head-anim-inner:before,
  .head-anim-1 .head-anim-inner:after {
    width: 80px;
    height: 58px;
    top: -16px;
  }

  .head-anim-1.head-anim-left .head-anim-inner:before {
    left: -100px;
  }

  .head-anim-1.head-anim-right .head-anim-inner:after {
    right: -100px;
  }

  .head-anim-2 .head-anim-inner:before,
  .head-anim-2 .head-anim-inner:after {
    width: 80px;
    height: 58px;
    top: -30px;
  }

  .head-anim-2.head-anim-left .head-anim-inner:before {
    left: -80px;
  }

  .head-anim-2.head-anim-right .head-anim-inner:after {
    right: -80px;
  }

  .head-anim-3 .head-anim-inner:before,
  .head-anim-3 .head-anim-inner:after {
    width: 110px;
    height: 79px;
    top: -30px;
  }

  .head-anim-3.head-anim-left .head-anim-inner:before {
    left: -110px;
  }

  .head-anim-3.head-anim-right .head-anim-inner:after {
    right: -110px;
  }

  .head-anim-4 .head-anim-inner:before,
  .head-anim-4 .head-anim-inner:after {
    width: 120px;
    height: 82px;
    top: -35px;
  }

  .head-anim-4.head-anim-left .head-anim-inner:before {
    left: -120px;
  }

  .head-anim-4.head-anim-right .head-anim-inner:after {
    right: -120px;
  }
  .contents {
	  margin-top: 127px;
}

  .lg-only {
    display: none !important;
  }

  .md-only {
    display: block !important;
  }
  .header .header-inner .nav-global ul.nav-global-main > li.current a {
	  border-bottom: none;
}
	.table-3,.table-3 tbody,.table-3 tr {
		display: block;
	}
	
	.table-3 tr {
		letter-spacing: -0.4em;
		border-top: 2px solid #b0b0b0;
	}
	.table-3 tr.borderTopL {
		border-top: 3px solid #b0b0b0;
	}
	.table-3 tr.spBoderNone + .artistArea {
		border-top: 1px solid #b0b0b0;
	}
	.table-3 tr.spBoderNone {
		border: none;
	}
	.table-3 tr.borderTopL th,
	.table-3 tr.borderTopL td {
		border: none;
	}
	.table-3 tr.tableHasPic td {
		padding: 0;
		text-align: center;
	}
	.table-3 tr th,
	.table-3 tr td {
		display: inline-block;
		/*width: 33%;*/
		width: 100%;
		letter-spacing: 0;
		border: none;
		padding: 0;
	}
	.table-3 tr th {
		padding-top: 0;
	}
	.table-3 tr td img {
		max-width: 100%;
	}
/*	.table-3 tr td[colspan="2"] {
		width: 66%;
	}*/
	.table-3 tr.tableHasPic th,
	.table-3 tr.tableHasPic td,
	.table-3 tr.tableHasPic td.tableHasPic02 {
		display: block;
		width: 100%;
		padding: 9px 1em 9px 0;
	}
	.table-3 tr td.tableHasPic {
		border-top: 1px solid #b0b0b0;
	}
	.table-3 tr.tableHasPic td.tableHasPic02 {
		border: none;
	}
	.table-3 tr.tableHasPic.artistArea th,
	.table-3 tr.tableHasPic.artistArea td {
		border: none;
	}
	.table-3 tr:last-child th {
		border: none;
	}
	.table-3 tr:last-child {
		border-bottom: 3px solid #b0b0b0;
	}
	.table-3 tr:last-child td:last-child.tableHasPic02 {
		padding-left: 0;
	}

}

@media (max-width: 736px) {
  .header .header-inner .nav-global ul li a {
    line-height: 2;
  }

  .footer .footer-banner ul li {
    width: 71.4285714286%;
    margin: 0 0 15px;
  }

  .footer .nav-footer .col {
    width: 100%;
  }

  .group-artist-list .group-artist-list-item .image a:hover,
  .group-artist-list .group-artist-list-item .image a:active,
  .group-artist-list .group-artist-list-item .image a:focus {
    opacity: 1;
  }

  .xs-only {
    display: block !important;
  }
}

@media (max-width: 480px) {
  .mwform-tel-field input {
    width: 76px !important;
  }
}


/*-----------------------------------------------
   2016/09/追記 event
-----------------------------------------------*/

/*-----------------------------------------------
   カルーセル設定
-----------------------------------------------*/
.top-event-list {
	position: relative;
	width: 100%;
}
.top-event-list .top-event-list-inner::before, .top-event-list .top-event-list-inner::after {
	content: "";
	display: table;
}
.top-event-list .top-event-list-inner::after {
	clear: both
}
.top-event-list .top-event-list-inner .top-event-list-item {
	float: left;
	margin: 0 80px 0px 0;
	width: 280px;
}
.top-event-list .js-top-event-nav {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.top-event-list .js-top-event-nav li.prev,
.top-event-list .js-top-event-nav li.next {
	position: absolute;
	top: 40%;
	margin-top: -25px;
}
.top-event-list .js-top-event-nav li.prev {
	left: -45px !important;
}
.top-event-list .js-top-event-nav li.next {
	right: -45px !important;
}

.top-event-list .js-top-event-nav li button {
	border: none;
	padding: 0;
}
.top-event-list .top-event-list-inner .top-event-list-item .title {
	font-family: "見出ゴMB31",sans-serif;
	font-size: 18px;
	line-height: 1.5;
	margin: 0 0 20px;
}
.top-event-list .top-event-list-inner .top-event-list-item .title a {
	color: #646464;
	font-weight: bold;
}
.head-4.mt30 {
	margin-top: 30px;
}
.head-4.mt60 {
	margin-top: 60px;
}
.table-1.eventTbl01 tr th,
.table-1.eventTbl01 tr td {
	border-top: none;
}

@media only screen and (max-width: 1100px) {
	.top-event-list .js-top-event-nav li.prev {
		left: -25px !important;
		opacity: 0.75;
	}
	.top-event-list .js-top-event-nav li.next {
		right: -25px !important;
		opacity: 0.75;
	}
	
}
@media only screen and (max-width: 1030px) {
	.top-event-list {
		width: 70%;
		margin: 0 auto;
	}
	.top-event-list .js-top-event-nav li.prev {
		left: -90px !important;
	}
	.top-event-list .js-top-event-nav li.next {
		right: -60px !important;
	}
}
@media only screen and (max-width: 840px) {
	.top-event-list {
		width: 100%;
	}
	.top-event-list .js-top-event-nav li.prev {
		left: 0 !important;
	}
	.top-event-list .js-top-event-nav li.next {
		right: 0 !important;
	}
}
@media only screen and (max-width: 500px) {
	.top-event-list .js-top-event-nav li.prev {
		left: -29px !important;
		opacity: 0.5;
	}
	.top-event-list .js-top-event-nav li.next {
		right: -29px !important;
		opacity: 0.5;
	}
	
	
}
.mt50 {
	margin-top: 50px !important;
}
.eventTbl01 th {
	width: 43%;
}
.eventTbl01 td {
	min-width: 100px;
}
.table-1.eventTbl01 tr td.date {
	width: 10.8%;
}


.logoTbl02 {
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	width: 100%;
}
.logoTbl02 td {
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	vertical-align: top;
}
.logoTbl02 .logoTblItem {
	display: inline-block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 9px 15px 9px 9px;
	color: inherit;
	position: relative;
}
.logoTbl02 .logoTblItem::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	position: absolute;
	top: 45%;
	right: 10px;
	transform-origin: right bottom;
	transform: rotate(-45deg);
}
.logoTbl02 .logoTblItem .logoTblImg,
.logoTbl02 .logoTblItem .logoTblTxt {
	float: left
}
.logoTbl02 .logoTblItem .logoTblImg {
	width: 25%;
	max-width: 81px;
}
.logoTbl02 .logoTblItem .logoTblTxt {
	margin-left: 10px;
	margin-bottom: 0;
	width: 70%;
}

.table-2Wrap {
	overflow: hidden;
}
.table-2 {
	border-top: 1px solid #b0b0b0;
	border-left: 1px solid #b0b0b0;
	width: 44%;
	margin-bottom: 20px;
	float: left;
	margin-left: 3%;
	margin-right: 3%;
}
.table-2 th,
.table-2 td {
	border-right: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
	padding: 7px 10px;
	text-align: center;
}
.table-2 th:first-child,
.table-2 td:first-child {
	text-align: center;
	width: 20%;
}
@media (max-width: 640px) {
	.table-2 {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}
.mb00 {
	margin-bottom: 0 !important;
}

@media (max-width: 840px) {
	.eventTbl01,
	.eventTbl01 tr,
	.eventTbl01 th,
	.eventTbl01 td {
		display: block;
		width: 100%;
	}
	.eventTbl01 {
		/*border-top: 1px solid #b0b0b0;*/

	}
	.table-1.eventTbl01 tr td.date {
		width: 100%;
	}
	.table-1.eventTbl01 tr th,
	.table-1.eventTbl01 tr td {
		border-top: none;
	}
	.logoTbl01,
	.logoTbl01 .logoTblItem {
		display: block;
		width: 100%;
	}
	.logoTbl02 .logoTblItem {
		padding-right: 9px;
	}
	.logoTbl02 .logoTblItem::after {
		right: 5px;
	}
	.logoTbl02 tr,
	.logoTbl02 td {
		display: block;
	}
	.logoTbl02 .logoTblItem .logoTblImg {
		width: 81px;
	}
	.logoTbl02 .logoTblItem .logoTblTxt {
		width: auto;
	}
 
}
@media (max-width: 480px) {
	.logoTbl02 .logoTblItem {
		text-align: center;
	}
	.logoTbl02 .logoTblItem .logoTblImg,
	.logoTbl02 .logoTblItem .logoTblTxt {
		float: none;
	}
	.logoTbl02 .logoTblItem .logoTblTxt {
		margin-top: 10px;
	}
	
}


.gc_wrapper {
  max-width: 800px; 
  min-width: 280px; 
  margin: 2.0833% auto;
}
 
.responsive-iframe-container {
	position: relative;
/*	padding-bottom: 56.25%;
	padding-top: 30px;
*/	padding-bottom: 56.25%;
	/*padding-top: 395px;*/
	padding-top: 815px;
	height: 0;
	overflow: hidden;
}
.responsive-iframe-container iframe,   
.responsive-iframe-container object,  
.responsive-iframe-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
 
@media (max-width: 840px) {
	.big-container {
		display: none;
	}
	.small-container {
	   padding-bottom: 150%;   /* 高さ */
	}
}
@media (min-width: 840px) {
	.small-container {
		display: none;
	}
}
@media (max-width: 768px) {
	.small-container {
		padding-bottom: 160%;
	}
	
}
@media (max-width: 700px) {
	.small-container {
		padding-bottom: 220%;
	}
	
}
@media (max-width: 600px) {
	.small-container {
		padding-bottom: 270%;
	}
	
}
@media (max-width: 480px) {
	.small-container {
		padding-bottom: 320%;
	}
}
@media (max-width: 400px) {
	.small-container {
		padding-bottom: 390%;
	}
	
}

.btnCol2 {
	text-align: center;
}
.btnCol2 p {
	display: inline-block;
	margin: 0 20px;
	max-width: 300px;
	vertical-align: top;
}
@media (max-width: 840px) {
	.btnCol2 p {
		width: 81.25%;
		margin-bottom: 20px;
	}
}
.disInBlo {display: inline-block;}
