@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

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

.mb-15 {
  margin-bottom: 1.5rem;
}

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

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

.w-100 {
  width: 100%;
}

@keyframes progressBar {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

/* フェードイン 
.fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 1000ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
*/
/* =======================================
* ページ内ラッパー
* ===================================== */
@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;
  }
}

/* =======================================
* dc-cont
* ===================================== */
.dc-cont {
  width: 90%;
  margin: 0 auto;
  padding: 2rem 0 1rem;
}

@media screen and (min-width: 768px) {
  .dc-cont {
    width: initial;
    max-width: 680px;
    padding: 3rem 0 1rem;
  }
}

.dc-cont._upper {
  width: 90%;
  margin: 0 auto;
  padding: 0 0 1rem;
}

@media screen and (min-width: 768px) {
  .dc-cont._upper {
    width: initial;
    max-width: 680px;
    padding: 0 0 1rem;
  }
}

.dc-cont .card {
  border: 3px solid #0078F0;
  padding: 5px;
  box-shadow: 8px 8px 0px 0px #0078f0;
}

@media screen and (min-width: 768px) {
  .dc-cont .card {
    width: 670px;
  }
}

.dc-cont .card__inner {
  border: 2px solid #0078F0;
  display: block;
}

.dc-cont .card__inner:hover {
  opacity: initial;
}

@media screen and (min-width: 768px) {
  .dc-cont .card__inner:hover {
    background-color: #0078F0;
    color: #ffffff;
    transition: 0.5s;
  }

  .dc-cont .card__inner:hover .card__txt-upper {
    border-bottom: 1px solid #ffffff;
  }

  .dc-cont .card__inner:hover .card__txt-link {
    background-color: #ffffff;
    color: #0078F0;
  }
}

.dc-cont .card__txt {
  padding: 1rem 0.6rem 1.5rem;
}

@media screen and (min-width: 768px) {
  .dc-cont .card__txt {
    padding: 1rem 3rem 1.5rem 3rem;
  }
}

.dc-cont .card__txt-upper {
  padding-bottom: 1rem;
  border-bottom: 1px solid #707070;
  font-weight: bold;
  text-align: center;
}

.dc-cont .card__txt-ttl {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 0.4rem;
}

@media screen and (min-width: 768px) {
  .dc-cont .card__txt-ttl {
    font-size: 28px;
  }
}

.dc-cont .card__txt-ttl span {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .dc-cont .card__txt-ttl span {
    font-size: 20px;
  }
}

.dc-cont .card__txt-info {
  font-size: 14px;
}

.dc-cont .card__txt-detail {
  font-size: 14px;
  margin: 1rem 0 1.5rem 0;
  line-height: 1.8;
}

.dc-cont .card__txt-btn {
  text-align: center;
}

.dc-cont .card__txt-link {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #ffffff;
  background-color: #0078F0;
  padding: 0.5rem 4rem;
  vertical-align: middle;
  border-radius: 25px;
  border: none;
}

.dc-cont .card__copy {
  font-size: 10px;
  color: #7a7a7a;
  margin: 0.8rem 0;
}

@media screen and (min-width: 768px) {
  .dc-cont .card__copy {
    margin: 0.8rem 0 0.5rem 0;
  }
}

.dc-cont__border {
  border-width: 4px 0 0 0;
  border-style: double;
  border-color: #707070;
}

/*もっと見るボタン*/
.dc-btn {
  text-align: center;
  margin: 0 auto 2rem;
}

.dc-btn__link {
  display: inline-block;
  position: relative;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #000000;
  background-color: #ffffff;
  padding: 0.6rem 0;
  vertical-align: middle;
  border-radius: 25px;
  border: 1px solid #000000;
  width: 60%;
}

@media screen and (min-width: 768px) {
  .dc-btn__link {
    width: 180px;
  }
}

.dc-btn__link:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 14px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  background: url("../images/dc-press/btn-icn.svg") no-repeat;
  background-size: contain;
}


/* =======================================
.	 	111	* gallery
* ===================================== */
.gallery__list {
  display: flex;
  align-items: center;
  justify-content: initial;
}

@media screen and (max-width: 767px) {
  .gallery__list {
    flex-wrap: wrap;
  }
}

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

/* =======================================
* パンくずリスト
* ===================================== */
@media screen and (max-width: 767px) {
  .bl_breadcrumbWrap {
    padding-left: 0.9375rem;
  }
}

/* =======================================
* TOPへ戻るボタン
* ===================================== */
.page-top-btn {
  display: block !important;
  margin: 0 auto 1rem;
  width: 40px;
}

@media screen and (min-width: 768px) {
  .page-top-btn {
    margin: 0 auto 3rem;
  }
}

/* =======================================
* 見出し
* ===================================== */
.dc-ttl {
  font-family: "Roboto Slab", serif;
  font-size: 40px;
  line-height: 53px;
  color: #0078F0;
  margin-bottom: 1rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .dc-ttl {
    line-height: 70px;
  }
}

.dc-ttl span {
  display: inline-block;
  position: relative;
}

.dc-ttl span.f-lt {
  font-weight: 400;
}

.dc-ttl span,
.dc-ttl span::after {
  animation-delay: var(--animation-delay, 0s);
  /* アニメーションの開始タイミング */
  animation-iteration-count: var(--iterations, 1);
  /* 再生される回数 */
  animation-duration: var(--duration, 800ms);
  /* 完了するまでの所要時間 */
  animation-fill-mode: both;
  /* 実行の前後 */
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  /* タイミングの指定 */
}

@media screen and (min-width: 768px) {
  .dc-ttl {
    font-size: 60px;
  }
}

.dc-ttl.scroll-in span {
  --animation-delay: var(--delay, 0);
  --animation-duration: var(--duration, 800ms);
  --animation-iterations: var(--iterations, 1);
  position: relative;
  animation-name: clip-text;
  white-space: nowrap;
}

.dc-ttl.scroll-in span::after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0078F0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  pointer-events: none;
  animation-name: text-revealer;
}

@keyframes clip-text {
  from {
    clip-path: inset(0 100% 0 0);
  }

  to {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes text-revealer {

  0%,
  50% {
    transform-origin: 0 50%;
  }

  60%,
  100% {
    transform-origin: 100% 50%;
  }

  60% {
    transform: scaleX(1);
  }

  100% {
    transform: scaleX(0);
  }
}

/* =======================================
* ビジュアルスライダー
* ===================================== */
.ly_content-img .swiper-wrapper {
  transition-timing-function: linear;
}

/* =======================================
* MV
* ===================================== */
.eyecatch__upper[data-size="normal"] {
  osition: relative;
  z-index: 1;
  overflow: hidden;
}

.eyecatch__images {
  width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.eyecatch__images video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.eyecatch__lower {
  background-color: #0078F0;
}

.eyecatch__lower-inner {
  width: 90%;
  margin: 0 auto;
  padding: 4rem 0 2.5rem;
  position: relative;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .eyecatch__lower-inner {
    width: initial;
    max-width: 1020px;
    padding: 5rem 0 4rem;
  }
}

@media screen and (min-width: 768px) {
  .eyecatch__lower-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
  }
}

.eyecatch__lower-logo {
  position: absolute;
  left: 0;
  top: 30px;
}

@media screen and (max-width: 767px) {
  .eyecatch__lower-logo img {
    max-width: 144px;
  }
}

@media screen and (max-width: 767px) {
  .eyecatch__lower-img {
    max-width: 100px;
    margin: 0 auto 1rem;
  }

  .eyecatch__lower-img img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .eyecatch__lower-txt {
    font-size: 12px;
    text-align: center;
  }
}

.eyecatch__lower-ttl {
  margin-bottom: 1rem;
}

.eyecatch__lower-ttl img {
  width: 100%;
  max-width: 430px;
}

/* =======================================
* gallery
* ===================================== */
.gallery__list {
  display: flex;
  align-items: center;
  justify-content: initial;
}

@media screen and (max-width: 767px) {
  .gallery__list {
    flex-wrap: wrap;
  }
}

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

/* =======================================
* 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: #0078F0;
  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 #0078F0 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 #0078F0 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;
  }
}

.cp_content {
  padding: 0 0 5rem;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .cp_content {
    padding: 0 0 2rem;
  }
}

/* =======================================
* intro
* ===================================== */
.intro {
  width: 90%;
  margin: 0 auto;
  padding: 2rem 0;
}

@media screen and (min-width: 768px) {
  .intro {
    width: initial;
    max-width: 560px;
    padding: 3rem 0 4.5rem;
  }
}

.intro__ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0.8rem;
  text-align: center;
}

@media screen and (min-width: 361px) {
  .intro__ttl {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) {
  .intro__ttl {
    font-size: 28px;
  }
}

.intro__catch {
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1rem;
}

@media screen and (min-width: 361px) {
  .intro__catch {
    font-size: 17px;
  }
}

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

.intro__catch span {
  color: #0078F0;
}

.intro__em {
  font-weight: bold;
  font-size: 12px;
}

.intro__btn {
  margin: 1.5rem 0;
}

@media screen and (min-width: 768px) {
  .intro__btn {
    margin: 2rem 0 2.5rem;
  }
}

.intro__btn-link {
  width: 100%;
  display: inline-block;
  position: relative;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #ffffff;
  background-color: #0078F0;
  padding: 0.6rem 0;
  vertical-align: middle;
  border-radius: 5px;
  border: none;
  text-align: center;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 768px) {
  .intro__btncp {
    max-width: 336px;
    margin: 0 auto;
  }
}

.intro__btncp-link {
  width: 100%;
  display: inline-block;
  position: relative;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #000000;
  background-color: #ffffff;
  padding: 0.75rem 0;
  vertical-align: middle;
  border-radius: 25px;
  border: 1px solid #dddddd;
  text-align: center;
  letter-spacing: initial;
}

.intro__btncp-link:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background: url("../images/btn-arrow.svg") no-repeat;
  background-size: contain;
}

/* =======================================
* comment
* ===================================== */
.comment {
  background: url("../images/comment-bg.png") repeat-y;
  background-size: contain;
}

.comment__inner {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  padding: 3rem 0;
}

@media screen and (min-width: 768px) {
  .comment__inner {
    width: initial;
    max-width: 560px;
    padding: 2rem 0 3rem;
  }
}

.comment__logo {
  margin: 0 auto 1rem;
}

@media screen and (min-width: 768px) {
  .comment__logo {
    max-width: 404px;
    margin: 0 auto 1rem;
  }
}

.comment__ttl {
  margin-bottom: 0.7rem;
}

.comment__catch {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1.5rem;
  color: #ffffff;
}

.comment span {
  font-size: 36px;
}

.comment__btn {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .comment__btn {
    width: 268px;
  }
}

.comment__btn-link {
  width: 100%;
  display: inline-block;
  position: relative;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #ffffff;
  background-color: none;
  padding: 0.8rem 0;
  vertical-align: middle;
  border-radius: 5px;
  border: 1px solid #ffffff;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .comment__btn-link {
    font-size: 20px;
  }
}

.comment__dummy-block {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .comment__dummy-block {
    margin-bottom: 2rem;
  }
}

.comment__dummy-item {
  width: 268px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .comment__dummy-item {
    width: 560px;
  }
}

/* =======================================
* campaign
* ===================================== */
.campaign__inner {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  padding: 3rem 0 2rem;
}

@media screen and (min-width: 768px) {
  .campaign__inner {
    width: initial;
    max-width: 680px;
    padding: 5rem 0 3rem;
  }
}

.campaign__ttl {
  color: #0078F0;
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .campaign__ttl {
    font-size: 40px;
  }
}

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

.campaign__catch {
  font-size: 17px;
  margin-bottom: 1.5rem;
  line-height: 1.6;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .campaign__catch {
    font-size: 24px;
    margin-bottom: 2rem;
    line-height: 1.4;
  }
}

.campaign__catch span {
  color: #0078F0;
}

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

@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: #0078F0;
  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;
}

.campaign__block-item {
  padding: 1.2rem;
}

@media screen and (min-width: 768px) {
  .campaign__block-item {
    padding: 2rem 0;
  }
}

.campaign__block-item:not(:last-child) {
  border-bottom: 1px solid #000000;
}

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

@media screen and (min-width: 768px) {
  .campaign__block-item img {
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .campaign__block-inner {
    width: 560px;
    margin: 0 auto;
  }
}

.campaign__block-ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1rem;
}

@media screen and (max-width: 330px) {
  .campaign__block-ttl {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .campaign__block-ttl {
    margin-bottom: 1.5rem;
  }
}

.campaign__block-ttl span {
  color: #0078F0;
}

.campaign__block-img {
  margin: 0 auto 1.5rem;
}

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

  .campaign__block-img._1st {
    width: 144px;
  }

  .campaign__block-img._3rd {
    width: 212px;
  }

  .campaign__block-img._4th {
    width: 234px;
  }

  .campaign__block-img._6th {
    width: 206px;
  }
}

@media screen and (min-width: 768px) {
  .campaign__block-img {
    margin-bottom: 2rem;
    height: 200px;
  }

  .campaign__block-img._6th {
    height: 133px;
  }
}

.campaign__block-label {
  color: #ffffff;
  background-color: #656565;
  font-weight: bold;
  line-height: 1;
  padding: 2px 0 6px;
}

.campaign__block-label span {
  font-size: 34px;
}

.campaign__list {
  font-size: 12px;
  text-align: left;
  margin-bottom: 1.5rem;
}

.campaign__list a {
  text-decoration: underline;
}

.campaign__note {
  font-size: 14px;
  text-align: left;
  margin-top: 0.5rem;
}

/* =======================================
* step
* ===================================== */
.step {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  padding: 0 0 1rem;
}

@media screen and (min-width: 768px) {
  .step {
    width: initial;
    max-width: 560px;
    padding: 0 0 5rem;
  }
}

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

.step__ttl {
  color: #0078F0;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 768px) {
  .step__ttl {
    font-size: 24px;
    margin-bottom: 1rem;
  }
}

.step__cont:not(:last-child) {
  margin-bottom: 3rem;
}

.step__txt {
  font-size: 17px;
  font-weight: bold;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 0.3rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .step__txt {
    font-size: 20px;
  }
}

.step__txt span {
  color: #0078F0;
}

.step__item {
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: initial;
}

@media screen and (max-width: 330px) {
  .step__item {
    font-size: 12px;
  }
}

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

.step__item span {
  color: #0078F0;
}

.step__item-img {
  width: 50px;
  margin-right: 1rem;
}

@media screen and (min-width: 768px) {
  .step__item-img {
    width: 65px;
  }
}

.step__btn {
  margin-top: 2rem;
}

.step__btn-link {
  width: 100%;
  display: inline-block;
  position: relative;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #ffffff;
  background-color: #0078F0;
  padding: 0.6rem 0;
  vertical-align: middle;
  border-radius: 5px;
  border: none;
  text-align: center;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3);
}

.step__em {
  font-weight: bold;
  font-size: 12px;
  text-align: left;
}

/* =======================================
* youtube
* ===================================== */
.pr-movie {
  padding: 0;
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .pr-movie {
    padding: 0 60px;
    margin-bottom: 4rem;
  }
}

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

/* =======================================
* 作品情報
* ===================================== */
.un_special .un_special_inner .un_special_bottom_content {
  width: 100%;
  height: auto;
  padding-bottom: 3rem;
}

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

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

/* ニュースエリア修正 */
.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;
    margin-top: 0.3125rem;
  }

  .bl_articleList .un_newsList_articles>li {
    flex: 0 0 13.625rem;
    margin-right: 0.8125rem;
  }

  .bl_articleList .un_newsList_articles>li:nth-of-type(3n) {
    margin-right: 0;
  }

  .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>li {
    border-top: 1px solid #efefef;
    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;
  }

  .un_home_articles .un_newsList_articleWrap {
    display: block;
  }

  .un_home_articles .bl_articleList .un_newsList_articles>li {
    padding: 0 0.9375rem;
  }

  .un_home_articles .bl_articleListItem.bl_articleListItem__col .bl_articleListItem_txt {
    padding-left: 0;
    margin-top: 0.5rem;
  }

  .bl_articleList .bl_articleListItem.bl_articleListItem__col {
    display: flex;
    flex-direction: column;
  }
}

@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: 10px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .bottom-bnr {
    padding-top: 30px;
  }
}

.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 */

.card___img p {
  margin: 0 .5rem 1rem;
  font-weight: bold;
}