@charset "UTF-8";
/**
*
* アカデミー賞ページ
*
*/
@keyframes progressBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

/* =======================================
* ページ内ラッパー
* ===================================== */
@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;
  }
}

/* =======================================
* アイキャッチ画像
* ===================================== */
.un_special_head {
  width: 100%;
  height: auto;
}

.un_special_head .un_special_head_imgWrap {
  background-color: #000000;
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
}

.un_special_head .un_special_head_imgWrap img {
  width: 100%;
  height: auto;
}

.un_special_head .un_special_head_txtWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: auto;
  background-color: #000;
  color: #fff;
  padding-top: 2.1875rem;
  padding-bottom: 2.625rem;
}

@media screen and (max-width: 767px) {
  .un_special_head .un_special_head_txtWrap {
    padding: 1.875rem 0;
  }
}

.un_special_head .un_special_head_txtWrap img {
  width: 11.25rem;
  height: 1.875rem;
}

@media screen and (max-width: 767px) {
  .un_special_head .un_special_head_txtWrap img {
    width: 8.6875rem;
    height: 0.625rem;
  }
}

.un_special_head .un_special_head_txtWrap h1 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  padding-bottom: 0.625rem;
}

@media screen and (max-width: 767px) {
  .un_special_head .un_special_head_txtWrap h1 {
    font-size: 1.5rem;
    padding-top: 0.625rem;
    padding-bottom: 0.46875rem;
  }
}

.un_special_head .un_special_head_txtWrap p {
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .un_special_head .un_special_head_txtWrap p {
    font-size: 0.75rem;
  }
}

.un_special_head .un_special_head_txtWrap.un_special_campaign p:first-child {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
}

@media screen and (max-width: 767px) {
  .un_special_head .un_special_head_txtWrap.un_special_campaign p:first-child {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .un_special_head .un_special_head_txtWrap.un_special_campaign h1 {
    padding-top: 0;
    font-size: 1.375rem;
  }
}

/* =======================================
* 記事をクリップ
* ===================================== */
.un_special_head_clip {
  width: 100%;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  line-height: 1;
}

.un_special_head_clip .un_special_head_clip_inner {
  font-size: 0.8125rem;
  width: 9.0625rem;
  height: 2.5rem;
  padding: 0 0.625rem 0 0.9375rem;
  border-radius: 1.25rem;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

@media screen and (max-width: 767px) {
  .un_special_head_clip .un_special_head_clip_inner {
    font-size: 0.6875rem;
    width: 7.1875rem;
    height: 2rem;
    border-radius: 1rem;
    padding: 0 0.4375rem 0 0.75rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    margin-right: 0.9375rem;
  }
}

.un_special_head_clip .un_special_head_clip_inner span:first-child {
  font-size: 0;
}

.un_special_head_clip .un_special_head_clip_inner span:last-child {
  padding-left: 0.375rem;
  padding-bottom: 0.0625rem;
  width: 6.25rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .un_special_head_clip .un_special_head_clip_inner span:last-child {
    padding-left: 0.1875rem;
    width: 6.5625rem;
  }
}

.un_special_head_clip .un_special_head_clip_inner svg {
  width: 0.875rem;
  height: 0.875rem;
  fill: #bbb;
}

@media screen and (max-width: 767px) {
  .un_special_head_clip .un_special_head_clip_inner svg {
    width: 0.6875rem;
    height: 0.6875rem;
  }
}

.un_special_head_clip .un_special_head_clip_inner.un_special_head_clipped svg {
  fill: #e71410;
}

/* =======================================
* SNSバー
* ===================================== */
.bl_snsBar.bl_snsBar {
  border: none;
  padding: 0;
  padding: 0.9375rem;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  margin: 10px 0 0 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 li {
  flex-basis: auto;
  max-width: 340px;
  flex-grow: 1;
  flex-shrink: 1;
  background: #2b2f30;
  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 #919090 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 #919090 inset;
  }
}

.bl_tabNav_wrap__border_top .un_special_Tab_nav li.slick-current {
  background: #ffffff;
  color: #000000;
  box-shadow: 0px 6px 0px 0px #e71410 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 #e71410 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;
}

.bl_tabNav_wrap__border_top .un_special_Tab_nav > :not(:last-child) {
  border-right: solid #ffffff 1px;
}

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

.un_specialTab_inner figure {
  text-align: center;
}

/* =======================================
* メインコンテンツ
* ===================================== */
.un_special {
  position: relative;
  margin-top: 3.125rem;
}

@media screen and (max-width: 767px) {
  .un_special {
    margin-top: 2.5rem;
  }
}

.un_special .un_special_inner {
  /* トップコンテンツ */
  /* ノミネート作品リスト */
  /* ボトムコンテンツ（作品情報） */
}

@media screen and (min-width: 768px) {
  .un_special .un_special_inner {
    margin-left: auto;
    margin-right: auto;
    width: 42.5rem;
  }
}

.un_special .un_special_inner .un_special_top_content {
  padding: 0rem 0 1rem 0;
  width: 100%;
  height: auto;
  /*
			* 映画情報アコーディオン
			*/
  /* 作品情報を詳しく見る　ボタン（アコーディオン） */
  /* 作品情報を詳しく見る　ボタン（アコーディオン） */
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_top_content {
    padding: 0;
  }
}

.un_special .un_special_inner .un_special_top_content h2 {
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 1.5rem;
  position: relative;
  margin-top: 2.5rem;
  margin-bottom: 0.625rem;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_top_content h2 {
    padding-left: 0.9375rem;
    font-size: 1.0625rem;
    margin-top: 1.875rem;
    margin-bottom: 1.125rem;
    margin-left: 0.9375rem;
    letter-spacing: 0.08em;
  }
}

.un_special .un_special_inner .un_special_top_content h2::before {
  content: '';
  display: block;
  position: absolute;
  top: 0.375rem;
  left: 0;
  bottom: 0.375rem;
  width: 0.25rem;
  background: #E61E0F;
  border-radius: 0.0625rem;
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_top_content h2::before {
    top: 0.25rem;
    bottom: 0.25rem;
    width: 0.1875rem;
    border-radius: 0.09375rem;
  }
}

.un_special .un_special_inner .un_special_top_content h2:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_top_content h2:first-child {
    margin-bottom: 1.25rem;
  }
}

.un_special .un_special_inner .un_special_top_content .un_content_description {
  color: #333333;
  font-size: 0.9375rem;
  line-height: 2.1;
  padding-top: 0rem;
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_top_content .un_content_description {
    font-size: 0.9375rem;
    line-height: 1.8;
    letter-spacing: 1.0;
    margin: 0 0.9375rem;
    padding-top: 0.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .un_special .un_special_inner .un_special_top_content .un_content_description_withModal .un_content_description {
    padding-top: 1.875rem;
  }
}

.un_special .un_special_inner .un_special_top_content figure {
  display: block;
  margin-top: 3.5rem;
  margin-bottom: 1.875rem;
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_top_content figure {
    margin: 2.5rem 0.9375rem 0.8125rem;
  }
}

.un_special .un_special_inner .un_special_top_content figure img {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .un_special .un_special_inner .un_special_top_content figure img {
    width: 35rem;
    height: 21.0625rem;
  }
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_top_content figure img {
    width: 100%;
    height: auto;
  }
}

.un_special .un_special_inner .un_special_top_content .un_movieInfo_accordion {
  width: 100%;
  height: auto;
  display: block;
  margin: 4.375rem 0;
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_top_content .un_movieInfo_accordion {
    margin: 3.125rem 0;
  }
}

.un_special .un_special_inner .un_special_top_content .un_movieInfo_accordion dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #e0e0e0;
}

.un_special .un_special_inner .un_special_top_content .un_movieInfo_accordion dl:last-child {
  border-bottom: 1px solid #e0e0e0;
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_top_content .un_movieInfo_accordion dl {
    padding: 0;
  }
}

.un_special .un_special_inner .un_special_top_content .un_movieInfo_accordion dl .un_movieInfo_accordion_header {
  padding: 0.9375rem 0;
  width: 100%;
  height: 100%;
  /* アコーディオンオープンの時の設定 */
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_top_content .un_movieInfo_accordion dl .un_movieInfo_accordion_header {
    padding: 0.875rem 0.9375rem;
  }
}

.un_special .un_special_inner .un_special_top_content .un_movieInfo_accordion dl .un_movieInfo_accordion_header.un_accordion_header_2row {
  padding: 0.9375rem 0;
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_top_content .un_movieInfo_accordion dl .un_movieInfo_accordion_header.un_accordion_header_2row {
    padding: 0.875rem 0.9375rem
  }
}

.un_special .un_special_inner .un_special_top_content .un_movieInfo_accordion dl .un_movieInfo_accordion_header .un_movieInfo_accordion_header_wrapper {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.un_special .un_special_inner .un_special_top_content .un_movieInfo_accordion dl .un_movieInfo_accordion_header .un_movieInfo_accordion_header_wrapper .un_movieInfo_accordion_ttl {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_top_content .un_movieInfo_accordion dl .un_movieInfo_accordion_header .un_movieInfo_accordion_header_wrapper .un_movieInfo_accordion_ttl {
    font-size: 1.0625rem;
  }
}

.un_special .un_special_inner .un_special_top_content .un_movieInfo_accordion dl .un_movieInfo_accordion_header .un_movieInfo_accordion_header_wrapper .un_movieInfo_accordion_ttl > span:first-child {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  color: #ffcc00;
  padding-right: 1.1875rem;
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_top_content .un_movieInfo_accordion dl .un_movieInfo_accordion_header .un_movieInfo_accordion_header_wrapper .un_movieInfo_accordion_ttl > span:first-child {
    font-size: 1.6875rem;
  }
}

.un_special .un_special_inner .un_special_top_content .un_movieInfo_accordion dl .un_movieInfo_accordion_header .un_movieInfo_accordion_header_wrapper .un_movieInfo_body_moreBtn {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.un_special .un_special_inner .un_special_top_content .un_movieInfo_accordion dl .un_movieInfo_accordion_header .un_movieInfo_accordion_header_wrapper .un_movieInfo_body_moreBtn .un_movieInfo_openBtn, .un_special .un_special_inner .un_special_top_content .un_movieInfo_accordion dl .un_movieInfo_accordion_header .un_movieInfo_accordion_header_wrapper .un_movieInfo_body_moreBtn .un_movieInfo_closeBtn {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.0625rem;
  height: 2.0625rem;
  border-radius: 50%;
  background-color: #E61E0F;
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_top_content .un_movieInfo_accordion dl .un_movieInfo_accordion_header .un_movieInfo_accordion_header_wrapper .un_movieInfo_body_moreBtn .un_movieInfo_openBtn, .un_special .un_special_inner .un_special_top_content .un_movieInfo_accordion dl .un_movieInfo_accordion_header .un_movieInfo_accordion_header_wrapper .un_movieInfo_body_moreBtn .un_movieInfo_closeBtn {
    width: 1.625rem;
    height: 1.625rem;
  }
}

.un_special .un_special_inner .un_special_top_content .un_movieInfo_accordion dl .un_movieInfo_accordion_header .un_movieInfo_accordion_header_wrapper .un_movieInfo_body_moreBtn .un_movieInfo_openBtn img, .un_special .un_special_inner .un_special_top_content .un_movieInfo_accordion dl .un_movieInfo_accordion_header .un_movieInfo_accordion_header_wrapper .un_movieInfo_body_moreBtn .un_movieInfo_closeBtn img {
  width: 1.0625rem;
  height: 2.0625rem;
  margin: 0 0.5rem;
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_top_content .un_movieInfo_accordion dl .un_movieInfo_accordion_header .un_movieInfo_accordion_header_wrapper .un_movieInfo_body_moreBtn .un_movieInfo_openBtn img, .un_special .un_special_inner .un_special_top_content .un_movieInfo_accordion dl .un_movieInfo_accordion_header .un_movieInfo_accordion_header_wrapper .un_movieInfo_body_moreBtn .un_movieInfo_closeBtn img {
    width: 1.625rem;
    height: 1.625rem;
    margin: 0 0.5rem 0 0.4rem;
  }
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_top_content .un_movieInfo_accordion dl .un_movieInfo_accordion_header .un_movieInfo_accordion_header_wrapper .un_movieInfo_body_moreBtn .un_movieInfo_openBtn img, .un_special .un_special_inner .un_special_top_content .un_movieInfo_accordion dl .un_movieInfo_accordion_header .un_movieInfo_accordion_header_wrapper .un_movieInfo_body_moreBtn .un_movieInfo_closeBtn img {
    width: 0.875rem;
    height: 1.625rem;
    margin: 0 1 0 0;
  }
}

.un_special .un_special_inner .un_special_top_content .un_movieInfo_accordion dl .un_movieInfo_accordion_header .un_movieInfo_accordion_header_wrapper .un_movieInfo_body_moreBtn .un_movieInfo_closeBtn {
  display: none;
}

.un_special .un_special_inner .un_special_top_content .un_movieInfo_accordion dl .un_movieInfo_accordion_header.open .un_movieInfo_body_moreBtn .un_movieInfo_openBtn {
  display: none;
}

.un_special .un_special_inner .un_special_top_content .un_movieInfo_accordion dl .un_movieInfo_accordion_header.open .un_movieInfo_body_moreBtn .un_movieInfo_closeBtn {
  display: block;
}

.un_special .un_special_inner .un_special_top_content .un_movieInfo_accordion dl .un_movieInfo_accordion_inner {
  display: none;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_top_content .un_movieInfo_accordion dl .un_movieInfo_accordion_inner {
    padding: 0 0.9375rem;
  }
}

.un_special .un_special_inner .un_special_top_content .un_movieInfo_accordion dl .un_movieInfo_accordion_inner .un_movieInfo_body_text {
  width: 100%;
  height: auto;
}

.un_special .un_special_inner .un_special_top_content .un_movieInfo_accordion dl .un_movieInfo_accordion_inner .un_movieInfo_body_text .un_content_description {
  height: 100%;
  padding: 1.5625rem 0;
  margin: 0;
}

.un_special .un_special_inner .un_special_top_content .un_movieInfo_accordion dl .un_movieInfo_accordion_inner .un_movieInfo_body_text img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_top_content .un_movieInfo_accordion dl .un_movieInfo_accordion_inner .un_movieInfo_body_text img {
    border-radius: 0.5rem;
  }
}

.un_special .un_special_inner .un_special_top_content .un_movieInfo_accordion dl .un_movieInfo_accordion_inner .un_movieInfo_body_text.open {
  display: flex;
  flex-direction: column;
}

.un_special .un_special_inner .un_special_top_content .un_movieInfo_accordion dl .un_movieInfo_accordion_inner.open .un_movieInfo_body_text {
  display: flex;
  flex-direction: column;
}

.un_special .un_special_inner .un_special_top_content .un_movieInfo_accordion dl .un_movieInfo_accordion_inner.open .un_movieInfo_body_text p {
  height: 100%;
}

@media screen and (min-width: 768px) {
  .un_special .un_special_inner .un_special_top_content .un_movieInfo_more_btn {
    margin-top: 1.25rem;
    margin-bottom: 2.5rem;
    cursor: pointer;
  }
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_top_content .un_movieInfo_more_btn {
    margin-top: 0.3125rem;
    padding: 0.9375rem 2.40625rem 0;
    margin-bottom: 2.5rem;
  }
}

.un_special .un_special_inner .un_special_top_content .un_movieInfo_more_btn .el_bdrBtn {
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_top_content .un_movieInfo_more_btn .el_bdrBtn {
    font-size: 0.8125rem;
  }
}

.un_special .un_special_inner .un_special_top_content .un_movieInfo_more_btn > .el_btn__block {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .un_special .un_special_inner .un_special_top_content .un_movieInfo_more_btn > .el_btn__block {
    width: 21.5625rem;
    height: 2.875rem;
  }
}

.un_special .un_special_inner .un_special_top_content .un_movieInfo_more_btn > .el_btn__block img {
  width: 0.875rem;
  height: 0.875rem;
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_top_content .un_movieInfo_more_btn > .el_btn__block img {
    width: 0.8125rem;
    height: 0.8125rem;
  }
}

.un_special .un_special_inner .un_special_top_content .un_movieInfo_more_btn .un_movieInfo_openBtn_plus {
  display: block;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.un_special .un_special_inner .un_special_top_content .un_movieInfo_more_btn .un_movieInfo_closeBtn_minus {
  display: none;
}

.un_special .un_special_inner .un_special_top_content .un_movieInfo_more_btn.open .un_movieInfo_openBtn_plus {
  display: none;
}

.un_special .un_special_inner .un_special_top_content .un_movieInfo_more_btn.open .un_movieInfo_closeBtn_minus {
  display: block;
}

.un_special .un_special_inner .un_special_top_content .un_movieDetail_more_btn {
  margin-top: 1.25rem;
  margin-bottom: 0.9375rem;
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_top_content .un_movieDetail_more_btn {
    margin-top: 0.3125rem;
    padding: 0.9375rem 2.40625rem 0;
  }
}

.un_special .un_special_inner .un_special_top_content .un_movieDetail_more_btn .el_bdrBtn {
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_top_content .un_movieDetail_more_btn .el_bdrBtn {
    font-size: 0.8125rem;
  }
}

.un_special .un_special_inner .un_special_top_content .un_movieDetail_more_btn > .el_btn__block {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .un_special .un_special_inner .un_special_top_content .un_movieDetail_more_btn > .el_btn__block {
    width: 21.5625rem;
    height: 2.875rem;
  }
}

.un_special .un_special_inner .un_special_top_content .un_movieDetail_more_btn > .el_btn__block img {
  width: 0.875rem;
  height: 0.875rem;
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_top_content .un_movieDetail_more_btn > .el_btn__block img {
    width: 0.8125rem;
    height: 0.8125rem;
  }
}

.un_special .un_special_inner .un_special_top_content .un_movieDetail_more_btn .un_movieInfo_closeBtn {
  display: none;
}

.un_special .un_special_inner .un_special_top_content .un_special_movieDetail {
  display: none;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_top_content .un_special_movieDetail {
    padding: 0.3125rem 0.9375rem 0rem;
  }
}

.un_special .un_special_inner .un_special_top_content .un_special_movieDetail .un_special_movieDetail_inner {
  background: #f7f8f9;
  width: 100%;
  height: auto;
  padding: 2.5rem 2.5rem 1.875rem;
  border-radius: 0.625rem;
  color: #333333;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_top_content .un_special_movieDetail .un_special_movieDetail_inner {
    border-radius: 0.375rem;
    padding: 1.25rem;
  }
}

.un_special .un_special_inner .un_special_top_content .un_special_movieDetail .un_special_movieDetail_inner h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 0.8125rem;
  padding-bottom: 0.9375rem;
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_top_content .un_special_movieDetail .un_special_movieDetail_inner h3 {
    font-size: 0.75rem;
    padding-bottom: 0.375rem;
  }
}

.un_special .un_special_inner .un_special_top_content .un_special_movieDetail .un_special_movieDetail_inner p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.9;
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_top_content .un_special_movieDetail .un_special_movieDetail_inner p {
    font-size: 0.75rem;
    margin: 0;
  }
}

.un_special .un_special_inner .un_special_top_content .un_special_movieDetail .un_special_movieDetail_inner .un_movieInfo_close_btn {
  display: flex;
  cursor: pointer;
  justify-content: center;
  padding-top: 0.9375rem;
}

.un_special .un_special_inner .un_special_top_content .un_special_movieDetail .un_special_movieDetail_inner .un_movieInfo_close_btn .el_fillBtn {
  background-color: #d7d7d7;
  color: #000000;
  font-size: 0.8125rem;
}

.un_special .un_special_inner .un_special_top_content .un_special_movieDetail.open {
  display: block;
}

.un_special .un_special_inner .un_special_top_content .un_more_btn__round {
  /*margin-top: 1.25rem; */
  /* margin-bottom: 7.875rem; */
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_top_content .un_more_btn__round {
    /*margin-top: 1.40625rem;*/
    /* margin-bottom: 3.125rem;*/
  }
}

.un_special .un_special_inner .un_special_top_content .un_more_btn__round > .el_btn__block {
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.34375rem;
  border-radius: 1.40625rem;
  justify-content: space-between;
  font-size: 0.8125rem;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .un_special .un_special_inner .un_special_top_content .un_more_btn__round > .el_btn__block {
    width: 13.125rem;
    height: 2.8125rem;
    border-radius: 1.375rem;
    padding: 0 0 0 1.375rem;
  }
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_top_content .un_more_btn__round > .el_btn__block {
    letter-spacing: 0.1em;
    background: #000;
    color: #fff;
    border-radius: 0.5rem;
    white-space: nowrap;
    height: 2.1875rem;
    font-size: 12px;
  }
}

.un_special .un_special_inner .un_special_top_content .un_more_btn__round > .el_btn__block > span:last-child {
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_top_content .un_more_btn__round > .el_btn__block > span:last-child {
    width: 0.94375rem;
    height: 0.94375rem;
  }
}

.un_special .un_special_inner .un_special_top_content .un_more_btn__round > .el_btn__block > span:last-child img {
  width: 0.5rem;
  height: 0.9375rem;
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_top_content .un_more_btn__round > .el_btn__block > span:last-child img {
    width: 0.40625rem;
    height: 0.6875rem;
  }
}

.un_special .un_special_inner .un_special_movieInfo_articleList {
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_movieInfo_articleList {
    margin-bottom: 2.8125rem;
  }
}

.un_special .un_special_inner .un_special_movieInfo_articleList h2 {
  margin-bottom: 1.375rem;
  line-height: 1.4;
}

.un_special .un_special_inner .un_special_movieInfo_articleList h2::before {
  height: 86%;
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_movieInfo_articleList h2 {
    line-height: 1.7;
  }
}

.un_special .un_special_inner .un_special_movieInfo_articleList .un_special_movieInfo_articles {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_movieInfo_articleList .un_special_movieInfo_articles {
    justify-content: space-between;
    padding: 0 0.9375rem;
  }
}

.un_special .un_special_inner .un_special_movieInfo_articleList .un_special_movieInfo_articles li {
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .un_special .un_special_inner .un_special_movieInfo_articleList .un_special_movieInfo_articles li {
    flex-basis: 13rem;
    margin-right: 1.75rem;
  }
  .un_special .un_special_inner .un_special_movieInfo_articleList .un_special_movieInfo_articles li:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_movieInfo_articleList .un_special_movieInfo_articles li {
    flex-basis: 32%;
    flex-shrink: 0;
    flex-grow: 0;
  }
}

.un_special .un_special_inner .un_special_movieInfo_articleList .un_special_movieInfo_articles li .un_special_movieInfo_articleListItem_imgWrap {
  width: 100%;
  height: auto;
}

.un_special .un_special_inner .un_special_movieInfo_articleList .un_special_movieInfo_articles li .un_special_movieInfo_articleListItem_imgWrap img {
  width: 100%;
  height: 100%;
}

.un_special .un_special_inner .un_special_movieInfo_articleList .un_special_movieInfo_articles li .un_special_movieInfo_articleListItem_ttl {
  font-size: 0.9375rem;
  padding: 0.625rem 0;
  line-height: 1.4;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_movieInfo_articleList .un_special_movieInfo_articles li .un_special_movieInfo_articleListItem_ttl {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 0.75rem;
    margin: 0;
  }
}

.un_special .un_special_inner .un_special_movieInfo_articleList .un_special_movieInfo_articles li .un_special_movieInfo_info_btn {
  margin-top: auto;
}

.un_special .un_special_inner .un_special_movieInfo_articleList .un_special_movieInfo_articles li .un_special_movieInfo_info_btn .el_fillBtn {
  width: 100%;
  background: #111111;
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_movieInfo_articleList .un_special_movieInfo_articles li .un_special_movieInfo_info_btn .el_fillBtn {
    border-radius: 0.5rem;
    height: 2.1875rem;
  }
}

.un_special .un_special_inner .un_special_movieInfo_articleList .un_special_movieInfo_articles li .un_special_movieInfo_info_btn .el_fillBtn > span:first-child {
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_movieInfo_articleList .un_special_movieInfo_articles li .un_special_movieInfo_info_btn .el_fillBtn > span:first-child {
    font-size: 0.75rem;
  }
}

.un_special .un_special_inner .un_special_movieInfo_articleList .un_special_movieInfo_articles li .un_special_movieInfo_info_btn .el_fillBtn > span:last-child {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_movieInfo_articleList .un_special_movieInfo_articles li .un_special_movieInfo_info_btn .el_fillBtn > span:last-child {
    right: 0.75rem;
  }
}

.un_special .un_special_inner .un_special_movieInfo_articleList .un_special_movieInfo_articles li .un_special_movieInfo_info_btn .el_fillBtn > span:last-child svg {
  fill: #fff;
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_movieInfo_articleList .un_special_movieInfo_articles li .un_special_movieInfo_info_btn .el_fillBtn > span:last-child svg {
    width: 0.625rem;
    height: 0.625rem;
  }
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_movieInfo_articleList .un_special_movieInfo_articles li .un_special_movieInfo_info_btn .el_fillBtn__iconR {
    padding: 0;
  }
}

.un_special .un_special_inner .un_special_movieInfo_subTitle {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  padding-bottom: 1.25rem;
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_movieInfo_subTitle {
    font-size: 0.9375rem;
    padding: 0 0.9375rem 0.625rem;
  }
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_movieInfo_profile {
    padding: 0 0.9375rem;
  }
}

.un_special .un_special_inner .un_special_movieInfo_profile .un_special_movieInfo_profile_inner {
  background: #f7f8f9;
  width: 100%;
  height: auto;
  padding: 2.1875rem 2.5rem;
  border-radius: 0.625rem;
  letter-spacing: 0.1em;
  margin-top: 1.625rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_movieInfo_profile .un_special_movieInfo_profile_inner {
    border-radius: 0.375rem;
    padding: 1.25rem;
    margin-top: 2.1875rem;
  }
}

.un_special .un_special_inner .un_special_movieInfo_profile .un_special_movieInfo_profile_inner > p {
  font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_movieInfo_profile .un_special_movieInfo_profile_inner > p {
    font-size: 0.9375rem;
    margin: 0;
  }
}

.un_special .un_special_inner .un_special_movieInfo_profile .un_special_movieInfo_profile_inner .un_special_movieInfo_author {
  display: flex;
  align-items: center;
  margin-top: 1.5625rem;
  margin-bottom: 0.625rem;
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_movieInfo_profile .un_special_movieInfo_profile_inner .un_special_movieInfo_author {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

.un_special .un_special_inner .un_special_movieInfo_profile .un_special_movieInfo_profile_inner .un_special_movieInfo_author .un_special_movieInfo_author_img {
  width: 4.1875rem;
  height: 4.1875rem;
  margin-right: 1.0625rem;
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_movieInfo_profile .un_special_movieInfo_profile_inner .un_special_movieInfo_author .un_special_movieInfo_author_img {
    width: 3.75rem;
    height: 3.75rem;
  }
}

.un_special .un_special_inner .un_special_movieInfo_profile .un_special_movieInfo_profile_inner .un_special_movieInfo_author .un_special_movieInfo_author_img img {
  width: 100%;
  height: 100%;
}

.un_special .un_special_inner .un_special_movieInfo_profile .un_special_movieInfo_profile_inner .un_special_movieInfo_author .un_special_movieInfo_author_name {
  display: flex;
  flex-direction: column;
}

.un_special .un_special_inner .un_special_movieInfo_profile .un_special_movieInfo_profile_inner .un_special_movieInfo_author .un_special_movieInfo_author_name > p:first-child {
  font-size: 1.375rem;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_movieInfo_profile .un_special_movieInfo_profile_inner .un_special_movieInfo_author .un_special_movieInfo_author_name > p:first-child {
    font-size: 1.0625rem;
    margin: 0;
  }
}

.un_special .un_special_inner .un_special_movieInfo_profile .un_special_movieInfo_profile_inner .un_special_movieInfo_author .un_special_movieInfo_author_name > p:last-child {
  font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_movieInfo_profile .un_special_movieInfo_profile_inner .un_special_movieInfo_author .un_special_movieInfo_author_name > p:last-child {
    font-size: 0.6875rem;
    margin: 0;
  }
}

.un_special .un_special_inner .un_special_movieInfo_profile .un_special_movieInfo_profile_inner .un_special_movieInfo_author_txt p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: #333333;
  letter-spacing: 0.03em;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_movieInfo_profile .un_special_movieInfo_profile_inner .un_special_movieInfo_author_txt p {
    font-size: 0.75rem;
    margin-right: 0;
    margin-left: 0;
  }
}

.un_special .un_special_inner .un_special_nominated_work_list {
  width: 100%;
  height: auto;
  padding: 3.125rem 3.75rem 2.1875rem;
  background-color: #ffcc00;
}

@media screen and (min-width: 768px) {
  .un_special .un_special_inner .un_special_nominated_work_list {
    border-radius: 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_nominated_work_list {
    padding: 3.125rem 0.9375rem;
  }
}

.un_special .un_special_inner .un_special_nominated_work_list h2 {
  font-size: 1.5rem;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 768px) {
  .un_special .un_special_inner .un_special_nominated_work_list h2 {
    margin-bottom: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_nominated_work_list h2 {
    font-size: 1.0625rem;
  }
}

.un_special .un_special_inner .un_special_nominated_work_list ul.un_nominated_articles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.un_special .un_special_inner .un_special_nominated_work_list ul.un_nominated_articles li {
  flex-basis: 30%;
  flex-shrink: 0;
  flex-grow: 0;
  padding-top: 0.625rem;
  margin-bottom: 1.875rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_nominated_work_list ul.un_nominated_articles li {
    flex-basis: 47%;
    flex-shrink: 0;
    flex-grow: 0;
    padding-top: 2.1875rem;
    margin-bottom: 0.15625rem;
  }
}

@media screen and (min-width: 768px) {
  .un_special .un_special_inner .un_special_nominated_work_list ul.un_nominated_articles li .un_nominated_articleListItem_imgWrap {
    width: auto;
    height: 13.125rem;
  }
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_nominated_work_list ul.un_nominated_articles li .un_nominated_articleListItem_imgWrap {
    width: auto;
    height: auto;
  }
}

.un_special .un_special_inner .un_special_nominated_work_list ul.un_nominated_articles li .un_nominated_articleListItem_imgWrap img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_nominated_work_list ul.un_nominated_articles li .un_nominated_articleListItem_imgWrap img {
    width: 100%;
    height: 100%;
  }
}

.un_special .un_special_inner .un_special_nominated_work_list ul.un_nominated_articles li .un_nominated_articleListItem_ttl {
  font-size: 0.75rem;
  padding: 0.9375rem 0;
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_nominated_work_list ul.un_nominated_articles li .un_nominated_articleListItem_ttl {
    padding: 0.625rem 0;
  }
}

.un_special .un_special_inner .un_special_nominated_work_list ul.un_nominated_articles li .un_nominated_info_btn {
  margin-top: auto;
}

.un_special .un_special_inner .un_special_nominated_work_list ul.un_nominated_articles li .un_nominated_info_btn .el_fillBtn {
  width: 100%;
  height: 2.625rem;
  background: #111111;
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_nominated_work_list ul.un_nominated_articles li .un_nominated_info_btn .el_fillBtn {
    width: 100%;
    height: 2.5rem;
    border-radius: 0.5rem;
  }
}

.un_special .un_special_inner .un_special_nominated_work_list ul.un_nominated_articles li .un_nominated_info_btn .el_fillBtn > span:first-child {
  font-size: 0.8125rem;
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_nominated_work_list ul.un_nominated_articles li .un_nominated_info_btn .el_fillBtn > span:first-child {
    letter-spacing: 0.08em;
  }
}

.un_special .un_special_inner .un_special_nominated_work_list ul.un_nominated_articles li .un_nominated_info_btn .el_fillBtn > span:last-child {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.un_special .un_special_inner .un_special_nominated_work_list ul.un_nominated_articles li .un_nominated_info_btn .el_fillBtn > span:last-child svg {
  fill: #ffcc00;
}

.un_special .un_special_inner .un_special_nominated_work_list ul.un_nominated_articles li .un_nominated_info_btn .el_fillBtn.el_mvTicketBtn__red,
.un_special .un_special_inner .un_special_nominated_work_list ul.un_nominated_articles li .un_nominated_info_btn .el_fillBtn.el_mvTicketBtn__blue {
  flex: 0 0 49%;
  padding-left: 1rem;
  padding-right: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_nominated_work_list ul.un_nominated_articles li .un_nominated_info_btn .el_fillBtn.el_mvTicketBtn__red,
  .un_special .un_special_inner .un_special_nominated_work_list ul.un_nominated_articles li .un_nominated_info_btn .el_fillBtn.el_mvTicketBtn__blue {
    padding-left: 0.75rem;
    justify-content: center;
  }
}

.un_special .un_special_inner .un_special_nominated_work_list ul.un_nominated_articles li .un_nominated_info_btn .el_fillBtn.el_mvTicketBtn__red span,
.un_special .un_special_inner .un_special_nominated_work_list ul.un_nominated_articles li .un_nominated_info_btn .el_fillBtn.el_mvTicketBtn__blue span {
  display: flex;
}

.un_special .un_special_inner .un_special_nominated_work_list ul.un_nominated_articles li .un_nominated_info_btn .el_fillBtn.el_mvTicketBtn__red > span:first-child,
.un_special .un_special_inner .un_special_nominated_work_list ul.un_nominated_articles li .un_nominated_info_btn .el_fillBtn.el_mvTicketBtn__blue > span:first-child {
  height: 0.9375rem;
  font-size: 0;
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_nominated_work_list ul.un_nominated_articles li .un_nominated_info_btn .el_fillBtn.el_mvTicketBtn__red > span:first-child,
  .un_special .un_special_inner .un_special_nominated_work_list ul.un_nominated_articles li .un_nominated_info_btn .el_fillBtn.el_mvTicketBtn__blue > span:first-child {
    height: 0.75rem;
  }
}

.un_special .un_special_inner .un_special_nominated_work_list ul.un_nominated_articles li .un_nominated_info_btn .el_fillBtn.el_mvTicketBtn__red > span:first-child img,
.un_special .un_special_inner .un_special_nominated_work_list ul.un_nominated_articles li .un_nominated_info_btn .el_fillBtn.el_mvTicketBtn__blue > span:first-child img {
  width: auto;
  height: 0.9375rem;
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_nominated_work_list ul.un_nominated_articles li .un_nominated_info_btn .el_fillBtn.el_mvTicketBtn__red > span:first-child img,
  .un_special .un_special_inner .un_special_nominated_work_list ul.un_nominated_articles li .un_nominated_info_btn .el_fillBtn.el_mvTicketBtn__blue > span:first-child img {
    width: auto;
    height: 0.75rem;
  }
}

.un_special .un_special_inner .un_special_nominated_work_list ul.un_nominated_articles li .un_nominated_info_btn .el_fillBtn.el_mvTicketBtn__red > span:last-child,
.un_special .un_special_inner .un_special_nominated_work_list ul.un_nominated_articles li .un_nominated_info_btn .el_fillBtn.el_mvTicketBtn__blue > span:last-child {
  right: 0.625rem;
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_nominated_work_list ul.un_nominated_articles li .un_nominated_info_btn .el_fillBtn.el_mvTicketBtn__red > span:last-child,
  .un_special .un_special_inner .un_special_nominated_work_list ul.un_nominated_articles li .un_nominated_info_btn .el_fillBtn.el_mvTicketBtn__blue > span:last-child {
    right: 0.8125rem;
  }
}

.un_special .un_special_inner .un_special_nominated_work_list ul.un_nominated_articles li .un_nominated_info_btn .el_fillBtn.el_mvTicketBtn__red > span:last-child svg,
.un_special .un_special_inner .un_special_nominated_work_list ul.un_nominated_articles li .un_nominated_info_btn .el_fillBtn.el_mvTicketBtn__blue > span:last-child svg {
  fill: #fdd000;
}

.un_special .un_special_inner .un_special_nominated_work_list ul.un_nominated_articles li .un_nominated_info_btn .el_fillBtn.el_mvTicketBtn__red {
  background: #e30211;
}

.un_special .un_special_inner .un_special_nominated_work_list ul.un_nominated_articles li .un_nominated_info_btn .el_fillBtn.el_mvTicketBtn__blue {
  background: #3c7fbf;
}

.un_special .un_special_inner .un_special_bottom_content {
  width: 100%;
  height: auto;
  padding-top: 0rem;
  padding-bottom: 0.25rem;
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_bottom_content {
    padding: 3.21875rem 0 1rem 0;
  }
}

.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 0.9375rem 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: #ffcc00;
  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 (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;
  }
}

@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;
  }
}

.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 (min-width: 768px) {
  .un_special .un_special_inner .un_special_bottom_content .un_bottom_movieInfo .un_bottom_movieInfo_description {
    padding-left: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_bottom_content .un_bottom_movieInfo .un_bottom_movieInfo_description {
    padding: 0 0.9375rem;
  }
}

.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;
  letter-spacing: 0.02em;
}

@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: #666666;
    font-size: 0.9375rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
}

.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: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.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 (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;
}

@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;
    padding-bottom: 0.78125rem;
  }
}

.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: 2;
}

@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.6;
  }
  .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;
  }
}

@media screen and (min-width: 768px) {
  .un_special .un_special_inner .un_special_bottom_content .un_bottom_movieInfo_link {
    margin: 2.5rem 0;
  }
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_bottom_content .un_bottom_movieInfo_link {
    padding: 2.5rem 0.9375rem 1.25rem;
  }
}

.un_special .un_special_inner .un_special_bottom_content .un_bottom_movieInfo_link .un_bottom_movieInfo_link_inner {
  background: #f7f8f9;
  width: 100%;
  height: auto;
  border-radius: 0.625rem;
  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;
  }
}

.un_special .un_special_inner .un_special_bottom_content .un_bottom_movieInfo_link .un_bottom_movieInfo_link_inner a svg {
  fill: #ffcc00;
  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;
}

@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: 0.6875rem;
  }
}

.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_special .un_special_inner .un_special_bottom_content .un_theaterSchedule_btn_ticket_advance .el_btn__block {
  width: 100%;
  font-size: 0.8125rem;
}

.un_special .un_special_inner .un_special_bottom_content .un_theaterSchedule_btn_ticket_advance .el_btn__block.el_bdrBtn {
  height: 3.125rem;
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_bottom_content .un_theaterSchedule_btn_ticket_advance .el_btn__block.el_bdrBtn.el_bdrBtn__iconR {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.un_special .un_special_inner .un_special_bottom_content .un_theaterSchedule_btn_ticket_advance .el_btn__block span img {
  margin-right: 0.8125rem;
  width: auto;
  height: 1.0625rem;
}

.un_special .un_special_inner .un_special_bottom_content .un_theaterSchedule_btn_ticket_advance .el_btn__block span:first-of-type img {
  width: 8.625rem;
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_bottom_content .un_theaterSchedule_btn_ticket_advance .el_btn__block span:first-of-type img {
    width: 7.5rem;
  }
}

.un_special .un_special_inner .un_special_bottom_content .un_theaterSchedule_btn_ticket_advance .el_btn__block span:nth-child(2) {
  color: #e71410;
}

.un_special .un_special_inner .un_special_bottom_content .un_theaterSchedule_btn_ticket_advance .el_btn__block span:last-of-type svg {
  fill: #e71410;
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_bottom_content .un_theaterSchedule_btn_ticket_advance .el_bdrBtn {
    border: none;
  }
}

@media screen and (max-width: 767px) {
  .un_special .un_special_inner .un_special_bottom_content .un_theaterSchedule_btn_ticket_advance {
    border-top: 1px solid #efefef;
    border-bottom: 10px solid #efefef;
  }
}

/* youtube */
@media screen and (min-width: 768px) {
  .embed_youtube {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }
}

@media screen and (max-width: 767px) {
  .embed_youtube {
    margin: 0 0.9375rem;
  }
}

.embed_youtube {
  position: relative;
  padding-bottom: 56.25%;
}

.embed_youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.un_specialTab_inner.un_special_tab_news .un_special_top_content {
  border-bottom: 1px solid #e0e0e0;
}

.un_specialTab_inner.un_special_tab_news .un_special_top_content h2 {
  color: #111111;
}

.un_specialTab_inner.un_special_tab_news .un_special_top_content p {
  color: #333333;
  line-height: 1.7;
}

.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: #ffcc00;
  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;
}

/* 他の記事一覧 */
.un_special_story_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.un_special_story_list a {
  margin-bottom: 2.5rem;
  width: 20.625rem;
}

@media screen and (max-width: 767px) {
  .un_special_story_list a {
    margin-bottom: 0;
    padding: 0.9375rem 0.9375rem 1.25rem 0.9375rem;
    width: 100%;
    border-bottom: 0.3125rem solid #f5f5f5;
  }
}

.un_special_story_list a article {
  /*
				* 画像
				*/
  /*
				* タイトルなど
				*/
  /*
				* ライター、share
				*/
}

.un_special_story_list a article figure {
  position: relative;
  /*
				* 画像にかぶせる黒背景
				*/
}

.un_special_story_list a article figure img {
  width: 100%;
  border-radius: 0.375rem;
}

.un_special_story_list a article figure .bl_newsArticle_filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 40%);
  border-radius: 0.375rem;
}

@media screen and (max-width: 767px) {
  .un_special_story_list a article figure .bl_newsArticle_filter {
    display: none;
  }
}

.un_special_story_list a article figcaption {
  padding-top: 0.8rem;
}

@media screen and (max-width: 767px) {
  .un_special_story_list a article figcaption {
    padding-top: 0.625rem;
  }
}

.un_special_story_list a article figcaption h2 {
  font-size: 1rem;
  letter-spacing: 0.02em;
  line-height: 1.625rem;
  font-weight: bold;
}

.un_special_story_list a article figcaption .bl_newsArticle_cat_date {
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  line-height: 1.25rem;
  font-weight: 400;
  margin-top: 0.25rem;
}

@media screen and (max-width: 767px) {
  .un_special_story_list a article figcaption .bl_newsArticle_cat_date {
    margin-top: 0.125rem;
  }
}

.un_special_story_list a article figcaption .bl_newsArticle_cat_date span {
  margin-right: 0.25rem;
  color: #e71410;
}

.un_special_story_list a article figcaption .bl_newsArticle_cat_date time {
  color: #7a7a7a;
  letter-spacing: 0.02em;
}

.un_special_story_list a article .bl_newsArticle_writer_share {
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.75rem;
  width: 100%;
  color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .un_special_story_list a article .bl_newsArticle_writer_share {
    bottom: 0.875rem;
    padding: 0 0.9375rem;
  }
}

.un_special_story_list a article .bl_newsArticle_writer_share li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  line-height: 1.0;
}

.un_special_story_list a article .bl_newsArticle_writer_share .bl_newsArticle_writer {
  font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
  .un_special_story_list a article .bl_newsArticle_writer_share .bl_newsArticle_writer {
    font-size: 0.625rem;
  }
}

.un_special_story_list a article .bl_newsArticle_writer_share .bl_newsArticle_writer img {
  margin-right: 0.4375rem;
  width: 1.375rem;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .un_special_story_list a article .bl_newsArticle_writer_share .bl_newsArticle_writer img {
    margin-right: 0.25rem;
    width: 1.375rem;
    border: 1px solid #e0e0e0;
  }
}

.un_special_story_list a article .bl_newsArticle_writer_share .bl_newsArticle_share {
  font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
  .un_special_story_list a article .bl_newsArticle_writer_share .bl_newsArticle_share {
    font-size: 0.625rem;
  }
}

.un_special_story_list a article .bl_newsArticle_writer_share .bl_newsArticle_share img {
  margin-right: 0.125rem;
  width: 0.8125rem;
}

@media screen and (max-width: 767px) {
  .un_special_story_list a article .bl_newsArticle_writer_share .bl_newsArticle_share img {
    width: 0.65625rem;
  }
}

.un_special_story_list a.bl_article_displaySmall {
  /*
			* ライター、share
			*/
}

@media screen and (max-width: 767px) {
  .un_special_story_list a.bl_article_displaySmall {
    margin-bottom: 0;
    padding: 0.9375rem 0.9375rem 0 0.9375rem;
    width: 100%;
    border-bottom: 0.3125rem solid #f5f5f5;
  }
}

.un_special_story_list a.bl_article_displaySmall article {
  /*
			 * 画像
			 */
  /*
			 * タイトルなど
			 */
}

@media screen and (max-width: 767px) {
  .un_special_story_list a.bl_article_displaySmall article {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border-bottom: 1px solid #efefef;
    padding-bottom: 0.875rem;
  }
}

.un_special_story_list a.bl_article_displaySmall article figure {
  position: relative;
}

@media screen and (max-width: 767px) {
  .un_special_story_list a.bl_article_displaySmall article figure {
    margin-right: 0.9375rem;
    width: 8.625rem;
  }
}

.un_special_story_list a.bl_article_displaySmall article figure img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .un_special_story_list a.bl_article_displaySmall article figure img {
    width: 8.625rem;
  }
}

@media screen and (max-width: 767px) {
  .un_special_story_list a.bl_article_displaySmall article figcaption {
    padding-top: 0rem;
    flex-basis: auto;
  }
}

@media screen and (max-width: 767px) {
  .un_special_story_list a.bl_article_displaySmall article figcaption h2 {
    font-size: 0.9375rem;
    letter-spacing: 0.02em;
    line-height: 1.375rem;
  }
}

@media screen and (max-width: 767px) {
  .un_special_story_list a.bl_article_displaySmall article figcaption .bl_newsArticle_cat_date {
    font-size: 0.75rem;
  }
}

.un_special_story_list a.bl_article_displaySmall .bl_newsArticle_writer_share {
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.75rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .un_special_story_list a.bl_article_displaySmall .bl_newsArticle_writer_share {
    color: #FFFFFF;
  }
}

@media screen and (max-width: 767px) {
  .un_special_story_list a.bl_article_displaySmall .bl_newsArticle_writer_share {
    color: #7a7a7a;
    position: relative;
    bottom: 0;
    padding: 0.5rem 0 0.5625rem 0;
  }
}

.un_special_story_list a.bl_article_displaySmall .bl_newsArticle_writer_share li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  line-height: 1.0;
}

.un_special_story_list a.bl_article_displaySmall .bl_newsArticle_writer_share .bl_newsArticle_writer {
  font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
  .un_special_story_list a.bl_article_displaySmall .bl_newsArticle_writer_share .bl_newsArticle_writer {
    font-size: 0.625rem;
  }
}

.un_special_story_list a.bl_article_displaySmall .bl_newsArticle_writer_share .bl_newsArticle_writer img {
  margin-right: 0.4375rem;
  width: 1.375rem;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .un_special_story_list a.bl_article_displaySmall .bl_newsArticle_writer_share .bl_newsArticle_writer img {
    margin-right: 0.25rem;
    width: 1rem;
    border: 1px solid #e0e0e0;
  }
}

.un_special_story_list a.bl_article_displaySmall .bl_newsArticle_writer_share .bl_newsArticle_share {
  font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
  .un_special_story_list a.bl_article_displaySmall .bl_newsArticle_writer_share .bl_newsArticle_share {
    font-size: 0.625rem;
    color: #7a7a7a;
  }
}

.un_special_story_list a.bl_article_displaySmall .bl_newsArticle_writer_share .bl_newsArticle_share img {
  margin-right: 0.125rem;
  width: 0.8125rem;
}

@media screen and (max-width: 767px) {
  .un_special_story_list a.bl_article_displaySmall .bl_newsArticle_writer_share .bl_newsArticle_share img {
    width: 0.5625rem;
  }
}

/* ページャー */
.un_special_story_pager {
  margin-top: 0.4375rem;
  margin-bottom: 3.125rem;
  /*
	* ページ番号
	*/
}

@media screen and (max-width: 767px) {
  .un_special_story_pager {
    margin-top: 1.25rem;
    margin-bottom: 2.8125rem;
  }
}

.un_special_story_pager .un_special_story_pager_inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .un_special_story_pager .un_special_story_pager_inner {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    font-size: 0.9375rem;
  }
}

.un_special_story_pager .un_special_story_pager_inner .un_special_story_pager_prev, .un_special_story_pager .un_special_story_pager_inner .un_special_story_pager_next {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: 6.25rem;
  height: 3rem;
  line-height: 1.0;
}

@media screen and (max-width: 767px) {
  .un_special_story_pager .un_special_story_pager_inner .un_special_story_pager_prev, .un_special_story_pager .un_special_story_pager_inner .un_special_story_pager_next {
    width: 5.5625rem;
    height: 3.125rem;
  }
}

.un_special_story_pager .un_special_story_pager_inner .un_special_story_pager_prev a, .un_special_story_pager .un_special_story_pager_inner .un_special_story_pager_next a {
  display: flex;
  padding: 1rem 1.25rem;
  border: 1px solid #cccccc;
  border-radius: 23px / 50%;
}

@media screen and (max-width: 767px) {
  .un_special_story_pager .un_special_story_pager_inner .un_special_story_pager_prev a, .un_special_story_pager .un_special_story_pager_inner .un_special_story_pager_next a {
    padding: 1rem 1.25rem 1.125rem 1.25rem;
  }
}

.un_special_story_pager .un_special_story_pager_inner .un_special_story_pager_prev a span, .un_special_story_pager .un_special_story_pager_inner .un_special_story_pager_next a span {
  padding-bottom: 0.125rem;
}

.un_special_story_pager .un_special_story_pager_inner .un_special_story_pager_prev a img, .un_special_story_pager .un_special_story_pager_inner .un_special_story_pager_next a img {
  width: 0.4375rem;
  height: 1rem;
}

.un_special_story_pager .un_special_story_pager_inner .un_special_story_pager_prev img {
  margin-right: 0.625rem;
}

@media screen and (max-width: 767px) {
  .un_special_story_pager .un_special_story_pager_inner .un_special_story_pager_prev img {
    margin-right: 0.4375rem;
  }
}

.un_special_story_pager .un_special_story_pager_inner .un_special_story_pager_next img {
  margin-left: 0.625rem;
}

@media screen and (max-width: 767px) {
  .un_special_story_pager .un_special_story_pager_inner .un_special_story_pager_next img {
    margin-left: 0.375rem;
  }
}

.un_special_story_pager .un_special_story_pager_inner ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
  .un_special_story_pager .un_special_story_pager_inner ul {
    font-size: 0.625rem;
  }
}

.un_special_story_pager .un_special_story_pager_inner ul li {
  margin-right: 0.5625rem;
}

@media screen and (max-width: 767px) {
  .un_special_story_pager .un_special_story_pager_inner ul li {
    margin-right: 0.3125rem;
  }
}

.un_special_story_pager .un_special_story_pager_inner ul li a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  line-height: 1.0;
  border: 1px solid #999999;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .un_special_story_pager .un_special_story_pager_inner ul li a {
    width: 1.5625rem;
    height: 1.5625rem;
    padding-bottom: 1px;
  }
}

.un_special_story_pager .un_special_story_pager_inner ul li a.un_search_pager_active {
  color: #FFFFFF;
  background-color: #333333;
  border-color: #333333;
}

@media screen and (min-width: 768px) {
  .un_special_story_pager .un_special_story_pager_inner ul li a:hover {
    color: #ffffff;
    background-color: #333333;
    border-color: #333333;
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .un_special_story_pager .un_special_story_pager_inner ul li a:active {
    color: #ffffff;
    background-color: #333333;
    border-color: #333333;
    opacity: 1;
  }
}

.un_special_story_pager .un_special_story_pager_inner ul li:last-of-type {
  margin-right: 0;
}

.un_special_story_pager .un_special_story_pager_number {
  width: 100%;
  font-size: 0.75rem;
  color: #999999;
  text-align: center;
  letter-spacing: 0.0625rem;
  line-height: 1.0;
}

@media screen and (max-width: 767px) {
  .un_special_story_pager .un_special_story_pager_number {
    font-size: 0.625rem;
  }
}

@media screen and (min-width: 768px) {
  .modaal-overlay {
    z-index: 10000 !important;
  }
}

.modaal-wrapper {
  height: 100%;
  overflow: hidden;
  z-index: 20000;
}

.modaal-wrapper .modaal-outer-wrapper {
  display: flex !important;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .modaal-wrapper .modaal-outer-wrapper {
    overflow: scroll !important;
  }
}

.modaal-wrapper .modaal-inner-wrapper {
  position: relative;
  display: inline-flex !important;
  padding: 0;
  height: auto;
  padding: 0 0.9375rem;
}

@media screen and (max-width: 767px) {
  .modaal-wrapper .modaal-inner-wrapper {
    overflow: scroll !important;
  }
}

.modaal-wrapper .modaal-container {
  height: auto;
  background: transparent;
}

@media screen and (min-width: 768px) {
  .modaal-wrapper .modaal-container {
    width: 42.5rem;
  }
}

@media screen and (max-width: 767px) {
  .modaal-wrapper .modaal-container {
    width: 95%;
    margin-top: 15px !important;
  }
}

.modaal-wrapper .modaal-container .modaal-content {
  background: #ffffff;
  overflow-y: scroll;
}

@media screen and (min-width: 768px) {
  .modaal-wrapper .modaal-container .modaal-content {
    border-radius: 0.375rem;
    max-height: 80vh;
  }
}

@media screen and (max-width: 767px) {
  .modaal-wrapper .modaal-container .modaal-content {
    border-radius: 0.25rem;
    margin-bottom: 1.875rem;
    padding-bottom: 0.9375rem;
    max-height: 65vh;
  }
}

.modaal-wrapper .modaal-container .modaal-content-container {
  padding: 0;
}

.modaal-wrapper .modaal-container .modaal-close {
  position: absolute;
  right: 0rem;
  top: -1.875rem;
  width: 2rem;
  height: 2rem;
}

@media screen and (min-width: 768px) {
  .modaal-wrapper .modaal-container .modaal-close {
    border-radius: 0;
  }
}

.modaal-wrapper .modaal-container .modaal-close:hover {
  background: transparent;
}

.modaal-wrapper .modaal-container .modaal-close::before {
  top: 12px;
  left: 10px;
  width: 0.9375rem;
  height: 0.125rem;
}

.modaal-wrapper .modaal-container .modaal-close::after {
  top: 12px;
  left: 10px;
  height: 0.125rem;
  width: 0.9375rem;
}

@media screen and (max-width: 767px) {
  .modaal-wrapper .modaal-container .modaal-close {
    position: relative;
    left: calc(50% - 22px);
    top: 0;
    width: 2.8125rem;
    height: 2.8125rem;
    background-color: #777777;
  }
  .modaal-wrapper .modaal-container .modaal-close:hover {
    background-color: #777777;
  }
  .modaal-wrapper .modaal-container .modaal-close::before {
    top: 20px;
    left: 12px;
    width: 1.25rem;
    height: 0.125rem;
  }
  .modaal-wrapper .modaal-container .modaal-close::after {
    top: 20px;
    left: 12px;
    width: 1.25rem;
    height: 0.125rem;
  }
}

#bl_detailModal {
  display: none;
}

/* モーダルの上部にiOSで1pxの隙間ができるのを防止 */
.modaal-overlay {
  top: -15px;
  height: calc(100% + 15px);
}

/* モーダルボディー */
.bl_detailModal_body {
  padding: 3.75rem;
  /*overflow-y: scroll; */
}

@media screen and (max-width: 767px) {
  .bl_detailModal_body {
    padding: 1.5625rem 1.5625rem 0.46875rem;
  }
}

.bl_detailModal_body .un_detailModal_img_wrapper {
  display: block;
  width: 35.125rem;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .bl_detailModal_body .un_detailModal_img_wrapper {
    width: 100%;
    height: auto;
  }
}

.bl_detailModal_body .un_detailModal_img_wrapper img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}

@media screen and (max-width: 767px) {
  .bl_detailModal_body .un_detailModal_img_wrapper img {
    border-radius: 0.25rem;
  }
}

.bl_detailModal_body h3 {
  font-size: 1.25rem;
  font-weight: bold;
  padding-left: 1.5rem;
  position: relative;
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .bl_detailModal_body h3 {
    padding-left: 0.9375rem;
    font-size: 1.0625rem;
    margin: 1.25rem 0 0.9375rem;
    letter-spacing: 0.08em;
  }
}

.bl_detailModal_body h3::before {
  content: '';
  display: block;
  position: absolute;
  top: 0.375rem;
  left: 0;
  bottom: 0.375rem;
  width: 0.25rem;
  background: #E61E0F;
  border-radius: 0.0625rem;
}

@media screen and (max-width: 767px) {
  .bl_detailModal_body h3::before {
    top: 0.4375rem;
    bottom: 0.25rem;
    width: 0.1875rem;
    border-radius: 0.09375rem;
  }
}

.bl_detailModal_body h3:first-child {
  margin-top: 0;
}

.bl_detailModal_body p {
  font-size: 0.9375rem;
  color: #333333;
  line-height: 2.0;
}

@media screen and (max-width: 767px) {
  .bl_detailModal_body p {
    font-size: 0.9375rem;
  }
}

/* 2020/12/24 ニュースリスト表示修正 日野上追加 */

    .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;
    }
}