@charset "UTF-8";

.wrapper_item.movies {
    display: flex;
    gap: 2rem;
}
.wrapper_item.movies .inner_item_img:last-child .heading.block_header_7 p {
    background: #bb3e3e;
}

/*ウォールスタットの特長②*/
a#merit_02+section .heading.block_header_4 p {
    font-size: 2.0rem;
}
a#merit_02+section .inner_item_img:after {
    content: "損傷した部材ほど、色が変化していく";
}
p.bg {
    background: var(--i_sub2_color);
    border: 1px solid #ddd;
    padding: 1rem 2rem;
    border-radius: 11px;
}
a#merit_02+section .color {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}

a#merit_02+section .color span {
    width: calc(100% / 4);
    text-align: center;
    background: #969696;
    font-weight: 600;
}
a#merit_02+section .color span:nth-child(2) {
    background: #ffe000;
}
a#merit_02+section .color span:nth-child(3) {
    background: #F58220;
}
a#merit_02+section .color span:nth-child(4) {
    background: #ff0000;
}
a#merit_02+section .color2 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    font-size: 1.4rem;
}
a#merit_02+section .color2 span:nth-child(2) {
    font-weight: 600;
    color: #ff0000;
}

.video-comparison-section {
  background-color: #eef2f6; 
  padding: 40px 20px;
  box-sizing: border-box;
}

.video-comparison-container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 20px;
}


.video-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* Section Titles */
.video-title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}

.title-blue {
  color: #1e427b; 
}

.title-red {
  color: #aa4e46; 
}

/*ウォールスタットの特長 ②*/
.video-wrapper {
  width: 100%;
  background-color: #000;
  line-height: 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.video-wrapper video {
  width: 100%;
  height: auto;
  display: block;
}

.video-divider {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  z-index: 2;
  margin-top: 35px;
}

.video-divider img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}


@media screen and (max-width: 768px) {
  .video-comparison-container {
    flex-direction: column;
    gap: 25px;
  }

  .video-divider {
    margin-top: 0;
    transform: rotate(90deg);
  }
}