@charset "UTF-8";
/*/////////////////////////////
 reset
 /////////////////////////////*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

button {
  background: none;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*/////////////////////////////
 base
 /////////////////////////////*/
body {
  width: 100%;
  line-height: 1.7;
  font-size: 12px;
  font-family: 'Roboto', "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","游ゴシック体","Yu Gothic",YuGothic,Meiryo,"メイリオ",serif;
  color: #b4b4b4;
  -webkit-text-size-adjust: 100%;
  background: #f8f8f8;
}
body.sound {
  color: #fff;
  font-weight: 100;
  background: #000;
  -webkit-font-smoothing: antialiased;
}
body.sound .hdg02 {
  font-weight: 100;
}

/* list
* ------------------------- */
li {
  list-style: none;
}

/* link
* ------------------------- */
a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: underline;
}

/* img
* ------------------------- */
img {
  max-width: 100%;
  vertical-align: bottom;
  border: 0px;
}

a img {
  border: 0px;
}

@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
    height: auto;
    outline: none;
    vertical-align: top;
  }
}
/* headings
* ------------------------- */
h1, h2, h3, h4, h5 {
  font-weight: bold;
  font-size: 100%;
}

/* clearfix
* ------------------------- */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* other
* ------------------------- */
/* linkbox */
.linkbox {
  cursor: pointer;
}

/* pc,sp */
.spOnly {
  display: none;
}

@media screen and (max-width: 768px) {
  .spOnly {
    display: block;
  }

  .pcOnly {
    display: none;
  }
}
/* ==========================================================
 【VENT Tokyo】(c)visual and echo japan
	Created: 2016-08

  00.common
  01.header
  02.mainVisual
  03.main
  04.footer
  05.schdule
  06.schdule-detail
  07.soundsystem

 ========================================================== */
 /*/////////////////////////////
  00. common
  - 1. container
  - 2. hdg02
  - 3. lyt3col
  - 4. transLink
  - 5. scrolleffect
  - 6. lowerHdg
  - 7. lyt2col
  - 8. wrapper

  - 10. textalign
  - 11. fontweight
  - 12. letterspacing
/////////////////////////////*/
/* 1. container
* ------------------------- */
.container {
  max-width: 1085px;
  margin: 0 auto;
  padding: 0 15px;
}

.containerEn {
  box-sizing: border-box;
  max-width: 680px;
  margin: 0 auto;
}

/* 2. hdg02
* ------------------------- */
.hdg02 {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.15em;
  text-align: center;
  line-height: 1.2;
  margin: 10px 0 90px;
}
.hdg02 span {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}
.hdg02 span:after {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  background: #c8c8c8;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -22.5px;
}
body.sound .hdg02 span:after {
  background: #fff;
}

/* 3. lyt3col
* ------------------------- */
.lyt3col {
  overflow: hidden;
}
.lyt3col > .col {
  width: 33.33333%;
  float: left;
}

/* 4. transLink
* ------------------------- */
@media screen and (min-width: 769px) {
  .transLink {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .transLink:hover {
    text-decoration: none;
    opacity: 0.6;
    -ms-filter: "alpha(opacity=60)";
    filter: alpha(opacity=60);
  }
}
/* 5. scrolleffect
* ------------------------- */
.scrolleffect {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.scrolleffect.is-hidden {
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
}
.scrolleffect.transObj {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  position: relative;
  bottom: 0;
}
.scrolleffect.transObj.is-hidden {
  -webkit-transform: rotateX(20deg);
  transform: rotateX(20deg);
  bottom: -20px;
}

/* 6. lowerHdg
* ------------------------- */
.lowerHdg {
  max-width: 1145px;
  margin: 0 auto;
  padding: 223px 0 90px;
  position: relative;
}
.lowerHdg .hdg02 {
  margin: 0;
}
.lowerHdg .langSwitching {
  letter-spacing: -0.4em;
  word-spacing: 0.1em;
  position: absolute;
  top: 133px;
  right: 0;
}
.lowerHdg .langSwitching > li {
  letter-spacing: normal;
  word-spacing: normal;
  display: inline-block;
  margin-left: 30px;
}
.lowerHdg .langSwitching a {
  color: #787878;
  font-size: 11px;
  padding-bottom: 10px;
  display: block;
  position: relative;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.lowerHdg .langSwitching a:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -4px;
  -webkit-transition: top 0.2s linear;
  transition: top 0.2s linear;
  opacity: 0;
}
.lowerHdg .langSwitching a.current,
.lowerHdg .langSwitching a:hover {
  color: #fff;
  text-decoration: none;
}
.lowerHdg .langSwitching a.current:after {
  opacity: 1;
}

@media screen and (max-width: 1175px) {
  .lowerHdg .langSwitching {
    right: 15px;
  }
}

/* 7. lyt2col
* ------------------------- */
.lyt2col {
  overflow: hidden;
}
.lyt2col > .col {
  width: 50%;
  float: left;
}

/* 8. wrapper
* ------------------------- */
.wrapper {
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
  opacity: 1;
}
.wrapper.onLoad {
  opacity: 0;
}

/* 10. textalign
* ------------------------- */
.al {
  text-align: left;
}

.ar {
  text-align: right;
}

.ac {
  text-align: center;
}

/* 11. fontweight
* ------------------------- */
.fwt {
  font-weight: 400;
}

.fwn {
  font-weight: normal;
}

.fwb {
  font-weight: bold;
}

/* 12. letterspacing
* ------------------------- */
.lsm {
  letter-spacing: 0.1em;
}

/*/////////////////////////////
  01.header
  - 1. header
  - 2. headInner
  - 3. gnav
/////////////////////////////*/
/* 1. header
* ------------------------- */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #f8f8f8;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.header.onLoad {
  opacity: 0;
}
.header.lower {
  background: #fff;
}
body.sound .header.lower {
  background: #000;
}
.header.active {
  background: #fff;
}

/* 2. headInner
* ------------------------- */
.header .headInner {
  max-width: 1145px;
  margin: 0 auto;
  padding: 70px 15px 45px;
  position: relative;
  top: 0;
  -webkit-transition: top 2.4s,padding 0.2s linear;
  transition: top 2.4s,padding 0.2s linear;
}
.header .headInner .hdg01 {
  width: 102px;
  line-height: 1;
}
.header .headInner .btnMenu {
  display: none;
}
.header.onLoad .headInner {
  top: -125px;
}
.header.active .headInner {
  padding: 25px 15px;
}
.header.active .headInner .gnav {
  top: 25px;
}

/* 3. gnav
* ------------------------- */
.header .headInner .gnav {
  line-height: 1;
  letter-spacing: -0.4em;
  word-spacing: 0.1em;
  position: absolute;
  top: 68px;
  right: 15px;
  -webkit-transition: top 0.2s linear;
  transition: top 0.2s linear;
}
.header .headInner .gnav .naviMenu,
.header .headInner .gnav .snsLinks {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  word-spacing: normal;
}
.header .headInner .gnav .naviMenu > li,
.header .headInner .gnav .snsLinks > li {
  float: left;
  margin: 0 0 0 25px;
}
.header .headInner .gnav .naviMenu > li a,
.header .headInner .gnav .snsLinks > li a {
  color: #787878;
  font-size: 11px;
  display: block;
}
.header .headInner .gnav .naviMenu > li a.disable,
.header .headInner .gnav .snsLinks > li a.disable {
  opacity: 0.3;
}
.header .headInner .gnav .naviMenu > li a:hover,
.header .headInner .gnav .snsLinks > li a:hover {
  text-decoration: none;
}
.header .headInner .gnav .naviMenu {
  margin: 0 30px 0 0;
}
.header .headInner .gnav .naviMenu > li a {
  font-weight: 400;
  letter-spacing: 0.15em;
  position: relative;
}
.header .headInner .gnav .naviMenu > li a:after {
  content: "";
  height: 0;
  width: 0;
  border-top: #787878 1px solid;
  position: absolute;
  left: 0;
  bottom: -2px;
  -webkit-transition: .2s;
  transition: .2s;
}
.header .headInner .gnav .naviMenu > li a:hover:after {
  width: 100%;
}
.header .headInner .gnav .snsLinks > li a {
  font-size: 16px;
}

/*/////////////////////////////
  02.mainVisual
  - 1. mainVisual
/////////////////////////////*/
/* 1. mainVisual
* ------------------------- */
.mainVisual {
  max-width: 1145px;
  margin: 0 auto 130px;
  padding: 128px 15px 0;
  -webkit-transition: 2s;
  transition: 2s;
  opacity: 1;
}
.mainVisual .Image {
  text-align: center;
}
.mainVisual.onLoad {
  opacity: 0;
}

/*/////////////////////////////
  03.main
  - 1. blockSection
  - 2. blockMailmag
  - 3. leadBlock
/////////////////////////////*/
/* 1. blockSection
* ------------------------- */
.main {
  -webkit-transition: .6s;
  transition: .6s;
  opacity: 1;
}
.main.onLoad {
  opacity: 0;
}
.main .blockSection {
  margin: 120px 0 50px;
}

.main .blockSection ul.listArchive {
  text-align: center;
  margin: 0 -1.38249%;
  letter-spacing: -0.4em;
  word-spacing: 0.1em;
}
.main .blockSection ul.listArchive > li.col {
  letter-spacing: normal;
  word-spacing: normal;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  width: 19.88072%;
  margin: 0 0 15px;
  padding: 0 1.38249%;
}
.main .blockSection ul.listArchive > li.col a {
  display: block;
  position: relative;
}
.main .blockSection ul.listArchive > li.col a:hover {
  text-decoration: none;
}
.main .blockSection ul.listArchive > li.col a:hover .Text {
  opacity: 1;
  top: 0;
}
.main .blockSection ul.listArchive > li.col a .Text {
  width: 100%;
  margin: 10px 0 0;
  opacity: 0;
  -webkit-transition: .4s;
  transition: .4s;
  position: relative;
  top: -5px;
}
.main .blockSection ul.listArchive > li.col a .Text .title {
  box-sizing: border-box;
  color: #787878;
  font-size: 10px;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  padding: 0 10px;
}
.main .blockSection ul.listArchive > li.col a .Text .title strong {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 5px;
}

.main .blockSection .listArchive div.col {
  padding: 0 15px;
}
.main .blockSection .listArchive div.col a {
  display: block;
  position: relative;
}
.main .blockSection .listArchive div.col a:hover {
  text-decoration: none;
}
.main .blockSection .listArchive div.col a:hover .Text {
  opacity: 1;
  top: 0;
}
.main .blockSection .listArchive div.col a .Text {
  width: 100%;
  margin: 10px 0 0;
  opacity: 0;
  -webkit-transition: .4s;
  transition: .4s;
  position: relative;
  top: -5px;
}
.main .blockSection .listArchive div.col a .Text .title {
  box-sizing: border-box;
  color: #787878;
  font-size: 10px;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  padding: 0 10px;
}
.main .blockSection .listArchive div.col a .Text .title strong {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 5px;
}
.main .blockSection .listArchive button.slick-arrow {
  cursor: pointer;
  width: 14px;
  height: 0;
  overflow: hidden;
  padding-top: 27px;
  position: absolute;
  top: 55px;
  outline: none;
}
.main .blockSection .listArchive button.slick-arrow:before,
.main .blockSection .listArchive button.slick-arrow:after {
  content: "";
  width: 1px;
  height: 16px;
  background: #afafaf;
  position: absolute;
}
.main .blockSection .listArchive button.slick-arrow:hover:before,
.main .blockSection .listArchive button.slick-arrow:hover:after {
  width: 2px;
}
.main .blockSection .listArchive button.slick-prev:before {
  top: 0;
  left: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main .blockSection .listArchive button.slick-prev:after {
  bottom: 0;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.main .blockSection .listArchive button.slick-next:before {
  top: 0;
  right: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.main .blockSection .listArchive button.slick-next:after {
  bottom: 0;
  right: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main .blockSection .listArchive button.slick-prev {
  left: -40px;
}
.main .blockSection .listArchive button.slick-next {
  right: -40px;
}

.main .blockSection .systemWrap {
  letter-spacing: -0.4em;
  word-spacing: 0.1em;
  text-align: center;
}
.main .blockSection .systemWrap > * {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  word-spacing: normal;
  margin: 0 5.52995%;
}
.main .blockSection .systemWrap .Image {
  width: 31.24424%;
}
.main .blockSection .systemWrap .Text {
  width: 41.47465%;
  max-width: 450px;
}
.main .blockSection .systemWrap .Text .title {
  width: 36.22222%;
  max-width: 163px;
  margin: 0 auto 65px;
}
.main .blockSection .systemWrap .Text > p {
  color: #8c8c8c;
}
.main .blockSection .systemWrap .Text .lead {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin: 0 0 15px;
}
.main .blockSection .systemWrap .Text .lead + .text {
  margin-top: 0;
}
.main .blockSection .systemWrap .Text .text {
  text-align: left;
  margin: 20px 0 0;
}
.main .blockSection .systemWrap .Text .text.en {
  letter-spacing: 0.05em;
  margin: 15px 0 0;
}
.main .blockSection .systemWrap .Text .comingSoon {
  font-size: 13px;
  text-align: right;
  margin-top: 15px;
}
.main .blockSection .systemWrap .Text .comingSoon a {
  text-decoration: underline;
}
.main .blockSection .systemWrap .Text .comingSoon a:hover {
  text-decoration: none;
}
.main .snsLinks {
  letter-spacing: -0.4em;
  word-spacing: 0.1em;
  text-align: center;
  margin: 200px 0 130px;
}
.main .snsLinks > li {
  width: 2.02765%;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  word-spacing: normal;
  margin: 0 2.94931%;
  position: relative;
}
.main .snsLinks > li .caption {
  font-size: 8px;
  line-height: 1;
  display: block;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: .4s;
  transition: .4s;
  z-index: 1;
}
.main .snsLinks > li a {
  display: block;
  position: relative;
  z-index: 5;
}
.main .snsLinks > li:hover .caption {
  opacity: 1;
  bottom: -2.5em;
}
.main .attentionArea {
  text-align: center;
  padding: 0 15px;
}
.main .attentionArea .hdg {
  color: #a0a0a0;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 0 0 35px;
}
body.sound .attentionArea .hdg {
  color: #fff;
}
.main .attentionArea .text > p {
  font-weight: 400;
  margin-top: 15px;
}
.main .attentionArea .text p.ja {
  color: #a0a0a0;
  font-size: 10px;
}
body.sound .main .attentionArea .text p.ja {
  color: #fff;
}

/* 2. blockMailmag
* ------------------------- */
.main .blockMailmag {
  box-sizing: border-box;
  width: 59.447%;
  margin: 115px auto 145px;
  padding: 105px 15px 150px;
  background: #fff;
}
.main .blockMailmag .text {
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 13px 0 0;
}
.main .blockMailmag .cnvForm {
  text-align: center;
  letter-spacing: -0.4em;
  word-spacing: 0.1em;
  margin: 90px 0 0;
}
.main .blockMailmag .cnvForm * {
  letter-spacing: normal;
  word-spacing: normal;
}
.main .blockMailmag .cnvForm .wysija-paragraph {
  display: inline-block;
  width: 44.18605%;
  vertical-align: middle;
  position: relative;
}
.main .blockMailmag .cnvForm .wysija-paragraph .formError {
  width: 100%;
  top: -50px !important;
  left: 0 !important;
}
.main .blockMailmag .cnvForm .wysija-paragraph .formError .formErrorContent {
  box-sizing: border-box;
  background: none;
  border-color: #c8c8c8;
  color: #c8c8c8;
  font-family: inherit;
  width: 100%;
}
.main .blockMailmag .cnvForm input {
  box-sizing: border-box;
  color: #b4b4b4;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.05em;
  width: 100%;
  border: none;
  background: #f8f8f8;
  padding: 9px 15px 8px;
}
.main .blockMailmag .cnvForm input:focus {
  outline: none;
}
.main .blockMailmag .cnvForm input::-webkit-input-placeholder {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.main .blockMailmag .cnvForm input:-moz-placeholder {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.main .blockMailmag .cnvForm input::-moz-placeholder {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.main .blockMailmag .cnvForm input:-ms-input-placeholder {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.main .blockMailmag .cnvForm .btnForm {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: 11.62791%;
  color: #fff;
  font-size: 10px;
  line-height: 1.7;
  letter-spacing: normal;
  word-spacing: normal;
  text-align: center;
  padding: 6px 5px 5px;
  margin: 0 0 0 5px;
  background: #a0a0a0;
  cursor: pointer;
}

/* 3. leadBlock
* ------------------------- */
.main .leadBlock {
  margin: 0 0 50px;
}
.main .leadBlock p {
  margin-top: 13px;
}
.main .leadBlock p.ja {
  font-size: 11px;
  margin: 10px 0 0;
}
.main .leadBlock p:first-child {
  margin-top: 0;
}

/*/////////////////////////////
  04.footer
  - 1. footer
  - 2. footerInner
/////////////////////////////*/
/* 1. footer
* ------------------------- */
.footer {
  margin: 160px 0 0;
  padding: 0 20px 20px;
}

/* 2. footerInner
* ------------------------- */
.footer .footerInner {
  background: #424240;
  padding: 100px 0 60px;
  overflow: hidden;
}
body.sound .footer .footerInner {
  background: #000;
}
.footer .leftSide {
  float: left;
}
.footer .leftSide .footLogo {
  line-height: 1;
  width: 82px;
  margin: 0 0 30px;
}
.footer .leftSide .copy {
  line-height: 0;
  width: 140px;
}
.footer .rightSide {
  float: right;
}
.footer .rightSide .footerCol {
  color: #c8c8c8;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0 0 45px;
}
.footer .rightSide .footerCol .hdg {
  font-size: 10px;
  margin: 0 0 10px;
}
.footer .rightSide .footerCol .Text {
  line-height: 1.2;
}
.footer .rightSide .footerCol .Text p {
  margin: 10px 0 0;
}
.footer .rightSide .footerCol .Text p.ja {
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","游ゴシック体","Yu Gothic",YuGothic,Meiryo,"メイリオ",serif;
  font-size: 10px;
}
.footer .rightSide .footerCol .Text p.snsLink {
  font-size: 18px;
}
.footer .rightSide .colWrap {
  overflow: hidden;
  margin-left: -6.5%;
}
.footer .rightSide .colWrap > .col {
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding-left: 6.5%;
}

/*/////////////////////////////
  05.schedule
  - 1. listSchedule
  - 2. scheduleWrap
  - 3. calendarBox
  - 4. tribe-events-calendar
/////////////////////////////*/
/* 1. listSchedule
* ------------------------- */
.listSchedule {
  margin: 0 -1.84332%;
}
.listSchedule > .col {
  box-sizing: border-box;
  padding: 0 1.84332%;
  margin: 0 0 20px;
}
.listSchedule > .col.tribe-events-othermonth {
  display: none;
}
.listSchedule > .col a {
  width: 100%;
  display: table;
}
.listSchedule > .col a:hover {
  text-decoration: none;
}
.listSchedule > .col a:hover .Image .imgHover {
  opacity: 1;
}
.listSchedule > .col .Image {
  display: table-caption;
  background: #eeeeec;
  position: relative;
}
.listSchedule > .col .Image .imgNormal {
  position: relative;
  z-index: 1;
}
.listSchedule > .col .Image .imgHover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
}
.listSchedule > .col .Text {
  color: #787878;
  background: #fff;
  padding: 50px 7.46269% 80px;
  position: relative;
}
.listSchedule > .col .Text > p {
  letter-spacing: 0.05em;
}
.listSchedule > .col .Text .hdg {
  width: 100%;
  display: table;
  margin: 0 0 15px;
}
.listSchedule > .col .Text .hdg .hdgCap {
  display: table-caption;
  margin: 0 0 20px;
}
.listSchedule > .col .Text .hdg .mainAct01 {
  margin: 0;
}
.listSchedule > .col .Text .date {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}
.listSchedule > .col .Text .date small {
  font-size: 10px;
  display: inline-block;
  margin-left: 5px;
}
.listSchedule > .col .Text .title {
  font-size: 13px;
  font-weight: 500;
  margin: 5px 0 0;
}
.listSchedule > .col .Text .mainAct01 {
  font-size: 10px;
  font-weight: normal;
  line-height: 1.2;
  margin: 15px 0;
}
.listSchedule > .col .Text .mainAct01 strong {
  font-size: 20px;
  font-weight: 500;
}
.listSchedule > .col .Text .mainAct02 {
  font-size: 10px;
  line-height: 1.2;
  margin: 5px 0;
}
.listSchedule > .col .Text .mainAct02 strong {
  font-size: 15px;
  font-weight: 500;
}
.listSchedule > .col .Text .act {
  font-size: 10px;
  line-height: 1.2;
  margin: 5px 0;
}
.listSchedule > .col .Text .act strong {
  font-size: 12px;
  font-weight: 500;
}
.listSchedule > .col .Text .detailText {
  color: #c8c8c8;
  font-size: 10px;
  font-weight: 500;
  text-decoration: underline;
  position: absolute;
  bottom: 20px;
  right: 7.46269%;
}

/* 2. scheduleWrap
* ------------------------- */
.scheduleWrap {
  width: 100%;
  display: table;
}
.scheduleWrap .scheduleSide {
  width: 27.18894%;
  display: table-cell;
  vertical-align: top;
  background-color: #fff;
  position: relative;
}
.scheduleWrap .scheduleList {
  width: 70.04608%;
  display: table-cell;
  vertical-align: top;
  padding-left: 2.76498%;
}
.scheduleWrap .scheduleList .lyt2col {
  overflow: visible;
}
.scheduleWrap .scheduleList .listSchedule > .col {
  margin: 20px 0 0;
}
.scheduleWrap .scheduleList .listSchedule > .col:first-child, .scheduleWrap .scheduleList .listSchedule > .col:first-child + .col {
  margin-top: 0;
}

/* 3. calendarBox
* ------------------------- */
.calendarBox {
  box-sizing: border-box;
  padding: 55px 0 0;
}
.calendarBox .Inner {
  padding: 0 10.16949% 15px;
}
.calendarBox .controllHeader {
  width: 85.10638%;
  margin: 0 auto 40px;
  position: relative;
}
.calendarBox .controllHeader .textMonth {
  color: #8c8c8c;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}
.calendarBox .controllHeader .textMonth em {
  display: block;
  font-size: 80px;
  line-height: 1;
}
.calendarBox .controllHeader .controll {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
}
.calendarBox .controllHeader .controll li a {
  color: #fff;
  display: block;
  width: 22px;
  height: 0;
  overflow: hidden;
  padding-top: 22px;
  position: relative;
}
.calendarBox .controllHeader .controll li a:before {
  content: "";
  width: 14px;
  height: 14px;
  border-top: #8c8c8c 2px solid;
  border-right: #8c8c8c 2px solid;
  display: block;
  position: absolute;
  top: 50%;
}
.calendarBox .controllHeader .controll .prev {
  float: left;
}
.calendarBox .controllHeader .controll .prev a:before {
  left: 3px;
  margin-top: -8px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.calendarBox .controllHeader .controll .next {
  float: right;
}
.calendarBox .controllHeader .controll .next a:before {
  right: 3px;
  margin-top: -8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.calendarBox .sideCalendar {
  margin: 55px 0 60px;
}
.calendarBox .noticeText {
  color: #8c8c8c;
  font-size: 10px;
  margin: 15px 0;
}
.calendarBox.fixed {
  position: fixed;
  top: 63px;
}

/* 4. tribe-events-calendar
* ------------------------- */
.wrapper #tribe-events-content {
  margin: 0;
  padding: 0;
}

#tribe-events-content .sideCalendar table.tribe-events-calendar,
#tribe-events-content .sideCalendar .tribe-events-calendar td {
  border: none;
}
#tribe-events-content .sideCalendar table.tribe-events-calendar {
  width: 100%;
  margin: 0;
}
#tribe-events-content .sideCalendar table.tribe-events-calendar col.col {
  width: 14.28571%;
}
#tribe-events-content .sideCalendar table.tribe-events-calendar thead td {
  width: auto;
  height: auto;
  color: #8c8c8c;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  padding: 0 0 15px;
}
#tribe-events-content .sideCalendar table.tribe-events-calendar tbody td {
  width: auto;
  height: auto;
  color: #d0d0ce;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 0 0 15px;
}
#tribe-events-content .sideCalendar table.tribe-events-calendar tbody td a {
  font-size: 14px;
}
#tribe-events-content .sideCalendar table.tribe-events-calendar tbody td.tribe-events-othermonth > * {
  display: none;
}
#tribe-events-content .sideCalendar table.tribe-events-calendar tbody td.tribe-events-has-events div[id*=tribe-events-daynum-] {
  display: none;
}
#tribe-events-content .sideCalendar table.tribe-events-calendar tbody td.tribe-events-has-events div[class*=tribe-events-category-] {
  line-height: 1.2;
}
#tribe-events-content .sideCalendar table.tribe-events-calendar tbody td.tribe-events-has-events a {
  color: #8c8c8c;
  display: block;
}
#tribe-events-content .sideCalendar table.tribe-events-calendar tbody td.tribe-events-has-events a:hover {
  opacity: 0.5;
  text-decoration: none;
}
#tribe-events-content .sideCalendar table.tribe-events-calendar tbody td.tribe-events-has-events a:after {
  content: "";
  width: 3px;
  height: 3px;
  display: block;
  background: #8c8c8c;
  position: absolute;
  left: 50%;
  bottom: 10px;
  margin-left: -1.5px;
}
#tribe-events-content .sideCalendar table.tribe-events-calendar tbody td.tribe-events-present {
  color: #fff;
}
#tribe-events-content .sideCalendar table.tribe-events-calendar tbody td.tribe-events-present:before {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  background: #8c8c8c;
  border-radius: 100%;
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -12.5px;
  z-index: 1;
}
#tribe-events-content .sideCalendar table.tribe-events-calendar tbody td.tribe-events-present div[id*=tribe-events-daynum-] {
  display: inline-block;
  vertical-align: top;
  z-index: 5;
}
#tribe-events-content .sideCalendar table.tribe-events-calendar tbody td.tribe-events-present.tribe-events-has-events div[id*=tribe-events-daynum-] {
  display: none;
}
#tribe-events-content .sideCalendar table.tribe-events-calendar tbody td.tribe-events-present.tribe-events-has-events div[class*=tribe-events-category-] {
  position: relative;
  z-index: 5;
}
#tribe-events-content .sideCalendar table.tribe-events-calendar tbody td.tribe-events-present.tribe-events-has-events div[class*=tribe-events-category-] a {
  color: #fff;
}
#tribe-events-content .sideCalendar table.tribe-events-calendar tbody td.tribe-events-present.tribe-events-has-events div[class*=tribe-events-category-] a:after {
  display: none;
}
#tribe-events-content .sideCalendar table.tribe-events-calendar tbody td div[id*=tribe-events-daynum-] {
  font-size: 14px;
  font-weight: bold;
  padding: 0;
}

/*/////////////////////////////
  06.schedule-detail
  - 1. hdgBlock
  - 2. bodyBlock
  - 3. tribe-events-content
  - 4. shareBlock
/////////////////////////////*/
/* 1. hdgBlock
* ------------------------- */
.scheduleWrap .hdgBlock {
  width: 100%;
  display: table;
  table-layout: fixed;
  direction: rtl;
  margin: 0 0 115px;
}
.scheduleWrap .hdgBlock > * {
  display: table-cell;
  vertical-align: top;
  direction: ltr;
}
.scheduleWrap .hdgBlock .ImageCol {
  width: 42.11982%;
}
.scheduleWrap .hdgBlock .ImageCol .Image {
  background: #eeeeec;
}
.scheduleWrap .hdgBlock .Text {
  color: #787878;
  padding-left: 9.67742%;
}
.scheduleWrap .hdgBlock .Text .artistWrap {
  position: relative;
}
.scheduleWrap .hdgBlock .Text .artistWrap > * {
  box-sizing: border-box;
}
.scheduleWrap .hdgBlock .Text .artistWrap .hdg {
  width: 51.93798%;
  padding-right: 10px;
  display: table;
}
.scheduleWrap .hdgBlock .Text .artistWrap .hdg .title {
  display: table-caption;
  font-size: 13px;
  font-weight: 500;
}
.scheduleWrap .hdgBlock .Text .artistWrap .hdg .mainAct {
  font-size: 10px;
  font-weight: normal;
  line-height: 1.2;
  margin: 10px 0;
}
.scheduleWrap .hdgBlock .Text .artistWrap .hdg .mainAct strong {
  font-size: 20px;
  font-weight: 500;
}
.scheduleWrap .hdgBlock .Text .artistWrap .body {
  width: 48.06202%;
  position: absolute;
  top: 35px;
  right: 0;
}
.scheduleWrap .hdgBlock .Text .artistWrap .body .cont {
  margin: 0 0 15px;
}
.scheduleWrap .hdgBlock .Text .artistWrap .body .act {
  font-size: 10px;
  line-height: 1.2;
  margin: 5px 0;
}
.scheduleWrap .hdgBlock .Text .artistWrap .body .act:first-child {
  margin-top: 0;
}
.scheduleWrap .hdgBlock .Text .artistWrap .body .act strong {
  font-size: 12px;
  font-weight: 500;
}
.scheduleWrap .hdgBlock .Text .detail {
  box-sizing: border-box;
  padding-right: 49.56202%;
  margin: 30px 0 0;
}
.scheduleWrap .hdgBlock .Text .detail .detailList {
  font-weight: bold;
  line-height: 1.5;
  margin-top: 15px;
}
.scheduleWrap .hdgBlock .Text .detail .detailList:first-child {
  margin-top: 0;
}
.scheduleWrap .hdgBlock .Text .detail .detailList > li {
  margin: 3px 0;
}
.scheduleWrap .hdgBlock .Text .detail .detailList > li > span {
  display: table-cell;
  vertical-align: top;
}
.scheduleWrap .hdgBlock .Text .detail .detailList > li > span.cap {
  white-space: nowrap;
}
.scheduleWrap .hdgBlock .Text .detail .detailList > li > span.text {
  padding-left: 5px;
}
.scheduleWrap .hdgBlock .Text .detail .detailList > li > span.text .link {
  line-height: 1;
  display: inline-block;
  margin: 0 10px 5px 0;
}
.scheduleWrap .hdgBlock .Text .detail .detailList > li > span.text a {
  text-decoration: underline;
}
.scheduleWrap .hdgBlock .Text .detail .detailList > li > span.text a:hover {
  text-decoration: none;
}

/* 2. bodyBlock
* ------------------------- */
.scheduleWrap .bodyBlock {
  width: 100%;
  display: table-cell;
  table-layout: fixed;
}
.scheduleWrap .bodyBlock > .col {
  box-sizing: border-box;
  display: table-cell;
  width: 50%;
}
.scheduleWrap .bodyBlock > .col.ja {
  padding-right: 1.84332%;
  color: #8c8c8c;
}
.scheduleWrap .bodyBlock > .col.ja p.lead {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 20px;
}
.scheduleWrap .bodyBlock > .col.ja p.lead + p {
  margin-top: 0;
}
.scheduleWrap .bodyBlock > .col.ja p {
  margin: 15px 0 0;
}
.scheduleWrap .bodyBlock > .col.ja p:first-child {
  margin-top: 0;
}
.scheduleWrap .bodyBlock > .col.en {
  padding-left: 1.84332%;
}
.scheduleWrap .bodyBlock > .col.en p.lead {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 10px;
}
.scheduleWrap .bodyBlock > .col.en p.lead + p {
  margin-top: 0;
}
.scheduleWrap .bodyBlock > .col.en p {
  margin: 12px 0 0;
}
.scheduleWrap .bodyBlock > .col.en p:first-child {
  margin-top: 0;
}

.scheduleWrap .bodyBlock > .col.ja .movie,
.scheduleWrap .bodyBlock > .col.en .movie {
	margin: 15px 0 0;
	position: relative;
}
.scheduleWrap .bodyBlock > .col.ja .movie:before,
.scheduleWrap .bodyBlock > .col.en .movie:before {
	content: "";
	display: block;
	padding-top: 56.25%;
}
.scheduleWrap .bodyBlock > .col.ja .movie iframe,
.scheduleWrap .bodyBlock > .col.en .movie iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

/* 3. tribe-events-content
* ------------------------- */
#tribe-events-content {
  position: static !important;
  margin: 0 !important;
  padding: 0 !important;
}
#tribe-events-content .tribe-events-back {
  position: fixed;
  margin: 0;
  left: 1.95313%;
  top: 225px;
  z-index: 5;
}
#tribe-events-content .tribe-events-back a {
  color: #787878;
  font-size: 10px;
  text-align: center;
  display: block;
  padding-top: 32px;
  position: relative;
}
#tribe-events-content .tribe-events-back a:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border-top: #8c8c8c 1px solid;
  border-left: #8c8c8c 1px solid;
  position: absolute;
  top: 3px;
  left: 50%;
  margin-left: -5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: .4s;
  transition: .4s;
}
#tribe-events-content .tribe-events-back a:hover {
  text-decoration: none;
}
#tribe-events-content .tribe-events-back a:active:before {
  margin-left: -10px;
}

/* 4. shareBlock
* ------------------------- */
.shareBlock {
	text-align: center;
	letter-spacing: -0.4em;
	word-spacing: 0.1em;
	margin-bottom: 80px;
	padding: 35px 0;
	border-top: #a7a7a7 1px dotted;
	border-bottom: #a7a7a7 1px dotted;
}
.shareBlock * {
	display: inline-block;
	word-spacing: normal;
	letter-spacing: 0.04em;
	vertical-align: middle;
}
.shareBlock .text {
	color: #787878;
}
.shareBlock .text dt {
	font-size: 12px;
	font-weight: bold;
	margin-right: 15px;
}
.shareBlock .text ul li {
	width: 23px;
	margin: 0 15px;
}

/*/////////////////////////////
  07.soundsystem
  - 1. modLead
  - 2. modText
  - 3. blockSound
/////////////////////////////*/
/* 1. modLead
* ------------------------- */
body.sound .modLead {
  font-size: 30px;
  text-align: center;
  margin: 0 0 50px;
}

/* 2. modText
* ------------------------- */
body.sound .modText {
  font-size: 15px;
  text-align: center;
  margin: 2em 0;
}
body.sound .modText:first-child {
  margin-top: 0;
}
body.sound .history .modText {
  margin: 3em 0;
}

/* 3. blockSound
* ------------------------- */
.blockSound {
  margin: 250px 0 0;
}
.blockSound .Image {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 80px 0;
}
.blockSound .hdg02 + Image {
  margin-top: 0;
}
.blockSound .Image img {
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -800px;
}
.blockSound .Image.img01 {
  height: 909px;
}
.blockSound .Image.img02 {
  height: 782px;
}
.blockSound .Image.img03 {
  height: 1115px;
}
.blockSound .Image.img04 {
  height: 825px;
}
.blockSound .notice {
  text-align: center;
  margin: 60px 0 1em;
}
.blockSound .lytUnit {
  width: 100%;
  display: table;
  table-layout: fixed;
  text-align: center;
}
.blockSound .lytUnit .col {
  width: 50%;
  display: table-cell;
  vertical-align: top;
}
.blockSound .lytUnit .col .images {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0 0 30px;
  position: relative;
}
.blockSound .lytUnit .col .images img {
  width: 41.14391%;
}
.blockSound .lytUnit .col .images:before {
  content: "";
  display: block;
  width: 66px;
  height: 34px;
  background: url('../img/icon_soundsystem.png') no-repeat;
  background-position: left top;
  position: absolute;
  top: 50%;
  left: -33px;
  margin-top: -17px;
}
.blockSound .lytUnit .col:first-child .images:before {
  display: none;
}
.blockSound .lytUnit .col .images span {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.blockSound .lytUnit .col .text dt {
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 10px;
}
.blockSound .lytUnit .col .text dd {
  font-size: 13px;
}
.blockSound .lead {
  font-size: 18px;
  text-align: center;
  margin: 60px 0;
}

@media screen and (max-width: 1185px) {
.main .blockSection .listArchive button.slick-next {
  right: -14px
}
.main .blockSection .listArchive button.slick-prev {
  left: -14px;
}
}

/*/////////////////////////////
 responsive
 /////////////////////////////*/
@media screen and (max-width: 768px) {
  .container {
    max-width: none;
    margin: 0;
    padding: 0 5.33333%;
  }

  .containerEn {
    max-width: none;
    margin: 0;
  }

  .hdg02 {
    font-size: 16px;
    margin: 10px 0 80px;
  }

  .lyt3col > .col,
  .lyt2col > .col {
    width: 100%;
    float: none;
  }

  .header {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
  }
  .header .headInner {
    max-width: none;
    margin: 0;
    padding: 30px 6.66667% 28px;
    -webkit-transition: background .4s;
    transition: background .4s;
  }
  .header .headInner .hdg01 {
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
  }
  .header .headInner.is-active {
    background: #424240;
  }
  .header .headInner.is-active .hdg01 {
    opacity: 0;
  }
  .header .headInner .btnMenu {
    display: block;
    width: 22px;
    height: 0;
    padding-top: 22px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    right: 6.66667%;
    margin-top: -11px;
  }
  .header .headInner .btnMenu:before,
  .header .headInner .btnMenu span:before,
  .header .headInner .btnMenu span:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #505050;
    position: absolute;
    -webkit-transition: 600ms;
    transition: 600ms;
    will-change: transform;
  }
  .header .headInner .btnMenu:before {
    top: 50%;
  }
  .header .headInner .btnMenu span:before {
    top: 4px;
  }
  .header .headInner .btnMenu span:after {
    top: 18px;
  }
  .header .headInner .btnMenu.active:before {
    left: -22px;
    opacity: 0;
  }
  .header .headInner .btnMenu.active span:before {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 10px;
  }
  .header .headInner .btnMenu.active span:after {
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
    top: 10px;
  }
  .header .headInner .btnMenu.active:before,
  .header .headInner .btnMenu.active span:before,
  .header .headInner .btnMenu.active span:after {
    background: #787878;
  }
  .header .headInner .gnav {
    position: fixed;
    top: 71px;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: scroll;
    background: #424240;
    z-index: 10;
  }
  .header .headInner .gnav.is-hidden {
    display: none;
  }
  .header .headInner .gnav .naviMenu,
  .header .headInner .gnav .snsLinks {
    text-align: center;
    display: block;
    padding: 0 3%;
    margin: 75px 0 0;
  }
  .header .headInner .gnav .naviMenu > li,
  .header .headInner .gnav .snsLinks > li {
    float: none;
    margin: 15px 0 0;
  }
  .header .headInner .gnav .naviMenu > li a {
    font-size: 12px;
    padding: 5px 0;
  }
  .header .headInner .gnav .naviMenu > li a:after {
    display: none;
  }
  .header .headInner .gnav .snsLinks > li a {
    font-size: 18px;
    display: inline-block;
    padding: 5px;
  }
  .header.active .headInner {
    padding: 20px 6.66667% 18px;
  }
  .header.active .headInner .gnav {
    top: 51px;
  }

  .mainVisual {
    max-width: none;
    margin: 0 0 85px;
    padding: 71px 5.33333% 0;
  }

  .main .blockSection {
    margin: 100px 0 50px;
  }

  .main .blockSection ul.listArchive {
    margin: 0 -2.98507%;
  }
  .main .blockSection ul.listArchive > li.col {
    width: 100%;
    float: none;
    margin: 7px 0 0;
    padding: 0;
  }
  .main .blockSection ul.listArchive > li.col:first-child {
    margin-top: 0;
  }
  .main .blockSection ul.listArchive > li.col a {
    width: 100%;
    display: table;
  }
  .main .blockSection ul.listArchive > li.col a > * {
    display: table-cell;
    vertical-align: middle;
  }
  .main .blockSection ul.listArchive > li.col a .Text {
    position: static;
    opacity: 1;
    padding-left: 7.46269%;
    margin: 0;
  }
  .main .blockSection ul.listArchive > li.col a .Text .title {
    width: auto;
    position: static;
    text-align: left;
    padding: 0;
    -webkit-transform: inherit;
    transform: inherit;
  }
  .main .blockSection ul.listArchive > li.col a .Text .title br {
    display: none;
  }
  .main .blockSection ul.listArchive > li.col a .Text .title strong {
    margin: 0;
  }
  .main .blockSection ul.listArchive > li.col a:hover .Image img {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .main .blockSection ul.listArchive > li.col .Image {
    width: 41.79104%;
  }

  .main .blockSection .listArchive {
    margin: 0 -2.98507%;
    padding: 0 0 55px;
  }
  .main .blockSection .listArchive div.col {
    margin: 10px 0;
    padding: 0;
  }
  .main .blockSection .listArchive div.col a {
    width: 100%;
    display: table;
    table-layout: fixed;
  }
  .main .blockSection .listArchive div.col a >* {
    display: table-cell;
    vertical-align: middle;
  }
  .main .blockSection .listArchive div.col .Image {
    width: 41.79104%;
  }
  .main .blockSection .listArchive div.col a .Text {
    position: static;
    opacity: 1;
    padding-left: 7.46269%;
    margin: 0;
  }
  .main .blockSection .listArchive div.col a .Text .title {
    width: auto;
    text-align: left;
    padding: 0;
  }
  .main .blockSection .listArchive div.col a .Text .title strong {
    margin: 0;
  }
  .main .blockSection .listArchive button.slick-arrow {
    width: 10px;
    padding-top: 20px;
    top: inherit;
    bottom: 0;
  }
  .main .blockSection .listArchive button.slick-next {
    right: 25px;
  }
  .main .blockSection .listArchive button.slick-prev {
    left: 25px;
  }
  .main .blockSection .listArchive button.slick-arrow:hover:before,
  .main .blockSection .listArchive button.slick-arrow:hover:after {
    width: 1px;
  }
  .main .blockSection .listArchive button.slick-arrow:before,
  .main .blockSection .listArchive button.slick-arrow:after {
    height: 12px;
  }
  .main .blockSection .listArchive .slick-dots {
		width: 195px;
		line-height: 1;
    text-align: center;
    letter-spacing: -0.4em;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .main .blockSection .listArchive .slick-dots >li {
    width: 5px;
    display: inline-block;
    letter-spacing: normal;
    margin: 0 7px;
  }
  .main .blockSection .listArchive .slick-dots >li button {
    width: 100%;
    height: 0;
    padding-top: 5px;
    overflow: hidden;
    border-radius: 100%;
    background: #b4b4b4;
    display: inline-block;
    vertical-align: middle;
  }
  .main .blockSection .listArchive .slick-dots >li.slick-active button {
    background: #505050;
  }

  .main .blockSection .systemWrap {
    width: 100%;
    position: relative;
    padding: 126px 0 0;
  }
  .main .blockSection .systemWrap > * {
    display: block;
    margin: 0;
  }
  .main .blockSection .systemWrap .Image {
    width: 67.16418%;
    text-align: center;
    margin: 0 auto 65px;
  }
  .main .blockSection .systemWrap .Text {
    width: 285px;
    margin: 0 auto;
  }
  .main .blockSection .systemWrap .Text.inline {
    box-sizing: border-box;
    max-width: none;
    width: 100%;
    padding: 0 4.47761%;
  }
  .main .blockSection .systemWrap .Text .title {
    width: 154px;
    max-width: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .main .blockSection .systemWrap .Text .text.ja + .text.en {
    margin-top: 40px;
  }
  .main .blockMailmag {
    width: 100%;
    margin: 100px 0 0;
    padding: 70px 4.47761% 90px;
  }
  .main .blockMailmag .text {
    margin: 18px 0 0;
  }
  .main .blockMailmag .cnvForm {
    margin: 70px 0 0;
  }
  .main .blockMailmag .cnvForm .wysija-paragraph {
    display: block;
    width: 100%;
  }
  .main .blockMailmag .cnvForm input {
    font-size: 16px;
  }
  .main .blockMailmag .cnvForm input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .main .blockMailmag .cnvForm input:-moz-placeholder {
    font-size: 16px;
  }
  .main .blockMailmag .cnvForm input::-moz-placeholder {
    font-size: 16px;
  }
  .main .blockMailmag .cnvForm input:-ms-input-placeholder {
    font-size: 16px;
  }
  .main .blockMailmag .cnvForm .btnForm {
    display: block;
    width: 100%;
    margin: 0;
    padding: 8px 15px 6px;
    border-radius: 2px;
  }
  .main .blockMailmag .cnvForm .btnForm {
    margin-top: 20px;
  }
  .main .snsLinks {
    margin: 100px 0;
  }
  .main .snsLinks > li {
    width: 6.56716%;
    margin: 0 5.97015%;
  }
  .main .snsLinks > li:hover .caption {
    opacity: 0;
    bottom: 0;
  }
  .main .attentionArea {
    padding: 0;
  }
  .main .attentionArea .hdg {
    margin: 0 0 40px;
  }
  .main .attentionArea .text > p {
    margin-top: 20px;
  }

  .footer {
    padding: 0;
    margin: 85px 0 0;
  }
  .footer .footerInner {
    padding: 90px 0 35px;
  }
  .footer .rightSide,
  .footer .leftSide {
    float: none;
  }
  .footer .rightSide .footerCol {
    margin: 0 0 50px;
  }
  .footer .rightSide .colWrap {
    margin-left: 0;
  }
  .footer .rightSide .colWrap .col {
    padding-left: 0;
  }
  .footer .leftSide {
    margin-top: 70px;
  }

  .lowerHdg {
    max-width: none;
    margin: 0;
    padding: 116px 3.125% 35px;
  }

  .lowerHdg .langSwitching {
    position: static;
    text-align: center;
    margin: -45px 0 25px;
  }
  .lowerHdg .langSwitching > li {
    margin: 0 25px;
  }
  .lowerHdg .langSwitching a:hover {
    color: #787878;
  }

  .listSchedule {
    margin: 0;
  }
  .listSchedule > .col {
    padding: 0;
    margin: 20px 0 0;
  }
  .listSchedule > .col:first-child {
    margin-top: 0;
  }
  .listSchedule > .col a:hover .Image {
    background: #eeeeec;
  }
  .listSchedule > .col a:hover .Image .imgHover {
    opacity: 1;
  }
  .listSchedule > .col .Image {
    text-align: center;
  }
  .listSchedule > .col .Image .imgHover {
    display: none;
  }
  .listSchedule > .col .Text {
    padding: 30px 7.46269% 75px;
  }

  .scheduleWrap {
    display: block;
  }
  .scheduleWrap .scheduleSide {
    width: 100%;
    height: 67px;
    display: block;
    background: none;
    position: static;
  }
  .scheduleWrap .scheduleList {
    width: 100%;
    display: block;
    margin: 45px 0 0;
    padding-left: 0;
  }
  .scheduleWrap .scheduleList .listSchedule > .col.is-hidden {
    -webkit-transform: rotateX(20deg);
    transform: rotateX(20deg);
    top: inherit;
    bottom: -20px;
  }
  .scheduleWrap .scheduleList .listSchedule > .col:first-child + .col {
    margin-top: 20px;
  }

  .calendarBox {
    width: 100%;
    height: auto;
    padding: 0;
    background: none;
    -webkit-transform: translate3d(0, 0, 0);
  }
  .calendarBox .Inner {
    padding: 0;
  }
  .calendarBox .controllHeader {
    width: 195px;
    margin: 0 auto;
  }
  .calendarBox .controllHeader .textMonth {
    color: #787878;
  }
  .calendarBox .controllHeader .textMonth em {
    font-size: 50px;
  }
  .calendarBox .controllHeader .controll li a:before {
    border-color: #787878;
  }
  .calendarBox .sideCalendar {
    display: none;
  }
  .calendarBox .noticeText {
    display: none;
  }
  .calendarBox.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: url("../img/bg_header.png") repeat;
    margin: 0;
    padding: 5px 0;
    z-index: 998;
    -webkit-transition: top .6s;
    transition: top .6s;
  }
  .calendarBox.fixed.transHeight {
    top: 51px;
  }
  .calendarBox.fixed .controllHeader {
    z-index: 10;
  }
  .calendarBox.fixed .controllHeader .textMonth {
    color: #fff;
  }
  .calendarBox.fixed .controllHeader .textMonth em {
    font-size: 30px;
  }
  .calendarBox.fixed .controllHeader .controll li a:before {
    border-color: #fff;
  }

  .scheduleWrap .hdgBlock {
    margin: 0 0 100px;
  }
  .scheduleWrap .hdgBlock .ImageCol {
    width: 100%;
    display: table-caption;
    margin: 0 0 25px;
  }
  .scheduleWrap .hdgBlock .Text {
    width: 100%;
    padding-left: 0;
  }
  .scheduleWrap .hdgBlock .Text .artistWrap {
    margin: 0;
  }
  .scheduleWrap .hdgBlock .Text .artistWrap > * {
    padding-right: 0;
    float: none;
  }
  .scheduleWrap .hdgBlock .Text .artistWrap .hdg {
    width: 100%;
    min-height: inherit;
    padding-right: 0;
  }
  .scheduleWrap .hdgBlock .Text .artistWrap .body {
    width: 100%;
    position: static;
  }
  .scheduleWrap .hdgBlock .Text .detail {
    width: 100%;
    padding-right: 0;
    margin: 45px 0 0;
  }
  .scheduleWrap .bodyBlock {
    display: block;
  }
  .scheduleWrap .bodyBlock > .col {
    display: block;
    width: 100%;
  }
  .scheduleWrap .bodyBlock > .col.ja {
    padding-right: 0;
    margin: 0 0 50px;
  }

  #tribe-events-content .tribe-events-back {
    display: none !important;
  }

	.shareBlock {
		margin-bottom: 35px;
	}

  body.sound .modLead {
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 35px;
  }
  body.sound .modText {
    font-size: 12px;
    line-height: 1.8;
    text-align: left;
  }
  .blockSound {
    margin: 100px 0 0;
  }
  .blockSound .hdg02 {
    margin-bottom: 30px;
  }
  .blockSound .Image {
    height: auto !important;
  }
  .blockSound .Image.narrow {
    margin: 50px 0;
  }
  .blockSound .hdg02 + .Image {
    margin-top: 45px;
  }
  .blockSound .Image img {
    max-width: 100%;
    height: auto;
    position: static;
    margin-left: 0;
  }
  .blockSound .notice {
    text-align: left;
    margin: 2em 0;
  }
  .blockSound .lytUnit {
    display: block;
  }
  .blockSound .lytUnit .col {
    width: 100%;
    display: block;
    margin: 50px 0 0;
  }
  .blockSound .lytUnit .col .images {
    width: 34.77611%;
    margin: 0 auto 30px;
  }
  .blockSound .lytUnit .col .images img {
    width: auto;
  }
  .blockSound .lytUnit .col .images,
  .blockSound .lytUnit .col .images span {
    display: block;
  }
  .blockSound .lytUnit .col .images:before {
    display: none;
  }
  .blockSound .lytUnit .col .text dt {
    font-size: 14px;
    margin: 0 0 25px;
  }
  .blockSound .lytUnit .col .text dd {
    font-size: 12px;
    line-height: 1.8;
    text-align: left;
  }
  .blockSound .lead {
    font-size: 12px;
    margin: 40px 0;
  }

}
@media screen and (min-width: 769px) {
  .gnav {
    display: block !important;
  }
}
