@charset 'UTF-8';

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　CORE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　VARIABLE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　PATH
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　COLOR
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　FONT
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　LAYOUT
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　EASING
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　MIXIN
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　Animation
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　MIXIN
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　LIB
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　UNIQUE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.l-kv {
  width: 100%;
  margin: 0 auto 60px;
  text-align: center;
  position: relative;
}

.l-kv img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

section {
  margin: 0 auto 80px;
}

#about {
  display: -ms-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 1100px;
  text-align: left;
}

.l-ttl {
  position: relative;
  width: 42%;
  margin-left: 4%;
  background: url(../img/about_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.l-ttl-inner {
  position: absolute;
  top: 70px;
  left: -40px;
}

.l-ttl p {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 6px;
}

.l-ttl h3 {
  margin: 0 0 6px 0;
  color: #543e1e;
  font-size: 68px;
  font-family: 'Montserrat', Arial, sans-serif;
  text-align: left;
  line-height: 1.2em;
  letter-spacing: 10px;
}

.l-ttl h3 .sub_ttl {
  color: #b4832d;
  font-size: 48px;
  font-weight: 600;
  text-align: left;
}

.l-text {
  /* padding: 70px 0 80px 5%; */
  padding: 70px 0 50px 5%;
}

.l-text h4 {
  color: #543e1e;
  font-size: 28px;
  font-weight: bold;
}

.l-text p {
  display: block;
  margin-top: 20px;
  color: #696969;
  line-height: 2;
}

p.btn_wrap img {
  max-width: 100%;
}

.l-text p.btn_wrap {
  margin-top: 50px;
}

.l-kv .btn_wrap {
  position: absolute;
  width: 456px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

#news {
  width: 100%;
  background: #e8e3db;
}

.l-news {
  width: 1100px;
  margin: 0 auto;
  padding: 60px 40px;
  text-align: left;
}

.l-news-inner {
  display: -ms-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.l-news .c-btn a {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 6px 30px;
  color: #715945;
  font-size: .8em;
  box-sizing: border-box;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: all .85s cubic-bezier(.19, 1, .22, 1);
  transition: all .85s cubic-bezier(.19, 1, .22, 1);
  letter-spacing: 0;
  border: 4px solid #aa886b;
}

.l-news .c-btn a:after {
  display: inline-block;
  content: '';
  background: url(../img/news-cbtn.png) no-repeat;
  width: 10px;
  height: 16px;
  vertical-align: sub;
}

.news-notes {
  display: inline-block;
  padding: 6px 28px 2px;
  line-height: 1.4;
  background: #ffffff;
}

.news-notes a {
    color: #715945;
    border-bottom: 1px sold #715945;
}

.l-news ul h3 {
  display: inline-block;
  width: 130px;
  height: 24px;
  margin: 0 30px 0 0;
  padding: 6px 20px;
  color: #ffffff;
  font-size: .9em;
  font-family: "Montserrat";
  font-weight: lighter;
  background: #9c7e64;
}

.l-news ul li:nth-child(2n+0) h3{
  background: #856a53;
}

.l-news ul li{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* margin-bottom: 20px; */
  margin-bottom: .5em;
}

.l-news ul li:last-of-type {
  margin-right: 0;
}


.l-news ul p {
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.71429;
  vertical-align: middle;
}

.l-news ul p a {
  color: #000000;
}

.l-news ul p a:hover{
  text-decoration: underline;
}

.l-news .c-btn a:hover {
  opacity: 1;
  color: #000;
}

.l-news .c-btn a:focus {
  opacity: 1;
  color: #000;
}

.l-news .c-btn a:focus::after {
  left: 0;
}

.l-news .news-item {
  line-height: 1.6;
}

.l-news .news-item .news-item-date {
  margin-right: 1em;
}

#news + #ticket {
  margin-top: 6%;
}
.readyfor{
    display: block;
    width: 767px;
    margin: 50px auto;
}
.readyfor a{
    display: block;
}
.readyfor img{
    width: 100%;
}
.readyfor-pc{
    display: block;
}
.readyfor-sp{
    display: none;
}

.about02{
    margin-top: 14%;
}

.about-member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 1020px;
  margin: 0 auto 140px;
}

.about-member .l-originator {
  width: 310px;
}

.about-member > .l-producer > .l-producer_wrap > div {
  width: 310px;
}

.about-member > .l-producer {
  width: calc(100% - 350px);
}

.about-member > .l-producer > .l-producer_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-member > div h5 {
  margin-bottom: 20px;
  color: #33240f;
  font-size: 32px;
  font-weight: 500;
}

.about-member > div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 15px 20px;
  background: #f7f4f2;
}

.about-member > div ul li:first-of-type {
  width: 120px;
}

.about-member > div ul li:first-of-type img {
  width: 100%;
}

.about-member > div h6 {
  margin-bottom: 10px;
}

.about-member h6 {
  margin: 0 0 20px 0;
}

.about-member > div p {
  color: #696969;
  font-size: 12px;
  line-height: 1.5;
}

.about-member > div ul li:last-of-type {
  width: calc(100% - 140px);
  color: #b4832d;
  font-size: 22px;
  font-family: 'Montserrat', Arial, sans-serif;
  line-height: normal;
  font-weight: 700;
  text-align: center;
}

.movie {
  position: relative;
  width: 1200px;
  height: 320px;
  margin: 0 auto 60px;
  align-items: center;
  background: url(../img/movie-bg.jpg) no-repeat;
}

.movie-ttl {
  margin: 0 auto 0;
  color: #33240f;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 5px;
    position: relative;
    top: -90px;
}

.movie-ttl p {
    line-height: 1.6;
    text-align: center;
}

.movie-ttl h4 {
  color: #543e1e;
  font-size: 72px;
     text-align: center;
  font-family: 'Montserrat', Arial, sans-serif;
}

.movie-case {
  width: 90%;
  margin: -50px auto 0;
}

.about-movie {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.about-movie iframe {
  width: 400px;
  height: 224px;
  /*position: absolute;
  top: 0;
  left: 0;*/
  z-index: 0;
}

.about-link {
    width: 1020px;
    margin: 0 auto 140px;
    text-align: center;
}

.about-link a {
    background: #856a53;
    color: #ffffff;
    width: 250px;
    font-size: 12px;
    padding: 16px;
    display: block;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
}



.l-originator {
  width: 350px;
}

.l-producer {
  width: calc(100% - 385px);
}

.l-producer > div {
  display: -ms-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.l-producer .e-producer {
  width: 350px;
}

.l-video_gallery {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  padding: 59px 40px 155px;
}

.l-video_gallery .l-video {
  display: -ms-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.l-video_gallery .l-video .e-video {
  width: calc(50% - 30px);
}

.l-video_gallery .l-video .l-iframe {
  position: relative;
  margin-bottom: 21px;
  padding-top: 56.25%;
}

.l-video_gallery .l-video .l-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-video_gallery .l-video p {
  font-size: 22px;
  line-height: 1.71429;
  text-align: left;
}

.supporters > div {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 0 0;
  color: #33240f;
  text-align: center;
}

section > div h3 {
  margin: 0 0 40px 0;
  font-size: 62px;
  font-family: 'Montserrat', Arial, sans-serif;
  line-height: 1;
}

.supporters-ttl,
.contact-ttl {
  letter-spacing: 10px;
}

section > div h3 span {
  display: block;
  margin: 10px 0 0 0;
  font-size: 14px;
  letter-spacing: 4px;
}

section > div h3,
section > div h3 span {
  color: #543e1e;
  font-weight: bold;
  text-align: center;
}

.supporters {
  margin: 0 auto;
  background: url(../img/supporter_bg.jpg) no-repeat;
  background-size: contain;
}

.supporters > div > div {
  width: 84%;
  margin: 0 auto;
  padding: 60px;
  background: #fff;
}

.supporters > div > div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 40px 0;
}

main .supporters > div > div ul:nth-of-type(2) {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.supporters > div > div ul:nth-of-type(1) li {
  margin: 0 60px 0 0;
}

.supporters > div > div ul li {
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}

.supporters > div > div ul li p {
  width: 100%;
  margin: 0 0 5px 0;
  color: #000;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: normal;
  text-align: center;
}

main .supporters > div > div ul:nth-of-type(2) li p,
main .supporters > div > div ul:nth-of-type(3) li p {
  text-align: left;
}

.supporters > div > div ul li a {
  display: inline-block;
}

main .supporters > div > div ul:nth-of-type(3) {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#ticket,
#access {
  width: 1010px;
  margin: 0 auto 60px;
  border: 6px solid #e2d8d3;
  background: #fdfdfc;
}

.ticket > div > div {
  padding: 60px;
  background: #fff;
}

.ticket > div > div h4 {
  width: 100%;
  margin: 0 0 20px 0;
  text-align: left;
  font-size: 31px;
  line-height: 1.5em;
}

.ticket > div > div h4 .sub-ttl {
  margin-top: 20px;
  color: #696969;
  font-weight: 600;
}

main .ticket > div > div table {
  width: 100%;
  margin: 0 0 20px 0;
}

main .ticket > div > div table tr th {
  width: 112px;
  padding: 16px 0;
  background: #6a4d35;
  text-align: center;
  color: #fff;
}

main .ticket > div > div table tr:nth-child(2) th,
main .ticket > div > div table tr:nth-child(4) th {
  background: #856a53;
}

main .ticket > div > div table tr th,
main .ticket > div > div table tr td {
  vertical-align: middle;
  border-bottom: 4px solid #fff;
  line-height: 1.5em;
}

main .ticket > div > div table tr td {
  padding: 15px;
  background: #ede4df;
}

main .ticket > div > div table tr:nth-child(2) td,
main .ticket > div > div table tr:nth-child(4) td {
  background: #faf7f5;
}

main .ticket > div > div > p:first-of-type {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}

main .ticket > div > div > p.ticket-notes {
  margin: 0 0 20px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

main .ticket > div > div > p {
  font-size: 12px;
  color: #696969;
}

main .ticket > div > div > ul li {
  font-size: 14px;
  color: #696969;
  position: relative;
}

.ticker-notes-list {
  font-size: 14px;
  color: #696969;
  line-height: 1.6;
}
main .ticket > div > div > .notes-experience li{
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}
.ticker-notes-list + .ticker-notes-list{
  margin-top: 20px;
}

main .ticket > div > div > p.ticker-notes-list-text {
  display: block;
  margin: 20px 0 6px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}

main .ticket > div .link-btn {
  width: 500px;
  margin: 20px auto 0;
  background: #be0006;
  text-align: center;
  border-radius: 40px;
  position: relative;
}

main .ticket > div .link-btn a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 28px 0;
  font-size: 24px;
  text-align: center;
  color: #ffffff;
}

main .ticket > div .link-btn a:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 16px;
  top: 42%;
  right: 5%;
  background: url(../img/ticket-btn.png) no-repeat;
}

.access > div > div > h4 {
  color: #33240f;
  font-size: 32px;
  margin-bottom: 20px;
}

.access > div > div {
  padding: 60px;
  background: #fff;
}

main .access > div > div > div {
  margin: 0 0 30px 0;
}

main .access > div > div > div h4 {
  width: 226px;
  line-height: 0;
}

main .access > div > div > div h4 > img {
  width: 226px;
  line-height: 0;
}


main .access > div > div > div h4,
main .access > div > div > div p {
  display: inline-block;
  vertical-align: middle;
}

main .access > div > div > div p {
  margin: -4px 0 0 30px;
  line-height: 1.8em;
}

main .access > div > div > figure {
  width: 100%;
  margin: 0 0 30px 0;
  line-height: 0;
}

main .access > div > div > figure img {
  width: 100%;
}

main .access > div > div h5 {
  display: inline-block;
  width: 200px;
  margin: 0 0 5px 0;
  padding: 10px 5px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: #543e1e;
}

main .access > div > div > p {
  margin: 0 0 20px 0;
  text-align: left;
  line-height: 1.8;
}

main .access > div > div > p:last-of-type {
  margin: 0;
}

main .access > div > div > p small {
  font-size: 14px;
  color: #696969;
}

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

.l-contact {
  width: 1010px;
  margin: 0 auto;
  padding: 0 40px 40px;
  background: #f2efe8;
  position: relative;
}

.l-contact > h3 {
  position: absolute;
  top: -18%;
  left: 30%;
  font-size: 64px;
  line-height: 1;
  letter-spacing: 10px;
}

.contact-btn-case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 80px;
}

.contact-btn-case h4 {
  display: block;
  font-size: 26px;
}

.contact-btn-case > .contact-btn {
  width: calc(50% - 20px);
}

.contact-btn:hover {
  opacity: .6;
  transition: .6s;
}

.contact-btn h4 {
  font-size: 32px;
  padding-bottom: 20px;
}

.c-text {
  height: 141px;
  background: #ffffff;
  border: 4px solid #aa886b;
  padding: 30px 40px 30px 20px;
  position: relative;
}

.c-text:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 16px;
  top: 40%;
  right: 20px;
  background: url(../img/contact-btn.png) no-repeat;
}

.c-text > p {
  font-size: 14px;
  line-height: 1.4;
  color: #000000;
}

.c-text > p.c-ttl {
  font-size: 18px;
  color: #715945;
  position: relative;
  padding-left: 24px;
}

p.c-ttl:before {
  content: '';
  display: block;
  position: absolute;
  width: 13px;
  height: 14px;
  left: 0;
  background: url(../img/media_ico01.png) no-repeat;
}

.press-btn {
  display: block;
  margin-top: 16px;
  text-indent: 24px;
  line-height: 1.8em;
}

.press-btn:before {
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 19px;
  background: url(../img/media_ico02.png) no-repeat;
}

.press-btn a {
  color: #715945;
  border-bottom: 1px solid #715945;
}

.dialog-link,
.djs {
  width: 100%;
  margin: 0 auto;
}

.dialog-link ul {
  display: table;
  width: 100%;
}

.dialog-link ul li {
  display: table-cell;
  width: 50%;
    line-height: 24px;
    vertical-align: top;
}

.dialog-link > ul li a {
  text-align: center;
  display: block;
  height: 45px;
   padding-top: 145px;
  position: relative;
    font-size: 1em;
    letter-spacing: 0;
  box-sizing: content-box;
}

.dialog-link > ul li.bnr_dark a {
  background: #0c0604;
  color: #fff;
}
.dialog-link > ul li.bnr_silence a {
  background: url(../img/bnr_guide_dis_bg.png) repeat-x center 0;
    background-repeat: no-repeat;
    background-size: cover;
    color: #4d4d4d;
}
.dialog-link > ul li.bnr_museum a {
  background: url(../img/bnr_guide_mus_bg.png) repeat center 0;
  color: #000000;
}
.dialog-link > ul li.bnr_school a {
  background: #327145;
  color: #fff;
}


.dialog-link > ul li a img {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(-17px);
    max-height: 110px;
}


.l-radio a {
    width: 592px;
    line-height: 1;
    margin: 30px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 60px;
    border: 4px solid #6a6a6a;
    background: #000000;
}
.l-radio img {
    width: 180px;
}
.l-radio .l-txt {
    width: 270px;
}
.l-radio .l-txt p {
    font-size: 24px;
    letter-spacing: 0;
    color: #fff;
    text-align: left;
    -webkit-font-smoothing: antialiased;
}
.l-radio .l-txt p span {
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

footer {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 25px 30px 20px;
  background: #fff;
  border-top: 1px solid #eee;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  z-index: 6;
}

footer > div.copyright {
  width: 100%;
}

footer figure > a {
  display: inline-block;
  margin: 0 0 12px 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}

footer figure figcaption {
  font-size: 12px;
  line-height: 1.5em;
  color: #888;
}

footer > div.beyond2020 {
  width: 10%;
  text-align: right;
}

footer > div.beyond2020 img {
  display: block;
  width: 50%;
  margin-left: auto;
}

.beyond2020 {
  background: #fff;
}

.beyond2020 > div {
  display: -ms-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 67px 0 62px;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.beyond2020 > div figure {
  font-size: 0;
  line-height: 0;
  width: 80px;
  height: 106px;
  letter-spacing: 0;
}

.beyond2020 > div figure img {
  width: 100%;
}

.beyond2020 > div > div {
  padding-left: 60px;
  text-align: left;
  color: #333;
}

.beyond2020 > div > div p {
  font-size: 22px;
  font-size: 1.4rem;
  line-height: 1.7;

  margin: 0 0 10px 0;
}

.beyond2020 > div > div p a {
  text-decoration: underline;

  color: #333;
}

.did > div {
  display: -ms-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 1200px;
  margin: 0 auto;
  padding: 80px 40px;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.did a {
  width: calc(50% - 30px);
}

.did a figure {
  display: -ms-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  color: #fff;
}

.did a .l-img {
  width: 87px;
}

.did a .l-img img {
  width: 100%;
}

.did a figcaption {
  width: calc(100% - 87px);
  padding-left: 28px;
  text-align: left;
}

.did a figcaption h3 {
  margin-bottom: 23px;
  font-size: 32px;
}

.did a figcaption p {
  font-size: 14px;
  line-height: 1.71429;
}

.djs {
  
  background: #fff;
}

.djs > div {
  display: -ms-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding: 42px 0 37px;

  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.djs > div figure img {
  width: 316px;
}

.djs > div > div {
  padding-left: 37px;
  text-align: left;
  color: #333;
}

.djs > div > div h3 {
  margin-bottom: 10px;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
  color: #333;
}

.djs > div > div h3 small {
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
  font-size: 1.4rem;
  font-weight: 400;
}

.djs > div > div p {
  font-size: 22px;
  font-size: 1.4rem;
  line-height: 1.71429;
}

.djs > div > div p a {
  text-decoration: underline;
  color: #333;
}

.pc,
.l-kv img.kv-pc{
  display: block;
}

.sp,
.l-kv img.kv-sp{
  display: none;
}

.beyond2020 sp {
  display: none;
}

.l-info {
  width: 1100px;
  margin: 0 auto;
  padding: 60px 40px 0;
}

.l-info img {
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.l-info_ttl {
  font-size: 28px;
  color: #543e1e;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 20px;
}

.l-info_subttl {
  text-align: left;
}

.l-info_outline,
.l-info_schedule,
.l-info_session,
.l-info_requirements {
  margin-bottom: 60px;
}

.l-info_text p,
.l-info_text ul > li {
  font-size: 20px;
  line-height: 1.6em;
}

.l-info_text p {
  margin-bottom: 1em;
}

.l-info_text ul {
  margin: 30px auto;
}

.l-info_text .attention {
  font-size: 1.8em;
  font-weight: bold;
}

.l-info a {
  text-decoration: underline;
}

.l-info_session dl {
  font-size: 20px;
}

.l-info_session dl dt {
  font-weight: bold;
  margin-bottom: .5em;
}

.l-info_session dl dd {
  padding-left: 1em;
  margin-bottom: .75em;
  line-height: 1.6;
}

.l-info_requirements > ol{
  list-style: decimal;
  list-style-position: inside;
  font-size: 20px;
  line-height: 1.6em;
  margin: 30px auto;
}

.l-info_method .l-info_method_item {
  margin-bottom: 3em;
}

.l-info_method .l-info_method_item h4 {
  font-size: 24px;
  margin-bottom: 1em;
}

.l-info_method .l-info_method_item address,
.l-info_organizer address {
  font-size: 20px;
  line-height: 1.6;
}

.l-info_outline_content {
  margin-bottom: 3em;
}

.l-info_outline_content_ttl {
  font-size: 24px;
  color: #543e1e;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: .75em;
  text-align: left;
}

.l-info_outline_content_sub_ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: .5em;
}

.l-info_outline_content p {
  font-size: 16px;
}

.notes {
  font-weight: bold;
}

/* アテンド紹介とカレンダー */
.attendInfo_group {
  display: flex;
  flex-wrap: wrap;
}
.attendInfo {
  width: calc((550 / 1100) * 100%);
  display: flex;
  margin-bottom: 30px;
}

.attendInfo > .attendInfo_img {
  width: calc((216 / 550) * 100%);
}

.attendInfo > .attendInfo_img > img {
  width: 100%;
}

.attendInfo > .attendInfo_profile {
  width: calc(((550 - 216) / 550) * 100%);
  padding: 10px;
}

.attendInfo > .attendInfo_profile > dl > dt {
  font-weight: bold;
  margin-bottom: .5em;
}

.attendInfo > .attendInfo_profile > dl > dd {
  margin-bottom: 1em;
  line-height: 1.3;
}

.calendar_wrapper {
  margin: 60px auto;
  width: 1100px;
}
.calendar_wrapper h3 {
  font-size: 28px;
  margin-bottom: 20px;
}
.calendar_wrapper .fc-view-harness {
  background-color: rgba(255, 255, 255, 0.25);
}
/* full-calendar */
.fc .fc-header-toolbar {
    display: grid;
    grid-auto-flow: column;
    grid-template-areas: "viewBtn title nav";
}
.fc-toolbar-chunk:nth-of-type(1) {
    grid-area: viewBtn;
}
.fc-toolbar-chunk:nth-of-type(2) {
    grid-area: title;
}
.fc-toolbar-chunk:nth-of-type(3) {
    grid-area: nav;
}
.fc-day-sun {
    color: rgba(247, 171, 173, 0.85);
}
.fc-day-sat {
    color: rgba(126, 203, 220, 0.85);
}
.fc-list-sticky .fc-list-day > * {
    font-weight: bold;
}
.fc-timeGridWeek-view .fc-col-header-cell,
.fc-timeGridWeek-view .fc-timegrid-slot {
    font-size: 0.85em;
}
.fc-list-event > td {
    vertical-align: middle;
}

@media screen and (max-width: 1200px){
  #about{
    width: 1010px;
  }
  .l-news{
     width: 100%;
  }
  header,
  .movie,
  .supporters > div{
    width: 1010px;
  }
  .supporters{
    background-size: auto;
  }
}

@media screen and (max-width: 768px) {
  .pc,
  .l-kv img.kv-pc{
    display: none;
  }
  .sp,
  .l-kv img.kv-sp{
    display: block;
  }
  .l-kv .btn_wrap {
    width: 65%;
    top: 70%;
  }
  section,
  .about-member
  .l-info {
    width: 100%;
    margin-bottom: 40px;
    padding: 0 15px;
  }
  #ticket > div,
  #access > div{
    padding: 0 15px;
    border: 6px solid #e2d8d3;
  }
  #ticket, #access {
    border: none;
  }
  header,
  #about,
  .l-news,
  .about-member .l-originator,
  #ticket,
  #access,
  .supporters > div,
  .l-contact,
  .l-info {
    width: 100%;
  }
  .supporters{
    margin-bottom: 40px;
  }
  .l-ttl h3{
    width: 100%;
    font-size: 12vw;
  }
  .l-ttl h3 .sub_ttl{
    font-size: 8vw;
  }
  .l-news {
    padding: 30px 0;
  }
  .l-news ul li {
    display: block;
    /* margin-bottom: 20px; */
    margin-bottom: .5em;
  }
  .l-news ul h3{
    width: auto;
    margin: 0 0 10px 0;
  }
  .l-news ul p{
    display: block;
  }

  .l-news .news-item .news-item-date {
    margin-right: 0;
  }
    .readyfor{
        width: 100%;
        margin: 0 auto;
    }
    .readyfor a{
        display: block;
    }
    .readyfor-pc{
        display: none;
    }
    .readyfor-sp{
        display: block;
    }

  .about-member,
  .about-member > .l-producer,
  .about-member > .l-producer > .l-producer_wrap > div {
    display: block;
    width: 100%;
  }
  .about-member > .l-producer > .l-producer_wrap {
    display: block;
  }

  .movie {
    display: block;
    width: 100%;
    height: 100%;
    margin: 60px auto 40px;
      background: none;
  }
  .movie-ttl {
    width: 100%;
    margin: 0 auto 30px;
      top: 0;
  }
  .movie-ttl p,
  .movie-ttl h4 {
    text-align: center;
  }
  .movie-ttl h4{
    font-size: 6vh;
  }
  .movie-case {
    position: static;
        width: 100%;
      margin: 0;
  }
  .about-movie {
    bottom: 20px;
      display: block;
  }
    
    .about-movie div {
        position: relative;
        margin-bottom: 20px;
        position: relative;
        width: 100%;
        padding-top: 56.25%;
    }
    .about-movie iframe {
        position: absolute;
          top: 0;
          right: 0;
          width: 100% !important;
          height: 100% !important;
    }
    
    .movie-resp {

    }
    
    .about-link {
    width: 100%;
    margin: 0 auto 100px;
}

    .about-link a {
        width: auto;
        font-size: 14px;
        padding: 20px;
        display: block;
        margin-bottom: 15px;
    }
    
    
  .contact-btn-case {
    display: block;
  }
  .contact-btn-case > .contact-btn {
    width: 100%;
    margin-bottom: 40px;
  }
  .contact-btn h4 {
    text-align: center;
  }
  .supporters-ttl{
    width: 100%;
    font-size: 10vw;
  }
  .l-contact{
    padding: 0 20px 40px;
  }
  .l-contact > h3 {
    width: 100%;
    position: absolute;
    top: -10%;
    left: 0;
    font-size: 10vw;
  }
  section > div h3 span {
    font-size: 0.18em;
    line-height: 1.2;
  }
  .supporters > div > div {
    width: 100%;
    padding: 40px 20px 0;
  }
  #about {
    display: block;
    margin-bottom: 0;
  }
  .l-ttl-inner {
    position: relative;
    top: 40px;
    left: -25%;
  }
  .l-ttl h3,
  .l-ttl h3 .sub_ttl {
    text-align: left;
  }
  .l-ttl p {
    font-size: 2.5vw;
  }
  .l-text {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    bottom: 0;
    top: -40px;
    position: relative;
  }
  .l-ttl {
    width: 80%;
    margin-left: auto;
    padding-bottom: 120px;
  }
  .l-text p {
    margin-top: 20px;
    line-height: 2.2;
    color: #696969;
  }
  .l-news-inner {
    display: block;
  }
  .news-notes {
    font-size: 16px;
    padding: 10px 20px;
  }
  .c-btn {
    position: absolute;
    right: 0;
    margin: 24px 15px;
  }
  .l-news .c-btn a{
    border: 0;
    padding: 0;
    font-size: 1em;
  }
  .about-member > div h5 {
    font-size: 20px;
    font-weight: bold;
  }
  .about-member > div h6 {
    font-weight: bold;
  }
  .about-member .l-originator,
  .about-member > .l-producer > .l-producer_wrap > div:first-child {
    margin-bottom: 40px;
  }
  .about-member {
    margin: 0 auto 60px;
      padding: 0;
  }
  main .ticket > div .link-btn {
    width: 90%;
  }
  .supporters > div {
    padding: 30px 0 0;
  }
  .dialog-link {
    position: relative;
    background: #ffffff;
    color: #fff;
    padding: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    z-index: 1;
  }
  .dialog-link ul li {
    display: block;
    width: 100%;
  }
  .dialog-link ul li a {
    font-size: 1.4rem;
    line-height: 2;
    display: block;
    height: 110px;
    padding: 28px 0 0 52%;
    text-align: left;
    box-sizing: border-box;
    position: relative;
  }
  .dialog-link ul li a img {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -5%;
    transform: scale(0.5) translateX(-100%);
    max-height: 140px;
  }
  main .did > div > .dialog-link ul li span.time-ttl {
    display: inline-block;
    padding: 0 8px 0 10px;
    background: #ffffff;
  }
  .ticket > div > div {
    padding: 20px 0;
  }
  .ticket > div > div h4 {
    font-size: 25px;
  }
  main .ticket > div .link-btn a {
    padding: 16px 0;
    font-size: 5vw;
  }
  main .ticket > div .link-btn a:after {
    top: 37%;
  }
  .supporters > div > div ul {
    margin: 0;
  }
  .supporters > div > div ul li {
    width: 50%;
    margin: 0 0 30px 0 !important;
    text-align: center !important;
  }
  .supporters > div > div ul li p {
    text-align: center !important;
  }
  .access > div > div {
      padding: 20px 0;
  }
  main .access > div > div > div h4 {
    width: 100%;
    margin: 0 0 20px 0;
  }
  main .access > div > div > div h4 {
    margin-bottom: 10px;
  }
  main .access > div > div > div p {
    margin: 0;
    font-size: 18px;
  }
  .beyond2020 {
    margin: 0 auto;
  }
  .beyond2020 > div {
    padding: 20px 0;
  }
  .djs{
    border-bottom: 1px solid #ccc;
  }
  .djs > div {
    display: block;
  }
  .djs > div > div{
    padding: 0;
  }
  .dialog-link, .djs{
    width: 100%;
  }
  .djs > div > figure {
    text-align: center;
    margin-bottom: 20px;
  }
  .djs > div figure img{
    width: 100%;
    max-width: 316px;
  }
  .djs > div > div h3 {
    text-align: left;
    line-height: 1.5em;
  }
  .l-radio a {
    display: block;
    width: 50%;
    padding: 15px 30px;
  }
  .l-radio img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .l-radio .l-txt {
    width: 100%;
    margin: 0 auto 15px;
  }
  .l-radio .l-txt p {
    font-size: 14px;
    text-align: center;
  }
  .l-radio .l-txt p span {
    font-size: 12px;
    text-align: center;
  }

  /* アテンド紹介とカレンダー */
  .attendInfo_group {
    display: block;
  }

  .attendInfo_group > .attendInfo {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ccc;
  }

  /* full-calendar */
  .calendar_wrapper {
    width: 100%;
    padding: 0 15px;
  }
  .fc .fc-header-toolbar {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: "viewBtn nav" "title title";
  }
  .fc-toolbar-chunk:nth-of-type(2) {
    text-align: center;
    margin: 1.5rem auto 0;
  }
  .fc-toolbar-chunk:nth-of-type(3) {
    text-align: right;
  }
  .fc-view-harness {
    border-width: 5px;
  }
  .fc .fc-list-event-time {
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  header nav{
    top: 50%;
  }
  header nav .nav-case ul:first-of-type {
    padding-bottom: 20%;
  }
}
@media screen and (max-width: 600px){
  .supporters > div > div ul li {
      width: 100%;
  }
  .l-contact > h3 {
      top: -5%;
  }
  section > div h3 span {
      font-size: 0.3em;
  }
  .movie-ttl {
    top: -50%;
  }
  .contact {
    margin-bottom: 40px;
  }
  .c-text {
      height: 180px;
      background: #ffffff;
      border: 4px solid #aa886b;
      padding: 30px 40px 30px 20px;
  }
  .c-text > p.c-ttl{
    font-size: 20px;
  }
  p.c-ttl:before{
    top: 8px;
  }
    
  .press-btn{
    font-size: 18px;
  }
  .contact-btn h4{
    font-size: 24px;
  }
  .movie {
    margin: 90px auto 40px;
  }
  .movie-ttl {
    top: -60%;
  }
  footer{
    padding: 25px 15px 20px;
  }
}
@media screen and (max-width: 500px){
  .movie {
    margin: 90px auto 40px;
  }
  .movie-ttl {
    top: -90%;
  }
  .news-notes{
    font-size: 14px;
  }
}
@media screen and (max-width: 430px){
  .l-radio a {
    width: 70%;
  }

    .dialog-link ul li a img{
            left: 25%;
    }
}
@media screen and (max-width: 350px){
  .movie {
    margin: 90px auto 40px;
  }
  .movie-ttl {
    top: -110%;
  }
}
