@charset "UTF-8";
body {
  font-size: 16px;
  color: #333;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo UI", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  line-height: 1.625;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 1.57143;
  }
}

a {
  color: #333;
}

.bg-yellow {
  background-image: url(../img/bg-yellow.png);
}

.bg-black {
  background: #000;
}

.inner {
  max-width: 890px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 40px;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .inner {
    max-width: 768px;
    padding: 0 24px;
  }
}

@media screen and (max-width: 767px) {
  .inner {
    max-width: 500px;
    padding: 0 15px;
  }
}

section {
  padding-top: 60px;
}

.page__section {
  padding: 26px 0 0;
}

.section__title {
  font-size: 43px;
  font-family: "Futura-CondensedMedium", "Futura", sans-serif;
  line-height: 1.18605;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .section__title {
    font-size: 34px;
    line-height: 1;
  }
}

.btn {
  position: relative;
  max-width: 840px;
  width: 100%;
  text-align: right;
  overflow: hidden;
  margin-bottom: 30px;
}

.btn .btn__link {
  display: inline-block;
  text-align: center;
  line-height: 36px;
  width: 116px;
  height: 36px;
  background: #c63205;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

.btn .btn__link:hover {
  background: #fff;
  color: #c63205;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media screen and (max-width: 767px) {
  .btn {
    position: static;
    text-align: center;
    padding-right: 0;
  }
}

.nav {
  height: 90px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .nav {
    position: relative;
    height: 56px;
    overflow-x: auto;
  }
}

.nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  width: 665px;
  margin: 0 auto;
  padding-top: 21px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .nav > ul {
    display: none;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-left: 15px;
    padding-top: 20px;
  }
}

.nav > ul li {
  font-size: 14px;
  text-align: center;
  margin-right: 30px;
}

.nav > ul li:last-child {
  margin-right: 0;
}

.nav > ul li a {
  display: block;
}

.nav > ul li a span {
  font-size: 22px;
  display: block;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .nav > ul li a span {
    display: none;
    height: inherit;
  }
}

.hero__area {
  background: url(../img/hero.png) center center/cover;
}

.hero__inner {
  max-width: 1000px;
  padding: 0 40px;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .hero__inner {
    max-width: 768px;
    padding: 0 24px;
  }
}

@media screen and (max-width: 767px) {
  .hero__inner {
    max-width: 500px;
    padding: 0 15px;
  }
}

.hero__area__title {
  padding-top: 60px;
  width: 100%;
}

.hero__area__title h1 {
  padding-top: 20px;
}

.hero__area__content {
  padding: 88px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 14px;
  color: #fff;
}

.hero__area__content p {
  width: 340px;
  margin-left: 20px;
  line-height: 1.57143;
}

.hero__area__content p + .hero__area__content p {
  margin-top: 7px;
}

@media screen and (max-width: 767px) {
  .hero__area__content {
    padding: 50px 0;
    display: block;
    text-align: center;
  }
  .hero__area__content img {
    width: 220px;
  }
  .hero__area__content p {
    width: 100%;
    margin-left: 0;
    padding-top: 24px;
    text-align: left;
  }
}

.hero__footer {
  max-width: 1000px;
  padding: 0 40px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .hero__footer {
    max-width: 768px;
    padding: 0 24px;
  }
}

@media screen and (max-width: 767px) {
  .hero__footer {
    max-width: 530px;
    padding-right: 40px;
  }
}

.hero__footer__btn {
  position: relative;
  bottom: -30px;
  max-width: 1000px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .hero__footer__btn {
    bottom: -24px;
    text-align: center;
  }
}

.hero__footer__btn .hero__footer__btn__link {
  line-height: 60px;
  width: 200px;
  height: 60px;
}

@media screen and (max-width: 767px) {
  .hero__footer__btn .hero__footer__btn__link {
    height: 46px;
    line-height: 46px;
  }
}

.drawer-icon {
  display: none;
  position: fixed;
  right: 16px;
  top: 20px;
  z-index: 41;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 0;
}

.drawer-icon.is-checked {
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
}

@media screen and (max-width: 767px) {
  .drawer-icon {
    display: block;
  }
}

.drawer-bars {
  display: inline-block;
  width: 22px;
  height: 20px;
  position: relative;
  vertical-align: bottom;
}

.drawer-bar {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  background: #000;
  width: 100%;
  height: 4px;
  border-radius: 0;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.drawer-bar:nth-of-type(1) {
  top: 0;
}

.drawer-bar:nth-of-type(2) {
  top: 8px;
}

.drawer-bar:nth-of-type(3) {
  top: 16px;
}

.is-checked .drawer-bar:nth-of-type(1) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #fff;
}

.is-checked .drawer-bar:nth-of-type(2) {
  background: transparent;
}

.is-checked .drawer-bar:nth-of-type(3) {
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #fff;
}

.drawer-background {
  display: none;
  position: fixed;
  z-index: 39;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.drawer-background.is-checked {
  display: block;
  opacity: 0.7;
}

.drawer-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  z-index: 40;
  width: 250px;
  max-width: 90%;
  height: 100%;
  background: #333;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-align: left;
  color: #fff;
}

.drawer-content.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-box-shadow: 6px 0 25px rgba(0, 0, 0, 0.16);
          box-shadow: 6px 0 25px rgba(0, 0, 0, 0.16);
}

.drawer-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.drawer-content ul li {
  border-bottom: 1px dotted #fff;
}

.drawer-content ul li a {
  text-decoration: none;
  display: block;
  position: relative;
  padding: 16px 30px 14px 20px;
  color: #fff;
}

.drawer-content ul li a::after {
  content: ">";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 11px;
}

.drawer-content ul li a span {
  display: block;
}

.introduction {
  width: 100%;
  padding-top: 30px;
}

.introduction__inner {
  position: relative;
  max-width: 810px;
  padding: 0 30px;
  background-color: rgba(255, 255, 255, 0.29);
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .introduction__inner {
    max-width: 720px;
  }
}

@media screen and (max-width: 767px) {
  .introduction__inner {
    max-width: 500px;
    width: calc(100% - 30px);
    padding: 0 15px;
  }
}

.introduction__inner img {
  position: absolute;
  left: 0;
}

@media screen and (max-width: 767px) {
  .introduction__inner img {
    width: 100px;
  }
}

.section__title__introduction {
  padding-top: 30px;
}

.introduction__title {
  padding-top: 6px;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .introduction__title {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .introduction__title {
    font-size: 16px;
  }
}

.introduction__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 14px 0 26px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .introduction__content {
    display: block;
    margin: 20px 0;
  }
}

.introduction__content p {
  width: 360px;
  font-size: 12px;
  line-height: 1.75;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .introduction__content p {
    width: 310px;
  }
}

@media screen and (max-width: 767px) {
  .introduction__content p {
    width: 100%;
  }
  .introduction__content p:last-child {
    padding-top: 12px;
  }
}

.embed {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.embed iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.news {
  padding-bottom: 24px;
}

.news__inner {
  max-width: 840px;
  padding: 0;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .news__inner {
    max-width: 750px;
  }
}

@media screen and (max-width: 767px) {
  .news__inner {
    max-width: 530px;
    padding: 0 15px;
  }
}

.news__items {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.news__item {
  margin-bottom: 30px;
  margin: 0 15px 30px;
  width: 100%;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 768px) {
  .news__item:nth-child(n + 4) {
    margin-bottom: 0;
  }
}

.news__item .news__item__img {
  width: inherit;
  padding-top: 56%;
  position: relative;
}

.news__item .news__item__img img {
  width: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
}

.news__item .news__item__body {
  background: #fff;
  padding: 6px 15px;
}

.news__item .news__item__body time {
  font-size: 12px;
  line-height: 1.75;
  color: #666;
}

.news__item .news__item__body p {
  width: 100%;
  line-height: 1.3125;
  font-weight: bold;
  margin-top: -3px;
}

@media screen and (max-width: 767px) {
  .news__item .news__item__body p {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .news__item:nth-child(-n + 3) {
    display: block;
    width: 250px;
  }
  .news__item:nth-child(-n + 3) .news__item__img {
    width: inherit;
    height: 140px;
  }
  .news__item:nth-child(-n + 3) .news__item__img img {
    width: inherit;
    height: 140px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .news__item:nth-child(-n + 3) .news__item__body {
    height: 120px;
  }
  .news__item:nth-child(n + 4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 390px;
    height: 88px;
  }
  .news__item:nth-child(n + 4) .news__item__img {
    width: 156px;
    height: inherit;
    padding-top: 0;
  }
  .news__item:nth-child(n + 4) .news__item__img img {
    width: 156px;
    height: inherit;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .news__item:nth-child(n + 4) .news__item__body {
    width: 234px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 979px) {
  .news__item:nth-child(n + 4) .news__item__body {
    padding: 3px 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .news__item:nth-child(-n + 3) {
    width: 220px;
  }
  .news__item:nth-child(n + 4) {
    width: 345px;
  }
}

@media screen and (max-width: 767px) {
  .news__item .news__item__body {
    height: 90px;
  }
}

.news__btn {
  top: -450px;
  padding-right: 15px;
  margin-bottom: 0;
}

.story {
  color: #fff;
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .story {
    margin-top: 30px;
    background-size: auto !important;
  }
}

.story__content {
  width: 320px;
  margin: 18px 0 0 auto;
  font-size: 12px;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .story__content {
    width: 500px;
    max-width: 100%;
    margin: 40px auto;
  }
}

.story__btn {
  margin-top: 4px;
}

@media screen and (max-width: 767px) {
  .story__btn {
    margin-top: 30px;
  }
}

.story__breadcrumb span {
  color: #fff;
}

.comments__title {
  padding-top: 24px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .comments__title {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .comments__title {
    font-size: 16px;
    padding-top: 20px;
  }
}

.comments__img {
  width: 100%;
  height: 215px;
  -o-object-fit: cover;
     object-fit: cover;
}

.comments__content {
  position: relative;
  color: #fff;
  padding: 25px 0 0;
}

@media screen and (max-width: 767px) {
  .comments__content {
    background: #000;
    margin-top: 20px;
    padding: 0;
  }
}

.comments__content__body {
  position: absolute;
  top: 62px;
  left: 30px;
  width: 420px;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .comments__content__body {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px;
  }
}

.comments__content__body__title {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .comments__content__body__title {
    font-size: 16px;
  }
}

.comments__content__body__title span {
  font-size: 26px;
}

.comments__content__body__text {
  padding-top: 8px;
  font-size: 14px;
}

.comments__btn {
  position: absolute;
  margin-top: -50px;
  max-width: 840px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .comments__btn {
    position: relative;
    margin-top: 0;
    padding: 15px 0 30px;
  }
}

.comments__btn__link {
  margin-right: 15px;
}

.bg__white {
  margin-top: 24px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(15%, rgba(255, 255, 255, 0)), color-stop(15%, rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.9)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.9) 15%, rgba(255, 255, 255, 0.9) 100%);
}

@media screen and (max-width: 767px) {
  .bg__white {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(6%, rgba(255, 255, 255, 0)), color-stop(6%, rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.9)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 6%, rgba(255, 255, 255, 0.9) 6%, rgba(255, 255, 255, 0.9) 100%);
  }
}

.cast__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.cast__list__item {
  width: calc(100% / 3);
}

.cast__list__item + .cast__list__item {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .cast__list__item {
    width: 100%;
  }
  .cast__list__item + .cast__list__item {
    margin-left: 0;
    margin-top: 40px;
  }
}

.cast__list__item__header {
  text-align: center;
  height: 340px;
}

.cast__list__item__header img {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  margin-bottom: 32px;
}

.cast__list__item__header p {
  line-height: 1.875;
}

.cast__list__item__header h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.66667;
}

.cast__list__item__header small {
  font-size: 12px;
  color: #666;
  line-height: 2.5;
}

@media screen and (max-width: 979px) {
  .cast__list__item__header {
    height: 310px;
  }
  .cast__list__item__header img {
    width: 200px;
    height: 200px;
  }
}

.cast__list__item__body {
  font-size: 12px;
  color: #666;
  margin-top: 12px;
  line-height: 1.75;
}

.cast__btn {
  text-align: center;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .cast__btn {
    margin-top: 30px;
  }
}

.cast__btn__link {
  color: #c63205 !important;
  background-color: transparent !important;
  border: solid 5px #c63205;
  line-height: 26px !important;
}

.cast__btn__link:hover {
  background: #c63205 !important;
  color: #fff !important;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.schedule__inner {
  background-color: rgba(255, 255, 255, 0.29);
  padding: 30px 76px 50px;
  max-width: 810px;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .schedule__inner {
    max-width: 720px;
    padding: 30px 50px 60px;
  }
}

@media screen and (max-width: 767px) {
  .schedule__inner {
    max-width: 500px;
    width: calc(100% - 30px);
    padding: 30px 15px;
  }
}

.schedule__list {
  margin-top: 16px;
  font-size: 20px;
  font-weight: bold;
  line-height: 2em;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .schedule__list {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .schedule__list {
    font-size: 14px;
  }
}

.schedule__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 45px;
}

@media screen and (max-width: 767px) {
  .schedule__list__item {
    display: inline-block;
  }
}

.schedule__list__item div, .schedule__list__item p, .schedule__list__item a {
  display: inline-block;
}

.schedule__list__item a {
  text-decoration: underline;
}

.schedule__btn {
  max-width: 415px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px auto 30px;
}

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

.schedule__btn__contact {
  text-align: start;
}

@media screen and (max-width: 767px) {
  .schedule__btn__contact {
    text-align: center;
  }
}

.schedule__btn__contact__link,
.schedule__btn__reserve__link {
  width: 193px !important;
  height: 60px !important;
  line-height: 60px !important;
}

@media screen and (max-width: 767px) {
  .schedule__btn__contact__link,
  .schedule__btn__reserve__link {
    height: 46px !important;
    line-height: 46px !important;
  }
}

.schedule__btn__contact__link {
  background: #603813 !important;
}

.schedule__btn__contact__link:hover {
  background: #fff !important;
  color: #603813 !important;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.footer {
  background: #1A1A1A;
  height: 80px;
}

@media screen and (max-width: 767px) {
  .footer {
    height: 56px;
  }
}

.footer__copyright {
  display: block;
  text-align: center;
  line-height: 80px;
  color: #fff;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .footer__copyright {
    line-height: 56px;
  }
}

.page__hero__area {
  background: url(../img/hero.png) 100% 50% no-repeat;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .page__hero__area {
    background-position: 80% 50% !important;
  }
}

@media screen and (max-width: 767px) {
  .page__hero__area {
    background-position: 77% 50% !important;
  }
}

.page__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 40px 12px;
}

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

.page__hero__area__title {
  width: 460px;
  padding-top: 0;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .page__hero__area__title {
    width: 440px;
  }
}

@media screen and (max-width: 767px) {
  .page__hero__area__title {
    width: 100%;
  }
}

.page__hero__area__title h1 {
  padding-top: 10px;
}

.page__hero__area__content {
  width: 250px;
  padding-top: 0;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .page__hero__area__content {
    width: 210px;
  }
}

@media screen and (max-width: 767px) {
  .page__hero__area__content {
    width: 220px;
    margin: 0 auto;
    padding-top: 50px;
  }
  .page__hero__area__content img {
    display: block;
  }
}

.page__hero__footer {
  max-width: 890px;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .page__hero__footer {
    max-width: 768px;
    padding: 0 24px;
  }
}

@media screen and (max-width: 767px) {
  .page__hero__footer {
    max-width: 530px;
    padding-right: 40px;
  }
}

.page__hero__footer__btn {
  position: relative;
  bottom: -20px;
  max-width: 1000px;
  width: 100%;
}

.page__hero__footer__btn .page__hero__footer__btn__link {
  width: 150px;
  line-height: 40px;
  height: 40px;
  font-size: 12px;
}

.breadcrumb {
  margin-top: -6px;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    padding-top: 24px;
  }
}

.breadcrumb span {
  display: inline;
  /*横に並ぶように*/
  font-weight: bold;
  font-size: 12px;
}

.page__news__item {
  margin-bottom: 30px;
  margin: 0 15px 30px;
  width: 100%;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.page__news__item .page__news__item__img {
  width: inherit;
  padding-top: 56%;
  position: relative;
}

.page__news__item .page__news__item__img img {
  width: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
}

.page__news__item .page__news__item__body {
  background: #fff;
  padding: 4px 15px;
}

.page__news__item .page__news__item__body time {
  font-size: 12px;
  line-height: 1.75;
  color: #666;
}

.page__news__item .page__news__item__body p {
  width: 100%;
  line-height: 1.3125;
  font-weight: bold;
  margin-top: -2px;
}

@media screen and (max-width: 767px) {
  .page__news__item .page__news__item__body p {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .page__news__item {
    display: block;
    width: 250px;
  }
  .page__news__item .page__news__item__img {
    width: inherit;
    height: 140px;
  }
  .page__news__item .page__news__item__img img {
    width: inherit;
    height: 140px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page__news__item .page__news__item__body {
    height: 120px;
  }
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .page__news__item {
    width: 220px;
  }
}

@media screen and (max-width: 767px) {
  .page__news__item .page__news__item__body {
    height: 90px;
  }
}

.pagination {
  text-align: center;
}

.pagination span {
  background: transparent;
  border: 3px solid #333;
  color: #333;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  height: 28px;
  width: 28px;
  line-height: 22px;
  margin-right: 2px;
}

.pagination span:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.pagination a {
  background: #333;
  color: #eebd01;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  height: 28px;
  width: 28px;
  line-height: 28px;
  margin-right: 2px;
  text-align: center;
}

.pagination a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.page__news__single {
  margin-top: 30px;
  -webkit-box-shadow: 0 0 17.45px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 17.45px rgba(0, 0, 0, 0.1);
}

.page__news__single__img {
  width: 100%;
}

.page__news__single__img img {
  width: inherit;
  height: auto;
}

.page__news__single__title {
  background: #1a1a1a;
  color: #fff;
  padding: 4px 30px 12px;
}

.page__news__single__title time {
  font-size: 12px;
  line-height: 1.83333;
}

.page__news__single__title h3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2381;
}

.page__news__single__body {
  background: rgba(255, 255, 255, 0.9);
  padding: 24px 30px;
}

.page__news__single__body h4 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.18182;
}

.page__news__single__body span {
  display: block;
  margin-top: 4px;
  font-size: 18px;
  font-weight: bold;
}

.page__news__single__body p {
  padding-top: 24px;
}

.page__news__single__pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}

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

.pagenavi__prev,
.pagenavi__next {
  width: 390px;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .pagenavi__prev,
  .pagenavi__next {
    width: 345px;
  }
}

@media screen and (max-width: 767px) {
  .pagenavi__prev,
  .pagenavi__next {
    width: 100%;
  }
}

.pagenavi__next {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .pagenavi__next {
    margin-left: 0;
    margin-top: 24px;
  }
}

.pagenavi__prev__link,
.pagenavi__next__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagenavi__prev__link:hover,
.pagenavi__next__link:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.pagenavi__prev__btn,
.pagenavi__next__btn {
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #1a1a1a;
  cursor: pointer;
}

.pagenavi__prev__btn::after,
.pagenavi__next__btn::after {
  position: absolute;
  top: 10%;
  left: 38%;
  color: #EEBD01;
  font-size: 18px;
  font-weight: bold;
}

.pagenavi__prev__btn::after {
  content: '<';
}

.pagenavi__next__btn::after {
  content: '>';
}

.pagenavi__prev__content,
.pagenavi__next__content {
  width: 345px;
}

.pagenavi__prev__content time,
.pagenavi__next__content time {
  font-size: 12px;
}

.pagenavi__prev__content p,
.pagenavi__next__content p {
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 979px) {
  .pagenavi__prev__content,
  .pagenavi__next__content {
    width: 300px;
  }
}

.pagenavi__prev__content {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .pagenavi__prev__content {
    margin-left: 12px;
  }
}

.pagenavi__next__content {
  margin-right: auto;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .pagenavi__next__content {
    margin-right: 12px;
    margin-left: auto;
  }
}

.page__story__area {
  color: #fff;
}

.breadcrumb__page__story span {
  color: #fff;
}

.page__story__intro {
  margin-top: 24px;
}

.page__story__intro__content {
  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: 50px 0 60px;
}

.page__story__intro__content h3 {
  width: 390px;
  height: 40px;
  font-size: 26px;
  text-align: center;
  font-weight: bold;
}

.page__story__intro__content p {
  width: 390px;
  font-size: 12px;
  line-height: 1.875;
}

@media screen and (max-width: 767px) {
  .page__story__intro__content {
    display: block;
    margin: 36px 15px;
  }
  .page__story__intro__content h3 {
    width: 100%;
    font-size: 20px;
  }
  .page__story__intro__content p {
    width: 100%;
    margin-top: 16px;
  }
}

.page__story {
  color: #fff;
  font-size: 12px;
  padding-top: 0;
}

.page__story :nth-child(odd) .page__story__img {
  background-position: right center !important;
}

.page__story :nth-child(odd) .page__story__content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.page__story__box {
  position: relative;
}

.page__story__img {
  height: 325px;
}

@media screen and (max-width: 767px) {
  .page__story__img {
    height: 240px;
  }
}

.page__story__content h3 {
  width: 390px;
  font-size: 26px;
  text-align: center;
  font-weight: bold;
}

.page__story__content p {
  width: 390px;
  line-height: 1.75;
}

@media screen and (min-width: 768px) {
  .page__story__content {
    position: absolute;
    width: 810px;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    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;
  }
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .page__story__content {
    width: 720px;
  }
  .page__story__content h3, .page__story__content p {
    width: 360px;
  }
}

@media screen and (max-width: 767px) {
  .page__story__content {
    display: block;
    position: static;
    max-width: 500px;
    padding: 15px 15px 36px;
    margin: 0 auto;
  }
  .page__story__content h3, .page__story__content p {
    width: 100%;
  }
  .page__story__content p {
    margin-top: 16px;
  }
}

.page__comments__inner {
  max-width: 840px;
  padding: 0;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .page__comments__inner {
    max-width: 750px;
  }
}

@media screen and (max-width: 767px) {
  .page__comments__inner {
    max-width: 530px;
    padding: 0 15px;
  }
}

.page__comments__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.page__comments__list__item {
  width: calc(100% / 3);
  padding: 0 15px;
  margin-bottom: 28px;
}

.page__comments__list__item h3 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.page__comments__list__item small {
  display: block;
  font-size: 12px;
  color: #666;
  text-align: center;
}

.page__comments__list__item p {
  margin-top: 8px;
}

@media screen and (min-width: 768px) {
  .page__comments__list__item:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .page__comments__list__item {
    width: 100%;
  }
  .page__comments__list__item:last-child {
    margin-bottom: 0;
  }
}

.page__cast__list {
  padding-bottom: 38px;
}

.page__second__cast {
  padding: 54px 0 8px;
}

.page__second__cast__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.page__second__cast__list__item {
  width: 390px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .page__second__cast__list__item:nth-of-type(2n) {
    margin-left: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .page__second__cast__list__item {
    width: 345px;
  }
}

@media screen and (max-width: 767px) {
  .page__second__cast__list__item {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.second__cast__img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin-top: 4px;
}

.second__cast__body {
  margin-left: 10px;
}

.second__cast__body h3 {
  font-size: 22px;
  font-weight: bold;
}

.second__cast__body small {
  font-size: 12px;
}

.second__cast__body p {
  font-size: 12px;
  margin-top: 12px;
  line-height: 1.75;
}

.page__third__cast {
  background: rgba(255, 255, 255, 0.9);
  padding: 74px 0 16px;
}

.page__third__cast__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.page__third__cast__list__item {
  width: calc(100% / 3);
  text-align: center;
  margin-bottom: 42px;
}

.page__third__cast__list__item p {
  color: #666;
}

.page__third__cast__list__item h3 {
  font-size: 22px;
  font-weight: bold;
}

.page__third__cast__list__item small {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .page__third__cast__list__item {
    width: 100%;
  }
}

.page__inquiry {
  font-size: 18px;
}

.page__inquiry__inner {
  background: rgba(255, 255, 255, 0.29);
  padding: 26px 30px 36px;
  width: 810px;
  margin-top: 24px;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .page__inquiry__inner {
    width: 720px;
  }
}

@media screen and (max-width: 767px) {
  .page__inquiry__inner {
    max-width: 500px;
    width: calc(100% - 30px);
    padding: 30px 15px;
  }
}

.page__inquiry__top {
  font-weight: bold;
}

.page__inquiry__list {
  margin-top: 28px;
}

.page__inquiry__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page__inquiry__list__item dt {
  width: calc(100% - 520px);
  text-align: right;
  margin-right: 16px;
  font-weight: bold;
}

.page__inquiry__list__item dd {
  width: 520px;
  height: inherit;
}

.page__inquiry__list__item dd span {
  width: inherit;
}

.page__inquiry__list__item dd span input, .page__inquiry__list__item dd span textarea {
  width: inherit;
  border: none;
  background: rgba(255, 255, 255, 0.7);
}

.page__inquiry__list__item dd span input {
  height: 45px;
}

.page__inquiry__list__item dd span textarea {
  height: 165px;
  resize: none;
}

.page__inquiry__list__item + .page__inquiry__list__item {
  margin-top: 14px;
}

.page__inquiry__list__item:last-child {
  height: 165px;
}

@media screen and (max-width: 767px) {
  .page__inquiry__list__item {
    display: block;
  }
  .page__inquiry__list__item dt {
    width: 100%;
    text-align: left;
  }
  .page__inquiry__list__item dd {
    width: 100%;
  }
  .page__inquiry__list__item:last-child {
    height: auto;
  }
}

.page__inquiry__btn {
  text-align: center;
  margin-bottom: 0;
}

.page__inquiry__btn__link {
  -webkit-appearance: none;
  border-radius: 0;
  margin-top: 30px;
  border: none;
  width: 200px !important;
  height: 60px !important;
  font-size: 18px !important;
}

@media screen and (max-width: 767px) {
  .page__inquiry__btn__link {
    height: 46px !important;
    line-height: 46px !important;
  }
}

.page__inquiry__submit {
  text-align: center;
}

.page__inquiry__submit__inner {
  background: rgba(255, 255, 255, 0.29);
  padding: 26px 30px;
  width: 810px;
  margin-top: 24px;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .page__inquiry__submit__inner {
    width: 720px;
  }
}

@media screen and (max-width: 767px) {
  .page__inquiry__submit__inner {
    max-width: 500px;
    width: calc(100% - 30px);
    padding: 30px 15px;
  }
}

.latest__news {
  padding-bottom: 0;
  margin-bottom: -34px;
}

.page__404__inner {
  background: rgba(255, 255, 255, 0.29);
  padding: 30px;
  width: 810px;
  margin-bottom: 60px;
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .page__404__inner {
    width: 720px;
  }
}

@media screen and (max-width: 767px) {
  .page__404__inner {
    max-width: 500px;
    width: calc(100% - 30px);
    padding: 30px 15px;
    text-align: left;
  }
}

.section__title__404 {
  color: #c63205;
}

.page__404__top {
  font-weight: bold;
  font-size: 22px;
  margin-top: 12px;
}

.page__404__text {
  margin-top: 16px;
}

.page__404__btn {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
}

.page__404__btn__link {
  width: 200px !important;
  height: 60px !important;
  line-height: 60px !important;
}

@media screen and (max-width: 767px) {
  .page__404__btn__link {
    height: 46px !important;
    line-height: 46px !important;
  }
}
