a {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

@media (any-hover: hover) {
  a:hover {
    /* opacity: 0.7; */
  }

  a:hover ._text {
    opacity: 0.5;
  }
}

.purchased-common__fv {
  background-image: url(../img/sp/fv_img-sp.jpg);
}

@media (min-width: 768px) {
  .purchased-common__fv {
    background-image: url(../img/fv_img-pc.jpg);
  }
}

.top__button {
  padding: 4px 40px 4px 24px;
  text-align: center;
  width: calc(100% - 40px);
  margin-inline: auto;
}

@media (min-width: 768px) {
  .top__button {
    width: 100%;
    padding: 15px calc(5% + 24px);
  }
}

@media screen and (min-width: 900px) {
  .top__button {
    width: calc(100% - 40px);
  }
}

.top__button::after {
  background-image: url(../img/pdf-icon.svg);
  width: 12px;
  height: 14px;
}

@media (min-width: 768px) {
  .top__button::after {
    width: 24px;
    height: 28px;
  }
}

.top__button ._text {
  white-space: nowrap;
}

.top__title {
  text-align: center;
}

@media (min-width: 768px) {
  .top__title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.top__bottom {
  padding-block: 32px 180px;
}

@media (min-width: 768px) {
  .top__bottom {
    padding-block: 50px 180px;
  }
}

.top__button-wrap {
  margin-top: 0;
}

.top__bottom-text {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .top__bottom-text {
    margin-bottom: 64px;
  }
}

.top__bottom-button {
  max-width: 500px;
  margin-inline: auto;
}

@media (min-width: 768px) {
  .top__bottom-button {
    max-width: 580px;
  }
}

@media (min-width: 768px) {
  .movie.subpage-title .sec__subtitle {
    margin-bottom: 0;
  }
}

.movie__slider-wrap {
  padding-block: 60px 45px;
}

.movie__swiper {
  margin-inline: auto;
  padding-inline: 20px;
  padding-bottom: 50px;
  aspect-ratio: unset;
  position: relative;
}

.movie__swiper .swiper-pagination {
  bottom: 0;
}

.movie__swiper .swiper-pagination-bullet-active {
  background: #e50012 !important;
}

.movie__slide {
  height: auto;
  max-width: 460px;
}

.movie_swiper-item {
  padding: 20px 40px;
  height: 100%;
}

.movie_swiper-item span {
  text-align: center;
}

.movie__swiper-img {
  text-align: center;
  width: 100%;
  height: 120px;
  aspect-ratio: 4/3;
}

.movie__swiper-img img {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.movie__swiper-title {
  color: #000;
  text-align: center;
  font-size: 18px;
}

@media (min-width: 768px) {
  .movie__swiper-title {
    font-size: 30px;
  }
}

.movie__wrap {
  padding-block: 40px 100px;
}

.movie__item {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #666;
}

.movie__img {
  width: 100%;
  height: 220px;
}

.movie__img img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.movie__title {
  color: #000;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 80px;
}

.movie__block-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 30px;
  max-width: 566px;
  margin-inline: auto;
}

@media screen and (min-width: 1180px) {
  .movie__block-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 90px 20px;
    max-width: 100%;
  }
}

.movie__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 16px;
}

.movie__video {
  width: 100%;
}

.movie__video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 300/170;
  vertical-align: top;
}

@media (min-width: 768px) {
  .movie__video iframe {
    width: 566px;
    aspect-ratio: 566/320;
  }
}

.movie__section {
  padding-bottom: 180px;
}

hr {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin-block: 50px 30px;
}

.faq__slider-wrap {
  margin-top: 36px;
  padding-block: 32px 47px;
}

.faq__button {
  text-align: center;
  margin-top: 34px;
  max-width: 500px;
}

.faq__wrap {
  margin-top: 116px;
  padding-block: 50px 74px;
}

.faq__item {
  width: 22.5%;
  padding-inline: 15px;
  padding-block: 20px;
  gap: 16px;
}

.faq__item span {
  text-align: center;
  font-size: 20px;
}

.faq__img img {
  -o-object-fit: contain;
  object-fit: contain;
}

.faq__img.sm {
  width: 60%;
  margin-inline: auto;
}

.faq__title {
  color: #000;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 75px;
  font-size: 30px;
}

.faq__button-wrap--pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 26px;
}

.faq__button-wrap--pc a {
  width: 100%;
}

.faq__section:last-of-type {
  margin-bottom: 180px;
}

.faq__section .faq__subtitle:first-of-type {
  margin-top: 0;
}

.faq__section .faq__subtitle:not(:first-of-type) {
  margin-block: 36px 18px;
}

@media (min-width: 768px) {
  .faq__section .faq__subtitle:not(:first-of-type) {
    margin-block: 50px 30px;
  }
}

.faq__section .faq__subtitle:first-of-type {
  margin-bottom: 18px;
}

@media (min-width: 768px) {
  .faq__section .faq__subtitle:first-of-type {
    margin-bottom: 30px;
  }
}

.faq__block {
  border: none;
}

@media (min-width: 768px) {
  .faq__block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.faq__block-img {
  width: 235px;
  aspect-ratio: 235/226;
  width: 68.115942029%;
}

.faq__block-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 16px;
  max-width: 500px;
  margin-inline: auto;
}

@media (min-width: 768px) {
  .faq__block-button-wrap {
    margin-inline: unset;
    max-width: 380px;
  }
}

.faq__block-button-wrap a {
  text-align: center;
  width: 100%;
}

.cleaning__subpage-title.subpage-title .sec__subtitle {
  margin-bottom: 0;
}

.cleaning__toc-head {
  color: #fff;
  background-color: #4d4d4d;
  text-align: center;
  padding: 20px 10px;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}

@media (min-width: 768px) {
  .cleaning__toc-head {
    padding: 40px 20px;
  }
}

.cleaning__toc-list {
  margin-top: 40px;
  max-width: 500px;
  margin-inline: auto;
}

@media (min-width: 768px) {
  .cleaning__toc-list {
    margin-top: 56px;
    max-width: 100%;
  }
}

.cleaning__card-title {
  color: #000;
  text-align: center;
}

@media (min-width: 768px) {
  .cleaning__card-title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 30px;
    min-height: 2em;
  }
}

@media (min-width: 768px) {
  .cleaning__card {
    width: calc((100% - 6vw) / 4);
    padding: 20px 1.25%;
  }
}

.cleaning__card img {
  aspect-ratio: 246/176;
  -o-object-fit: contain;
  object-fit: contain;
}

.cleaning__section:last-of-type {
  padding-bottom: 180px;
}

.cleaning__confirm {
  padding-block: 30px 60px;
}

@media (min-width: 768px) {
  .cleaning__confirm {
    padding-block: 54px 90px;
  }
}

@media (min-width: 768px) {
  .cleaning__confirm:last-of-type .cleaning__top-item {
    grid-template-areas: "left right";
    grid-template-rows: auto;
  }
}

.cleaning__top-item {
  max-width: 500px;
  margin-inline: auto;
}

@media (min-width: 768px) {
  .cleaning__top-item {
    max-width: 100%;
    display: grid;
    grid-template-areas: "left right" "btn btn";
    grid-template-columns: 39.4166666667% 1fr;
    grid-template-rows: auto auto;
    gap: 4.1666666667vw 4.8611111111vw;
  }
}

@media (min-width: 768px) {
  .cleaning__top-left {
    grid-area: left;
  }
}

.cleaning__top-left img {
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: 305/254;
}

@media (min-width: 768px) {
  .cleaning__top-left img {
    aspect-ratio: 460/383;
    height: auto;
  }
}

@media (min-width: 768px) {
  .cleaning__top-right {
    grid-area: right;
  }
}

.cleaning__top-right ol {
  counter-reset: li;
}

.cleaning__top-right ol li {
  padding-left: 26px;
  position: relative;
}

.cleaning__top-right ol li::before {
  content: counter(li) ".";
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: li;
}

.cleaning__top-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .cleaning__top-title {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}

.cleaning__button {
  text-align: center;
}

@media (min-width: 768px) {
  .cleaning__button {
    grid-area: btn;
    max-width: 700px;
    width: 100%;
    margin-inline: auto;
  }
}

.cleaning__step {
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .cleaning__step {
    padding-bottom: 94px;
  }
}

.cleaning__step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin-inline: auto;
}

@media (min-width: 768px) {
  .cleaning__step-list {
    max-width: 100%;
  }
}

.cleaning__step-list li {
  -webkit-border-after: 1px solid #ccc;
  border-block-end: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-block: 30px 24px;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 24px;
}

@media (min-width: 768px) {
  .cleaning__step-list li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    row-gap: 0;
    -webkit-column-gap: 11.8333333333%;
    -moz-column-gap: 11.8333333333%;
    column-gap: 11.8333333333%;
    padding-block: 40px 32px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

.cleaning__step-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .cleaning__step-left {
    width: 33.3333333333%;
    -webkit-column-gap: 8.3333333333%;
    -moz-column-gap: 8.3333333333%;
    column-gap: 8.3333333333%;
  }
}

.cleaning__step-left span {
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  width: 30px;
  height: 30px;
  background-color: #4d4d4d;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1;
  display: grid;
  place-items: center;
}

@media (min-width: 768px) {
  .cleaning__step-left span {
    font-size: 36px;
    width: 60px;
    height: 60px;
  }
}

.cleaning__step-left img {
  aspect-ratio: unset;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 200px;
}

.cleaning__step-img {
  width: 100%;
  text-align: center;
}

.cleaning__note {
  font-size: 12px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .cleaning__note {
    font-size: 14px;
  }
}

.small_faq_text {
  font-size: 14px;
}

.faq-answer .qa_red {
  color: #e50012;
}

/*20251015追加*/
.contact-tel {
  max-width: 580px;
  margin: 0 auto;
  margin-top: 26px;
  background: #fff;
  padding: 5px;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .contact-tel {
  padding: 10px;
  padding-bottom: 0;
    margin-top: 0;
  }
}