@charset "UTF-8";
/*各ページごとの特別指定*/
/*----------------------------------------------------------------------

TOP

----------------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body.top {
  height: 100%;
}

.top .contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fde8d7;
}
@media screen and (max-width: 1080px) {
  .top .contents {
    padding-top: 55px;
  }
}
@media screen and (max-width: 768px) {
  .top .contents {
    padding: 55px 0 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background: none;
    height: auto;
  }
}
.top .main {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .top .main {
    background: none;
    min-width: 100%;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.top .main .mv {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .top .main .mv {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.top .main .mv img {
  width: 100%;
  height: auto;
}
.top .main .mv h1 {
  position: relative;
  text-align: center;
  padding: 3.8vw 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top .main .mv h1 {
    padding: 9vw 0 6vw;
  }
}
.top .main .mv h1 img {
  width: 80%;
  height: auto;
}
.top .main .mv-sp img {
  width: 100%;
  height: auto;
}
.top .main .txt-sec {
  position: relative;
  padding: 0 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  height: auto;
  background: url(../img/top/bg_stripe.png) 0 0 repeat, #ffba8f;
  background-size: 160% auto;
}
@media screen and (min-width: 1440px) {
  .top .main .txt-sec {
    padding: 0 64px;
  }
}
@media screen and (max-width: 768px) {
  .top .main .txt-sec {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top .main .txt-sec {
    width: 100%;
    padding: 0 24px;
  }
}
.top .main .visual-sec {
  width: 50%;
}
.top .main .visual-sec img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .top .main .visual-sec {
    width: 100%;
  }
}
.top .main .billing01 {
  padding: 0 0 24px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top .main .billing01 {
    padding: 0 0 2vw;
  }
}
.top .main .billing02 {
  padding: 0 0 32px;
  width: 100%;
}
.top .main .billing02 img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .top .main .billing02 {
    padding: 0 0 4vw;
  }
}
.top .main .roadshow {
  padding: 2.4vw 0;
  width: 70%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top .main .roadshow {
    padding: 4vw 0 9vw;
  }
}
.top .main .roadshow img {
  height: auto;
}
.top .main .img-misin {
  position: absolute;
  bottom: 24px;
  right: 24px;
  z-index: 1;
}
.top .main .img-misin img {
  width: 5.4vw;
}
@media screen and (max-width: 768px) {
  .top .main .img-misin img {
    width: 9vw;
  }
}
.top .main .sns-list {
  position: absolute;
  top: 24px;
  right: 24px;
}
.top .main .sns-list a:hover {
  opacity: 0.8;
}
.top .main .button-sec {
  margin-bottom: 32px;
}
.top .main .button-sec a {
  display: block;
  padding: 16px 24px;
  border: 1px solid #910c13;
  color: #910c13;
  background-color: #fff;
  text-decoration: none;
  font-weight: bold;
  width: 200px;
  text-align: center;
  font-size: 16px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.top .main .button-sec a:hover {
  background-color: #910c13;
  color: #fff;
}
.top .main .bnr-sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 30px;
  z-index: 2;
}
.top .main .bnr-sec li {
  margin: 0 8px;
}

.sns-share-btn {
  padding: 24px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.sns-share-btn li {
  padding: 0 4px 0;
}

.img-pc {
  display: block;
}

.img-sp {
  display: none;
}

.only-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .only-pc {
    display: none;
  }
}

.only-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .only-sp {
    display: block;
  }
}

/*----------------------------
下層共通
----------------------------*/
.low-contents {
  width: 100%;
  font-size: 15px;
  line-height: 2;
  clear: both;
  background: #fde8d7;
  overflow: hidden;
}
.low-contents h2 {
  color: #910c13;
  font-size: 42px;
  line-height: 1;
  letter-spacing: 0.02em;
  padding: 0 0 48px;
  z-index: 100;
  font-family: "Taviraj", serif;
  font-weight: 700;
  font-style: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .low-contents h2 {
    font-size: 28px;
    padding: 35px 0;
    margin-bottom: 24px;
    gap: 12px;
  }
}
@media screen and (max-width: 440px) {
  .low-contents h2 {
    padding: 24px 0;
    margin-bottom: 16px;
  }
}
.low-contents h2 span {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 440px) {
  .low-contents h2 span {
    font-size: 13px;
  }
}

.wrap {
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 960px) {
  .wrap {
    width: 96%;
    padding: 80px 2% 40px;
  }
}
@media screen and (max-width: 768px) {
  .wrap {
    width: 90%;
    padding: 20px 0 40px;
  }
}

/*位置バグ対応*/
/*Border*/
.img-wrapper {
  background: #910c13;
  padding-top: 9px;
}

.border-top {
  padding-top: 11px;
  background-size: 16px 2px;
  background-image: -webkit-linear-gradient(left, #ffba8f 8px, transparent 6px);
  background-image: linear-gradient(to right, #ffba8f 8px, transparent 6px);
  background-repeat: repeat-x;
  background-position: left top;
}

/*animation*/
/*メインビジュアル*/
.firstview {
  opacity: 0;
  -webkit-transition: all 2s;
  transition: all 2s;
}

.firstview.animate {
  opacity: 1;
}

/*全体*/
.animate .fadein {
  position: relative;
  top: 0;
  opacity: 0;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

.animate .fadein.moving {
  opacity: 1;
  top: 0;
}

/*----------------------------
イントロダクション
----------------------------*/
.introduction {
  padding: 0 0;
  background-size: cover;
}
.introduction .wrap {
  max-width: 760px;
  padding-bottom: 40px;
}
.introduction h2 {
  text-align: left;
}
.introduction p {
  font-size: 15px;
  margin-bottom: 20px;
}
.introduction p:last-child {
  margin-bottom: 0;
}
.introduction img {
  width: 100%;
  height: auto;
}
.introduction h3 {
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.introduction h3 img {
  max-width: 686px;
  height: auto;
}
.introduction .img-photos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 24px;
  margin-bottom: 80px;
}
.introduction .img-photos img {
  max-width: 1060px;
}

/*----------------------------
ストーリー
----------------------------*/
.story {
  background: #910c13;
  color: #fde8d7;
}
.story .wrap {
  max-width: 760px;
}
@media screen and (max-width: 768px) {
  .story .wrap {
    width: 90%;
    padding-top: 28px;
  }
}
.story img {
  width: 100%;
  height: auto;
}
.story h2 {
  color: #fde8d7;
}
.story .photo {
  margin-bottom: 30px;
}

/*----------------------------
キャスト
----------------------------*/
.cast {
  background: #fde8d7;
}
@media screen and (max-width: 768px) {
  .cast .wrap {
    width: 90%;
    padding-top: 24px;
    padding-bottom: 40px;
  }
}

.cast_staff_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 64px;
  max-width: 960px;
}
@media screen and (max-width: 768px) {
  .cast_staff_list {
    padding: 0 15px;
    margin-bottom: 30px;
  }
}
.cast_staff_list:after {
  display: none;
}
.cast_staff_list > li {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .cast_staff_list > li {
    gap: 24px;
  }
}
@media screen and (max-width: 440px) {
  .cast_staff_list > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cast_staff_list > li .img-sec {
  width: 330px;
}
@media screen and (max-width: 768px) {
  .cast_staff_list > li .img-sec {
    width: 50%;
  }
}
@media screen and (max-width: 440px) {
  .cast_staff_list > li .img-sec {
    width: 100%;
  }
}
.cast_staff_list > li .img-sec img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.cast_staff_list > li .txt-sec {
  width: 60%;
}
@media screen and (max-width: 440px) {
  .cast_staff_list > li .txt-sec {
    width: 100%;
  }
}
@media screen and (max-width: 440px) {
  .cast_staff_list > li h4 {
    text-align: center;
  }
}
.cast_staff_list > li .name {
  font-size: 24px;
  color: #910c13;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: bold;
  letter-spacing: 1.12px;
}
@media screen and (max-width: 768px) {
  .cast_staff_list > li .name {
    font-size: 20px;
  }
}
.cast_staff_list > li span {
  font-size: 14px;
  color: #910c13;
  font-weight: bold;
}
@media screen and (max-width: 440px) {
  .cast_staff_list > li span {
    display: block;
  }
}
.cast_staff_list > li .name-sub {
  display: block;
  margin-top: 4px;
  font-weight: normal;
}
.cast_staff_list > li .profile {
  font-size: 15px;
  color: #232323;
  margin-bottom: 4px;
  letter-spacing: 0.05em;
  margin-top: 16px;
}

.sub-cast-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  row-gap: 24px;
  margin-top: 64px;
  width: 100%;
}
.sub-cast-list li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 16.6666666667%;
  text-align: center;
  border-right: 1px solid #f3caaa;
  font-weight: bold;
  color: #910c13;
}
@media screen and (max-width: 768px) {
  .sub-cast-list li {
    min-width: 25%;
  }
}
@media screen and (max-width: 440px) {
  .sub-cast-list li {
    min-width: 50%;
  }
}

.staff {
  background: #fff2e7;
}
@media screen and (max-width: 768px) {
  .staff h2 {
    font-size: 28px;
    padding: 32px 0;
    margin-bottom: 32px;
  }
}

/*----------------------------
コメント
----------------------------*/
.comment {
  background: #910c13;
}
.comment h2 {
  color: #fde8d7;
}

.comment-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.comment-list .comment-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 8px;
  border: 1px solid #910c13;
  background: #fff;
  width: 70%;
}
@media screen and (max-width: 767px) {
  .comment-list .comment-list-item {
    padding: 24px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.comment-list .commenter-name {
  font-weight: bold;
  width: 100%;
  text-align: right;
  font-size: 22px;
  margin-top: 12px;
  color: #910c13;
}
.comment-list .commenter-name span {
  display: block;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
}

/*----------------------------
おしらせ
----------------------------*/
body.news {
  background-color: #faf2ed;
}
body.news a {
  color: #910c13;
}
body.news img {
  width: 100%;
  height: auto;
}
body.news iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
body.news header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0;
}
body.news h1 {
  width: 100%;
  text-align: center;
  font-size: 32px;
  color: #fff;
  padding: 16px 0;
  letter-spacing: 0.05em;
  background: #910c13;
  margin-bottom: 40px;
}
body.news h1 img {
  width: 100%;
  max-width: 320px;
}
@media screen and (max-width: 540px) {
  body.news h1 img {
    max-width: 200px;
  }
}
body.news h1 span {
  display: block;
  font-size: 32px;
  font-family: "Taviraj", serif;
  font-weight: 700;
  font-style: normal;
}
body.news .contents {
  max-width: 880px;
  padding: 0 40px 40px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body.news main {
  width: 100%;
  max-width: 880px;
}
body.news .box-youtube iframe {
  width: 100%;
  height: 450px;
}
body.news .box01 {
  padding: 6% 8%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  border-radius: 8px;
}
body.news .info-day {
  display: block;
  font-size: 12px;
  color: #222;
  margin-bottom: 16px;
}
body.news .stt-h2 {
  font-weight: bold;
  font-size: 20px;
  padding-top: 10px;
  margin-bottom: 20px;
  color: #910c13;
  padding-bottom: 20px;
  margin-bottom: 16px;
  border-bottom: 1px solid #910c13;
  line-height: 1.6;
}
@media screen and (max-width: 540px) {
  body.news .stt-h2 {
    font-size: 18px;
  }
}
body.news .stt-h3 {
  background: #910c13;
  color: #fff;
  padding: 6px 12px 5px;
  margin: 20px 0 10px;
  font-size: 18px;
  font-weight: bold;
}
body.news .stt-h4 {
  color: #910c13;
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 10px 15px 10px 0;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #e6e4e4;
  margin-bottom: 15px;
}
body.news .stt-h5 {
  color: #232323;
  font-weight: bold;
  font-size: 15px;
  margin-top: 15px;
}
body.news .sttl-b {
  font-weight: bold;
  font-size: 14px;
  padding: 6px 16px;
  border-radius: 30px;
  color: #910c13;
  background: #dbf0ff;
  display: inline-block;
  margin-bottom: 10px;
}
body.news strong {
  font-weight: bold;
}
body.news .bold {
  font-weight: bold;
  color: #910c13;
}
body.news .att-txt {
  margin-top: 20px;
  font-size: 15px;
  font-weight: bold;
  color: #333333;
}
body.news .att-txt_red {
  font-weight: bold;
  color: #cc0000;
}
body.news .att-box {
  border-top: 3px solid #000;
  padding: 0 0 20px;
  margin-top: 20px;
}
body.news .mv-img {
  width: 100%;
  text-align: center;
}
body.news .mv-img2 {
  width: 50%;
}
body.news .mv-img img.max-w500 {
  max-width: 500px;
}
body.news .news-comment__2col dl {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #ccc;
}
body.news .news-comment__2col dt {
  width: 30%;
}
body.news .news-comment__2col dd {
  width: 70%;
  text-align: left;
  padding-left: 4%;
}

@media screen and (max-width: 540px) {
  body.news .contents {
    font-size: 14px;
    width: 100%;
    padding: 0 0 40px;
  }
}
@media screen and (max-width: 540px) {
  body.news main {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 100%;
    padding: 0 16px;
  }
}
@media screen and (max-width: 540px) {
  body.news .box-youtube iframe {
    height: 180px;
  }
}
@media screen and (max-width: 540px) {
  body.news .news-comment__2col dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 540px) {
  body.news .news-comment__2col dt {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 540px) {
  body.news .news-comment__2col dd {
    width: 100%;
    padding-left: 0;
  }
}
/*ボタン(共通)*/
.arrow {
  position: relative;
  display: inline-block;
  padding: 8px 36px;
  color: #910c13;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
  border-radius: 30px;
  border: 1px solid #910c13;
  background: #fff;
}
.arrow::before, .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.arrow01::before {
  left: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #910c13;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}

.news a.button-link {
  position: relative;
  display: inline-block;
  padding: 8px 36px;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
  border-radius: 30px;
  color: #fff;
  background: #910c13;
  font-weight: bold;
}

/*-----------
予告編 幅調整
-----------*/
.trailer .btn-sec {
  width: 100%;
}
.trailer .btn-sec li {
  width: 33.3%;
  float: left;
  border-right: 1px solid #71050a;
}
.trailer .btn-sec li.w-100per {
  width: 100%;
}
.trailer .btn-sec li:last-child {
  border: none;
}
.trailer .btn-sec a {
  display: block;
  text-align: center;
  color: #fff;
  padding: 16px 0;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  background: #7e050b;
}
.trailer .btn-sec a:hover {
  opacity: 0.85;
}
.trailer .btn-sec a.pad-adj {
  padding: 20px 0;
}
.trailer .btn-sec .active {
  color: #fff100;
  background: #910c13;
}
.trailer .btn-sec .icn-new {
  padding: 5px 5px 3px;
  background: #000;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  display: inline-block;
}

@media screen and (max-width: 540px) {
  .trailer .btn-sec li {
    width: 33.3%;
  }
  .trailer .btn-sec a {
    font-size: 14px;
  }
}
.trailer-list {
  padding: 30px;
  text-align: center;
  color: #fff;
}
.trailer-list h1 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 16px;
  padding: 12px;
  border: 3px solid #fff;
}
.trailer-list h2 {
  margin-bottom: 20px;
  color: #000000;
  font-weight: bold;
}
.trailer-list iframe {
  margin-bottom: 40px;
  border: 1px solid #000000;
}

/*pc*/
#mov iframe {
  width: 100%;
  min-height: 380px;
  display: block;
}

@media screen and (max-width: 540px) {
  /*SP*/
  #mov {
    position: relative;
    width: 320px;
    /*padding-top: 55%;*/
  }
  #mov iframe {
    width: 320px;
    min-height: inherit;
  }
}/*# sourceMappingURL=original.css.map */