@charset "UTF-8";
/* マージン、その他クラス設定 */
.mb-1 {
  margin-bottom: 1rem; }

.mb-2 {
  margin-bottom: 2rem; }

.mb-3 {
  margin-bottom: 3rem; }

.mb-4 {
  margin-bottom: 4rem; }

.w-100 {
  width: 100%; }

/** 映画『銀河鉄道の父』特集ページ **/
@keyframes progressBar {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
/* =======================================
* ページ内ラッパー
* ===================================== */
@media screen and (min-width: 768px) {
  .ly_content_main_inner {
    width: 42.5rem; } }
@media screen and (max-width: 767px) {
  .ly_content_main_inner {
    padding-right: 0;
    padding-left: 0; } }
/* =======================================
* パンくずリスト
* ===================================== */
@media screen and (max-width: 767px) {
  .bl_breadcrumbWrap {
    padding-left: 0.9375rem; } }
/* =======================================
* MV
* ===================================== */
.eyecatch__upper {
  display: block; }
.eyecatch__images {
  width: 100%;
  height: 978px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .eyecatch__images {
      height: auto;
      padding-top: 148%; } }
  .eyecatch__images-inner {
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 1;
    transition: opacity 1s linear; }
    .eyecatch__images-inner img {
      width: auto;
      height: auto;
      max-width: 1080px; }
      @media screen and (max-width: 767px) {
        .eyecatch__images-inner img {
          width: 100%; } }
.eyecatch__lower {
  background-color: #DB5E63;
  text-align: center; }
  .eyecatch__lower-inner {
    width: 90%;
    margin: 0 auto;
    padding: 2rem 0;
    width: 98%;
    color: #ffffff; }
    @media screen and (min-width: 768px) {
      .eyecatch__lower-inner {
        max-width: initial;
        padding: 2rem 0; } }
  .eyecatch__lower-ttl {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px; }
    @media screen and (max-width: 330px) {
      .eyecatch__lower-ttl {
        font-size: 19px; } }
    @media screen and (min-width: 768px) {
      .eyecatch__lower-ttl {
        font-size: 32px; } }
  @media screen and (max-width: 767px) {
    .eyecatch__lower-txt {
      font-size: 12px; } }

/* =======================================
* SNSバー
* ===================================== */
.bl_snsBar.bl_snsBar {
  border: none;
  padding: 0.9375rem;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  margin: 40px auto 0;
  width: 42.5rem; }
  @media screen and (max-width: 767px) {
    .bl_snsBar.bl_snsBar {
      width: auto;
      margin: 20px auto 0; } }
  .bl_snsBar.bl_snsBar .bl_snsBar_tw {
    background: #6baae8; }
  .bl_snsBar.bl_snsBar > div {
    justify-content: space-between;
    flex-grow: 4;
    width: auto;
    max-width: 40%; }
    @media screen and (max-width: 767px) {
      .bl_snsBar.bl_snsBar > div svg {
        width: 0.9375rem;
        height: 0.9375rem; } }

/* =======================================
* 感想投稿キャンペーン タブ
* ===================================== */
.bl_tabNav_wrap__border_top {
  width: 100%;
  height: 5.0625rem; }
  @media screen and (max-width: 767px) {
    .bl_tabNav_wrap__border_top {
      height: 5.3125rem; } }

.bl_tabNav_wrap__border_top .un_special_Tab_nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  padding: 0; }
  .bl_tabNav_wrap__border_top .un_special_Tab_nav:not(:last-child) {
    border-right: solid #ffffff 1px; }
  .bl_tabNav_wrap__border_top .un_special_Tab_nav li {
    width: 50%;
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    background: #DB5E63;
    white-space: nowrap;
    letter-spacing: 0.1em;
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0px 0.375rem 0px 0px #000000 inset; }
    @media screen and (max-width: 767px) {
      .bl_tabNav_wrap__border_top .un_special_Tab_nav li {
        font-size: 0.9375rem;
        line-height: 1.3;
        box-shadow: 0px 0.3125rem 0px 0px #283a54 inset; } }
    .bl_tabNav_wrap__border_top .un_special_Tab_nav li.slick-current {
      background: #ffffff;
      color: #000000;
      box-shadow: 0px 6px 0px 0px #DB5E63 inset; }
      @media screen and (max-width: 767px) {
        .bl_tabNav_wrap__border_top .un_special_Tab_nav li.slick-current {
          box-shadow: 0px 0.3125rem 0px 0px #DB5E63 inset; } }
      .bl_tabNav_wrap__border_top .un_special_Tab_nav li.slick-current::after {
        display: none; }
      .bl_tabNav_wrap__border_top .un_special_Tab_nav li.slick-current:first-child {
        border-left: solid 1px #e2e2e2; }
      .bl_tabNav_wrap__border_top .un_special_Tab_nav li.slick-current:last-child {
        border-right: solid 1px #e2e2e2; }
    .bl_tabNav_wrap__border_top .un_special_Tab_nav li:hover {
      transition: 0.3s;
      opacity: 0.5; }
    .bl_tabNav_wrap__border_top .un_special_Tab_nav li:last-of-type {
      padding-right: 0; }

.un_specialTab_inner {
  position: relative;
  top: 0;
  min-height: 31.25rem; }

/* =======================================
* 感想投稿キャンペーン コンテンツ
* ===================================== */
.un_special {
  position: relative;
  margin-top: 3.125rem; }
  @media screen and (max-width: 767px) {
    .un_special {
      margin-top: 2.5rem; } }
  @media screen and (min-width: 768px) {
    .un_special .un_special_inner {
      margin-left: auto;
      margin-right: auto; } }

.ginga_content {
  padding: 0 0 5rem;
  width: 100%;
  height: auto; }
  @media screen and (max-width: 767px) {
    .ginga_content {
      padding: 0 0 3rem; } }

.ginga_intro {
  text-align: center;
  padding: 2.5rem 0 0.75rem 0; }
  .ginga_intro .intro {
    width: 90%;
    margin: 0 auto;
    padding: 0; }
    @media screen and (min-width: 768px) {
      .ginga_intro .intro {
        max-width: 560px;
        padding: 0; } }
    .ginga_intro .intro__ttl {
      margin: 0 0 1.5rem;
      font-size: 1.75rem;
      font-weight: bold;
      line-height: 1.5; }
      .ginga_intro .intro__ttl span {
        color: #DB5E63; }
      @media screen and (max-width: 767px) {
        .ginga_intro .intro__ttl {
          margin: 0 0 25px;
          font-size: 1.5rem; } }
      .ginga_intro .intro__ttl span {
        font-size: 16px; }
        @media screen and (min-width: 768px) {
          .ginga_intro .intro__ttl span {
            font-size: 20px; } }
  .ginga_intro .intro__txt {
    width: 90%;
    margin: 0 auto 2rem; }
    @media screen and (max-width: 330px) {
      .ginga_intro .intro__txt {
        font-size: 14px;
        width: 94%; } }
  .ginga_intro .scrollanime {
    opacity: 0; }
  .ginga_intro .fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 5s;
    animation-fill-mode: forwards; }
@keyframes fadeInDown {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    transform: translate(0); } }
/* =======================================
* ハッシュタグ
* ===================================== */
.hashtag {
  text-align: center;
  font-weight: bold; }
  .hashtag__inner {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 3rem 0; }
    @media screen and (min-width: 768px) {
      .hashtag__inner {
        max-width: 680px;
        padding: 0 0 4rem 0; } }
  .hashtag__ttl {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    padding: 1.5rem 0;
    font-size: 1.5rem;
    margin-bottom: 1.5rem; }
    @media screen and (max-width: 330px) {
      .hashtag__ttl {
        font-size: 1.3rem; } }
  .hashtag__txt {
    font-size: 18px;
    font-weight: bold;
    margin: 1rem 0 2rem; }
  .hashtag__block {
    margin-bottom: 2.5rem; }
    @media screen and (min-width: 768px) {
      .hashtag__block {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 1rem; } }
    @media screen and (min-width: 768px) {
      .hashtag__block-item {
        width: calc((100% - 1rem) / 2); } }
    .hashtag__block-link {
      font-size: 19px;
      display: block;
      width: 100%;
      background-color: #DB5E63;
      color: #ffffff;
      padding: 0.5rem;
      margin-bottom: 1rem;
      border-radius: 5px;
      box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3); }
  @media screen and (min-width: 768px) {
    .hashtag__btn {
      max-width: 336px;
      margin: 0 auto; } }
  .hashtag__btn-link {
    width: 100%;
    display: inline-block;
    position: relative;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #000000;
    background-color: #ffffff;
    padding: 0.6rem 0;
    vertical-align: middle;
    border-radius: 25px;
    border: 1px solid #dddddd; }
    .hashtag__btn-link:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 10px;
      width: 20px;
      height: 20px;
      transform: translateY(-50%);
      background: url("../images/ginga/btn-arrow.svg") no-repeat;
      background-size: contain; }
  .hashtag.toggle {
    margin-bottom: 4rem; }
    .hashtag.toggle .toggle__inner {
      width: 90%;
      margin: 0 auto;
      padding: 0;
      border-top: 1px solid #707070;
      border-bottom: 1px solid #707070; }
      @media screen and (min-width: 768px) {
        .hashtag.toggle .toggle__inner {
          max-width: 680px;
          padding: 0; } }
    .hashtag.toggle .toggle__ttl {
      padding: 1.5rem 0;
      font-size: 18px;
      position: relative; }
      .hashtag.toggle .toggle__ttl.selected .toggle_btn:before {
        content: normal; }
      .hashtag.toggle .toggle__ttl:hover {
        opacity: 0.6; }
    .hashtag.toggle .toggle_btn {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      background: #DB5E63;
      display: block;
      width: 24px;
      height: 24px;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      border-radius: 50%; }
      .hashtag.toggle .toggle_btn:after, .hashtag.toggle .toggle_btn:before {
        display: block;
        content: "";
        background-color: #ffffff;
        position: absolute;
        width: 10px;
        height: 2px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .hashtag.toggle .toggle_btn:before {
        width: 2px;
        height: 10px; }
    .hashtag.toggle .toggle__contents {
      display: none; }

/* =======================================
* comment
* ===================================== */
.comment {
  background: url("../images/ginga/comment-bg.png") repeat-y;
  background-size: contain;
  margin-bottom: 2rem; }
  @media screen and (min-width: 768px) {
    .comment {
      margin-bottom: 3rem; } }
  .comment__ttl {
    max-width: 260px;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .comment__ttl {
        max-width: 326px; } }
  .comment__inner {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    padding: 3rem 0 2rem; }
    @media screen and (min-width: 768px) {
      .comment__inner {
        max-width: 560px;
        padding: 3rem 0; } }
  .comment__catch {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 2rem; }
    @media screen and (min-width: 768px) {
      .comment__catch {
        font-size: 24px; } }
  .comment span {
    font-size: 34px; }
    @media screen and (min-width: 768px) {
      .comment span {
        font-size: 36px; } }
  .comment__btn {
    width: 180px;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .comment__btn {
        width: 200px; } }
    .comment__btn-link {
      width: 100%;
      display: inline-block;
      position: relative;
      font-size: 1rem;
      font-weight: bold;
      letter-spacing: 1px;
      color: #000000;
      background-color: #ffffff;
      padding: 0.8rem 0;
      vertical-align: middle;
      border-radius: 5px;
      border: 1px solid #dddddd; }
      @media screen and (min-width: 768px) {
        .comment__btn-link {
          font-size: 20px; } }
  .comment__dummy-block {
    margin-bottom: 2rem; }
    @media screen and (min-width: 768px) {
      .comment__dummy-block {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 1rem; } }
  .comment__dummy-item {
    margin: 0 0 1rem; }

/* =======================================
* campaign
* ===================================== */
.campaign__inner {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  padding: 4rem 0 2rem; }
  @media screen and (min-width: 768px) {
    .campaign__inner {
      max-width: 680px;
      padding: 4rem 0 3rem; } }
.campaign__ttl {
  color: #D59D6D;
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 1rem; }
  @media screen and (min-width: 768px) {
    .campaign__ttl {
      font-size: 40px; } }
.campaign__catch {
  font-size: 17px;
  margin-bottom: 1.5rem;
  line-height: 1.5;
  font-weight: bold; }
  @media screen and (min-width: 768px) {
    .campaign__catch {
      font-size: 24px;
      margin-bottom: 2rem; } }
  .campaign__catch span {
    color: #D59D6D; }
.campaign__date {
  margin-bottom: 1.5rem; }
  @media screen and (min-width: 768px) {
    .campaign__date {
      margin-bottom: 2rem; } }
  .campaign__date-ttl {
    font-size: 17px;
    font-weight: bold;
    color: #D59D6D; }
    @media screen and (min-width: 768px) {
      .campaign__date-ttl {
        font-size: 24px; } }
  .campaign__date-txt {
    font-size: 15px; }
    @media screen and (min-width: 768px) {
      .campaign__date-txt {
        font-size: 18px; } }
    @media screen and (max-width: 330px) {
      .campaign__date-txt {
        font-size: 14px; } }
.campaign__sub-ttl {
  color: #D59D6D;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 0.5rem; }
  @media screen and (min-width: 768px) {
    .campaign__sub-ttl {
      font-size: 24px; } }
.campaign__block {
  border: 1px solid #000000;
  margin-bottom: 0.5rem; }
  .campaign__block-item {
    padding: 1.5rem; }
    @media screen and (min-width: 768px) {
      .campaign__block-item {
        padding: 2rem; } }
    .campaign__block-item:not(:last-child) {
      border-bottom: 1px solid #000000; }
    .campaign__block-item.-upper img {
      height: 200px; }
      @media screen and (min-width: 768px) {
        .campaign__block-item.-upper img {
          height: 290px; } }
    .campaign__block-item.-middle img {
      height: 130px; }
      @media screen and (min-width: 768px) {
        .campaign__block-item.-middle img {
          height: 200px; } }
    .campaign__block-item.-lower img {
      height: 115px; }
      @media screen and (min-width: 768px) {
        .campaign__block-item.-lower img {
          height: 150px; } }
  .campaign__block-ttl {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 1rem; }
    .campaign__block-ttl span {
      color: #D59D6D; }
  .campaign__block-img {
    margin-bottom: 1.5rem;
    height: 100%; }
  .campaign__block-label {
    color: #ffffff;
    background-color: #D59D6D;
    font-weight: bold;
    line-height: 1;
    padding: 2px 0 6px; }
    .campaign__block-label span {
      font-size: 34px; }
.campaign__note {
  font-size: 14px;
  text-align: left; }
.campaign .step__ttl {
  color: #D59D6D;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 1.5rem; }
  @media screen and (min-width: 768px) {
    .campaign .step__ttl {
      font-size: 24px;
      margin-bottom: 2rem; } }
.campaign .step__block {
  max-width: 500px;
  margin: 0 auto; }
.campaign .step__item {
  text-align: left;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: initial; }
  @media screen and (min-width: 768px) {
    .campaign .step__item {
      font-size: 18px; } }
  .campaign .step__item-img {
    width: 50px;
    margin-right: 1rem; }
    @media screen and (min-width: 768px) {
      .campaign .step__item-img {
        width: 65px; } }

/* =======================================
* youtube
* ===================================== */
.pr-movie {
  padding: 0 60px; }
  @media screen and (max-width: 767px) {
    .pr-movie {
      padding: 0; } }
  .pr-movie__inner {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    box-sizing: border-box; }
  .pr-movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%; }

/* =======================================
* btn
* ===================================== */
.more_btn a {
  display: block;
  margin: 0 auto;
  max-width: 345px;
  box-sizing: border-box;
  line-height: 45px;
  font-size: 0.8125rem;
  font-weight: bold;
  border: 1px solid #ddd;
  border-radius: 6px;
  position: relative;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .more_btn a {
      max-width: 337px; } }
  .more_btn a i {
    display: block;
    position: absolute;
    right: 22px;
    top: 50%; }
    .more_btn a i:before, .more_btn a i:after {
      display: block;
      content: "";
      width: 14px;
      height: 2px;
      background: #000;
      position: absolute;
      top: -1px;
      left: -7px; }
    .more_btn a i:after {
      transform: rotate(90deg); }
  .more_btn a span {
    display: block;
    padding: 0 1.34375rem; }

/* =======================================
* 作品情報
* ===================================== */
.un_special .un_special_inner .un_special_bottom_content {
  width: 100%;
  height: auto;
  padding-bottom: 6.25rem; }
  @media screen and (max-width: 767px) {
    .un_special .un_special_inner .un_special_bottom_content {
      padding: 0 0 3.21875rem; } }

.un_special .un_special_inner .un_special_bottom_content h3 {
  font-size: 1.75rem;
  font-weight: bold;
  padding-left: 1.5rem;
  position: relative;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  letter-spacing: 0.08em; }
  @media screen and (max-width: 767px) {
    .un_special .un_special_inner .un_special_bottom_content h3 {
      padding-left: 0.9375rem;
      font-size: 1.3125rem;
      margin: 1.875rem 1.1875rem 0.5rem;
      letter-spacing: 0.08em; } }

.un_special .un_special_inner .un_special_bottom_content h3::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.375rem;
  left: 0;
  bottom: 0.375rem;
  width: 0.25rem;
  background: #DB5E63;
  border-radius: 0.0625rem; }
  @media screen and (max-width: 767px) {
    .un_special .un_special_inner .un_special_bottom_content h3::before {
      top: 0.4375rem;
      bottom: 0.25rem;
      width: 0.1875rem;
      border-radius: 0.09375rem; } }

.un_special .un_special_inner .un_special_bottom_content h3:first-child {
  margin-top: 0; }

.un_special .un_special_inner .un_special_bottom_content .un_bottom_movieInfo {
  display: flex;
  border-top: 1px solid #efefef;
  padding-top: 1.25rem; }
  @media screen and (max-width: 767px) {
    .un_special .un_special_inner .un_special_bottom_content .un_bottom_movieInfo {
      flex-direction: column; } }

@media screen and (max-width: 767px) {
  .un_special
  .un_special_inner
  .un_special_bottom_content
  .un_bottom_movieInfo
  .un_bottom_moviePoster_imgWrap {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 1.25rem; } }
@media screen and (min-width: 768px) {
  .un_special
  .un_special_inner
  .un_special_bottom_content
  .un_bottom_movieInfo
  .un_bottom_moviePoster_imgWrap {
    flex-basis: 10.3125rem;
    flex-grow: 0;
    flex-shrink: 0;
    padding-top: 0.625rem; } }

.un_special
.un_special_inner
.un_special_bottom_content
.un_bottom_movieInfo
.un_bottom_moviePoster_imgWrap
img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 0.375rem; }
  @media screen and (max-width: 767px) {
    .un_special
    .un_special_inner
    .un_special_bottom_content
    .un_bottom_movieInfo
    .un_bottom_moviePoster_imgWrap
    img {
      border-radius: 0.5625rem;
      width: 10.375rem;
      height: auto; } }

@media screen and (max-width: 767px) {
  .un_special
  .un_special_inner
  .un_special_bottom_content
  .un_bottom_movieInfo
  .un_bottom_movieInfo_description {
    padding: 0 1.1875rem; } }
.un_special
.un_special_inner
.un_special_bottom_content
.un_bottom_movieInfo
.un_bottom_movieInfo_description
.un_bottom_movieInfo_ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  color: #111111;
  padding-bottom: 0.5rem; }
  @media screen and (max-width: 767px) {
    .un_special
    .un_special_inner
    .un_special_bottom_content
    .un_bottom_movieInfo
    .un_bottom_movieInfo_description
    .un_bottom_movieInfo_ttl {
      font-size: 1.0625rem;
      padding-bottom: 0.625rem; } }

.un_special
.un_special_inner
.un_special_bottom_content
.un_bottom_movieInfo
.un_bottom_movieInfo_description
.un_bottom_movieInfo_txt {
  color: #333333;
  font-size: 0.9375rem;
  line-height: 2.175; }
  @media screen and (max-width: 767px) {
    .un_special
    .un_special_inner
    .un_special_bottom_content
    .un_bottom_movieInfo
    .un_bottom_movieInfo_description
    .un_bottom_movieInfo_txt {
      color: #000;
      font-size: 0.9375rem;
      line-height: 1.7; } }

.un_special
.un_special_inner
.un_special_bottom_content
.un_bottom_castInfo_contents {
  padding-top: 2.5rem; }
  @media screen and (max-width: 767px) {
    .un_special
    .un_special_inner
    .un_special_bottom_content
    .un_bottom_castInfo_contents {
      padding-right: 1.1875rem;
      padding-left: 1.1875rem; } }

.un_special
.un_special_inner
.un_special_bottom_content
.un_bottom_castInfo_contents
dl
.un_bottom_castInfo_wrapper {
  color: #333333;
  display: flex;
  flex-direction: row; }
  @media screen and (max-width: 767px) {
    .un_special
    .un_special_inner
    .un_special_bottom_content
    .un_bottom_castInfo_contents
    dl
    .un_bottom_castInfo_wrapper {
      padding: 0 0 25px; } }

.cast-text {
  line-height: 1.125rem !important; }

@media screen and (min-width: 768px) {
  .un_special
  .un_special_inner
  .un_special_bottom_content
  .un_bottom_castInfo_contents
  dl
  .un_bottom_castInfo_wrapper:not(:last-child) {
    padding-bottom: 1.3125rem; } }
.un_special
.un_special_inner
.un_special_bottom_content
.un_bottom_castInfo_contents
dl
.un_bottom_castInfo_wrapper
dt {
  font-size: 0.875rem;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 4.75rem;
  margin-right: 1.875rem;
  letter-spacing: 0.08em;
  line-height: 1.14; }
  @media screen and (max-width: 767px) {
    .un_special
    .un_special_inner
    .un_special_bottom_content
    .un_bottom_castInfo_contents
    dl
    .un_bottom_castInfo_wrapper
    dt {
      font-size: 0.8125rem; } }

.un_special
.un_special_inner
.un_special_bottom_content
.un_bottom_castInfo_contents
dl
.un_bottom_castInfo_wrapper
dd
p {
  letter-spacing: 0.08em;
  font-size: 0.75rem;
  line-height: 1.1; }
  @media screen and (max-width: 767px) {
    .un_special
    .un_special_inner
    .un_special_bottom_content
    .un_bottom_castInfo_contents
    dl
    .un_bottom_castInfo_wrapper
    dd
    p {
      font-size: 0.75rem;
      line-height: 1.5; } }

@media screen and (max-width: 767px) {
  .un_special
  .un_special_inner
  .un_special_bottom_content
  .un_bottom_castInfo_contents
  dl
  .un_bottom_castInfo_wrapper
  dd
  p:not(:last-child) {
    margin-bottom: 1.03125rem; } }
.un_special
.un_special_inner
.un_special_bottom_content
.un_bottom_movieInfo_link {
  padding: 2.5rem 1.1875rem 1.25rem; }
  @media screen and (min-width: 768px) {
    .un_special
    .un_special_inner
    .un_special_bottom_content
    .un_bottom_movieInfo_link {
      margin: 2.5rem 0;
      padding: 0; } }

.un_special_bottom_content .un_bottom_copy-text {
  padding-top: 2.625rem;
  font-size: 10px;
  letter-spacing: 0.05rem; }
  @media screen and (max-width: 767px) {
    .un_special_bottom_content .un_bottom_copy-text {
      padding-top: 0.9375rem;
      padding-right: 1.1875rem;
      padding-left: 1.1875rem; } }

.un_special
.un_special_inner
.un_special_bottom_content
.un_bottom_movieInfo_link
.un_bottom_movieInfo_link_inner {
  background: #f7f8f9;
  width: 100%;
  height: auto;
  padding: 2.5rem; }
  @media screen and (max-width: 767px) {
    .un_special
    .un_special_inner
    .un_special_bottom_content
    .un_bottom_movieInfo_link
    .un_bottom_movieInfo_link_inner {
      padding: 1.5625rem; } }

.un_special
.un_special_inner
.un_special_bottom_content
.un_bottom_movieInfo_link
.un_bottom_movieInfo_link_inner
a {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .un_special
    .un_special_inner
    .un_special_bottom_content
    .un_bottom_movieInfo_link
    .un_bottom_movieInfo_link_inner
    a {
      align-items: flex-start; } }

@media screen and (max-width: 767px) {
  .un_bottom_movieInfo_link_inner a {
    align-items: center !important; } }

.un_special
.un_special_inner
.un_special_bottom_content
.un_bottom_movieInfo_link
.un_bottom_movieInfo_link_inner
a
svg {
  fill: #ffb749;
  width: 0.8125rem;
  height: 0.8125rem;
  margin-right: 0.625rem;
  flex-shrink: 0;
  flex-grow: 0; }
  @media screen and (max-width: 767px) {
    .un_special
    .un_special_inner
    .un_special_bottom_content
    .un_bottom_movieInfo_link
    .un_bottom_movieInfo_link_inner
    a
    svg {
      margin-top: 0.125rem; } }

.un_special
.un_special_inner
.un_special_bottom_content
.un_bottom_movieInfo_link
.un_bottom_movieInfo_link_inner
a
span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  color: #111111;
  padding-left: 0.5rem; }
  @media screen and (max-width: 767px) {
    .un_special
    .un_special_inner
    .un_special_bottom_content
    .un_bottom_movieInfo_link
    .un_bottom_movieInfo_link_inner
    a
    span {
      font-size: 12px; } }

.un_special
.un_special_inner
.un_special_bottom_content
.un_bottom_movieInfo_link
.un_bottom_movieInfo_link_inner
> :not(:last-child) {
  padding-bottom: 0.625rem; }
  @media screen and (max-width: 767px) {
    .un_special
    .un_special_inner
    .un_special_bottom_content
    .un_bottom_movieInfo_link
    .un_bottom_movieInfo_link_inner
    > :not(:last-child) {
      padding-bottom: 0.8125rem; } }

.un_specialTab_inner.un_special_tab_news .un_special_bottom_content {
  padding-top: 4.375rem;
  padding-bottom: 0; }
  @media screen and (max-width: 767px) {
    .un_specialTab_inner.un_special_tab_news .un_special_bottom_content {
      padding-top: 2.5rem; } }

.un_specialTab_inner.un_special_tab_news .un_special_bottom_content > h2 {
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 1.5rem;
  position: relative;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  letter-spacing: 0.08em; }
  @media screen and (max-width: 767px) {
    .un_specialTab_inner.un_special_tab_news .un_special_bottom_content > h2 {
      padding-left: 0.9375rem;
      font-size: 1.25rem;
      margin-top: 1.875rem;
      margin-bottom: 0.3125rem;
      margin-left: 0.9375rem;
      letter-spacing: 0.08em; } }

.un_specialTab_inner.un_special_tab_news
.un_special_bottom_content
> h2::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.375rem;
  left: 0;
  width: 0.25rem;
  height: 80%;
  background: #be1d00;
  border-radius: 0.0625rem; }
  @media screen and (max-width: 767px) {
    .un_specialTab_inner.un_special_tab_news
    .un_special_bottom_content
    > h2::before {
      top: 0.25rem;
      bottom: 0.25rem;
      width: 0.1875rem;
      border-radius: 0.09375rem; } }

.un_specialTab_inner.un_special_tab_news
.un_special_bottom_content
> h2:first-child {
  margin-top: 0; }

img {
  image-rendering: -webkit-optimize-contrast; }

.bottom-bnr {
  margin: 0 20px;
  padding-top: 30px;
  text-align: center; }
  .bottom-bnr__link {
    display: block; }
    @media screen and (min-width: 768px) {
      .bottom-bnr__link:hover {
        background-image: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)); } }
  .bottom-bnr__txt {
    font-size: 15px;
    font-weight: 700;
    margin: 10px auto; }
    @media screen and (min-width: 768px) {
      .bottom-bnr__txt {
        font-size: 16px; } }
  .bottom-bnr__img {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .bottom-bnr__img {
        width: 560px; } }

/*# sourceMappingURL=style.css.map */


/* =======================================
* コラムエリア
* ===================================== */
.un_newsList_news_moreBtn {
padding: 1.875rem;
margin-bottom: 3.75rem;
}
.un_newsList_news_moreBtn > .el_btn__block {
margin-left: auto;
margin-right: auto;
}

@media screen and (min-width: 768px) {
  .bl_articleList .un_newsList_articles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.3125rem;
  }
  .bl_articleList .un_newsList_articles > li {
  flex: 0 0 20.625rem;
  }
  .bl_articleList .un_newsList_articleWrap {
   padding-left: 0;
  padding-top: 0.8rem;
  }

  .bl_articleList .bl_articleListItem_txt {
  padding-left: 0 !important;
  padding-top: 0.8rem;
  }
}

@media screen and (max-width: 767px) {

  .bl_articleList .un_newsList_articles {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  }

  .bl_articleList .un_newsList_articles > li {
  border-top: 1px solid #efefef;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-bottom: 0rem;
  border-bottom: 0.34375rem solid #f5f5f5;
  }

  .bl_articleList .un_newsList_articles.bl_articleListItem.bl_articleListItem__col {
  flex-direction: column;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  }
  .bl_articleList .un_newsList_articleWrap {
  display: flex;
  padding-bottom: 0.875rem;
  }
  .bl_articleList .bl_articleListItem.bl_articleListItem__col {
  display: flex;
  flex-direction: column;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  }
}