/* ================================================== *
 *
 *    INDEX
 *
 * ================================================== */
/* ----------------------------------------------------------
  Overwrite
---------------------------------------------------------- */

.util-movie-thumb-body a img {
  width: 100%;
  height: auto;
}
.util-movie-thumb-body a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}


@media screen and (min-width: 768px) {
  .util-movie-thumb-body {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .util-movie-thumb-body {
    margin-top: 15px;
  }
}
.util-movie-thumb-body a {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  display: block;
}
@media screen and (min-width: 768px) {
  .util-movie-thumb-body a {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
  }
  .util-movie-thumb-body a .is-icon::before {
    transition: transform 0.2s ease-out;
  }
  .util-movie-thumb-body a .is-icon::after {
    transition: border 0.2s ease-out;
  }
  .util-movie-thumb-body a:hover .is-icon::before {
    transform: scale(1);
  }
  .util-movie-thumb-body a:hover .is-icon::after {
    border-color: transparent transparent transparent #fff;
  }
}
@media screen and (max-width: 767px) {
  .util-movie-thumb-body a {
    width: 100%;
  }
}
.util-movie-thumb-body a img {
  width: 100%;
  height: auto;
}
.util-movie-thumb-body a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.util-movie-thumb-body a .is-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .util-movie-thumb-body a .is-icon {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .util-movie-thumb-body a .is-icon {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 768px) {
  .util-movie-thumb-body a .is-icon::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #ec6d65;
    transform: scale(0);
  }
}
.util-movie-thumb-body a .is-icon::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #ec6d65;
}
@media screen and (min-width: 768px) {
  .util-movie-thumb-body a .is-icon::after {
    border-width: 13px 0 13px 26px;
  }
}
@media screen and (max-width: 767px) {
  .util-movie-thumb-body a .is-icon::after {
    border-width: 7px 0 7px 14px;
  }
}
.image02 .util-movie-thumb-body {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .image02 .util-movie-thumb-body a {
    width: 100%;
  }
}

/*-------------------------------------------------------------------*/
/* block: rs2506 */
/*-------------------------------------------------------------------*/
.rs2506 {
  position: relative;
  margin: 0;
  padding: 100px 0;
  background: #f5f1e6;
}
@media screen and (max-width: 767px) {
  .rs2506 {
    margin: 0;
    padding: 50px 0 60px;
  }
}
.rs2506__ls {
  display: flex;
  position: relative;
  margin: 0 0 70px;
}
@media screen and (min-width: 768px) {
  .rs2506__ls {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .rs2506__ls {
    flex-direction: column;
    gap: 40px 0;
    margin: 0 0 110px;
  }
}
.rs2506__ls::after {
  content: '';
  display: block;
  position: absolute;
  top: calc(100% + 20px);
  right: 50%;
  width: 84px;
  height: 30px;
  background: #333;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translateX(50%);
}
@media screen and (max-width: 767px) {
  .rs2506__ls::after {
    top: calc(100% + 40px);
  }
}
@media screen and (min-width: 768px) {
  .rs2506__ls > li {
    width: calc((100% - 80px) / 3);
  }
}
.rs2506__ls__tt {
  margin: 0 0 18px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .rs2506__ls__tt {
    margin: 0 0 16px;
    padding: 6px 0 0;
    font-size: clamp(40px / 360 * 320, 40 / 360 * 100vw, 40px);
  }
}
.rs2506__ls__tt::before {
  content: '';
  display: block;
  width: 134px;
  aspect-ratio: 134/58;
  margin: 0 auto 10px;
  background: url(/homesecurity/img_v5/img_2506_rs_crown_01.svg) 50% 50%/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .rs2506__ls__tt::before {
    width: 91px;
  }
}
.rs2506__ls__p {
  width: 100%;
  aspect-ratio: 393/180;
}
.rs2506__ls__p img,
.rs2506__ls__p picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rs2506__ls__t {
  margin: 20px 0 0;
  font-size: 2rem;
  line-height: calc(28 / 20);
}
@media screen and (max-width: 767px) {
  .rs2506__ls__t {
    margin: 10px 0 0;
    font-size: 1.8rem;
    line-height: calc(28 / 18);
  }
}
.rs2506__ls__nt {
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .rs2506__ls__nt {
    margin: 10px 0 0;
  }
}
.rs2506__ls__nt > li {
  display: flex;
}
.rs2506__ls__nt > li + li {
  margin: 10px 0 0;
}
.rs2506__ls__nt > li > span {
  font-size: 1.4rem;
  line-height: calc(19.6 / 14);
}
@media screen and (max-width: 767px) {
  .rs2506__ls__nt > li > span {
    font-size: 10px;
    line-height: calc(14 / 10);
  }
}
.rs2506__ls__nt > li > span:nth-child(1) {
  flex: 0 0 auto;
  padding: 0 .25em 0 0;
}
.rs2506__ls__nt > li > span:nth-child(2) {
  flex: 1 1 auto;
}
.rs2506__bn {
  position: relative;
  margin: 0 0 60px;
}
.rs2506__bn__p {
  width: 100%;
  aspect-ratio: 1260/180;
}
@media screen and (max-width: 767px) {
  .rs2506__bn__p {
    aspect-ratio: 1/1;
    border-radius: 10px;
    overflow: hidden;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, .25));
  }
}
.rs2506__bn__p img,
.rs2506__bn__p picture {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.rs2506__bn__t {
  position: absolute;
  bottom: 50%;
  left: calc(540 / 1260 * 100%);
}
@media screen and (min-width: 768px) {
  .rs2506__bn__t {
    padding: 9px 0 0;
    transform: translateY(50%);
  }
}
@media screen and (max-width: 767px) {
  .rs2506__bn__t {
    bottom: calc(21 / 320 * 100%);
    left: 0;
    width: 100%;
    text-align: center;
  }
}
.rs2506__bn__t > span {
  display: block;
}
@media screen and (max-width: 767px) {
  .rs2506__bn__t > span {
    color: #fff;
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, .6));
  }
}
.rs2506__bn__t > span.is-s {
  font-size: 2rem;
  line-height: calc(28 / 20);
  letter-spacing: .1em;
}
@media screen and (max-width: 767px) {
  .rs2506__bn__t > span.is-s {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: calc(25.7 / 16);
  }
}
.rs2506__bn__t > span.is-l {
  margin: 8px 0 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: calc(56 / 40);
}
@media screen and (max-width: 767px) {
  .rs2506__bn__t > span.is-l {
    font-size: 1.8rem;
    line-height: calc(21.4 / 18);
  }
}

/*-------------------------------------------------------------------*/
/* component: c2506-mv */
/*-------------------------------------------------------------------*/
.c2506-mv {
  max-width: 800px;
  margin: 0 auto;
}
.c2506-mv__hd {
  margin: 0 0 30px;
}
.c2506-mv__hd > span {
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c2506-mv__hd > span > span {
    display: inline-block;
  }
}
.c2506-mv__hd > span.is-s {
  font-size: 2rem;
  line-height: calc(28 / 20);
}
@media screen and (max-width: 767px) {
  .c2506-mv__hd > span.is-s {
    font-size: 1.8rem;
    line-height: calc(28 / 18);
  }
}
.c2506-mv__hd > span.is-l {
  font-size: 3rem;
  font-weight: 700;
  line-height: calc(42 / 30);
}
@media screen and (max-width: 767px) {
  .c2506-mv__hd > span.is-l {
    margin: 10px 0 0;
    font-size: clamp(26px / 360 * 320, 26 / 360 * 100vw, 26px);
    line-height: calc(33.6 / 26);
    letter-spacing: -.01em;
  }
}
.c2506-mv__bd {
  position: relative;
}
.c2506-mv__bd .util-movie-thumb-body {
  margin: 0;
}
.c2506-mv__bd .util-movie-thumb-body a {
  width: 100%;
}
.c2506-mv__nt {
  margin: 10px 0 0;
  font-size: 1.4rem;
  line-height: calc(19.6 / 14);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c2506-mv__nt {
    font-size: 1rem;
    line-height: calc(14 / 10);
  }
}

