@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  opacity: 0;
  z-index: 0;
  margin: 0 !important;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  display: flex;
  margin: 0 !important;
  padding: 0 !important;
  height: 100%;

  backface-visibility: hidden;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  margin: 0;
  list-style-type: none;
  pointer-events: auto;
  line-height: 1;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  visibility: hidden;
  position: relative;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  flex-shrink: 0;
  box-sizing: border-box;
  position: relative;
  margin: 0;
  list-style-type: none !important;

  backface-visibility: hidden;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: splide-loading 1s linear infinite;

  contain: strict;
}

.splide__sr {
  overflow: hidden;
  clip: rect(0 0 0 0);
  position: absolute;
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/*
* summer.css
*
*/
@media (min-width: 768px) {
  .bl_lv2heading_icon img {
    width: 6.2rem;
    height: 6.2rem;
  }
  .isTablet .bl_lv2heading_icon img {
    width: 4.5387994143vw;
    height: 4.5387994143vw;
  }
}

.un_main_content {
  overflow-x: clip;
  margin-top: 31.2820512821vw;
}
@media (min-width: 768px) {
  .un_main_content {
    margin-top: 16.8rem;
  }
  .isTablet .un_main_content {
    margin-top: 12.298682284vw;
  }
}

.un_uv-rays {
  --bg-color: #08c96f;
  --media-ttl-bg: #ff6134;
  --media-ttl-color: #fff;
  --media-subTtl-color: #08c96f;
  --icon-color: #efe31d;
  --kv-color: #efe31d;
  --dot-color: #e7f3fa;
}

.un_economical {
  --bg-color: #08c96f;
  --media-ttl-bg: #efe31d;
  --media-ttl-color: #2a2b2c;
  --media-subTtl-color: #ff6134;
  --icon-color: #efe31d;
  --kv-color: #ff6134;
  --dot-color: #ffefea;
}

.un_invasion {
  --bg-color: #08c96f;
  --media-ttl-bg: #0989cb;
  --media-ttl-color: #fff;
  --media-subTtl-color: #08c96f;
  --icon-color: #efe31d;
  --kv-color: #0989cb;
  --dot-color: #ffefea;
}

.un_section_kv {
  display: grid;
  position: relative;
}
@media (min-width: 768px) {
  .un_section_kv {
    justify-content: space-between;
    margin: 0 8.3rem 0 7.7rem;

    grid-template-rows: 21.2rem 1fr;
    grid-template-columns: 49.3rem 1fr;
    -moz-column-gap: 2.2rem;
         column-gap: 2.2rem;
  }
  .isTablet .un_section_kv {
    margin: 0 6.0761346999vw 0 5.6368960469vw;

    grid-template-rows: 15.5197657394vw 1fr;
    grid-template-columns: 36.0907759883vw 1fr;
    -moz-column-gap: 1.6105417277vw;
         column-gap: 1.6105417277vw;
  }
}
@media (min-width: 768px) {
  .un_section_kv.un_section_kv-reverse {
    margin: 0 7.7rem 0 8.3rem;

    grid-template-columns: 1fr 49.3rem;
  }
  .isTablet .un_section_kv.un_section_kv-reverse {
    margin: 0 5.6368960469vw 0 6.0761346999vw;

    grid-template-columns: 1fr 36.0907759883vw;
  }
}

.un_section_kv_txt {
  display: grid;
  align-items: center;
  padding: 5.8974358974vw 4.1025641026vw 6.1538461538vw;
  border-radius: 6.1538461538vw 6.1538461538vw 6.1538461538vw 0;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #fff;
  letter-spacing: -0.024em;
  font-feature-settings: normal;
}
@media (min-width: 768px) {
  .un_section_kv_txt {
    align-self: end;
    margin-bottom: 1.4rem;
    margin-left: 3rem;
    padding: 2.4rem 5rem;
    border-radius: 4rem 4rem 4rem 0;
    min-height: 17.3rem;

    grid-row: 1;
    grid-column: 2;
  }
  .isTablet .un_section_kv_txt {
    margin-top: 1.6105417277vw;
    margin-left: 2.196193265vw;
    padding: 1.756954612vw 3.6603221083vw;
    border-radius: 2.9282576867vw 2.9282576867vw 2.9282576867vw 0;
    min-height: 12.6647144949vw;
  }
}
.un_section_kv.un_section_kv-reverse .un_section_kv_txt {
  padding-inline: 3.5897435897vw;
}
@media (min-width: 768px) {
  .un_section_kv.un_section_kv-reverse .un_section_kv_txt {
    margin-right: 3rem;
    margin-left: 0;
    padding: 2.4rem 3rem;
    border-radius: 4rem 4rem 0 4rem;

    grid-column: 1;
  }
  .isTablet .un_section_kv.un_section_kv-reverse .un_section_kv_txt {
    margin-right: 2.196193265vw;
    padding: 1.756954612vw 2.4158125915vw;
    border-radius: 2.9282576867vw 2.9282576867vw 0 2.9282576867vw;
  }
}
.un_section_kv_txt p {
  align-self: center;
}

.un_section_kv_content {
  position: relative;
}
.un_section_kv_content img {
  border-radius: 4.1025641026vw;
}
@media (min-width: 768px) {
  .un_section_kv_content img {
    border-radius: 2.4rem;
  }
  .isTablet .un_section_kv_content img {
    border-radius: 1.756954612vw;
  }
}
.un_section_kv_content::after {
  content: "";
  display: block;
  position: absolute;
  right: -0.5128205128vw;
  bottom: -0.5128205128vw;
  border-radius: 6.1538461538vw 6.1538461538vw 6.1538461538vw 0;
  width: 8.2051282051vw;
  height: 20.5128205128vw;
  background-color: var(--kv-color);
}
@media (min-width: 768px) {
  .un_section_kv_content::after {
    right: -3.6rem;
    bottom: 0;
    border-radius: 2.4rem 2.4rem 2.4rem 0;
    width: 4.7rem;
    height: 13.2rem;

    translate: 50% 0;
  }
  .isTablet .un_section_kv_content::after {
    right: -2.635431918vw;
    border-radius: 1.756954612vw 1.756954612vw 1.756954612vw 0;
    width: 3.4407027818vw;
    height: 9.663250366vw;
  }
}
@media (min-width: 768px) {
  .un_section_kv.un_section_kv-reverse .un_section_kv_content::after {
    width: 5.2rem;
  }
  .isTablet .un_section_kv.un_section_kv-reverse .un_section_kv_content::after {
    width: 3.8067349927vw;
  }
}

.un_section_kv_img-abs {
  position: absolute;
}
.un_section_kv_img-abs img {
  width: 100%;
}

.un_section_kv_content-lg {
  position: relative;
  padding-top: 4.1025641026vw;
  padding-left: 4.1025641026vw;
}
@media (min-width: 768px) {
  .un_section_kv_content-lg {
    padding-top: 0;
    padding-left: 0;

    grid-row: span 2;
    grid-column: 1;
  }
}
.un_section_kv_content-lg img {
  display: block;
  width: 72.0512820513vw;
}
@media (min-width: 768px) {
  .un_section_kv_content-lg img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .un_section_kv.un_section_kv-reverse .un_section_kv_content-lg {
    margin-left: 0;
    padding-right: 0;

    grid-column: 2;
  }
}

.un_section_heading_img {
  position: absolute;
}
.un_section_heading_img img {
  width: 100%;
}

.un_section_footing_imgBox .un_section_footing_img {
  position: absolute;
  left: 50%;

  translate: -50% 100%;
}
.un_section_footing_imgBox__cat01 .un_section_footing_img {
  bottom: 44.1025641026vw;
}
@media (min-width: 768px) {
  .un_section_footing_imgBox__cat01 .un_section_footing_img {
    bottom: 27rem;
  }
  .isTablet .un_section_footing_imgBox__cat01 .un_section_footing_img {
    bottom: 20.1317715959vw;
  }
}
.un_section_footing_imgBox__cat01 .un_section_footing_img__body {
  z-index: 0;
  width: 17.1794871795vw;
}
@media (min-width: 768px) {
  .un_section_footing_imgBox__cat01 .un_section_footing_img__body {
    width: 8.423rem;
  }
  .isTablet .un_section_footing_imgBox__cat01 .un_section_footing_img__body {
    width: 6.1661786237vw;
  }
}
.un_section_footing_imgBox__cat01 .un_section_footing_img__hand {
  z-index: 10;
  width: 23.5897435897vw;
}
@media (min-width: 768px) {
  .un_section_footing_imgBox__cat01 .un_section_footing_img__hand {
    width: 12rem;
  }
  .isTablet .un_section_footing_imgBox__cat01 .un_section_footing_img__hand {
    width: 8.78477306vw;
  }
}
.un_section_footing_imgBox__cat02 .un_section_footing_img {
  bottom: 30.2564102564vw;
}
@media (min-width: 768px) {
  .un_section_footing_imgBox__cat02 .un_section_footing_img {
    bottom: 12.4rem;
  }
  .isTablet .un_section_footing_imgBox__cat02 .un_section_footing_img {
    bottom: 9.0775988287vw;
  }
}
.un_section_footing_imgBox__cat02 .un_section_footing_img__body {
  z-index: 0;
  width: 21.2820512821vw;
}
@media (min-width: 768px) {
  .un_section_footing_imgBox__cat02 .un_section_footing_img__body {
    width: 10.3rem;
  }
  .isTablet .un_section_footing_imgBox__cat02 .un_section_footing_img__body {
    width: 7.5402635432vw;
  }
}
.un_section_footing_imgBox__cat02 .un_section_footing_img__hand {
  z-index: 10;
  bottom: 28.7179487179vw;
  width: 29.4871794872vw;
}
@media (min-width: 768px) {
  .un_section_footing_imgBox__cat02 .un_section_footing_img__hand {
    bottom: 11.8rem;
    width: 14.2rem;
  }
  .isTablet .un_section_footing_imgBox__cat02 .un_section_footing_img__hand {
    bottom: 8.6383601757vw;
    width: 10.3953147877vw;
  }
}
.un_section_footing_imgBox__dog .un_section_footing_img {
  bottom: 41.0256410256vw;
  width: 34.358974359vw;
}
@media (min-width: 768px) {
  .un_section_footing_imgBox__dog .un_section_footing_img {
    bottom: 26rem;
    width: 18.5rem;
  }
  .isTablet .un_section_footing_imgBox__dog .un_section_footing_img {
    bottom: 19.0336749634vw;
    width: 13.5431918009vw;
  }
}

.un_kv {
  overflow-x: clip;
  position: relative;
  z-index: 1;
  width: 100%;

  aspect-ratio: 390/375;
  margin-block: 0 5.1282051282vw;
}
@media (min-width: 768px) {
  .un_kv {
    margin-block: 0 max(3.8067349927vw, 4.4158125915rem);
    aspect-ratio: 1366/328;
  }
  .isTablet .un_kv {
    margin-block: 0 3.8067349927vw;
  }
}

.un_kv_cont {
  display: grid;
  position: absolute;
  z-index: 1;
  bottom: 8.9743589744vw;
  left: 50%;

  grid-template-areas: "kv-ttl kv-ttl" "kv-img01 kv-img02";
  gap: 7.1794871795vw 4.1025641026vw;
  translate: -50% 0 0;
}
@media (min-width: 768px) {
  .un_kv_cont {
    bottom: max(5.270863836vw, 6.1142020498rem);

    grid-template-areas: "kv-img01 kv-ttl kv-img02";
    gap: 0 max(1.756954612vw, 2.0380673499rem);
  }
  .isTablet .un_kv_cont {
    bottom: 5.270863836vw;

    gap: 0 1.756954612vw;
  }
}

.un_kv_ttl-block {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;

  grid-area: kv-ttl;
  gap: 4.1025641026vw;
}
@media (min-width: 768px) {
  .un_kv_ttl-block {
    gap: max(1.756954612vw, 2.0380673499rem);
  }
  .isTablet .un_kv_ttl-block {
    gap: 1.756954612vw;
  }
}

.un_kv_ttl {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.un_kv_ttl-main {
  width: 46.6666666667vw;
}
@media (min-width: 768px) {
  .un_kv_ttl-main {
    width: max(17.1303074671vw, 19.8711566618rem);
  }
  .isTablet .un_kv_ttl-main {
    width: 17.1303074671vw;
  }
}
.un_kv_ttl-main img {
  width: 100%;
}

.un_kv_ttl-sub {
  position: relative;
  left: -0.5128205128vw;
  margin-top: 3.0769230769vw;
  width: 60.5128205128vw;
}
@media (min-width: 768px) {
  .un_kv_ttl-sub {
    display: flex;
    justify-content: center;
    left: 0;
    margin: max(1.4641288433vw, 1.6983894583rem) auto 0;
    width: max(20.3513909224vw, 23.60761347rem);
  }
  .isTablet .un_kv_ttl-sub {
    margin: 1.4641288433vw auto 0;
    width: 20.3513909224vw;
  }
}

.un_kv_cont_img {
  position: relative;
  z-index: 1;
  width: 29.7435897436vw;

  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .un_kv_cont_img {
    margin-top: min(-1.1713030747vw, -1.3587115666rem);
    width: max(10.8345534407vw, 12.5680819912rem);
  }
  .isTablet .un_kv_cont_img {
    margin-top: -1.1713030747vw;
    width: 10.8345534407vw;
  }
}
.un_kv_cont_img img {
  width: 100%;
}
.un_kv_cont_img.un_kv_cont_img01 {
  grid-area: kv-img01;
}
.un_kv_cont_img.un_kv_cont_img02 {
  grid-area: kv-img02;
}

.un_kv_obj_product {
  position: absolute;
}
.un_kv_obj_product.un_kv_obj_product01 {
  top: 6.4102564103vw;
  left: -0.7692307692vw;
  width: 28.2051282051vw;

  rotate: -25.48deg;
}
@media (min-width: 768px) {
  .un_kv_obj_product.un_kv_obj_product01 {
    top: max(1.9033674963vw, 2.2079062958rem);
    left: max(2.9282576867vw, 3.3967789165rem);
    width: max(12.4450951684vw, 14.4363103953rem);

    rotate: 23.01deg;
  }
  .isTablet .un_kv_obj_product.un_kv_obj_product01 {
    top: 1.9033674963vw;
    left: 2.9282576867vw;
    width: 12.4450951684vw;
  }
}
.un_kv_obj_product.un_kv_obj_product02 {
  bottom: 26.9230769231vw;
  left: -4.8717948718vw;
  width: 23.8461538462vw;

  rotate: -22.6deg;
}
@media (min-width: 768px) {
  .un_kv_obj_product.un_kv_obj_product02 {
    bottom: max(4.2459736457vw, 4.925329429rem);
    left: max(14.2020497804vw, 16.4743777452rem);
    width: max(10.541727672vw, 12.2284040996rem);
  }
  .isTablet .un_kv_obj_product.un_kv_obj_product02 {
    bottom: 4.2459736457vw;
    left: 21.5226939971vw;
    width: 10.541727672vw;
  }
}
.un_kv_obj_product.un_kv_obj_product03 {
  top: 66.6666666667vw;
  right: 12.5641025641vw;
  width: 5.8974358974vw;

  rotate: 16.6deg;
}
@media (min-width: 768px) {
  .un_kv_obj_product.un_kv_obj_product03 {
    top: max(8.0527086384vw, 9.3411420205rem);
    right: max(24.1581259151vw, 28.0234260615rem);
    width: max(3.074670571vw, 3.5666178624rem);
  }
  .isTablet .un_kv_obj_product.un_kv_obj_product03 {
    top: 8.0527086384vw;
    right: 24.1581259151vw;
    width: 3.074670571vw;
  }
}
.un_kv_obj_product.un_kv_obj_product04 {
  right: -7.9487179487vw;
  bottom: 52.3076923077vw;
  width: 27.6923076923vw;

  rotate: 27.83deg;
}
@media (min-width: 768px) {
  .un_kv_obj_product.un_kv_obj_product04 {
    right: max(4.9048316252vw, 5.6896046852rem);
    bottom: max(8.78477306vw, 10.1903367496rem);
    width: max(12.8111273792vw, 14.8609077599rem);

    rotate: -19.51deg;
  }
  .isTablet .un_kv_obj_product.un_kv_obj_product04 {
    right: 4.9048316252vw;
    bottom: 8.78477306vw;
    width: 12.8111273792vw;
  }
}

.un_kv_bg {
  position: relative;
  width: 100%;

  -webkit-mask: url(/special/for-pets/assets/img/summer/kv_bg_sm.svg) no-repeat center/100% auto;

          mask: url(/special/for-pets/assets/img/summer/kv_bg_sm.svg) no-repeat center/100% auto;
}
@media (min-width: 768px) {
  .un_kv_bg {
    -webkit-mask: url(/special/for-pets/assets/img/summer/kv_bg_lg.svg) no-repeat center/100% auto;
            mask: url(/special/for-pets/assets/img/summer/kv_bg_lg.svg) no-repeat center/100% auto;
  }
}
.un_kv_bg::before {
  content: "";
  display: block;
  position: absolute;
  background: url(/special/for-pets/assets/img/summer/kv_pattern_paw_sm.png) no-repeat left 50% top calc(50% + 4.1025641026vw)/140.7692307692vw auto;

  inset: 0;
}
@media (min-width: 768px) {
  .un_kv_bg::before {
    background: url(/special/for-pets/assets/img/summer/kv_pattern_paw_lg.png) no-repeat left 50% top min(-8.345534407vw, -9.6808199122rem)/max(106.149341142vw, 123.1332357247rem) auto;
  }
  .isTablet .un_kv_bg::before {
    background: url(/special/for-pets/assets/img/summer/kv_pattern_paw_lg.png) no-repeat left 50% top -0.0786206897 auto;
  }
}
.un_kv_bg svg {
  display: block;
  width: 100%;
  height: auto;
}

[data-kv-ttl] {
  opacity: 0;

  scale: 0.97;
}

[data-kv-cont-img] {
  translate: 0 0 0;
  scale: 0;
}

[data-kv-obj] img {
  translate: 0 0 0;
  scale: 0;
}

.un_lead_body {
  position: relative;
}
.un_lead_img.un_lead_img01 {
  right: -12.3076923077vw;
  bottom: -2.0512820513vw;
  width: 30vw;
}
@media (min-width: 768px) {
  .un_lead_img.un_lead_img01 {
    right: -5rem;
    bottom: -0.2rem;
    width: 18.7rem;
  }
  .isTablet .un_lead_img.un_lead_img01 {
    right: -3.6603221083vw;
    bottom: -0.1464128843vw;
    width: 13.6896046852vw;
  }
  .un_lead_img.un_lead_img01.isWindows {
    right: -2rem;
  }
}
.un_lead_img.un_lead_img02 {
  bottom: -5.8974358974vw;
  left: -8.7179487179vw;
  width: 35.3846153846vw;
}
@media (min-width: 768px) {
  .un_lead_img.un_lead_img02 {
    bottom: -1.4rem;
    left: -2.8rem;
    width: 20.9rem;
  }
  .isTablet .un_lead_img.un_lead_img02 {
    bottom: -1.0248901903vw;
    left: -2.0497803807vw;
    width: 15.3001464129vw;
  }
}

.un_lead_nav {
  margin-top: 11.7948717949vw;
}
@media (min-width: 768px) {
  .un_lead_nav {
    margin-top: 6.2rem;
  }
  .isTablet .un_lead_nav {
    margin-top: 4.5387994143vw;
  }
}

.un_uv-rays {
  background-position: bottom -18.9743589744vw left 50%;
}
@media (min-width: 768px) {
  .un_uv-rays {
    background-position: bottom -7.5rem left 50%;
  }
  .isTablet .un_uv-rays {
    background-position: bottom -5.4904831625vw left 50%;
  }
}
@media (max-width: 767.98px) {
  .un_uv-rays {
    padding-bottom: 41.0256410256vw;
  }
}
.un_uv-rays .un_section_kv {
  margin-bottom: 17.9487179487vw;
}
@media (min-width: 768px) {
  .un_uv-rays .un_section_kv {
    margin-bottom: 0;
  }
}
.un_uv-rays .un_section_kv_content-abs .un_section_kv_img-abs:nth-child(1) {
  right: 0.7692307692vw;
  bottom: 27.1794871795vw;
  width: 13.8461538462vw;

  rotate: 120deg;
}
@media (min-width: 768px) {
  .un_uv-rays .un_section_kv_content-abs .un_section_kv_img-abs:nth-child(1) {
    top: -5.2rem;
    right: -4.6rem;
    bottom: auto;
    width: 7.3rem;
  }
  .isTablet .un_uv-rays .un_section_kv_content-abs .un_section_kv_img-abs:nth-child(1) {
    top: -3.8067349927vw;
    right: -3.3674963397vw;
    width: 5.3440702782vw;
  }
}
.un_uv-rays .un_section_kv_content-abs .un_section_kv_img-abs:nth-child(2) {
  bottom: -12.3076923077vw;
  left: -6.9230769231vw;
  width: 27.1794871795vw;
}
@media (min-width: 768px) {
  .un_uv-rays .un_section_kv_content-abs .un_section_kv_img-abs:nth-child(2) {
    bottom: -4rem;
    left: -9.3rem;
    width: 16.2rem;
  }
  .isTablet .un_uv-rays .un_section_kv_content-abs .un_section_kv_img-abs:nth-child(2) {
    bottom: -2.9282576867vw;
    left: -6.8081991215vw;
    width: 11.859443631vw;
  }
}
.un_uv-rays .un_section_kv_content-abs .un_section_kv_img-abs:nth-child(3) {
  right: 5.8974358974vw;
  bottom: -21.0256410256vw;
  width: 47.1794871795vw;
}
@media (min-width: 768px) {
  .un_uv-rays .un_section_kv_content-abs .un_section_kv_img-abs:nth-child(3) {
    right: 7.4rem;
    bottom: -3.7rem;
    width: 27.1rem;
  }
  .isTablet .un_uv-rays .un_section_kv_content-abs .un_section_kv_img-abs:nth-child(3) {
    right: 5.4172767204vw;
    bottom: -2.7086383602vw;
    width: 19.8389458272vw;
  }
}
.un_uv-rays .un_section_heading_img {
  z-index: -1;
  top: -31.5384615385vw;
  right: -7.6923076923vw;
  width: 50.2564102564vw;
}
@media (min-width: 768px) {
  .un_uv-rays .un_section_heading_img {
    top: -18.8rem;
    right: -4.3rem;
    width: 36.4rem;
  }
  .isTablet .un_uv-rays .un_section_heading_img {
    top: -13.7628111274vw;
    right: -3.1478770132vw;
    width: 26.6471449488vw;
  }
}

.un_economical {
  background-position: bottom -18.9743589744vw left 50%;
}
@media (min-width: 768px) {
  .un_economical {
    background-position: bottom -7.5rem left 50%;
  }
  .isTablet .un_economical {
    background-position: bottom -5.4904831625vw left 50%;
  }
}
@media (max-width: 767.98px) {
  .un_economical {
    padding-bottom: 41.0256410256vw;
  }
}
.un_economical .un_section_kv {
  margin-bottom: 25.641025641vw;
}
@media (min-width: 768px) {
  .un_economical .un_section_kv {
    margin-bottom: 0;
  }
}
.un_economical .un_section_kv_content-abs .un_section_kv_img-abs:nth-child(1) {
  right: -2.5641025641vw;
  bottom: 21.2820512821vw;
  width: 14.1025641026vw;

  rotate: 17.58deg;
}
@media (min-width: 768px) {
  .un_economical .un_section_kv_content-abs .un_section_kv_img-abs:nth-child(1) {
    top: -1.5rem;
    right: -7.4rem;
    bottom: auto;
    width: 9.6rem;
  }
  .isTablet .un_economical .un_section_kv_content-abs .un_section_kv_img-abs:nth-child(1) {
    top: -1.0980966325vw;
    right: -5.4172767204vw;
    width: 7.027818448vw;
  }
}
.un_economical .un_section_kv_content-abs .un_section_kv_img-abs:nth-child(2) {
  right: 4.1025641026vw;
  bottom: -18.7179487179vw;
  width: 51.5384615385vw;
}
@media (min-width: 768px) {
  .un_economical .un_section_kv_content-abs .un_section_kv_img-abs:nth-child(2) {
    right: auto;
    bottom: -4.3rem;
    left: 4.4rem;
    width: 30.5rem;
  }
  .isTablet .un_economical .un_section_kv_content-abs .un_section_kv_img-abs:nth-child(2) {
    bottom: -3.1478770132vw;
    left: 3.2210834553vw;
    width: 22.3279648609vw;
  }
}
.un_economical .un_section_heading_img {
  top: -62.3076923077vw;
  left: -36.9230769231vw;
  width: 66.9230769231vw;
}
@media (min-width: 768px) {
  .un_economical .un_section_heading_img {
    top: -40rem;
    left: min(50% - 50vw + -20.7rem, -20.7rem);
    width: 52.4rem;
  }
  .isTablet .un_economical .un_section_heading_img {
    top: -29.2825768668vw;
    left: min(50% - 50vw + -15.1537335286vw, -15.1537335286vw);
    width: 38.3601756955vw;
  }
}

.un_invasion .un_section_kv {
  margin-bottom: 17.9487179487vw;
}
@media (min-width: 768px) {
  .un_invasion .un_section_kv {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .un_invasion .un_section_kv_txt {
    padding-inline: 4rem;
  }
}
.un_invasion .un_section_kv_content-abs .un_section_kv_img-abs:nth-child(1) {
  display: none;
}
@media (min-width: 768px) {
  .un_invasion .un_section_kv_content-abs .un_section_kv_img-abs:nth-child(1) {
    display: block;
    bottom: -0.4rem;
    left: -4.6rem;
    width: 8.9rem;

    rotate: 133.23deg;
  }
  .isTablet .un_invasion .un_section_kv_content-abs .un_section_kv_img-abs:nth-child(1) {
    bottom: -0.2928257687vw;
    left: -3.3674963397vw;
    width: 6.5153733529vw;
  }
}
.un_invasion .un_section_kv_content-abs .un_section_kv_img-abs:nth-child(2) {
  right: 56.4102564103vw;
  bottom: -22.0512820513vw;
  width: 23.5897435897vw;
}
@media (min-width: 768px) {
  .un_invasion .un_section_kv_content-abs .un_section_kv_img-abs:nth-child(2) {
    right: 18.8rem;
    bottom: -4.5rem;
    width: 12.8rem;
  }
  .isTablet .un_invasion .un_section_kv_content-abs .un_section_kv_img-abs:nth-child(2) {
    right: 13.7628111274vw;
    bottom: -3.2942898975vw;
    width: 9.3704245974vw;
  }
}
.un_invasion .un_section_kv_content-abs .un_section_kv_img-abs:nth-child(3) {
  right: 34.6153846154vw;
  bottom: -18.4615384615vw;
  width: 27.6923076923vw;
}
@media (min-width: 768px) {
  .un_invasion .un_section_kv_content-abs .un_section_kv_img-abs:nth-child(3) {
    right: 4.8rem;
    bottom: -2.4rem;
    width: 16.6rem;
  }
  .isTablet .un_invasion .un_section_kv_content-abs .un_section_kv_img-abs:nth-child(3) {
    right: 3.513909224vw;
    bottom: -1.756954612vw;
    width: 12.1522693997vw;
  }
}
.un_invasion .un_section_heading_img {
  top: -58.4615384615vw;
  right: -23.5897435897vw;
  width: 51.0256410256vw;
}
@media (min-width: 768px) {
  .un_invasion .un_section_heading_img {
    top: -37rem;
    right: min(50% - 50vw + -11.7rem, -11.7rem);
    width: 38.4rem;
  }
  .isTablet .un_invasion .un_section_heading_img {
    top: -27.0863836018vw;
    right: min(50% - 50vw + -8.5651537335vw, -8.5651537335vw);
    width: 28.1112737921vw;
  }
}

.un_media_img-abs {
  position: absolute;
  pointer-events: none;
}
.un_media_img-abs i img {
  width: 100%;
}
.un_media_img-abs01 {
  display: none;
}
@media (min-width: 768px) {
  .un_media_img-abs01 {
    display: block;
    top: -10.8rem;
    right: -12.2rem;
    width: 33.6rem;
  }
  .isTablet .un_media_img-abs01 {
    top: -7.906295754vw;
    right: -8.9311859444vw;
    width: 24.5973645681vw;
  }
}
.un_media_img-abs02 {
  display: none;
}
@media (min-width: 768px) {
  .un_media_img-abs02 {
    display: block;
    z-index: 1;
    bottom: -17.8rem;
    left: -34.6rem;
    width: 54rem;
  }
  .isTablet .un_media_img-abs02 {
    bottom: -13.0307467057vw;
    left: -25.3294289898vw;
    width: 39.5314787701vw;
  }
}

.un_recommend .bl_recommend_abs.bl_recommend_abs01 {
  left: -2.0512820513vw;
  width: 47.1794871795vw;
}
@media (min-width: 768px) {
  .un_recommend .bl_recommend_abs.bl_recommend_abs01 {
    left: 9.6rem;
    width: 29.6rem;
  }
  .isTablet .un_recommend .bl_recommend_abs.bl_recommend_abs01 {
    left: 7.027818448vw;
    width: 21.6691068814vw;
  }
}
.un_recommend .bl_recommend_abs.bl_recommend_abs02 {
  right: -5.3846153846vw;
  bottom: 0;
  width: 38.4615384615vw;
}
@media (min-width: 768px) {
  .un_recommend .bl_recommend_abs.bl_recommend_abs02 {
    right: 9.4rem;
    width: 24rem;
  }
  .isTablet .un_recommend .bl_recommend_abs.bl_recommend_abs02 {
    right: 6.8814055637vw;
    width: 17.5695461201vw;
  }
}