@charset "UTF-8";


/* /event/festival/202109/index.html
----------------------------------------------------*/
#festival202109 *,
#festival202109 *:before,
#festival202109 *:after {
  box-sizing: border-box;
}

body#festival202109 {
  background: #fff;
  font-family: "小塚ゴシック Pro", "メイリオ", ​ sans-serif;
}

#festival202109 a.ather_link::after {
  position: absolute;
  top: calc(50% - 10px);
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("/common/images/ic_blank_02.svg");
  background-size: cover;
}

@media screen and (max-width:768px) {
  #festival202109 a.ather_link::after {
    width: 16px;
    height: 16px;
  }
}

#festival202109 .main-visual {
  height: 504px;
  text-align: center;
  background: url("/event/festival/202109/images/bg01_end.png") center top no-repeat;
  background-size: 1920px;
}

@media screen and (max-width:768px) {
  #festival202109 .container {
    margin-top: 65px;
  }

  #festival202109 .main-visual {
    height: 163px;
    background-position: center;
    background-size: cover;
  }
}

#festival202109 .schedule {
  padding: 72px 0;
  background: url("/event/festival/202109/images/bg02.png") center top no-repeat;
  background-size: cover;
}

#festival202109 .schedule .schedule_ttl {
  display: block;
  margin: 0 0 32px;
  text-align: center;
}

#festival202109 .schedule h3 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
  padding-bottom: 8px;
  border-bottom: 1px solid #65A0CB;
}
#festival202109 .schedule span {
  font-size: 24px;
  font-weight: bold;
  color: #65A0CB;
}

#festival202109 .schedule .card {
  display: flex;
  width: 100%;
  position: relative;
}

#festival202109 .schedule .card + .card {
  margin: 32px 0 0;
}

#festival202109 .schedule .card .card-img,
#festival202109 .schedule .card .card-detail {
  width: 546px;
}

#festival202109 .schedule .card .card-movie {
  position: relative;
  width: 100%;
  max-width: 546px;
  max-height: 307px;
}

#festival202109 .schedule .card .card-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#festival202109 .schedule .card .card-detail {
  height: 307px;
  padding: 24px;
  background-color: #fff;
}

#festival202109 .schedule .card .card-heading {
  margin: 0 0 16px;
  color: #000;
  font-size: 24px;
  font-weight: bold;
}

#festival202109 .schedule .card .card-label {
  display: flex;
  align-items: center;
}

#festival202109 .schedule .card .card-label + .card-label {
  margin-top: 8px;
}

#festival202109 .schedule .card .card-label:last-of-type {
  margin-bottom: 16px;
}

#festival202109 .schedule .card .card-label span {
  display: inline-block;
  width: 65px;
  height: 22px;
  margin-right: 16px;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
  color: #fff;
  background-color: #707070;
}

#festival202109 .schedule .card .card-label p {
  font-size: 16px;
  color: #464646;
}

#festival202109 .schedule .card .card-label a {
  position: relative;
  font-size: 16px;
  font-weight: bold;
}

#festival202109 .schedule .card .card-label a::after {
  right: -16px;
}

#festival202109 .schedule .card p {
  font-size: 16px;
  color: #464646;
  line-height: 1.6;
}

#festival202109 .schedule .schedule_about {
  width: 100%;
  margin: 32px 0 0;
  padding: 24px;
  background-color: #F5F5F5;
}

#festival202109 .schedule .schedule_about h3 {
  padding: 0;
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  border: none;
}

#festival202109 .schedule .schedule_about p {
  font-size: 16px;
  color: #464646;
  line-height: 1.6;
}

#festival202109 .schedule .schedule_about .inner {
  position: relative;
  display: inline-block;
  margin: 8px 0;
  padding: 13px 44px 13px 40px;
  font-size: 16px;
  font-weight: bold;
  color: #464646;
  background-color: #fff;
  border-radius: 8px;
  transition: all .15s;
}

#festival202109 .schedule .schedule_about .inner:hover {
  background-color: #F5F5F5;
  color: #000;
  text-decoration: none;
}

#festival202109 .schedule .schedule_about .inner::before {
  position: absolute;
  top: calc(50% - 8px);
  left: 17.7px;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("/common/images/ic_arrow_01.svg");
  background-size: cover;
  transition: all .15s;
}

#festival202109 .schedule .schedule_about .inner:hover::before {
  background-image: url("/common/images/ic_arrow_10.svg");
}


#festival202109 .schedule .schedule_about .ather_link::after {
  right: 24px;
}

#festival202109 .schedule .schedule_about .schedule_attention {
  font-size: 14px;
  color: #464646;
}

@media screen and (max-width:768px) {
  #festival202109 .schedule {
    padding: 16px 0 32px;
  }

  #festival202109 .schedule .schedule_ttl {
    margin-bottom: 8px;
  }

  #festival202109 .schedule h3 {
    font-size: 24px;
  }

  #festival202109 .schedule span {
    font-size: 16px;
  }

  #festival202109 .schedule .card {
    flex-direction: column;
  }

  #festival202109 .schedule .card + .card {
    margin-top: 24px;
  }

  #festival202109 .schedule .card .card-movie {
    max-width: 100%;
  }

  #festival202109 .schedule .card .card-movie img {
    width: 100%;
  }

  #festival202109 .schedule .card .card-movie iframe {
    position: static;
    width: 100%;
    height: 100%;
    min-height: 194px;
  }

  #festival202109 .schedule .card .card-detail {
    width: 100%;
    margin-top: -3px;
    padding: 16px;
    height: auto;
  }

  #festival202109 .schedule .card .card-heading {
    font-size: 16px;
    margin: 0 0 8px;
  }

  #festival202109 .schedule .card .card-label span {
    width: 50px;
    height: 20px;
    margin-right: 8px;
    font-size: 10px;
    transform: scale(.8);
  }

  #festival202109 .schedule .card .card-label p {
    font-size: 12px;
  }

  #festival202109 .schedule .card .card-label a {
    font-size: 12px;
  }

  #festival202109 .schedule .card .card-label:last-of-type {
    margin-bottom: 16px;
  }

  #festival202109 .schedule .card p {
    font-size: 12px;
  }

  #festival202109 .schedule .schedule_about {
    margin: 24px 0 0;
    padding: 24px 16px;
  }

  #festival202109 .schedule .schedule_about h3 {
    margin: 0 0 13px;
    font-size: 14px;
    line-height: 1.6;
  }

  #festival202109 .schedule .schedule_about p {
    font-size: 12px;
  }

  #festival202109 .schedule .schedule_about .inner {
    padding: 12px 35px 12px;
    font-size: 12px;
  }

  #festival202109 .schedule .schedule_about .schedule_attention {
    font-size: 10px;
  }
}

#festival202109 .catalog {
  padding: 72px 0;
  background-color: #000;
}

#festival202109 .catalog .catalog_ttl {
  display: block;
  margin: 0 0 32px;
  text-align: center;
}

#festival202109 .catalog h3 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
  padding-bottom: 8px;
  border-bottom: 1px solid #65A0CB;
}
#festival202109 .catalog span {
  font-size: 24px;
  font-weight: bold;
  color: #65A0CB;
}

#festival202109 .catalog p {
  text-align: center;
  font-size: 16px;
  color: #fff;
}

#festival202109 .catalog .catalog_inn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px 0 0;
  width: 100%;
  height: 342px;
  background-color: #1F416D;
}

#festival202109 .catalog .catalog_inn img {
  width: 460px;
  height: auto;
}

@media screen and (max-width: 768px) {
  #festival202109 .catalog {
    padding: 16px 0 32px;
  }

  #festival202109 .catalog .catalog_ttl {
    margin: 0 0 8px;
  }

  #festival202109 .catalog h3 {
    font-size: 24px;
  }

  #festival202109 .catalog span {
    font-size: 16px;
  }

  #festival202109 .catalog p {
    font-size: 12px;
  }

  #festival202109 .catalog .catalog_inn {
    height: 239px;
    margin: 16px 0 0;
  }

  #festival202109 .catalog .catalog_inn img {
    width: 311px;
  }
}


#festival202109 .outline {
  padding: 56px 0;
  background-color: #fff;
}

#festival202109 .outline .flexBox {
  display: flex;
  align-items: center;
}

#festival202109 .outline .flexBox > img {
  width: 356px;
  height: auto;
}

#festival202109 .outline .flexBox > div {
  width: calc(100% - 356px);
  margin-left: 24px;
}

#festival202109 .outline .flexBox h4 {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
}

#festival202109 .outline .flexBox p {
  font-size: 16px;
  line-height: 1.6;
  color: #464646;
}

#festival202109 .outline .flexBox h5 {
  display: flex;
  margin: 40px 0 16px;
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
  color: #000;
}

#festival202109 .outline .flexBox h5 > img {
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 16px;
}

#festival202109 .outline table {
  width: 100%;
}

#festival202109 .outline table tr {
  display: flex;
  width: 100%;
  font-size: 16px;
  color: #464646;
  border: 1px solid #C8C8C8;
  background-color: #F5F5F5;
}

#festival202109 .outline table tr + tr {
  border-top: none;
}

#festival202109 .outline table th {
  width: 178px;
  padding: 16px;
  text-align: left;
  font-weight: bold;
}

#festival202109 .outline table td {
  width: calc(100% - 178px);
  padding: 16px 24px;
  background-color: #fff;
}

#festival202109 .outline table td a {
  position: relative;
  font-weight: bold;
}

#festival202109 .outline table td a::after {
  right: -16px;
}

#festival202109 .movie {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
}

#festival202109 .movie-close {
  display: block;
  position: fixed;
  top: calc(50% - 270px - 32px);
  right: calc(50% - 480px - 32px);
  width: 32px;
  height: 32px;
  z-index: 100;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #festival202109 .outline .flexBox {
    flex-direction: column;
  }

  #festival202109 .outline .flexBox > img {
    width: 240px;
    margin: 0 auto;
  }

  #festival202109 .outline .flexBox > div {
    width: 100%;
    margin: 24px 0 0;
  }

  #festival202109 .outline .flexBox h4 {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.6;
  }

  #festival202109 .outline .flexBox p {
    font-size: 12px;
  }

  #festival202109 .outline .flexBox h5 {
    margin: 30px 0 16px;
  }

  #festival202109 .outline table tr {
    font-size: 12px;
  }

  #festival202109 .outline table th {
    width: 126px;
    padding: 16px 8px;
  }

  #festival202109 .outline table td {
    width: calc(100% - 126px);
    padding: 16px 8px;
  }
}

#festival202109 .movie-close:before,
#festival202109 .movie-close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #fff;
}

#festival202109 .movie-close:before {
  transform: rotate(45deg);
}

#festival202109 .movie-close:after {
  transform: rotate(-45deg);
}

#festival202109 .pagetop {
  position: fixed;
  bottom: 60px;
  right: calc(50% - 480px + 16px);
}

#festival202109 .section_footer {
  padding: 15px 0 0;
}

#festival202109 #section_footer aside {
  float: none;
  margin: auto;
}

