@font-face {
  font-family: "wbc-fiesta-b", sans-serif;
  src: url("/font/wbc-fiesta-bold") format("woff2"), url("/font/wbc-fiesta-bold") format("woff");
}
@font-face {
  font-family: "wbc-fiesta-r", sans-serif;
  src: url("/font/wbc-fiesta-regular") format("woff2"), url("/font/wbc-fiesta-regular") format("woff");
}
#main.special {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-style: normal;
  padding: 0 !important;
}
#main.special .title {
  font-weight: 700;
  color: #002823;
  font-size: 46px;
  text-align: center;
  margin: 30px auto;
  line-height: 1.2;
}
#main.special .subtitle {
  color: #002823;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
#main.special .subheading {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin: 30px 0;
  color: #000000;
}
#main.special .subheading.white {
  color: #FFFFFF;
}
#main.special .unit-youtube {
  text-align: center;
  margin: 60px auto;
}
#main.special .unit-youtube.video {
  width: 900px;
}
#main.special .unit-youtube.video video {
  width: 100%;
  height: auto;
}
#main.special .unit-photo {
  text-align: center;
  margin: 40px auto;
  width: 800px;
}
#main.special .unit-photo.full {
  width: 100%;
}
#main.special .unit-photo img {
  width: 100%;
  height: auto;
}
#main.special .background-green {
  background: #002823;
  padding: 60px;
  color: #FFFFFF;
}
#main.special .background-none {
  padding: 60px 0;
}
#main.special .description {
  margin: 10px auto;
  line-height: 2;
  font-size: 18px;
  max-width: 800px;
}
#main.special .cast-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px auto;
  color: #000000;
  max-width: 700px;
}
#main.special .cast-list li {
  display: inline-block;
  font-size: 20px;
  margin-bottom: 10px;
}
#main.special .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 60px auto 20px auto;
}
#main.special .button-wrapper .link-block {
  margin: 0 10px;
}
#main.special .link-block {
  background: #B99D2E;
  color: #002823;
  display: block;
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  width: 250px;
  margin: 60px auto 0 auto;
  padding: 20px 0;
  text-decoration: none;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
#main.special .link-block:hover {
  background: #FFFFFF;
}

@media screen and (max-width: 767px) {
  #main.special .title {
    font-size: 28px;
    line-height: 1.2;
  }
  #main.special .subtitle {
    font-size: 18px;
    line-height: 1.5;
  }
  #main.special .subheading {
    font-size: 15px;
  }
  #main.special .unit-youtube {
    text-align: center;
    margin: 40px 0;
    height: 0;
    width: 100%;
    padding-top: 56.25%;
    position: relative;
  }
  #main.special .unit-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #main.special .unit-youtube.video {
    width: 100%;
  }
  #main.special .unit-youtube.video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #main.special .unit-photo {
    text-align: center;
    margin: 20px 0;
    width: 100%;
  }
  #main.special .unit-photo.full {
    width: 100%;
  }
  #main.special .background-green {
    padding: 30px 20px;
  }
  #main.special .background-none {
    padding: 30px 0;
  }
  #main.special .description {
    margin: 10px auto;
    line-height: 2;
    font-size: 13px;
    max-width: 100%;
  }
  #main.special .cast-list {
    color: #000000;
    max-width: 100%;
  }
  #main.special .cast-list li {
    display: inline-block;
    font-size: 15px;
    margin-bottom: 10px;
  }
  #main.special .link-block {
    width: 75%;
    max-width: 300px;
    margin: 30px auto 15px auto;
    padding: 15px 0;
  }
  #main.special .button-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 30px auto 20px auto;
  }
  #main.special .button-wrapper .link-block {
    width: 48%;
    margin: 0;
    font-size: 14px;
  }
}
/*# sourceMappingURL=special.css.map */