@charset "utf-8";

#contents-web-movie {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: normal;
}

.u-pc-d-n {
  display: none;
}
body {
  overflow-x: hidden;
}
.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;
}
.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;
}

.page-title {
  margin: 78px auto 0;
  width: 385px;
}
.c-title--h1 {
  padding-bottom: 20px;
}
.page-lead {
  margin: 0 auto;
  width: 520px;
}
.answer-contents section.section-nadakore {
  padding-top: 30px;
}
.answer-contents section.section-nadakore .c-title {
  border-bottom: none;
  margin: 0;
  padding-bottom: 0;
}
.section-nadakore p.c-lead {
  margin: 38px auto 0;
  width: 516px;
}
.section-nadakore p.txt-more {
  display: block;
  margin: 20px auto 0 !important;
  width: 160px;
}

.section-answer-now {
  margin: 70px calc(50% - 50vw) 0;
  width: 100vw;
}
.section-answer-now__inner {
  margin: -70px calc(50% - 50vw) 0;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: rgb(230, 230, 231);
}
.section-answer-now .c-title {
  margin: 0 auto;
  width: 787px;
  background: transparent;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.section-answer-now .c-lead {
  margin: 80px auto 0;
  width: 620px;
  /* background: transparent;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0; */
}
.section-short-video {
  margin: 40px auto 0;
  padding-top: 0 !important;
}
.section-short-video .st-short-video {
  width: 308px;
  margin: 0 auto;
}
fw-embed-feed {
  --fw-thumbnail-width: 240px;
  --fw-thumbnail-height: 400px;
}  

/* CM */
.movie-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 49px;
}

.movie-list-item {
  width: calc(50% - 15px);
}

.movie-list:has(.movie-list-item:nth-of-type(3)) {
  justify-content: flex-start;
}

/* .movie-list-itemを3つ以上含む場合は、最初のアイテムを幅最大に */
.movie-list:has(.movie-list-item:nth-of-type(3)) {
  .movie-list-item:first-of-type {
    width: 100%;
  }
}
.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: 168px;
}
.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/web-movie/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/web-movie/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-web-movie-back {
  padding: 28px 12px 28px 12px;
  max-width: 1310px;

}
.contents-web-movie-back__link {
  display: block;
  width: 56px;
  transition: opacity .4s;
}
.contents-web-movie-back__link:hover {
  opacity: .7;
}