@charset "UTF-8";
.lContainer.topPage h2.heading {
  margin-top: 0;
  margin-bottom: clamp(3.7rem, 6vw, 5.4rem);
}
.lContainer.topPage .mainView {
  padding-bottom: 0.8rem;
}
.lContainer.topPage .mainView #mainViewSlider {
  position: relative;
}
.lContainer.topPage .mainView .imgBox img {
  width: 100%;
  max-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.lContainer.topPage .mainView .splide__slide .imgBox {
  border-radius: 0.2rem;
  overflow: hidden;
  position: relative;
}
.lContainer.topPage .mainView .splide__slide .imgBox::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  inset: 0;
}
.lContainer.topPage .mainView .splide__slide .taglineBox {
  position: absolute;
  inset: 0;
}
.lContainer.topPage .mainView .splide__slide .taglineBox .tagline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 2vw 7vw;
  text-align: center;
  color: #FFFFFF;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.lContainer.topPage .mainView .splide__slide .taglineBox .tagline .tbShow,
.lContainer.topPage .mainView .splide__slide .taglineBox .tagline .mdShow {
  display: none;
}
.lContainer.topPage .mainView .splide__slide .taglineBox .tagline .subTagline {
  margin-bottom: 0.6em;
  letter-spacing: 0.1em;
  font-size: clamp(1.7rem, 2.8vw, 2.2rem);
  text-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
}
.lContainer.topPage .mainView .splide__slide .taglineBox .tagline .mainTagline {
  letter-spacing: 0.05em;
  line-height: 1.25;
  font-size: clamp(3.5rem, 6vw, 6rem);
  text-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 860px) {
  .lContainer.topPage .mainView .splide__slide .taglineBox .tagline .tbShow {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .mainView .splide__slide .taglineBox .tagline {
    padding: 2vw 5vw;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, -54%);
            transform: translate(-50%, -54%);
  }
  .lContainer.topPage .mainView .splide__slide .taglineBox .tagline .mdShow {
    display: inline;
  }
  .lContainer.topPage .mainView .splide__slide .taglineBox .tagline .subTagline {
    line-height: 1.5;
  }
}
@media screen and (max-width: 360px) {
  .lContainer.topPage .mainView .splide__slide .taglineBox .tagline {
    padding: 2vw 3vw;
  }
}
.lContainer.topPage .categorySec {
  padding: 10.1em 0 6.7em;
  position: relative;
}
.lContainer.topPage .categorySec:before {
  display: block;
  content: "";
  width: 100%;
  height: calc(100% - 7rem);
  background-color: #F5F5F5;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .categorySec {
    padding: 11.7em 0 5em;
  }
  .lContainer.topPage .categorySec:before {
    height: calc(100% - 7.8rem);
  }
}
.lContainer.topPage .categorySec .inner {
  position: relative;
}
.lContainer.topPage .categorySec .inner:before {
  display: block;
  content: "";
  width: 34.3rem;
  height: 15.5rem;
  background-image: url("../img/top/dec_rainbow.png");
  background-repeat: no-repeat;
  background-size: 343px auto;
  background-position: center;
  position: absolute;
  top: -10.2em;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .categorySec .inner:before {
    width: 22.2rem;
    height: 10rem;
    background-size: 222px auto;
    top: -9.4em;
    right: 1.4em;
  }
}
@-webkit-keyframes purupuru {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  20% {
    -webkit-transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
            transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
  }
  50% {
    -webkit-transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
            transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
  }
  65% {
    -webkit-transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
            transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
  }
  80% {
    -webkit-transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
            transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes purupuru {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  20% {
    -webkit-transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
            transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
  }
  50% {
    -webkit-transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
            transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
  }
  65% {
    -webkit-transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
            transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
  }
  80% {
    -webkit-transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
            transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
.lContainer.topPage .categorySec .catList {
  display: grid;
  gap: 3.9rem 4rem;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .categorySec .catList {
    gap: 1.2rem 1.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.lContainer.topPage .categorySec .catList__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3rem;
}
.lContainer.topPage .categorySec .catList__item.-purple a:before {
  background-color: #633B98;
}
.lContainer.topPage .categorySec .catList__item.-purple a:after {
  border-bottom-color: #633B98;
}
.lContainer.topPage .categorySec .catList__item.-purple .catDetail__ttl {
  color: #633B98;
}
.lContainer.topPage .categorySec .catList__item.-blue a:before {
  background-color: #3458AE;
}
.lContainer.topPage .categorySec .catList__item.-blue a:after {
  border-bottom-color: #3458AE;
}
.lContainer.topPage .categorySec .catList__item.-blue .catDetail__ttl {
  color: #3458AE;
}
.lContainer.topPage .categorySec .catList__item.-green a:before {
  background-color: #46A158;
}
.lContainer.topPage .categorySec .catList__item.-green a:after {
  border-bottom-color: #46A158;
}
.lContainer.topPage .categorySec .catList__item.-green .catDetail__ttl {
  color: #46A158;
}
.lContainer.topPage .categorySec .catList__item.-yellow a:before {
  background-color: #FCC201;
}
.lContainer.topPage .categorySec .catList__item.-yellow a:after {
  border-bottom-color: #FCC201;
}
.lContainer.topPage .categorySec .catList__item.-yellow .catDetail__ttl {
  color: #FCC201;
}
.lContainer.topPage .categorySec .catList__item.-orange a:before {
  background-color: #F2913D;
}
.lContainer.topPage .categorySec .catList__item.-orange a:after {
  border-bottom-color: #F2913D;
}
.lContainer.topPage .categorySec .catList__item.-orange .catDetail__ttl {
  color: #F2913D;
}
.lContainer.topPage .categorySec .catList__item.-pink a:before {
  background-color: #FA78A0;
}
.lContainer.topPage .categorySec .catList__item.-pink a:after {
  border-bottom-color: #FA78A0;
}
.lContainer.topPage .categorySec .catList__item.-pink .catDetail__ttl {
  color: #FA78A0;
}
.lContainer.topPage .categorySec .catList__item a {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 4.2em 2.6em 2.8em 2.6em;
  background-color: #FFFFFF;
  border-radius: 2px;
  position: relative;
}
.lContainer.topPage .categorySec .catList__item a:before {
  display: block;
  content: "";
  width: 100%;
  height: 5px;
  background-color: #CA302F;
  border-radius: 1px;
  position: absolute;
  top: 0;
  left: 0;
}
.lContainer.topPage .categorySec .catList__item a:after {
  display: block;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  border-left: 20px solid transparent;
  border-bottom: 20px solid #CA302F;
}
.lContainer.topPage .categorySec .catList__item a:hover, .lContainer.topPage .categorySec .catList__item a:focus {
  opacity: 0.8;
}
.lContainer.topPage .categorySec .catList__item a:hover .catDetail__icon .purupuru, .lContainer.topPage .categorySec .catList__item a:focus .catDetail__icon .purupuru {
  -webkit-animation: purupuru 0.8s infinite linear alternate;
          animation: purupuru 0.8s infinite linear alternate;
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .categorySec .catList__item a {
    padding: 3.2em 0.75em 2.2em 0.75em;
  }
  .lContainer.topPage .categorySec .catList__item a:before {
    height: 3px;
  }
  .lContainer.topPage .categorySec .catList__item a:after {
    border-left: 15px solid transparent;
    border-bottom: 15px solid #CA302F;
  }
}
.lContainer.topPage .categorySec .catList__item .catDetail__icon {
  display: inline-block;
  position: absolute;
  top: -3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.lContainer.topPage .categorySec .catList__item .catDetail__icon img {
  max-width: 7.5rem;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.lContainer.topPage .categorySec .catList__item .catDetail__icon img .purupuru {
  display: block;
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .categorySec .catList__item .catDetail__icon {
    top: -2.5rem;
  }
  .lContainer.topPage .categorySec .catList__item .catDetail__icon img {
    max-width: 5rem;
  }
}
.lContainer.topPage .categorySec .catList__item .catDetail__ttl {
  margin-bottom: 1rem;
  text-align: center;
  letter-spacing: 0.01em;
  font-size: clamp(1.7rem, 3vw, 2rem);
  font-weight: 600;
}
.lContainer.topPage .categorySec .catList__item .catDetail__ttl .mdShow {
  display: none;
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .categorySec .catList__item .catDetail__ttl {
    margin-bottom: 1.4rem;
    line-height: 1.5;
  }
  .lContainer.topPage .categorySec .catList__item .catDetail__ttl .mdShow {
    display: inline;
  }
}
.lContainer.topPage .categorySec .catList__item .catDetail__text {
  letter-spacing: 0.05em;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .categorySec .catList__item .catDetail__text {
    padding: 0 0.8em;
    line-height: 1.66;
    font-size: 1.2rem;
  }
}
.lContainer.topPage .bannerSec .splide:not(.is-overflow) .splide__arrows {
  display: none;
}
.lContainer.topPage .bannerSec .splide__arrows .splide__arrow--prev {
  left: -3rem;
}
.lContainer.topPage .bannerSec .splide__arrows .splide__arrow--next {
  right: -3rem;
}
@media screen and (max-width: 860px) {
  .lContainer.topPage .bannerSec .splide__arrows .splide__arrow--prev {
    left: -2.4rem;
  }
  .lContainer.topPage .bannerSec .splide__arrows .splide__arrow--next {
    right: -2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .bannerSec .splide__arrows .splide__arrow--prev {
    left: -1.4rem;
  }
  .lContainer.topPage .bannerSec .splide__arrows .splide__arrow--next {
    right: -1.4rem;
  }
}
.lContainer.topPage .bannerSec .splide__slide {
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .bannerSec .splide__slide:not(:last-child) {
    margin-bottom: 1em;
  }
}
.lContainer.topPage .bannerSec .flexList {
  margin-top: clamp(4rem, 4vw, 6rem);
}
.lContainer.topPage .bannerSec a img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.lContainer.topPage .bannerSec a:hover img, .lContainer.topPage .bannerSec a:focus img {
  opacity: 0.8;
}
.lContainer.topPage .rankingSec {
  padding: 5.4em 0 3.3em;
  position: relative;
}
.lContainer.topPage .rankingSec:before {
  display: block;
  content: "";
  width: 24.5rem;
  height: 12.4rem;
  background-image: url("../img/top/dec_flag-garland_right.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 245px auto;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .rankingSec {
    padding: 5em 0 4.8em;
  }
  .lContainer.topPage .rankingSec:before {
    width: 15.7rem;
    height: 8rem;
    background-size: 157px auto;
  }
}
.lContainer.topPage .rankingSec .inner {
  max-width: 130rem;
  position: relative;
}
@media screen and (max-width: 1360px) {
  .lContainer.topPage .rankingSec .inner {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .rankingSec .inner {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
.lContainer.topPage .rankingSec .rankingWrap {
  max-width: 100vw;
  margin-right: calc(50% - 50vw);
  padding-bottom: 4.1rem;
}
@media screen and (min-width: 1920px) {
  .lContainer.topPage .rankingSec .rankingWrap .simplebar-mask {
    left: -10%;
    overflow: visible;
  }
  .lContainer.topPage .rankingSec .rankingWrap .simplebar-mask .simplebar-offset {
    left: -5%;
  }
}
.lContainer.topPage .rankingSec .rankingWrap .simplebar-content-wrapper::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
}
.lContainer.topPage .rankingSec .rankingWrap .simplebar-track {
  max-width: 130rem;
  background-color: #D55959;
  border-radius: 2px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 1360px) {
  .lContainer.topPage .rankingSec .rankingWrap .simplebar-track {
    max-width: calc(100% - 3vw);
  }
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .rankingSec .rankingWrap .simplebar-track {
    max-width: calc(100% - 5vw);
  }
}
@media screen and (min-width: 861px) {
  .lContainer.topPage .rankingSec .rankingWrap.simplebar-dragging .simplebar-track {
    opacity: 1;
  }
  .lContainer.topPage .rankingSec .rankingWrap:hover .simplebar-track, .lContainer.topPage .rankingSec .rankingWrap:focus .simplebar-track {
    opacity: 1;
  }
  .lContainer.topPage .rankingSec .rankingWrap .simplebar-track {
    opacity: 0;
  }
}
.lContainer.topPage .rankingSec .rankingWrap .simplebar-scrollbar::before {
  background-color: #3458AE;
  border-radius: 2px 0 2px 0;
  opacity: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.lContainer.topPage .rankingSec .rankingList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2.7em;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding-right: 2.7em;
}
.lContainer.topPage .rankingSec .rankingList__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 34rem;
  padding-top: 2.5rem;
  position: relative;
}
.lContainer.topPage .rankingSec .rankingList__item:nth-child(1)::before, .lContainer.topPage .rankingSec .rankingList__item:nth-child(2)::before, .lContainer.topPage .rankingSec .rankingList__item:nth-child(3)::before {
  display: block;
  content: "";
  width: 5rem;
  height: 4.5rem;
  background-repeat: no-repeat;
  background-size: 50px auto;
  background-position: center;
  position: absolute;
  top: 0;
  left: 1.5rem;
  z-index: 1;
}
.lContainer.topPage .rankingSec .rankingList__item:nth-child(1)::before {
  background-image: url("../img/top/icon_crown_gold.svg");
}
.lContainer.topPage .rankingSec .rankingList__item:nth-child(2)::before {
  background-image: url("../img/top/icon_crown_silver.svg");
}
.lContainer.topPage .rankingSec .rankingList__item:nth-child(3)::before {
  background-image: url("../img/top/icon_crown_copper.svg");
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .rankingSec .rankingList {
    gap: 0 1.5em;
  }
  .lContainer.topPage .rankingSec .rankingList__item {
    width: 30rem;
    padding-top: 2.7rem;
  }
  .lContainer.topPage .rankingSec .rankingList__item:nth-child(1)::before, .lContainer.topPage .rankingSec .rankingList__item:nth-child(2)::before, .lContainer.topPage .rankingSec .rankingList__item:nth-child(3)::before {
    width: 4.5rem;
    height: 4rem;
    background-size: 45px auto;
    top: 0.6rem;
    left: 1.5rem;
  }
}
.lContainer.topPage .rankingSec .rkDetail {
  background-color: #FFFFFF;
  border-radius: 2px;
  overflow: hidden;
}
.lContainer.topPage .rankingSec .rkDetail__link {
  display: block;
  height: 100%;
}
@media screen and (min-width: 861px) {
  .lContainer.topPage .rankingSec .rkDetail__link:hover .rkDetail__img img, .lContainer.topPage .rankingSec .rkDetail__link:focus .rkDetail__img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.lContainer.topPage .rankingSec .rkDetail__img {
  background-color: #F5F5F5;
  overflow: hidden;
}
.lContainer.topPage .rankingSec .rkDetail__img img {
  height: 21rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .rankingSec .rkDetail__img img {
    height: 18.5rem;
  }
}
.lContainer.topPage .rankingSec .rkDetail__body {
  padding: 1.7em 2em 2em 2em;
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .rankingSec .rkDetail__body {
    padding: 1.3em 2em 1.7em 1.8em;
  }
}
.lContainer.topPage .rankingSec .rkDetail__cat {
  display: inline-block;
  min-width: 9.5rem;
  min-height: 2.5rem;
  margin-bottom: 1.5rem;
  padding: 0.5em 0.7em 0.3em;
  border-radius: 99em;
  background: #FFFFFF;
  border: 1px solid;
  text-align: center;
  line-height: 1;
  font-weight: 500;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .rankingSec .rkDetail__cat {
    min-width: 8.3rem;
    min-height: 2.2rem;
    margin-bottom: 0.6rem;
    font-size: 1rem;
  }
}
.lContainer.topPage .rankingSec .rkDetail__cat.-purple {
  border: 1px solid #633B98;
  color: #633B98;
}
.lContainer.topPage .rankingSec .rkDetail__cat.-blue {
  border: 1px solid #3458AE;
  color: #3458AE;
}
.lContainer.topPage .rankingSec .rkDetail__cat.-green {
  border: 1px solid #46A158;
  color: #46A158;
}
.lContainer.topPage .rankingSec .rkDetail__cat.-yellow {
  border: 1px solid #FCC201;
  color: #FCC201;
}
.lContainer.topPage .rankingSec .rkDetail__cat.-orange {
  border: 1px solid #F2913D;
  color: #F2913D;
}
.lContainer.topPage .rankingSec .rkDetail__cat.-pink {
  border: 1px solid #FA78A0;
  color: #FA78A0;
}
.lContainer.topPage .rankingSec .rkDetail__ttl {
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .rankingSec .rkDetail__ttl {
    letter-spacing: 0.01em;
  }
}
.lContainer.topPage .rankingSec .rkDetail__size {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .rankingSec .rkDetail__size {
    font-size: 1rem;
  }
}
.lContainer.topPage .rankingSec .btnArea {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .rankingSec .btnArea {
    margin-top: 5rem;
  }
}
.lContainer.topPage .faqSec {
  padding-top: 10.3em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .faqSec {
    padding-bottom: 4.7em;
  }
}
.lContainer.topPage .faqSec .faqBg {
  width: 100%;
  background-color: #CA302F;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.lContainer.topPage .faqSec .faqBg picture {
  display: block;
  width: 100%;
}
.lContainer.topPage .faqSec .faqBg picture img {
  width: 100%;
  height: auto;
}
.lContainer.topPage .faqSec .inner {
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .faqSec .inner {
    margin-top: -3.5rem;
  }
}
.lContainer.topPage .faqSec .heading {
  margin-bottom: 2rem;
}
.lContainer.topPage .faqSec .readText {
  margin-bottom: clamp(3rem, 6vw, 5rem);
  line-height: 2;
}
.lContainer.topPage .faqSec .faqList {
  margin-bottom: 0;
}
.lContainer.topPage .faqSec .faqList__item:not(:last-child) {
  margin-bottom: clamp(1.5rem, 2.5vw, 2rem);
}
.lContainer.topPage .faqSec .faqList__item.is-open .faqList__question:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.lContainer.topPage .faqSec .faqList dt {
  padding: 0;
}
.lContainer.topPage .faqSec .faqList__question {
  display: block;
  width: 100%;
  padding: 1.2em 1.3em 1.3em 3.8em;
  border: none;
  background-color: transparent;
  background-image: url("../img/top/icon_question.svg");
  background-repeat: no-repeat;
  background-size: 25px auto;
  background-position: top 1.2em left 1.4em;
  text-align: left;
  letter-spacing: 0.05em;
  font-size: 1.7rem;
  position: relative;
}
.lContainer.topPage .faqSec .faqList__question:after {
  display: inline-block;
  content: "";
  width: 1.2rem;
  height: 0.7rem;
  background-image: url("../img/common/icon_arrow_down_red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  top: 2em;
  right: 1.5em;
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .faqSec .faqList__question {
    padding: 1.2em 2.5em 1.3em 3.3em;
    background-position: top 1.2em left 1em;
    line-height: 1.6;
    font-size: 1.6rem;
  }
  .lContainer.topPage .faqSec .faqList__question:after {
    top: 2.8em;
    right: 1em;
  }
}
.lContainer.topPage .faqSec .faqList__content {
  display: none;
  padding: 1.1em 1.3em 1.3em 4.3em;
  background-color: #F5F5F5;
  font-size: 1.5rem;
}
.lContainer.topPage .faqSec .faqList__content:before {
  display: inline-block;
  margin-left: -2.5em;
  margin-right: 0.8rem;
  content: url("../img/top/icon_answer.svg");
  width: 2.5rem;
  height: 2.5rem;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .faqSec .faqList__content {
    padding: 1.1em 1.3em 1.3em 3.7em;
    line-height: 1.9;
    font-size: 1.4rem;
  }
  .lContainer.topPage .faqSec .faqList__content:before {
    margin-left: -2.6em;
    margin-right: 0.7rem;
  }
}
.lContainer.topPage .faqSec .btnArea {
  margin-top: clamp(5rem, 6vw, 5.6rem);
}
.lContainer.topPage .movieSec {
  padding: 5em 0 6.4em;
  border-top: 5px solid #CA302F;
  border-bottom: 5px solid #CA302F;
}
.lContainer.topPage .movieSec .mdShow {
  display: none;
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .movieSec {
    padding: 5em 0 4.6em;
  }
  .lContainer.topPage .movieSec .mdShow {
    display: inline;
  }
}
.lContainer.topPage .movieSec #movieSlider .splide__slide {
  line-height: 1;
}
.lContainer.topPage .movieSec #movieSlider iframe {
  max-width: 100%;
  width: 100%;
  height: auto;
  border: none;
  aspect-ratio: 34/19;
}
.lContainer.topPage .movieSec #movieSlider .movieTtl {
  margin-top: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 600;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .movieSec #movieSlider .movieTtl {
    font-size: 1.4rem;
  }
}
.lContainer.topPage .movieSec .splide__pagination {
  margin-top: 2.4rem;
}
.lContainer.topPage .movieSec .btnArea {
  margin-top: clamp(5rem, 7vw, 6.7rem);
}
.lContainer.topPage .staffSec {
  padding-top: clamp(29rem, 27vw, 32rem);
  padding-bottom: 1.5em;
  position: relative;
}
.lContainer.topPage .staffSec:before {
  display: block;
  content: "";
  width: 100%;
  height: 45rem;
  background-image: url("../img/top/bg_staff-division_pc.jpg?20260730");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -18% center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .lContainer.topPage .staffSec:before {
    background-position: center center;
  }
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .staffSec {
    padding-bottom: 1.9em;
  }
  .lContainer.topPage .staffSec:before {
    height: 34rem;
    background-image: url("../img/top/bg_staff-division_sp.jpg?20260730");
  }
}
.lContainer.topPage .staffSec .heading {
  margin-bottom: 2rem;
}
.lContainer.topPage .staffSec .heading .mdShow {
  display: none;
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .staffSec .heading {
    line-height: 1.4;
  }
  .lContainer.topPage .staffSec .heading .mdShow {
    display: inline;
  }
}
.lContainer.topPage .staffSec .detailBox {
  background-color: #FFFFFF;
  text-align: center;
  padding: 5.4em;
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .staffSec .detailBox {
    padding: 3em 0.5em;
  }
}
.lContainer.topPage .newsSec {
  padding: 5.3em 0 6.7em;
  position: relative;
}
.lContainer.topPage .newsSec:before {
  display: block;
  content: "";
  width: 24.5rem;
  height: 12.4rem;
  background-image: url("../img/top/dec_flag-garland_left.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 245px auto;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .newsSec {
    padding: 5.2em 0 5em;
  }
  .lContainer.topPage .newsSec:before {
    width: 15.7rem;
    height: 8rem;
    background-size: 157px auto;
  }
}
.lContainer.topPage .newsSec .inner {
  position: relative;
}
.lContainer.topPage .newsSec .newsBox {
  padding: 3.3em 4.7em;
  background-color: #FFFFFF;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .newsSec .newsBox {
    padding: 2rem 2rem 3rem;
  }
}
.lContainer.topPage .newsSec .newsBox .newsList__item {
  border-bottom: 1px solid #DDDDDD;
}
.lContainer.topPage .newsSec .newsBox .newsList__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.9rem 2rem 1.7rem;
  gap: 3rem;
}
.lContainer.topPage .newsSec .newsBox .newsList__item a:hover .newsTtl, .lContainer.topPage .newsSec .newsBox .newsList__item a:focus .newsTtl {
  color: rgba(202, 48, 47, 0.8);
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .newsSec .newsBox .newsList__item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.7rem;
    padding: 1.8rem 2.5rem 2rem 1rem;
  }
}
.lContainer.topPage .newsSec .newsBox .newsList__item .newsHeader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .newsSec .newsBox .newsList__item .newsHeader {
    gap: 0 1rem;
  }
}
.lContainer.topPage .newsSec .newsBox .newsList__item .newsHeader .newsDate {
  color: #BBBBBB;
  font-family: "Quicksand", "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .newsSec .newsBox .newsList__item .newsHeader .newsDate {
    letter-spacing: 0.17em;
    font-size: 1.2rem;
  }
}
.lContainer.topPage .newsSec .newsBox .newsList__item .newsHeader .newsCat {
  display: inline-block;
  min-width: 7rem;
  min-height: 2.3rem;
  background-color: #F5F5F5;
  border-radius: 2px;
  line-height: 2.3rem;
  text-align: center;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .newsSec .newsBox .newsList__item .newsHeader .newsCat {
    min-width: 6rem;
    font-size: 1rem;
  }
}
.lContainer.topPage .newsSec .newsBox .newsList__item .newsTtl {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .newsSec .newsBox .newsList__item .newsTtl {
    font-size: 1.4rem;
  }
}
.lContainer.topPage .newsSec .newsBox .moreBtn {
  margin-top: 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .newsSec .newsBox .moreBtn {
    margin-top: 2.6rem;
  }
}
.lContainer.topPage .newsSec .newsBox .moreBtn a {
  color: #CA302F;
  font-weight: 500;
  text-decoration: underline;
}
.lContainer.topPage .newsSec .newsBox .moreBtn a:hover, .lContainer.topPage .newsSec .newsBox .moreBtn a:focus {
  text-decoration: none;
}

.lContainer.newsPage .inner {
  max-width: 96rem;
}
.lContainer.newsPage .newsDate {
  color: #BBBBBB;
  font-family: "Quicksand", "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .lContainer.newsPage .newsDate {
    letter-spacing: 0.17em;
    font-size: 1.2rem;
  }
}
.lContainer.newsPage .newsListSec .newsList__item {
  border-bottom: 1px solid #DDDDDD;
}
.lContainer.newsPage .newsListSec .newsList__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.9rem 3.5rem 1.7rem 2rem;
  gap: 3rem;
  background-image: url("../img/news/icon_arrow_next_red.svg");
  background-repeat: no-repeat;
  background-size: 5px auto;
  background-position: center right 20px;
  border-radius: 2px;
}
.lContainer.newsPage .newsListSec .newsList__item a:hover .newsTtl, .lContainer.newsPage .newsListSec .newsList__item a:focus .newsTtl {
  color: rgba(202, 48, 47, 0.8);
}
.lContainer.newsPage .newsListSec .newsList__item a .newsTtl {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .lContainer.newsPage .newsListSec .newsList__item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.7rem;
    padding: 1.8rem 2.5rem 2rem 1rem;
    background-position: center right 10px;
  }
  .lContainer.newsPage .newsListSec .newsList__item a .newsDate {
    letter-spacing: 0.17em;
    font-size: 1.2rem;
  }
  .lContainer.newsPage .newsListSec .newsList__item a .newsTtl {
    font-size: 1.4rem;
  }
}
.lContainer.newsPage .newsDetailSec .headingCnt {
  margin-bottom: clamp(3rem, 5.5vw, 5.2rem);
}
.lContainer.newsPage .newsDetailSec .headingCnt .heading {
  margin-bottom: 2.1rem;
}

.lContainer.aboutPage .infoSec .heading.-iconBuilding {
  padding-left: clamp(3.5rem, 5.5vw, 5rem);
  background-image: url("../img/about/icon_building_red.svg");
  background-repeat: no-repeat;
  background-position: top 1em left 0.4em;
  background-size: 22px auto;
}
@media screen and (max-width: 767px) {
  .lContainer.aboutPage .infoSec .heading.-iconBuilding {
    background-position: top 0.85em left 0.3em;
    background-size: 20px auto;
  }
}
.lContainer.aboutPage .infoSec .tableWrap {
  margin-bottom: clamp(3rem, 4vw, 4rem);
}
@media screen and (max-width: 768px) {
  .lContainer.aboutPage .infoSec .simpleTable {
    width: 100%;
    min-width: auto;
  }
}
.lContainer.aboutPage .infoSec .simpleTable .detailLabel {
  display: inline-block;
  margin-bottom: 0.8em;
  padding: 0.3em 0.64em 0.1em;
  background-color: #CA302F;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.lContainer.aboutPage .infoSec .simpleTable .detailLabel:not(:first-child) {
  margin-top: clamp(2rem, 3vw, 2.5rem);
}
@media screen and (max-width: 767px) {
  .lContainer.aboutPage .infoSec .simpleTable .detailLabel {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .lContainer.aboutPage .infoSec .simpleTable th {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    border-right: none;
    border-bottom: 1px solid #DDDDDD;
  }
}
@media screen and (max-width: 768px) {
  .lContainer.aboutPage .infoSec .simpleTable td {
    display: block;
    padding: 1rem;
    word-break: keep-all;
  }
}
.lContainer.aboutPage .infoSec .gridList {
  margin-bottom: 0;
  gap: 4rem;
}
.lContainer.aboutPage .infoSec .gridList .mapWrap iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 53/44;
}
@media screen and (max-width: 1020px) {
  .lContainer.aboutPage .infoSec .gridList {
    gap: 3rem;
  }
  .lContainer.aboutPage .infoSec .gridList .mapWrap iframe {
    aspect-ratio: 52/35;
  }
}
.lContainer.aboutPage .businessSec .heading.-iconBook {
  padding-left: clamp(3.5rem, 5.5vw, 5rem);
  background-image: url("../img/about/icon_book_red.svg");
  background-repeat: no-repeat;
  background-position: top 1em left 0.4em;
  background-size: 22px auto;
}
@media screen and (max-width: 767px) {
  .lContainer.aboutPage .businessSec .heading.-iconBook {
    background-position: top 0.85em left 0.3em;
    background-size: 20px auto;
  }
}
.lContainer.aboutPage .businessSec .cardList .dotsList {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .lContainer.aboutPage .businessSec .cardList__img img {
    width: 100%;
  }
}
.lContainer.aboutPage .pointSec {
  padding-bottom: 12em;
}
@media screen and (max-width: 1020px) {
  .lContainer.aboutPage .pointSec {
    padding-bottom: 10em;
  }
}
@media screen and (max-width: 767px) {
  .lContainer.aboutPage .pointSec {
    padding-bottom: 8em;
  }
}
@media screen and (max-width: 560px) {
  .lContainer.aboutPage .pointSec {
    padding-bottom: 6em;
  }
}
.lContainer.aboutPage .pointSec .heading.-iconLightbulb {
  padding-left: clamp(3.2rem, 5.5vw, 4.3rem);
  background-image: url("../img/about/icon_lightbulb_red.svg");
  background-repeat: no-repeat;
  background-position: top 1em left 0.4em;
  background-size: 17px auto;
}
@media screen and (max-width: 767px) {
  .lContainer.aboutPage .pointSec .heading.-iconLightbulb {
    background-position: top 0.85em left 0.3em;
  }
}

.lContainer.categoryPage .filterSec {
  padding-bottom: 2.7em;
}
@media screen and (max-width: 767px) {
  .lContainer.categoryPage .filterSec {
    padding-bottom: 3.6em;
  }
}
.lContainer.categoryPage .filterSec .filterCont__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1em;
  margin-bottom: 1.5rem;
}
.lContainer.categoryPage .filterSec .filterCont__top .searchBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 2rem;
  width: calc(75% - 1em);
}
.lContainer.categoryPage .filterSec .filterCont__top .searchBox .searchBtn {
  padding: 0.6rem 1rem 0.4rem 2.8rem;
  min-width: 10rem;
  min-height: 3rem;
  border-radius: 3rem;
  background-color: #46464B;
  background-image: url("../img/rental/category/icon_filter_white.svg");
  background-repeat: no-repeat;
  background-size: 1.2rem auto;
  background-position: center left 1.3rem;
  border: none;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #FFFFFF;
  font-size: 1.3rem;
}
.lContainer.categoryPage .filterSec .filterCont__top .searchBox .selectCat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lContainer.categoryPage .filterSec .filterCont__top .searchBox .selectCat .selectCatList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.5em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lContainer.categoryPage .filterSec .filterCont__top .searchBox .selectCat .selectCatList__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 0.6rem;
  padding: 0.9rem 1.5rem 0.5rem 1.3rem;
  border-radius: 3rem;
  background-color: #F5F5F5;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-size: 1.3rem;
}
.lContainer.categoryPage .filterSec .filterCont__top .searchBox .selectCat .selectCatList__item .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lContainer.categoryPage .filterSec .filterCont__top .searchBox .selectCat .selectCatList__item .deleteBtn {
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  background-color: transparent;
  background-image: url("../img/rental/category/btn_close_circle_black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  text-indent: 100%;
  overflow: hidden;
}
.lContainer.categoryPage .filterSec .filterCont__top .sortBox {
  width: 25%;
}
.lContainer.categoryPage .filterSec .filterCont__top .sortBox__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.4rem;
}
.lContainer.categoryPage .filterSec .filterCont__top .sortBox__count {
  font-size: 1.3rem;
}
.lContainer.categoryPage .filterSec .filterCont__top .sortBox__count .num {
  font-size: clamp(1.6rem, 2.5vw, 2rem);
}
.lContainer.categoryPage .filterSec .filterCont__top .sortBox__sort {
  max-width: 12rem;
  padding: 0.7rem 3rem 0.3rem 1rem;
  border-radius: 30px;
  background-color: #F5F5F5;
  background-image: url("../img/common/icon_arrow_down_black.svg");
  background-repeat: no-repeat;
  background-size: 0.8rem auto;
  background-position: center right 1rem;
  line-height: 1.2;
  color: #000000;
  font-size: 1.3rem;
}
@media screen and (max-width: 860px) {
  .lContainer.categoryPage .filterSec .filterCont__top {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .lContainer.categoryPage .filterSec .filterCont__top .searchBox,
  .lContainer.categoryPage .filterSec .filterCont__top .sortBox {
    display: contents;
  }
  .lContainer.categoryPage .filterSec .filterCont__top .searchBox .searchBtn {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .lContainer.categoryPage .filterSec .filterCont__top .searchBox .selectCat {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
  }
  .lContainer.categoryPage .filterSec .filterCont__top .sortBox .sortBox__wrap {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 767px) {
  .lContainer.categoryPage .filterSec .filterCont__top {
    margin-bottom: 1rem;
  }
  .lContainer.categoryPage .filterSec .filterCont__top .searchBox .searchBtn {
    font-size: 1.2rem;
  }
  .lContainer.categoryPage .filterSec .filterCont__top .searchBox .selectCat {
    display: none;
  }
  .lContainer.categoryPage .filterSec .filterCont__top .sortBox__wrap {
    gap: 0;
  }
  .lContainer.categoryPage .filterSec .filterCont__top .sortBox__count {
    font-size: 1.2rem;
  }
  .lContainer.categoryPage .filterSec .filterCont__top .sortBox__sort {
    display: none;
  }
}
.lContainer.categoryPage .filterSec .filterCont__bottom {
  overflow-x: auto;
}
.lContainer.categoryPage .filterSec .filterCont__bottom .catList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1rem;
  overflow-x: auto;
}
.lContainer.categoryPage .filterSec .filterCont__bottom .catList__item.current a {
  background: #CA302F;
  color: #FFFFFF;
}
.lContainer.categoryPage .filterSec .filterCont__bottom .catList__item a {
  display: inline-block;
  min-width: 7rem;
  min-height: 3rem;
  padding: 0.8rem 1rem 0.4rem;
  border: 1px solid #CA302F;
  border-radius: 3rem;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  font-size: 1.3rem;
}
.lContainer.categoryPage .filterSec .filterCont__bottom .catList__item a:hover, .lContainer.categoryPage .filterSec .filterCont__bottom .catList__item a:focus {
  background: #CA302F;
  color: #FFFFFF;
}
.lContainer.categoryPage .filterSec .filterCont__bottom .catList.-purple .catList__item.current a {
  background: #633B98;
}
.lContainer.categoryPage .filterSec .filterCont__bottom .catList.-purple .catList__item a {
  border: 1px solid #633B98;
}
.lContainer.categoryPage .filterSec .filterCont__bottom .catList.-purple .catList__item a:hover, .lContainer.categoryPage .filterSec .filterCont__bottom .catList.-purple .catList__item a:focus {
  background: #633B98;
}
.lContainer.categoryPage .filterSec .filterCont__bottom .catList.-blue .catList__item.current a {
  background: #3458AE;
}
.lContainer.categoryPage .filterSec .filterCont__bottom .catList.-blue .catList__item a {
  border: 1px solid #3458AE;
}
.lContainer.categoryPage .filterSec .filterCont__bottom .catList.-blue .catList__item a:hover, .lContainer.categoryPage .filterSec .filterCont__bottom .catList.-blue .catList__item a:focus {
  background: #3458AE;
}
.lContainer.categoryPage .filterSec .filterCont__bottom .catList.-green .catList__item.current a {
  background: #46A158;
}
.lContainer.categoryPage .filterSec .filterCont__bottom .catList.-green .catList__item a {
  border: 1px solid #46A158;
}
.lContainer.categoryPage .filterSec .filterCont__bottom .catList.-green .catList__item a:hover, .lContainer.categoryPage .filterSec .filterCont__bottom .catList.-green .catList__item a:focus {
  background: #46A158;
}
.lContainer.categoryPage .filterSec .filterCont__bottom .catList.-yellow .catList__item.current a {
  background: #FCC201;
}
.lContainer.categoryPage .filterSec .filterCont__bottom .catList.-yellow .catList__item a {
  border: 1px solid #FCC201;
}
.lContainer.categoryPage .filterSec .filterCont__bottom .catList.-yellow .catList__item a:hover, .lContainer.categoryPage .filterSec .filterCont__bottom .catList.-yellow .catList__item a:focus {
  background: #FCC201;
}
.lContainer.categoryPage .filterSec .filterCont__bottom .catList.-orange .catList__item.current a {
  background: #F2913D;
}
.lContainer.categoryPage .filterSec .filterCont__bottom .catList.-orange .catList__item a {
  border: 1px solid #F2913D;
}
.lContainer.categoryPage .filterSec .filterCont__bottom .catList.-orange .catList__item a:hover, .lContainer.categoryPage .filterSec .filterCont__bottom .catList.-orange .catList__item a:focus {
  background: #F2913D;
}
.lContainer.categoryPage .filterSec .filterCont__bottom .catList.-pink .catList__item.current a {
  background: #FA78A0;
}
.lContainer.categoryPage .filterSec .filterCont__bottom .catList.-pink .catList__item a {
  border: 1px solid #FA78A0;
}
.lContainer.categoryPage .filterSec .filterCont__bottom .catList.-pink .catList__item a:hover, .lContainer.categoryPage .filterSec .filterCont__bottom .catList.-pink .catList__item a:focus {
  background: #FA78A0;
}
.lContainer.categoryPage .filterSec .filterCont__bottom .catList.-brown .catList__item.current a {
  background: #765F4D;
}
.lContainer.categoryPage .filterSec .filterCont__bottom .catList.-brown .catList__item a {
  border: 1px solid #765F4D;
}
.lContainer.categoryPage .filterSec .filterCont__bottom .catList.-brown .catList__item a:hover, .lContainer.categoryPage .filterSec .filterCont__bottom .catList.-brown .catList__item a:focus {
  background: #765F4D;
}
@media screen and (max-width: 767px) {
  .lContainer.categoryPage .filterSec .filterCont__bottom {
    margin-right: -5vw;
    padding-bottom: 0.4em;
  }
  .lContainer.categoryPage .filterSec .filterCont__bottom .catList {
    padding-right: 5vw;
  }
  .lContainer.categoryPage .filterSec .filterCont__bottom .catList__item a {
    min-width: 6.7rem;
    min-height: 2.8rem;
    padding: 0.7rem 0.8rem 0.4rem;
    font-size: 1.2rem;
  }
}
.lContainer.categoryPage .categorySec .catList {
  display: grid;
  gap: 3.9rem 4rem;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.lContainer.categoryPage .categorySec .catList__item {
  position: relative;
  background-color: #FFFFFF;
}
.lContainer.categoryPage .categorySec .catList__item:after {
  display: block;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  border-left: 20px solid transparent;
  border-bottom: 20px solid #CA302F;
}
.lContainer.categoryPage .categorySec .catList__item a {
  display: block;
}
.lContainer.categoryPage .categorySec .catList__item a:hover, .lContainer.categoryPage .categorySec .catList__item a:focus {
  opacity: 0.8;
}
.lContainer.categoryPage .categorySec .catList__item.-purple:after {
  border-bottom-color: #633B98;
}
.lContainer.categoryPage .categorySec .catList__item.-purple .tag {
  background-color: #633B98;
}
.lContainer.categoryPage .categorySec .catList__item.-blue:after {
  border-bottom-color: #3458AE;
}
.lContainer.categoryPage .categorySec .catList__item.-blue .tag {
  background-color: #3458AE;
}
.lContainer.categoryPage .categorySec .catList__item.-green:after {
  border-bottom-color: #46A158;
}
.lContainer.categoryPage .categorySec .catList__item.-green .tag {
  background-color: #46A158;
}
.lContainer.categoryPage .categorySec .catList__item.-yellow:after {
  border-bottom-color: #FCC201;
}
.lContainer.categoryPage .categorySec .catList__item.-yellow .tag {
  background-color: #FCC201;
}
.lContainer.categoryPage .categorySec .catList__item.-orange:after {
  border-bottom-color: #F2913D;
}
.lContainer.categoryPage .categorySec .catList__item.-orange .tag {
  background-color: #F2913D;
}
.lContainer.categoryPage .categorySec .catList__item.-pink:after {
  border-bottom-color: #FA78A0;
}
.lContainer.categoryPage .categorySec .catList__item.-pink .tag {
  background-color: #FA78A0;
}
.lContainer.categoryPage .categorySec .catList__item.-brown:after {
  border-bottom-color: #765F4D;
}
.lContainer.categoryPage .categorySec .catList__item.-brown .tag {
  background-color: #765F4D;
}
.lContainer.categoryPage .categorySec .catList__img {
  display: block;
}
.lContainer.categoryPage .categorySec .catList__img img {
  width: 100%;
  aspect-ratio: 34/23;
  -o-object-fit: cover;
     object-fit: cover;
}
.lContainer.categoryPage .categorySec .catList__txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.7rem;
  padding: 2rem;
}
.lContainer.categoryPage .categorySec .catList__txt .tag {
  display: inline-block;
  min-width: 7rem;
  min-height: 2.3rem;
  padding: 0.7rem 1rem 0.4rem;
  border-radius: 3rem;
  color: #FFFFFF;
  background-color: #CA302F;
  line-height: 1.2;
  text-align: center;
  font-size: 1.1rem;
}
.lContainer.categoryPage .categorySec .catList__txt .label {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .lContainer.categoryPage .categorySec .catList {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  .lContainer.categoryPage .categorySec .catList__item:after {
    border-left: 15px solid transparent;
    border-bottom: 15px solid #CA302F;
  }
  .lContainer.categoryPage .categorySec .catList__txt {
    padding: 1rem;
  }
  .lContainer.categoryPage .categorySec .catList__txt .tag {
    min-width: 5.9rem;
    min-height: 1.8rem;
    padding: 0.5rem 0.6rem 0.2rem;
    font-size: 0.9rem;
  }
  .lContainer.categoryPage .categorySec .catList__txt .label {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 560px) {
  .lContainer.categoryPage .categorySec .catList__img img {
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 767px) {
  .lContainer.categoryDetailPage .productSec {
    padding-top: 0;
    padding-bottom: 5em;
  }
}
.lContainer.categoryDetailPage .productSec .product__header {
  margin-bottom: clamp(5rem, 7.5vw, 7rem);
}
.lContainer.categoryDetailPage .productSec .product__header .catList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1rem;
  margin-bottom: 2.2rem;
  overflow-x: auto;
}
.lContainer.categoryDetailPage .productSec .product__header .catList.-purple .catList__item a {
  border-color: #633B98;
}
.lContainer.categoryDetailPage .productSec .product__header .catList.-purple .catList__item a:hover,
.lContainer.categoryDetailPage .productSec .product__header .catList.-purple .catList__item a:focus {
  background-color: #633B98;
}
.lContainer.categoryDetailPage .productSec .product__header .catList.-purple .catList__item.current a {
  border-color: #633B98;
  background-color: #633B98;
}
.lContainer.categoryDetailPage .productSec .product__header .catList.-blue .catList__item a {
  border-color: #3458AE;
}
.lContainer.categoryDetailPage .productSec .product__header .catList.-blue .catList__item a:hover,
.lContainer.categoryDetailPage .productSec .product__header .catList.-blue .catList__item a:focus {
  background-color: #3458AE;
}
.lContainer.categoryDetailPage .productSec .product__header .catList.-blue .catList__item.current a {
  border-color: #3458AE;
  background-color: #3458AE;
}
.lContainer.categoryDetailPage .productSec .product__header .catList.-green .catList__item a {
  border-color: #46A158;
}
.lContainer.categoryDetailPage .productSec .product__header .catList.-green .catList__item a:hover,
.lContainer.categoryDetailPage .productSec .product__header .catList.-green .catList__item a:focus {
  background-color: #46A158;
}
.lContainer.categoryDetailPage .productSec .product__header .catList.-green .catList__item.current a {
  border-color: #46A158;
  background-color: #46A158;
}
.lContainer.categoryDetailPage .productSec .product__header .catList.-yellow .catList__item a {
  border-color: #FCC201;
}
.lContainer.categoryDetailPage .productSec .product__header .catList.-yellow .catList__item a:hover,
.lContainer.categoryDetailPage .productSec .product__header .catList.-yellow .catList__item a:focus {
  background-color: #FCC201;
}
.lContainer.categoryDetailPage .productSec .product__header .catList.-yellow .catList__item.current a {
  border-color: #FCC201;
  background-color: #FCC201;
}
.lContainer.categoryDetailPage .productSec .product__header .catList.-orange .catList__item a {
  border-color: #F2913D;
}
.lContainer.categoryDetailPage .productSec .product__header .catList.-orange .catList__item a:hover,
.lContainer.categoryDetailPage .productSec .product__header .catList.-orange .catList__item a:focus {
  background-color: #F2913D;
}
.lContainer.categoryDetailPage .productSec .product__header .catList.-orange .catList__item.current a {
  border-color: #F2913D;
  background-color: #F2913D;
}
.lContainer.categoryDetailPage .productSec .product__header .catList.-pink .catList__item a {
  border-color: #FA78A0;
}
.lContainer.categoryDetailPage .productSec .product__header .catList.-pink .catList__item a:hover,
.lContainer.categoryDetailPage .productSec .product__header .catList.-pink .catList__item a:focus {
  background-color: #FA78A0;
}
.lContainer.categoryDetailPage .productSec .product__header .catList.-pink .catList__item.current a {
  border-color: #FA78A0;
  background-color: #FA78A0;
}
.lContainer.categoryDetailPage .productSec .product__header .catList.-brown .catList__item a {
  border-color: #765F4D;
}
.lContainer.categoryDetailPage .productSec .product__header .catList.-brown .catList__item a:hover,
.lContainer.categoryDetailPage .productSec .product__header .catList.-brown .catList__item a:focus {
  background-color: #765F4D;
}
.lContainer.categoryDetailPage .productSec .product__header .catList.-brown .catList__item.current a {
  border-color: #765F4D;
  background-color: #765F4D;
}
.lContainer.categoryDetailPage .productSec .product__header .catList__item.current a {
  background: #633B98;
  color: #FFFFFF;
}
.lContainer.categoryDetailPage .productSec .product__header .catList__item a {
  display: inline-block;
  min-width: 6rem;
  min-height: 2.8rem;
  padding: 0.7rem 1.35rem 0.5rem;
  border: 1px solid #46464B;
  border-radius: 3rem;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  font-size: 1.2rem;
}
.lContainer.categoryDetailPage .productSec .product__header .catList__item a:hover, .lContainer.categoryDetailPage .productSec .product__header .catList__item a:focus {
  background: #633B98;
  color: #FFFFFF;
}
.lContainer.categoryDetailPage .productSec .product__header .heading {
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0.1em;
}
.lContainer.categoryDetailPage .productSec .product__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5.35em;
}
.lContainer.categoryDetailPage .productSec .product__detail .productSlider {
  width: 60%;
}
.lContainer.categoryDetailPage .productSec .product__detail:not(:has(.productDetail)) .productSlider {
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
}
.lContainer.categoryDetailPage .productSec .product__detail .productDetail {
  width: 40%;
}
.lContainer.categoryDetailPage .productSec .product__detail .productSlider .splide__slide {
  background-color: #F5F5F5;
}
.lContainer.categoryDetailPage .productSec .product__detail .productSlider .splide:not(.is-overflow) .splide__arrows {
  display: none;
}
.lContainer.categoryDetailPage .productSec .product__detail .productSlider .splide__arrows .splide__arrow--prev {
  left: -3rem;
}
.lContainer.categoryDetailPage .productSec .product__detail .productSlider .splide__arrows .splide__arrow--next {
  right: -3rem;
}
.lContainer.categoryDetailPage .productSec .product__detail .productSlider .mainCarousel {
  margin-bottom: 2rem;
}
.lContainer.categoryDetailPage .productSec .product__detail .productSlider .mainCarousel img {
  max-width: 100%;
  width: 100%;
  aspect-ratio: 165/116;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border-radius: 2px;
  cursor: pointer;
}
.lContainer.categoryDetailPage .productSec .product__detail .productSlider .mainCarousel .splide__slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.lContainer.categoryDetailPage .productSec .product__detail .productSlider .thumbList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  overflow-x: auto;
}
.lContainer.categoryDetailPage .productSec .product__detail .productSlider .thumbList__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 140px;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
  background-color: #DDDDDD;
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
  -webkit-transition: -webkit-filter 0.4s ease;
  transition: -webkit-filter 0.4s ease;
  transition: filter 0.4s ease;
  transition: filter 0.4s ease, -webkit-filter 0.4s ease;
  cursor: pointer;
}
.lContainer.categoryDetailPage .productSec .product__detail .productSlider .thumbList__item.is-active {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.lContainer.categoryDetailPage .productSec .product__detail .productSlider .thumbList img {
  max-width: 14rem;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border-radius: 2px;
}
.lContainer.categoryDetailPage .productSec .product__detail .productSlider .textArea {
  margin-top: clamp(1.5rem, 2.5vw, 2.6rem);
}
.lContainer.categoryDetailPage .productSec .product__detail .borderTable {
  min-width: auto;
}
.lContainer.categoryDetailPage .productSec .product__detail .borderTable th {
  width: 40%;
  padding: clamp(1.7rem, 3vw, 2.8rem) clamp(1rem, 2.5vw, 2rem);
}
.lContainer.categoryDetailPage .productSec .product__detail .borderTable td {
  padding: clamp(1.7rem, 3vw, 2.8rem) clamp(1.5rem, 2.5vw, 2rem);
}
.lContainer.categoryDetailPage .productSec .product__detail .borderTable .textRed {
  color: #CA302F;
}
.lContainer.categoryDetailPage .productSec .product__detail .tableWrap + .readText {
  margin-top: clamp(1.7rem, 3vw, 2.8rem);
}
.lContainer.categoryDetailPage .productSec .product__remarks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4em;
  margin-top: clamp(5rem, 9vw, 10rem);
}
.lContainer.categoryDetailPage .productSec .product__remarks .remarksCont,
.lContainer.categoryDetailPage .productSec .product__remarks .youtubeCont {
  width: 50%;
}
.lContainer.categoryDetailPage .productSec .product__remarks:not(:has(.youtubeCont)) .remarksCont {
  width: 100%;
}
.lContainer.categoryDetailPage .productSec .product__remarks:not(:has(.remarksCont)) .youtubeCont {
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
}
.lContainer.categoryDetailPage .productSec .product__remarks .remarksCont .remarksList {
  padding: 1.7em 0;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.lContainer.categoryDetailPage .productSec .product__remarks .remarksCont .remarksList__item {
  line-height: 2;
}
.lContainer.categoryDetailPage .productSec .product__remarks .remarksCont .remarksList__item:not(:last-child) {
  margin-bottom: 1.3rem;
}
.lContainer.categoryDetailPage .productSec .product__remarks .remarksCont .remarksList .detailList.-noColon .label {
  display: inline-block;
  margin-right: 1.1em;
}
.lContainer.categoryDetailPage .productSec .product__remarks .youtubeCont iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 52/35;
}
.lContainer.categoryDetailPage .productSec .product__remarks .youtubeCont .youtubeFacade {
  display: block;
  cursor: pointer;
  position: relative;
}
.lContainer.categoryDetailPage .productSec .product__remarks .youtubeCont .youtubeFacade:before {
  display: block;
  content: "";
  width: 4.2rem;
  height: 3rem;
  background-image: url("../img/rental/category/detail/icon_youtube.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.lContainer.categoryDetailPage .productSec .product__remarks .youtubeCont .youtubeFacade img {
  width: 100%;
  border-radius: 2px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 52/35;
}
@media screen and (max-width: 1020px) {
  .lContainer.categoryDetailPage .productSec .product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .lContainer.categoryDetailPage .productSec .product__header {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
  }
  .lContainer.categoryDetailPage .productSec .product__detail {
    display: contents;
  }
  .lContainer.categoryDetailPage .productSec .product__detail .productSlider,
  .lContainer.categoryDetailPage .productSec .product__detail .productDetail {
    width: 100%;
  }
  .lContainer.categoryDetailPage .productSec .product__detail .productSlider {
    display: contents;
  }
  .lContainer.categoryDetailPage .productSec .product__detail .productSlider .sliderArea {
    width: 100%;
    margin-bottom: 3.3em;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .lContainer.categoryDetailPage .productSec .product__detail .productSlider .textArea {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .lContainer.categoryDetailPage .productSec .product__detail .productSlider .mainCarousel img {
    max-width: 100%;
  }
  .lContainer.categoryDetailPage .productSec .product__detail .productSlider .thumbList img {
    max-width: 100%;
  }
  .lContainer.categoryDetailPage .productSec .product__detail .productDetail {
    margin-top: 3.3em;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .lContainer.categoryDetailPage .productSec .product__remarks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
    margin-top: 3.3em;
  }
  .lContainer.categoryDetailPage .productSec .product__remarks .remarksCont,
  .lContainer.categoryDetailPage .productSec .product__remarks .youtubeCont {
    width: 100%;
  }
  .lContainer.categoryDetailPage .productSec .product__remarks .youtubeCont a {
    max-width: 60%;
    margin: 0 auto;
  }
  .lContainer.categoryDetailPage .productSec .product__remarks .youtubeCont a img {
    aspect-ratio: 67/45;
  }
}
@media screen and (max-width: 767px) {
  .lContainer.categoryDetailPage .productSec .product__header .catList {
    gap: 0 0.6rem;
  }
  .lContainer.categoryDetailPage .productSec .product__header .catList__item a {
    min-width: 4.8rem;
    min-height: 2.2rem;
    padding: 0.5rem 0.85rem 0.3rem;
    font-size: 1rem;
  }
  .lContainer.categoryDetailPage .productSec .product__detail .productSlider .splide__arrows {
    display: none;
  }
  .lContainer.categoryDetailPage .productSec .product__detail .productSlider .mainCarousel {
    margin-left: -5vw;
    margin-right: -5vw;
    width: calc(100% + 10vw);
  }
  .lContainer.categoryDetailPage .productSec .product__detail .productSlider .mainCarousel img {
    aspect-ratio: 75/56;
  }
  .lContainer.categoryDetailPage .productSec .product__detail .productSlider .thumbList__item {
    gap: 1rem;
  }
  .lContainer.categoryDetailPage .productSec .product__detail .borderTable td {
    letter-spacing: 0.03em;
  }
  .lContainer.categoryDetailPage .productSec .product__remarks .youtubeCont a {
    max-width: 100%;
  }
  .lContainer.categoryDetailPage .productSec .product__remarks .youtubeCont a .moreBtn {
    min-width: 9.4rem;
    min-height: 2.2rem;
    padding: 0.5em 0.5em 0.5em 2.5em;
    background-size: 10px auto;
    background-position: center left 12px;
    font-size: 1.1rem;
    left: 1rem;
    bottom: 1.2rem;
  }
}
.lContainer.categoryDetailPage .inquirySec {
  padding: 5.5em 0 6.7em;
}
.lContainer.categoryDetailPage .inquirySec .heading {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.lContainer.categoryDetailPage .inquirySec .heading:before {
  display: block;
  content: "";
  width: 15.1rem;
  height: 25.5rem;
  background-image: url("../img/rental/category/detail/dec_balloon.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 151px auto;
  position: absolute;
  top: -94%;
  right: 13.7%;
  z-index: -1;
}
.lContainer.categoryDetailPage .inquirySec .heading.-withEn .en {
  margin-bottom: 1.2em;
  letter-spacing: 0.01em;
  font-size: 1.5rem;
}
.lContainer.categoryDetailPage .inquirySec .heading.-withEn .jp {
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-size: clamp(2.5rem, 4vw, 3rem);
}
.lContainer.categoryDetailPage .inquirySec .btnArea {
  margin-top: clamp(2.6rem, 5vw, 3.8rem);
}
.lContainer.categoryDetailPage .inquirySec .btnArea .pcShow {
  display: inline-block;
}
.lContainer.categoryDetailPage .inquirySec .btnArea .spShow {
  display: none;
}
@media screen and (max-width: 1020px) {
  .lContainer.categoryDetailPage .inquirySec .heading:before {
    right: 6%;
  }
}
@media screen and (max-width: 767px) {
  .lContainer.categoryDetailPage .inquirySec {
    padding: 0.8em 0;
    width: 100%;
    background-color: #FFFFFF;
    border-top: 5px solid #CA302F;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
  }
  .lContainer.categoryDetailPage .inquirySec .heading {
    margin-bottom: 0.1em;
    position: relative;
    z-index: 1;
  }
  .lContainer.categoryDetailPage .inquirySec .heading:before {
    width: 3.8rem;
    height: 6.5rem;
    background-size: 38px auto;
    top: -132%;
    right: -3%;
  }
  .lContainer.categoryDetailPage .inquirySec .heading.-withEn .en {
    display: none;
  }
  .lContainer.categoryDetailPage .inquirySec .heading.-withEn .jp {
    color: #000000;
    font-weight: 400;
    font-size: 1.2rem;
  }
  .lContainer.categoryDetailPage .inquirySec .heading.-withEn .jp br {
    display: none;
  }
  .lContainer.categoryDetailPage .inquirySec .btnArea {
    margin-top: 0;
  }
  .lContainer.categoryDetailPage .inquirySec .btnArea .btn {
    padding: 1em;
    background-color: #CA302F;
    color: #FFFFFF;
  }
  .lContainer.categoryDetailPage .inquirySec .btnArea .btn span {
    padding: 0;
  }
  .lContainer.categoryDetailPage .inquirySec .btnArea .btn span:before {
    content: none;
  }
  .lContainer.categoryDetailPage .inquirySec .btnArea .pcShow {
    display: none;
  }
  .lContainer.categoryDetailPage .inquirySec .btnArea .spShow {
    display: inline-block;
  }
}
.lContainer.categoryDetailPage .recommendSec {
  padding: 5.4em 0 6em;
  position: relative;
}
.lContainer.categoryDetailPage .recommendSec:before {
  display: block;
  content: "";
  width: 24.5rem;
  height: 12.4rem;
  background-image: url("../img/rental/category/detail/dec_flag-garland_left.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 245px auto;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .lContainer.categoryDetailPage .recommendSec {
    padding: 5em 0;
  }
  .lContainer.categoryDetailPage .recommendSec:before {
    width: 15.7rem;
    height: 8rem;
    background-size: 157px auto;
  }
}
.lContainer.categoryDetailPage .recommendSec .heading.-withEn .en {
  letter-spacing: 0.01em;
  font-size: 1.5rem;
}
.lContainer.categoryDetailPage .recommendSec .heading.-withEn .jp {
  letter-spacing: 0.05em;
}
.lContainer.categoryDetailPage .recommendSec .recommendList {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
}
@media screen and (max-width: 767px) {
  .lContainer.categoryDetailPage .recommendSec .recommendList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 560px) {
  .lContainer.categoryDetailPage .recommendSec .recommendList {
    gap: 1.5rem;
  }
}
.lContainer.categoryDetailPage .recommendSec .recommendList a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.lContainer.categoryDetailPage .recommendSec .recommendList a:hover {
  opacity: 0.8;
}
.lContainer.categoryDetailPage .recommendSec .recommendList .recoDetail {
  height: 100%;
}
.lContainer.categoryDetailPage .recommendSec .recommendList .recoDetail__img {
  display: block;
  border-radius: 2px 2px 0 0;
  overflow: hidden;
}
.lContainer.categoryDetailPage .recommendSec .recommendList .recoDetail__img img {
  width: 100%;
  aspect-ratio: 260/179;
  -o-object-fit: cover;
     object-fit: cover;
}
.lContainer.categoryDetailPage .recommendSec .recommendList .recoDetail__body {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1.5rem 1.5rem 1.2rem;
  background-color: #FFFFFF;
  border-radius: 0 0 2px 2px;
}
.lContainer.categoryDetailPage .recommendSec .recommendList .recoDetail__cat {
  display: inline-block;
  min-width: 7.7rem;
  min-height: 2.3rem;
  margin-bottom: 0.7rem;
  padding: 0.5em 0.7em 0.3em;
  border-radius: 99em;
  background-color: #FFFFFF;
  border: 1px solid;
  text-align: center;
  line-height: 1;
  font-weight: 500;
  font-size: 1.1rem;
}
.lContainer.categoryDetailPage .recommendSec .recommendList .recoDetail__cat.-purple {
  border-color: #633B98;
  color: #633B98;
}
.lContainer.categoryDetailPage .recommendSec .recommendList .recoDetail__cat.-blue {
  border-color: #3458AE;
  color: #3458AE;
}
.lContainer.categoryDetailPage .recommendSec .recommendList .recoDetail__cat.-green {
  border-color: #46A158;
  color: #46A158;
}
.lContainer.categoryDetailPage .recommendSec .recommendList .recoDetail__cat.-yellow {
  border-color: #FCC201;
  color: #FCC201;
}
.lContainer.categoryDetailPage .recommendSec .recommendList .recoDetail__cat.-orange {
  border-color: #F2913D;
  color: #F2913D;
}
.lContainer.categoryDetailPage .recommendSec .recommendList .recoDetail__cat.-pink {
  border-color: #FA78A0;
  color: #FA78A0;
}
.lContainer.categoryDetailPage .recommendSec .recommendList .recoDetail__cat.-brown {
  border-color: #765F4D;
  color: #765F4D;
}
.lContainer.categoryDetailPage .recommendSec .recommendList .recoDetail__ttl {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .lContainer.categoryDetailPage .recommendSec .recommendList .recoDetail__body {
    padding: 0.4rem 1rem 1rem;
  }
  .lContainer.categoryDetailPage .recommendSec .recommendList .recoDetail__cat {
    min-width: 5.9rem;
    min-height: 1.8rem;
    margin-bottom: 0.6rem;
    letter-spacing: 0;
    font-size: 0.9rem;
  }
  .lContainer.categoryDetailPage .recommendSec .recommendList .recoDetail__ttl {
    line-height: 1.4;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 560px) {
  .lContainer.categoryDetailPage .recommendSec .recommendList .recoDetail__img img {
    aspect-ratio: 1/1;
  }
}

.filterModal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0;
  z-index: 999;
}
.filterModal .modalOverlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.filterModal .modalBody {
  max-width: 110rem;
  width: 100%;
  max-height: calc(100% - 14rem);
  background-color: #FFFFFF;
  border-radius: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow-y: auto;
}
.filterModal .closeBtnCont {
  padding: 1.35em 1.35em 1.6em;
  text-align: right;
}
.filterModal .closeBtnCont .closeBtn {
  display: inline-block;
  width: 2.6rem;
  height: 2.6rem;
  background-color: transparent;
  background-image: url("../img/rental/category/btn_close_circle_red.svg");
  background-repeat: no-repeat;
  background-size: 26px auto;
  border: none;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .filterModal .closeBtnCont {
    padding: 0.95em 1.1em;
  }
}
.filterModal .modalCont > .heading {
  margin-bottom: 0;
}
.filterModal .modalCont > .heading.-iconFilter {
  padding-left: 3.8em;
  background-image: url("../img/rental/category/icon_filter_red.svg");
  background-repeat: no-repeat;
  background-position: top 1em left 2.1em;
  background-size: 26px auto;
}
@media screen and (max-width: 767px) {
  .filterModal .modalCont > .heading.-iconFilter {
    padding-left: 2.4em;
    background-position: top 1em left 0.5em;
    background-size: 22px auto;
  }
}
.filterModal .filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 4em;
  padding: 2.7em 3.34em 4.7em;
}
@media screen and (max-width: 1020px) {
  .filterModal .filter {
    gap: 2em;
    padding: 2.5em 2em 3.5em;
  }
}
@media screen and (max-width: 767px) {
  .filterModal .filter {
    gap: 2.9em;
    padding: 2.9em 1.45em 5em;
  }
}
.filterModal .filter .heading.-lv4 {
  padding: 0.25em 0.73em;
  font-size: clamp(1.7rem, 2.5vw, 2rem);
}
.filterModal .filter .heading.-lv5 {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .filterModal .filter .heading.-lv4 {
    margin-bottom: 1.6rem;
  }
}
.filterModal .filter__group {
  width: calc((100% - 4em) / 2);
}
@media screen and (max-width: 1020px) {
  .filterModal .filter__group {
    width: calc((100% - 2em) / 2);
  }
}
@media screen and (max-width: 767px) {
  .filterModal .filter__group {
    width: 100%;
  }
}
.filterModal .filter__group.-conditions .heading.-lv4 {
  margin-bottom: 4rem;
}
.filterModal .filter__group.-conditions .filter__item:not(:last-child) {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .filterModal .filter__group.-conditions .heading.-lv4 {
    margin-bottom: 2.2rem;
  }
  .filterModal .filter__group.-conditions .spToggle {
    display: block;
    width: 100%;
    margin-bottom: 0;
    padding: 0.9em 1.1em;
    background-color: #F5F5F5;
    color: #000000;
    cursor: pointer;
    position: relative;
  }
  .filterModal .filter__group.-conditions .spToggle:after {
    display: block;
    content: "";
    width: 1.1rem;
    height: 0.6rem;
    background-image: url("../img/rental/category/icon_arrow_down_red.svg");
    background-repeat: no-repeat;
    background-size: 11px auto;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
    -webkit-transition: ease all 0.5s;
    transition: ease all 0.5s;
  }
  .filterModal .filter__group.-conditions .spToggle.is-open:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .filterModal .filter__group.-conditions .filter__item {
    border-radius: 2px;
    overflow: hidden;
  }
  .filterModal .filter__group.-conditions .filter__item:not(:last-child) {
    margin-bottom: 2rem;
  }
  .filterModal .filter__group.-conditions .filter__tags {
    display: none;
    padding: 0 1.1em 1.5em;
    background-color: #F5F5F5;
  }
  .filterModal .filter__group.-conditions .filter__tag {
    display: block;
    width: 100%;
    background-color: #FFFFFF;
  }
  .filterModal .filter__group.-conditions .filter__tag:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 560px) {
  .filterModal .filter__group.-conditions .filter__item:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.filterModal .filter__note {
  margin-bottom: 1.6rem;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .filterModal .filter__note {
    margin-bottom: 2rem;
    font-size: 1.2rem;
  }
}
.filterModal .filter__all {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .filterModal .filter__all {
    margin-bottom: 2rem;
  }
}
.filterModal .filter__section:not(:last-child) {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .filterModal .filter__section:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.filterModal .filter__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.filterModal .filter__item:not(:last-child) {
  margin-bottom: 1rem;
}
.filterModal .filter__item--accordion .filter__item-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.filterModal .filter__item--pair {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1rem;
}
.filterModal .filter__item--pair .filter__tag--only {
  width: calc((100% - 1rem) / 2);
}
@media screen and (max-width: 767px) {
  .filterModal .filter__item--pair .filter__tag--only {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
.filterModal .filter__item-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
}
.filterModal .filter__tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6em;
  min-width: 6rem;
  padding: 0.7em 0.9em 0.3em;
  background-color: #F5F5F5;
  border: 1px solid #F5F5F5;
  border-radius: 2px;
  outline: none;
  line-height: 1.2;
  font-weight: 400;
  font-size: 1.3rem;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  position: relative;
  cursor: pointer;
}
.filterModal .filter__tag:has(input:checked) {
  background-color: #FFF6F6;
  border-color: #CA302F;
}
.filterModal .filter__tag:has(input:hover), .filterModal .filter__tag:has(input:focus) {
  border-color: #CA302F;
}
.filterModal .filter__tag:not(.filter__tag--block):not(.filter__tag--only) {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.filterModal .filter__tag--block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 5rem;
  padding: 1.2em 4em 0.8em 1.6em;
  font-size: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.filterModal .filter__tag--only {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 5rem;
  padding: 0.95em 1.3em;
  letter-spacing: 0;
  font-size: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.filterModal .filter__tag input[type=checkbox] {
  width: 12px;
  height: 12px;
  margin-top: -0.2em;
}
.filterModal .filter__tag input[type=checkbox]:before {
  width: 0;
  height: 2px;
  left: 2px;
  top: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.filterModal .filter__tag input[type=checkbox]:after {
  width: 2px;
  height: 0;
  right: 9px;
  bottom: 3px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.filterModal .filter__tag input[type=checkbox]:checked {
  background-color: #CA302F;
  border-color: #CA302F;
}
.filterModal .filter__tag input[type=checkbox]:checked:before {
  width: 5px;
  height: 2px;
  left: 0;
  top: 6px;
}
.filterModal .filter__tag input[type=checkbox]:checked:after {
  width: 2px;
  height: 8px;
  right: 3px;
  bottom: 1px;
}
.filterModal .filter__tag input[type=checkbox]:indeterminate:before {
  width: 6px;
  top: 50%;
  left: 2px;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
@media screen and (max-width: 767px) {
  .filterModal .filter__tag {
    gap: 0.5em;
    min-width: auto;
    padding: 0.7em 0.9em 0.65em;
    font-size: 1.2rem;
  }
  .filterModal .filter__tag:not(.filter__tag--block):not(.filter__tag--only) {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .filterModal .filter__tag--block {
    font-size: 1.4rem;
  }
  .filterModal .filter__tag--only {
    font-size: 1.4rem;
  }
}
.filterModal .filter__tags .filter__tag input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.filterModal .filter__tags .filter__tag input[type=checkbox]:checked + span, .filterModal .filter__tags .filter__tag input[type=checkbox]:checked ~ span {
  background-color: #FFF6F6;
  border-color: #CA302F;
}
.filterModal .filter__tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .filterModal .filter__tags li {
    width: calc((100% - 1rem) / 2);
  }
}
.filterModal .filter__sublist {
  display: none;
  margin-top: 1rem;
}
.filterModal .filter__toggle {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 5rem;
  height: 5rem;
  border: none;
  background: transparent url("../img/rental/category/icon_accordion_open.svg") no-repeat center/15px auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  top: 1px;
  right: 0;
}
.filterModal .filter__toggle[aria-expanded=true] {
  background-image: url("../img/rental/category/icon_accordion_close.svg");
}
.filterModal .filter__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1em;
  width: 100%;
}
@media screen and (max-width: 560px) {
  .filterModal .filter__actions {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.2em;
  }
}
.filterModal .filter__reset {
  background-color: transparent;
  border: none;
  color: #666666;
  font-weight: 500;
  cursor: pointer;
}
.filterModal .filter__submit {
  display: block;
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 7rem;
  padding: 1em 4em;
  border-radius: 3.5rem;
  background-color: #CA302F;
  border: 2px solid #CA302F;
  text-decoration: none;
  text-align: center;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.7rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
.filterModal .filter__submit:hover, .filterModal .filter__submit:focus {
  background-color: #FFFFFF;
  color: #CA302F;
}
@media screen and (max-width: 767px) {
  .filterModal .filter__submit {
    padding: 1em 2em;
  }
}

#imageModal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100vw;
  height: 1005;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s ease, visibility 0.35s ease;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  position: fixed;
  inset: 0;
  z-index: 9999;
}
#imageModal.is-active {
  opacity: 1;
  visibility: visible;
}
#imageModal .imageModal__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 90%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-height: 90vh;
  position: relative;
}
#imageModal .imageModal__content img {
  display: block;
  max-width: 100%;
  max-height: 90vh;
  opacity: 0;
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
#imageModal .imageModal__content img.is-show {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#imageModal .imageModal__nav {
  display: block;
  content: "";
  width: 20%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 3.5rem auto;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  opacity: 1;
  -webkit-animation: imageModalShow 1s linear 0s;
          animation: imageModalShow 1s linear 0s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  overflow: hidden;
}
#imageModal .imageModal__nav:disabled {
  display: none;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@-webkit-keyframes imageModalShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes imageModalShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#imageModal .imageModal__nav--prev {
  background-image: url("../img/rental/category/detail/icon_prev_white.svg");
  background-position: left;
  left: 0;
}
#imageModal .imageModal__nav--next {
  background-image: url("../img/rental/category/detail/icon_next_white.svg");
  background-position: right;
  right: 0;
}
#imageModal .imageModal__close {
  border: none;
  background: none;
  color: #fff;
  font-size: 42px;
  line-height: 1;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #imageModal .imageModal__close {
    top: 10px;
    right: 10px;
  }
}

.categoryHead .inner.-purple {
  background-color: #633B98;
}

.categoryHead .inner.-blue {
  background-color: #3458AE;
}

.categoryHead .inner.-green {
  background-color: #46A158;
}

.categoryHead .inner.-yellow {
  background-color: #FCC201;
}

.categoryHead .inner.-orange {
  background-color: #F2913D;
}

.categoryHead .inner.-pink {
  background-color: #FA78A0;
}

.categoryHead .inner.-brown {
  background-color: #765F4D;
}

.lContainer.-faqPage .mContainer:nth-of-type(n+2) {
  padding-top: 0;
}
.lContainer.-faqPage .mContainer:last-child {
  margin-bottom: 10.5rem;
}
.lContainer.-faqPage .mContainer.-tagContainer .tagList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 560px) {
  .lContainer.-faqPage .mContainer.-tagContainer .tagList {
    padding-left: 1em;
  }
}
.lContainer.-faqPage .mContainer.-tagContainer .tagList__item {
  font-family: "IBM Plex Sans JP", "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 600;
}
.lContainer.-faqPage .mContainer.-tagContainer .tagList__item a {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1em 3.4em 1em 2em;
  border: 1px solid #CA302F;
  border-radius: 30rem;
  color: #CA302F;
}
@media screen and (max-width: 560px) {
  .lContainer.-faqPage .mContainer.-tagContainer .tagList__item a {
    right: 1em;
    padding-right: 2.4em;
    padding-left: 1.4em;
    font-size: 0.9em;
  }
}
.lContainer.-faqPage .mContainer.-tagContainer .tagList__item a:after {
  position: absolute;
  top: 50%;
  right: 1.4em;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
  content: "";
  width: 1em;
  height: 1em;
  background: url(../img/common/icon_arrow_down_red.svg);
  background-repeat: no-repeat;
}
@media screen and (max-width: 560px) {
  .lContainer.-faqPage .mContainer.-tagContainer .tagList__item a:after {
    right: 1em;
    width: 0.8em;
    height: 0.8em;
    background-size: contain;
  }
}
.lContainer.-faqPage .mContainer.-faqContainer .faqList__item.is-open .faqList__question:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.lContainer.-faqPage .mContainer.-faqContainer .faqList__item:not(:last-child) {
  margin-bottom: clamp(1.5rem, 2.5vw, 2rem);
}
.lContainer.-faqPage .mContainer.-faqContainer .faqList dt {
  padding: 0;
  background-color: #FFF8F8;
}
.lContainer.-faqPage .mContainer.-faqContainer .faqList__question {
  display: block;
  width: 100%;
  padding: 1.2em 1.3em 1.3em 3.8em;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  background-image: url(../img/faq/icon_question.svg);
  background-repeat: no-repeat;
  background-size: 25px auto;
  background-position: top 1.2em left 1.4em;
  text-align: left;
  letter-spacing: 0.05em;
  font-size: 1.7rem;
  position: relative;
  font-weight: 800;
}
@media screen and (max-width: 560px) {
  .lContainer.-faqPage .mContainer.-faqContainer .faqList__question {
    padding-right: 1.8em;
    padding-left: 2.8em;
    background-position: top 1.2em left 0.8em;
  }
}
.lContainer.-faqPage .mContainer.-faqContainer .faqList__question:after {
  display: inline-block;
  content: "";
  width: 1.2rem;
  height: 0.7rem;
  background-image: url(../img/common/icon_arrow_down_red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  top: 2em;
  right: 1.5em;
}
@media screen and (max-width: 560px) {
  .lContainer.-faqPage .mContainer.-faqContainer .faqList__question:after {
    top: 2.8em;
    right: 1em;
  }
}
.lContainer.-faqPage .mContainer.-faqContainer .faqList__content {
  display: none;
  padding: 1.1em 1.3em 1.3em 4.3em;
  background-color: #F2F7FF;
  font-size: 1.5rem;
}
@media screen and (max-width: 560px) {
  .lContainer.-faqPage .mContainer.-faqContainer .faqList__content {
    padding-left: 3.7em;
  }
}
.lContainer.-faqPage .mContainer.-faqContainer .faqList__content:before {
  display: inline-block;
  margin-left: -2.5em;
  margin-right: 0.8rem;
  content: url(../img/faq/icon_answer.svg);
  width: 2.5rem;
  height: 2.5rem;
  vertical-align: middle;
}
@media screen and (max-width: 560px) {
  .lContainer.-faqPage .mContainer.-faqContainer .faqList__content:before {
    margin-left: -3em;
  }
}

@media screen and (max-width: 1020px) {
  .lContainer.policyPage .policySec {
    padding-bottom: 10em;
  }
}
.lContainer.policyPage .policySec ol, .lContainer.policyPage .policySec ul {
  margin-top: 2rem;
}
.lContainer.policyPage .policySec .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.lContainer.policyPage .policySec .flex.-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 8rem;
}
@media screen and (max-width: 560px) {
  .lContainer.policyPage .policySec .flex.-end {
    margin-top: 6rem;
  }
}
.lContainer.policyPage .policySec .flex.-end .rightClaw {
  text-align: right;
}

/*==================================================================================================
	ユーティリティ Utility
==================================================================================================*/
/*----------------------------------------------------------------
※ 余白はコンポーネント側で持つ（原則）
※ 下記余白用ユーティリティは例外対応だけに使用してください！！

【 OK な例 】
① 一時的な調整
<section class="mt4">
→ OK（ページ単位の余白）

② CMS / 動的コンテンツ
<p class="mb2">...</p>
→ OK（構造が制御できない）

【 NG な例 】
① コンポーネント内部
<h2 class="feature__title mb2">
→ NG（CSSに書くべき）
----------------------------------------------------------------*/
.mt0 {
  margin-top: 0;
}

.mt1 {
  margin-top: 1rem;
}

.mt2 {
  margin-top: clamp(1.6rem, 2.5vw, 2rem);
}

.mt3 {
  margin-top: clamp(2rem, 3vw, 3rem);
}

.mt4 {
  margin-top: clamp(2.8rem, 4vw, 4rem);
}

.mt5 {
  margin-top: clamp(2rem, 5.5vw, 5rem);
}

.mb0 {
  margin-bottom: 0;
}

.mb1 {
  margin-bottom: 1rem;
}

.mb2 {
  margin-bottom: clamp(1.6rem, 2.5vw, 2rem);
}

.mb3 {
  margin-bottom: clamp(2rem, 3vw, 3rem);
}

.mb4 {
  margin-bottom: clamp(2.8rem, 4vw, 4rem);
}

.mb5 {
  margin-bottom: clamp(2rem, 5.5vw, 5rem);
}

.mb6 {
  margin-bottom: clamp(3rem, 6vw, 6rem);
}

.mb7 {
  margin-bottom: clamp(3.5rem, 7vw, 7rem);
}

.mb8 {
  margin-bottom: clamp(4rem, 8vw, 8rem);
}

.mb9 {
  margin-bottom: clamp(4.5rem, 9vw, 9rem);
}

.mb10 {
  margin-bottom: clamp(5rem, 10vw, 10rem);
}