@charset "utf-8";

/* 変数 */
:root {
  --scale-unit: calc(100vw / 375);
}

.bluRay {
  padding: 230px 0 100px;
}
.bluRay__title {
  width: 300px;
}

.bluRay__contents {
  margin-top: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 120px;
}

.bluRay__item {
  width: 1200px;
  /* margin: 0 auto; */
}

.bluRay__item-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 56px;
  margin-top: 40px;
}

.center {
  justify-content: center;
  column-gap: 80px;
}

.bluRay__item-img {
  flex-shrink: 0;
  width: 480px;
}

.bluRay__item-text {
  width: 660px;
  display: flex;
  align-items: flex-start;
  gap: 80px;
  border-top: 1px solid #707070;
  padding: 23px 0;
}

.border {
  border-bottom: 1px solid #707070;
}

.bluRay__item-text-wrap-2 {
  margin-top: 24px;
  width: 480px;
}

.bluRay__item-text-2 {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding-top: 23px;
  height: 230px;
}

.bluRay__item-text-title {
  width: 110px;
  flex-shrink: 0;
  font-size: 20px;
  line-height: 1.6;
  color: #F07800;
}

.bluRay__item-text-title-2 {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 8px;
}

.red {
  color: #F00014;
}

.bluRay__item-text-content {
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
}

.bluRay__item-text-content-2 {
  font-size: 14px;
}

.bluRay__item-text-note {
  text-align: right;
  border-top: 1px solid #707070;
  padding-top: 23px;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
}

.btn-bluRay .btn__inner {
  margin: 70px auto 0;
  width: 600px;
}

.bluRay__copy {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 18px;
}

@media (max-width: 736px) {
  .bluRay {
    padding: 21.333333333333332vw 0 24vw;
  }
  .bluRay__title {
    width: calc(170 * var(--scale-unit));
  }
  .bluRay__contents {
    margin-top: 45px;
    row-gap: 56px;
  }
  .bluRay__item {
    width: 320px;
  }
  .bluRay__item-flex {
    display: block;
    column-gap: 0;
    margin-top: 28px;
  }
  .bluRay__item-img-wrap {
    margin-top: 40px;
  }
  .bluRay__item-img {
    width: 100%;
  }
  .bluRay__item-text-wrap {
    margin-top: 24px;
  }
  .bluRay__item-text {
    width: 100%;
    display: block;
    padding: 16px 0;
  }
  .bluRay__item-text-wrap-2 {
    width: 100%;
  }
  .bluRay__item-text-2 {
    padding-top: 16px;
    padding-bottom: 16px;
    height: auto;
  }
  .bluRay__item-text-title {
    width: auto;
    font-size: 16px;
  }
  .bluRay__item-text-title-2 {
    font-size: 16px;
    margin-bottom: 0;
  }
  .bluRay__item-text-content {
    font-size: 16px;
  }
  .bluRay__item-text-content-2 {
    font-size: 12px;
  }
  .bluRay__item-text-note {
    text-align: left;
    border-top: 1px solid #707070;
    padding-top: 16px;
    font-size: 12px;
  }
  .btn-bluRay .btn__inner {
    margin: 50px auto 0;
    width: 335px;
  }
  .bluRay__copy {
    font-size: 12px;
    margin-top: 8px;
  }

}
