@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&family=Noto+Sans+JP:wght@400;700;900&display=swap");

* {
  margin: 0;
  border: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  background: #fff;
  color: #000;
  font-family: Inter, 'Noto Sans JP', sans-serif;
  font-size: 15px;
  line-height: 1.66;
  min-width: 1100px;
}

br.sp {
  display: none;
}

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

a {
  text-decoration: none;
  transition: opacity .3s;
}

a:hover {
  opacity: .3;
}

.cover {
  width: 95%;
  margin: 0 auto;
}

.cover .empark {
  display: block;
  position: absolute;
  top: 30px;
  right: 2.5vw;
  width: 80px;
}

.cover .title {
  width: 80%;
  max-width: 400px;
  margin: 60px auto;
}

.slick-slide .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px 15px;
  background: rgba(0,0,0,.75);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.slick-prev,
.slick-next {
  display: block;
  top: 50%;
  margin-top: -8px;
	z-index: 100;
  width: 40px;
  height: 40px;
  background: rgba(0,0,0,.75) !important;
  border-radius: 20px;
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

.slick-prev:before,
.slick-next:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-width: 3px 3px 0 0;
  transform: rotate(-135deg);
  position: absolute;
  left: 17px;
  top: 15px;
  transition: .1s;
}

.slick-next:before {
  left: 13px;
  transform: rotate(45deg);
}

.slick-dots {
  bottom: -35px;
}

.slick-dots li button:before {
  opacity: .1;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
}

.installation {
  margin-top: 120px;
}

.installation .forerium {
  width: 80%;
  max-width: 300px;
  margin: 0 auto 80px;
}

.installation .lead {
  width: 90%;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  line-height: 2.2;
  letter-spacing: .05em;
  text-align: center;
}

.installation .heading,
.contents .heading,
.map .heading,
.access .heading {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: .05em;
  text-align: center;
  margin-top: 100px;
}

.installation .heading img,
.contents .heading img,
.map .heading img,
.access .heading img {
  width: 32px;
  display: block;
  margin: 0 auto 10px;
}

.artists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  max-width: 1200px;
  margin: 80px auto 0;
}

.artists > div {
  width: 24%;
  background: #008405;
  color: #fff;
  margin-bottom: 30px;
  padding: 15px 15px 30px;
  position: relative;
}

.artists > div:nth-child(2),
.artists > div:nth-child(4),
.artists > div:nth-child(5),
.artists > div:nth-child(7) {
  background: #017233;
}

.artists p {
  font-size: 14px;
  margin-bottom: 20px;
}

.artists .name {
  font-weight: bold;
  border-bottom: 1px solid #fff;
}

.artists .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}

.artists .title .sub {
  font-size: 14px;
}

.artists .info {
  font-size: 12px;
  line-height: 2;
  margin-bottom: 5px;
  position: relative;
  padding-left: 2.5em;
}

.artists p img {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  margin-right: 5px;
}

.artists .info img {
  position: absolute;
  left: 0;
  top: 0;
  width: 2em;
}

.artists .link {
  font-size: 12px;
  line-height: 2;
  margin-top: 10px;
}

.artists .link img {
  width: 2em;
}

.artists a {
  margin-right: 5px;
}

.artists a img {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
}

.artists .tree {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(15px, 15px);
}

.video {
  position: relative;
  width: 95%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin: 60px auto;
}

.video video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contents,
.map,
.access {
  margin-top: 160px;
}

.contents .tab {
  text-align: center;
  width: 90%;
  max-width: 1200px;
  margin: 120px auto 0;
}

.contents .tab a {
  display: inline-block;
  width: 200px;
  margin: 0 10px;
  padding-bottom: 5px;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 4px solid #eee;
}

.contents .tab a.active {
  border-bottom-color: #000;
  opacity: 1;
}

.contents .tab a span {
  display: block;
  font-size: 12px;
  line-height: 1.5;
}

.contents .tab.floating {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: inherit;
  margin: 0;
  padding: 10px 5% 0;
  background: #fff;
  z-index: 100;
}

.contents .day_heading {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  width: 90%;
  max-width: 1200px;
  margin: 160px auto 100px;
  padding-bottom: 5px;
}

.contents .day_heading span {
  display: block;
  font-size: 18px;
}

.contents .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  max-width: 1200px;
  margin: 80px auto 0;
}

.contents .list a {
  color: #000;
}

.contents .list > a,
.contents .list > span {
  display: block;
  width: 22%;
  margin-bottom: 60px;
}

.contents .list > span > a {
  display: block;
}

.contents .list > a.large {
  width: 47.8%;
}

.contents .list > *:nth-last-child(-n+8) {
  margin-bottom: 0;
}

.contents .list.col3 {
  align-items: center;
  width: 70%;
  max-width: 900px;
}

.contents .list.col3 > a,
.contents .list.col3 > span {
  width: 30%;
  margin-bottom: 60px;
}

.contents .list.col3 > *:nth-last-child(-n+6) {
  margin-bottom: 0;
}

.contents .list .img {
  display: block;
  margin-bottom: 25px;
}

.contents .list .img img {
  display: block;
  width: 100%;
}

.contents .list .name {
  display: block;
  font-weight: bold;
}

.contents .list .name.l {
  font-size: 22px;
  margin-bottom: 10px;
}

.contents .list .cat {
  display: block;
  color: #999;
  font-size: 13px;
  margin: 5px 0;
}

.contents .list .body {
  display: block;
  color: #444;
  font-size: 12px;
  margin: 10px 0 0;
}

.contents .list .body img {
  display: inline-block;
  width: 18px;
  vertical-align: middle;
}

.group {
  width: 95%;
  margin: 80px auto 0;
  padding-bottom: 80px;
}

.group .title {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}

.group .lead {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 80px;
}

.group .list {
  margin-top: 0;
}

.group .list a {
  color: #fff;
}

.group .list .name,
.group .list .cat {
  color: #fff;
}

.live {
  background: url(../img/live/bg.jpg) center center no-repeat;
  background-size: cover;
}

.kyogen {
  background: url(../img/kyogen/bg.jpg) center center no-repeat;
  background-size: cover;
}

.camp {
  background: url(../img/camp/bg.jpg) center center no-repeat;
  background-size: cover;
}

.niku {
  background: url(../img/niku/bg.jpg) center center no-repeat;
  background-size: cover;
}

.map {
  background: #f8f8f8;
  padding: 160px 0;
}

.map .heading {
  margin-top: 0;
}

.map a,
.access a {
  background: #017233;
  color: #fff;
  display: block;
  width: 300px;
  font-size: 16px;
  font-weight: bold;
  line-height: 70px;
  border-radius: 35px;
  text-align: center;
  margin: 40px auto 0;
}

.access iframe {
  display: block;
  width: 90%;
  max-width: 1200px;
  margin: 60px auto 0;
}

.access address {
  width: 90%;
  max-width: 1200px;
  font-size: 14px;
  font-style: normal;
  text-align: center;
  margin: 40px auto;
  line-height: 2;
}

.support {
  background: #f8f8f8;
  text-align: center;
  padding: 100px 0;
  margin-top: 160px;
}

.support .heading {
  font-size: 20px;
  font-weight: bold;
  color: #999;
}

.support .heading:nth-of-type(n+2) {
  margin-top: 60px;
}

.support .banners {
  width: 90%;
  max-width: 1200px;
  margin: 30px auto 0;
}

.support .banners a {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  margin: 5px;
}

footer {
  padding: 60px 0 80px;
}

footer img {
  display: block;
  width: 80px;
  margin: 0 auto 20px;
}

footer .copyright {
  color: #999;
  font-size: 12px;
  text-align: center;
}





@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    min-width: inherit;
  }

  a:hover {
    opacity: 1;
  }

  br.sp {
    display: inline;
  }

  .cover {
    width: 90%;
  }

  .cover .empark {
    top: 5vw;
    right: 5vw;
    width: 60px;
  }

  .slick-slide .caption {
    font-size: 14px;
    padding: 5px 10px;
  }

  .slider img {
    height: 90vw;
    object-fit: cover;
  }

  .installation .lead {
    font-size: 15px;
    text-align: left;
  }

  .artists > div {
    width: 100%;
  }

  .video {
    width: 100%;
  }

  .contents .tab a {
    width: 22%;
    margin: 0 1%;
    font-size: 14px;
  }

  .contents .tab a span {
    font-size: 10px;
  }

  .contents .day_heading {
    font-size: 24px;
    margin: 120px auto 40px;
  }

  .group {
    margin-top: 40px;
    padding-bottom: 40px;
  }

  .group .lead {
    text-align: left;
    font-size: 15px;
    margin-bottom: 40px;
  }

  .contents .list {
    margin-top: 40px;
  }

  .group .list {
    margin-top: 0;
  }

  .contents .list.col2 span.blank {
    display: none;
  }

  .contents .list.col3 {
    width: 90%;
  }

  .contents .list > a,
  .contents .list > span,
  .contents .list.col3 > a,
  .contents .list.col3 > span {
    width: 47%;
    margin-bottom: 50px;
  }
  
  .contents .list > a.large {
    width: 100%;
  }
  
  .contents .list > a.large:nth-child(n+2) {
    margin-top: 40px;
  }

  .group {
    width: 100%;
  }

  .contents .list > *:nth-last-child(-n+8),
  .contents .list.col3 > *:nth-last-child(-n+6) {
    margin-bottom: 60px;
  }

  .contents .list > *:nth-last-child(-n+6),
  .contents .list.col3 > *:nth-last-child(-n+4) {
    margin-bottom: 0;
  }

  .access address {
    font-size: 13px;
  }

  .support .banners a {
    width: 150px;
    margin: 3px;
  }
}







.busu .poster {
  background: #0057ae;
}

.labo .poster {
  background: #fff;
}

.hajimete .poster {
  background: transparent;
}

.busu .poster img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.busu .poster .title {
  width: 90%;
  max-width: 700px;
  position: relative;
  margin-bottom: -100px;
}

.labo .poster .title,
.hajimete .poster .title {
  margin-bottom: 0;
}

.busu .heading {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  width: 90%;
  margin: 60px auto;
}

.busu .lead {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  width: 90%;
  max-width: 850px;
  margin: 0 auto;
}

.busu rt {
  font-size: 10px;
}

.busu .super {
  font-size: 11px;
  display: inline-block;
  vertical-align: top;
}

.labo .index {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  width: 90%;
  max-width: 850px;
  margin: 40px auto 0;
}

.busu .body {
  line-height: 2;
  width: 90%;
  max-width: 850px;
  margin: 60px auto;
}

.busu .body .note {
  display: block;
  font-size: 13px;
  color: #999;
  margin-top: 2em;
}

.busu .profile {
  display: flex;
  width: 90%;
  max-width: 850px;
  margin: 60px auto;
}

.busu .profile .photo {
  width: 200px;
}

.busu .profile .photo img {
  display: block;
}

.busu .profile .text {
  padding-left: 30px;
  flex: 1;
}

.busu .profile .text strong {
  display: block;
  font-weight: bold;
  margin-bottom: 1em;
}

.hajimete {
  background: url(../kyogen/img/hajimete_bg.png) center top repeat-y;
  background-size: 1500px;
  background-attachment: fixed;
}

.hajimete .poster .title {
  max-width: 1200px;
  margin: 0 auto;
  mix-blend-mode: multiply;
}

.hajimete .page_body {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  background: #fff url(../kyogen/img/hajimete_body.png) center top no-repeat;
  background-size: contain;
  border: 5px solid #89afc3;
  padding: 160px 0 60px;
}

.hajimete .start {
  display: block;
  width: 250px;
  margin: 60px auto;
}

.hajimete .lead {
  text-align: center;
  line-height: 2.4;
  letter-spacing: .1em;
}

.hajimete .interview {
  width: 90%;
  max-width: 1500;
  margin: 120px auto 0;
  line-height: 2.2;
  letter-spacing: .1em;
}

.hajimete .interview p {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
}

.hajimete .interview img {
  display: block;
  margin: 80px auto;
}

.hajimete .subtitle {
  font-size: 30px;
  font-weight: 900;
  margin: 0 auto !important;
  line-height: 1.2;
  text-align: center;
  border-top: 2px solid #000;
  padding: 70px 0 90px;
  cursor: pointer;
}

.hajimete .subtitle .number {
  display: block;
  font-size: 24px;
  margin-bottom: 20px;
  color: #89afc3;
}

.hajimete .subtitle:hover {
  color: #89afc3;
}

.hajimete section {
  display: none;
}

.hajimete .q,
.hajimete .o {
  margin-bottom: 50px !important;
  position: relative;
  padding-left: 2.5em;
}

.hajimete .q::before,
.hajimete .o::before {
  content: '—';
  color: #999;
  position: absolute;
  top: 0;
  left: 0;
}

.hajimete .o::before {
  content: '教';
  color: #f19801;
}

.hajimete .o.name::before {
  content: '教義（以下、教）';
}

.hajimete .o.name .spc {
  display: inline-block;
  width: 7em;
}

.hajimete .o {
  font-weight: bold;
}

.hajimete .message {
  width: 90%;
  max-width: 850px;
  margin: 160px auto 120px;
}

.hajimete .message .heading {
  font-size: 16px;
  text-align: left;
  margin: 0;
}

.hajimete .message .body {
  width: 100%;
  line-height: 2.2;
  margin: 1em 0;
  letter-spacing: .06em;
}

.hajimete .message .sign {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .busu .poster .title {
    margin-bottom: 0;
  }

  .busu .heading {
    font-size: 24px;
    text-align: left;
    margin: 40px auto;
  }

  .busu .lead {
    font-size: 16px;
  }

  .busu .lead br.pc {
    display: none;
  }

  .busu .profile {
    display: block;
    margin: 40px auto;
  }
  
  .busu .profile .photo {
    width: 70%;
    margin: 0 auto 1.5em;
  }

  .busu .profile .text {
    padding-left: 0;
  }

  .busu .profile .text strong {
    text-align: center;
  }

  .hajimete {
    background-size: 130vw;
  }

  .hajimete .poster .title {
    width: 100%;
  }

  .hajimete .page_body {
    width: 100%;
    background-size: 600px;
    padding-top: 100px;
  }

  .hajimete .lead {
    font-size: 14px;
    letter-spacing: 0;
    width: 100%;
  }

  .hajimete .start {
    width: 150px;
    margin: 40px auto;
  }

  .hajimete .interview {
    width: 95%;
  }

  .hajimete .subtitle {
    font-size: 24px;
    line-height: 1.5;
    padding: 50px 0;
  }

  .hajimete .subtitle .number {
    margin-bottom: 0;
  }

  .hajimete .q, .hajimete .o {
    margin-bottom: 30px !important;
  }
}

.support .shusai {
  text-align: center;
  margin-top: 60px;
  color: #999;
  font-size: 12px;
  line-height: 2;
}

.support .shusai a {
  color: #999;
}

.support .shusai img {
  width: 1.5em;
  display: inline-block;
  vertical-align: middle;
  opacity: .5;
  margin-right: 0.5em;
}

.hajimete .photo {
  width: 100%;
  margin: 0 0 100px;
  transform: scale(1.1);
}

.hajimete .photo.s {
  width: 40%;
  min-width: 200px;
  margin: 60px auto;
  transform: none;
}

.hajimete .photo.ss {
  width: 20%;
  min-width: 150px;
  margin: 20px auto;
  transform: none;
}

.hajimete .photo.ss img {
  margin: 50px auto;
}



