@charset "utf-8";

#contents-cm-gallery {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: normal;
}

.u-pc-d-n {
  display: none;
}

.hamburgerMenu {
  border-top: 1px solid #d8d8d8;
  padding: 0 20px;
  box-sizing: border-box;
}
.hamburgerMenu__inner {
  width: 100%;
  min-width: 950px;
  max-width: 1300px;
  padding: 0 10px;
  box-sizing: border-box;
}
.hamburgerMenu__logo {
  left: 0;
}

/* 戻る */
.answer-back {
  position: relative;
  font-size: 16px;
  margin: 0;
  padding-left: 20px;
}
.answer-back a {
  color: #333;
  text-decoration: none;
}
.answer-back i {
  position: absolute;
  width: 7px;
  height: 7px;
  background: url(/corp/set/data/special/answer/lib/img/shared/icon-arrow-left.svg) no-repeat center center transparent;
  background-size: cover;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.answer-contents {
  min-width: 990px;
  max-width: 1310px;
  margin: 0 auto 80px;
}
.answer-contents a {
  display: block;
  transition: opacity 0.3s;
}
.answer-contents a:hover {
  opacity: 0.6;
}
.answer-contents img {
  width: 100%;
}
.contents-inner {
  width: 830px;
  margin: 0 auto;
}
.answer-contents section {
  padding-top: 80px;
}

/* タイトル */
.c-title {
  width: 100%;
  border-bottom: 3px solid #000;
  margin: 0 auto 25px;
  padding-bottom: 25px;
}
.c-title h2 {
  margin: 0 auto;
}
.c-lead {
  margin: 0 auto 37px;
}
.section-tvcm h2 {
  width: 105px;
}
.section-tvcm .c-lead {
  width: 474px;
}
.section-special h2 {
  width: 397px;
}
.section-special .c-lead {
  width: 666px;
}
.section-limited h2 {
  width: 366px;
}
.section-limited .c-lead {
  width: 596px;
}
.section-limited .movie-list-thumb::before {
  content: none;
}

/* アンカーリスト */
.anchor-list {
  display: flex;
  width: 830px;
  position: relative;
  z-index: 10;
  margin-top: 40px;
}
.anchor-list .anchor-list-item {
  flex: 1;
  text-align: center;
}
.anchor-list .anchor-list-item .anchor-list-item-link {
  padding: 11px 0 19px;
  color: #fff;
  background: #8a8f94;
}
.anchor-list .anchor-list-item .anchor-list-item-link .anchor-list-item-link--tvcm {
  width: 58px;
}
.anchor-list .anchor-list-item .anchor-list-item-link .anchor-list-item-link--special {
  width: 164px;
}
.anchor-list .anchor-list-item .anchor-list-item-link .anchor-list-item-link--limited {
  width: 138px;
}

.section-tvcm,
.section-special,
.section-limited {
  margin-top: -140px !important;
  padding-top: 220px !important;
  position: relative;
}

.section-tvcm{
  z-index: 5;
}
.section-special{
  z-index: 4;
}
.section-limited{
  z-index: 3;
}


/* CM */
.movie-list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 30px;
}
.movie-list-item {
  width: calc((100% - 30px) / 2);
}
.movie-list-item.movie-list-item--pickup {
  width: 100%;
}
.movie-list-item p {
  margin-top: 8px;
}
.movie-list-item.movie-list-item--pickup p {
  margin-top: 10px;
}
.movie-list-item .txt-future {
  width: 245px;
}
.movie-list-item .txt-bousaikouza {
  width: 281px;
}
.movie-list-item .txt-ai-declaration {
  width: 157px;
}
.movie-list-item .txt-smartcoach {
  width: 332px;
}
.movie-list-item .txt-sakimiru {
  width: 280px;
}
.movie-list-item .txt-example {
  width: 134px;
}
.movie-list-item .txt-sengen {
  width: 172px;
}
.movie-list-item .txt-making {
  margin-top: 16px;
  width: 225px;
}
.movie-list-item .txt-voice01 {
  width: 274px;
}
.movie-list-item .txt-voice02 {
  width: 276px;
}
.movie-list-item .txt-ai-coexistence {
  margin-top: 16px;
  width: 315px;
}
.movie-list-item .txt-environmental-issues {
  margin-top: 16px;
  width: 315px;
}
.movie-list-item .txt-ai-declaration-interview {
  width: 289px;
}
.movie-list-item .txt-sakimiru-interview {
  width: 289px;
}
.movie-list-item .txt-nandakore {
  width: 271px;
}
.movie-list-item .txt-answer-now {
  width: 143px;
}
.movie-list-item .movie-list-thumb {
  position: relative;
  transition: opacity 0.4s;
  cursor: pointer;
}
.movie-list-item .movie-list-thumb:hover {
  opacity: 0.7;
}
.movie-list-item .movie-list-thumb::before {
  position: absolute;
  content: "";
  width: 93px;
  height: 93px;
  background: url(/corp/set/data/special/answer/cm-gallery/img/shared/icon_play-mark.png) left top no-repeat;
  background-size: cover;
  /* 上下中央 */
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
}
.movie-list-item.movie-list-item--pickup .movie-list-thumb::before {
  width: 138px;
  height: 138px;
}
.movie-list-item .movie-list-thumb.movie-list-thumb--banner::before {
  content: none;
}
.movie-list-item .movie-list-thumb.new::after {
  position: absolute;
  content: "";
  width: 61px;
  height: 24px;
  background: #ff0 url(/corp/set/data/special/answer/cm-gallery/img/shared/icon_new.svg) center center no-repeat;
  background-size: 50px 16px;
  padding: 4px 5.5px;
  top: 25px;
  left: -15px;
  box-sizing: border-box;
}

/* モーダル調整 */
.modal-video {
  background: rgba(51,51,51,.9) !important;
}
.modal-video-body {
  max-width: 1260px !important;
  padding: 80px !important;
}
@media (orientation: landscape) {
  .modal-video-inner {
    max-width: 1100px !important;
    padding: 0 !important;
  }
}
@media (min-width: 1590px) {
  .modal-video-body {
    max-width: 1460px !important;
  }
  @media (orientation: landscape) {
    .modal-video-inner {
      max-width: 1460px !important;
    }
  }
}
.modal-video-movie-wrap iframe {
  width: auto !important;
  aspect-ratio: 16 / 9;
}
.modal-video-close-btn {
  width: 50px !important;
  height: 50px !important;
  background: url(/corp/set/data/special/answer/img/shared/icon-close-2.svg) no-repeat !important;
  right: -60px !important;
}
.modal-video-close-btn:before, .modal-video-close-btn:after {
  display: none !important;
}
.contents-cm-gallery-back {
  border-top: 1px solid #393332;
  margin: 80px auto 0;
  padding: 28px 12px 28px 12px;
  max-width: 1310px;

}
.contents-cm-gallery-back__link {
  display: block;
  width: 56px;
  transition: opacity .4s;
}
.contents-cm-gallery-back__link:hover {
  opacity: .7;
}