@charset "UTF-8";
.to-top.is-hidden {
  display: none;
}

body {
  background: #000;
}

.ces2025 {
  font-family: "SST W20 Roman", Arial, "Helvetica Neue", sans-serif;
  position: relative;
  color: #fff;
  max-width: 2600px;
  margin: 0 auto;
}
.ces2025 *, .ces2025 *::before, .ces2025 *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.ces2025 a {
  text-decoration: none;
}
.ces2025 ol, .ces2025 ul {
  list-style: none;
}
.ces2025 .pc-only {
  display: none;
}
@media screen and (min-width: 641px) {
  .ces2025 .pc-only {
    display: block;
  }
}
.ces2025__contents {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.ces2025__contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.47);
  z-index: 1;
  pointer-events: none;
}
.ces2025__inner {
  position: relative;
  z-index: 1;
  padding: 70px 0 80px;
  margin: 0 auto;
  max-width: 1190px;
}
@media screen and (max-width: 640px) {
  .ces2025__inner {
    padding: 35px 20px 80px;
  }
}
.ces2025__nav {
  width: 129px;
  grid-column: 1;
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000A10;
  border-radius: 0 10px 10px 0;
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.3);
  transition: opacity 0.5s ease, visibility 0.5s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
}
@media screen and (max-width: 640px) {
  .ces2025__nav {
    bottom: 0;
    top: auto;
    left: 0;
    transform: none;
    width: 100%;
    border-radius: 0;
    grid-column: 1;
    height: -moz-fit-content;
    height: fit-content;
    box-shadow: 0 -4px 16px rgba(255, 255, 255, 0.3);
  }
}
.ces2025__nav.is-active {
  opacity: 1;
  visibility: visible;
}
.ces2025__nav__inner {
  padding: 22px 8px 24px;
  display: flex;
  flex-direction: column;
  gap: 23px;
}
@media screen and (max-width: 640px) {
  .ces2025__nav__inner {
    padding: 13px 0 24px;
    gap: 16px;
  }
}
.ces2025__nav__text {
  font-size: 0.75rem;
  line-height: 1.6666666667;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .ces2025__nav__text {
    font-weight: bold;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}
.ces2025__nav__bar {
  width: 100%;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .ces2025__nav__bar {
    display: none;
  }
}
.ces2025__nav__items {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .ces2025__nav__items {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
.ces2025__nav__item {
  transition: 0.3s ease;
}
@media screen and (min-width: 641px) {
  .ces2025__nav__item:hover {
    opacity: 0.3;
  }
}
.ces2025__nav__item a {
  display: block;
  width: 100%;
}
.ces2025__nav__item-x {
  width: 45px;
}
@media screen and (max-width: 640px) {
  .ces2025__nav__item-x {
    width: 28px;
  }
}
.ces2025__nav__item-ist, .ces2025__nav__item-fb {
  width: 48px;
}
@media screen and (max-width: 640px) {
  .ces2025__nav__item-ist, .ces2025__nav__item-fb {
    width: 29px;
  }
}
.ces2025__nav__item img {
  width: 100%;
  height: auto;
}
.ces2025__title {
  text-align: center;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
}
.ces2025__title-middle {
  font-family: "SST W20 Bold", Arial, "Helvetica Neue", sans-serif;
  font-size: 3rem;
  line-height: 1.4166666667;
}
@media screen and (max-width: 640px) {
  .ces2025__title-middle {
    font-size: 1.375rem;
  }
}
.ces2025__title-sub {
  display: block;
  margin-top: 64px;
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .ces2025__title-sub {
    margin-top: 32px;
    font-size: 0.75rem;
    letter-spacing: 0.02em;
    line-height: 1;
  }
}
.ces2025__title-main {
  margin-top: 32px;
}
.ces2025__title-main img {
  max-width: 100%;
}
@media screen and (max-width: 640px) {
  .ces2025__title-main {
    margin-top: 0;
  }
}
.ces2025__movie {
  margin-top: 69px;
}
@media screen and (max-width: 640px) {
  .ces2025__movie {
    margin-top: 24px;
  }
}
.ces2025__movie__image {
  margin: 0 auto;
  width: 425px;
  position: relative;
  box-shadow: 0 3px 64px rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 640px) {
  .ces2025__movie__image {
    width: 100%;
  }
}
@media screen and (min-width: 641px) {
  .ces2025__movie__image:hover .ces2025__movie__image__thumbnail__layer {
    opacity: 1;
    visibility: visible;
  }
}
.ces2025__movie__image__thumbnail {
  cursor: pointer;
  position: relative;
  height: 240px;
  background-image: url("../../img/ces2025/YT_thumbnail_sony_icon_White_850.jpg"); /* 差し替え箇所：動画サムネイルPCサイズ */
  background-position: center;
  background-size: cover;
  border-radius: 4px;
}
@media screen and (max-width: 640px) {
  .ces2025__movie__image__thumbnail {
    height: 50.6666666667vw;
    background-image: url("../../img/ces2025/YT_thumbnail_sony_icon_White_670.jpg"); /* 差し替え箇所：動画サムネイルSPサイズ */
  }
}
.ces2025__movie__image__thumbnail__layer {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease;
  border-radius: 4px;
  pointer-events: none;
}
.ces2025__movie__image__button {
  background: transparent;
  border: none;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  cursor: pointer;
}
.ces2025__movie__image__button svg {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ces2025__movie__link {
  margin: 32px auto 0;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 0.875rem;
}
.ces2025__movie__link:hover {
  text-decoration: underline;
  text-decoration-color: #fff;
}
@media screen and (max-width: 640px) {
  .ces2025__movie__link {
    margin-top: 10px;
  }
}
.ces2025__movie__link__text {
  color: #fff;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
}
.ces2025__movie__link__chevron {
  display: grid;
  place-items: center;
  transform: translateY(1px);
}
.ces2025__movie__link__chevron svg {
  display: block;
  width: 100%;
  height: auto;
}
.ces2025__description {
  margin: 64px auto 0;
  text-align: center;
  letter-spacing: 0.04em;
  max-width: 998px;
  line-break: strict;
  overflow-wrap: anywhere;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 640px) {
  .ces2025__description {
    margin-top: 44px;
  }
}
.ces2025__description-main {
  font-size: 1.25rem;
  font-family: "SST W20 Bold", Arial, "Helvetica Neue", sans-serif;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .ces2025__description-main {
    font-size: 1rem;
    line-height: 1.375;
  }
}
.ces2025__description-sub {
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .ces2025__description-sub {
    font-size: 0.875rem;
    line-height: 2;
  }
}
.ces2025__piller {
  margin-top: 48px;
}
@media screen and (max-width: 640px) {
  .ces2025__piller {
    margin-top: 32px;
  }
}
.ces2025__piller__cards {
  display: flex;
  gap: 34px;
}
@media screen and (max-width: 640px) {
  .ces2025__piller__cards {
    flex-direction: column;
    gap: 20px;
  }
}
.ces2025__piller__card {
  flex: 1;
}
.ces2025__piller__card:hover .ces2025__piller__card__images-layer {
  opacity: 1;
  visibility: visible;
}
.ces2025__piller__card:hover .ces2025__piller__card__desc__link {
  text-decoration: underline;
}
.ces2025__piller__card:hover .ces2025__piller__card__desc__link__chevron svg path {
  stroke: #656565;
}
.ces2025__piller__card__link {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: 248px 94px;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .ces2025__piller__card__link {
    grid-template-rows: 42.6666666667vw 22.4vw;
  }
}
.ces2025__piller__card__images {
  position: relative;
  height: 100%;
  background-position: top;
  background-size: cover;
}
.ces2025__piller__card__images-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transition: 0.5s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  border-radius: 4px 4px 0 0;
}
@media screen and (max-width: 640px) {
  .ces2025__piller__card__images-layer {
    display: none;
  }
}
.ces2025__piller__card__images-bg img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateY(-1px);
}
.ces2025__piller__card__images-text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: grid;
  width: 100%;
}
.ces2025__piller__card__images-text img {
  width: 100%;
  height: auto;
}
.ces2025__piller__card__image__link {
  display: block;
  width: 100%;
  height: 100%;
}
.ces2025__piller__card:nth-of-type(1) .ces2025__piller__card__images {
  background-image: url("../../img/ces2025/en_20250107_CES2025-02-CreativityUnleashed_image_l.jpg");
}
@media screen and (max-width: 640px) {
  .ces2025__piller__card:nth-of-type(1) .ces2025__piller__card__images {
    background-image: url("../../img/ces2025/en_20250107_CES2025-02-CreativityUnleashed_image_s.jpg");
  }
}
.ces2025__piller__card:nth-of-type(2) .ces2025__piller__card__images {
  background-image: url("../../img/ces2025/en_20250107_CES2025-03-BoundariesTranscended_image_l.jpg");
}
@media screen and (max-width: 640px) {
  .ces2025__piller__card:nth-of-type(2) .ces2025__piller__card__images {
    background-image: url("../../img/ces2025/en_20250107_CES2025-03-BoundariesTranscended_image_s.jpg");
  }
}
.ces2025__piller__card:nth-of-type(3) .ces2025__piller__card__images {
  background-image: url("../../img/ces2025/en_20250107_CES2025-04-NarrativesEverywhere_image_l.jpg");
}
@media screen and (max-width: 640px) {
  .ces2025__piller__card:nth-of-type(3) .ces2025__piller__card__images {
    background-image: url("../../img/ces2025/en_20250107_CES2025-04-NarrativesEverywhere_image_s.jpg");
  }
}
.ces2025__piller__card__desc {
  background-color: #fff;
  color: #656565;
  padding: 12px 16px 12px 12px;
  display: grid;
}
@media screen and (max-width: 640px) {
  .ces2025__piller__card__desc {
    padding: calc(8 / 375 * 100vw) calc(12 / 375 * 100vw) calc(8 / 375 * 100vw) calc(12 / 375 * 100vw);
  }
}
.ces2025__piller__card__desc__text {
  font-size: 0.875rem;
  line-height: 1.6;
}
.ces2025__piller__card__desc__link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #3865E0 !important;
}
.ces2025__piller__card__desc__link__chevron {
  display: grid;
  place-items: center;
  transform: translateY(1px);
}
.ces2025__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
.ces2025__modal.is-active {
  opacity: 1;
  visibility: visible;
}
.ces2025__modal__inner {
  position: relative;
  width: 830px;
  height: 478px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .ces2025__modal__inner {
    width: calc(100% - 40px);
    height: calc(56.25vw - 22.5px);
  }
}
.ces2025__modal__close {
  position: absolute;
  top: -40px;
  right: -40px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
}
@media screen and (max-width: 640px) {
  .ces2025__modal__close {
    top: -20px;
    right: -10px;
    width: 20px;
    height: 20px;
  }
}
.ces2025__modal__close svg {
  width: 100%;
  height: 100%;
}
.ces2025__modal__video {
  width: 100%;
  height: 100%;
  transform: scale(0.8);
  opacity: 0;
}
.ces2025__modal__video.is-active {
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s ease;
}
.ces2025__modal__video iframe {
  width: 100%;
  height: 100%;
}
.ces2025__modal__video__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.ces2025__modal__loading {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ces2025__modal__loading.is-hidden {
  display: none;
}
.ces2025__modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.ces2025__background {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 2600px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #000;
  pointer-events: none;
}
.ces2025__background__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.ces2025__background__video {
  transition: all 1s ease;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: 6;
}
.ces2025__background__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ces2025__background__video.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.ces2025__background__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
  transition: all 1s ease;
}
.ces2025__background__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ces2025__background__image.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.ces2025 .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*** 既存スタイルの修正 ***/
.ces2025 + .container {
  background-color: #fff;
}
.ces2025 + .container .inner-sub {
  padding-top: 40px;
  padding-bottom: 0;
}
.ces2025 + .container + .container {
  background-color: #fff;
}
.ces2025 + .container + .container + .container {
  background-color: #fff;
}

.to-top {
  background-color: #fff;
}

.scroll-guide + div {
  background-color: #fff;
  padding-bottom: 0;
}
.scroll-guide + div .inner {
  padding-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .scroll-guide + div .inner {
    padding-bottom: 26px;
  }
}
.scroll-guide + div .headline-news {
  margin-bottom: 0;
}